/*
Theme Name: INCOS
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
*/


:root {
	--font: "Roboto", sans-serif;
	--primary: #2567b3;
	--light-blue: #A0CDEC;
	--border-color: rgba(175,188,205,.29);
	--yellow: #FFC632;
	--light: #f9fafe;
	--black: #000000;
	--green-lemon: #9CCD5E;
	--transition-out: 0.3s all ease-in-out;
}


#top, .avia_textblock {
	
	font-size: 16px;
	line-height: 140%;
	font-weight: 400;
	
	
	h1, h2, h3, h4, h5, h6 {
		font-family: var(--font);
		font-weight: 500;
		text-transform: initial;
		letter-spacing: 0px;
		line-height: 110%;
		letter-spacing: -2%;
	}
	
	h1 {
		font-size: 45px;
		font-weight: 500;
	}
	h2 {
		font-size: 40px;
		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 {
	font-family: var(--font);
	padding: 10px 15px;
	border-radius: 8px;
	margin-bottom: 0;
	background: white;
}

a#scroll-top-link {
	display: none;
}
.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
}

#top .inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	span.logo, .main_menu {
		position: static;
	}
	span.logo {
		padding: 10px 0;
		position: relative;
		left: -20%;
		
		a, img {
			max-height: initial!important;
		}
		img {
			width: 100%;
			max-width: 90px;
		}
		a {
			display: flex;
			align-items: center;
			line-height: 1;
		}
	}
}


#header li .avia_mega_div {
	opacity: 0;
	border: 1px solid var(--border-color);
	border-radius: 6px;
}
#header li:hover .avia_mega_div {
	display: flex !important;
	opacity: 1;
}
#top #header .menu-item-mega-parent.current-menu-item {
	overflow: hidden !important;
}
#top #header .menu-item-mega-parent.current-menu-item:hover {
	overflow: visible !important;
}
#header .av-main-nav > li {
	/* overflow: visible!important; */
}
#top #header .avia_mega_div>.sub-menu>li.three.units {
}
#header .av-main-nav > li > .avia_mega_div {
	display: flex !important;
	flex-wrap: wrap;
	width: 980px!important;
	padding: 0px!important;
	/* opacity: 1!important; */
}

#header .av-main-nav > li.mega-arquitectura > .avia_mega_div {
	width: 450px !important;
}
#header .av-main-nav > li.mega-alturas > .avia_mega_div {
	width: 650px !important;
}


#top #header .avia_mega_div>.sub-menu {
	width: 100% !important;
	max-width: initial;
	display: flex;
	padding: 0px;
	
	.mega_menu_title {
		color: var(--primary);
		border-bottom: 1px solid var(--border-color);
		padding: 20px 16px 10px;
		font-size: 13px;
		min-height: 60px;
		margin-bottom: 0px;
	}
}

