*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Roboto', sans-serif;
    
}

.container{
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

#oportunidade{
    background-size: cover !important;
}

#header{
    background-color: #f15a22;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
}
 
#header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo{
    height: 100px;
    padding: 5px 0;
    box-sizing: border-box;
}

#nav{
    display: flex;
    align-items: center;
}

.selo{
    padding: 0 20px;
}

.menu{
    list-style: none;
    display: flex;
}

.menu a{
    text-decoration: none;
    color: #FFF;
    margin: 0 10px;
    padding-bottom: 3px;
}

.menu a{
    border-bottom: 2px solid #bb141a;
}


.menu a:hover{
    border-bottom: 2px solid #FFF;
}

#banner img{
    display: block;
    width: 100%;
    /* max-width: 1920px; */
    max-width: 100%;
}

#bannerM img{
    display: block;
    width: 100%;
    /* max-width: 1920px; */
    max-width: 100%;
}
#bannerFotos img{
    display: block;
    width: 100%;
    /* max-width: 1920px; */
    max-width: 100%;
}

#bannerFotos > div{

    position: relative;
    border: 5px solid black;
    width: 80vh;
    height: 80vh;
}

#oportunidade{
    background: url(../img/capa-rosa.jpg) no-repeat center center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100%;
}

#oportunidade h1{
    text-align: center;
    line-height: 150%;
    color: #FFF;
    font-size: 55px;
    font-weight: 400;
}

.center-mode{
    text-align: center;
}

#banner-b{
    position: relative;
    /* padding-top: 30px; */
}

.box-planta-img{
    position: relative;
}

.banner-b{
    max-width: 100%;
    width: 100%;
}

.texto-sobre{
    position: absolute;
    top: 50%;
    left: 30%;
    margin-top: -30px;
    margin-left: -245px;

}


#sobre h1{
    text-transform: uppercase;
    color: #a50e15;
    font-weight: 100;
    font-size: 55px;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 60px;
    letter-spacing: 4px;
    font-weight: 300 !important;
}
#sobre{
    line-height: 150%;
    color: #4c4c4b;
    padding-top: 70px;
    padding-bottom: 30px;
    min-height: 930px;
}

#sobre h2{
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 24px;
    line-height: 150%;
    font-style: italic;
}

#sobre p{
    padding-bottom: 15px;
}


#guia{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#guia h1{
    text-transform: uppercase;
    color: #a50e15;
    font-weight: 100;
    font-size: 55px;
    padding-top: 20px;
}

.bairros{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 30px;
}

.bairros img{
    width: 30%;
    max-width: 730px;
    display: block;
}

.bairros a {
    display: block;
    width: 30%;
}


.bairros a img{
    width: 100%;
}

#exclusivo{
    color: #4c4c4b;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0;
}

#exclusivo h1{
    font-size: 55px;
}

#exclusivo p{
    font-size: 24px;
}

#exclusivo img{
    padding: 20px 0;
}

#footer{
    background: url("../img/bg-footer.jpg") no-repeat center center;
    padding: 30px 0;
}

#footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-footer-um{
    width: 40%;
}

.box-footer-dois{
    width: 40%;
    color: #FFF;
    text-align: right;
}

#formContainer{
    padding-bottom: 30px;
}

#formContainer form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#formContainer input{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 10px;
    width: 48%;
}

#formContainer .w100{
    width: 100%;
}

.form-container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.btn-modelo{
    color: #FFF;
    text-transform: uppercase;
    background: #069e20;
    padding: 20px;
    border: none;
    font-weight: bold;
    margin-top: 20px;
}

.content-contato{
    max-width: 700px;
    margin: 0 auto;
}


.menu-footer{
    list-style: none;
    padding-top: 10px;
}

.menu-footer a{
    text-decoration: none;
    color: #FFF;
    margin: 0 10px;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 3px;
}

.box-footer-um img{
    padding-left: 10px;
}

.direitos{
    padding-top: 20px;
}

.p-email a{
    color: #f15a22;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.p-tel a{
    color: #f15a22;
    font-weight: bold;
    margin-top: 10px;
    font-size: 20px;
    text-decoration: none;
    display: block;
}

.banner-m{
    display: none !important;

}

#sobre{
    background: url("../img/bg-cinza.jpg") no-repeat center bottom;
    color: #FFF !important;
}


#sobre p{
    font-weight: 100 !important;
}

.text-sobre{
    max-width: 820px;
        box-sizing: border-box;
        padding: 0 10px;
        margin: 0 auto;
}

.center-mode h1{
    color: #FFF !important;
}


