body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400 !important;
	color: #000 !important;
}


.slogan {
	font-size: 22px;
}

.box_produtos {
	background: rgba(192, 208, 207, 0.5);
	margin: 5px;
	margin-bottom: 30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	min-height: 350px !important;
	padding-top: 40px;
}


.box_produtos h2 {
	font-size: 22px;
}

.box_produtos ul li {
	text-align: left;
	list-style-position: inside;
}

.box_produtos img {
	margin: 10px 0;
}

.texto {
	font-size: 20px;
}

.fotos_team img {
	margin-bottom: 25px;
}





.email {
	background: linear-gradient(-45deg, rgb(0, 153, 224) 5%, #010572 55%);
	display: inline-block;
	padding: 20px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	transition: background 0.3s ease;
}



.email a,
.email_footer a {
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: 900;
}


.email a:hover {
	color: #0d6efd;
}


.email a i {
	font-size: 25px !important;
}

.email a:hover i {
	color: #0d6efd !important;
}


.cursos_online {
	margin-bottom: 25px;
}


.galeria_fotos {
	margin-bottom: 25px;
}



.missao {
	text-align: center;
	min-height: 200px;
}


.titulo_destaque {
	font-size: 3.5rem;
	color: #000 !important;
}

.card-body {
	height: 350px !important;
}

.eventos {
	background: #F5F5F5;
	padding: 40px;
	border: 1px #CCC solid;
	margin: 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



.featured-items .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-35px);
}

.featured-items .owl-nav .owl-prev {
	position: absolute;
	left: -70px;
}

.featured-items .owl-nav .owl-next {
	position: absolute;
	right: -70px;
}

.featured-items .owl-nav .owl-prev span,
.featured-items .owl-nav .owl-next span {
	width: 46px;
	height: 46px;
	line-height: 46px;
	font-size: 24px;
	display: inline-block;
	color: #fff;
	background-color: #33839c;
	border-radius: 50%;
	opacity: 0.75;
	transition: all .3s;
}

.featured-items .owl-nav .owl-prev span:hover,
.featured-items .owl-nav .owl-next span:hover {
	opacity: 1;
}


.hot_mart {
	background: #193b47 !important;
	text-align: center;
	color: #FFF;
	padding: 50px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.hot_mart p {
	margin: 0;
	vertical-align: middle;
}

.hot_mart .h_um {
	font-size: 60px;
	vertical-align: middle;
	font-weight: 900;
}

.hot_mart .h_dois {
	font-size: 120px;
	vertical-align: middle;
	font-weight: 900;
}

.hot_mart .h_tres {
	font-size: 70px;
	vertical-align: middle;
	font-weight: 900;
}

.icons_hot_mart {
	font-size: 20px;
	text-align: center;
}

.icons_hot_mart i {
	font-size: 50px;
	color: #33839c;
}



@media (max-width: 767px) {
	.header-area .main-nav .nav li.has-sub ul.sub-menu {
		display: none;
	}

	.testimonials .item .content {
		display: inline-block;
		text-align: center;
	}

	.testimonials .item .content .image {
		margin-top: 30px;
	}

	.testimonials .item .content .left-content {
		margin-right: 0px;
	}

	.featured-items .owl-nav .owl-next,
	.closed-contests .owl-nav .owl-next {
		right: -10px !important;
	}

	.featured-items .owl-nav .owl-prev,
	.closed-contests .owl-nav .owl-prev {
		left: -10px !important;
	}
}





@media (max-width: 1200px) {

	.featured-items .owl-nav .owl-next,
	.closed-contests .owl-nav .owl-next {
		right: -25px;
	}

	.featured-items .owl-nav .owl-prev,
	.closed-contests .owl-nav .owl-prev {
		left: -25px;
	}

	.featured-contests .item .hover-effect .content .info {
		display: none;
	}
}









.destaque {
	background: #2c7a90;
	padding: 5px 10px;
	color: #FFF;
	display: inline-block !important;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topleft: 0;
	border-radius: 8px;
	border-top-left-radius: 0;
}


.card-text {
	font-size: 14px !important;
	margin-bottom: 5px;
}



.media_contato i {
	font-size: 40px;
	color: #193b47;
	margin: 3px;
}

.media_contato i:hover {
	color: #2d7a94;
}

section#empresa {
	background-color: #e6e6e6;
	padding: 0;
	position: relative;
	padding: 120px 0;
}

