/*FONTS*/
@font-face {
	font-family: Qenliago-BF;
	src: url(fonts/Qenliago-BF.otf);
}

@font-face {
	font-family:Qenliago-Italic-BF;
	src: url(fonts/Qenliago-Italic-BF.otf);
}


body{
	margin: 0px; padding: 0px;
	font-family: 'Poppins', sans-serif;
	color: #202020;
	font-weight: 200;
}



/*PADDINGS*/

.ptop50{ padding-top: 50px; }
.pbot50{ padding-bottom: 50px; }

.ptop100{ padding-top: 120px; }
.pbot100{ padding-bottom: 120px; }


.mob{ display:none; }
.desk{ display:block; }


.titprinc{
	font-size: 30px;
	text-align: center;
	font-family: Qenliago-BF;
}


.foto100{ width: 100%; }
.margin0{ margin: 0px; }

.clear{ clear: both; }


/*MENU*/

.fixed-top{
	position: fixed;
}


.navbar-brand img{ width: 120px; }


.logotopo img{ max-width: 200px; width: 100%; }

.menu_down{ position: absolute; }

.navbar-nav{ width: 100%; }

.navbar .nav-item{

    font-weight: 500;
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 200;
}

.navbar .nav-item .nav-link{ color: #2e2e2e!important; }
.navbar .nav-item .nav-link:hover{ color: #2e2e2e!important; }
.navbar .nav-item .nav-link:active{ color: #2e2e2e!important; }
.navbar .nav-item .nav-link:visited{ color: #2e2e2e!important; }


.navbar .nav-item .pextra{ padding-top: 15px; }

.menu_down{
	background: #fff;
}

.navbar-expand-md .navbar-nav{}

.navbar .nav-item{  }





/*BANNERTOP*/

.bannertop{
	width: 100%; height: 50vh;
	margin: 0 auto;
	position: relative;
	background: url(img/bannertop.jpg) center center no-repeat;
	background-size: 100% auto;
}

.bannertop video{
	width: 100%;
}

.bannertop .ft_btop{
	width: 100%;
}

.bannertop .setadown{
	position: absolute; left: 48%; bottom: 20px;
}

.dvvideo {
	position: relative; top: -100px;
}
.dvvideo img{
	 width: 100%;
}

.dvvideo h1{
/*	width: 70%;*/
	position: absolute; bottom: -15px;
}
.dvvideo h1 span{}


.titpad{
	font-size: 25px; line-height: 30px;
	text-transform: uppercase;
	color: #bcbec0;
}
.titpad span{
	color: #2e2e2e; font-size: 12px;
	display: block;
	text-transform: initial;
	line-height: 20px;
}

.play{
	width:100%;
	background: 0px;
	border: none;
	padding: 0px; margin: 0px;
}
.play img{ width:100% }


.boxcinza{
	min-height: 500px;
	background: url(img/bgcinza.jpg) center center no-repeat;
	background-size: 100% auto;
}

.boxcinza .titpad{
	width: 70%;
	margin-top: 160px;
}
.boxcinza .titpad span{ margin-top: 50px; }



.brioinfo{ margin:50px auto; text-align: center;}

.brioinfo .logo2{ width:250px; display:inline-block; margin-top:100px }
.brioinfo h1{ margin:50px 0 }
.brioinfo .mdown { margin-bottom: 50px; padding-left: 40px; display: block;}

.btlaranja{
	background: #ea9957;
	color: #fff; font-weight: 500;
	border-radius: 20px;
	padding: 10px 20px;

}


.titgaleria{
	text-align: left;
	margin: 100px 0 50px 0;
}
.titgaleria span{
	color: #ea9957; letter-spacing: 1px;
	font-size: 20px;
}


.infobrio2{
	color: #fff;
}

.infobrio2 p{
	width: 70%;
	margin-top: 30px;
}
.infobrio2 .logolobie{
	width: 150px;
	margin-top: 30px;
}


@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
     .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }



    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}


.galslider p{
	width: 60%;
	position: absolute; bottom: 20px; left: 15%;
	color: #fff;
	text-align: center;
}

.carousel-control-next,
.carousel-control-prev{
	width: 100px; height: 30px;
    position: absolute; top: inherit; bottom: -50px;
    background-size: 100% auto;
}

.carousel-control-next{ background: url(img/setad.png) center center no-repeat; right: 30px; }
.carousel-control-prev{ background: url(img/setae.png) center center no-repeat;  left: 30px; }


.infobrio2{
	margin: 100px 0;
	background:#f79547;
}







.carousel-control-next-icon,
.carousel-control-prev-icon{
	background-size: 80%;
	border: 2px solid #fff;
	border-radius: 100%;
	padding: 20px;
}



.btpadrao{
	color: #ebdbc4;
	background: #6c4930;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
}
.btpadrao:hover{ color: #fff; }

.logosfooter{
	width: 100%;
}

.logosfooter img{
	width: 100%;
	max-width: 800px;
	display: block; margin: 10px auto;
}


/*FOOTER*/

.footer{
	margin-top:90px;	
}

.footer .bggreen{
	/*background: #003834;*/
}

.footer .logofooter{ max-width: 350px; margin: 0 auto 30px auto; display: block; }
.footer h1{
    font-size: 25px;
	text-transform: uppercase;
	display: block;
}


.footer .logos{ width: 80%; margin: 100px auto 0 auto; display: block; }


.footer .boxform{ margin: 0 auto; text-align:center; }

.footer .boxform{
	width: 70%; margin: 0 auto;
}

.footer .boxform .inp,
.footer .boxform textarea,
.footer .boxform .btenviar
{
	width: 100%; display:block;
	border:none;
	background:#fff; color: #5e5e5e; font-size: 15px;
	line-height: inherit;
	padding: 10px 2px;
	text-indent: 2px; text-transform: uppercase;
	border: 1px solid #000;
	position: relative;
	margin: 10px auto;
}


.footer .boxform textarea{
	height: 100px;
	width: 70%!important;
	margin: 0 auto;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #6c4930;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6c4930;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #6c4930;
}

.footer .boxform .btenviar {
	width: 200px;
	margin: 0 auto;
	text-indent: 0px;
	background: #ea9957; color: #fff;
	margin-top: 30px; border: none;
	float: right;
}


.txtlegal{
	width: 100%; margin: 30px auto 0 auto;
	font-size: 10px; text-align: left;
	line-height: inherit; color: #000;
	padding: 20px 0;
}

.txtlegal p{
	margin: 0px; padding: 0px;
}



.fbx1 .carousel-item,
.fbx2 .carousel-item,
.fbx3 .carousel-item,
.fbx4 .carousel-item
{
	background: #fff;
	height: 500px; overflow: hidden;
	position: relative;
}

.fbx1 .carousel-item img,
.fbx2 .carousel-item img,
.fbx3 .carousel-item img,
.fbx4 .carousel-item img
{
	/*max-height: 500px;*/
	width: 100%;
	margin: 0 auto;
	display: block;
	position: absolute; left: 0; bottom: 0;
}

.fotoextra{ max-height: 500px; width: initial!important; position: inherit!important; }

.fbx1 .carousel-control-next-icon,
.fbx1 .carousel-control-prev-icon,
.fbx2 .carousel-control-next-icon,
.fbx2 .carousel-control-prev-icon,
.fbx3 .carousel-control-next-icon,
.fbx3 .carousel-control-prev-icon,
.fbx4 .carousel-control-next-icon,
.fbx4 .carousel-control-prev-icon
{ background-color: #000; border-radius: 50%; padding: 20px; background-size: 80%; }




.controle_video{
	width: 100px;
    margin: 20px auto 0 auto;
    text-align: center;
}

.controle_video button{
	width: 30px; height: 30px;
    border: none;
    background-color: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px;
    outline: none;
}

.btbnplay{
	/*	border: none;*/
	/*	padding: 0px; margin: 0px;*/
	cursor: pointer;
}

.controle_video .play{
	background-image: url(images/play.png);
}

.controle_video .pause{
	background-image: url(images/pause.png);
}

.controle_video .pl2{
	background-image: url(images/play_b.png);
	background-size: cover;
}

.controle_video .pa2{
	background-image: url(images/pause_b.png);
	background-size: cover;
}



.boxvideo iframe{
	width: 80%; height: 60vh; margin: 10% auto;
	display: block;
}

.boxvideo{
	width: 100%; height: 100%;
	position: fixed; top: 0px; left: 0px;
	z-index: 5000;
	display: none;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+0,0.9+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.boxvideo #videotop,
.boxvideo #videotop2
{
	width: 80%; max-height: 80%;
	margin: 0 auto;
	display: block;
	margin-top: 50px;
}

/*.boxvideo2 .video{
	margin-top: 60px;
}*/

.boxvideo .controle_video,
.boxvideo2 .controle_video
{
	position: relative; top: 0px; width: 80%; margin:5px auto;
}

.boxvideo .bt_fechavideo,
.boxvideo2 .bt_fechavideo2
{
	position: fixed; right: 3%; top: 3%; border: none;
    background: none;
}




/*MENU LATERAL*/

.menulateral{
    position: fixed; left: 2px; top:45%;
    z-index: 500;
}
.menulateral .box{
    width: 45px; height: 45px;
    background: #113936;
    padding:5px;
    margin-bottom: 1px;
}

.menulateral .box a{
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    /*font-family: 'Aleo', serif;*/
    font-weight: 100;
    display: block;
}
.menulateral .box i{
    float: left;
    margin: 5px 0 0 5px;
}

.menulateral .box span{
    font-size: 14px; font-weight: 400;
    text-transform: uppercase;
    display: none;
    float: left;
    margin: 8px 0 0 10px;
}

.menulateral .phone:hover{ min-width: 190px; }
.menulateral .phone:hover span{ display:block; }

.menulateral .email:hover{ min-width: 250px; }
.menulateral .email:hover span{ display: inline-block; }

.menulateral .chat:hover{ min-width: 160px; }
.menulateral .chat:hover span{ display: inline-block; }

.menulateral .site:hover{ min-width: 200px; }
.menulateral .site:hover span{ display: inline-block; }





.videos{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#53809b+0,53809b+50,ffffff+50,ffffff+100 */
background: rgb(83,128,155); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(83,128,155,1) 0%, rgba(83,128,155,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(83,128,155,1) 0%,rgba(83,128,155,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(83,128,155,1) 0%,rgba(83,128,155,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53809b', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.btvd01,
.btvd02{
	position: inherit!important;
	bottom: inherit!important;
	right: initial!important;
	margin-top: 20px;
	background: #53809b;
	color: #fff;
}

.btvd01{
	float: left;
}
.btvd02{
	float: right;
}