#top #header .avia_mega_div>.sub-menu.avia_mega_hr {
	padding-top: 0px;
}
#top #header .avia_mega_div>.sub-menu>li {
	width: inherit!important;
	padding:0!important;
}
.avia_mega_div .avia-bullet {
	display: none;
}
#header .av-main-nav > li > .avia_mega_div > ul > li > ul.sub-menu {
	padding: 0px !important;
	flex-direction: column;
	display: flex;
	
	li {
		padding: 0px !important;
	
		a {
			display: block;
			padding: 12px 15px !important;
			border-bottom: 1px solid var(--border-color)!important;
			min-height: 150px;
		}
	}
	li:hover {
		a {
			background: #E8F3FB;
		}
	}
	li.br {
		border-right: 1px solid var(--border-color)!important;
	}
	li.bl {
		border-left: 1px solid var(--border-color)!important;
	}
}
#top #header .avia_mega_div>.sub-menu>li>ul>li a {
	padding: 0px;
	
	.avia-menu-text {
		font-weight: 700;
		line-height: 1.2;
		font-size: 12px;
		display: block;
		margin-bottom: 10px;
	}
}
p.menu-item-description {
	margin: 0;
	line-height: 1.4;
	font-size: 12px;
	color: #526074;
}
#top #header_main {
	.av-main-nav>li:not(:first-child) {
		
		margin-left: 30px;
	}
	.av-main-nav>li>a {
		padding: 0;
		font-weight: 300;
		font-size: 16px;
		transition: var(--transition-out);
	}
	
	.av-main-nav > li:hover > a, .av-main-nav > li.current-menu-item > a {
		color: var(--primary);
		font-weight: 500;
		
		.avia-menu-text {
			color: var(--primary);
		}
	}
	
	ul.sub-menu {
		/* opacity: 1 !important;
		visibility: visible !important; */
		/* top: calc(100% - 20px);
		backdrop-filter: blur(10px);
		background: rgba(0, 0, 0, 0.85);
		border: 0;
		padding: 10px;
		border-radius: 6px;
		
		li {
			border: 0;
			a {
				border: 0;
				background: transparent;
				color: rgba(255, 255, 255, 0.65);
			}
		}
		li:hover {
			a {
				color: white;
			}
		} */
	}
	
	.has-desc .avia-menu-text {
		display: none!important;
	}
}
#top #header_meta {
	* {
		color: white;
		fill: white;
	}
	.phone-info * {
		font-weight: 400;
		font-size: 14px;
	}
	.phone-info a:hover {
		color: var(--black);
	} 
}

#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
	background: transparent;
	border: transparent;
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	padding: 0;
}
.header_color .main_menu .menu ul li a:hover, .header_color .main_menu .menu ul li a:focus, .header_color .av-subnav-menu ul a:hover, .header_color .av-subnav-menu ul a:focus {
	background-color: transparent;
	color: var(--primary) !important;
}
#top #header.header_color.av_header_transparency {
	.av-main-nav .av-menu-button-colored > a .avia-menu-text {
		color: var(--primary);
	}
	
	.av-main-nav > li > a .avia-menu-text {
		color: var(--black);
	}
	.header_bg {
		/* background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
		opacity: 1; */
	}
	#header_meta {
		background: var(--primary);
		border: 0;
	}
}

.av-main-nav > li > a .avia-menu-text {
	color: var(--black);
	font-weight: 500;
}


#top .social_bookmarks li {
	border: 0;
	a {
		background: transparent!important;
	}
	a:hover {
		* {
			fill: var(--black)!important;
		}
	}
}
#top .social_bookmarks li.avia-svg-icon img[is-svg-img=true], #top .social_bookmarks li.avia-svg-icon svg:first-child {
	height: 1em;
	margin-top: 7px;
}



#top .avia-button {
	border-radius: 8px;
	padding: 13px 25px;
	font-weight: 400;
	font-family: var(--font);
	font-size: 16px;
	line-height: 1;
}
#top #wrap_all .avia-button.avia-color-orange, #top #wrap_all .avia-button.avia-color-orange:hover {
	background-color: var(--yellow);
	border-color: var(--yellow);
	color: var(--black);
	
	svg {
		stroke: var(--black);
		fill: var(--black);
	}
}
#top .avia-gallery .avia-gallery-thumb a:hover {
	opacity: 1;
}
#top .av-special-heading {
	.av-subheading {
		font-size: 18px;
	}
}


/* Gallery slick */
#top .brands-carrusel img {
	aspect-ratio: 8 / 3;
	object-fit: scale-down;
	border: 0!important;
	padding: 0!important;
}


/* Products */
#top .card_product {
	background-size: cover;
	padding: 40px;
	min-height: 350px;
	height: 350px;
	background-position: top right;
	
	.av-subheading {
		margin: 0;
		
		p {
			margin: 0;
			text-transform: uppercase;
			font-weight: 500;
			color: var(--light-blue);
		}
	}
	
	.av-special-heading-tag {
		font-weight: 600;
		text-transform: uppercase;
		font-size: 30px;
	}
	
	.avia-button-wrap {
		position: absolute;
		bottom: 40px;
		left: 40px;
		
	}
}


