#home_segundo_elemento{
    width: 100%;
    height: 20px;
    background-image: linear-gradient(to left, #FCB813, #f6921e);
}

#home_terceiro_elemento{
    width: 100%;
    height: 400px;
    background-image: linear-gradient(to bottom, #ffffff, #cccccc);
}

#home_terceiro_elemento #area_pesquisa{
    height: 130px;
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

#home_terceiro_elemento #area_pesquisa h4{
    color: #005e9c;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
}

#home_terceiro_elemento ul li{
    width: 200px;
    height: 200px;
    margin-left: 3%;
    background: #005e9c;
    list-style: none;
    float: left;
    align-items: center;
    text-align: center;
    color: #FFF;
}


#home_terceiro_elemento ul li .icone_img{
    width: 200px;
}

#home_terceiro_elemento ul li .icone_titulo{
    width: 200px;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
}


#home_quarto_elemento{
    height: 550px;
}

#home_quarto_elemento #faixa_amarela{
    height: 60px;
    background-image: linear-gradient(to right, #FCB813, #f6921e);
    font-size: 25px;
    font-family: Montserrat;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #005e9c;
}

#home_quarto_elemento #conteudo_sobre #sobre_img{
    width: 38%;
    float: left;

}

#home_quarto_elemento #conteudo_sobre #sobre{
    width: 75%;
    margin-left: -15%;
    padding: 3%;
    float: left;
    color: #005e9c;
    font-size: 18px;
    font-family: Montserrat;
    text-align: justify;

}



/* RESPONSIVO */

@media (max-width: 1830px) {
    #home_terceiro_elemento{
        height: 600px;
    }

    #home_quarto_elemento{
        height: 550px;
    }

    #home_terceiro_elemento ul li{
        margin-bottom: 30px;
    }

}

@media (max-width: 1100px) {
  
    #home_quarto_elemento{
        height: 1100px;
    }

    #home_quarto_elemento #conteudo_sobre #sobre{
        float: none;
    }

    #home_quarto_elemento #conteudo_sobre #sobre_img{
        float: none;
    }

    #home_quarto_elemento #conteudo_sobre #sobre{
        width: 100%;
        margin-left: 0;
        padding: 5%;
        text-align: justify;
        line-height: 1.6;      /* melhora a legibilidade */
        text-justify: inter-word; /* opcional, melhora o espaçamento */
    }

    #home_quarto_elemento #conteudo_sobre #sobre_img{
        width: 100%;
    }

    #home_terceiro_elemento ul li{
        margin-bottom: 30px;
        /* margin-left: 15%; */
    }

}

@media (max-width: 1000px) {
    #home_terceiro_elemento{
        height: 850px;
    }
    /*
    #home_terceiro_elemento ul li {
        margin-left: 26%;
    } */

    #home_quarto_elemento #faixa_amarela {
        font-size: 20px;
      }
}


@media (max-width: 750px) {
    #home_terceiro_elemento{
        height: 1100px;
    }
}



@media (max-width: 600px) {
    #home_terceiro_elemento{
        height: 1800px;
    }

    #home_terceiro_elemento ul li {
        margin-left: 18%;
    }

}