section#empresa_fone {
	background-color: #dadada;
	padding: 0;
	position: relative;
	padding: 60px 0;
}




.nav_produtos {
	border: none !important;
	margin-bottom: 10px;
}

.nav_produtos .nav-link {
	border: none !important;
	margin: 5px !important;
	padding: 10px 30px !important;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.nav_produtos .nav-link.active {
	color: #283277 !important;
	background-color: #FCD201 !important;
	border-color: none !important;
}





.whatsapp-link {
	position: fixed;
	width: 70px;
	height: 70px;
	bottom: 30px;
	right: 20px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 40px;
	box-shadow: 1px 1px 2px #888;
	z-index: 99999;
	padding-top: 7px;
}


.copyright {
	background: #FFF !important;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 7px;
	color: #000;
	font-size: 15px;
	margin-bottom: 0;
}

#slideshow {
	position: relative;
	margin: 0 -15px;
}

#slideshow IMG {
	position: absolute;

	z-index: 8;
	opacity: 0.0;

	width: 100%;
}

#slideshow IMG.active {
	z-index: 10;
	opacity: 1.0;
}

#slideshow IMG.last-active {
	z-index: 9;
}










.btn-primary {
	color: #FFF;
	background-color: #33839c;
	font-size: 17px;
	padding: 10px 20px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-decoration: none;
	border: none;
}

.btn-primary:hover {
	color: #FFF;
	background-color: #193b47;
	background-image: none;
	text-decoration: none;
	border: none !important;
}







.btn-primary2 {
	color: #FFF;
	background-color: #000;
	font-size: 17px;
	padding: 30px 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-decoration: none;
	border: none;
}

.btn-primary2:hover {
	color: #FFF;
	background-color: #0d6efd;
	background-image: none;
	text-decoration: none;
	border: none !important;
}


.btn-primary3 {
	color: #FFF;
	background-color: #000;
	font-size: 17px;
	padding: 30px 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-decoration: none;
	border: none;
}

.btn-primary3:hover {
	color: #000;
	background-color: #FFF;
	background-image: none;
	text-decoration: none;
	border: none !important;
}







.top .botao {
	background: #00AFEF;
	color: #FFF;
	padding: 20px 40px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 20px;
	text-decoration: none !important;
}

.top .botao:hover {
	background: #FFF;
	color: #00AFEF;
}


h4.conteudo {
	font-weight: normal;
	font-size: 17px;
	color: #5F5F5F;
	line-height: 1.4;
	padding: 0;
}

.titulo_home {
	font-size: 20px;
	margin: 15px;
	font-weight: 600;
	color: #454545;
}

a.link {
	color: #283277;
	margin: 20px 0;
	display: block;
	text-decoration: none;
}

