html, body{
	height: 100%;
	/*background-color: #ECECEC;*/
	/*background-color: grey;*/
	/*anteriobackground-color: #b9b6b6;*/
	background-color: white;
}

body{
	min-height: 100%;
	overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track { 
  border-radius: 10px;
  background-color: #cbcbcb;

}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1f1f1f;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3e3e3e; 
}

::-webkit-scrollbar-thumb:focus {
  background: #6e6e6e; 
}



/*divisoes da pagina inicial*/
.apresenta1{
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 100%;
}

.apresentaB{
    background-color: white;
}
.apresentaC{
    background-color: #585858;
    padding-bottom: 50px;
    padding-top: 50px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.apCol{
	padding: 0px;
}
.textoMargem1{
	padding: 100px 0px 0px 0px;
}
.textoI p{
	font-size: 15pt;
	text-align: justify;
	font-family: arial;
}
.imagemI{
	text-align: center;
}
.imagemI img{
	width: 600px;
	padding: 100px 0px 0px 0px;
}

/*---------------------------------------navbar---------------------------------*/
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-nav .nav-link{
	color: white;
	font-size: 14px;
	transition: all 750ms;
}

.navbar-brand{
	display: none;
}

.bg-dark{
	background-color: #343a4000 !important;
	width: 100%;
}

.navbar{
	z-index: 10;
	top: 50px;
	animation: navani 1.2s;
}
@keyframes navani{
	from{top:0px;opacity: 0;}
	to{top: 50px; opacity: 1;}
}

li.nav-item {
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
}


/*navbar dropdown*/
.dropdown-item{
	text-align: center;
	color: #ffffff91;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 750ms;
	font-size: 12px;
}

.active{
	pointer-events: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	background-color: #0d0d0d85;
	right: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.dropdown-item.active, .dropdown-item:active{
	background-color: inherit;
}

.dropdown-divider{
	margin: 0;
}
#nav2{
	background-color: #333333;
}




/*---------------------------------------navbar2---------------------------------*/
.navbar-brand.navbrand{
	display: block;
}

.bg-dark.scrollnav{
	background-color: #585858 !important;
	position: fixed;
	top: 0;
	padding-top: 7.5px;
    padding-bottom: 7.5px;
	animation: scrollnav 1s;
}
@keyframes scrollnav{
	from{opacity: 0; margin-top: -50px;}
	to{opacity: 1; margin-top: 0px;}
}

@keyframes remover{
	from{opacity: 1; margin-top: 0px;}
	to{opacity: 0; margin-top: -50px;}
}

#navbar img{
	width: 200px;
}
/*---------------------------------------Parte da pagina inicial---------------------------------*/
#fundo_img_inicio{
	height: 100%;
    width: 100%;
    display: block;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    position: absolute;
    object-fit: cover;	
}
#fundo_img_inicio img{
	object-fit: cover;
	height: 100%;
    width: 100%;
}

.fundo_preto{
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: black;
}

.logo_letras{
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  animation: logo_letras 3s;
}

@keyframes logo_letras{
	from{opacity: 0; width: 100px;}
	to{opacity: 1; width: 350px;}
}

.vermais{
  transform: translateX(-50%);
  -webkit-transform: translate(-50%,-50%);
  position: absolute;
  bottom: 8px;
  left: 50%;
  color: white;
  text-transform: uppercase;
  border: 3px solid white;
  letter-spacing: 2px;
  font-family: arial;
  font-weight: bold;
  padding: 10px 25px 10px 25px;
  font-size: 13pt;
  transition: all 500ms;
  animation: vermais 3s;
}

@keyframes vermais{
	from{opacity: 0; border: 0px solid white; bottom: -20px;}
	to{opacity: 1; border: 3px solid white; bottom: 8px;}
}

.vermais:hover{
	color: inherit;
	text-decoration: none;
	background-color: white;
	color: black;	
}




/*---------------------------------------Parte do footer---------------------------------*/
.fundoApresentacao{
	padding: 0px;
	margin: 0px;
}
.fundoInfo{
	padding: 0px;
	margin: 0px;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.fundoLogo{
	padding: 0px;
	margin: 0px;
}
.fundoLogo img{
	width: 300px;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.fundoRedes{
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.fundoRedes a{
	text-decoration: none;
}
.fundoRedes h3{
	color:#171717;
	font-weight: bold;
}
.fundoRedes h5{
	color:#171717;
	font-weight: bold;
}
.fundoRedes h5:hover{
	color:black;
}
.redes{
	color: white;
	padding: 10px 10px 10px 10px;
	margin-right: 10px;
	font-size: 20pt;
	margin-top: 20px;
	transition: all 750ms;
}

.redes:hover{
	color: grey;
}


/*para medida 1300 por 900 ou 800
h1,h2,h3,h4,h5,h6{
	margin: 0px 0 !important;
}
*/






/*---------------------------------------Parte da navbar telemovel---------------------------------*/
@media only screen and (max-width: 992px) {
	.navbar{
		top: 0px;
	}
	div#navbarSupportedContent {
    	min-width: 100%;
    	min-height: 100%;
    	width: 100%;
	}
	.ml-auto, .mx-auto {
    	text-align: center;
    	width: 100%;
    	height: 60%;
    	font-size: 20pt;
	}
	.navbar-dark .navbar-toggler{
		position: fixed;
		right: 10px;
		top: 10px;
		border: none;
		background-color: #0000003d;
	}
	.bg-dark{
		background-color: #343a40 !important;
		padding-top: 0px;
    	padding-bottom: 0px;
    	position: fixed;
	}
	li.nav-item {
    	padding: 3%;
	}
	
	.titulo{
		text-align: center;
	}


	.footer_tele{
		display: block;
	}
	.footer_t{
		display: none;
	}
	.footer_metade{
		width: 50%;
	}
	.redes{
	margin-right: 0px;
}
}	


/*---------------------------------------Botoes das fotos para andar para o lado---------------------------------*/
.baguetteBox-button#next-button {
    display: none;
}
.baguetteBox-button#previous-button {
    display: none;
}






