@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap");

* {
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

html {
    margin: 0 !important;
    overflow-x: hidden !important;
}

body {
    margin: 0 !important;
    font-family: "Open Sans", sans-serif !important;
    color: #131313;
    position: relative;
    overflow-x: hidden !important;
    background-color: #fff;
}

::-moz-selection {
    color: #fff;
    background: #A9C923;
}

::selection {
    color: #fff;
    background: #A9C923;
}

.grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

button:focus {
    outline: none !important;
    box-shadow: none;
}

a {
    text-decoration: none !important;
}

.center {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.centerleft {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
}

.centerright {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: end !important;
}

.ulflex {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    margin: 0;
}

.show-for-small {
    display: none !important;
}

@media screen and (max-width: 900px) {
    .grid {
        grid-column-gap: 0px !important;
        grid-row-gap: 15px !important;
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }

    img {
        max-width: 100%;
    }

    .show-for-small {
        display: block !important;
    }

    .show-for-large {
        display: none !important;
    }

    .order-mobile-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1590px;
    }
}

@media (max-width: 1580px) {
    .container {
        max-width: 1370px;
    }
}

@media (max-width: 1380px) {
    .container {
        max-width: 1240px;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1140px;
    }
}

section {
    /* ALTERADO PADDING DE TODAS AS SESSÕES NO DESKTOP */
    padding: 50px 0;
}

.flex {
    display: flex;
    align-items: center;
    gap: 25px;
}

.gap10 {
    gap: 10px !important;
}

.gap5 {
    gap: 5px !important;
}

.mt-80 {
    margin-top: 80px;
}

.w100 {
    width: 100%;
}

.green-gradient,
.btn.btn-primary {
    background-image: linear-gradient(90deg, #A9C923, #A6DA79) !important;
}

.blue-gradient,
.btn.btn-primary.blue-gradient {
    background-image: linear-gradient(90deg, #009ADA, #004681) !important;
}

.text-gradient-1 {
    background: -webkit-linear-gradient(90deg, #A9C923, #A6DA79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
    background: -webkit-linear-gradient(90deg, #009ADA, #004681);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2,
.h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
}

.g1 {
    color: #131313 !important;
}

.g2 {
    color: #646464 !important;
}

.g3 {
    color: #a4a4a4 !important;
}

.g4 {
    color: #ededed !important;
}

.g5 {
    color: #f4f4f4 !important;
}

.g6 {
    color: #f9f9f9 !important;
}

.g7 {
    color: #6B7280;
}

.color1 {
    color: #A9C923 !important;
}

.color2 {
    color: #004681 !important;
}

.bg1 {
    background-color: #131313;
}

.bg2 {
    background-color: #646464 !important;
}

.bg3 {
    background-color: #a4a4a4;
}

.bg4 {
    background-color: #ededed;
}

.bg5 {
    background-color: #f4f4f4 !important;
}

.bg6 {
    background-color: #f9f9f9;
}

.bg-y {
    background-color: #FFC56C;
}

.text-5xl {
    font-size: 4rem !important;
    line-height: 120%;
}

.text-4xl {
    font-size: 3rem !important;
    line-height: 120%;
}

.text-3xl {
    font-size: 1.875rem !important;
}

.text-2xl {
    font-size: 1.5rem !important;
    line-height: 30px !important;
}

.text-1xl {
    font-size: 1.375rem !important;
    line-height: 30px !important;
}

.text-xl {
    font-size: 1.25rem !important;
    line-height: 30px !important;
}

.text-lg {
    font-size: 1.125rem !important;
    line-height: 30px !important;
}

.text-base {
    font-size: 1rem !important;
    line-height: 20px !important;
}

.text-sm {
    font-size: 0.875rem !important;
}

.text-xs {
    font-size: 0.875rem !important;
    line-height: 20px !important;
}

.fw100 {
    font-weight: 100;
}

.fw200 {
    font-weight: 200;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #f9f9f9 !important;
    padding: 14px 45px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
}

.btn.btn-primary i {
    font-size: 20px;
}

.btn.btn-primary span,
.btn.btn-primary i {
    transition: transform 150ms ease;
}

.btn.btn-primary:hover {
    background-image: linear-gradient(270deg, #A9C923, #A6DA79) !important;
}

.btn.btn-primary._2 {
    background: #f4f4f4 !important;
    color: #131313 !important;
    border: none;
    border-radius: 6px;
}

.btn.btn-primary._2 i {
    color: #131313;
}

.btn.btn-primary._2:hover {
    background-color: #a4a4a4 !important;
}

.btn.btn-primary.smallpadding {
    padding: 9px 42px;
}


.select-filtrar {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 45px;
    font-weight: 600;

    background: #f4f4f4 !important;
    color: #131313 !important;
    border: none;
    border-radius: 6px;
}

.select-filtrar:hover {
    background-color: #a4a4a4 !important;
}

.bg-gray {
    padding: 32px;
    border-radius: 12px;
    font-size: 1.25rem;
    background-color: #ededed;
    border: solid 1px #a4a4a4;
    color: #646464;
}

.bg-gray *:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .bg-gray {
        font-size: 1rem;
        padding: 20px;
    }

    .select-filtrar {
        width: 100%;
    }
}

.bg-gray hr {
    margin: 20px 0;
    border-top: 2px solid #a4a4a466;
}

.bg-blue {
    padding: 32px;
    border-radius: 12px;
    font-size: 1.25rem;
    background-color: #d4e1ea;
    border: solid 1px #0174b2;
    color: #004681;
}

.bg-blue *:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .bg-blue {
        font-size: 1rem;
        padding: 20px;
    }
}

.bg-blue a {
    white-space: pre;
    text-decoration: underline !important;
}

.bg-green {
    padding: 32px;
    border-radius: 12px;
    font-size: 1.25rem;
    background-color: #DDFFE8;
    border: solid 1px #9EF5B1;
    color: #3B8A5F;
    padding: 20px;
}

.bg-green *:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .bg-green {
        font-size: 1rem;
        padding: 20px;
    }
}

.bg-red {
    padding: 32px;
    border-radius: 12px;
    font-size: 1.25rem;
    background-color: #FFDDDD;
    border: solid 1px #F59E9E;
    color: #8A3B3B;
    padding: 20px;
}

.bg-red *:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .bg-red {
        font-size: 1rem;
        padding: 20px;
    }
}

.bg-red-2 {
    padding: 32px;
    border-radius: 12px;
    font-size: 1.25rem;
    background-color: #FFEDED;
    border: solid 1px #FFA7A7;
    color: #646464;
}

.bg-red-2 *:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .bg-red-2 {
        font-size: 1rem;
        padding: 20px;
    }
}

.bg-yellow {
    padding: 32px;
    border-radius: 12px;
    font-size: 1.25rem;
    background-color: #FFF9DD;
    border: solid 1px #F5E79E;
    color: #8A6D3B;
}

.bg-yellow *:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .bg-yellow {
        font-size: 1rem;
        padding: 20px;
    }
}

a.back {
    max-width: max-content;
}

a.back .icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 100px;
}

.card {
    border: solid 1px #ededed;
    border-radius: 12px;
    height: 100%;
}

.card .card-img-top {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.card .card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
}

.card .card-body * {
    margin: 0;
}

