:root {
    --unit: calc(1vw + 1vh);
    font-size: calc(var(--unit)/10);
}

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

body {
    font-family: "Montserrat", sans-serif;
    background-color: #fafafa;
    color: rgb(var(--bs-tertiary-color-rgb));
}

#bg {
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, rgb(0, 34, 97), rgb(64, 83, 136) 35% 65%, rgb(18, 20, 94));
    z-index: 6;
}

#div1 {
    width: 80%;
}

.alinhar {
    width: 100%;
    display: flex;
    margin-top: 5%;
    align-items: center;
    margin-bottom: -5%;
    flex-direction: column;

}

.header-card h2 {
    font-size: 18rem;
    color: #fafafa;
    margin-bottom: 10%;
}


.container {
    width: 80%;

}
.mae{
    display: none;
    flex-direction: row;
    align-items: center;
    height: 50vh;
    margin-top: calc(3vw * -1);
    width: 100%;
}
.rodolfo {
    display: flex;
    justify-content: space-evenly;
    gap: 4%;
    min-height: 50vh;
    align-items: stretch;
}

.card {
    width: 33%;
    padding: 2%;
    background-color: #fafafa;
    border-radius: 5%;
    box-shadow: 8px 16px 35px 5px rgba(0, 0, 0, 0.699);
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    font-size: 7rem;
    font-weight: 500;
    align-items: center;
    flex-wrap: wrap;
}

.card-img {
    width: 5vw;
}

.card-img img {
    width: 100%;
}

.title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16rem;
    color: #00205E;
    font-weight: 600;
    vertical-align: top;
}
.card-obs{
    text-align: center;
    margin-bottom: 20px;
    font-size: 11rem;
    color: #ffffff;
    background-color: #0056b3;
    font-weight: 600;
    vertical-align: top;
    padding: 2% 4%;
    border-radius:8%/60% ;
}

.card-obs2{
    border-radius:25%/80%;
    padding: 2% 7%;


}
.price {
    text-align: center;
    font-size: 8rem;
}

.discount {
    font-size: 10rem;
    font-weight: bold;
}

.original-price {
    font-size: 10rem;
    text-decoration: line-through;
}

.items {
    margin-bottom: 20px;
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.item i {
    margin-right: 10px;
    color: #0056b3;
}

.btn-primary {
    background-color: #00205E;
    /* Azul padrão do Bootstrap */
    border-color: #00205E;
    /* Azul padrão do Bootstrap */
}

.btn-primary:hover {
    background-color: hsl(211, 95%, 31%);
    /* Azul mais escuro ao passar o mouse */
    border-color: #0056b3;
    /* Azul mais escuro ao passar o mouse */
}



/* CSS */
.button-50 {
    appearance: button;
    background-color: #6F94DE;
    background-image: none;
    border: 1px solid #0000005d;
    border-radius: 4px;
    box-shadow: #31313191 4px 4px 0 0, #000 4px 4px 5px 1px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 8rem;
    font-weight: 600;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 80%;
}

.button-50:focus {
    text-decoration: none;
}

.button-50:hover {
    text-decoration: none;
}

.button-50:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
}

.button-50:not([disabled]):active {
    box-shadow: #222222 2px 2px 4px 4px, #000000 2px 2px 5px 5px;
    transform: translate(2px, 2px);
}


/* Tamanho da fonte para os headers */

.accordion-button {
    font-size: 8rem;
    padding: 2.5%;

}

.accordion-body {
    font-size: 7rem;
    padding: 3%;
}

.faq {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-inline: 10%;
}

.faq-font {
    color: #89b2ff;
    font-weight: 800;
    font-size: 18rem;
    margin-bottom: 4%;
    text-align: center;
    font-family: "Permanent Marker", cursive;
}

/* Estilos para o container das perguntas */

#accordionFlushExample {
    width: calc(60% - 10px);
    /* 50% da largura da tela menos o espaçamento */
}

.collapsible-section {
    height: auto;

}


.accordion-item {
    border-radius: 1%;
    /* Adicione esta propriedade para evitar que a altura da área collapsible mude */
    box-shadow: 8px 16px 35px 5px rgba(0, 0, 0, 0.342);

}

/* Estilos para o container da imagem */
.image-container {
    width: calc(50% - 10px);
    /* 50% da largura da tela menos o espaçamento */
    /* Espaçamento entre o container das perguntas e a imagem */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* Estilos para tornar a imagem responsiva */
.image-container img {
    max-width: 100%;
    height: auto;

}


.section-gradient {
    display: flex;
    flex-direction: column;
}

.content {
    height: 60%;
    width: 100%;
    display: flex;
    background: linear-gradient(90deg, rgb(0, 34, 97), rgb(64, 83, 136) 35% 65%, rgb(18, 20, 94));
    min-height: 700px;
    position: relative;
    z-index: 5;
    padding-top: 1%;
    padding-left: 5%;
    padding-right: 5%;
    margin-block: -10%;

}

.start-grad,
.end-grad {
    display: flex;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.wave1 {
    align-self: flex-end;
    width: 100vw;
    filter: drop-shadow(0px -5px 40px rgba(0, 0, 0, 0.63));

}

.wave2 {
    align-self: flex-end;
    width: 100%;
    filter: drop-shadow(0px 5px 40px rgba(0, 0, 0, 0.63));

}

#planos {
    width: 100%;
    height: 500px;
}

#footer {
    width: 100%;
    height: 300px;
    background: linear-gradient(90deg, rgb(0, 24, 68) 0%, rgb(43, 58, 94) 40% 60%, rgb(10, 11, 53) 100%);
    filter: drop-shadow(0px -5px 40px rgba(0, 0, 0, 0.63));

}
@media (max-width:1024px){
    .alinhar{
        margin-top: 10%;
    }
    .header-card h2 {
        margin-bottom: 0;
    }
    .mae{
        display: flex;
        margin-block: 4vmax;
    }
    .rodolfo{
        display: none;
    }
    .slider-item{
        padding:2% 4% !important;
        width: 50%;
        overflow: hidden;
    }
    .slider-item-1 a, .slider-item-3 a{
        display: none !important;

    }
    .slider-item-1, .slider-item-3{
        filter: blur(8px) !important;
    }

    /* .slider-item-1,.slider-item-2, .slider-item-3{

    width: clamp(250px, 40vw, 900px) !important;
    } */
    .slider-controls-previous::before{
        border: solid #ffffff !important;
        border-width: 0 4px 4px 0 !important;
        left: -75% !important;

    }
    .slider-controls-next::before{
        border: solid #ffffff !important;
        border-width: 0 4px 4px 0  !important;
        right: -75% !important;

    }
    .title{
       font-size:  18rem;
       margin-bottom: 2%;
    }
    .card-body{
        font-size: 10rem;
    }
    .card-obs{
        margin-bottom: 3%;
    }
    .items{
        margin-block: 5%;
    }
}
/* Estilos para telas menores */
@media (max-width: 768px) {
    .faq {
        flex-direction: column;
        padding-inline: 15%;
    }
    .rodolfo{
        display: none;
    }
    #accordionFlushExample,
    .image-container {
        width: 100%;
        margin: 0;
    }
    .image-container img {
        max-width: 80%;
        height: auto;
    
    }
}

.accordion-item {
    border-radius: 5%;
    margin-bottom: 2%;

}

@media (min-width: 768px) {

    .button-50 {
        padding: 4% 1%;
    }
}

