/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
/*<!--=======================// Carousel Logos //=======================-->*/
 .section-padding {
	padding: 17px 0;
}
.brand-carousel {

}
.owl-dots {
	text-align: center;
	margin-top: 4%;
}
.owl-dot {
	display: inline-block;
	height: 15px !important;
	width: 15px !important;
	background-color: #878787 !important;
	opacity: 0.8;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot.active {
	background-color: #000 !important;
}

.owl-carousel .owl-item img {
	display: block;
	width: 150px !important;
	margin: 0 auto;
}
/*<!--=======================// Carousel Logos //=======================-->*/
/*<!--=======================// Abertura whatsapp //=======================-->*/

.bto-whats {
	width: 55px;
	height: 55px;
	position: fixed;
	bottom: 7%;
	right: 3%;
	color: #fff;
	font-size: 1.5em;
	display: block;
	text-align: center;
	border: none;
	border-radius: 50%;
	background: #01C854;
	cursor: pointer;
	z-index: 9999;
	animation: pulse 1.5s infinite;
	padding: 8px 1px;
}

.bto-whats:hover {
	animation: none;
	color: #fff;
}

.bto-whats a {
	text-decoration: none;
	color: #fff;
}
	
@keyframes pulse {
	0%{
	transform: scale(0.9);
}

70% {
	transform: scale(1);
}
	
100% {
	transform: scale(0.9);
}


}

/*<!--=======================// Fechamento whatsapp //=======================-->*/

/*<!--=======================// Abertura Páginas internas //=======================-->*/

.portfolio-item {
	margin-bottom: 30px;
}

.regioes ul {
	list-style: none;
	text-align: left;
}

.regioes ul li {
	float: left;
	width: 160px;
}


.menu-mapa {
	list-style: none;
	padding-left: 20px;
}
.menu-mapa ul{
	list-style: none;
	padding-left: 20px;
}
.img-seo {
	max-width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.img-sobre {
	max-width: 400px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;	
}

#page-seo p {
	text-align: justify;
}


/*<!--=======================// Fechamento Páginas internas //=======================-->*/
/*<!--=======================// Abertura Footer //=======================-->*/

footer {
	color: #fff;
	padding-bottom: 0px;
	padding-top: 20px;
	background: #000;
}

.footer-top {
	padding: 50px;
}

.logo-footer {
	width: 100%;
	max-width: 200px;
	margin-bottom: 20px;
}

footer h3 {
	color: #fff;
}

footer h4 {
	color: #fff;
}

footer p {
	color: #fff;
}

footer a {
	color: #fff;
}

footer ul {
	list-style: none;
	padding: 0;
}

#assinatura {
	width: 100%;
	min-height: 50px;
	background: #111;
}

#assinatura a {
	color: #fff;
}

.assinatura-footer {
	color: #fff;
	background: #111;	
    margin: auto -15px;
	max-width: 100%;
}

.formulario-lateral {
	background: #005abf;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*<!--=======================// Fechamento Footer //=======================-->*/
/*<!--=======================// Abertura Formularios //=======================-->*/

input {
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
	outline: none;
}

select {
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
	outline: none;
}

textarea {
	overflow: visible;
	width: 100%;
	margin-bottom: 15px;
}

#formulario-contato input {
	width: 100%;
	height: 44px;
	padding: 4px 12px;
	outline: none;
}

#formulario-contato select {
	width: 100%;
	height: 44px;
	margin-bottom: 20px;
	padding: 4px 12px;
	outline: none;
}

#formulario-contato textarea {
	min-height: 180px;
	padding: 4px 12px;
	outline: none;
}

#formulario-contato button {
	width: 200px;
	height: 50px;
	background: #005ABF;
	color: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 17px;
	text-transform: uppercase;
	outline: none;
}

#modalForm .modal-dialog{
	max-width: 80%;
}

/*<!--=======================// Fechamento Formularios //=======================-->*/
/*<!--=======================// Abertura Depoimentos //=======================-->*/

#depoimentos .carousel-item {
	max-height: 150px;
}

/*.sq-crousal4 .carousel-indicators li::before {
	width: 15px;
	height: 15px;
	background: #444;
	border-radius: 50%;	
	border: solid 2px #AAACAE;
	transition: all 0.3s ease 0s;
}

.sq-crousal4 .carousel-indicators li.active::before {
	background: #1870ed;
	border-color: #1870ed;
}

.sq-crousal4 .carousel-indicators {
	bottom: -40px;
}*/

.sq-crousal4 li {
	width: 20px;
}

.sq-crousal4 .fa-angle-left {
	font-size: 45px;
	color: #444;
	left: -30px;
	position: relative;
	top: -17px;
}
.sq-crousal4 .fa-angle-right {
	font-size: 45px;
	color: #444;
	right: -30px;
	position: relative;
	top: -17px;
}