.custom-checkbox-container {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-checkbox-container input[type="checkbox"] {
    display: none;
}

.custom-checkbox-container input[type="checkbox"]:checked+.custom-checkbox {
    background: linear-gradient(90deg, #009ADA, #004681);
    border: none;
}

.custom-checkbox-container input[type="checkbox"]:checked+.custom-checkbox i {
    display: block;
}

.custom-checkbox-container .custom-checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #767676;
    border-radius: 6px;
    transition: all 0.3s ease;
    margin-right: 8px;
}

.custom-checkbox-container .custom-checkbox i {
    color: #f9f9f9 !important;
    font-size: 16px !important;
    display: none;
}

.custom-checkbox-container .custom-checkbox-label {
    color: #767676;
    font-size: 0.875rem;
}

.custom-radio-group {
    gap: 20px;
}

.custom-radio-group .custom-radio-container {
    display: flex;
    cursor: pointer;
}

.custom-radio-group .custom-radio-container input[type="radio"] {
    display: none;
}

.custom-radio-group .custom-radio {
    width: 20px;
    height: 20px;
    border: 1px solid #646464;
    border-radius: 100px;
    transition: all 0.3s ease;
    margin-right: 8px;
}

.custom-radio-group .custom-radio i {
    color: #f9f9f9 !important;
    font-size: 14px !important;
    display: none;
}

.custom-radio-group .custom-radio-container input[type="radio"]:checked+.custom-radio {
    background: linear-gradient(90deg, #009ADA, #004681);
    border: none;
}

.custom-radio-group .custom-radio-container input[type="radio"]:checked+.custom-radio i {
    display: block;
}

.custom-radio-container .custom-radio-label {
    color: #767676;
    font-size: 0.875rem;
}

@media screen and (max-width: 900px) {
    .custom-radio-group {
        gap: 0px;
    }

    .custom-radio-group .form-group {
        padding: 10px 15px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.embed-container .bg-video {
    position: absolute;
    inset: 0;
    width: 100%;    /* <-- garantir largura */
    height: 100%;   /* <-- garantir altura */
    background-size: cover;
    background-position: center;
    z-index: 2;
}

.embed-container .btn-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    /* width: 90px;
    height: 88px; */
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.embed-container .btn-video>div {
    background-size: cover;
    background-position: center;
    width: 64px;
    height: 47px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.embed-container .btn-video>div:hover {
    transform: scale(1.2);
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bg-video picture,
.bg-video img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* faz o "crop" corretamente */
    object-position: center;
}

.swiper-button-next,
.swiper-button-prev {
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 6px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
    z-index: 2;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    content: '';
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url("../images/icons/arrow-slide-left.svg");
    width: 16px;
    height: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-next {
    right: -60px;
}

.swiper-button-next:before {
    background-image: url("../images/icons/arrow-slide-right.svg");
}

.swiper-button-prev {
    left: -60px;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -50px;
    z-index: 0;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    background: #f9f9f9;
    border: solid 1px #ededed;
    width: 35px;
    height: 10px;
    border-radius: 100px;
    opacity: 1;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background: #a4a4a4;
    border-color: #a4a4a4;
    width: 70px;
}



@media screen and (max-width: 1580px) {

    .mt-5,
    .my-5 {
        margin-top: 2rem !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        transform: translateY(-50%) scale(0.9);
    }

    .swiper-button-prev {
        left: -50px;
    }

    .swiper-button-next {
        right: -50px;
    }
}

.btn-comprar {
    font-weight: bold !important;
    font-size: 1.25rem !important;
}

@media screen and (max-width: 1380px) {
    section {
        padding: 60px 0;
    }

    .mt-80 {
        margin-top: 60px;
    }

    .btn.btn-primary {
        gap: 8px;
        padding: 12px 40px;
    }

    .btn-comprar {
        gap: 8px;
        padding: 16px 60px !important;
    }
}

@media screen and (min-width: 900px) {
    .text-md-center {
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    section {
        padding: 40px 0;
    }

    br {
        display: none;
    }

    .flex {
        gap: 15px;
    }

    .gapsm5 {
        gap: 5px !important;
    }

    .flex-sm-column {
        flex-direction: column;
    }

    .align-items-sm-start {
        align-items: start !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-left {
        text-align: left !important;
    }

    .text-5xl {
        font-size: 2.25rem !important;
    }

    .text-sm-base {
        font-size: 1rem !important;
        line-height: 20px !important;
    }

    .text-sm-xl {
        font-size: 1.25rem !important;
        line-height: 30px !important;
    }

    .text-sm-1xl {
        font-size: 1.375rem;
    }

    .card {
        height: auto;
        margin-bottom: 20px;
    }

    .btn.btn-primary {
        width: 100%;
    }

    .mt-5,
    .my-5 {
        margin-top: 1.5rem !important;
    }

    .mb-5,
    .my-5 {
        margin-bottom: 1.5rem !important;
    }

    .mt-80 {
        margin-top: 40px;
    }
}

header {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #ededed;
    z-index: 10;
}

header .pre-header {
    position: relative;
    padding: 12px 0 6px;
}

header .pre-header .brand img {
    width: 340px;
}

header .pre-header .contacts-list .icon {
    color: #fff;
    font-size: 24px;
    width: 34px;
    height: 34px;
    border-radius: 100px;
}

header .pre-header .contacts-list p {
    margin-bottom: 0;
}

header .pre-header .contacts-list a {
    gap: 5px;
}

header .nav-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 35px;
}

header nav.nav-menu ul li {
    display: flex;
    flex-direction: column;
    height: 70px;
    display: flex;
    align-items: center;
}

header nav.nav-menu ul li .icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 8px;
    margin-bottom: 2px;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

header nav.nav-menu ul li .flex {
    position: relative;
    gap: 2px;
}

header nav.nav-menu ul li .flex:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background-image: linear-gradient(#009ADA, #004681);
    width: 100%;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}

header nav.nav-menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #131313;
}

header nav.nav-menu ul li:hover .flex:before {
    opacity: 1;
    visibility: visible;
}

header nav.nav-menu ul li:hover .icon {
    background-image: linear-gradient(90deg, #009ADA, #004681);
}

header nav.nav-menu ul li:hover .icon i {
    color: #fff;
}

header nav.nav-menu ul li.has-subnav {
    cursor: default;
}

header nav.nav-menu ul li.has-subnav .subnav {
    position: absolute;
    width: 1160px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
    max-height: 0px;
    overflow: hidden;
}

header nav.nav-menu ul li.has-subnav .subnav .content {
    display: block;
    width: 1094px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px #00000030;
    padding: 20px;
    border-radius: 12px;
    margin: 20px auto;
}

header nav.nav-menu ul li.has-subnav .subnav .flex {
    padding-left: 12px;
    margin-bottom: 25px;
}

header nav.nav-menu ul li.has-subnav .subnav .flex:before {
    display: none !important;
}

header nav.nav-menu ul li.has-subnav .subnav ul {
    display: block;
    column-count: 2;
}

header nav.nav-menu ul li.has-subnav .subnav ul li {
    break-inside: avoid;
    height: auto;
    margin: 0 0 4px;
}

header nav.nav-menu ul li.has-subnav .subnav ul li:after {
    display: none;
}

header nav.nav-menu ul li.has-subnav .subnav ul li a {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 12px;
}

header nav.nav-menu ul li.has-subnav .subnav ul li a h4 {
    margin-bottom: 4px;
}

header nav.nav-menu ul li.has-subnav .subnav ul li a p {
    margin-bottom: 0;
}

header nav.nav-menu ul li.has-subnav .subnav ul li a:hover {
    background-color: #ededed;
}

header nav.nav-menu ul li.has-subnav .subnav ul li a:hover:after {
    opacity: 1;
    visibility: visible;
}

header nav.nav-menu ul li.has-subnav .subnav.active {
    opacity: 1;
    z-index: 1;
    max-height: 1000px;
}

header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

header .hamburger-btn .hamburger-lines {
    width: 42px;
    height: 42px;
    border-radius: 6px;
}

header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 20px;
    border-radius: 0px;
    margin: 2px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 6px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0;
}

header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -6px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

header .menu-overlay {
    position: absolute;
    left: -100%;
    top: 52px;
    z-index: 8;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 15px;
    background-color: #fff;
    border-top: solid 1px #ededed;
    overflow: scroll;
    transform-style: preserve-3d;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

header .menu-overlay .nav-menu {
    width: 100%;
}

header .menu-overlay .nav-menu ul {
    flex-direction: column;
    gap: 40px;
}

header .menu-overlay .nav-menu ul li {
    position: relative;
    height: auto;
    align-items: flex-start;
}

header .menu-overlay .nav-menu ul li:before {
    content: '';
    position: absolute;
    bottom: -20px;
    height: 2px;
    background-color: #ededed;
    width: 100%;
    left: 0;
}

header .menu-overlay .nav-menu ul li .icon {
    background-image: none !important;
    width: 20px;
    min-width: 20px;
    height: 20px;
}

header .menu-overlay .nav-menu ul li .flex {
    width: max-content;
    background-color: #ededed;
    gap: 0;
    padding: 5px 5px 5px 10px;
    border-radius: 8px;
}

header .menu-overlay .nav-menu ul li .flex:before {
    display: none;
}

header .menu-overlay .nav-menu ul li a {
    flex-direction: row;
    gap: 5px;
}

header .menu-overlay .nav-menu ul li a .flex {
    background-color: transparent;
    padding: 0;
}

header .menu-overlay .nav-menu ul li.has-subnav a {
    align-items: flex-start;
}

header .menu-overlay .nav-menu ul li.has-subnav .subnav {
    position: relative;
    transform: none;
    top: 5px;
    left: 0;
    width: 100%;
    overflow: auto;
}

header .menu-overlay .nav-menu ul li.has-subnav .subnav .content {
    width: 100%;
    padding: 0px;
    box-shadow: none;
    margin: 0px auto;
}

header .menu-overlay .nav-menu ul li.has-subnav .subnav ul {
    column-count: 1;
}

header .menu-overlay .nav-menu ul li.has-subnav .subnav ul li {
    margin: 0 0 5px;
}

header .menu-overlay .nav-menu ul li.has-subnav .subnav ul li:before {
    display: none;
}

header .menu-overlay.open {
    left: 0%;
    visibility: visible;
}

@media screen and (max-width: 900px) {
    header .pre-header {
        padding: 12px 0;
    }

    header .pre-header .brand img {
        width: 270px;
    }

    header nav.nav-menu ul li .icon i {
        color: #131313 !important;
    }

    header nav.nav-menu ul li.has-subnav .subnav.active {
        max-height: 1500px;
    }
}

.form-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 0px;
    border: solid 1px #ededed;
}

.form-container form {
    padding: 0 5px;
}

.form-container .column {
    padding: 0 10px;
}

.form-container .form-group {
    padding: 8px 16px;
    border: solid 1px #a4a4a4;
    border-radius: 12px;
    margin-bottom: 20px;
}

.form-container .form-group i {
    color: #131313;
    font-size: 24px;
}

.form-container .form-group i.ph-caret-down {
    font-size: 20px;
}

.form-container .form-control {
    position: relative;
    background-color: #fff;
    color: #646464;
    padding: 2px 5px;
    height: 40px;
    border: none;
    box-shadow: none;
    font-style: italic;
}

.form-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.form-container label {
    width: 100%;
    margin-bottom: 0px;
}

.form-container input[type="date"]::-webkit-inner-spin-button,
.form-container input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.form-container .arrow-select {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 3;
}

@media screen and (max-width: 1380px) {
    .form-container .column {
        padding: 0 5px;
    }

    .form-container .form-group {
        padding: 6px 12px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 900px) {
    .form-container .form-control {
        font-size: 1rem;
    }

    .form-container .btn.btn-primary {
        margin-top: 12px;
    }
}

section.hero {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 3;
}

section.hero h1 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 20px;
}

section.hero p {
    color: #fff;
    font-size: 1.75rem;
    line-height: 24px;
}

section.hero .form-container {
    /* ALTERADO MARGIN ENTRE O FORMULÁRIO E FRASE DO CUPOM NO DESKTOP */
    margin-top: 30px;
}

section.hero .form-container .form-group.datas {
    border-color: #646464;
}

section.hero .form-container .form-group.datas:after {
    content: '';
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1px;
    height: 82px;
    background-color: #646464;
}

section.hero .form-container .date-input {
    position: relative;
    /*padding-left: 39px;

            &:after {
                @include pseudo-background;
                left: 0px;
                background-image: url('../images/icons/calendar.svg');
                width: 19px;
                height: 20px;
            }*/
}

section.hero .form-container .modal-form {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border-radius: 12px;
    border: solid 1px #ededed;
    z-index: 100;
    transition: all ease 200ms;
}

section.hero .form-container .modal-viajantes {
    top: 100%;
    margin-top: 25px;
    margin-left: 20px;
    width: 400px;
}

section.hero .form-container .modal-viajantes>div {
    padding: 20px;
    border-bottom: solid 1px #ededed;
}

section.hero .form-container .modal-viajantes>div:nth-child(2) {
    padding: 10px 20px;
}

section.hero .form-container .modal-viajantes>div:nth-child(3) {
    padding: 10px 20px;
    border-bottom: none;
}

section.hero .form-container .modal-viajantes .age-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

section.hero .form-container .modal-viajantes .counter {
    display: flex;
    align-items: center;
    gap: 8px;
}

section.hero .form-container .modal-viajantes .counter button {
    width: 38px;
    height: 38px;
    background: #ededed;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

section.hero .form-container .modal-viajantes .counter .count {
    width: 25px;
    text-align: center;
}

section.hero .form-container .modal-viajantes #apply-btn {
    width: 100%;
}

section.hero .form-container .modal-viajantes.active {
    visibility: visible;
    opacity: 1;
    max-height: 440px;
}

section.hero .form-container .toggle-wrapper {
    position: relative;
    height: 26px;
    overflow: hidden;
}

section.hero .form-container .toggle-wrapper input {
    height: 26px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 47px;
}

section.hero .form-container .toggle-wrapper .toggle {
    position: relative;
    display: inline-block;
    height: 26px;
}

section.hero .form-container .toggle-wrapper .toggle label {
    background: #a4a4a4;
}

section.hero .form-container .toggle-wrapper .toggle label:before {
    content: '';
    position: absolute;
    border: none;
    width: 20px;
    height: 20px;
    background: #f9f9f9;
    transform: rotate(-25deg);
}

section.hero .form-container .toggle-wrapper .toggle label:after {
    content: '';
    position: absolute;
    background: transparent;
    height: 100%;
    border-radius: 30px;
    width: 100%;
    z-index: 0;
}

section.hero .form-container .toggle-wrapper .toggle label.toggle-item {
    width: 47px;
    height: 26px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    transition: all .3s ease;
    transform-origin: 20% center;
    cursor: pointer;
}

section.hero .form-container .toggle-wrapper .toggle label.toggle-item:before {
    display: block;
    transition: all .2s ease;
    top: 3px;
    left: 3px;
    border-radius: 100px;
    transition: .3s ease;
}

section.hero .form-container .toggle-wrapper #toggleCupom:checked+label {
    background-image: linear-gradient(90deg, #A9C923, #A6DA79) !important;
}

section.hero .form-container .toggle-wrapper #toggleCupom:checked+label:before {
    left: 24px;
}

section.hero .form-container .cupom-modal {
    left: 15px;
    width: 350px;
    padding: 16px;
}

section.hero .form-container .cupom-modal .cupom-header .close-cupom {
    background: #f4f4f4;
    border: none;
    min-width: 52px;
    width: 52px;
    height: 42px;
    border-radius: 12px;
    cursor: pointer;
}

section.hero .form-container .cupom-modal .cupom-input-wrapper {
    margin-top: 16px;
}

section.hero .form-container .cupom-modal .cupom-input-wrapper input {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: solid 1px #a4a4a4;
    outline: none;
}

section.hero .form-container .cupom-modal .cupom-actions {
    margin-top: 16px;
}

section.hero .form-container .cupom-modal .cupom-actions button {
    flex: 1;
    padding: 12px;
    border-radius: 15px;
}

section.hero .form-container .cupom-modal.active {
    visibility: visible;
    opacity: 1;
    max-height: 300px;
}

/* .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 11;
    display: none;
} */

.overlay_modal {
    display: none;
    position: absolute;
    width: 1000%;
    height: 10000%;
    inset: -500%;
    background-color: #0000006e;
    z-index: 5;
}

.overlay_modal.active {
    display: block;
    /* height: 10000%; */
    opacity: 1;
    visibility: visible;
}

/* .overlay.active {
        display: block;
    } */

@media screen and (max-width: 1580px) {
    section.hero p {
        font-size: 1.5rem;
        line-height: 22px;
    }

    section.hero h1 {
        font-size: 3.5rem;
        line-height: 110%;
    }

    section.hero .form-container .modal-viajantes {
        width: 330px;
    }

    section.hero .form-container .modal-viajantes>div {
        padding: 15px;
    }
}

@media screen and (max-width: 1380px) {
    section.hero .form-container {
        margin-top: 30px;
        /*.date-input {
          padding-left: 30px;
      }*/
    }

    section.hero .form-container .form-group.datas:after {
        height: 78px;
    }

    section.hero .form-container .modal-viajantes {
        width: 315px;
    }

    section.hero .form-container .modal-viajantes>div {
        padding: 15px;
    }
}

@media screen and (max-width: 900px) {
    section.hero h1 {
        font-size: 2.5rem;
        line-height: 120%;
    }

    section.hero p {
        font-size: 1.25rem;
        line-height: 120%;
    }

    section.hero .form-container {
        padding: 15px;
        margin-top: 30px;
    }

    section.hero .form-container label img {
        transform: scale(0.9);
        transform-origin: left;
    }

    section.hero .form-container .modal-viajantes {
        width: 295px;
    }

    section.hero .form-container .modal-viajantes>div:nth-child(2) {
        padding: 5px 15px;
    }

    section.hero .form-container .modal-viajantes>div:nth-child(3) {
        padding: 10px;
    }

    section.hero .form-container .modal-viajantes .age-group {
        margin: 5px 0;
    }

    section.hero .form-container .modal-viajantes .counter .count {
        width: 15px;
    }

    section.hero .form-container .modal-viajantes .btn.btn-primary {
        margin-top: 0;
    }

    section.hero .form-container .cupom-modal {
        transform: scale(0.9);
        transform-origin: left;
    }
}

section.slide-parceiros {
    background-color: #004681;
    padding: 50px 0;
}

section.slide-parceiros .parceirosSwiper {
    width: 100%;
    height: 100%;
}

section.slide-parceiros .parceirosSwiper .swiper-wrapper {
    align-items: center;
}

section.slide-parceiros .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.slide-parceiros .swiper-slide img {
    display: block;
    max-width: 80%;
    max-height: 45px;
    object-fit: contain;
}

@media screen and (max-width: 900px) {
    section.slide-parceiros {
        border-radius: 0px 0px 20px 20px;
    }
}

section.topicos .box-topico .check {
    margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
    section.topicos .row {
        gap: 20px;
    }

    section.topicos .box-topico .check {
        margin-bottom: 10px;
    }

    section.topicos .box-topico h3 {
        position: absolute;
        top: 10px;
        left: 80px;
        margin-bottom: 0px;
    }
}

section.passos .box-passo {
    background-color: #F3F8FD;
    border-radius: 12px;
    padding: 40px 15px;
    height: 100%;
}

section.passos .box-passo h3 {
    margin-bottom: 20px;
}

section.passos .box-passo .image-wrapper {
    margin-bottom: 20px;
}

section.passos .box-passo .image-wrapper img {
    display: block;
    margin: 0 auto;
}

section.passos .box-passo p {
    padding: 0 30px;
    margin: 0;
}

@media screen and (max-width: 900px) {
    section.passos {
        padding: 20px 0 0px;
    }

    section.passos .box-passo {
        margin-bottom: 30px;
        height: auto;
    }

    section.passos .box-passo h3 br {
        display: block;
    }
}

section.avaliacao {
    padding: 50px 0 120px;
}

section.avaliacao .swiperAvaliacao {
    margin-top: 50px;
}

section.avaliacao .swiperAvaliacao .swiper-slide {
    height: 100%;
    min-height: 100%;
}

section.avaliacao .box-avaliacao {
    background-color: #f9f9f9;
    border: solid 1px #ededed;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

section.avaliacao .box-avaliacao div {
    padding: 12px 16px;
}

section.avaliacao .box-avaliacao p {
    position: relative;
    color: #131313;
    font-size: 0.875rem;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 0;
}

section.avaliacao .box-avaliacao .flex {
    justify-content: space-between;
    border-bottom: solid 1px #E2DAFA;
}

section.avaliacao .box-avaliacao .flex p:first-child {
    padding-left: 25px;
}

section.avaliacao .box-avaliacao .flex p:first-child:before {
    content: '';
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url("../images/icons/quote.svg");
    left: 0px;
    width: 14px;
    height: 11px;
}

section.avaliacao .box-avaliacao .content p {
    color: #646464;
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
}

section.avaliacao .box-avaliacao .rating {
    position: relative;
    padding: 12px 38px;
}

section.avaliacao .box-avaliacao .rating:after {
    content: '';
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url("../images/icons/rating.svg");
    right: 16px;
    width: 14px;
    height: 14px;
    margin-top: -1px;
}

@media screen and (max-width: 900px) {
    section.avaliacao {
        padding: 50px 0 80px;
    }

    section.avaliacao .flex {
        align-items: flex-start;
    }

    section.avaliacao .swiperAvaliacao {
        margin-top: 20px;
    }
}

section.videos .grid {
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

section.videos .embed-container {
    padding-bottom: 80%;
    margin-bottom: 30px;
}

section.videos h2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
    section.videos .row {
        gap: 20px;
    }

    section.videos .embed-container {
        margin-bottom: 15px;
    }

    section.videos h2 {
        margin-bottom: 10px;
    }
}

section.destinos {
    background-size: cover;
    background-position: center;
}

section.destinos .slider-container {
    color: white;
    padding: 80px;
    border-radius: 12px;
    margin: 0px auto;
    overflow: hidden;
}

section.destinos .slider-container h2 {
    font-size: 2.5rem;
}

section.destinos .swiperDestinos {
    overflow: visible;
    margin-top: 80px;
}

section.destinos .swiper-slide {
    width: 400px;
    flex-shrink: 0;
}

section.destinos .slide-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    color: white;
}

section.destinos .slide-card .image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0%;
}

section.destinos .slide-card .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 600ms ease;
}

section.destinos .slide-card h3 {
    background-image: linear-gradient(transparent, #224680);
    color: #f9f9f9;
    width: 100%;
    padding: 50px 25px 20px;
    display: block;
    margin-bottom: 0px;
    z-index: 2;
}

section.destinos .slide-card:hover .image-wrapper img {
    transform: scale(1.12);
}

@media screen and (max-width: 1580px) {
    section.destinos .slider-container {
        padding: 60px;
    }

    section.destinos .slider-container .swiperDestinos {
        margin-top: 60px;
    }

    section.destinos .slider-container .slide-card {
        height: 375px;
    }
}

@media screen and (max-width: 900px) {
    section.destinos .slider-container {
        padding: 40px 12px 80px;
    }

    section.destinos .slider-container .swiperDestinos {
        margin-top: 20px;
    }

    section.destinos .slider-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #004681;
        border-color: #004681;
    }

    section.destinos .swiper-button-next {
        margin-top: 0;
        right: -25px;
    }
}

section.faq .faq-component {
    display: block;
    column-count: 2;
    column-gap: 30px;
}

section.faq .faq-accordion {
    border: solid 1px #ededed;
    border-radius: 6px;
    break-inside: avoid;
    margin-bottom: 30px;
}

section.faq .faq-accordion .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 30px;
    cursor: pointer;
}

section.faq .faq-accordion .faq-question h3 {
    padding-right: 50px;
}

section.faq .faq-accordion .faq-question .down {
    background-color: #ededed;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 3px;
}

section.faq .faq-accordion .faq-answer {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
}

section.faq .faq-accordion .faq-answer div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 28px 30px;
    border-top: solid 1px #EFEBFC;
}

section.faq .faq-accordion .faq-answer p,
section.faq .faq-accordion .faq-answer li {
    font-size: 1rem;
    line-height: 24px;
    margin: 0;
}

section.faq .faq-accordion.active .faq-question .down {
    transform: rotateZ(180deg);
}

section.faq .faq-accordion.active .faq-answer {
    max-height: 2000px;
}

@media screen and (max-width: 900px) {
    section.faq .faq-component {
        columns: 1;
    }

    section.faq .faq-accordion .faq-question h3 {
        padding: 0 35px;
    }

    section.faq .faq-accordion.active .faq-question .down {
        transform: rotateZ(180deg);
    }
}

section.blog .box-post {
    background-color: #fff;
    border: solid 2px #ededed;
}

section.blog .box-post .card-body {
    gap: 16px;
    padding: 22px;
}

section.blog .box-post .date {
    position: relative;
    color: #000;
    padding-left: 25px;
}

section.blog .box-post .date:before {
    content: '';
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url("../images/icons/calendar-2.svg");
    left: 0;
    width: 18px;
    height: 21px;
}

section.blog .box-post .time {
    position: relative;
    color: #000;
    padding-right: 25px;
}

section.blog .box-post .time:before {
    content: '';
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url("../images/icons/time.svg");
    right: 0;
    width: 21px;
    height: 20px;
}

section.blog .box-post h3 {
    font-family: "Roboto", sans-serif !important;
    color: #000;
}

section.blog .box-post p {
    font-family: "Roboto", sans-serif !important;
}

section.midia ul {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

section.midia ul li {
    max-width: 300px;
}

section.midia ul li img {
    max-width: 100%;
    max-height: 55px;
    object-fit: contain;
    transition: all ease 500ms;
}

section.midia ul li img:hover {
    transform: scale(1.25);
}

@media screen and (max-width: 1580px) {
    section.midia ul li {
        max-width: 200px;
    }

    section.midia ul li img {
        max-height: 40px;
    }
}

@media screen and (max-width: 900px) {
    section.midia ul {
        justify-content: center;
        gap: 30px;
    }

    section.midia ul li {
        max-width: 100px;
    }
}

section.contacts .contact-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
}

section.contacts .contact-item * {
    margin: 0;
}

section.contacts .contact-item .icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 12px;
}