.p-right{
    text-align: right;
}

@media screen and (max-width: 900px){

    #oportunidade h1{
        text-align: center;
        line-height: 150%;
        color: #FFF;
        font-size: 35px;
    }

    .banner-m {
        display: block !important;
    }

    .banner-d{
        display: none !important;
    
    }


}


#bannerM{
    display: none;
}
@media screen and (max-width: 800px){

#bannerM{
    display: block;
}

#banner{
    display: none !important;
}

}

/* .menu-footer a:hover{
    border-bottom: 2px solid #bb141a;
} */


.redes img{
    width: 35px;
    padding-top: 10px;
}
@media screen and (max-width: 770px){

    .texto-sobre {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -30px;
        margin-left: 20px;
        width: 300px;
    }

    #header .container {

        flex-direction: column;
    }

    #nav {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .menu {
        list-style: none;
        display: flex;
        padding: 20px 0;
    }

    .redes{
        padding: 20px 0;
    }
}


@media screen and (max-width: 600px){

    #sobre h2{
        font-size: 20px;
    }

    #oportunidade h1{
        text-align: center;
        line-height: 150%;
        color: #FFF;
        font-size: 25px;
    }


    #formContainer input{
        width: 100%;

    }

    .box-footer-um{
        width: 100%;
        text-align: center;
    }
    
    .box-footer-dois{
        width: 100%;
        color: #FFF;
        text-align: center;
        padding-top: 20px;
    }

    #footer .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .bairros{
        flex-direction: column;
    }

    .bairros img, .bairros a{
        width: 90%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 450px){
    #oportunidade {

        background-size: cover;
    }
}

@media screen and (max-width: 550px){

    #sobre h1 {
        text-transform: uppercase;
        color: #a50e15;
        font-weight: 100;
        font-size: 35px;
        padding-top: 20px;
        text-align: center;
        padding-bottom: 60px;
    }

    #oportunidade h1 {
        text-align: center;
        line-height: 150%;
        color: #FFF;
        font-size: 15px;
    }

    #oportunidade {
        background: url(../img/capa-rosa.jpg) no-repeat center center;
        height: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
    }
    #exclusivo h1 {
        font-size: 35px;
    }
}


.slick-dots{
    bottom: 12px !important;
}

.slick-dots li button:before{
    font-size: 16px !important;
}

.slick-slider{
    margin-bottom: 0 !important;
}

.banners-show img{
    max-width: 1900px;
    width: 100%;
}

.banners-show {
    position: relative;
    display: block;
}


.banners-show-m img{
    max-width: 1900px;
    width: 100%;
}

.banners-show-m {
    position: relative;
    display: block;
}

.slick-prev:before, .slick-next:before{
    font-size: 60px !important;
}

.slick-next {
    right: 65px !important;
}

.slick-prev {
    left: 25px !important;
}

.video-yt iframe{
    width: 100%;
    height: 600px;
    display: block;
    padding: 30px 0;
}




@media screen and (max-width: 700px) {
    .slick-prev, .slick-next{
        top: 60% !important;
    }

    .video-yt iframe{
       
        height: 400px;
  
    }

    #bannerFotos img{
        display: block;
        width: 100%;
        /* max-width: 1920px; */
        max-width: 100%;
    }
    
    #bannerFotos > div{
    
        position: relative;
        border: 5px solid black;
        width: 50vh;
        height: auto;
    }
    
}



.container-box{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
    padding-bottom: 50px;

}


.box{
    width: 22%;
}

.box img{
    width: 100%;
}


#planta-big{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(55, 47, 47, 0.5);
    z-index: 99999999;
    width: 100%;
    height: 100%;
  }
  
  .box-planta-img img{
    max-width: 1900px; 
    width: 100%; 
  }
  
  #planta-big .container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .close-all-plantas{
    position: absolute;
    right: 10px;
    margin-top: -20px;
    font-size: 80px;
    line-height: 0;
    transform: rotate(135deg);
    cursor: pointer;
    text-decoration: none;
    color: #000 !important;
  
  }
  
  
  #planta-big{
    display: none;
  }
  
  #planta-big.show-modal{
    display: block;
  }
  
  .box-planta-img{
    display: none;
  }
  

  .slick-slider {

    touch-action: manipulation !important;

}




@media screen and (max-width: 700px) {

    .container-box{
        flex-wrap: wrap;
    
    }


.box{
    width: 42%;
    margin-bottom: 15px;
}
    
}


#rd-form-lnkqmiuq .bricks-form__fieldset{
  width: 100% !important;
}