﻿
@media only screen and (min-width: 767px) {
    .bannerEstatico .image img {
        height: 500px;
    }
}

.caixas {
    display: flex;
    gap: 50px;
    margin: 0 0 50px;
}

h3.titulo-medidas {
    color: #0A243E;
    font-size: 20px;
    font-family: 'spartan';
    font-weight: 600;
    margin: 0 0 10px;
}

.caixa {
    border: 2px solid #FEB0A0;
    padding: 20px;
    height: 290px;
    border-radius:10px
}

ul.lista-caixa li {
    list-style: disc !important;
    margin: 0 0 10px;
}

ul.lista-caixa {
    font-size: 16px;
    line-height: 1.4em;
    font-family: 'roboto';
    margin-left:20px;
    color: #3F5B78;
}

.empresas, .particulares {
    width: 50%;
}

p.alerta {
    text-align: center;
    font-size: 18px;
    color: #3F5B78;
    line-height: 1.4em;
}



@media (max-width:1004px){
h2.heading-primary-title {
    font-size: 24px;
}

    .caixas{
        flex-wrap:wrap;
    }
    .empresas, .particulares {
    width: 100%;
}
    .caixa {
    height: 420px;
}
    
}