/* Services */
#top .services_row { 
	.flex_column_table {
		display: flex;
		justify-content: center;
		align-items: center;
		column-gap: 60px;
		
		.flex_column {
			width: auto;
		}
		.service_text {
			width: 100%;
			max-width: 400px;
		}
	}
	
	.img_service .avia-image-overlay-wrap {
		width: 100%;
		max-width: 160px;
		background: var(--light-blue);
		padding: 40px;
		border-radius: 50%;
		display: block;
	}
	.avia_textblock.number_s {
		border: 2px solid var(--black);
		padding: 10px 20px;
		border-radius: 3rem;
		position: relative;
		
		p {
			margin: 0;
			line-height: 1;
			font-size: 25px;
			font-weight: 500;
		}
		
		p:before, p:after {
			content: '';
			display: block;
			width: 2px;
			height: 100px;
			background: black;
			position: absolute;
			opacity: 0;
			visibility: hidden;
		}
		p:before {
			transform: rotate(25deg);
			top: -24px;
			right: 11px;
		}
		p:after {
			opacity: 0;
			transform: rotate(-25deg);
			top: -24px;
			left: 11px;
		}
	}
	.avia_textblock.number_s:before, .avia_textblock.number_s:after {
		content: '';
		display: block;
		background: white;
		position: absolute;
		width: 20px;
		height: 100px;
		opacity: 0;
		visibility: hidden;
	}
	.avia_textblock.number_s.number_l {
		border-right: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		padding-right: 30px;
		
		p:before {
			opacity: 1;
			visibility: visible;
		}
	}
	.avia_textblock.number_s.number_l:before {
		transform: rotate(25deg);
		top: -19px;
		right: -8px;
		opacity: 1;
		visibility: visible;
	}
	.avia_textblock.number_s.number_r {
		border-left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		padding-left: 30px;
		
		p:after {
			opacity: 1;
			visibility: visible;
		}
	}
	.avia_textblock.number_s.number_r:after {
		transform: rotate(-25deg);
		top: -19px;
		left: -8px;
		opacity: 1;
		visibility: visible;
	}
	
}



.carrusel_videos .entry-content-wrapper:before, .carrusel_videos .entry-content-wrapper:after {
	display: none;
}
#top .carrusel_videos {
	.flex_column {
		width: 600px !important;
		margin-top: 0!important;
		margin-left: 50px;
		margin-right: 50px;
	}
	div.slick-current {
		position: relative;
		transform: scale(1.2);
		z-index: 2;
	}
	.slick-list {
		overflow: visible;
	}
}

.slick-dots {
	margin: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	list-style: none;
	
	li {
		list-style: none;
		
		button {
			font-size: 0px;
			border: 0;
			border-radius: 4rem;
			padding: 0;
			width: 8px;
			height: 8px;
			background: var(--light-blue);
			-webkit-transition: var(--transition-out);
			-moz-transition: var(--transition-out);
			-ms-transition: var(--transition-out);
			-o-transition: var(--transition-out);
			transition: var(--transition-out);
		}
	}
	li.slick-active {
		button {
			background: var(--primary);
			border: 1px solid var(--primary);
			transform: scale(1.5);
		}
	}
}



