 @import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap");

 a:hover {
     text-decoration: none
 }

 *,
 ::after,
 ::before {
     -webkit-box-sizing: border-box;
     box-sizing: border-box
 }

 .img-100 img {
     width: 100%
 }

 .hidden {
     visibility: hidden
 }

 .rotate-90 {
     transform: rotate(90deg)
 }

 .rotate-320 {
     transform: rotate(320deg)
 }

 .pointer {
     cursor: pointer !important
 }

 .filter-logo {
     filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     transition: all .5s;
     opacity: 0.6
 }

 .filter-logo:hover {
     filter: grayscale(0%);
     -webkit-filter: grayscale(0%);
     transition: all .5s;
     opacity: 1
 }

 .wrapper {
     width: 100%;
     margin: 0px auto;
     z-index: 9;
     position: relative;
     padding: 0px 30px
 }

 .wrapper-1230 {
     max-width: 1230px
 }

 .branco {
     color: #fff !important
 }

 .preto {
     color: #000 !important
 }

 .preto-1 {
     color: #5B5B5B !important
 }

 .preto-2 {
     color: #0D1021 !important
 }

 .preto-3 {
     color: #181C33 !important
 }

 .laranja {
     color: #F05529 !important
 }

 .cinza-claro {
     color: #FCFCFC !important
 }

 .cinza-claro-1 {
     color: #FAFAFA !important
 }

 .cinza-claro-2 {
     color: #f5f5f5 !important
 }

 .cinza-claro-3 {
     color: #F0F0F0 !important
 }

 .cinza-claro-4 {
     color: #EBEBEB !important
 }

 .cinza-letras {
     color: #C2C2C2 !important
 }

 .bg-transparent {
     background-color: transparent !important
 }

 .bg-branco {
     background-color: #fff !important
 }

 .bg-preto {
     background-color: #000 !important
 }

 .bg-preto-1 {
     background-color: #5B5B5B !important
 }

 .bg-preto-2 {
     background-color: #0D1021 !important
 }

 .bg-preto-3 {
     background-color: #181C33 !important
 }

 .bg-laranja {
     background-color: #F05529 !important
 }

 .bg-cinza-claro {
     background-color: #FCFCFC !important
 }

 .bg-cinza-claro-1 {
     background-color: #FAFAFA !important
 }

 .bg-cinza-claro-2 {
     background-color: #f5f5f5 !important
 }

 .bg-cinza-claro-3 {
     background-color: #F0F0F0 !important
 }

 .bg-cinza-claro-4 {
     background-color: #EBEBEB !important
 }

 .bg-cinza-letras {
     background-color: #C2C2C2 !important
 }

 .fs-10 {
     font-size: 10px !important
 }

 .fs-12 {
     font-size: 12px !important
 }

 .fs-14 {
     font-size: 14px !important
 }

 .fs-16 {
     font-size: 16px !important
 }

 .fs-18 {
     font-size: 18px !important
 }

 .fs-20 {
     font-size: 20px !important
 }

 .fs-22 {
     font-size: 22px !important
 }

 .fs-24 {
     font-size: 24px !important
 }

 .fs-26 {
     font-size: 26px !important
 }

 .fs-28 {
     font-size: 28px !important
 }

 .fs-30 {
     font-size: 30px !important
 }

 .fs-32 {
     font-size: 32px !important
 }

 .fs-34 {
     font-size: 34px !important
 }

 .fs-36 {
     font-size: 36px !important
 }

 .fs-38 {
     font-size: 38px !important
 }

 .fs-40 {
     font-size: 40px !important
 }

 .fs-48 {
     font-size: 48px !important
 }

 .fs-64 {
     font-size: 64px !important
 }

 hr.line_laranja {
     height: 3px;
     width: 100%;
     opacity: 1;
     background-color: #F05529
 }

 .bold {
     font-weight: 700 !important
 }

 .semi-bold {
     font-weight: 500 !important
 }

 .regular {
     font-weight: 400 !important
 }

 .light {
     font-weight: 300 !important
 }

 .infos-section {
     font-size: 16px;
     font-weight: 400;
     font-style: normal;
     font-family: 'Noto Sans', sans-serif
 }

 .infos-section h1 {
     font-size: 48px;
     font-family: 'Noto Sans', sans-serif;
     font-weight: 100;
     -webkit-font-smoothing: antialiased
 }

 .infos-section h2 {
     font-size: 40px;
     font-family: 'Noto Sans', sans-serif;
     font-weight: 100;
     -webkit-font-smoothing: antialiased
 }

 .infos-section h3 {
     font-size: 32px;
     font-family: 'Noto Sans', sans-serif;
     font-weight: 100;
     -webkit-font-smoothing: antialiased
 }

 .infos-section h4 {
     font-size: 24px;
     font-family: 'Noto Sans', sans-serif;
     font-weight: 100;
     -webkit-font-smoothing: antialiased
 }

 .infos-section h5 {
     font-size: 20px;
     font-family: 'Noto Sans', sans-serif;
     font-weight: 100;
     -webkit-font-smoothing: antialiased
 }

 .infos-section p {
     font-family: 'Noto Sans', sans-serif;
     font-weight: 100;
     margin-bottom: 0px;
     -webkit-font-smoothing: antialiased
 }

 .infos-section strong {
     font-weight: bold
 }

 .infos-section.mb p {
     margin-bottom: 15px
 }

 .max-50 {
     max-width: 50px
 }

 .max-80 {
     max-width: 80px
 }

 .max-100 {
     max-width: 100px
 }

 .max-150 {
     max-width: 150px
 }

 .max-200 {
     max-width: 200px
 }

 .max-250 {
     max-width: 250px
 }

 .max-300 {
     max-width: 300px
 }

 .max-350 {
     max-width: 350px
 }

 .max-400 {
     max-width: 400px
 }

 .max-450 {
     max-width: 450px
 }

 .max-500 {
     max-width: 500px
 }

 .max-550 {
     max-width: 550px
 }

 .max-600 {
     max-width: 600px
 }

 .max-650 {
     max-width: 650px
 }

 .max-700 {
     max-width: 700px
 }

 .max-750 {
     max-width: 750px
 }

 .max-800 {
     max-width: 800px
 }

 .max-850 {
     max-width: 850px
 }

 .max-900 {
     max-width: 900px
 }

 .max-950 {
     max-width: 950px
 }

 .max-1000 {
     max-width: 1000px
 }

 .navigation.pagination {
     padding-top: 34px;
     padding-bottom: 40px;
     margin: 0px auto
 }

 .navigation.pagination h2 {
     display: none
 }

 .navigation.pagination i {
     color: #000;
     font-size: 12px
 }

 .navigation.pagination .page-numbers {
     font-weight: 500;
     font-style: normal;
     color: #5B5B5B;
     background-color: transparent;
     margin: 5px 1px;
     padding: 10px 15px;
     border: none;
     border-radius: 0;
     width: 48px
 }

 .navigation.pagination .page-numbers.current {
     padding: 15px 10px;
     border-bottom: 2px solid #F05529;
     font-weight: bold
 }

 .navigation.pagination .next {
     background-color: #fff
 }

 .wpcf7-spinner {
     position: absolute
 }

 .owl-stage-outer {
     padding: 1px
 }

 .wpcf7 form.sent .wpcf7-response-output {
     border: none;
     font-size: 20px
 }

 .wpcf7 form.invalid .wpcf7-response-output,
 .wpcf7 form.unaccepted .wpcf7-response-output,
 .wpcf7 form.payment-required .wpcf7-response-output {
     background-color: #fff;
     border: none;
     color: #000;
     border-radius: 10px;
     padding: 20px
 }

 .wpcf7-list-item-label {
     display: none
 }

 .wpcf7-not-valid-tip {
     color: #F05529;
     margin-top: 10px
 }

 .box_file_input .wpcf7-not-valid-tip {
     display: none
 }

 .skiptranslate,
 .google_translate_element {
     position: fixed;
     z-index: -1;
     visibility: hidden
 }

 .nav-link font,
 .dropdown-item font {
     display: inline-block
 }

 .nav-link font:first-letter,
 .dropdown-item font:first-letter {
     text-transform: uppercase
 }

 @media (max-width: 1440px) {
     .infos-section h1 {
         font-size: 44px
     }

     .infos-section h2 {
         font-size: 36px
     }

     .infos-section h3 {
         font-size: 28px
     }

     .infos-section h4 {
         font-size: 24px
     }

     .infos-section h5 {
         font-size: 20px
     }
 }

 @media (max-width: 1199px) {
     .infos-section h1 {
         font-size: 40px
     }

     .infos-section h2 {
         font-size: 32px
     }

     .infos-section h3 {
         font-size: 24px
     }

     .infos-section h4 {
         font-size: 20px
     }

     .infos-section h5 {
         font-size: 18px
     }
 }

 @media (max-width: 991px) {
     .wrapper {
         padding: 0px 15px
     }
 }

 .btn,
 .btn:focus,
 .btn:active,
 .btn:hover {
     font-weight: 400;
     font-style: normal;
     width: 100%;
     font-size: 16px;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     outline: none;
     box-shadow: none;
     width: auto;
     padding: 10px 20px;
     height: 50px
 }

 .btn-dark {
     background-color: #000;
     border: none;
     transition: all .3s ease;
     color: #fff
 }

 .btn-dark:focus,
 .btn-dark:active,
 .btn-dark:hover {
     transition: all .3s ease;
     box-shadow: none;
     outline: none;
     background-color: #000;
     border: 1px solid #fff !important
 }

 .btn-dark i {
     color: #fff !important
 }

 .btn-dark:not(:disabled):not(.disabled).active,
 .btn-dark:not(:disabled):not(.disabled):active,
 .show>.btn-dark.dropdown-toggle {
     box-shadow: none !important;
     outline: none;
     transform: scale(1.02);
     background: #000;
     border: 1px solid transparent;
     color: #fff
 }

 .btn-outline-light {
     background-color: #000;
     border: solid 1px #fff;
     transition: all .3s ease;
     color: #fff
 }

 .btn-outline-light:focus,
 .btn-outline-light:active,
 .btn-outline-light:hover {
     transition: all .3s ease;
     box-shadow: none;
     border: solid 1px gray;
     outline: none;
     color: gray
 }

 .btn-outline-light i {
     color: #fff !important
 }

 .btn-outline-primary {
     background-color: transparent;
     border: solid 1px #F05529;
     transition: all .3s ease;
     color: #F05529
 }

 .btn-outline-primary:focus,
 .btn-outline-primary:active,
 .btn-outline-primary:hover {
     background-color: #F05529;
     transition: all .3s ease;
     box-shadow: none;
     border: none;
     outline: none;
     color: #fff
 }

 .btn-outline-primary i {
     color: #fff !important
 }

 .btn-outline-primary:not(:disabled):not(.disabled).active,
 .btn-outline-primary:not(:disabled):not(.disabled):active,
 .show>.btn-outline-primary.dropdown-toggle {
     box-shadow: none !important;
     outline: none;
     background: #F05529;
     border: none;
     color: #fff
 }

 .btn-primary {
     background-color: #F05529;
     border: none;
     color: #fff;
     text-transform: none;
     transition: all .3s ease;
     outline: none
 }

 .btn-primary:focus,
 .btn-primary:active,
 .btn-primary:hover {
     transition: all .3s ease;
     border: none;
     box-shadow: none;
     background-color: #F05529;
     color: #fff;
     outline: none
 }

 .btn-primary i {
     color: #fff !important
 }

 .btn-primary.btn-link {
     background-color: transparent;
     color: #5B5B5B;
     text-decoration: none;
     height: auto
 }

 .btn-primary.btn-link:focus,
 .btn-primary.btn-link:active,
 .btn-primary.btn-link:hover {
     transition: all .3s ease
 }

 .btn-primary.btn-link i {
     color: #5B5B5B !important
 }

 .btn-primary:disabled {
     background-color: #F05529
 }

 .btn-primary:not(:disabled):not(.disabled).active,
 .btn-primary:not(:disabled):not(.disabled):active,
 .show>.btn-primary.dropdown-toggle {
     box-shadow: none !important;
     outline: none;
     transform: scale(1.02);
     background: #F05529;
     border: 1px solid transparent;
     color: #fff
 }

 .custom-select-form {
     position: relative
 }

 .custom-select-form::before {
     content: '';
     background: url("/wp-content/themes/R-Amaral/assets/images/arrow-bottom-form.svg") no-repeat center;
     background-size: contain;
     width: 35px;
     height: 50px;
     position: absolute;
     right: 25px;
     top: 55%;
     z-index: 9
 }

 .custom-select-form select.form-control,
 .custom-select-form select.form-control:hover,
 .custom-select-form select.form-control:active,
 .custom-select-form select.form-control:focus {
     padding: 5px 25px;
     appearance: none;
     -webkit-appearance: none
 }

 .form-control {
     border-radius: 5px;
     border: 1px solid rgba(0, 0, 0, 0.4);
     transition: all .3s ease-out;
     -webkit-transition: all .3s ease-out;
     -moz-transition: all .3s ease-out;
     -webkit-appearance: none;
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     color: #000;
     height: 56px;
     padding: 0px 20px;
     background: #fff
 }

 .form-control:focus,
 .form-control:active,
 .form-control:hover {
     border: 1px solid rgba(0, 0, 0, 0.4);
     box-shadow: none;
     outline: none;
     color: #000
 }

 .form-control.placeholder {
     color: rgba(0, 0, 0, 0.6)
 }

 .form-control:-moz-placeholder {
     color: rgba(0, 0, 0, 0.6)
 }

 .form-control::-moz-placeholder {
     color: rgba(0, 0, 0, 0.6)
 }

 .form-control:-ms-input-placeholder {
     color: rgba(0, 0, 0, 0.6)
 }

 .form-control::-webkit-input-placeholder {
     color: rgba(0, 0, 0, 0.6)
 }

 .navbar-toggler,
 .navbar-toggler:focus,
 .navbar-toggler:active {
     outline: none;
     border: none;
     box-shadow: none;
     background-color: #fff;
     right: 20px;
     background-color: transparent
 }

 .navbar-toggler span.menu1 {
     width: 30px;
     height: 2px;
     margin-bottom: 7px;
     background-color: #F05529;
     border-radius: 50%;
     display: block;
     transition: all .7s ease
 }

 .navbar-toggler span.menu2 {
     width: 30px;
     height: 2px;
     margin-bottom: 7px;
     background-color: #F05529;
     border-radius: 50%;
     display: block;
     transition: all .7s ease
 }

 .navbar-toggler span.menu3 {
     width: 30px;
     height: 2px;
     margin-bottom: 7px;
     background-color: #F05529;
     border-radius: 50%;
     display: block;
     transition: all .7s ease
 }

 .navbar-toggler.active span.menu1 {
     transition: all .7s ease;
     transform: rotate(225deg);
     right: 15px;
     top: 15px;
     position: absolute;
     background-color: #fff !important
 }

 .navbar-toggler.active span.menu2 {
     transition: all .7s ease;
     display: none
 }

 .navbar-toggler.active span.menu3 {
     transition: all .7s ease;
     transform: rotate(-225deg);
     right: 15px;
     top: 15px;
     position: absolute;
     background-color: #fff !important
 }

 @media (max-width: 991px) {

     .btn,
     .btn:focus,
     .btn:active,
     .btn:hover {
         font-size: 14px
     }
 }

 .main-home,
 .main-interna {
     padding-top: 200px
 }

 .home_banner_topo {
     min-height: 700px;
     padding: 30px 0px;
     display: flex;
     align-items: center
 }

 .arrow_down_button {
     position: relative
 }

 .arrow_down_button .button_arrow_down {
     position: absolute;
     width: 50px;
     height: 50px;
     padding: 10px;
     border: 1px solid #C2C2C2;
     border-radius: 30px;
     right: 10%;
     bottom: 0px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     transition: all .3s ease
 }

 .arrow_down_button .button_arrow_down svg {
     width: 25px;
     height: 25px;
     transform: rotate(90deg)
 }

 .arrow_down_button .button_arrow_down:hover {
     transition: all .3s ease;
     height: 100px
 }

 .arrow_down_button .button_arrow_down:hover svg path {
     fill: #F05529 !important
 }

 .arrow_right_button {
     position: relative
 }

 .arrow_right_button .button_arrow_right {
     position: absolute;
     width: 50px;
     height: 50px;
     padding: 10px;
     border: 1px solid #C2C2C2;
     border-radius: 30px;
     right: -35%;
     top: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     transition: all .3s ease
 }

 .arrow_right_button .button_arrow_right svg {
     width: 25px;
     height: 25px
 }

 .arrow_right_button .button_arrow_right:hover {
     transition: all .3s ease;
     width: 100px
 }

 .arrow_right_button .button_arrow_right:hover svg path {
     fill: #F05529 !important
 }

 @media (max-width: 1440px) {

     .main-home,
     .main-interna {
         padding-top: 150px
     }

     .home_banner_topo {
         min-height: 400px
     }
 }

 @media (max-width: 991px) {
     .arrow_right_button.adaptar {
         display: flex;
         justify-content: space-between;
         align-items: center;
         flex-direction: column
     }

     .arrow_right_button.adaptar .button_arrow_right {
         position: relative;
         left: 0px;
         right: 0px;
         margin-top: 40px
     }

     .arrow_right_button.adaptar .button_arrow_right:hover {
         transition: all .3s ease;
         width: 100px
     }

     .arrow_right_button.adaptar .button_arrow_right:hover svg path {
         fill: #F05529 !important
     }
 }

 @media (max-width: 767px) {
     .home_banner_topo {
         min-height: 200px
     }
 }

 @media (max-width: 540px) {

     .main-home,
     .main-interna {
         padding-top: 90px
     }
 }

 body {
     background: #fff url("/wp-content/themes/R-Amaral/assets/images/bg-body.png") no-repeat right top
 }

 body.body-hover:hover {
     background: #fff url("/wp-content/themes/R-Amaral/assets/images/bg-body.png") no-repeat right top;
     transition: all 0.5s ease
 }

 header.header {
     z-index: 9999;
     position: fixed;
     width: 100%;
     background-color: #fff;
     top: 0px;
     transition: all .5s ease;
     height: 170px;
     padding: 60px 0px 0px 0px
 }

 header.header .idiomas {
     position: relative;
     width: 150px;
     padding: 5px 10px
 }

 header.header .idiomas a {
     color: #000;
     font-size: 14px;
     display: none;
     order: 1 !important;
     transition: all .3s ease;
     border: 1px solid #C2C2C2;
     border-radius: 5px;
     padding: 5px 10px;
     position: absolute;
     top: 35px
 }

 header.header .idiomas a.active {
     display: flex;
     position: relative;
     top: 0;
     order: 0 !important;
     transition: all .3s ease;
     border: none
 }

 header.header .idiomas a.active:before {
     content: "";
     background-position: center;
     background-size: contain;
     background-repeat: no-repeat;
     background-image: url("/wp-content/themes/R-Amaral/assets/images/seta_idiomas.svg");
     position: absolute;
     width: 13px;
     height: 13px;
     right: 27px;
     top: 10px;
     transition: all .3s ease
 }

 header.header .idiomas a.active.rotate:before {
     transform: rotate(180deg);
     transition: all .3s ease
 }

 header.header .header-logo {
     display: flex;
     width: 219px;
     height: 90px;
     background-image: url("/wp-content/themes/R-Amaral/assets/images/logo_topo.svg");
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     transition: all 0.2s ease
 }

 header.header .header-logo:hover {
     background-image: url("/wp-content/themes/R-Amaral/assets/images/logo.svg");
     transition: all 0.2s ease
 }

 header.header #navmobile {
     visibility: hidden;
     height: 1px;
     opacity: 0;
     transition: all .2s ease;
     -moz-transition: all .2s ease;
     -webkit-transition: all .2s ease;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 30px 0px
 }

 header.header .nav-item.dropdown .sub-menu.dropdown-menu {
     position: absolute;
     background-color: transparent
 }

 header.header .nav-item.dropdown .sub-menu.dropdown-menu .dropdown-item {
     font-size: 22px;
     font-family: 'Noto Sans', sans-serif;
     font-weight: 100;
     color: #fff
 }

 header.header .nav-item.dropdown .sub-menu.dropdown-menu .dropdown-item:hover,
 header.header .nav-item.dropdown .sub-menu.dropdown-menu .dropdown-item.active {
     color: #F05529;
     background-color: transparent
 }

 header.header .nav-item.dropdown:hover .sub-menu.dropdown-menu {
     display: block
 }

 header.header #menu-principal.navbar-nav {
     display: flex;
     align-items: center;
     flex-direction: row !important;
     margin-bottom: 120px
 }

 header.header #menu-principal.navbar-nav .nav-item .nav-link {
     font-family: 'Noto Sans', sans-serif;
     font-weight: 100;
     font-size: 36px;
     padding: 0px 15px;
     color: #fff;
     transition: all .2s ease;
     -moz-transition: all .2s ease;
     -webkit-transition: all .2s ease
 }

 header.header #menu-principal.navbar-nav .nav-item.active .nav-link,
 header.header #menu-principal.navbar-nav .nav-item:hover .nav-link {
     color: #F05529;
     transition: all .2s ease;
     -moz-transition: all .2s ease;
     -webkit-transition: all .2s ease
 }

 header.header #menu-principal {
     width: 100%
 }

 header.header.header-small {
     height: 120px;
     box-shadow: 0px 5px 23px rgba(0, 0, 0, 0.3);
     transition: all .5s ease;
     padding: 15px 0px
 }

 header.header.header-small #menu-principal {
     transition: all .5s ease
 }

 header.header .menu_sanduiche {
     display: block;
     width: 36px;
     height: 25px;
     margin: 5px;
     position: relative
 }

 header.header .menu_sanduiche .texto_menu {
     position: absolute;
     right: 60px;
     display: none;
     color: #C2C2C2
 }

 header.header .menu_sanduiche:hover .texto_menu {
     display: block;
     transition: all 3s ease
 }

 header.header .menu_sanduiche:hover::before,
 header.header .menu_sanduiche:hover .line,
 header.header .menu_sanduiche:hover::after {
     background-color: #F05529
 }

 header.header .menu_sanduiche::before,
 header.header .menu_sanduiche .line,
 header.header .menu_sanduiche::after {
     height: 3px;
     background-color: #000;
     width: 36px;
     position: absolute;
     transition: all .2s ease;
     -moz-transition: all .2s ease;
     -webkit-transition: all .2s ease
 }

 header.header .menu_sanduiche::before {
     content: "";
     top: 0px
 }

 header.header .menu_sanduiche .line {
     top: 11px;
     opacity: 1
 }

 header.header .menu_sanduiche::after {
     content: "";
     bottom: 0px
 }

 header.header.opened {
     height: 100%;
     background: #000 url("/wp-content/themes/R-Amaral/assets/images/bg-menu.png") no-repeat right bottom
 }

 header.header.opened .idiomas {
     display: none
 }

 header.header.opened .idiomas .item_idioma {
     color: #fff
 }

 header.header.opened .idiomas:before {
     content: none
 }

 header.header.opened .header-logo {
     background-image: url("/wp-content/themes/R-Amaral/assets/images/logo2.svg")
 }

 header.header.opened #navmobile {
     flex: 1;
     visibility: visible;
     height: 100%;
     overflow-y: auto;
     overflow-x: hidden;
     opacity: 1;
     transition: all .2s ease;
     -moz-transition: all .2s ease;
     -webkit-transition: all .2s ease
 }

 header.header.opened .menu_sanduiche:hover::before {
     background-color: #F05529;
     transform: rotate(135deg)
 }

 header.header.opened .menu_sanduiche:hover::after {
     background-color: #F05529;
     transform: rotate(45deg)
 }

 header.header.opened .menu_sanduiche::before,
 header.header.opened .menu_sanduiche .line,
 header.header.opened .menu_sanduiche::after {
     background-color: #fff;
     transition: all .3s ease;
     -moz-transition: all .3s ease;
     -webkit-transition: all .3s ease
 }

 header.header.opened .menu_sanduiche::before {
     top: 10px;
     transform: rotate(45deg)
 }

 header.header.opened .menu_sanduiche .line {
     opacity: 0
 }

 header.header.opened .menu_sanduiche::after {
     bottom: initial;
     top: 10px;
     transform: rotate(-45deg)
 }

 @media (max-width: 767px) {
     header.header .header-logo {
         width: 200px;
         height: 70px
     }

     header.header,
     header.header.header-small {
         height: 90px;
         padding: 10px 0px
     }

     header.header.opened {
         height: 100%
     }

     header.header #menu-principal.navbar-nav {
         display: flex;
         flex-direction: column !important;
         margin-bottom: 0px
     }

     header.header #menu-principal.navbar-nav .nav-item .nav-link {
         font-size: 26px;
         padding: 15px 0px
     }

     header.header .nav-item.dropdown .sub-menu.dropdown-menu {
         display: block;
         position: relative;
         background-color: transparent;
         text-align: center;
         margin-bottom: 30px
     }
 }

 @media (max-width: 540px) {
     header.header .box_idiomas {
         max-width: 200px !important
     }

     header.header .menu_sanduiche:hover .texto_menu {
         display: none
     }
 }

 .s_newsletter {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     display: flex;
     align-items: center;
     min-height: 380px;
     padding: 20px 0px
 }

 .footer {
     position: relative
 }

 .footer .menu-footer ul {
     padding: 0px;
     list-style: none
 }

 .footer .menu-footer ul .nav-link {
     color: #fff;
     padding: 4px 0
 }

 .footer.footer-home {
     background-color: #0D1021
 }

 .footer.footer-home .logo-footer {
     background-image: url("/wp-content/themes/R-Amaral/assets/images/logo2.svg");
     background-size: contain;
     background-repeat: no-repeat;
     width: 210px;
     height: 80px
 }

 .footer.footer-home .titulo-footer {
     color: #F05529
 }

 .footer.footer-home .infos-section {
     color: #fff
 }

 .footer.footer-home .barra-footer {
     background-color: #181C33;
     color: #fff
 }

 .footer.footer-home .btn-up {
     position: absolute;
     bottom: 84px;
     right: 22px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 8px;
     width: 56px;
     height: 56px;
     background-color: #F05529;
     color: #fff;
     cursor: pointer;
     transition: all 0.15s ease-out;
     -webkit-box-shadow: 0px 16px 26px 1px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0px 16px 26px 1px rgba(0, 0, 0, 0.16);
     box-shadow: 0px 16px 26px 1px rgba(0, 0, 0, 0.16)
 }

 .footer.footer-home .btn-up svg path {
     fill: #fff
 }

 .footer.footer-interna {
     background-color: #F0F0F0
 }

 .footer.footer-interna .logo-footer {
     background-image: url("/wp-content/themes/R-Amaral/assets/images/logo.svg");
     background-size: contain;
     background-repeat: no-repeat;
     width: 210px;
     height: 80px
 }

 .footer.footer-interna .titulo-footer {
     color: #5B5B5B
 }

 .footer.footer-interna .infos-section {
     color: #000
 }

 .footer.footer-interna .menu-footer ul .nav-link {
     color: #000
 }

 .footer.footer-interna .barra-footer {
     background-color: #EBEBEB;
     color: #000
 }

 .footer.footer-interna .btn-up {
     position: absolute;
     bottom: 84px;
     right: 22px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 8px;
     width: 56px;
     height: 56px;
     background-color: #5B5B5B;
     color: #fff;
     cursor: pointer;
     transition: all 0.15s ease-out;
     -webkit-box-shadow: 0px 16px 26px 1px rgba(0, 0, 0, 0.16);
     -moz-box-shadow: 0px 16px 26px 1px rgba(0, 0, 0, 0.16);
     box-shadow: 0px 16px 26px 1px rgba(0, 0, 0, 0.16)
 }

 .footer.footer-interna .btn-up svg path {
     fill: #F05529
 }

 .btn-whatsapp {
     transition: all .5s ease;
     position: fixed;
     right: 22px;
     bottom: 20px;
     z-index: 10000;
     background: #00a600;
     border: none;
     border-radius: 50px;
     color: #fff;
     font-size: 25px;
     justify-content: center;
     display: flex;
     align-items: center;
     letter-spacing: 0.05em;
     width: 100%;
     max-width: 60px;
     height: 60px;
     -webkit-box-shadow: 6px 7px 16px -5px rgba(0, 0, 0, 0.59);
     -moz-box-shadow: 6px 7px 16px -5px rgba(0, 0, 0, 0.59);
     box-shadow: 6px 7px 16px -5px #000
 }

 .btn-whatsapp i {
     font-size: 30px;
     color: #fff
 }

 .btn-whatsapp:hover {
     transform: scale(1.2);
     transition: all .5s ease
 }

 @media (max-width: 1199px) {
     .btn-whatsapp {
         width: 50px;
         height: 50px
     }
 }

 @media (max-width: 991px) {
     .s_newsletter {
         padding: 30px 0px
     }
 }

 @media (max-width: 540px) {
     .btn-whatsapp {
         width: 45px;
         height: 45px
     }
 }

 .descricao_banner_shortcode ul,
 .item_bloco_shortcode ul {
     padding-left: 15px
 }

 .descricao_banner_shortcode ul li,
 .item_bloco_shortcode ul li {
     position: relative;
     margin-bottom: 5px
 }

 .descricao_banner_shortcode ul li::before,
 .item_bloco_shortcode ul li::before {
     content: "";
     position: absolute;
     left: 0px;
     width: 25px;
     height: 25px
 }

 .descricao_banner_shortcode.check-azul ul li,
 .item_bloco_shortcode.check-azul ul li {
     list-style: none;
     padding-left: 20px
 }

 .descricao_banner_shortcode.check-azul ul li:before,
 .item_bloco_shortcode.check-azul ul li:before {
     content: "";
     background-image: url("/wp-content/themes/Fortes-ws2022/assets/images/icon-check-blue.svg");
     background-repeat: no-repeat;
     background-position: center;
     position: absolute;
     left: -15px;
     top: 0px;
     width: 25px;
     height: 25px
 }

 .descricao_banner_shortcode.check-vermelho ul li,
 .item_bloco_shortcode.check-vermelho ul li {
     list-style: none;
     padding-left: 20px
 }

 .descricao_banner_shortcode.check-vermelho ul li:before,
 .item_bloco_shortcode.check-vermelho ul li:before {
     content: "";
     background-image: url("/wp-content/themes/Fortes-ws2022/assets/images/icon-check-red.svg");
     background-repeat: no-repeat;
     background-position: center;
     position: absolute;
     left: -15px;
     top: 0px;
     width: 25px;
     height: 25px
 }

 .descricao_banner_shortcode.check-branco ul li,
 .item_bloco_shortcode.check-branco ul li {
     list-style: none;
     padding-left: 20px
 }

 .descricao_banner_shortcode.check-branco ul li:before,
 .item_bloco_shortcode.check-branco ul li:before {
     content: "";
     background-image: url("/wp-content/themes/Fortes-ws2022/assets/images/icon-check-white.svg");
     background-repeat: no-repeat;
     background-position: center;
     position: absolute;
     left: -15px;
     top: 0px;
     width: 25px;
     height: 25px
 }

 .item_bloco_shortcode {
     padding: 15px 20px;
     border: none;
     border-radius: 8px;
     height: 100%
 }

 .item_bloco_shortcode .icone_shortcode {
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
     border-radius: 3px;
     margin-bottom: 15px
 }

 .item_bloco_shortcode h2 {
     margin: 15px 0px
 }

 .item_bloco_shortcode a.link_banner {
     font-weight: bold
 }

 .text_shortcode {
     font-size: 16px;
     font-family: 'Lato', sans-serif;
     font-weight: 400;
     font-style: normal
 }

 .text_shortcode h1 {
     font-size: 36px;
     font-weight: bold;
     font-family: 'Lato', sans-serif
 }

 .text_shortcode h2 {
     font-size: 32px;
     font-weight: bold;
     font-family: 'Lato', sans-serif
 }

 .text_shortcode h3 {
     font-size: 28px;
     font-weight: 400;
     font-family: 'Lato', sans-serif
 }

 .text_shortcode h4 {
     font-size: 24px;
     font-weight: 400;
     font-family: 'Lato', sans-serif
 }

 .text_shortcode h5 {
     font-size: 20px;
     font-weight: 400;
     font-family: 'Lato', sans-serif
 }

 .text_shortcode strong {
     font-weight: bold;
     font-family: 'Lato', sans-serif
 }

 .text_shortcode p {
     font-size: 16px;
     font-weight: 400;
     font-family: 'Lato', sans-serif;
     margin-bottom: 0px
 }

 .owl-dots {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 10px;
     margin-top: 24px;
     flex-wrap: wrap
 }

 .owl-dots .owl-dot {
     width: 10px;
     height: 10px;
     background: transparent !important;
     border: 1px solid #F05529 !important;
     border-radius: 50%;
     margin: 3px
 }

 .owl-dots .active {
     background: #F05529 !important;
     border: 1px solid #F05529 !important
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item {
     z-index: 0;
     transition: all 1s ease-out;
     margin-left: 20px;
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:hover {
     z-index: 9999999999999999;
     transition: all 1s ease
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item .item_bloco_area_atuacao_shortcode {
     max-width: 300px;
     margin: 20px auto;
     width: 100%;
     height: 300px;
     position: relative
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item .item_bloco_area_atuacao_shortcode a {
     content: '';
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     display: flex;
     justify-content: center;
     align-items: center
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+1) .item_bloco_area_atuacao_shortcode {
     background-color: #FAFAFA;
     transition: all 1s ease
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+1) .item_bloco_area_atuacao_shortcode:hover {
     background-color: #F05529;
     transform: scale(1.1)
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+1) .item_bloco_area_atuacao_shortcode:hover .titulo_hover {
     color: #fff !important;
     display: none
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+1) .item_bloco_area_atuacao_shortcode:hover .box_hover {
     display: flex !important;
     transition: all .3s ease
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+2) .item_bloco_area_atuacao_shortcode {
     background-color: #f5f5f5;
     transition: all 1s ease
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+2) .item_bloco_area_atuacao_shortcode:hover {
     background-color: #F05529;
     transform: scale(1.1)
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+2) .item_bloco_area_atuacao_shortcode:hover .titulo_hover {
     color: #fff !important;
     display: none
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+2) .item_bloco_area_atuacao_shortcode:hover .box_hover {
     display: flex !important;
     transition: all .3s ease
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+3) .item_bloco_area_atuacao_shortcode {
     background-color: #F0F0F0;
     transition: all 1s ease
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+3) .item_bloco_area_atuacao_shortcode:hover {
     background-color: #F05529;
     transform: scale(1.1)
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+3) .item_bloco_area_atuacao_shortcode:hover .titulo_hover {
     color: #fff !important;
     display: none
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+3) .item_bloco_area_atuacao_shortcode:hover .box_hover {
     display: flex !important;
     transition: all .3s ease
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+4) .item_bloco_area_atuacao_shortcode {
     background-color: #EBEBEB;
     transition: all 1s ease
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+4) .item_bloco_area_atuacao_shortcode:hover {
     background-color: #F05529;
     transform: scale(1.1)
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+4) .item_bloco_area_atuacao_shortcode:hover .titulo_hover {
     color: #fff !important;
     display: none
 }

 .owl-grid-shortcode .owl-stage-outer .owl-item:nth-child(4n+4) .item_bloco_area_atuacao_shortcode:hover .box_hover {
     display: flex !important;
     transition: all .3s ease
 }

 .owl-stage {
     display: flex
 }

 .owl-stage .owl-item {
     align-self: stretch
 }

 .owl-stage .owl-item .item_shortcode_certificados_reconhecimentos {
     background-color: #f5f5f5;
     border-radius: 15px;
     padding: 10px;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     height: 100%
 }

 .item_banner_bloco_shortcode,
 .item_principios_bloco_shortcode {
     padding: 20px;
     border-radius: 8px;
     min-height: 180px
 }

 .item_banner_bloco_shortcode.shortcode_borda,
 .item_principios_bloco_shortcode.shortcode_borda {
     border: 2px solid rgba(0, 0, 0, 0.2)
 }

 .item_banner_bloco_shortcode .icone_shortcode,
 .item_principios_bloco_shortcode .icone_shortcode {
     width: auto;
     height: 32px
 }

 .item_post_bloco_shortcode {
     padding: 20px;
     border-radius: 8px;
     min-height: 180px
 }

 .item_post_bloco_shortcode.shortcode_borda {
     border: 2px solid rgba(0, 0, 0, 0.2)
 }

 .item_post_bloco_shortcode.shortcode_borda:hover {
     border: 2px solid #F05529
 }

 .item_post_bloco_shortcode:hover figure svg path {
     fill: #F05529
 }

 .item_mercado_bloco {
     height: 100%;
     min-height: 115px;
     background-color: #f5f5f5;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 8px;
     max-width: 200px;
     width: 100%;
     margin: 10px 3px
 }

 .itens_mais_lidos {
     border-bottom: 1px solid rgba(0, 0, 0, 0.2)
 }

 .itens_mais_lidos:last-child {
     border-bottom: none
 }

 .list-area-atuacao .item_bloco_area_atuacao_list_shortcode {
     border: 1px solid #F0F0F0;
     max-width: 570px;
     width: 100%;
     margin: 6px
 }

 .item_vaga_carreira {
     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
     padding: 10px 0px
 }

 .item_vaga_carreira:last-child {
     border-bottom: none
 }

 .seta_abaixo {
     position: relative
 }

 .seta_abaixo.seta_10:before {
     content: "";
     background-image: url("/wp-content/themes/R-Amaral/assets/images/arrow_down.svg");
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     position: absolute;
     right: 10%;
     top: 50%;
     bottom: 50%;
     width: 56px;
     height: 56px;
     border-radius: 50%
 }

 .seta_abaixo a:before {
     content: "";
     background-image: url("/wp-content/themes/R-Amaral/assets/images/arrow_down.svg");
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     position: absolute;
     right: -30%;
     top: 50%;
     bottom: 50%;
     width: 56px;
     height: 56px;
     border-radius: 50%
 }

 .seta_abaixo a.seta_10:before {
     right: 10%
 }

 .seta_abaixo a.seta_20:before {
     right: 20%
 }

 .seta_abaixo a.seta_30:before {
     right: 30%
 }

 .seta_abaixo a.seta_40:before {
     right: 40%
 }

 .seta_abaixo a.seta_50:before {
     right: 50%
 }

 .seta_direita {
     position: relative
 }

 .seta_direita a:before {
     content: "";
     background-image: url("/wp-content/themes/R-Amaral/assets/images/arrow_right.svg");
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     position: absolute;
     right: -30%;
     top: 50%;
     bottom: 50%;
     width: 56px;
     height: 56px;
     border-radius: 50%
 }

 .seta_direita a.seta_10:before {
     right: 10%
 }

 .seta_direita a.seta_20:before {
     right: 20%
 }

 .seta_direita a.seta_30:before {
     right: 30%
 }

 .seta_direita a.seta_40:before {
     right: 40%
 }

 .seta_direita a.seta_50:before {
     right: 50%
 }

 .owl-grid-shortcode-dois-itens .owl-dots .owl-dot {
     border: none !important;
     height: 2px;
     max-width: 60px;
     width: 100%;
     background-color: #C2C2C2 !important
 }

 .owl-grid-shortcode-dois-itens .owl-dots .owl-dot.active {
     background-color: #F05529 !important
 }

 .owl-carousel {
     position: relative
 }

 .owl-carousel .owl-stage-outer {
     z-index: 999999999
 }

 .owl-carousel .owl-nav {
     width: 100%;
     position: absolute;
     top: 50%;
     margin-top: -40px;
     left: 0px;
     display: flex;
     justify-content: space-between;
     z-index: 1111
 }

 .owl-carousel .owl-nav .owl-prev {
     outline: none;
     width: auto;
     height: auto;
     display: flex;
     align-items: center;
     justify-content: center
 }

 .owl-carousel .owl-nav .owl-prev:before {
     content: '';
     background: url("/wp-content/themes/R-Amaral/assets/images/arrow_carousel.svg") no-repeat center;
     width: 25px;
     height: 50px;
     display: block;
     position: relative;
     left: -30px
 }

 .owl-carousel .owl-nav .owl-prev span {
     display: none
 }

 .owl-carousel .owl-nav .owl-next {
     outline: none;
     width: auto;
     height: auto;
     display: flex;
     align-items: center;
     justify-content: center
 }

 .owl-carousel .owl-nav .owl-next:before {
     content: '';
     background: url("/wp-content/themes/R-Amaral/assets/images/arrow_carousel.svg") no-repeat center;
     width: 25px;
     height: 50px;
     display: block;
     position: relative;
     right: -30px;
     transform: rotate(180deg)
 }

 .owl-carousel .owl-nav .owl-next span {
     display: none
 }

 @media (max-width: 1440px) {
     .text_shortcode h1 {
         font-size: 32px
     }

     .text_shortcode h2 {
         font-size: 28px
     }

     .text_shortcode h3 {
         font-size: 24px
     }

     .text_shortcode h4 {
         font-size: 22px
     }

     .text_shortcode h5 {
         font-size: 18px
     }
 }

 @media (max-width: 991px) {
     .text_shortcode h1 {
         font-size: 28px
     }

     .text_shortcode h2 {
         font-size: 24px
     }

     .text_shortcode h3 {
         font-size: 20px
     }

     .text_shortcode h4 {
         font-size: 18px
     }

     .text_shortcode h5 {
         font-size: 16px
     }

     .seta_abaixo.seta_10:before {
         right: 10%;
         content: none
     }

     .seta_abaixo a:before {
         right: 10%;
         content: none
     }

     .seta_abaixo a.seta_10:before {
         right: 0%;
         content: none
     }

     .seta_direita {
         position: relative
     }

     .seta_direita a:before {
         right: -5%;
         content: none
     }

     .seta_direita a.seta_10:before {
         right: 0%;
         content: none
     }

     .owl-stage .owl-item .item_shortcode_certificados_reconhecimentos {
         max-width: 400px;
         margin: 20px auto
     }

     .owl-carousel .owl-nav .owl-prev:before {
         left: 0px
     }

     .owl-carousel .owl-nav .owl-next:before {
         right: 0px
     }
 }

 @media (max-width: 767px) {
     .owl-grid-shortcode .owl-item .item_bloco_area_atuacao_shortcode {
         max-width: 220px;
         height: 220px
     }
 }

 @media (max-width: 540px) {
     .text_shortcode h1 {
         font-size: 22px
     }

     .text_shortcode h2 {
         font-size: 20px
     }

     .text_shortcode h3 {
         font-size: 18px
     }

     .text_shortcode h4 {
         font-size: 17px
     }

     .text_shortcode h5 {
         font-size: 15px
     }

     .text_shortcode p {
         font-size: 14px
     }

     .item_mercado_bloco {
         min-height: 95px;
         max-width: 150px
     }

     .item_mercado_bloco .fs-18 {
         font-size: 16px
     }
 }

 .s_topo_area_single {
     padding: 30px 0px
 }

 .img_single_area {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     width: 100%;
     height: 1px;
     padding-bottom: 640px;
     border-top-left-radius: 30px;
     border-bottom-left-radius: 10px
 }

 .s_outras_areas {
     background-color: #FCFCFC;
     padding: 90px 0px
 }

 .s_portfolio {
     min-height: 500px;
     display: flex;
     align-items: center;
     flex-wrap: wrap
 }

 .img_portfolio {
     margin-left: -25%
 }

 .s_contato_single {
     min-height: 350px;
     display: flex;
     align-items: center;
     justify-content: center
 }

 .s_blog {
     padding: 50px 0px
 }

 @media (max-width: 1440px) {
     .img_single_area {
         padding-bottom: 32%
     }

     .s_outras_areas {
         background-color: #FCFCFC;
         padding: 50px 0px
     }
 }

 @media (max-width: 991px) {
     .img_portfolio {
         margin-left: -35%
     }
 }

 @media (max-width: 767px) {
     .img_portfolio {
         margin-left: auto;
         margin-right: auto
     }
 }

 @media (max-width: 540px) {
     .img_single_area {
         padding-bottom: 50%
     }
 }

 @media (max-width: 320px) {
     .img_single_area {
         padding-bottom: 60%
     }
 }

 .s_pesquisa_blog {
     min-height: 290px;
     display: flex;
     align-items: center
 }

 .form_search {
     position: relative
 }

 .form_search i {
     position: absolute;
     left: 15px;
     top: 25px
 }

 .item_postagem {
     position: relative
 }

 .item_postagem .link_postagem {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px
 }

 .item_postagem .bg_imagem {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 100%;
     max-width: 395px;
     border-radius: 10px;
     height: 235px;
     margin-bottom: 15px;
     display: flex;
     align-items: flex-end;
     padding: 10px
 }

 .item_postagem .bg_imagem.single_item {
     max-width: 800px;
     height: 380px
 }

 .s_topo_single {
     padding: 30px 0px
 }

 .img_single_post {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     width: 100%;
     height: 1px;
     padding-bottom: 450px
 }

 .item_profissional {
     border-bottom: 1px solid rgba(0, 0, 0, 0.1)
 }

 .item_profissional:last-child {
     border-bottom: 0
 }

 .itens_mais_lidos {
     border-bottom: 1px solid rgba(0, 0, 0, 0.2);
     padding: 10px 0px
 }

 .itens_mais_lidos:last-child {
     border-bottom: none
 }

 .itens_mais_lidos .item_number_post {
     width: 50px;
     height: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #5B5B5B;
     font-size: 24px
 }

 @media (max-width: 1440px) {
     .img_single_post {
         padding-bottom: 32%
     }
 }

 @media (max-width: 575px) {
     .form_search i {
         top: 15px
     }

     .item_postagem .bg_imagem.single_item {
         height: 250px
     }
 }

 .imagem_area_atuacao {
     opacity: 0.15;
     position: absolute;
     height: 100%;
 }