/*
Theme Name: AEROCLEAN
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--font: "Raleway", sans-serif;
	--text-dark: #0e1418;
	--water-blue: #6084be;
	--tech-blue: #4b64a8;
	--light-gray: #dcdedd;
}


#top {
	font-size: 18px;
	font-family: var(--font);
	color: var(--text-dark);
	font-weight: 300;
}
#top label span, #top legend span {
	text-transform: uppercase;
	font-family: var(--font);
	display: block;
	color: var(--text-blue);
	font-weight: 500;
}
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
	background-color: transparent;
	border-color: #e5e5e4;
	border-radius: 0;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
}
#top h1,
#top h2,
#top h3,
#top h4,
#top h5 {
	font-family: var(--font);
	line-height: 0.95;
}

#top h2 {
	font-size: 56px;
}
#top h3 {
	font-size: 28px;
}
#top strong, #top b {
	font-weight: 600;
}






.html_header_top #top .av_header_stretch .container {
	width: 100%;
	padding: 0 50px;
}
#top .avia-button {
	margin: 0;
	padding: 0.85rem 1rem;
	font-size: 15px;
	font-family: var(--font);
	border-radius: 0.35em;
	font-weight: 500;
}
#top div .avia-gallery img {
	border: 0;
	padding: 0;
}
#top .gallery-carrusel .avia-gallery .avia-gallery-thumb {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: #3b3e59;
}
#top div .avia-gallery {
	border: 0;
	padding: 0;
}
#top .avia-gallery .avia-gallery-thumb a:hover img {
	filter: grayscale(1);
}
#top .avia_textblock {
	line-height: 1.5em;
}









/* Header */
#header_main .inner-container {
	display: flex;
	align-items: center;
}
#top span.logo svg {
	width: 100%;
}
#top span.logo {
	width: 100%;
	max-width: 250px;
	position: static;
	float: none;
}
#top nav.main_menu {
	position: static;
	float: none;
	width: calc(100% - 250px);
	padding-left: 100px;
}
li#menu-item-25 {
	margin-left: auto;
}
#top nav.main_menu .avia-menu.av-main-nav-wrap {
	width: 100%;
}
#top .av-main-nav {
	display: flex;
	column-gap: 50px;
}
.av-main-nav > li > a {
	font-family: var(--font);
	padding: 0;
	font-size: 17px;
	font-weight: 400;
}
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
	border-radius: 0.35em;
	padding: 0.8em 1.5em;
	font-weight: 500;
}




/* REV Slider */
sr7-module[data-alias="slider-home"] {
	position: relative;
}
sr7-module[data-alias="slider-home"] sr7-slide:not(.sr7-staticslide):before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	z-index: 1;
}


/* Services */
#services_section .template-page {
	padding-top: 40px;
	padding-bottom: 70px;
}
#top #services_section .flex_column {
	padding: 70px 70px 50px;
	min-height: 550px;
	display: flex !important;
	position: relative;
	margin: 0;
	flex-direction: column;
	justify-content: end;
}
#services_section .flex_column:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%); */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,1) 100%);
	visibility: visible;
}
/* #services_section .flex_column:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 70%,rgba(0,0,0,1) 100%);
	visibility: visible;
} */
#top #services_section .flex_column h3 {
	font-size: 56px;
	margin: 0;
	font-weight: 400;
}
#top #services_section .avia_textblock {
	width: 100%;
	max-width: 600px;
	position: relative;
}
#top #services_section .avia_textblock ul {
	margin-left: 0;
	margin-bottom: 0;
	line-height: 1.2;
}
#services_section .entry-content-wrapper:before,
#services_section .entry-content-wrapper:after,
#sectores_section .entry-content-wrapper:before,
#sectores_section .entry-content-wrapper:after {
	display: none;
}



.slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 0px;
	background-color: var(--light-gray);
	border: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	cursor: pointer;
}
.slick-prev {
	left: 0;
	background-image: url(img/arrow_back.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}
.slick-next {
	right: 0;
	transform: translate(50%, -50%);
	background-image: url(img/arrow_forward.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}








/* Sectores */
#sectores_section {
	position: relative;
}
#sectores_section:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	z-index: 1;
}
#sectores_section .avia-slideshow {
	z-index: 0;
}
#sectores_section .entry-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 2.25vw;
	justify-content: center;
}
#sectores_section .entry-content-wrapper > .av-special-heading {
	width: 100%;
}
#sectores_section .flex_column.card-sectores {
	padding: 30px 30px 40px;
	display: flex;
	flex-direction: column;
	background: rgb(255 255 255 / 5%);
	/* background: rgb(0 0 0 / 10%); */
	backdrop-filter: blur(10px);
	min-height: 240px;
	justify-content: center;
}
#sectores_section .flex_column.column-top-margin {
	margin-top: 0;
}
#top #sectores_section .flex_column.card-sectores .av-special-heading {
	margin-top: 30px;
	padding-bottom: 0;
	min-height: 55px;
}
.avia_textblock.number-card p {
	margin: 0;
	color: white;
	font-size: 40px;
	font-weight: 500;
	opacity: 0.2;
	line-height: 0.8;
	font-family: var(--font);
	text-align: center;
}



