/* Footer */
#top #footer-page {
	font-size: 14px;
	
	a {
		text-decoration: none;
	}
	ul {
		list-style: none;
		margin-left: 0;
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		row-gap: 10px;
		
		li {
			margin-left: 0;
			padding: 0;
			font-weight: 300;
			font-size: 13px;
			line-height: 1.3;
		}
	}
	h4 {
		color: var(--yellow);
	}
	.avia-section .template-page {
		padding-bottom: 20px;
	}
	.logo-footer {
		.avia_image {
			width: 100%;
			max-width: 160px;
		}
		
		margin-bottom: 20px;
	}
	.social_footer {
		.av_font_icon {
			
		}
	}
	
	/* .flex_column_table:nth-child(1) {
		display: flex;
		justify-content: space-between;
		
		.av-flex-placeholder {
			display: none;
		}
		.column_footer {
			width: auto;
		}
		.column_contact_info {
			width: 200px;
		}
	}  */
	/* .flex_column_table:nth-child(2) {
		padding-top: 20px;
		border-top: 1px solid rgb(255 255 255 / 20%);
		display: flex;
		align-items: center;
		justify-content: space-between;
		
		.flex_column {
			width: auto;
		}
		
		p {
			margin: 0;
			line-height: 1;
		}
	}
	#copyright p {
		display: flex;
		align-items: center;
	}
	#copyright img {
		width: 100%;
		max-width: 94px;
		margin-left: 10px;
	}
	#copyright_social:before, #copyright_social:after {
		display: none;
	}
	#copyright_social {
		display: flex;
		justify-content: end;
		column-gap: 20px;
		width: auto;
		
		.av_font_icon {
			margin-right: 0;
		}
	} */
}


/* Categorias iconos */
#top .categorias-icons ul {
	list-style: none;
	margin-left: 0;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	
	li {
		margin-left: 0;
		width: 33.33%;
		display: flex;
		justify-content: center;
		
		a {
			background: white;
			padding: 25px!important;
			border-radius: 6px;
			border: 1px solid var(--border-color);
			text-align: center;
			display: flex;
			flex-direction: column;
			align-items: center;
			width: 100%;
			color: var(--black);
			-webkit-transition: var(--transition-out);
			-moz-transition: var(--transition-out);
			-ms-transition: var(--transition-out);
			transform: var(--transition-out);
			transform: scale(1);
			opacity: 1;
			
			img {
				display: block;
				width: 100%;
				max-width: 55px;
				margin-bottom: 5px;
			}
		}
		a:hover {
			transform: scale(1.1);
			opacity: 0.5;
			
		}
	}
}


/* Certifications */
#certifications .entry-content-wrapper:before, #certifications .entry-content-wrapper:after, #certifications .entry-content-wrapper > p,
.card_certification:before, .card_certification:after {
	display: none;
}
#certifications .entry-content-wrapper {
	display: flex;
}
.card_certification {
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
	
	.avia-image-container {
		margin-left: 50px;
	}
	
	.av_textblock_section {
		margin-top: 0px;
		width: 100%;
		max-width: 400px;
		
		.avia_textblock {
			line-height: 1.4;
			font-size: 90%;
			
			h3 {
				color: white;
			}
		}
	}
}
.card_certification:nth-child(odd) {
	.avia-image-container {
		order: 2;
		margin-left: 0;
		margin-right: 50px;
	}
	.av_textblock_section {
		order: 1;
	}
}
.card_certification .avia_image {
	width: 100%;
	max-width: 230px;
}



#top .contact_list_info {
	margin-top: 20px;
	display: flex;
	column-gap: 10px;
	
	a {
		width: 33.33%;
		background: white;
		border: 1px solid var(--border-color);
		display: flex;
		padding: 30px!important;
		flex-direction: column;
		align-items: center;
		text-align: center;
		border-radius: 12px;
		text-decoration: none;
		
		img {
			width: auto;
			height: 45px;
			margin-bottom: 10px;
		}
		
		> span {
			display: none;
		}
	}
}

#top .contact_form {
	padding: 30px;
	background: white;
	border-radius: 12px;
	position: absolute;
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
#top .wpcf7-form {
	margin-bottom: 0;
	
	> p {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
		
		label {
			width: 100%;
		}
		label:not(:last-child) {
			margin-bottom: 10px;
		}
	}
}
label.label-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*Notify*/
.wpcf7 form .wpcf7-response-output {
	text-align: center;
	position: relative;
	padding: .75rem 1.25rem!important;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}