section.contacts .contact-item .icon i {
    color: #fff;
}

@media screen and (max-width: 1580px) {
    section.contacts .contact-item {
        gap: 12px;
        padding: 22px;
    }
}

@media screen and (max-width: 900px) {
    section.contacts .contact-item {
        padding: 20px 10px;
    }

    section.contacts .contact-item h5 {
        position: absolute;
        left: 80px;
        top: 18px;
    }
}

section.results-info {
    background-color: #004681;
    padding: 41px 0;
}

.info-viagem-titulo {
    display: flex;
    justify-content: flex-start;
}

@media screen and (max-width: 900px) {
    section.results-info {
        padding: 15px 0;
    }

    .info-viagem-titulo {
        justify-content: center;
    }
}

section.results .swiper-slide .title {
    height: 130px;
}

@media screen and (max-width: 900px) {
    section.results {
        padding-bottom: 60px;
    }

    section.results .swiperResults {
        padding-right: 20px;
    }

    section.results .swiper-scrollbar {
        background: #ededed;
        position: absolute;
        width: 75%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 9px;
        height: 12px;
    }

    section.results .swiper-scrollbar .swiper-scrollbar-drag {
        background: #004681;
    }

    section.results .swiper-slide .title {
        height: 177px;
    }

    section.results .swiper-slide .title h3 {
        display: flex;
        align-items: center;

        line-height: 1.0em;
        height: calc(1.2em * 4);

        overflow: hidden;
    }
}

