@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #f5f5f5;
    color: #333;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}
.hidden{
    display:none;
}
.text-danger
    {
        color: #dc3545 !important;
        font-size: 0.95rem;
    }

/* Header Fixo */
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    background-color: #004099; /*001447;*/
    /* padding: 25px 0; */
    padding-top: 20px;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.header-fixed .container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.header-fixed .line-gold {
    max-width: 300px;
    width: 90%;
    height: auto;
    display: block;
}
.header-fixed .line-gold-top {
    max-width: 500px;
    width: 90%;
    height: auto;
    display: block;
}

.header-logo-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    max-width: 500px;
}

.header-fixed .logo {
    max-width: 200px;
    padding-top: 30px;
    width: 80%;
    height: auto;
    display: block;
}
.logo-diroma-header {
    max-width: 140px;
    width: 70%;
    height: auto;
    display: block;
    padding: 20px 0 0 0;
}

.line-white {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
}

.line-gold {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 30px auto;
    box-sizing: border-box;
}

.selo {
    max-width: 180px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 20px;
}

 .selo {
    animation: pulse 2s ease-in-out infinite;
}

.rodape-banner{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 870px;
    left: 0;
    right: 0;
    z-index: 1;
}

.subtitle-yellow {
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    margin: 30px 0;
    padding: 0 20px;
    color: #DAA520;
    word-wrap: break-word;
}