/* Acerca de */
#top #about_section {
	margin-top: 0px;
	z-index: 1;
	position: relative;
}
#about_section:before {
	content: '';
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	visibility: visible;
}
#top #about_section .template-page {
	z-index: 3;
	padding-top: 150px;
	padding-bottom: 130px;
}
#about_section .flex_cell:last-child {
	width: 55%;
}
#about_section .flex_cell:first-child {
	width: 45%;
}
#top #about_section .flex_column_table {
	/* padding-left: clamp(50px, 50%, 100% - 1310px / 2); */
}
.image-grid .flex_cell_inner {
	padding-left: 100px;
}
.image-grid .avia-image-container {
	transform: translate(0px, 8%);
}
#top #about_section .template-page {
	padding-top: 100px;
	padding-bottom: 100px;
}





#bg-divider .template-page {
	padding-top: 150px;
	padding-bottom: 0;
}
#bg-divider .flex_column_table {
	width: 100%;
	max-width: 1000px;
	float: none;
	margin: 0 auto;
	display: flex;
	gap: 20px;
}









#top .number-glass * {
	color: white;
}
#top .number-glass {
	backdrop-filter: blur(10px);
	background: rgba(96, 132, 190, 0.2);
	padding: 35px 30px;
	border: 1px solid var(--water-blue);
	width: 100%;
}
#metricas_section .entry-content-wrapper #metricas-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	align-items: center;
}
#top .avia-icon-list .iconlist_title {
	text-transform: inherit;
	font-size: 23px;
	color: white;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.1;
}
.avia_transform .avia-icon-list.av-iconlist-big .iconlist-timeline {
	display: none;
}
ul.avia-icon-list {
	display: flex;
	flex-direction: column;
	gap: 30px 20px;
}
ul.avia-icon-list li {
	padding: 0;
}
.avia_transform .avia-icon-list.av-iconlist-big .iconlist_icon {
	background: var(--water-blue);
	display: flex;
	align-items: center;
	justify-content: center;
}
.avia_transform .avia-icon-list.av-iconlist-big .iconlist_icon span.av-icon-char {
	height: 30px;
}
.avia-icon-list .iconlist_icon svg:first-child, .avia-icon-list .iconlist_icon img[is-svg-img="true"] {
	margin-top: 0px;
	margin-left: 0px;
}
.term-description {
	display: none;
}
/* #top #beneficios_section .av-special-heading-tag {
	font-size: 51px;
} */
.avia-icon-list article.article-icon-entry {
	min-height: 55px;
	display: flex;
	align-items: center;
}
.avia-icon-list .iconlist_icon {
	height: 55px;
	width: 55px;
	line-height: 44px;
	font-size: 30px;
	margin-right: 15px;
	margin-left: 0px;
}
.avia_textblock.list-big-numbers ul {
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 30px 20px;
	margin-top: 30px;
	font-size: 23px;
}
.avia_textblock.list-big-numbers ul li {
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 70px;
	min-height: 55px;
	display: flex;
	align-items: center;
}
.avia_textblock.list-big-numbers ul li:before {
	content: attr(data-num);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	background: var(--water-blue);
	color: white;
	font-size: 30px;
	border-radius: 4rem;
	position: absolute;
	left: 0;
	top: 0;
}
#top .number-glass strong.heading.avia-animated-number-title {
	font-size: 90px;
	font-weight: 600;
}
#top .number-glass .avia-animated-number-content {
	font-size: 26px;
	line-height: 1.1;
}
#bg-divider .flex_column_table .av-flex-placeholder {
	display: none;
}
.av-layout-grid-container .av-special-heading-tag {
	text-transform: uppercase;
}
#metricas-number:before, #metricas-number:after,
#metricas_section .entry-content-wrapper:before, #metricas_section .entry-content-wrapper:after,
#metricas-grid:before, #metricas-grid:after {
	display: none;
}
#top #metricas-number .avia-animated-number:not(:nth-child(2)) {
	float: right;
}
#top #metricas-number .avia-animated-number:nth-child(2) {
	float: left;
	margin-top: 1rem;
	margin-bottom: 1rem;
}