#top .card-about {
	padding: 2rem;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(201, 201, 201, 1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(201,201,201,1);
	box-shadow: 0px 0px 20px 0px rgba(201, 201, 201, 1);
	
	.avia-image-container {
		margin-bottom: 20px;
	}
	.avia-image-overlay-wrap {
		img {
			height: 50px;
			width: auto;
		}
	}
	.avia_textblock {
		> h3:after {
			content: '';
			display: block;
			width: 20%;
			height: 3px;
			background: var(--green-lemon);
			margin: 20px auto 5px;
		}
	}
}

/*----PAGINA-INTERNA--FUEGOS--*/

.page-intern-title {
	padding-top: 60px;
}
#top .second-colcards .flex_column_table {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}
#top .column-fuego.flex_column {
	width: 30.6%;
}
.text-extintores h3 {
	padding: 0px 150px;
}
.intern-img2 img {
	border-radius: 23px;
	border-left: solid 6px var(--yellow);
}
#top .height-fixed2 {
	height: 50rem;
}
.fixed-columns23 .content {
	padding-top: 0;
	margin-top: -100px;
}
#top .heading-padding1 h2 {
	padding-bottom: 20px;
}
.incendios-itm span.avia-menu-text {
	display: none !important;
}
.acordeon-2 .toggle_content {
	background: white !important;
}
.pd-image2 img {
	margin-top: 60px;
}
.no-link a {
	pointer-events: none;
}
#top .subtexto-about {
	padding-bottom: 20px;
}
#top .logos-images23 img {
	width: 60%;
	margin: 0 auto;
}

/*-----NEW FOOTER---*/

#top .logo-footer img {
	width: 18%;
	margin: 0 auto;
}
div#footer_social {
	display: flex;
	column-gap: 14px;
	justify-content: center;
	margin-top: 20px; 
}
.footer-icon .iconlist_icon {
	height: 41px;
	width: 41px;
	line-height: 40px;
	font-size: 23px;
	margin-right: 20px;
}
.flex_column.footer-column1 {
	width: 20%;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	position: relative;
	left: 50%;
	transform: translateX(-112%);
	padding-bottom: 20px;
}
#top .tag-footer2 {
	margin: 10px 0px;
	color: var(--yellow);
	font-weight: 400;
}
#top a.iguate-logo {
	width: 9%;
	margin-bottom: -12px !important;
	margin-left: 10px !important;
}
#top div#copy-texto .content {
	padding: 13px 0px 0px !important;
}
div#copy-texto {
	min-height: 76px;
}
.copy-container p {
	text-align: center;
}
/*-----CARDS-ALTURA----*/


#top .cards-componentes {
	border: solid 1px;
	border-color: #dcdcdc;
	border-radius: 8px;
	background: #fffae0;
}
#top .components-style {
	padding: 10px 25px;
}
#top .cards-componentes img {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#top .horizon-gallery .avia-slideshow-arrows a.avia-svg-icon {
	border: none;
	background: var(--primary);
	border-radius: 40px;
	/* opacity: 1; */
}
#top .horizon-gallery .avia-slideshow-arrows a {
	font-size: 32px;
	margin: -30px 0px 0;
	width: 50px !important;
	height: 50px;
}
#top .horizon-gallery .avia-slideshow-arrows a.avia-svg-icon svg:first-child {
	margin-top: 11px;
	fill: white;
}



/* RESPONSIVE */

@media(max-width: 1567px) {
	
	#top .inner-container {
	span.logo {
		left: revert;
	}
	
}

@media(max-width: 1280px){
	
	#top .inner-container {
	& span.logo {
		left: 0%;
	}
}

