.banner{
    width: 100%;
}

.banner .image{
    width: 100%;
    /*height: 50vh;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;*/
}

.banner .image img {
    width: 100%;
}




.infos {
    width: 100%;

    margin-top: 50px;
    margin-bottom: 50px;
}

.infos .content{
    width: 90%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    font-family: Gotham;
}

.infos .content .rural{
    width: 50%;


}

.infos .content .rural h1{
    width: 60%;
    margin: auto;
    text-align: center;
    background-color: #B0967D;
    font-size: 2.5rem;
    font-family: Kg;
    color: #FFF;
    
}

.infos .content .rural h2{
    
    text-align: center;
    font-family: Kg;
    margin-top: 40px;
}

.infos .content .rural h3{
    text-align: center;
    font-family: Kg;
}
.infos .content .rural .text{
    color: #B0967D;
    padding: 20px;
    font-size: 3.5rem;
}
.infos .content .rural .text p{
    margin: 4px 0px;
}

.infos .content .rural .text a{
    color: #B0967D;
    font-size: 2.2rem;
}

.infos .content .rural .text ul{
    margin-top: 50px;
}

.infos .content .rural .text ul li{
    font-size: 2.2rem;
}

.infos .content .rural .text a{
    text-align: center;
    display: block;
    width: 100%;
    margin: 10px auto;
    background-color: #B0967D;
    color: #FFF !important;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 0;
}


.infos .content .pedagogico .text a{
    text-align: center;
    display: block;
    width: 50%;
    margin: 10px auto;
    background-color: #B0967D;
    color: #FFF !important;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 0;
}


.infos .content .pedagogico{
    width: 50%;
}

.infos .content .pedagogico h1{
    width: 60%;
    margin: auto;
    text-align: center;
    background-color: #B0967D;
    font-size: 2.5rem;
    font-family: Kg;
    color: #FFF;
}

.infos .content .pedagogico h2{
    text-align: center;
    font-family: Kg;
    margin-top: 40px;
}
.infos .content .pedagogico h3{
    text-align: center;
    font-family: Kg;
}

.infos .content .pedagogico .text{
    color: #B0967D;
    padding: 25px 20px;
    font-size: 3.5rem;
}

.infos .content .pedagogico .text p{
    margin: 4px 0px;
}

.infos .content .pedagogico .text ul{
    margin-top: 50px;
}

.infos .content .pedagogico .text ul li{
    font-size: 2.2rem;
}

.infos .funcionamento{
    width: 100%;
    margin-top: 50px;
    text-align: center;
    font-family: Gotham;
    color: #B0967D;
}
.infos .funcionamento h1{
    font-size: 3.0rem;
    font-family: Kg;
    font-weight: 100;
}
.infos .funcionamento p{
    font-size: 2.5rem;
}
.infos .button{
    width: 100%;
    margin-top: 100px;

    text-align: center;
}

.infos .button a{
    padding: 10px 25px;
    border-radius: 50px;
    font-family: Gotham;

    background-color: #B0967D;
    color: #FFF;
    text-decoration: none;
    font-size: 2.5rem;
}

.infos .button a:hover{
    background-color: #874412;
    color: #FFF;
    transition: 0.3s;
}

.waze{
    width: 100%;
    text-align: center;
    color: #B0967D;
    margin: 100px 0px;
}

.waze .text{
    font-family: Gotham;
    font-size: 4.5rem;
    width: 100%;
    max-width: 70%;
    margin: auto;
}

.waze .button{
    width: 100%;
    margin-top: 30px;

    text-align: center;
}

.waze .button a{
    padding: 10px 25px;
    border-radius: 50px;
    font-family: Gotham;

    background-color: #B0967D;
    color: #FFF;
    text-decoration: none;
    font-size: 2.0rem;
}

.waze .button a:hover{
    background-color: #874412;
    color: #FFF;
    transition: 0.3s;
}


.mapa{
    width: 100%;
    height: auto;
    margin-top: 120px;
    font-family: Gotham;
}

.mapa .title{
    width: 100%;
    background-color: #B0967D;
    text-align: center;
    font-size: 3.0rem;
    color: #FFF;
    height: 60px;

}

.mapa .title h1{
    padding: 10px;
    font-size: 3.5rem;
    font-family: Kg;
}

.mapa p {
    margin-top: 10px;
    text-align: center;
    font-size: 1.9rem;
}

.mapa a{
    color: #B0967D;
    font-size: 1.9rem;
}
.mapa img{
    width: 100%;
    height: 100%;
    
}

.localizacao{
    width: 100%;
    height: 450px;
}

.localizacao iframe{
    width: 100%;
    height: 100%;
}

/* responsividade */

@media (max-width: 1008px){
    .infos .content{
        flex-wrap: wrap;
    }

    .infos .content .rural{
        width: 100%;
    }
    .infos .content .pedagogico{
        width: 100%;
    }
}