body{
    overflow-x: hidden;
}
@font-face {
    font-family: 'Adelle-Basic-Bold';
    src: url('../../font/AdelleBasic-Bold.eot');
    src: url('../../font/AdelleBasic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../font/AdelleBasic-Bold.woff2') format('woff2'),
        url('../../font/AdelleBasic-Bold.woff') format('woff'),
        url('../../font/AdelleBasic-Bold.ttf') format('truetype'),
        url('../../font/AdelleBasic-Bold.svg#AdelleBasic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

.azulpadrao{
    color: #1B9BD7;
}

.menu{
    background-color: #fff;
    border-top: 10px solid #221D19;
    z-index: 5;
}

/*.menu2{
    padding-right: 75px;
    padding-left: 75px;
}*/

.menuu li{
    padding-right: 10px;
}

.menuu li:after{
    content: "";
    line-height: 5px;
    color: orange;
}

.menuu li a{
    color: black !important;
    font-weight: 800;
    font-size: 11px;
}

.nav-link:hover{
    color: #F5C205 !important;
}
.navbar-brand > img{
    max-height: inherit;
    max-width: inherit;
    z-index: 999;
    margin-bottom: -30px;
}

.navbar-brand{
    padding: 0;
}
 
@media(max-width: 424px){
    .navbar-brand{
        width: 60%;
        padding: 0;
        margin:0;
    }

    .navbar-brand > img{
        width: 280px;;
    }
}

@media(max-width: 380px){
    .navbar-brand > img{
        width: 250px;
    }

    .navbar-brand{
        padding: 0 !important;
        margin: 0 !important;
    }

    .navbar{
        padding: 5px !important;
    }
}

.navbar-brand{
    z-index: 50 !important;
}

@media(max-width:991px){
    .navbar-brand > img{
        z-index: 0;
        margin-bottom: 0;
    }
    
    .menu2{
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

/*button.navbar-toggler{
    border: 1px solid rgba(0,0,0,0.2);
    color: black;
}

span.navbar-toggler-icon{
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    color: black;
    border: 1px solid transparent;
    border-radius: .25rem;
}*/

@media(max-width: 991px){
    .menu3{
        padding: 0;
    }
}

.banner{
    display: flex;
    position: relative;
    height: 500px;
}

@media(min-width: 992px) and (max-height: 550px) , (max-width: 991px){
    .banner{
        height: 433px !important;
    }
}@media(min-height: 2000px){
    .banner{
        height: 2000px !important;
    }
}

.banner .image-banner{
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.image-banner > span{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.banner_tv{
    display: none;
}

@media(min-width: 1367px){
    .banner_tv{
        display: block;
    }
}

.banner_desktop{
    display: none;
}

@media(min-width: 769px) and (max-width: 1366px){
    .banner_desktop{
        display: block;
    }
}

.banner_mobile{
    display: none;
}

@media(max-width: 768px){
    .banner_mobile{
        display: block;
    }
}



/*.banner{
    width: 100%;
    height: 500px;
    position: relative;
}

.banner_tv{
    display: none;
}

@media(min-width: 1367px){
    .banner_tv{
        display: block;
    }
}

.banner_desktop{
    display: none;
}

@media(min-width: 769px) and (max-width: 1366px){
    .banner_desktop{
        display: block;
        width: 100%;
        height: 100%;
    }
}

.banner_mobile{
    display: none;
}

@media(max-width: 768px){
    .banner_mobile{
        display: block;
        width: 100%;
        height: 100%;
    }
}*/



.trilha{
    position: absolute;
    left: 300px;
    height: 500px;
    top: 0;
    max-width: inherit;
    max-height: inherit;

}

@media(min-width: 1367px) and (max-width: 1440px){
    .trilha{
        left: 400px;
    }
}

@media(min-width: 1441px){
    .trilha{
        left: 500px;
    }
}


.boxsolu{
    box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.2);
    z-index: 4;
    margin-top: -90px;
    position: relative;
    background-color: #FFFFF5;
}

.tituloboxsolu{
    background-color: rgb(245, 194, 5);
    padding: 20px;
}

.hboxsolu{
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    margin:0;
    padding-left: 20px;
    padding-right: 20px;
}

.textoboxsolu{
    background-color: #FFFFF5;
    padding: 20px;
}

.textoboxsolu p{
    color: gray;
    padding-left: 25px;
    padding-right: 25px;
}

.boxsolu > img{
    width: 120%;
    z-index: 4;
    margin-left: -10%;
    width: 120%;
    max-width: inherit !important;
    max-height: inherit !important;
}

@media(max-width: 991px){
    .trilha{
        display: none;
    }

    .boxsolu{
        margin-top: 20px;
    }

    .boxsolu > img{
        width: 100% !important;
        margin-left: 0;
    }

    .textoboxsolu{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .hboxsolu{
        padding-right: 5px;
        padding-left: 5px;
    }

    .tituloboxsolu{
        padding: 15px;
    }

}

.solucoes{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 50px;
}

.solucoes:after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: url("../../img/frontend/background.png");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

.mediasolu{
    margin-bottom: 20px;
    margin-top: 30px;
}

.titulomediasolu{
    color: orange;
    font-weight: bold;
    font-size: 15px;
}


/* Seção Black */

.sectionblack{
    background-color: #221D19;
    padding: 40px;
    height: 450px;
}


.textoblack{
    background-color: white;
    padding: 60px 80px;
    box-shadow: 10px 10px 5px -4px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
}

.area{
    margin-top: 50px;
}

.imagemblackarea{
    -webkit-box-shadow: -10px 10px 5px -4px rgba(0,0,0,0.2);
    -moz-box-shadow: -10px 10px 5px -4px rgba(0,0,0,0.2);
    box-shadow: -10px 10px 5px -4px rgba(0,0,0,0.2);
}


.mgtop{
    margin-top: 20px;
}

.btnsecblackorange{
    border-radius: 0;
    width: 100%;
    margin: 10px auto;
    color: white;
    background-color: #F5C205;
    padding: 10px;
}

@media(max-width: 991px){
    .sectionblack{
        height: 100%;
    }

    .textoblack{
        padding: 15px 25px;
    }

    .tituloblack{
        margin: 0 !important;
    }
}
/* Home Contato */

.separador img{
    z-index: 10;
    margin-top: -30px;
}

.contatohome{
    margin-top: -20px;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contatohome:after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: url("../../img/frontend/background.png");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

@media(max-width: 991px){
    .contatohome{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.mgtop1{
    margin-top: 220px;
}

@media(max-width: 991px){
    .mgtop1{
        margin-top: 50px;
    }
}

/* Formulario */

.formulario{
    height: 100%;
}

.formularioc{
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;    
    border-right: 1px solid white;
}

@media(max-width: 767px){
    .formularioc{
        border: none;
    }
}

.tituloformulario{
    color: rgb(245, 194, 5);
    font-weight: 600;
}

#textareamensagem{
    width: 100%;
    background-color: #221D19 !important;
    padding: 10px 10px 10px 20px;
    color: white !important;
}

#textareamensagem textarea::placeholder{
    color: white !important;

}

form input{
    background-color: #221D19 !important;
    padding-left: 20px !important;
    border-radius: 0px !important;
    border-color: white !important;
    color: white !important;
}

form input::placeholder{
    color: white !important;
}

.enviar{
    margin-top: 0px;
    width: 100%;
    border-radius: 0px;
    background-color: rgb(245, 194, 5) !important;
    font-weight: bold;
    border-radius: 2px;
}
.enviar:hover{
    background-color: rgb(255, 204, 85) !important;
    color:#444;
}

.mapa{
    width: 100%;
    height: 500px;
    margin: 20px 0px 20px 30px;
    padding-right: 0;
}

/* Footer */

footer{
    background-color: #221D19;
}

footer .textorodape{
    color: rgb(245, 194, 5);
}

.informacoes{
    margin-top: 50px;
    margin-bottom: 30px;
}

p.textorodape{
    margin: 0;
}

.menufooter li a{
    color: white;
    font-size: 11px;
    font-weight: bolder;
}

.redesociais img{
    width: 50px;
    height: 50px;
    margin: auto;
}

.separador2{
    z-index: 4;
    margin-bottom: -20px;
    background-color: #221D19;
}

@media(max-width: 368px){
    .itemroda > a{
        padding: 6px;
    }
}

/* Pagina Contato */

.areacontato{
    width: 100%;
    height: 1220px;
    position: relative;
    padding: 0px 15px;
}

.areacontato:after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-image: url("../../img/frontend/background.png");
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

.rodapecontato{
    width: 100%;
    height: 100%;
    background-color: #221D19;
}
.divisorodape > img{
    position: relative;
    top: -20px;
}

.menurodapecontato{
    padding: 20px 0;
}

.menurodapepos{
    text-align: right;
}

.menurodapecontato > .menurodapepos > span{
    color: white;
    font-size: 10px;
}

.areainfomapa{
    top: -50px;
    left: 80px;
    z-index: 10;
}

.areainfoinfo{
    margin-top: 110px;
    background-color: #221D19;
    height: 400px;
    padding: 40px 60px;
}

.formcontatomg{
    padding-top: 90px;
}

@media(max-width: 991px){
    .areacontato{
        height: 100%;
    }

    .rodapecontato{
        margin-top: 50px;
    }

    .areainfoinfo{
        height: 100%;
    }

    .areainfomapa{
        top: 20px;
        left: 0;
        z-index: 0;
    }
}

/* Area Inutilizada por enquanto */
.bannercontato{
    width: 100%;
    height: 500px;
}

.imgbannercontato{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.informacoescontato{
    background-color: #221D19;
    padding: 40px;
}

.textorodape{
    color: rgb(245, 194, 5);
}

.contato{
    width: 100%;
    height: 100%;
    position: relative;
    padding-right: 25px;
    background-color: #221D19;
}

/* Canais */

.paddtpbt{
    padding-top: 100px;
    padding-bottom: 100px;
}

._traco-F9AA18-46x6 {
    position: relative;
}
._traco-F9AA18-46x6:after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 50px;
    left: 50%;
    margin-left: -23px;
    width: 46px;
    height: 6px;
    background-color: #F5C205;
}

.fonttitulo1{font-size: 30px; font-weight: 900;}

.cortitulo1{color: #F5C205;}

.altitulo1{text-align: center;}

.mgtopcanais1{margin-top: 50px;}

._db{display: block;}

._mb{margin-bottom: 25px;}

._mb80{margin-bottom: 50px;}

.fontspann{font-size: 30px; 
    font-weight: bold;
}

.colorblackpadr{color: #221D19;}

.colorblackpadr:hover{color: #221D19;}

.mgtp20{margin-top: 20px;}

.pdl15{padding-left: 15px;}

.fontwdata{font-weight: 900;}

.fontdata{font-size: 16px; font-weight: bold;}

._font18{font-size: 18px; font-weight: bold;}

._corhyperlinkno{color: #F5C205;}

._corhyperlinkno:hover{color: #F5C205;}

._image-event {
    max-width: 350px;
}@media(max-width:991px){
    ._image-event {
        margin-left: auto;
        margin-right: auto;
    }
}@media(max-width: 767px){
    ._image-event{
        margin-top: 20px;
    }
}
._image-event > a {
    height: 225px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: table;
    width: 100%;
}@media(max-width:991px){
    ._image-event > a {
        height: 275px;
    }
}
._image-event > a span {
    vertical-align: middle;
    display: none;
    text-align: center;
    padding: 50px;
    height: 90%;

}
._image-event > a:hover span {
    background-color: rgba(245, 194, 5, 0.75); 
    color: #221D19;
    display: table-cell;

}


/* Canal */

.bordertop{
    /* Borda caso for necessario inserir */
    /* border-top: 2px solid #221D19; */
}

.imagemnoticia img{
    max-height: 500px;
}

.noticiasanteriores{
    height: 40px;
    width: 80px;
    margin: 0 auto;
}

.fonte30{font-size: 30px; font-weight: bold;}

.mb50{margin-bottom: 50px;}

.mt50{margin-top: 50px;}

.mt25{margin-top: 25px;}

.lh25{
    line-height: 25px !important;
}

@media(max-width:767px){
    .mtac{
        text-align: center;
    }

    .mmtop20{
        margin-top: 20px;
    }

    .hrr{
        border-top: 1px solid #221D19;
        margin-top: 20px;
    }
}

.mgtop20{
    margin-top: 20px;
}

/* BUTTONS */

.buttonservicoshomes{
    border: 0;
    background-color: #1B9BD7;
    color: white;
    padding: 10px 50px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

/* Institucional */

._tac{
    text-align: center;
}

._c000{
    color:#000;
}

._fabb{
    font-family: "Adelle-Basic-Bold";
}

._pt10{
    padding-top: 10px;
}

._pb40{
    padding-bottom: 40px;
}

._pt75 {
    padding-top: 75px;
}

._pb90{
    padding-bottom: 90px;
}

._m0{
    margin: 0px;
}
._mb180{
    margin-bottom: 180px;
}

/* Serviços */
.dropdown-toggle{
    font-size: 11px !important;
    font-weight: 800;
    text-decoration: none;
    cursor:pointer;
}
.dropdown-toggle2{
    font-size: 11px !important;
    text-decoration: none;
    cursor:pointer;
}
.dropdown-toggle:hover{
    color: #f5c205 !important;
}
.dropdown-toggle2:hover{
    color: #f5c205 !important;
}
.serv-items{
    padding-top: 2px;
}
.mp-level{
    position: relative !important;
    bottom: 5px !important;
}
.dropdown-menu{
    position: absolute !important;
    margin-left: 76% !important;
    top: 30px !important;
}
.dropdown-menu2{
    position: absolute !important;
    margin-left: -3% !important;
    top: 80px !important;
    list-style-type: none !important;
    padding-left: 0px !important;
    padding-right: 10px !important;
    border-radius: 5px;
    text-align:left;
    font-weight: lighter;
}
.dropdown-menu a:hover{
    color: #f5c205 !important;
}
.menu-items:hover{
    color: #f5c205 !important;
}
.hr-items{
    width: 100%;
    background-color: white;
    height: 1px; 
    margin:-3px 0px;
}

/* boxes */


._quadrado-img-blog {
    height: 275px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}@media(max-width:991px){
    ._quadrado-img-blog {
        max-width: 450px;
        margin-right: auto;
        margin-left: auto;
    }
}

._quadrado-img-blog a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.15s linear;
}

._quadrado-img-blog a:hover {
     /*background-color: rgba(0,172,183,0.5); */
    /*background-color: rgba(36,64,103, 0.5); ORIGINAL */
    /*background-color: rgba(255, 102, 0, 0.5);*/
    background-color: rgba(230, 184, 0, 0.8);
}

._quadrado-img-blog a span {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 3px solid #FFF;
/*  background: url('../../../assets/img/frontend/logo-hover-leitura.png') center center no-repeat;  */    
    opacity: 0;
    transition: all 0.15s linear;
}
._quadrado-img-blog a:hover span {
    opacity: 1;
}

.service-title{
    color:black !important;
}
.service-title:hover{
    color: #f5c205 !important;
}
/* carrousel */

#owl-carousel .item img{
    display: block;
    width: 100%;
    height: 500px;
}

.item{
    align-items: center;
    background-color: 'Green';
    display: flex;
    height: 300px;
    justify-content: center;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 1 !important;
    width: 100vw !important;
    height: 30vh !important;
}

.owl-lazy2 {
    opacity: 1 !important;
    width: 40vw !important;
    height: 70vh !important;
    position: relative;
    margin-left:15%;
}

.owl-legenda{
    opacity: 1 !important;
    width: 40vw !important;
    height: 70vh !important;
    position: relative;
    margin-left:75%;
    bottom: 400px;
    color: white;
    font-size: 30px;    
    font-weight: bolder;
    font-family: "Adelle-Basic-Bold";
    text-align: right;
}

.owl-next{
    position: absolute !important;
    bottom: 150px !important; 
    margin-left:52% !important;
}

.owl-prev{
    position: absolute !important;
    bottom: 150px !important; 
    margin-left:-54% !important;
}

.owl-next span, .owl-prev span{
    color: rgba(230, 184, 0, 1) !important;
}
.owl-next:hover, .owl-next button:hover,.owl-next span:hover, 
.owl-prev:hover, .owl-prev button:hover,.owl-prev span:hover{
    background-color: rgba(255, 255, 255, 1) !important;
}

.owl-dot span{
    display: none !important;
    /*color: rgba(230, 184, 0, 1) !important;*/
    /*background-color: rgba(230, 184, 0, 1) !important;*/
}

.owl-theme .owl-nav{
    font-size: 50px !important;
}


/* Contato */

.text-area{
    height: 23vh;
    background-color: black;
    resize: none;
    border: 1px solid white;
    border-radius: 0px;
    color:white;
    vertical-align: middle !important;
    white-space: pre-wrap;
}

.text-area:hover, .text-area:visited,
.text-area:focus, .text-area:active,
.text-area:link{
    background-color: black;
    border: 1px solid white;
    color:white;
}

.alert-size{
    position: fixed !important;
    z-index: 9999 !important;
    top:120px;
    left:35% !important;
    width: 30% !important;
    vertical-align: middle !important;
    text-align: center !important;
}

._vam{
    margin-top: 180px !important;
    margin-right: 75% !important;
    font-weight: bolder;
/*    background: url('assets/img/frontend/custom.png') 50% 50% no-repeat !important;
*/}
/*._vam::after{
    background-image: url('assets/img/frontend/custom.png');
    background-size: 10px 20px;
    display: inline-block;
    width: 10px; 
    height: 20px;
    content:"";
}*/