/*<!--=======================// Fechamento Depoimentos //=======================-->*/
/*<!--=======================// Abertura Carousel Logos //=======================-->*/

#carousel-logos .carousel-caption {
	bottom: 90px; 
}

#carousel-logos .carousel-item {
	height: auto;
}

#carousel-logos .logos {
	width: 100%;
	height: 120px;
}

#arrow-left {
	width: 50px;
	height: 50px;
	margin-top: 50px;
	background: #000;
}

#arrow-right {
	width: 50px;
	height: 50px;
	margin-top: 50px;
	background: #000;
}

/*<!--=======================// Fechamento Carousel Logos //=======================-->*/
/*<!--=======================// Abertura Pop-Up //=======================-->*/
	#popup_content_wrap img{
		width:100%;
	}
	#popup_content_wrap {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;	
		background: rgba(0, 0, 0, 0.74);
		z-index: 9999999;
	}
	#popup_content {
		width: 50%;
		max-width: 600px;
		height: auto;
		padding:0px;
		position: relative;
		top: 5%;
		left: 28%;
		background: #E90606;
		border: 5px solid #E90606; 
		outline: none;
		border-radius: 0;	
	}

	#popup_content_wrap .btn-primary {
		color: #fff;
		background-color: #E90606;
		border-color: #E90606;
		float: right;
		position: absolute;
		z-index: 999;
		right: 0;
		outline: none;
		border-radius: 0;
	}
/*<!--=======================// Fechamento Pop-Up //=======================-->*/
				/*<!--=====// CSS ADICIONAL //=====-->*/

/*<!--=======================// GERAL //=======================-->*/
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-display: swap;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1{
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	color: #000;
}

.btn.btn-primary{
	color: #fff;
	background: #24a4de;
	font-size: 14px;
	border:none;
	transition: all 1s;
}

.btn.btn-primary:hover{
	color: #fff;
	background: #111;
}
.btn.btn-primary:focus{
	box-shadow: 0 0 0 0.25rem rgb(36 164 222 / 50%);
}
.ytvideo{
	position: relative;
}
.ytvideo::after{
	content: "\f16a";
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 1;
    font-family: FontAwesome;
    font-size: 70px;
    color: #333;
    text-shadow: 0px 0px 50px white;
    transition: all .7s;
}
.ytvideo:hover::after{
	color:#f00;
}

.ytvideo[data-video]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.fwidth{
	width: 100%;
}
.bg-black{
	background: #000;
	color: #fff;
}
.breadcrumb{
    padding: 10px 15px;
    background: black;
    border-radius: 0.25rem;
}

.breadcrumb-item a{
color:#00a6e0;
}

.breadcrumb-item.active{
color:#fff;
}

.dropdown-menu {
    background: #000;
	transition: all .4s;
}
.dropdown-menu li a{
	color: #fff;
	transition: all .4s;
}
.dropdown-menu li a:hover {
    background: #111;
    color: #00a6e0;
	transition: all .4s;
}
dropdown-menu
/*<!--=======================// GERAL //=======================-->*/
/*<!--=======================// HEADER //=======================-->*/
.navbar .container{
	display: block;
	text-align: center;
}

#scrollheader{
	transition: all .7s;
}

.topofixo {
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0px;
	transition: all .7s;
}

.navbar-brand{
	display: inline-block;
	max-width: 220px;
	transition: all .7s;
}

.topofixo .navbar-brand {
	padding: 10px 50px;
	transition: all .7s;
}
	
.topofixo #navbarResponsive {
	font-size: 14px;
	transition: all .7s;
	/*margin: 18px 0;
	margin-right: 10px;*/
}
	
.topofixo .topbar {
	display: none;
	transition: all .7s;
}

#navbarResponsive{
	text-transform: uppercase;
}

#navbarResponsive a.nav-link{
	color:#fff;
	transition: all .7s;
}

#navbarResponsive a.nav-link:hover{
	color:#00a5e0;
	transition: all .7s;
}

/*<!--==// Abertura Topo //==-->*/

.contatos-topo a {
	color: #fff;
	text-decoration: none;
}

.topbar {
	width: 100%;
	min-height: 50px;
	background: #111111;
	line-height: 44px;
}

.topbar a{
	color: #fff;
}

.logo {
	
}

.background-topo{
	background: #000;
    border-bottom: 40px solid #111;
}

.collapse.navbar-collapse{
	width: 100%;
	bottom: -40px;
	position: absolute;
	left: 0;
	background: #111;
}

/*<!--==// Fechamento Topo //==-->*/

/*<!--=======================// HEADER //=======================-->*/
/*<!--=======================// FOOTER //=======================-->*/
.footer-links a{
	color: #fff;
	text-decoration: none;
}


