/* Neggo's Web */
.z-index-0{
	z-index: 0;
}
.z-index-1{
	z-index: 1;
}

.seta-direita{
	position: absolute;
	left: 0;
	max-width: 400px;
}

.seta-esquerda{
	position: absolute;
	right: 0;
	max-width: 400px;
}

.efeito-banner{
		width: 100%;
		position: relative;
}

.efeito-banner .seta-direita{
	top: -340px;
}

.efeito-banner .seta-esquerda{
	top: -550px;
}

.about-style-one-content{
	z-index: 1;
	position: relative;
}

.faq-accrodion{
	position: relative;
	z-index: 1;
}

.sec-title h2 span,
.about-style-one-content h2 span{
	color: #FFF;
	background-color: #C80000;
	padding: 0px 10px;
	line-height: 1.4;
}

.sobre-titulo .sec-title h2 span{
	color: #C80000;
	background-color: initial;
	padding: 0;
	line-height: 1;
}

.about-style-two .sobre-titulo h2 span:before{
	content: "";
	display: block;
	position: absolute;
	background-image: url("../imgs/seta.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	left: 5px;
	top: 17px;
	z-index: -1;
}

.about-style-two .special strong{
	color: #0C2659;
}

.service-single-content .thm-btn{
	margin-top: 50px;
}

.rotate-90 {
	margin-top: 15px;
}

@media screen and (max-width: 992px){
  .rotate-90 {
    transform: rotate(90deg);
    margin-top: 25px;
  }
}

/* Modal Mensagem */

.bg-sucesso, .btn-sucesso{
	background-color: #59BB54 !important;
	color: #FFF !important;
}

.bg-erro, .btn-erro{
	background-color: #cb3d47 !important; 
	color:#FFF !important;
}

.txt-sucesso{
	color: #59BB54;
}

.txt-erro{
	color: #cb3d47;
}

.modal-backdrop{
	z-index: 9999999;
}

.modal{
	z-index: 99999999;
}

.modal-dialog{
	display: flex !important;
	justify-content: center;
	align-items: center;
/*	height: 80vh;*/
	max-width: 475px;
	margin: 50px auto;
}

.modal-content{
	border:none;	
	border-radius: 15px;
	box-shadow: 0px 0px 100px rgba(0,0,0,.1)
}

.modal-header{
	color: #FFF;
	border:none;	
	height: 30px;
}

.modal-header span{
	color: #FFF;
}

.modal-header button{
	z-index: 1;
}

.modal-body{
	text-align: center;
	border:none;	
	font-size: 1em;
	/*max-width: 300px;*/
	margin: auto;
	color: #333;
	padding: 25px;
}

.modal-body span{
	display: block;
	font-size: 3em;
	margin: auto;
	margin-bottom: 10px;
}

.modal-footer{
	padding-top: 0;
	padding-bottom: 1.5rem;
	border:none;
}

.modal-footer button{
	font-weight: 700;
	font-size: .9em;
	display: block;
	margin: auto;
	padding: 7px 30px;
	border-radius: 50px;
	transition: 0.2s all ease-in-out;
}
/*
.modal-footer button:hover,
.modal-footer button:focus{
	transform: scale(1.15);
	color: #FFF;
	outline: none;
	box-shadow: none;
	/*border: none;*/
}
*/
.modal-header .close:focus{
	outline: none;
}


.modal-header .close{
	background-color: transparent;
	outline: none;
	border: none;
	font-size: 30px;
	margin-left: auto;
}

.modal-header .close span{
	color: #AAA;
}


@media screen and (max-width: 992px){
	h2{
		font-size: 1.6rem;
	}
}

.slick-list{
	min-height: 250px;
}

#from_our_blog .slick-list{
	min-height: 450px;	
}

.separador{
	margin: 25px;
}

.sobre-titulo .sec-title{
	margin-bottom: 25px;
}

.what-we-offer .single-what-we-offer{
	margin-bottom: 30px;
}

.what-we-offer.sobre .single-what-we-offer h3{
	min-height: 55px;
}

.service-single-page .service-single-content p{
	margin-top: 10px;
}

.contact-form-style-one img{
	max-height: 900px;
	object-fit: cover;
}

@media screen and (max-width: 992px){
	.contact-form-style-one .img-box img{
		margin-top: 50px;
		border-radius: 25px;
	}
}

.single-contact-info-style-one a{
	color: #888;
}

.contact-form-style-one input[type=file]{
	padding-top: 20px;
}

/* Menu */
.header .header-navigation.navbar > .container .navbar-brand{
	display: flex;
	align-items: center;
}

.navbar-brand img{
	max-width: 150px;
}

@media screen and (max-width: 992px){
	.navbar-brand img{
		max-width: 175px;
	}
}

/* Slider */
.static-banner{
	background-color: #222;
}

.static-banner .vegas-slide-inner{
	opacity: .25;
}

.static-banner p{
	font-size: 20px;
}

/* Maps */
section.maps iframe{
	width: 100%;
	min-height: 400px;
	border: none;
}

/* Clientes */
.brand-carousel img{
	padding: 25px;
}


.copyright .fg{
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
}

img.programacao{
	object-fit: contain;
	width: initial !important;
	height: 45px !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.btn-zap{
	text-decoration: none !important;
	width: 60px !important;
	height: 60px !important;
	color: #FFF;
	z-index: 99;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	/*border:2px solid #FFF;*/
	background-color: #40C351;
	box-shadow:0 0 0.2rem 0.1rem rgba(75,211,93,0.3);
  	animation: pulsesombra 1.5s infinite;
}

.btn-zap:hover{
	color: #FFF;
}

.btn-zap:after{
	content: "";
	position: absolute;
  	animation: pulsesombra 1.5s infinite;
  	border-radius: 100px;
  	width: 40px;
  	height: 40px;
  	pointer-events: none;
}


/* Animation Chamada */
@-webkit-keyframes pulsechamada {
  0% {
    padding:0px;
  }
  70% {
      padding: 10px;
  }
  100% {
      padding: 0px;
  }
}
@keyframes pulsechamada {
  0% {
    padding:0px;
  }
  70% {
      padding: 10px;
  }
  100% {
      padding: 0px;
  }
}


@-webkit-keyframes blinking {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
  }
  
@keyframes blinking {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}


@-webkit-keyframes pulsesombra {
  0% { box-shadow: 0 0 0 0 rgba(64,195,81, 0.8) }
  100% { box-shadow: 0 0 0 50px rgba(64,195,81, 0) }
  }
  
@keyframes pulsesombra {
  0% { box-shadow: 0 0 0 0 rgba(64,195,81, 0.8) }
  100% { box-shadow: 0 0 0 50px rgba(64,195,81, 0) }
}