@media (max-width: 1024px) {
	sr7-bullets {
		transform: translate(40px, -40px) !important;
	}
	.container {
		padding: 0 30px;
	}
	#top .av-special-heading {
		.av-subheading {
			font-size: 16px;
		}
	}
	#top, .avia_textblock {
		font-size: 14px;
		
		h1 {
			font-size: 40px;
		}
		h2 {
			font-size: 35px;
		}
	}
	.responsive #top #wrap_all #main .card_product {
		padding: 30px;
		min-height: 250px;
		height: 250px!important;
	}
	.fortyyears-item {
		top: 160px !important;
	}
	/*----NEW-FOOTER---*/
	.footer-column1 {
		width: 23% !important;
		transform: translateX(-102%) !important;
		margin-left: 15px !important;
	}
	.iguate-logo img {
		margin-bottom: -5px;
	}
	#top a.iguate-logo {
		display: inline-block;
	}
	
}

@media (max-width: 989px) {
	#mapa_section {
		padding-top: 410px;
	}
	#about_page_section .entry-content-wrapper:before, #about_page_section .entry-content-wrapper:after, #top .header_contact .entry-content-wrapper:before, #top .header_contact .entry-content-wrapper:after {
		display: none;
	}
	#about_page_section .entry-content-wrapper, #top .header_contact .entry-content-wrapper {
		display: flex;
		flex-direction: column;
		
		.flex_column:first-child {
			margin-bottom: 20px;
		}
		.flex_column {
			width: 100%;
			max-width: 500px;
			margin-left: auto;
			margin-right: auto;
		}
	}
	#top #footer-page {
		.flex_column_table:nth-child(1) {
			flex-wrap: wrap;
			
			.social_footer {
				width: 100%;
				display: flex;
				justify-content: center;
				margin-bottom: 10px;
			}
		}
	}
	
	#top .carrusel_videos {
		.flex_column {
			width: 400px !important;
			margin-left: 30px;
			margin-right: 30px;
		}
	}
	#top .services_row {
		.img_service .avia-image-overlay-wrap {
			padding: 26px;
		}
	}
	#top .card_product {
		.av-special-heading-tag {
			font-size: 22px;
		}
		.avia-button-wrap {
			bottom: 24px;
			left: 24px;
		}
	}
	.responsive #top #wrap_all #main .card_product {
		padding: 24px;
		height: 250px!important;
	}
	sr7-bullets {
		transform: translate(30px, -30px) !important;
	}
	.footer-column1 {
	   width: 31% !important;
	}
	div#copy-texto {
		min-height: 50px;
		height: 155px;
	}
}