/*<!--=======================// FOOTER //=======================-->*/
/*<!--=======================// HOME //=======================-->*/

#home .single-logo {
    text-align: center;
    color: #fff;
}
#home .single-logo h4 {
    background: #1bafe3;
	padding: 10px 0;
	font-size: 1rem;
}

#home .veja-home h4 {
    background: #1bafe3;
	padding: 10px 0;
	font-size: 1rem;
	text-align: center;
}
#home .veja-home h4 a{
	color: #fff;
}

#home .veja-home .col-custom{
	width:20%;
	flex: 0 0 auto;
}


/*<!--==// Abertura banner //==-->*/

.carousel-item {
	height: 94vh;
	background: no-repeat center center scroll;
	background-size: cover;
}

.bannerUrl{
	width: 100%;
	height: 100%;
	display: inline-block;
}

/*<!--==// Fechamento banner //==-->*/

/*<!--=======================// HOME //=======================-->*/
/*<!--=======================// SOBRE NÓS //=======================-->*/

#sobre-nos{
	
}

/*<!--=======================// SOBRE NÓS //=======================-->*/
/*<!--=======================// SERVIÇOS //=======================-->*/

#servicos{
	
}

.galeria .single-logo {
	height: 100%;
    text-align: center;
    aspect-ratio: 1 / 1;
    color: #fff;
    max-width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}

.galeria .single-logo h4 {
    background: #1bafe3;
	padding: 10px 0;
	font-size: 1rem;
	width: 100%;
}

.cta-produtos .col-lg-12{
	background-color: #1bafe3;
	color: #fff;

}

.cta-produtos h4{
	margin-bottom: 0;
	padding: 10px;
	font-weight: bold;
}

.cta-produtos ul{
    list-style: none;
    padding: unset;	
    text-align: center;
	text-transform:uppercase;
	margin: 0;
}

.cta-produtos li{
	background-color: #1bafe3;
    margin-bottom: 1px;
}

.cta-produtos li a{
	color: #fff;
	transition: all .5s;
}
.cta-produtos li:hover{
	transition: all .5s;
	background-color: #111;
}
.cta-produtos .col-lg-4 p{
	font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    background: #1bafe3;
	margin: 0;
}
.cta-produtos .tel a{
	font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    background: #ccc;
	display: inline-block;
	width: 100%;
}
.cta-produtos .btn.btn-secondary{
	background-color: #1bafe3;
	transition: .5s;
	border: unset;
}
.cta-produtos .btn.btn-secondary:hover{
	background-color: #111;
}
.cta-produtos .btn.btn-secondary:focus{
	box-shadow: 0 0 0 0.25rem rgb(27 175 227 / 50%);
}

.cta-produtos .menu-prod{
	border-right: 1px solid #999;
    border-left: 1px solid #999;

}

img.prod-img{
	background: #0001;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}

figcaption.prod-img{
	background: #1bafe3;
	padding: 10px 0;
	font-size: 1.2rem;
	width: 100%;
	color: #fff;
	text-align: center;
}

.colcard {
	text-align: center;
}
.colcard h3{
	font-size: 24px;
    letter-spacing: 0.5px;
    text-decoration: none;
    margin: 20px 0;
    color: black;
	font-weight: 600;
}

.reverse-fluid{
	max-height: 100%;
	width: auto;
}

.modal-dialog {
    width: fit-content;
    max-width: 100%;
}
/*<!--=======================// SERVIÇOS //=======================-->*/
/*<!--=======================// INFORMAÇÕES //=======================-->*/

#informacoes{
	
}

/*<!--=======================// INFORMAÇÕES //=======================-->*/
/*<!--=======================// CONTATO //=======================-->*/

#contato{
	
}

/*<!--=======================// CONTATO //=======================-->*/
/*<!--=======================// PÁGINAS SEO //=======================-->*/
#paginas-informacao a{
	color: #00a6e0;
	font-weight: 600;
}
#paginas-informacao .card-body .card-title{
	text-align: center;
}
#paginas-informacao .card-body .card-title a{
	color:#fff;
	font-weight: 400;
    font-size: 14px;
}

#paginas-informacao .card-body {
    background: #00a6e0;
	padding: 5px;
}

#paginas-informacao .list-group-item {
    background: #111;
    color: #fff;
	transition: all .7s;
}

#paginas-informacao a.list-group-item:hover {
    background: #000;
    color: #00a6e0;
	transition: all .7s;
}
/*<!--=======================// PÁGINAS SEO //=======================-->*/
/*<!--=======================// MAPA DO SITE //=======================-->*/

#mapasite{
	
}

/*<!--=======================// MAPA DO SITE //=======================-->*/