.cabecalho {
	background-color: white;
	font-size: x-small;
	padding: 1%;
	position: sticky;
	z-index: 10000;
    top: 0;
	font-family: monospace;
	height: 100px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	background-color: white;
	list-style: none;
	float: right;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	padding: 2px 10px;
	display: inline-block;

	/* visual do link */
	background-color: white;
	color: #333;
	text-decoration: none;
	border-bottom: 3px solid white;
	font-weight: bold;
}

#menu ul li a:hover {
	background-color: white;
	color: #ECC054;
}


.rodape {
	background-color: #404040;
	color: white;
	position: relative;
	bottom: 0px;
	width: 100%;
	/* padding-left: 4%;
	padding-top: 1% */
	padding: 2% 2% 2% 5%;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
}

.titulo_rodape{
	color: #AAAAAA;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
}

.info_rodape{
	border-left: 1px;
	border-left-style: solid;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300 !important;
}


#menu_rodape ul {
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	list-style: none;
}

#menu_rodape ul li a {
	padding: 2px 10px;
	display: inline-block;

	/* visual do link */
	background-color: transparent;
	color: white;
	text-decoration: none;
}

#menu_rodape ul li a:hover {
	background-color: transparent;
	color: #ECC054;
}


.formulario{
	min-height: 500px;
	background-color: white;
	padding: 2% 1% 1% 5%;
}

.divImgInicial{
	min-height: 300px;
}

.imagem_inicial{
	position: absolute;
	z-index: -1;
	top: 0;
}

.titulo_formulario{
	color: #666666; 
	font-weight: bold; 
	padding-left: 30px;
}

.items_formulario{
	padding-left: 2%;
	font-weight: 400;
}

.textbox_formulario{
	width: 100%;
	border-radius: 1px;
	font-family: asap, sans-serif;
	font-size: 16px;
	background-color: #C4C4C4;
	border: 0px;
	padding: 10px;
	color: black;
}

.botao_formulario{
	width: 100%;
	font-family: asap, sans-serif;
	font-size: 16px;
	color: white;
	background-color: #333333;
	font-weight: bold;
	padding: 5px;
	border: none;
}


#mainNav {
  /* background-color: rgba(255, 255, 255); */
  padding: 5px 15px 5px 50px;
  }

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 10px;
  top: 60px;
  position:fixed;
  padding: 13px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background-color: #cc8800;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #cc8800;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #cc8800;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: #1a1a1a;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ECC054;
  border: 1px; 
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    /* background-color: rgba(255, 255, 255); */
	padding: 5px 15px 5px 50px;
	font-size: larger;
	color: black;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 10px 20px !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

@media (max-width: 992px) {
  #mainNav {
    background-color: rgba(255, 255, 255);
	float: left !important;
  }
}

#spinner {
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
  }

  .u25{
	      -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: center center;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    transform-origin: center center;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    transform-origin: center center;
    -moz-animation-name: rotate;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    transform-origin: center center;
    -o-animation-name: rotate;
    -o-animation-duration: 3s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    transform-origin: center center;
    -ms-animation-name: rotate;
    -ms-animation-duration: 3s;
    -ms-animation-timing-function: linear;
    -ms-animation-iteration-count: infinite;
    -ms-animation-fill-mode: both;
    transform-origin: center center;
     animation-name: rotate;
     animation-duration: 3s; 
     animation-timing-function: linear;
     animation-iteration-count: infinite;
     animation-fill-mode: both; 
    color: transparent;
     transform-origin: center center; 
  }
  
.icone-home{
	font-size: 100px !important;
	background: linear-gradient(#665200, #ffd24d, #665200); 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
	z-index: 500
}

@keyframe rotate{
0% {
     text-shadow: 1px 1px 1px #CCCCCC; 
     transform: rotateY(0deg); 
}

25% {
     text-shadow: 1px 1px 1px #CCCCCC, -2px 1px 1px #CCCCCC, -3px 1px 1px #CCCCCC, -4px 1px 1px #CCCCCC, -4px 1px 1px #CCCCCC, -5px 1px 1px #CCCCCC, -6px 1px 1px #CCCCCC, -7px 1px 1px #CCCCCC, -8px 1px 1px #CCCCCC, -9px 1px 1px #CCCCCC, -10px 1px 1px #CCCCCC, -11px 1px 1px #CCCCCC, -12px 1px 1px #CCCCCC, -13px 1px 1px #CCCCCC, -14px 1px 1px #CCCCCC, -15px 1px 1px #CCCCCC, -16px 1px 1px #CCCCCC, -17px 1px 1px #CCCCCC, -18px 1px 1px #CCCCCC, -19px 1px 1px #CCCCCC, -20px 1px 1px #CCCCCC; 
     transform: rotateY(40deg); 
}
50% {
     text-shadow: 0px 0px 0px #CCCCCC; 
     transform: rotateY(0deg); 
}
75% {
     text-shadow: 1px 1px 1px #CCCCCC, 2px 1px 1px #CCCCCC, 3px 1px 1px #CCCCCC, 4px 1px 1px #CCCCCC, 4px 1px 1px #CCCCCC, 5px 1px 1px #CCCCCC, 6px 1px 1px #CCCCCC, 7px 1px 1px #CCCCCC, 8px 1px 1px #CCCCCC, 9px 1px 1px #CCCCCC, 10px 1px 1px #CCCCCC, 11px 1px 1px #CCCCCC, 12px 1px 1px #CCCCCC, 13px 1px 1px #CCCCCC, 14px 1px 1px #CCCCCC, 15px 1px 1px #CCCCCC, 16px 1px 1px #CCCCCC, 17px 1px 1px #CCCCCC, 18px 1px 1px #CCCCCC, 19px 1px 1px #CCCCCC, 20px 1px 1px #CCCCCC; 
     transform: rotateY(-40deg); 
}
100% {
     text-shadow: 1px 1px 1px #CCCCCC; 
     transform: rotateY(0deg); 
}
}

.menu-fixo{
	position: fixed;
	top: 50px;
    right: 0;
    z-index: 9999999;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 0.6; /* Firefox */
}

.carousel-texto {
    color: white;
    position: absolute;
    top: 400px;
    /* left: 20px; */
    z-index: 1;
    /* padding: 15px; */
	width: 100%;
}
	
.seta-esquerda-index{
	top: 500px;
	padding:15px;
}
.seta-direita-index {
	left: 0 !important;
    top: 500px;
    right: 1030px !important;
	padding-top: 15px;
	padding-left: 40px;
}

.info-carousel{
    color: white;
    background-color: rgba(93, 91, 91, 0.6);
	width: 100%;
	padding: 20px 0px 30px 50px;
	top: 150px;
	position: relative;
}

.info-carousel, h2 {
    font-weight: 900!important;
}

.menupravc {
    font-weight: 400 !important;
}

.hr-cabecalho{
	border-color: black;
	z-index: 99999999;
	width: 80%;
	right: 0px;
	top: 40px;
	position: fixed;
}

.background-colorido {
    background: linear-gradient(#665200, #ffd24d, #665200);
    width: 10px;
    position: absolute;
    float: left;
	left: 30px;
}

@media (max-width: 1024px) {
	.carousel-texto{
		width: 100%;
	}
	.info-carousel, h2 {
		font-size: 40px;	
	}
}