/* Add here all your css styles (customizations) */

body.header-v6-fixed-space-default {
	padding-top: 81px;
}

@media (max-width: 991px) {
	body.header-v6-fixed-space-default {
		padding-top: 0;
	}
}

.one-page .one-default {
  background-color: #ededed;
    
}


.bkg-politicas{
	background-image: url(../img/bg/bkg-politicas2.jpg);
	background-size: cover;
	width: inherit;

}

.service-block-dark {
    background-color: rgba(51, 204, 51, 0.8);
    

}

/*logo entrar*/
.entrar-logo {
  margin: -5px -50px 20px;
  float: right;
}


/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  position: absolute;
  left: 50%;
  bottom: 40px;
  border: 2px solid #fff;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  margin-left: -15px;
  display: block;
  z-index: 10;
  opacity: 0.7;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #fff;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}


.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";   -moz-opacity: 0;  -khtml-opacity: 0;  opacity: 0; */
    position:absolute;visibility: hidden;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 63px;
    font-weight: 600;
    display: inline-block;
    padding: 7px 0;
    text-transform: uppercase;
 

      
}
  
}


.notification_error{
  background-color: red;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 20px;

}