﻿


section.main-section-azul {
    background: #64C2C2;
    padding: 30px 16px;
    margin: 70px 0;
}

.caixas {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    margin: 20px 0 40px;
}

p.legenda {
    color: #fff;
    font-size: 16px;
    font-family: 'Spartan';
    text-align: center;
    font-weight: 500;
    margin: 20px 0;
    line-height: 1.4em;
}

.caixa {
    width: 33%;
    text-align: center;
}

p.condicoes {
    font-size: 17px;
    color: #fff;
    line-height: 1.4em;
    margin: 30px 0;
    text-align: center;
}




@media (max-width:1004px){

.caixas {
    display: flex;
    flex-wrap:wrap;
}
.caixa {
    width: 100%;
    text-align: center;
}

    
}

article.advantages {
    display: none;
}