.result-wrapper {
    position: relative;
    background-color: #fff;
    padding: 40px;
    gap: 40px;
    border-radius: 12px;
}

.result-wrapper * {
    margin: 0;
}

.result-wrapper .type {
    width: max-content;
    color: #f9f9f9 !important;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    text-align: center;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.result-wrapper .title img {
    max-width: 120px;
}

.result-wrapper .btn.btn-primary {
    width: 100%;
}

.result-wrapper._1 {
    border: solid 2px #089E57;
}

.result-wrapper._1 .type {
    background-color: #089E57;
}

.result-wrapper._2 {
    border: solid 2px #0084c3;
}

.result-wrapper._3 {
    border: solid 2px #EF4444;
}

.result-wrapper._3 .type {
    background-color: #EF4444;
}

.result-wrapper .cupom-aplicado {
    border: 0;
    font-size: 1.2rem;
    background-color: #EF4444;
    color: white;
    text-decoration: line-through;
    border-radius: 8px;
    font-weight: 700;
    padding: 0 8px;
}

.result-wrapper .cupom-aplicado-label {
    font-weight: 700;
}

.result-wrapper .cupom-aplicado-label-porcentagem {
    color: #009ADA;
}

.container-links-destaques {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.container-links-geral {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (max-width: 1580px) and (min-width: 901px) {
    .result-wrapper {
        padding: 40px 30px;
        gap: 30px;
    }

    .result-wrapper .h2 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 900px) {
    .result-wrapper {
        padding: 30px 20px;
        gap: 24px;
    }
}

section.results-list .results-list-top {
    padding: 20px;
    border-radius: 12px 12px 0 0;
    display: flex;
    gap: 40px;
}

section.results-list .results-list-top>div:first-child {
    width: 15%;
}

section.results-list .results-list-top>div:nth-child(2) {
    width: 33%;
}

section.results-list .results-list-top>div:nth-child(3),
section.results-list .results-list-top>div:last-child {
    width: 26%;
}

section.results-list .result-wrapper {
    padding: 30px 20px;
    align-items: center;
    margin-bottom: 20px;
}

section.results-list .result-wrapper>div:first-child {
    width: 15%;
}

section.results-list .result-wrapper>div:nth-child(2) {
    width: 33%;
}

section.results-list .result-wrapper>div:nth-child(3),
section.results-list .result-wrapper>div:last-child {
    width: 26%;
}

section.results-list .result-wrapper .image img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    pointer-events: none;
    margin-bottom: 25px;
}

section.results-list .result-wrapper .title {
    align-items: flex-start;
}

section.results-list .result-wrapper .infos,
section.results-list .result-wrapper .price {
    width: 26%;
}

@media screen and (max-width: 900px) {
    section.results-list .result-wrapper {
        border: solid 1px #a4a4a4;
        padding: 20px;
        gap: 16px;
    }

    section.results-list .result-wrapper div {
        width: 100% !important;
    }

    section.results-list .result-wrapper .image img {
        margin-bottom: 0;
    }

    section.results-list .result-wrapper h3.h2 {
        font-size: 1.5rem;
    }

    section.results-list .result-wrapper .price {
        border-top: solid 1px #E5E7EB;
        padding-top: 16px;
    }

    section.results-list .result-wrapper .price .h2 {
        font-size: 1.75rem;
    }

    section.results-list .result-wrapper .custom-checkbox-container {
        margin-top: 15px;
    }
}

.comparison-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 0px 24px rgba(0, 0, 0, 0.1);
    padding: 24px 15px;
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}