.subtitle-black {
    font-size: 1.8rem;
    font-weight: bolder;
    text-align: center;
    margin: 30px 0;
    padding: 0 20px;
    color: #000000;
    word-wrap: break-word;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.photo-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.photo-grid img:hover {
    transform: scale(1.1);
}

.description-text {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    margin: 40px auto;
    max-width: 1000px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    color: #333;
}
.description-text-black {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    margin: 40px auto;
    max-width: 1000px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    color: #000000;
}

.blue-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.blue-buttons button {
    background-color: #003366;
    color: white;
    padding: 15px 80px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.blue-buttons button:hover {
    background-color: #004080;
}

.section-divider {
    /* background-color: #f5f5f5; */
    /* padding: 20px 0; */
    margin-top: 50px;
    margin-bottom: 30px;
}

.section-question {
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
    color: #000000;
    word-wrap: break-word;
}


.section-question-sub {
    font-size: 1.7rem;
    font-weight: bolder;
    text-align: center;
    margin: 15px 20px 15px 20px;
    padding: 0 20px;
    color: #000000;
    word-wrap: break-word;
}

.checklist {
    list-style: none;
    padding: 0 20px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    font-weight: bolder;
    box-sizing: border-box;
}

.checklist li {
    font-size: 1.3rem;
    font-weight: bolder;
    line-height: 1.4;
    margin: 15px 0;
    padding-left: 35px;
    position: relative;
    color: #000000;
}

.checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: bold;
    font-size: 1.1rem;
    width: 25px;
    height: 25px;
    border: 2px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.checklist li strong {
    font-weight: bold;
}

.video-content {
    display: flex;
    justify-content: center;
    margin: 40px auto;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    /* border: 5px solid #000000; */
}

.video-content iframe {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.section3-logos {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 0 auto 40px auto;
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
}

.section3-logos .item-logo-multiplique {
    max-width: 300px;
    height: auto;
    padding: 10px 20px;
}

.section3-logos .item-logo-diroma {
    max-width: 200px;
    height: auto;
}

.section4-logo{
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.section4-logo .item-logo-diroma {
    max-width: 350px;
    height: auto;
}

.section3-title-yellow {
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 30px 0;
    padding: 0 30px;
    color: #FFD700;
    word-wrap: break-word;
}

.section3-text {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
    margin: 20px auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    color: white;
}

.section3-text .highlight-yellow {
    color: #FFD700;
    font-weight: bold;
}

.section3-photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.section3-photos img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.section3-subtitle-yellow {
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin: 50px 0 30px 0;
    padding: 0 30px;
    color: #FFD700;
    word-wrap: break-word;
}

.hospedagem-photos {
    margin: 40px auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.hospedagem-photos .photo-large {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.hospedagem-photos .photo-large:hover {
    transform: scale(1.05);
}

.hospedagem-photos .photos-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hospedagem-photos .photos-row img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.hospedagem-photos .photos-row img:hover {
    transform: scale(1.1);
}

.section-content-collapsed {
    max-width: 1000px;
    width: 100%;
    margin: 40px auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.accordion-item {
    /* background-color: white; */
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 3px solid #ccc;
}

.accordion-header {
    /* background-color: #FFD700; */
    color: #FFC700;
    padding: 20px 25px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.accordion-header:hover {
    background-color: #FFC700;
    color: #000;
}

.accordion-header::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s;
}

.accordion-header.active::after {
    content: "-";
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #fff;

    /* background-color: white; */
}

.accordion-content.active {
    max-height: 900px;
}

.accordion-content-inner {
    padding: 20px 25px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
}

.map-title-yellow {
    font-size: 1.3rem;
    font-weight: bold;
    font-style: italic;
    color: #FFD700;
}

.map-info-text {
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    line-height: 1.8;
}

.mapa-route {
    width: 100%;
    margin: 20px 0;
    border-radius: 15px;
    overflow: hidden;
}

.mapa-route iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.map-address {
    font-size: 1.1rem;
    font-style: italic;
    color: white;
    margin-top: 20px;
    text-align: center;
}

.diroma-benefits-photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px auto;
    max-width: 700px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.diroma-benefits-photos img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.diroma-benefits-photos img:hover {
    transform: scale(1.1);
}

/* Imagens de ondas responsivas */
.ondas {
    width: 100%;
    max-width: 100vw;
    height: auto;
    display: block;
    position: relative;
}


/* Espaçamento para compensar o header fixo */
.content-wrapper {
    margin-top: 180px;
    position: relative;
    overflow-x: hidden;
}

/* Container centralizado */
.container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

/* Seções */
.section {
    padding: 60px 0;
    min-height: 400px;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
    /* border: 1px solid lime; */
}

.section:first-child {
    background-color: #05183D;
    background-image: url('/images/landingpages/multiplique/imagem_01.jpg');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 750px;
    padding: 100px 0;
    overflow: hidden;
}

.content-wrapper .section:nth-child(2) {
    position: relative;
    background-color: #001447;
}

.content-wrapper .section:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: 0;
}

.content-wrapper .section:nth-child(2) .container {
    position: relative;
    z-index: 1;
}

.text-white {
   font-weight: bold;
   font-size: 1.7rem;
   color: white;
}

.section:nth-child(even) {
    /* background-color: #fff; */
}

.section:nth-child(odd) {
    /* background-color: #f9f9f9; */
}

.section-title-white {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    padding: 0 30px;
    color: #ffffff;
    word-wrap: break-word;
}

.section-title-black {
    font-size: 2.5rem;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
    color: #000000;
    word-wrap: break-word;
}

.section-subtitle-yellow {
    font-size: 1.7rem;
    text-align: center;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    color: yellow;
}
.area-data{
    border: 2px solid white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 90%;
    box-sizing: border-box;
}

.box-textos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-top: 50px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.box-textos > div {
    flex: 1;
    text-align: left;
}

.box-textos .text-left {
    font-size: 3rem;
    font-weight: bold;
    line-height: 0.8;
    color: white;
}

.box-textos .text-left .yellow-text {
    color: #FFD700;
}

.box-textos .text-right {
    font-size: 1.5rem;
    line-height: 1.0;
    color: white;
    text-align: right;
    margin-right: 10px;
}

.box-textos .text-right .highlight {
    color: #FFD700;
    font-weight: bold;
}
.container-button {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.section-content {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
}

/* Footer */
.footer {
    background-color: #002A65;
    color: #fff;
    padding: 0;
    text-align: center;
    width: 100%;
}

.footer p {
    margin: 10px 0;
    font-size: 0.95rem;
}

/* Footer Content */
.footer-content {
    width: 100%;
    text-align: center;
    position: relative;
}

.footer-top {
    text-align: center;
    padding: 50px 0 30px 0;
}

.footer-top #logoFooter {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

.footer-middle {
    text-align: center;
    padding: 30px 0;
    width: 100%;
}

#containerFooter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

#informativo {
    flex: 0 1 300px;
    text-align: left;
    min-width: 250px;
}

#informativo h4 {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
}

#informativo ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#informativo ul li {
    margin-bottom: 10px;
    line-height: 1.8;
    font-weight: bold;
}

#informativo ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.95rem;
}

#informativo ul li a:hover {
    color: #FFD700;
    /* text-decoration: underline; */
}

.footer-middle hr {
    border-color: #d3c9c9;
    width: 67%;
    border-width: 2px;
    margin: 30px auto 0 auto;
}

.footer-icons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 0 20px 0;
}

.footer-icons a {
    color: #838383;
    font-size: 36px;
    transition: color 0.3s, transform 0.3s;
}

.footer-icons a:hover {
    color: #FFD700;
    transform: scale(1.1);
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
}

.footer-bottom h5 {
    margin: 0;
    color: #838383;
    font-size: 0.9rem;
    font-weight: normal;
}

.footer-bottom-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0 0 30px 0;
}

