@charset "utf-8";
/* CSS Document */

.vantagens {
    width: 100%;
    padding: 1em 0 2em 0;
}

.vantagemitem h2 {
    text-align: center;
    font-family: Poppins, sans-serif !important;
    font-weight: 700;
    margin-bottom: 1em;
    font-size: 32px;
}

.flexvantagens {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem
}

.vant_card {
    width: 100%;
    height: 517px;
    border: 1px solid #ccc;
    position: relative;
    margin: 0 1rem;
    border-radius: 5px;
    background-color: #fff;
}
.vant_card div img{
    width: 100%;
    height: 150px;
}


.vant_content {
    padding: .3em .5em .5em .5em;
    
}

.vant_content h4 {
    font-weight: 800;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
}

.vant_card button{
    padding: 5px 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.vant_card button:hover{
    background-color: #f68934;
}


.vant_content_text button {
    font-weight: 800;
    border: none;
    padding: 0 10px;
    
}

.vant_content_text p {
    margin-top: .2rem;
    font-size: 14px;
    padding: 0 10px;
}

.vant_card div img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

.vant_button {
    position: absolute;
    bottom: .5em;
    left: 5px;
    font-family: Poppins, sans-serif !important;
    color: #fff;
    border: none;
    padding: .3em;
    border-radius: 2px;
    font-weight: 700;
    background-color: #1a4385;
    cursor: pointer;
}

.gliderTeste-dots{
    opacity: 0.5;
}

.chamada :where(h4, h5, strong){
    color: var(--branco);
}

@media screen and (max-width:830px) {
    .vant_card {
        width: 100%;
    }
    .vant_card div img{
        width: 100%;
        max-height: 250px;
    }

}
@media screen and (max-width:760px) {
    .vant_card {
        height: 550px;
    }
}

@media screen and (max-width:500px) {
    .vant_card {
        height: 565px;
    }
}

@media screen and (max-width:390px) {
    .vant_card {
        height: 585px;
    }
}

@media screen and (max-width:320px) {
    .vant_card {
        height: 530px;
    }
}