.comparison-bar .comparison-content {
    justify-content: space-between;
    gap: 50px;
}

.comparison-bar .comparison-content .first {
    max-width: 80%;
}

.comparison-bar .comparison-counter-badge {
    color: white;
    border-radius: 6px;
    width: 42px;
    height: 36px;
}

.comparison-bar .comparison-items {
    overflow-x: auto;
    padding: 5px 0;
}

.comparison-bar .comparison-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    padding: 8px 12px;
    border-radius: 25px;
    white-space: nowrap;
    border: 1px solid #e9ecef;
}

.comparison-bar .comparison-item img {
    width: 70px;
    height: 30px;
    object-fit: contain;
}

.comparison-bar .comparison-item-remove {
    color: #dc3545;
    cursor: pointer;
    margin-left: 5px;
    padding: 2px;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.comparison-bar .comparison-item-remove:hover {
    background-color: #dc3545;
    color: white;
}

.comparison-bar .comparison-actions .comparison-btn {
    width: 100%;
}

@media screen and (max-width: 900px) {
    .comparison-bar .comparison-content {
        flex-direction: column;
        gap: 20px;
    }

    .comparison-bar .comparison-content .first {
        max-width: 100%;
    }

    .comparison-bar .comparison-content .comparison-actions {
        /* width: 50%; */
    }

    .comparison-bar .comparison-counter-badge {
        position: absolute;
        right: 30px;
        /* top: 50px; */
    }

    .comparison-bar .comparison-item {
        flex-direction: column;
        gap: 5px;
    }
}

.comparison-bar.active {
    transform: translateY(0);
}

/* Modal Comparativo */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    /* Swiper Customizations */
}