#content-services ul li {
	padding: 0;
	margin: 0;
	padding-left: 25px;
	position: relative;
}
#content-services ul li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background: #40d4e0;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
}










#section-form {
	min-height: 1px;
}
#top #contact-slider {
	/* margin-top: -35rem; */
}
#contact-slider .av_textblock_section {
	background: white;
	padding: 45px 40px;
	border-radius: 1rem;
	box-shadow: 0px 0px 10px 0px rgb(14 20 24 / 10%);
}
#contact-slider .wpcf7 {
	margin-top: 20px;
}
#contact-slider .wpcf7 form {
	margin-bottom: 0;
}
#contact-slider .wpcf7 .wpcf7-spinner {
	display: none;
}
input.wpcf7-submit.avia-button {
	width: 100%;
}
#contact-slider .avia_textblock {
	font-size: 14px;
}
#section-form {
	position: relative;
	z-index: 2;
	background: transparent;
}














/* Footer */
#top #section_footer {
	background-size: 100% !important;
}
#top #wrap_all #footer-page > div {
	border-top: 1px solid rgb(255 255 255 / 19%) !important;
	display: flex;
	flex-direction: column;
	float: none;
	clear: both;
	overflow: hidden;
}
#top #section_footer .av-special-heading {
	padding: 0;
}
#top #section_footer h3.av-special-heading-tag {
	font-size: 30px;
	font-weight: 600;
}
#top #section_footer .av_custom_color.av-subheading.av-subheading_below {
	font-size: 30px;
	font-weight: 300;
	margin: 0;
}

#top #section_footer .av-special-heading {
	margin-bottom: 40px;
}
.avia_textblock.contacto-footer ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	gap: 20px 40px;
}
.avia_textblock.contacto-footer ul li {
	margin: 0;
}
#top .avia_textblock.contacto-footer ul li a {
	display: block;
	text-decoration: none;
	font-size: 28px;
	padding-left: 44px;
	background-size: 34px!important;
}
#top .avia_textblock.contacto-footer ul li:first-child a {
	background: url(img/icon_email.svg) no-repeat left center;
}
#top .avia_textblock.contacto-footer ul li:nth-child(2) a {
	background: url(img/icon_call.svg) no-repeat left center;
}
#logo-footer img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}



a#scroll-top-link {
	display: none;
}
span.avia-menu-text {
	display: block;
	line-height: 1;
	text-align: center;
}

.av-main-nav > li:not(:last-child) > a {
	display: flex;
	align-items: center;
}

#contact_section .entry-content-wrapper:before, #contact_section .entry-content-wrapper:after {
	display: none;
}


.service-description, .service-title {
	/* -webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out; */
}
/* #top #wrap_all .service-description {
	transform: translate(0%, 150%);
	opacity: 0;
	position: absolute;
}
#top #wrap_all .service-title {
	transform: translate(0%, -100%);
}
#top #wrap_all .slide-service:hover .service-description {
	transform: translate(0%, 0%);
	opacity: 1;
	position: relative;
}
#top #wrap_all .slide-service:hover .service-title {
	transform: translate(0%, 0%);
} */

.service-description {
	display: none
}
#top #wrap_all .view-detail {
	color: var(--water-blue);
	text-decoration: none;
}
.card-sectores {
	cursor: pointer;
}
.card-sectores .avia-image-container * {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.card-sectores .avia-image-container {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
.card-sectores:hover .avia-image-container {
	visibility: visible;
	opacity: 1;
}






/* RESPONSIVE */
@media (max-width: 1024px) {
	#form-landinpage {
		order: 2;
	}
	#metricas-grid {
		order: 3;
	}
	#metricas_section .entry-content-wrapper .flex_column {
		width: 100%;
		margin: 0;
	}
	#metricas_section .entry-content-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		row-gap: 100px;
	}
	.avia-section-huge .content, .avia-section-huge .sidebar {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.slick-prev, .slick-next {
		background-size: 20px;
	}
	.slick-arrow {
		width: 50px;
		height: 50px;
	}
	.container {
		padding: 0px 30px;
	}
	#top #about_section .flex_column_table {
		/* padding-left: 30px;
		padding-right: 30px; */
	}
	.av-main-nav > li > a {
		font-size: 14px;
	}
	#top .av-main-nav {
		display: flex;
		column-gap: 35px;
	}
	.html_header_top #top .av_header_stretch .container {
		padding: 0 30px;
	}
	#top nav.main_menu {
		width: calc(100% - 200px);
		padding-left: 50px;
	}
	#top span.logo {
		max-width: 200px;
	}
	.image-grid .flex_cell_inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	#top #contact-slider {
		margin-top: -35rem;
	}
	#top #section-form .entry-content-wrapper:before, #top #section-form .entry-content-wrapper:after {
		display: none;
	}
	#top #section-form .entry-content-wrapper .flex_column:nth-child(2) {
		width: 50%;
	}
	#top #section-form .entry-content-wrapper .flex_column:nth-child(1) {
		width: 50%;
	}
}