.rounded10 {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.box_item {
	margin-bottom: 30px;
	padding: 20px 0;
	padding-top: 0;
	background: #F5F5F5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}





.footer {

	padding: 0;

}




.footer h6 {
	color: #FFF;

}

.logo_footer {
	width: 70%;
	margin-bottom: 20px;

}

.yellow {
	color: #FCD201;
	font-weight: 900;
}

.bg-light {
	background-color: #193b47 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
	color: #FFF !important;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	padding: 8px 15px;
}


.navbar {
	padding: 0.3rem 1rem !important;
}


.dropdown-menu {
	padding: 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}






.box_itens {
	border: 2px solid #E5E4E0;
	margin: 0 -15px;
	padding: 35px 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 40px;
}

.box_itens h3 {
	color: #5F13FB;
	font-size: 17px;
	font-weight: 900;
}

.box_itens h6 {
	line-height: 1.5em;
}



.box_itens_2 {
	border-top: 1px solid #dee2e6;
	margin: 0;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-top: 30px;
}


.box_itens_intro {
	margin: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 30px;
}



.table-bordered th,
.table-bordered td {
	border: 1px solid #5F13FB !important;
}

.table {
	text-align: center;
	margin;
	0 -15px;
}

.table thead tr {
	background: #E5E4E0;
}


.table_2 tr {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.table_2 td {
	padding: 1.25rem;
	padding-top: 0.5rem !important;
	vertical-align: top;
	display: block !important;
}

.table_2 th {
	padding: 1.25rem;
	padding-bottom: 0 !important;
	vertical-align: top;
	display: block !important;
}

.botao_alexa {
	text-align: center;
	margin-bottom: 100px;
	margin-top: 20px;
}

.color_roxo {
	color: #5F13FB !important;
	text-align: center;
}

.color_roxo_maior {
	color: #5F13FB !important;
	font-size: 22px;
}

.color_roxo_left {
	color: #5F13FB !important;
	text-align: left !important;
}


.branco_quente {
	background: #FF9900;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 10px;
}

.branco_neutro {
	background: #FFF8AF;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 10px;
}

.branco_frio {
	background: #a5e7ff;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 10px;
}



.branco_ajustavel {
	background-color: #FFF8AF;
	background-image: linear-gradient(320deg, #a5e7ff 0%, #FF9900 100%);
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 10px;
}


button.close {
	color: #5F13FB !important;
	font-size: 40px;
	padding: 15px !important;
}

.close:not(:disabled):not(.disabled) {
	opacity: 1 !important;
}

.modal-body {
	padding: 10px 30px !important;
	padding-top: 10px !important;
	padding-bottom: 40px !important;
}

.modal-header {
	border-bottom: none !important;
}

a.btn_modal {
	cursor: pointer;
	text-decoration: underline !important;
	color: #5F13FB !important;
}





.box_roxo {
	background: #5F13FB;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.box_roxo h4 {
	color: #FFF;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

.box_roxo .row {
	margin: 0 !important;
}

.ju_left {
	width: 25%;
}

.ju_left img {
	width: 100%;
	padding: 0;
}

h2.titulo {
	color: #283277;
	text-align: center;
	font-size: 25px;
}

h2.titulo b {
	font-size: 32px;
	color: #283277;

}

h2 {
	color: #000 !important;
	font-weight: 900;
}



.galeria .col-sm-3 {
	padding: 0;
	margin: 0;
}

.galeria {
	background: #E5E4E0;
	margin: 30px 0;
	padding: 50px 0;
}

.luz {
	margin-bottom: 40px;
}

.luz .col-sm {
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 40px 20px;
	margin: 0 20px;
}


.luz p {
	color: #3e5055;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 20px;
}

.luz .work_alexa {
	width: 60%;
	margin-top: 20px;
	text-align: center;
}

.box_cinza {
	background: #dee2e6;
}


.spots {
	float: left;
	text-align: center;
	width: 14.2%;
}

.spots img {
	width: 85%;
}



.cor_perfil {
	float: left;
	text-align: center;
	width: 16%;
}




.alennium_corpo img {
	width: 40%;
	margin-top: 120px;
}

.alennium_corpo h6 {
	margin-top: 120px;
	color: #FFF;
}





.botao2 {
	background: #283277;
	color: #FCD201 !important;
	display: inline-block;
	padding: 10px;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	min-width: 300px;
	margin: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}

a.botao2 {
	text-decoration: none;
}

.botao2:hover {
	background: #FCD201;
	color: #283277 !important;
	cursor: pointer;

}


.borda {
	border: 1px solid #CCC;
	padding: 20px !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.quem_somos {
	background: #EFEFEF;
	padding: 120px 0;
}


.alennium_corpo2 img {
	width: 100%;
}

.card {
	margin: 1% !important;
	max-width: 23% !important;
	margin-bottom: 30px !important;
}


.card-title {
	font-weight: 900 !important;
	color: #1d5162 !important;
}


.card_faq {
	border: 1px solid rgba(0, 0, 0, .125);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: left !important;
}


.card_faq button {
	border: none !important;
	background: none;
	text-decoration: none;
	font-size: 22px;
	color: #33839c;
	text-align: left;
}

.card_faq button:focus {
	outline: none !important;
}

.card_faq button:hover {
	cursor: pointer;
	text-decoration: underline;
}

.card_faq_body {
	padding: 60px 20px;
	padding-top: 20px;
}


.formulario {
	background: #dadada;
	padding: 40px 80px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 0 20px;
}

label {
	margin-bottom: 0 !important;
	margin-top: .5rem;
	color: #193b47 !important;
}

button,
input,
textarea {
	border: none;
}




.top {

	padding: 0;
	padding-top: 25px;
	height: 200px;
	background: #FFF;


}


.botoes_topo {
	margin-top: 50px;
}

.botoes_topo a {
	margin-left: 10px;
	padding: 20px 25px;
	background: none;
	color: #FFF !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #FFF;
}

.botoes_topo a:hover {
	background: #FFF;
	color: #193b47 !important;
	border: 1px solid #FFF;
}

.logo {
	width: 100%;
	margin-top: -10px;
}


.logo_csi {
	width: 100%;
	margin-top: 0;
}


.midia {
	margin-top: 0;
}


.midia a i {
	font-size: 38px;
	color: #FFF;
}

.midia a {
	margin-left: 5px;
}

.midia a:hover i {
	color: #2d7a94;
}



.heart_team img {
	width: 50%;
	float: left;
}

.collapse .card-body {
	height: auto !important;
}


.equipe {
	padding: 3%;
}

.equipe .perfil {
	width: 90%;

}

.equipe .bandeira {
	width: 2.5%;
	position: absolute;
	z-index: 2;
	margin-left: -12%;
	margin-top: 9%;
}

.titulo_equipe {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	margin-top: 10px;
	display: block;
}

.border_equipe {
	background-image: linear-gradient(45deg, #ffffff 20%, #efefef 20%, #efefef 50%, #ffffff 50%, #ffffff 70%, #efefef 70%, #efefef 100%);
	background-size: 7.07px 7.07px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5%;
}

.width_4heart_team {
	width: 80%;
}

.tarja_home {
	background: url('../images/dot_1.png') repeat-x top rgba(192, 208, 207, 0.5);
	/* URL da imagem repetida horizontalmente, fixada no topo */
	padding: 150px 0;
	margin-bottom: 50px;
	padding-top: 100px;
}



.tarja_dollar {
	background: rgba(192, 208, 207, 0.5);
	padding: 150px 0;
	padding-top: 100px;
}




.texto_fone {
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	font-weight: 900;
}

.tarja_whatsapp {
	background: rgb(0, 153, 224);
	padding: 30px 0;
}

.itenss {
	margin-bottom: 80px;
}

.titulo_produto {
	font-size: 18px !important;
}

.main-container {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}


/* Faixas de cores */
.color-band {
	position: absolute;
	width: 100%;
	height: 50vh;
	z-index: -5;
}

.red-band {
	top: 0;
	background:rgb(0, 153, 224);
}

.blue-band {
	bottom: 0;
	background: #0d6efd;
}

/* Imagem do acoplamento */
.acoplamento-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -70%);
	background: url('../images/valvula_footer.png') center/contain no-repeat;
	z-index: -5;
}

/* Formulário */
.form-container {
	position: relative;
	z-index: 3;
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.custom-form {
	background: #FFF;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	padding: 2rem;
	margin: 0 auto;
	width: 100%;
	max-width: 500px;
}

.required:after {
	content: "*";
	color: red;
	margin-left: 3px;
}

.texto_footer {
	font-style: italic;
	max-width: 350px;
	font-size: 30px;
	margin-top: 175px;
	color: #000;
}

.email_footer {
background: #000;
display: inline-block;
padding: 20px;
margin-bottom: 10px;
margin-top: 70px; 
-webkit-border-radius: 10px;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius: 10px;
-moz-border-radius-bottomleft: 0;
border-radius: 10px;
border-bottom-left-radius: 0;
text-align: center;
}

@media (max-width: 768px) {
	.acoplamento-img {
		width: 80%;
		height: 40%;
	}
	
	.custom-form {
		margin: 20px;
		margin-top: 200px
	}

	.texto_footer {
	font-style: italic;
	max-width: 100%;
	font-size: 25px;
	margin-top: 5px;
	padding: 10px 20px;
	text-align: center;
	color: #FFF !important;
	}

	.email_footer {
	margin-bottom: 10px;
	margin-top: 30px;
	width: 100%; 
	}
}


@media (max-width: 800px) {


	.tarja_home {
		padding: 100px 0;
	}

	.width_4heart_team {
		width: 100%;
	}

	.equipe {
		padding: 5%;
	}

	.equipe .bandeira {
		left: 15%;
		bottom: 15%;
	}

	.titulo_equipe {
		font-size: 20px;
	}

	.hot_mart {
		padding: 50px 10px;
	}

	.hot_mart .h_um {
		font-size: 35px;
	}

	.hot_mart .h_dois {
		font-size: 80px;
	}

	.hot_mart .h_tres {
		font-size: 45px;
	}

	.heart_team {
		margin-bottom: 50px;
	}



	.formulario {
		padding: 40px 30px;
		margin: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.botao2 {
		min-width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.card {
		margin: 3% !important;
		max-width: 100% !important;
	}

	.navbar-toggler {
		border: none !important;
		background: #2d7a94;
	}

	.alennium_corpo {
		background-position: right 65% bottom 45%;
		text-align: center;
		height: 600px;
	}



	.alennium_corpo2 img {
		width: 130%;
		margin-left: -20%;
	}


	.alennium_corpo img {
		width: 40%;
		margin-top: 50px;

	}

	.alennium_corpo h6 {
		margin-top: 40px;
		color: #FFF;
	}



	.footer .um {
		padding: 0 50px;
	}

	.footer .dois {
		padding: 0 70px;
	}


	.footer .tres {
		margin-top: 40px;
		padding: 0 70px;
	}

	.footer .quatro {
		margin-bottom: 80px;
	}








	.top {

		padding: 0;
		min-height: 570px;
		background: #FFF;
	}

	.slogan {
		margin-top: 30px;
		padding: 0 40px;
		font-size: 25px;
	}


	.slogan_footer {
		padding: 0 50px;
	}

	.logo {
		width: 70%;
		margin-top: 20px;
	}


	.botoes_topo {
		margin-top: 90px;
	}

	.midia {
		margin-top: 30px;
		padding-bottom: 50px;
	}





	.footer {
		padding: 0;
		min-height: 200px;
	}

	.logo_footer {
		width: 50%;
		padding-top: 50px;
		margin-bottom: 50px;

	}

	@media (max-width: 800px) {
		.logo {
			width: 80%;
			margin-top: 30px;
			margin-bottom: 20px;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
	}

	@media (max-width: 800px) {
		.produto-item {
			display: none;
		}

		.produto-item.show-mobile {
			display: block;
		}
	}


	.brands-container {
		padding: 40px 0;
		background: #fff;
		margin: 40px 0;
		border: 1px solid #e0e0e0;
		border-radius: 15px;
		box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	}

	.brand-logo {
		max-height: 60px;
		width: auto;
		transition: transform 0.3s ease;
		padding: 10px;
		border-radius: 8px;
		box-shadow: 0 4px 8px rgba(0,0,0,0.1);
		background: white;
	}

	.brand-logo:hover {
		transform: scale(1.05);
		box-shadow: 0 6px 12px rgba(0,0,0,0.15);
	}

	/* Media queries existentes */
	@media (max-width: 768px) {
		.row .col {
			flex: 0 0 33.333%;
			margin-bottom: 20px;
		}
		
		.brand-logo {
			max-height: 40px;
		}
	}

	@media (max-width: 576px) {
		.row .col {
			flex: 0 0 50%;
		}
	}
}
.map-section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.map-section iframe {
    display: block;
    margin: 0;
    padding: 0;
}

.footer-section {
    background: linear-gradient(-45deg, rgb(0, 153, 224) 5%, #010572 55%) !important;
    color: #fff;
    padding-top: 90px;
}

.footer-section .container {
    max-width: 1140px;
    margin: 0 auto;
}

.footer-section .row {
    justify-content: center;
    text-align: center;
}

.footer-section h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-section p {
    color: #fff;
    line-height: 1.6;
}

.footer-section .btn-dark {
    padding: 10px 25px;
    font-size: 16px;
    transition: all 0.3s;
}

.footer-section .btn-dark:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Estilo similar ao .midia do header */
.midia-footer {
    margin-top: 0;
}

.midia-footer .email {
    text-align: center;
}

.midia-footer .email div {
    margin-bottom: 15px;
}

.midia-footer a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s;
}

.midia-footer a i {
    font-size: 20px;
    margin-right: 5px;
}

.midia-footer a:hover {
    opacity: 0.8;
}

.midia-footer .texto_fone {
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
}

.copyright {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 15px 0;
}

/* Responsividade */
@media (max-width: 768px) {
    .footer-section {
        padding: 30px 0;
    }
    
    .footer-section .col-md-4 {
        margin-bottom: 30px;
    }
}


/* Estilos para a página de rolamentos */
.tarja_dollar {
    padding: 50px 0;
    background: #fff;
}

.texto_interna {
    color: #333;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.6;
    padding: 0 15px;
}

/* Novo estilo para os cards de produto */
.produto-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.produto-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.produto-imagem {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.produto-imagem img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.produto-card:hover .produto-imagem img {
    transform: scale(1.05);
}

.produto-card h2 {
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsividade */
@media (max-width: 1200px) {
    .row-cols-lg-5 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 992px) {
    .row-cols-lg-5 > * {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 768px) {
    .row-cols-lg-5 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .texto_interna {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .row-cols-lg-5 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.clearfix {
    clear: both;
}