.modal-overlay .comparison-modal {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 90%;
    height: 900px;
    max-height: 95vh;
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 62px rgba(0, 0, 0, 0.25);
    z-index: 2001;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
    transition: all 0.3s ease;
    overflow: auto;
}

.modal-overlay .modal-header {
    padding: 20px;
    border: none;
}

.modal-overlay .modal-title .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 6px;
}

.modal-overlay .modal-close {
    background: none;
    border: none;
    font-size: 22px;
    color: #666;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: all 0.2s;
}

.modal-overlay .modal-close:hover {
    background: #e9ecef;
    color: #333;
}

.modal-overlay .modal-body {
    padding: 10px 20px 20px;
}

.modal-overlay .infos {
    position: relative;
    width: 20%;
}

.modal-overlay .infos ul {
    position: absolute;
    width: 100%;
    bottom: 72px;
    left: 0;
}

.modal-overlay .infos ul li {
    display: flex;
    align-items: center;
    background-color: #f9f9f9;
    max-width: 365px;
    padding: 12px;
    height: 70px;
}

.modal-overlay .infos ul li:nth-child(even) {
    background-color: #fff;
}

.modal-overlay .comparison-swiper {
    width: 80%;
}

.modal-overlay .comparison-swiper .swiper-slide {
    height: auto;
}

.modal-overlay .plan-header {
    padding: 0 20px;
    margin-bottom: 20px;
}

.modal-overlay .plan-header .plan-logo {
    width: 120px;
    height: 53px;
    object-fit: contain;
    margin: 0 auto 15px;
}

.modal-overlay .plan-header .plan-name {
    height: 65px;
    overflow: auto;
    margin-bottom: 15px;
}

.modal-overlay .detail-group {
    margin-bottom: 20px;
}

.modal-overlay .detail-group .detail-item {
    padding: 8px 20px;
    height: 70px;
    background-color: #f9f9f9;
}

.modal-overlay .detail-group .detail-item:nth-child(even) {
    background-color: #fff;
}

.modal-overlay .swiper-button-prev,
.modal-overlay .swiper-button-next {
    right: 20px;
    top: 125px;
    width: 36px;
    height: 36px;
}

.modal-overlay .swiper-button-prev {
    right: auto;
    left: 18%;
}

@media screen and (max-width: 900px) {
    .modal-overlay .comparison-modal {
        max-width: 95%;
    }

    .modal-overlay .modal-header {
        padding: 20px 12px;
    }

    .modal-overlay .modal-title {
        font-size: 18px;
    }

    .modal-overlay .modal-body {
        padding: 10px 12px 20px;
    }

    .modal-overlay .comparison-swiper {
        width: 100%;
    }

    .modal-overlay .plan-header {
        padding: 12px;
        text-align: center;
    }

    .modal-overlay .plan-header .plan-logo,
    .modal-overlay .plan-header .plan-name {
        margin-bottom: 10px;
    }

    .modal-overlay .detail-group {
        max-height: 45vh;
        overflow: auto;
    }

    .modal-overlay .detail-group .detail-item {
        padding: 12px;
        height: 84px;
    }

    .modal-overlay .detail-group .detail-item .detail-label {
        width: 60%;
    }

    .modal-overlay .detail-group .detail-item .detail-value {
        width: 40%;
        display: flex;
        justify-content: center;
        font-size: 14px;
    }

    .modal-overlay .swiper-button-next {
        right: 8px;
    }

    .modal-overlay .swiper-button-prev {
        left: 8px;
    }
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-overlay.active .comparison-modal {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/* Fundo escuro */
.modal-overlay-beneficios {
    position: fixed;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; */
    background: rgba(0, 0, 0, 0.6);
    display: none;
    /* inicia escondido */
    justify-content: center;
    align-items: center;
    z-index: 50;
    transition: opacity 0.3s ease;
    opacity: 0;
}

/* Quando ativo */
.modal-overlay-beneficios.active {
    display: flex;
    opacity: 1;
}

/* Conteúdo do modal */
.modal-centered {
    background: #fff;
    border-radius: 10px;
    max-width: 900px;
    width: 90%;
    max-height: 80%;
    overflow-y: auto;
    transform: translateY(-30px);
    transition: transform 0.3s ease;
    padding: 20px;
}

/* animação ao abrir */
.modal-overlay-beneficios.active .modal-centered {
    transform: translateY(0);
}

.modal-overlay-beneficios #close-modal {
    max-width: 40px;
    padding: 10px;
}

.modal-filter {
    background-color: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    width: 342px;
    max-width: 100%;
    transform: translateX(-100%);
    overflow: auto;
    z-index: 50;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms;
}

#modal-vantagens-conteudo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* #modal-vantagens-conteudo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 90vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
} */

