.banner {
    background: url("../../img/site/city.jpg");
    width: 1400px;
    height: 385px;
    margin: 0 auto;
}

.cont {
    width: 1120px;
    /*float: left;*/
    margin-left: calc(50% - 560px);
    padding: 50px 0;
    padding-bottom: 125px;
    z-index: 1;
    position: relative;
    margin-bottom: 50px;
    padding-top: 30px;
}

.cont .back-text {
    width: 730px;
    float: left;
    height: auto;
    font-size: 1.429rem;
}

.cont .back-text .titulo {
    width: 100%;
    /*padding-bottom: 35px;*/
    color: #06502c;
    font-size: 2.143rem;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'IBM Plex Sans'
}

.pipe {
    width: 5px;
    height: 25px;
    background: #06502c;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}

.cont .back-text .texto {
    width: 100%;
    height: auto;
    float: left;
    color: #2f3742;
    margin-top: 40px;
}

.cont .back-text .texto .dir {
    width: 35%;
    float: left;
}

.cont .back-text .texto .esq {
    width: 65%;
    float: left;
    padding-left: 20px;
}

.cont .back-text .texto .esq.full {
    width: 100%;
    padding: 0;
}

.cont .back-text .texto .esq h2 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.cont .back-text .texto .esq h2.fisico {
    margin-top: 20px;
}

.cont .back-text .texto .capa {
    width: 100%;
    float: left;
}

.cont .back-text .texto p {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.cont .back-text .texto p a {
    color: rgb(19, 55, 255);
}

.conteudo .centro h3 {
    font-family: "Swis721 BT", serif;
    padding: 20px 30px 10px;
    color: #4D4D4C;
    font-size: 1.286rem;
}

.cont .box {
    width: 300px;
    float: right;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cont .box .imagem {
    width: 300px;
    height: 205px;
    float: left;
    background: url("../../img/site/cidade.jpg") center / cover no-repeat;
}

.cont .box .titulo {
    width: 100%;
    float: left;
    padding: 30px 30px 0 30px;
    color: #06502c;
    font-size: 1.143rem;
    font-family: 'IBM Plex Sans';
    font-weight: bold;
}

.cont .box .informacoes {
    width: 100%;
    float: left;
    padding: 30px;
}

.cont .box .informacoes p {
    width: 100%;
    float: left;
    color: #484b4d;
    margin-bottom: 7px;
    font-size: 1.143rem;
}

.cont .box .informacoes p a {
    color: #06502c;
    text-decoration: underline;
}

.cont .box .informacoes p a:hover {
    color: #f1cb3f;
}

/*MOBILE*/

@media all and (max-width: 999px) {
    .banner {
        width: 100%;

        height: 100px;

        background: url("../../img/site/header.jpg") center /cover no-repeat;
    }

    header .banner .overflow .fundo {
        background-size: 300% 100%;
    !important;
    }

    .cont {
        width: 98%;
        margin: 0 auto;
        float: none;
        padding: 10px;
        display: flex;
        flex-direction: column;
    }

    .cont .back-text {
        width: 100%;
    }

    .cont .back-text .texto img,
    .cont .back-text .texto iframe {
        width: 100%;
    }

    .cont .back-text .titulo {
        font-size: 20px;
        margin-top: 10px;
    }

    .cont .box {
        margin: 20px auto;
    }
}

@media all and (max-width: 350px) {

    .cont .box {
        width: 280px;
    }

    .cont .box .imagem {
        width: 280px;
    }
}