/*//BOTÃO LATERAL*/

/*------------------------------------------------------------
- Whatsapp Lateral
--------------------------------------------------------------*/
.btn-whats {
	position: fixed;
	bottom: 40px;
	left: 40px;
	z-index: 99999;
	display: block;
}

button.pulse-button {
	position: relative;
	width: 51px;
	height: 51px;
	padding: 0 15px;
	border: none;
	text-align: left;
	box-shadow: 0 0 0 0 #69da83;
	border-radius: 50px;
	background:#2f2c86;
	background-image: -webkit-linear-gradient(top, #28a745,#23582f);
	background-image: -moz-linear-gradient(top, #28a745,#23582f);
	background-image: -ms-linear-gradient(top, #28a745,#23582f);
	background-image: -o-linear-gradient(top, #28a745,#23582f);
	background-image: linear-gradient(to bottom,#28a745,#23582f);
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.25s 3 cubic-bezier(0.16, 0, 0, 1) forwards;
	-moz-animation: pulse 1.25s 3 cubic-bezier(0.16, 0, 0, 1) forwards;
	-ms-animation: pulse 1.25s 3 cubic-bezier(0.16, 0, 0, 1) forwards;
	animation: pulse 1.25s 3 cubic-bezier(0.16, 0, 0, 1) forwards;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
button.pulse-button:hover {
	width: 201px;
	border-radius: 50px;
	background:#28a5e1 !important;
	background-image: -webkit-linear-gradient(top, #23582f,#28a745) !important;
	background-image: -moz-linear-gradient(top, #23582f,#28a745) !important;
	background-image: -ms-linear-gradient(top, #23582f,#28a745) !important;
	background-image: -o-linear-gradient(top, #23582f,#28a745) !important;
	background-image: linear-gradient(to bottom,#23582f,#28a745) !important;
}
button.pulse-button i {
	color: #ffffff;
	font-size: 25px;
	vertical-align: middle;
	line-height: 52px;
}
button.pulse-button strong {
	visibility: hidden;
	color: #FFF;
	font-size: 0px;
	font-weight: normal!important;
	margin: 2px 0 0 5px;
	line-height: 25px;
	-webkit-transition: font-size .15s ease-in-out;
	transition: font-size .15s ease-in-out;
	transition-delay: .05s;
}

button.pulse-button:hover > strong {
	font-size: 14px;
	visibility: visible;

}
button.pulse-button:focus {
	outline: none;
}

@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
	}
}
@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
	}
}
@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
	}
}
@keyframes pulse {
	to {
		box-shadow: 0 0 0 45px rgba(217, 0, 0, 0);
	}
}

@media screen and (max-width: 479px) {
	.btn-whats {
		position: fixed;
		bottom: 15px;
		left: 15px;
		z-index: 999999999;
		display: block;
	}
}

/*//BOTÃO LATERAL*/

/*------------------------------------------------------------
- Tabela - ONDE ESTAMOS & DEMAIS ESTADOS
--------------------------------------------------------------*/
.container .tabs {
	width: 100%;
	display: table;
	clear: both;
}
.tab-content {
	border: 1px solid #e5e5e5;
	border-top: none;
	padding: 12px 16px;
}
.tab-content p {
	margin-bottom: 15px;
}
.tab-content p:last-child {
	margin-bottom: 0;
}

.regioes-tabs {
	padding: 0; 
	margin: 0; 
	display: inline-block;
}
.regioes-tabs li {
	width: 50%;
	font-size: 13px;
	float: left;
	list-style-type: none;
}

@media screen and (max-width: 479px) {
	.regioes-tabs li {
		width: 100%;
		font-size: 13px;
		float: left;
		list-style-type: none;
		}}

		.tabs .nav-tabs .nav-link {
			float: left;
			width: calc(100%/7);
			text-align: center;
		}


		@media screen and (max-width: 479px) {
			.tabs .nav-tabs .nav-link {float: none;width:100%;}}

			.tags{
				font-size:10px !important;
				line-height: 10px;
				border: solid 1px #ccc;
				padding:5px;
				text-align: justify;
			}

			ul.tags {
				margin: 0px;
				list-style: none;
			}
			ul.tags li{
				display: inline-flex;
				margin: 0px 5px;
			}

/*--------------------------------------------------------------
- Botão de Redes Sociais Conteudo
--------------------------------------------------------------*/
.redes-sociais-conteudo {
	position: relative;
	float: right;
	font-family: 'blank';
}
.redes-sociais-conteudo .facebook,
.redes-sociais-conteudo .twitter {
	min-width: 35px;
	padding: 9px 7px;
	margin: 1px;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 1.5em;
	color: #FFF;
	font: 14px Arial;
	font-weight: bold;
	font-weight: normal;
	text-align: center;
	transition: all 0.3s ease 0s;
	border: 1px solid transparent;
	z-index: 2;
	border-radius: 50%;
}
.redes-sociais-conteudo .fa-google-plus:before,
.redes-sociais-conteudo .fa-twitter:before {
	color: #FFF;
	font-size: 1em;
}
.redes-sociais-conteudo a.facebook {
	color: #FFF;
	background-color: #3B5998;
}
.redes-sociais-conteudo a.facebook:hover {
	background-color: #fff;
	border: 1px solid #DDD;
}
.redes-sociais-conteudo a.facebook:hover .fa-facebook-f:before {
	color: #3B5998;
}
.redes-sociais-conteudo a.twitter {
	color: #FFF;
	background-color: #00ACED;
}
.redes-sociais-conteudo a.twitter:hover {
	background-color: #FFF;
	border: 1px solid #DDD;
}
.redes-sociais-conteudo a.twitter:hover .fa-twitter:before {
	color:  #00ACED;
}


/*--------------------------------------------------------------
- FIM Botão de Redes Sociais Conteudo
--------------------------------------------------------------*/


/* Add here all your CSS customizations */

.ml-7 {margin-left: 5rem!important;}

@media screen and (max-width: 479px) {
	.ml-7 {margin-left: 0rem!important;}}

	.grayscale {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}

	.thumb-info:hover img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

	.justify-center {
		display: flex !important;
		justify-content: center !important;
	}
}
@media screen and (max-width: 479px) {
	.nav.nav-pills.text-uppercase.text-2 {display: inline !important;width: 100% !important;}
	.nav-item.nav-item-anim-icon {line-height: 9px !important;}
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li {text-align: center !important;}
	#header .header-nav-top{width: 100% !important;}
}

.text-justify {text-align: justify !important;}

.border-clients-right{border-right: dashed #eee 2px;}
.border-clients-bottom{border-bottom: dashed #eee 2px;}

@media screen and (max-width: 479px) {
	.border-clients-right{border-right: none;}
	.border-clients-bottom{border-bottom: none;}}

	.lista-mapa-site {list-style: none;}

	.lista-mapa-site li a {color:#000 !important;}

	.text-transform {text-transform: none !important;}

	.border-timeline {
		border-radius: 100%;
		border: solid lightgray;
	}


/*--------------------------------------------------------------
- START GALERIA LIGHTBOX
--------------------------------------------------------------*/


.row-gallery > .column {
	margin: 15px 0;
	cursor: pointer;
}

.row-gallery:after {
	content: "";
	display: table;
	clear: both;
}

.column-thumbs {
	display: inline-block;
	padding: 0 10px;
}

/* The Modal (background) */
.modal-gallery {
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	display: none;
	background-color: rgba(0,0,0,0.8);
	overflow: auto;
	animation: fadeIn ease-in-out .5s;
	-webkit-animation: fadeIn ease-in-out .5s;
	-moz-animation: fadeIn ease-in-out .5s;
	-o-animation: fadeIn ease-in-out .5s;
	-ms-animation: fadeIn ease-in-out .5s;
}
.modal-gallery.is-visible {
	display: block;
	height: 100%;

	animation: fadeIn ease-in .5s;
	-webkit-animation: fadeIn ease-in .5s;
	-moz-animation: fadeIn ease-in .5s;
	-o-animation: fadeIn ease-in .5s;
	-ms-animation: fadeIn ease-in .5s;
}
/* Modal Content */
.modal-content-gallery {
	position: relative;
	padding: 0;
	margin: 0;
	width: 90%;
	max-width: 960px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/* The Close Button */
.close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	z-index: -999999;
	color: transparent;
	text-shadow: 0 0 transparent;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Caption text */
.caption-container {
	text-align: center;
	color: white;
}

img.demo {
	opacity: 0.6;
	width: 105px;
	cursor: pointer;
}

@media screen and (max-width: 479px) {
	img.demo {
		width: 40px !important;
		margin-bottom: 10px;
	}  
}

.display-none{
	display: none !important;
}

.display-block{
	display: block !important;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
	width: 100%;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fade-in {
	animation: fadeIn ease-in .5s;
	-webkit-animation: fadeIn ease-in .5s;
	-moz-animation: fadeIn ease-in .5s;
	-o-animation: fadeIn ease-in .5s;
	-ms-animation: fadeIn ease-in .5s;
}
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-moz-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-o-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

@-ms-keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}

.fade-out {
	animation: fadeOut ease-out .5s;
	-webkit-animation: fadeOut ease-out .5s;
	-moz-animation: fadeOut ease-out .5s;
	-o-animation: fadeOut ease-out .5s;
	-ms-animation: fadeOut ease-out .5s;
}
@keyframes fadeOut {
	0% {opacity:1;}
	100% {opacity:0;}
}

@-moz-keyframes fadeOut {
	0% {opacity:1;}
	100% {opacity:0;}
}

@-webkit-keyframes fadeOut {
	0% {opacity:1;}
	100% {opacity:0;}
}

@-o-keyframes fadeOut {
	0% {opacity:1;}
	100% {opacity:0;}
}

@-ms-keyframes fadeOut {
	0% {opacity:1;}
	100% {opacity:0;}
}