@media (max-width: 989px) {
	#contact_section .entry-content-wrapper {
		display: flex;
		flex-direction: column;
	}
	#contact_section .flex_column {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	#about_section .flex_column {
		width: 100% !important;
	}
	#top #wrap_all #av-burger-menu-ul > li:not(:last-child) {
		margin-bottom: 30px;
	}
	#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
		padding: 0.5em 1.25em;
	}
	.html_av-overlay-full #av-burger-menu-ul li {
		font-size: 24px;
	}
	#top #section_footer h3.av-special-heading-tag, #top #section_footer .av_custom_color.av-subheading.av-subheading_below {
		font-size: 26px;
	}
	#top #services_section .flex_cell {
		min-height: 400px;
	}
	#top #services_section {
		display: flex;
		flex-direction: column;
	}
	#top #services_section .flex_cell {
		width: 100% !important;
	}
	#bg-divider .flex_column_table > div {
		width: 100%;
	}
	#bg-divider .flex_column_table {
		flex-direction: column;
	}
	#top #about_section .avia-image-container img {
		width: 100%;
		max-width: 100%;
	}
	#top #about_section .flex_column_table > div {
		width: 100%;
	}
	#top #about_section .flex_column_table {
		display: flex;
		flex-direction: column;
	}
	#top #about_section {
		padding-top: 60px;
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	#top #about_section .flex_cell {
		width: 100%;
	}
	#top #section-form .entry-content-wrapper .flex_column:nth-child(2) {
		width: 100%;
	}
	#top #contact-slider {
		margin-top: -10rem;
	}
	#top span.logo {
		width: 100%;
		max-width: 250px;
	}
	.responsive.html_mobile_menu_tablet #top #wrap_all #header {
		position: absolute;
		background: transparent;
	}
}





@media (max-width: 767px) {
	#beneficios_section .flex_column_table:nth-child(3) {
		display: flex;
		flex-direction: column;
	}
	#beneficios_section .flex_column_table:nth-child(3) .flex_column:first-child {
		order: 2;
	}
	#beneficios_section .flex_column_table:nth-child(3) .flex_column:last-child {
		order: 1;
	}
	#top #metricas_section .av-special-heading-tag {
		font-size: 32px;
	}
	#section_footer .template-page {
		padding-bottom: 100px;
	}
	#top .avia_textblock.contacto-footer ul li a {
		font-size: 20px;
	}
	#metricas_section .entry-content-wrapper #metricas-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	#top #services_section .avia_textblock {
		font-size: 14px;
	}
	#top #services_section .flex_column {
		margin: 0 !important;
		min-height: 450px;
	}
	#top #services_section .flex_column h3 {
		font-size: 36px;
	}
	#top #services_section .flex_column {
		padding: 50px 40px;
	}
	#top .gallery-carrusel .avia-gallery .avia-gallery-thumb {
		grid-template-columns: repeat(2, 1fr);
	}
	#top #section_footer h3.av-special-heading-tag, #top #section_footer .av_custom_color.av-subheading.av-subheading_below {
		font-size: 24px;
	}x
	#top .avia_textblock.contacto-footer ul li a {
		font-size: 20px;
		padding-left: 38px;
		background-size: 30px !important;
	}
	h1.sr7-layer {
		text-align: center !important;
	}
	.avia_textblock.contacto-footer ul {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#content-services ul {
		grid-template-columns: 100%;
	}
	#content-services {
		padding: 30px 0px;
	}
	#top .number-glass strong.heading.avia-animated-number-title {
		font-size: 70px;
	}
	#top .number-glass .avia-animated-number-content {
		font-size: 20px;
	}
	#bg-divider .template-page {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#top h2 {
		font-size: 32px;
	}
	#top #contact-slider {
		margin-top: -10rem !important;
	}
}