/*---------------------------------------versao tablet e tele---------------------------------*/
@media only screen and (max-width: 1831) {
	li.nav-item {
    padding-left: 40px;
    padding-right: 40px;
}
}	
@media only screen and (max-width: 1723) {
	li.nav-item {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media only screen and (max-width: 1571px) {
	li.nav-item {
    padding-left: 13px;
    padding-right: 13px;
}
}	

@media only screen and (max-width: 1449px) {
	li.nav-item {
    padding-left: 5px;
    padding-right: 5px;
}
}	
@media only screen and (max-width: 1367px) {
	.textoI p{
		font-size: 12pt;
	}
	.imagemI img{
	width: 400px;
}
}
@media only screen and (max-width: 1320px) {
	.navbar-dark .navbar-nav .nav-link{
		font-size: 12px;
	}
}
	
@media only screen and (max-width: 1224px) {
	.navbar-dark .navbar-nav .nav-link{
		font-size: 10px;
	}
}	
@media only screen and (max-width: 1199px) {
	.apCol{
		text-align: center;
	}
	.imagemI img{
		width: 500px;
		padding: 50px 0px 0px 0px;
	}
	.textoMargem1 {
    padding: 150px 0px 0px 0px;
    font-size: 13pt;
	}
	.textoI p{
		text-align: center;
	}
	.apresentaC {
    	position: unset;
    	bottom: unset;
    	width: unset;
    	margin-top: 30px;
	}
	.apresenta1 {
    	height:unset; 
}
}

@media only screen and (max-width: 1133px) {
	#navbar img{
	display: none;
}
	.navbar-dark .navbar-nav .nav-link{
		font-size: 12px;
	}
}	

@media only screen and (max-width: 1025px) {
	.navbar-dark .navbar-nav .nav-link{
		font-size: 11px;
	}
}	
@media only screen and (max-width: 991px) {
	#nav2{
		background-color: unset;
	}
	#navbar img{
		 display:block;
}
	.textoMargem1 {
    	padding: 100px 0px 0px 0px;
	}
	.textoI p{
		font-size: 11pt;
	}
	.logo_letras{
		width: 250px;
	}
	@keyframes logo_letras{
	from{opacity: 0; width: 100px;}
	to{opacity: 1; width: 250px;}
	}
}	

@media only screen and (max-width: 767px) {
	.divsFooter{
		border-bottom: solid 1px white;
	}
	.fundoLogo img{
		width: 250px;
		top:70%;
	}
	.fundoRedes{
		margin-top: 20px;
	}
	.apresentaC {
    	position: unset;
    	bottom: unset;
    	width: unset;
    	margin-top: 30px;
	}
	.imagemI img {
    	width: 400px;
	}
}	
@media only screen and (max-width: 650px) {
	.textoI p{
		font-size: 10pt;
	}
}
@media only screen and (max-width: 550px) {
	.logo_letras{
		width: 190px;
	}
	@keyframes logo_letras{
	from{opacity: 0; width: 100px;}
	to{opacity: 1; width: 190px;}
}
}
@media only screen and (max-width: 500px) {
	.textoI p{
		font-size: 9pt;
	}
}
@media only screen and (max-width: 440px) {
	.imagemI img {
    	width: 300px;
	}
}
@media only screen and (max-width: 400px) {
	.textoI p{
		font-size: 8pt;
	}
}
@media only screen and (max-width: 400px) {
	.imagemI img {
    	width: 200px;
	}
}









.dropdownn {
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;

}

.dropdownn .dropbtnn {   
  border: none;
  outline: none;
  background-color: inherit;
  margin: 0;
  width: 100%;
  text-align: center;
  color: #ffffff91;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 750ms;
  font-size: 15px;
}

.dropdown-content {
  
  position: relative;
  text-align: center;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: center;
}

.dropdown-content a {
  text-align: center;
  float: none;
  color: #ffffff91;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;

}

.dropdownn:hover .dropbtnn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdownn:hover .dropdown-content {
  display: block;
}
