body{
	zoom: 95%;
}


/* --- HEADER ---*/

.topo{
	background-color: #000000;
	padding-top: 15px;
	padding-bottom: 15px;

	position: fixed;
	width: 100%;
	z-index: 2;
	top: 0%;
	left: 0;

	-webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.48);
	-moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.48);
	box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.48);
}


/* --- menu antigo --- */
.menuprincipal{
	margin-top: 15px;
}

.menuprincipal ul li { 
	display: inline;
}

.menuprincipal ul li a{
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 15px;
}

.menuprincipal ul li a:hover{
	color: #edc100;
}
/* --- menu antigo --- */




/* --- menu novo --- */

.navbar{
	margin-top: 10px
}

ul{
	margin-left: 0px;
}

ul li{
	margin-right: 15.5px;
	font-weight: normal;
	font-size: 13px;
}

.navbar .collapse .navbar-nav .nav-item .nav-link:hover{
	color: #edc100; 
}








/* --- SLIDE ---*/

.sliderum{
	background-image: url(../img/sliderprincipal.jpg);
	height: 770px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sliderum h1{
	font-weight: bold; 
	font-size: 63px;
	color: #FFFFFF;
	padding-top: 35px;
}

.sliderum h5{
	color: #FFFFFF;
	padding-top: 10px;
}







/* --- ÁREA VÍDEO --- */

.backareavideo{
	background-image: url(../img/slider-area-video.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.areavideo{
	padding-top: 110px;
	padding-bottom: 140px;
}

.areavideo h1{
	padding-bottom: 100px;
	font-weight: bold; 
	font-size: 60px
}

.feature i {
    float: left;
    padding: 5px;
    border-radius: 50%;
    color: #454545;
    border: 1px solid #454545;
    margin-right: 5px;
}

.areavideo p{
	color: #454545;
}

video{
	width: 80%;
}














/* --- ÁREA PILARES --- */
.areapilares{
	background-color: #edc100;
	color: #000000;
	padding-bottom: 133px;
}

.areapilares h1{
	font-weight: bold; 
	font-size: 58px; 
	padding-top: 80px; 
	padding-bottom: 80px;
}

.areapilares img{
	margin-bottom: 23px;
}

.areapilares h2{
	margin-bottom: 15px;
}


.areapilares img:hover{
	/**
	background-color: #f5d85b;
	border-radius: 100%; **/
}


.invert{
	padding-top: 50px;
    padding-bottom: 50px;
}  


.invert:hover{
	filter: invert(100%);
}


.celulaareapilares{
    border: 1px solid #dcb300;
}

.celulaareapilares:hover{
    background-color: #000000;
}






/* --- GRID SERVIÇOS 

.gridservicos{
	height: 700px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.gridservicos h2{
	font-weight: bold;
	color: #edc100;
	padding-left: 15px;
	padding-right: 15px;
}

--- */


/* --- OUTRO GRID CORRIGIDO --- */


.outrogrid{
	height: 700px;
}

.celulaoutrogrid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.celulaoutrogrid h2{
	font-weight: bold;
	color: #edc100;
	padding-left: 15px;
	padding-right: 15px;
}


.celulaoutrogrid:hover{
	opacity: 0.8;
}








/* --- CONTATO --- */

.contatoformulario{
	background-color: #262626;
	color: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 120px;
}

.contatoformulario p{
	margin-bottom: 55px;
}


form input{
	border: 0;
	margin-bottom: 10px;
	width: 80%;
	background-color: #515151;
	height: 45px;
	padding-left: 15px;
}

form textarea{
	border: 0;
	margin-bottom: 10px;
	width: 80%;
	background-color: #515151;
	padding-left: 15px;
}

.enviar{
     background-color: #edc100;
     color: #262626;                                                     
}


form input:hover{
	background-color: #494848;
}

form textarea:hover{
	background-color: #494848;
}

.enviar:hover{
     background-color: #f4d136;                                                
}




/* --- RODAPE --- */

.rodape{
	background-color: #000000;
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: left;
	color: #FFFFFF;
}


.rodape h3{
	padding-top: 40px;
	padding-bottom: 20px;
}


.imagemlogobot{
	width: 50%;
	margin-top: 20px;
}


.rodape .midiassociais img{
	margin-right: 15px;
}


.rodape .midiassociais img:hover{
	filter: invert(33%);
}


/* --- BOTAO --- */

html{
     scroll-behavior: smooth;
}

.rodape2{
    background-color: #000000;
}


.botaofinal{
	margin-bottom: 13px;
}

.botaofinal:hover{
	filter: invert(100%);
}




/* --- COPYRIGHT --- */

.copyright{
	background-color: #0b0b0b;
	height: 35px;
}


.copyright h6{
	color: #4b4b4b;
	margin-top: 5px;
	font-weight: normal;
}

.copyright h6 a{
	text-decoration: none;
	color: #fdd236;
}

.copyright h6 span{
	font-style: italic;
}








/* --- MEDIAS QUERIES - RESPONSIVIDADE --- */


@media(max-width:992px){

    .areavideo img{
    	width: 80%;
    }

    .imagemlogobot{
    	width: 80%
    }

    .copyright{
    height: 100%;
    }

	}




@media(max-width:929px){

    .areavideo .row .col-md-8 iframe{
    	width: 500px;
    }

	}




@media(max-width:815px){

    .areavideo .row .col-md-8 iframe{
    	width: 400px;
    }

	}




@media(max-width:773px){

     
    .descricaoima{
    	margin-bottom: 80px;
    }

    .areavideo .row .col-md-8 iframe{
    	width: 480px;
    }

    .areavideo{
		padding-bottom: 40px;
	}

    .areapilares p{
	    margin-bottom: 65px;
    }

    .outrogrid{
	height: 900px;
    }

    .rodape{
    text-align: center;
    }

    .imagemlogobot{
    width: 35%;
    margin-bottom: 25px;
    }

    video{
    	width: 100%;
    }

	}



@media(max-width:575px){


    .sliderum h1{
    font-size: 40px;
    }

    ul{
	margin-left: 0px;
	}

}




@media(max-width:533px){
	.areavideo .row .col-md-8 iframe{
    width: 450px;
    }

}




@media(max-width:485px){
	.areavideo .row .col-md-8 iframe{
    width: 400px;
    }

}




@media(max-width:435px){
	.areavideo .row .col-md-8 iframe{
    width: 350px;
    }

}





@media(max-width:384px){
	.areavideo .row .col-md-8 iframe{
    width: 300px;
    }

}




@media(max-width:362px){
    .celulaoutrogrid h2{
     font-size: 27px;
     padding-right: 5px;
    }


    .copyright{
     height: 100%;
    }

}




@media(max-width:335px){
	.areavideo .row .col-md-8 iframe{
    width: 250px;
    }

}




@media(max-width:329px){
	.sliderum h1{
		font-size: 40px;
	}

    .celulaoutrogrid h2{
    font-size: 24px;
    }

}