.footer-bottom-right img {
    max-width: 120px;
    height: auto;
}

.footer-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 60px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.box-footer-left {
    text-align: left;
    flex: 1;
    line-height: 1.8;
    font-size: 1rem;
}

.box-footer-left i {
    margin-right: 10px;
    color: #FFD700;
    font-size: 1.1rem;
}

.box-footer-right {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.box-footer-right img {
    width: 100%;
    max-width: 150px;
    height: auto;
}

/* Seção Ofertas */
.section-ofertas {
    background-color: #001447;
    padding: 60px 0;
    text-align: center;
}

.section-ofertas-titulo {
    font-size: 1.3rem;
    font-weight: bold;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.ofertas-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 30px;
}

.oferta-card {
    text-align: center;
    flex: 0 1 250px;
}

.oferta-icon {
    width: 70px;
    height: auto;
    margin-bottom: -5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.oferta-text {
    background-color: #0065c9;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 8px;
    line-height: 1.4;
}

.ofertas-botoes {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 30px;
}

.btn-oferta {
    flex: 0 1 300px;
    min-width: 250px;
    padding: 18px 30px;
    background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
    color: #000;
    border: none;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 1.4;
}

.btn-oferta:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
}

/* Seção Onda Divisor */
.section-onda {
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
    background-color: #001447;
    width: 100%;
    max-width: 100vw;
}

.onda-divisor {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: -65px;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fff;
    border-radius: 20px;
    max-width: 1100px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

/* Scrollbar customizada para modais */
.modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #0149AF;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #006AFF;
}

.modal-header {
    background: linear-gradient(135deg, #0149AF 0%, #006AFF 100%);
    padding: 30px;
    border-radius: 20px 20px 0 0;
    color: white;
    text-align: center;
    position: relative;
}

.modal-header h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.modal-header p {
    font-size: 1rem;
    opacity: 0.9;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 25px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s;
}

.close-modal:hover {
    transform: scale(1.2);
}

.modal-body {
    padding: 40px;
}

/* Sistema de Grid para Modais */
.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.g-3 > * {
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 24px;
}

/* Sistema de Colunas */
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1280px) and (max-width: 1600px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .rodape-banner {
        max-width: 1650px;
        width: 100%;
        top: 630px;
        left: 0px;
    }
}

@media (min-width: 1601px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .rodape-banner {
        width: 100%;
        top: 580px;
        left: 0;
    }
}



/* Cards para Modais */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 200px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0149AF 0%, #006AFF 50%, #0149AF 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card:hover::before {
    opacity: 1;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
    border-color: #0149AF;
}

.card.h-100 {
    height: 100%;
}

.card.shadow-sm {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    flex: 1 1 auto;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
}

.card-body p strong {
    color: #333;
    font-weight: 600;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0149AF;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0149AF;
}

.card-title h6 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0149AF;
    margin: 0;
}

/* Utilitários de Texto */
.fw-semibold {
    font-weight: 600 !important;
}

.small {
    font-size: 0.875rem;
}

.text-muted {
    color: #6c757d !important;
}

/* Espaçamentos */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-2 {
    margin-bottom: 12px !important;
}

.mb-3 {
    margin-bottom: 20px !important;
}

.mt-2 {
    margin-top: 12px !important;
}

.mt-3 {
    margin-top: 20px !important;
}

/* Links */
.link-primary {
    color: #0149AF;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.link-primary:hover {
    color: #006AFF;
    text-decoration: underline;
}

/* Estilização de Parágrafos nos Modais */
.modal-body p {
    line-height: 1.6;
    color: #333;
}

.modal-body p strong {
    color: #0149AF;
    font-weight: 600;
}

.modal-body ul {
    list-style: none;
    padding-left: 0;
}

.modal-body ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.modal-body ul li:before {
    content: "•";
    color: #FFD700;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    left: 0;
}

.form-section {
    margin-bottom: 30px;
}

