@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 0px) and (max-width: 1200px) {
    .conteudo .col,
    .conteudo .col-4{
        width: 100%;
        min-width: 100%;
        text-align: center;
    }
    .conteudo .pt-5{
        padding-top: 0px !important;
        padding-bottom: 50px;
    }
    .conteudo h1{
        font-size: 50px;
        font-family: 'segoe-ui-bold';
    }

    .footer{
        bottom: 0;
        position: inherit !important;
        width: 100%;
    }

    .footer .coluna{
        width: 100%;
        min-width: 100%;
        margin-bottom: 50px;
       padding-left: 80px;
    }

    .footer .faleconosco{
        position: inherit;
        margin: 0;
        padding: 0;
        background-color: #005a8f !important;
        color: #fff !important;
    }


    .footer a{
        font-size: 16px;
        line-height: 35px;
        color:#fff !important;
    }
    
    .footer .faleconosco .fa-envelope{
        font-size: 25px;
        margin-top: 6px;
    }
    
    .footer .faleconosco .fa-phone-square-alt{
        font-size: 27px;
        margin-top: 6px;
    }

}/* mobile*/