.vantagem {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
}

.vantagem-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    font-weight: 600;
    background: #f8f9fa;
}

.vantagem-text::before {
    content: "🎁";
    /* Ícone presente */
    margin-right: 10px;
}

.vantagem-text span {
    flex: 1;
}

.vantagem-text::after {
    content: "\25BC";
    /* setinha para baixo */
    font-size: 0.9rem;
    transition: transform 0.3s;
}

.vantagem.active .vantagem-text::after {
    transform: rotate(180deg);
    /* vira seta pra cima */
}

.vantagem-descricao {
    display: none;
    padding: 15px;
    background: #fff;
    font-size: 0.9rem;
}

.vantagem.active .vantagem-descricao {
    display: block;
    /* exibe se tiver "active" */
}

.vantagem-descricao h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.modal-filter div.flex {
    padding: 20px;
}

.modal-filter #close-modal-filter {
    max-width: 40px;
    padding: 10px;
}

.modal-filter .form-container {
    border: none;
}

.modal-filter .form-container .form-group {
    padding: 12px 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.modal-filter .btn-primary {
    width: 100%;
}

.modal-filter.active {
    transform: translateX(0%);
}

section.result .result-wrapper {
    padding: 40px 20px;
    border: solid 2px #ededed;
}

section.result .result-wrapper>div:nth-child(2) {
    width: 70%;
}

section.result .result-wrapper .image img {
    max-height: 120px;
    margin: 0;
}

section.result-details .wrapper {
    border: solid 1px #ededed;
    border-radius: 12px;
    overflow: hidden;
}

section.result-details .wrapper .intro {
    color: #f9f9f9;
    border-radius: 12px 12px 0 0;
    border-bottom: solid 1px #ededed;
    padding: 20px 40px;
}

section.result-details .wrapper .flex div {
    width: 50%;
}

section.result-details .wrapper .list .flex {
    background-color: #fff;
    padding: 30px 40px;
    border-bottom: solid 1px #ededed;
}

@media screen and (max-width: 900px) {
    section.result-details .wrapper .intro {
        padding: 20px 18px;
    }

    section.result-details .wrapper .list {
        font-size: 0.875rem;
    }

    section.result-details .wrapper .list .flex {
        padding: 20px 18px;
        justify-content: space-between;
    }

    section.result-details .wrapper .list .flex>div:last-child {
        text-align: right;
    }
}

.breadcrumbs a {
    position: relative;
    color: #646464;
}

section.checkout {
    padding: 40px 0;
}

section.checkout .form-container {
    padding: 24px 40px;
    margin-top: 20px;
}

section.checkout .form-container._2 {
    padding: 20px;
}

section.checkout .box-cupom {
    background-color: #fff !important;
    color: #004681;
    border: 1px solid;
    /* background-color: #004681 !important;
    color: #fff; */
}

section.checkout .box-cupom input {
    border: 1px solid;
    border-radius: 12px;
}

section.checkout .discount {
    color: #006B40;
}

section.checkout .hide {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: all ease 200ms;
}

section.checkout .hide.active {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
}

@media screen and (max-width: 1380px) and (min-width: 901px) {

    section.checkout h2,
    section.checkout .h2 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 900px) {
    section.checkout .order-mobile-2 {
        margin-top: 40px;
    }

    section.checkout .form-container {
        padding: 30px 20px;
    }

    section.checkout .form-group {
        margin-bottom: 12px !important;
    }
}

section.voucher {
    background-size: cover;
    background-position: center;
}

section.voucher h1 {
    color: #fff;
}

section.hero-title {
    background-color: #004681;
    border-radius: 0 0 24px 24px;
    color: #fff;
}

@media screen and (max-width: 900px) {
    section.hero-title {
        border-radius: 0px;
    }
}

section.meu-voucher .voucher-detail {
    color: #fff;
    border-radius: 12px;
    border: solid 1px #ededed;
    overflow: hidden;
}

section.meu-voucher .voucher-detail .flex {
    background-color: #fff;
}

section.meu-voucher .voucher-detail .flex div {
    padding: 20px;
}

section.meu-voucher .voucher-detail .flex div:nth-child(2) {
    width: 20%;
}

section.meu-voucher .voucher-detail .flex div:first-child,
section.meu-voucher .voucher-detail .flex div:last-child {
    width: 40%;
}

section.meu-voucher h2 {
    margin-bottom: 15px;
}

section.meu-voucher p {
    color: #646464;
    font-size: 1.25rem;
    margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
    section.meu-voucher .voucher-detail .flex {
        flex-wrap: wrap;
        gap: 0;
    }

    section.meu-voucher .voucher-detail .flex div:first-child {
        width: 100% !important;
        background-color: #646464;
        color: #fff !important;
    }

    section.meu-voucher .voucher-detail .flex div:nth-child(2),
    section.meu-voucher .voucher-detail .flex div:last-child {
        width: calc(50% - 10px);
    }

    section.meu-voucher h2 {
        font-size: 1.5rem;
    }

    section.meu-voucher p {
        font-size: 1rem;
        margin-bottom: 5px;
    }
}

section.seguro-lp p {
    color: #646464;
    font-size: 1.25rem;
    margin-bottom: 30px;
    text-align: justify;
}

section.seguro-lp .text-center p {
    text-align: center;
}

section.seguro-lp ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.seguro-lp ul li {
    position: relative;
    font-size: 1.25rem;
}

section.seguro-lp ul li:before {
    content: '';
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-image: url("../images/lps/check-fill.png");
    top: 0;
    transform: none;
    left: -40px;
    width: 32px;
    height: 32px;
}

section.seguro-lp .btn.btn-primary {
    max-width: max-content;
}

@media screen and (max-width: 1580px) {

    section.seguro-lp p,
    section.seguro-lp li {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 900px) {
    section.seguro-lp .text-center p {
        text-align: left;
    }

    section.seguro-lp .img-fluid {
        margin-top: 30px;
    }
}

section.lp-itens .wrapper {
    background-color: #004681;
    color: #fff;
    padding: 80px;
    border-radius: 12px;
}

section.lp-itens .wrapper a {
    color: #f4f4f4;
    text-decoration: underline !important;
}

section.lp-itens .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

section.lp-itens .wrapper ul li {
    max-width: 320px;
    width: 320px;
}

section.lp-itens .wrapper ul li h4 {
    font-weight: 600;
    margin: 0;
}

section.lp-itens .wrapper .icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 6px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1580px) {
    section.lp-itens br {
        display: none;
    }

    section.lp-itens .wrapper ul li {
        max-width: 265px;
        width: 265px;
    }

    section.lp-itens .wrapper ul li h4 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 1380px) {
    section.lp-itens .wrapper ul li {
        max-width: 232px;
        width: 232px;
    }

    section.lp-itens .wrapper ul li h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 900px) {
    section.lp-itens .wrapper {
        padding: 40px 12px;
    }

    section.lp-itens .wrapper .text-4xl {
        font-size: 2.625rem !important;
    }

    section.lp-itens .wrapper .icon {
        margin: 0;
    }

    section.lp-itens .wrapper ul {
        gap: 40px;
    }

    section.lp-itens .wrapper ul li {
        display: flex;
        align-items: center;
        gap: 16px;
        max-width: 100%;
        width: 100%;
    }

    section.lp-itens .wrapper ul li h4 {
        font-size: 1.5rem;
    }
}

section.plans-list .plans-detail {
    color: #fff;
    border-radius: 12px 12px 0 0;
    border: solid 1px #ededed;
    overflow: hidden;
}

section.plans-list .plans-detail .flex {
    background-color: #fff;
}

section.plans-list .plans-detail .flex div {
    padding: 20px;
}

section.plans-list .plans-detail .flex div:first-child {
    width: 50%;
    padding-left: 200px;
}

section.plans-list .plans-detail .flex div:nth-child(2) {
    width: 40%;
    padding-left: 52px;
}

section.plans-list .plans-detail .flex div:last-child {
    width: 20%;
}

section.plans-list .plans-detail .flex._2 {
    border: solid 1px #ededed;
}

section.plans-list .plans-detail .flex._2 div:first-child {
    width: 12%;
    padding-left: 20px;
    padding-right: 0px;
}

section.plans-list .plans-detail .flex._2 div:nth-child(2) {
    width: 35%;
    padding-left: 0;
}

section.plans-list .plans-detail .flex._2 div:nth-child(3) {
    width: 33%;
}

section.plans-list .plans-detail .flex._2 div:last-child {
    width: 18%;
}

@media screen and (max-width: 900px) {
    section.plans-list .plans-detail {
        display: flex;
        flex-direction: column;
        gap: 20px;
        border: none;
    }

    section.plans-list .plans-detail .flex._2 {
        display: flex;
        padding: 40px 20px;
        border: solid 1px #a4a4a4;
        border-radius: 12px;
    }

    section.plans-list .plans-detail .flex._2 div {
        width: 100% !important;
        padding: 0 !important;
    }
}

section.plans-list._2 .plans-detail .flex div:first-child {
    width: 45%;
}

section.plans-list._2 .plans-detail .flex div:nth-child(2) {
    width: 18%;
    padding-left: 2px;
}

section.plans-list._2 .plans-detail .flex div:nth-child(3) {
    width: 20%;
    padding-left: 15px;
}

section.plans-list._2 .plans-detail .flex div:last-child {
    width: 22%;
}

section.plans-list._2 .plans-detail .flex._2 div:first-child {
    width: 12%;
    padding-left: 20px;
    padding-right: 0px;
}

section.plans-list._2 .plans-detail .flex._2 div:nth-child(2) {
    width: 30%;
}

section.plans-list._2 .plans-detail .flex._2 div:nth-child(3) {
    width: 18%;
}

section.plans-list._2 .plans-detail .flex._2 div:nth-child(4) {
    width: 19%;
    padding-left: 10px;
}

section.plans-list._2 .plans-detail .flex._2 div:last-child {
    width: 20%;
    padding-left: 15px;
}

@media screen and (max-width: 1366px) and (min-width: 900px) {
    section.plans-list._2 .plans-detail .flex div:first-child {
        width: 40%;
        padding-left: 152px;
    }

    section.plans-list._2 .plans-detail .flex div:nth-child(2) {
        width: 22%;
    }

    section.plans-list._2 .plans-detail .flex div:nth-child(3) {
        width: 20%;
        padding-left: 15px;
    }

    section.plans-list._2 .plans-detail .flex div:last-child {
        width: 25%;
    }

    section.plans-list._2 .plans-detail .flex._2 div:first-child {
        width: 12%;
    }

    section.plans-list._2 .plans-detail .flex._2 div:nth-child(2) {
        width: 24%;
    }

    section.plans-list._2 .plans-detail .flex._2 div:nth-child(3) {
        width: 21%;
        padding-left: 7px;
    }

    section.plans-list._2 .plans-detail .flex._2 div:nth-child(4) {
        width: 16%;
    }

    section.plans-list._2 .plans-detail .flex._2 div:last-child {
        width: 23%;
    }
}

section.article h2 {
    color: #131313;
    margin-bottom: 20px;
}

section.article p {
    margin-bottom: 40px;
}

section.article a {
    color: #646464;
    text-decoration: underline !important;
}

section.garantias .flex {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 80px;
}

section.garantias .box {
    width: calc(25% - 60px);
    padding: 16px 24px;
    border: solid 1px #ededed;
    gap: 20px !important;
    border-radius: 12px;
}

section.garantias .box * {
    margin: 0;
}

@media screen and (max-width: 1580px) {
    section.garantias .flex {
        gap: 60px;
    }

    section.garantias .box {
        width: calc(25% - 45px);
    }
}

@media screen and (max-width: 1380px) {
    section.garantias .flex {
        gap: 40px;
    }

    section.garantias .box {
        width: calc(25% - 30px);
    }
}

@media screen and (max-width: 900px) {
    section.garantias .flex {
        gap: 20px;
    }

    section.garantias .box {
        width: 100% !important;
        gap: 10px !important;
    }
}

section.hero-faq .form-container {
    padding: 0;
    border-radius: 4px;
    border: none;
}

section.hero-faq .form-container .form-group {
    border: none;
    margin-bottom: 0;
}

section.cards .item {
    position: relative;
    background-color: #F3F8FD;
    padding: 38px 25px;
    border-radius: 12px;
}

section.cards .item .icon {
    font-size: 80px;
}

section.faq._2 .faq-component {
    column-count: 1 !important;
}

section.contato .icon {
    color: #fff;
    width: 48px;
    height: 48px;
    padding: 6px;
    border-radius: 6px;
}

section.contato .icon.wpp {
    background-image: linear-gradient(45deg, #1FCB41, #43EA61);
}

section.contato a {
    text-decoration: underline !important;
    white-space: nowrap;
}

section.contato .form-container {
    padding: 80px;
    border: none;
}

@media screen and (max-width: 900px) {
    section.contato .form-container {
        padding: 40px 6px;
        margin-bottom: 50px;
    }

    section.contato .pr-5,
    section.contato .px-5 {
        padding-right: 15px !important;
    }

    section.contato .flex.order-mobile-2 {
        gap: 30px;
    }
}

footer {
    padding-top: 80px;
}

footer hr {
    display: block;
    width: 100%;
    border-top: solid 2px #ededed;
    margin: 80px 0;
}

footer h4 {
    color: #0D0B0E;
    margin-bottom: 12px;
}

footer a {
    color: #646464;
}

footer a:hover {
    color: #A9C923;
}

footer a i {
    font-size: 18px;
}

footer nav ul {
    flex-direction: column;
}

footer ul.redes li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 12px;
}

footer img {
    max-width: 100%;
}

footer .copy {
    padding: 25px 0;
    margin-top: 80px;
}

footer .copy p {
    color: #fff !important;
}

footer .copy p a {
    color: #fff;
    text-decoration: underline !important;
}

@media screen and (max-width: 1580px) {
    footer {
        padding-top: 70px;
    }

    footer hr {
        margin: 70px 0;
    }
}

@media screen and (max-width: 900px) {
    footer {
        padding-top: 40px;
    }

    footer .row {
        gap: 30px;
    }

    footer .col {
        flex-basis: max-content;
    }

    footer hr {
        margin: 20px 0;
    }

    footer .copy {
        padding: 20px 0;
        margin-top: 30px;
    }
}

.flex-justify-content-space-between {
    justify-content: space-between;
}

/*# sourceMappingURL=styles.css.map */

#payment-status {
    font-size: 1rem;
    font-weight: 700;
    padding: 12px;
    border-radius: 8px;
    display: none;
    text-align: center;
}

#payment-status.processing {
    display: block;
    background: #f0f4ff;
    color: #004085;
    border: 1px solid #b6d4fe;
}

#payment-status.success {
    display: block;
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#payment-status.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#compra input {
    text-transform: uppercase;
}