.form-section-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #0149AF;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0149AF;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s;
    font-family: 'Open Sans', Arial, sans-serif;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #0149AF;
}

.form-group input.error {
    border-color: #dc3545;
}

.form-group .error-message {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 5px;
    display: none;
}

.form-group .error-message.show {
    display: block;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.counter-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.counter-group label {
    flex: 1;
    margin: 0;
}

.counter-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-btn {
    width: 35px;
    height: 35px;
    border: 2px solid #0149AF;
    background-color: white;
    color: #0149AF;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-btn:hover {
    background-color: #0149AF;
    color: white;
}

.counter-value {
    font-size: 1.2rem;
    font-weight: bold;
    color: #0149AF;
    min-width: 30px;
    text-align: center;
}

.dynamic-field {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    border-left: 4px solid #0149AF;
}

.dynamic-field-title {
    font-size: 0.9rem;
    font-weight: bold;
    color: #0149AF;
    margin-bottom: 10px;
}

.btn-submit {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
    color: #000;
    border: none;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
}

/* Modal de Escolha de Pacote */
.modal-escolha {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
}

.modal-escolha.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-escolha-content {
    background-color: #001447;
    border-radius: 20px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}

.modal-escolha-header {
    background-image: url('/images/landingpages/multiplique/banner_popup_multiplique.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    text-align: center;
    padding: 70px 40px 20px 20px;
    position: relative;
}

.modal-escolha-logo {
    max-width: 180px;
    margin: 0 auto 30px auto;
    position: relative;
    top: -30px;
    right: -180px;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.modal-escolha-titulo {
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    margin: 20px auto;
    margin-bottom: 100px;
    padding: 20px;
    background-color: rgba(0, 20, 71, 0.2);
    border: 2px solid #ffffff;
    border-radius: 10px;
    max-width: 500px;
}

.modal-escolha-body {
    padding: 20px 40px 40px 40px;
}

.modal-escolha-subtitulo {
    font-size: 1.3rem;
    font-weight: bold;
    color: #FFD700;
    text-align: center;
    margin-bottom: 0;
}

.modal-voucher-decor {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0 40px 0;
   
}

.modal-btn-azul {
    text-align: center;
    padding: 20px 10px;
}

.modal-btn-azul img {
    width: 60px;
    height: auto;
    margin-bottom: -15px;
}

.modal-blue {
    background-color: #0065c9;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 8px;
}

.modal-botoes-escolha {
    display: flex;
    gap: 15px;
    margin-top: -50px;
    justify-content: center;
    flex-wrap: wrap;
}

.modal-botoes-escolha button {
    flex: 1;
    max-width: 300px;
    min-width: 250px;
}

.close-modal-escolha {
    position: absolute;
    top: 15px;
    right: 20px;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 10;
}

.close-modal-escolha:hover {
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 1180px) {
    .section-onda {
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
    }

    .onda-divisor {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: -5vw;
        transform: translateX(0);
    }

    .rodape-banner {
        display: none !important;
    }

    .section:first-child {
        overflow: hidden;
        width: 100%;
        max-width: 100vw;
        background-position: center center;
    }
}

@media (max-width: 768px) {
    .header-fixed {
        padding: 15px 0;
        position: fixed;
        width: 100%;
        left: 0;
        right: 0;
    }

    .header-fixed .container {
        padding: 0 25px;
    }

    .header-fixed .logo {
        max-width: 150px;
        width: 70%;
    }

    .header-fixed .line-gold {
        max-width: 450px;
        width: 85%;
    }

    .header-fixed .line-gold-top {
        max-width: 350px;
        width: 85%;
    }

    .content-wrapper {
        margin-top: 150px;
        width: 100%;
        overflow-x: hidden;
    }

    .container {
        padding: 0 20px;
    }

    .section {
        padding: 40px 0;
        min-height: 300px;
        width: 100%;
    }

    .section:first-child {
        min-height: 550px;
        padding: 80px 0;
        overflow: hidden;
        background-size: cover;
        background-position: calc(50% + 50px) calc(50% + 20px);
    }

    .rodape-banner,
    .section:first-child .rodape-banner {
        display: none !important;
        visibility: hidden !important;
    }

    .selo {
        margin-top: 75px;
        width: 35%;
    }

    .section-title {
        font-size: 2rem;
    }

    .section-content {
        font-size: 1rem;
    }

    .box-textos {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
        padding: 0 15px;
        align-items: center;
    }

    .box-textos > div {
        text-align: center !important;
    }

    .box-textos .text-left {
        font-size: 2rem;
        text-align: center !important;
    }

    .box-textos .text-right {
        font-size: 1.2rem;
        text-align: center !important;
        margin-right: 0;
    }

    /* Centralizar line-gold da seção 1 em mobile */
    .section:first-child .line-gold,
    .section-content .line-gold,
    .line-gold {
        width: 90% !important;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }

    .photo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }

    .blue-buttons {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .blue-buttons button {
        width: 100%;
        max-width: 450px;
    }

    .section3-logos {
        gap: 20px;
        padding: 0 15px;
    }

    .section3-logos .item-logo-multiplique {
        max-width: 200px;
    }

    .section3-logos .item-logo-diroma {
        max-width: 150px;
    }

    .section3-title-yellow {
        font-size: 1.8rem;
    }

    .section3-subtitle-yellow {
        font-size: 1.5rem;
    }

    .section3-photos {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 15px;
    }

    .section3-text {
        font-size: 1.1rem;
        padding: 0 15px;
    }

    .hospedagem-photos {
        padding: 0 15px;
    }

    .hospedagem-photos .photo-large {
        height: 300px;
    }

    .hospedagem-photos .photos-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .hospedagem-photos .photos-row img {
        height: 250px;
    }

    .accordion-header {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .accordion-content-inner {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .mapa-route iframe {
        height: 300px;
    }

    .map-info-text {
        font-size: 1rem;
    }

    .map-address {
        font-size: 0.95rem;
    }

    .diroma-benefits-photos {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .diroma-benefits-photos img {
        height: 200px;
    }

    .footer-content-wrapper {
        flex-direction: column;
        gap: 30px;
        padding: 0 15px;
    }

    .box-footer-left,
    .box-footer-right {
        max-width: 100%;
        text-align: center;
    }

    .box-footer-left {
        text-align: left;
    }

    #containerFooter {
        flex-direction: column;
        gap: 30px;
        padding: 0 15px;
    }

    #informativo {
        text-align: left;
        flex: 1 1 100%;
        min-width: 100%;
    }

    .footer-top #logoFooter {
        max-width: 150px;
    }

    .footer-icons {
        gap: 15px;
        padding: 20px 0;
    }

    .footer-icons a {
        font-size: 32px;
    }

    .footer-bottom-right {
        flex-wrap: wrap;
        padding: 0 0 20px 0;
    }

    .footer-bottom-right img {
        max-width: 100px;
    }

    .section-ofertas-titulo {
        font-size: 1.2rem;
        padding: 0 15px;
    }

    .ofertas-cards {
        gap: 20px;
        padding: 0 15px;
    }

    .oferta-icon {
        width: 50px;
    }

    .oferta-text {
        font-size: 1rem;
        padding: 12px 15px;
    }

    .ofertas-botoes {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }


    .btn-oferta {
        max-width: 100%;
        min-width: 100%;
    }

    .btn-oferta:hover {
    background-color: orange;
    box-shadow: inset 0 0 0 2px #006AFF, 0 0 20px rgba(0, 106, 255, 0.6), 0 0 30px rgba(0, 106, 255, 0.4);
    }
    
    .modal-content {
        margin: 20px;
        max-height: 95vh;
    }

    .modal-header {
        padding: 20px;
    }

    .modal-header h2 {
        font-size: 1.5rem;
    }

    .modal-body {
        padding: 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .counter-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .modal-escolha-content {
        margin: 10px;
    }

    .modal-escolha-body {
        padding: 15px 20px 30px 20px;
    }

    .modal-escolha-titulo {
        font-size: 1.5rem;
        padding: 25px;
    }

    .modal-escolha-subtitulo {
        font-size: 1.2rem;
    }

    .modal-voucher-decor {
        gap: 15px;
    }

    .modal-btn-azul img {
        width: 50px;
    }

    .modal-blue {
        font-size: 1rem;
        padding: 12px 15px;
    }

    .modal-botoes-escolha {
        flex-direction: column;
    }

    .modal-botoes-escolha button {
        max-width: 100%;
        min-width: 100%;
    }

    .modal-escolha-header {
        background-image: url('/images/landingpages/multiplique/banner_popup_multiplique_mobile.jpg');
        padding: 15px 8px;
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
    }

    .modal-escolha-logo {
        max-width: 100px;
        min-width: 100px;
        top: 0;
        right: 0;
        margin: 0;
        position: relative;
    }

    .modal-escolha-titulo {
        font-size: 1.2rem;
        padding: 12px;
        margin: 0;
        flex: 1;
    }

    /* Modais Responsivos - Tablet */
    .modal-content {
        max-width: 90%;
        width: 90%;
    }

    .modal-body {
        padding: 25px;
        max-height: 70vh;
        overflow-y: auto;
    }

    .card-body {
        padding: 15px;
    }

    .card-title {
        font-size: 1rem;
    }

    /* Grid responsivo para tablet */
    .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .header-fixed .container {
        padding: 0 30px;
    }

    .header-fixed .logo {
        max-width: 120px;
        width: 60%;
    }

    .header-fixed .line-gold {
        max-width: 200px;
        width: 80%;
    }

    .header-fixed .line-gold-top {
        max-width: 280px;
        width: 80%;
    }

    .header-fixed .container {
        gap: 10px;
    }

    .container {
        padding: 0 15px;
    }

    .section {
        padding: 30px 0;
    }

    .section:first-child {
        min-height: 500px;
        padding: 60px 0;
        overflow: hidden;
        background-size: cover;
        background-position: calc(50% + 50px) calc(50% + 20px);
    }

    .rodape-banner,
    .section:first-child .rodape-banner {
        display: none !important;
        visibility: hidden !important;
    }

    .selo {
        margin-top: 100px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-title-white {
        font-size: 1.8rem;
    }

    .section-title-black {
        font-size: 1.6rem;
    }

    .box-textos {
        padding: 0 10px;
    }

    .box-textos .text-left {
        font-size: 1.8rem;
    }

    .box-textos .text-right {
        font-size: 1.1rem;
    }

    .photo-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 10px;
    }

    .subtitle-yellow {
        font-size: 1.3rem;
        padding: 0 10px;
    }

    .subtitle-black {
        font-size: 1.3rem;
        padding: 0 10px;
    }

    .section-question {
        font-size: 1.5rem;
        padding: 0 10px;
    }

    .section-question-sub {
        font-size: 1.3rem;
        margin-left: 10px;
    }

    .checklist {
        padding: 0 10px;
    }

    .section3-logos {
        padding: 0 10px;
    }

    .section3-photos {
        padding: 0 10px;
    }

    .hospedagem-photos {
        padding: 0 10px;
    }

    .diroma-benefits-photos {
        padding: 0 10px;
    }

    .footer-content-wrapper {
        padding: 0 10px;
    }

    .section-ofertas-titulo {
        font-size: 1.1rem;
        padding: 0 10px;
    }

    .ofertas-cards {
        gap: 15px;
        padding: 0 10px;
    }

    .oferta-card {
        flex: 0 1 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .ofertas-botoes {
        padding: 0 10px;
    }

    .btn-oferta {
        width: 90% !important;
        max-width: 340px !important;
        min-width: unset !important;
        padding: 12px 32px !important;
        font-size: 0.85rem !important;
        border-radius: 12px !important;
        line-height: 1.2 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        border: none !important;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
        height: auto !important;
        min-height: 46px !important;
        max-height: 50px !important;
    }

    .btn-oferta:active {
        transform: scale(0.98) !important;
    }

    #containerFooter {
        gap: 20px;
        padding: 0 10px;
    }

    #informativo h4 {
        font-size: 1rem;
    }

    #informativo ul li a {
        font-size: 0.85rem;
    }

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

    .footer-top #logoFooter {
        max-width: 120px;
    }

    .footer-icons a {
        font-size: 28px;
    }

    .footer-bottom h5 {
        font-size: 0.75rem;
    }

    .footer-bottom-right img {
        max-width: 80px;
    }

    /* Modais Responsivos - Mobile */
    .modal-content {
        max-width: 95%;
        width: 95%;
        max-height: 95vh;
    }

    .modal-header {
        padding: 20px 15px;
    }

    .modal-header h2 {
        font-size: 1.3rem;
    }

    .modal-body {
        padding: 20px 15px;
        max-height: 65vh;
    }

    .card {
        margin-bottom: 15px;
    }

    .card-body {
        padding: 12px;
    }

    .card-title {
        font-size: 0.95rem;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }

    .card-body p {
        font-size: 0.85rem;
        margin-bottom: 6px !important;
    }

    .g-3 > * {
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 15px;
    }

    .row {
        margin-right: -8px;
        margin-left: -8px;
    }
}