@media (max-width: 767px) {
	#top .contact_list_info {
		flex-direction: column;
		align-items: center;
		row-gap: 10px;
		
		a {
			width: 100%;
		}
	}
	p.menu-item-description {
		color: #b4b4b4;
		max-width: 70%;
		margin: 0 auto;
	}
	
	#top, .avia_textblock {
		h2 {
			font-size: 28px;
		}
	}
	#top .services_row {
		.img_service .avia-image-overlay-wrap {
			max-width: 120px;
		}
	}
	#top #footer-page {
		#copyright p {
			flex-wrap: wrap;
			justify-content: center;
			row-gap: 5px;
		}
		.flex_column_table:nth-child(2) {
			justify-content: center;
			flex-direction: column;
		}
		.flex_column_table:nth-child(1) {
			.column_footer {
				width: 100%;
				text-align: center;
			}
		}
	}
	#videos_home .av-section-cont-open {
		height: auto !important;
	}
	#top .carrusel_videos {
		.flex_column {
			width: 300px !important;
			margin-bottom: 0!important;
			margin-left: 8px!important;
			margin-right: 8px!important;
		}
		div.slick-current {
	
			transform: none;
		}
	}
	#top .services_row {
		.flex_column_table {
			flex-direction: column;
			text-align: center;
			
			.service_text {
				order: 1;
			}
			.img_service {
				order: 2;
			}
		}
		.column_number {
			display: none;
		}
		.avia_textblock.number_s:before, .avia_textblock.number_s:after {
			opacity: 0!important;
			visibility: hidden!important;
		}
		.avia_textblock.number_s {
			p:before, p:after {
				opacity: 0!important;
				visibility: hidden!important;
			}
		}
	}
	#top .avia-button {
		border-radius: 6px;
		padding: 10px 20px;
		font-size: 14px;
	}
	#top .av-special-heading {
		.av-subheading {
			font-size: 14px;
		}
	}
	#top .brands-carrusel img {
		aspect-ratio: 6 / 3;
	}
	sr7-bullets {
		transform: translate(16px, -24px) !important;
	}
	.av-hamburger-inner::before {
		top: -8px;
	}
	.av-hamburger-inner::after {
		bottom: -8px;
	}
	.header_color div .av-hamburger-inner, .header_color div .av-hamburger-inner::before, .header_color div .av-hamburger-inner::after {
		background-color: var(--black);
	}
	.av-hamburger-inner, .av-hamburger-inner::after, .av-hamburger-inner::before {
		height: 2px;
		border-radius: 0px;
	}
	.av-hamburger-box {
		width: 30px;
	}
	#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
		font-size: 25px;
	}
	.html_av-overlay-full #top #av-burger-menu-ul .av-menu-button {
		margin-top: 0;
	}
	.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li {
		line-height: 1em;
		font-size: 30px;
	}
	.responsive #top #header_main>.container .main_menu .av-main-nav>li>a, .responsive #top #wrap_all .av-logo-container {
		height: auto;
		line-height: normal;
	}
	.responsive #top #wrap_all .main_menu {
		height: auto;
		position: static;
	}
	.responsive #top .logo {
		height: auto !important;
		width: auto;
	}
	#top .inner-container {
		span.logo {
			img {
				width: 100%;
				max-width: 65px;
			}
		}
	}
	.responsive #top #wrap_all .container {
		width: 100%;
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	#top #header.header_color.av_header_transparency {
		.header_bg {
			background: white;
		}
	}
	
	/*----PAGINA-INTERNA---ESTEFANIE--*/
	
	#top .clases-fuego .content {
		padding: 60px 0px;
	}
	.page-intern-title {
		text-align: center;
		padding: 0px 110px;
	}
	#top .second-colcards .flex_column_table {
		flex-wrap: wrap;
		margin-top: -50px;
	}
	#top .second-cards {
		margin-top: -50px !important;
	}
	#top .height-fixed2 {
		height: 45rem;
	}
	div#copy-texto {
		height: 136px;
	}
}

@media(max-width: 430px){
	
	.page-intern-title {
		padding: 0px 0px;
	}
	.text-extintores h3 {
		padding: 0px 0px;
	}
	#top .height-fixed2 {
		height: 33rem;
	}
	.card_certification:nth-child(2n+1) {
		.avia-image-container {
			order: 1;
			margin-right: 0px;
		}
	}
	.card_certification {
		.avia-image-container {
			margin-left: 0px;
		}
	}
	.fortyyears-item {
		top: 50px !important;
	}
	.fixed-columns23 .content {
		padding-top: 0;
		margin-top: -10px;
	}
	.fixed-columns24 .content {
		padding-top: 0;
		margin-top: -30px;
	}
	.fixed-img img {
		width: 300px;
	}
	#top .logos-images img {
		width: 60%;
		margin: 0 auto;
	}
	#top .logos-images23 img {
		width: 40%;
	}
	#top .image-interna img {
		width: 88%;
		margin: 0 auto;
	}
	.footer-column1 {
		width: 100% !important;
		transform: translateX(-30%) !important;
		margin: 0px !important;
	}
	#top a.iguate-logo {
		width: 20%;
		margin-bottom: -12px !important;
		margin-left: 10px !important;
	}
	.iguate-logo img {
		margin-bottom: -5px;
	}
	#top .responsive-icon {
		margin-bottom: -24px;
	}

}

@media(max-width: 390px){
	
	#top .height-fixed2 {
		height: 37rem;
	}
	.footer-column1 {
		transform: translateX(-33%) !important;
	}
	div#copy-texto {
		height: 156px;
	}
	.movil-ft2 .content {
		margin-top: -150px;
	}
	.movil-ft .content {
		margin-top: -61px;
	}
}
