/*
Theme Name: Atala
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=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');


:root {
	--font: "Albert Sans", sans-serif;
	--green: #667F2A;
	--green-dark: #2B3E1C;
	--green-dark-2: #0F1A06;
	
	--dark: #040404;
	--gray: #6D6D6D;
}

/* Global elements styles */
#top {
	font-family: var(--font);
	font-size: 20px;
	line-height: 130%;
	font-weight: 300;
}
#top .container {
	padding-left: 50px;
	padding-right: 50px;
}
#top .avia_textblock {
	line-height: 130%;
}

#top .avia-button {
	border-radius: 40px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	line-height: 1;
}
#top .avia-color-white {
	color: var(--dark);
}



#top h1,
#top h2,
#top h3,
#top h4,
#top h5 {
	font-family: var(--font);
	font-weight: 300;
	line-height: 101%;
	letter-spacing: 0px;
}
#top h2 {
	font-size: 42px;
}


/* Header */
.inner-container {
	display: flex;
	flex-wrap: wrap;
}
#top .logo, #top .main_menu {
	position: static;
}
#top .logo {
	display: block;
	width: 136px;
}
#top .logo svg {
	width: 100%;
}
#top nav.main_menu {
	width: calc(100% - 136px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 68px;
	column-gap: 40px;
}
#top nav.main_menu ul {
	margin: 0;
}
#top nav.main_menu ul li:nth-last-child(2) {
	margin-left: 50px;
}
#top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
	height: auto!important;
	line-height: normal!important;
}
.av-main-nav {
	display: flex;
	column-gap: 40px;
	align-items: center;
}
.av-main-nav>li>a {
	padding: 0;
}
span.avia-menu-text {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: var(--gray);
}
.current-menu-item span.avia-menu-text {
	color: var(--green);
}
#top #header .cta-menu a {
	background: var(--green-dark);
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	line-height: normal!important;
	padding: 8px 24px;
	min-height: 40px;
	min-width: 158px;
	border-radius: 40px;
	display: flex;
	height: auto!important;
	align-items: center;
	justify-content: center;
	
}
#top .avia-buttonrow-wrap {
	margin-top: 50px;
	clear: both;
	display: flex;
	justify-content: flex-end;
	column-gap: 30px;
	row-gap: 20px;
}
#top #wrap_all .avia-buttonrow-wrap a {
	margin: 0!important;
	background: transparent;
	border-color: transparent;
	text-transform: uppercase;
	color: var(--green-dark);
	font-weight: 700;
	font-size: 16px;
	padding: 12px 24px;
	line-height: 1;
	border-radius: 40px;
	display: flex;
	align-items: center;
	column-gap: 14px;
}
#top #wrap_all .avia-buttonrow-wrap a:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(img/call_made.svg) no-repeat center;
	background-size: 100%;
}
#top #wrap_all .avia-buttonrow-wrap a:hover {
	background: rgba(43, 62, 28, 0.20);
}
#respaldo {
	position: relative;
	overflow: hidden;
}
/* #respaldo:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(img/icono.svg) no-repeat;
	background-position: bottom -270px right 30%;
	background-size: 450px;
	opacity: 0.3;
} */






#top .card-icon:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	background: var(--green-dark-2);
	visibility: visible;
	border-radius: 12px;
	z-index: -1;
	bottom: 1px;
	height: auto;
	width: auto;
}
#top .card-icon {
	padding: 42px 36px;
	border-radius: 12px;
	border: 0px solid transparent;
	position: relative;
	background: linear-gradient(-90deg, rgb(77 77 77 / 50%), rgb(179 179 179 / 50%));
}
#top .card-icon img {
	width: 64px;
	aspect-ratio: 1/1;
	object-fit: scale-down;
}
#card-icons-section .entry-content-wrapper:before, #card-icons-section .entry-content-wrapper:after {
	display: none;
}
#card-icons-section .entry-content-wrapper {
	display: flex;
	flex-wrap: wrap;
}
#card-icons-section .av_textblock_section {
	margin-top: 30px;
}



#top .avia-testimonial-wrapper {
	padding: 0 120px;
}
#top .avia-slider-testimonials .avia-testimonial-content:before {
	content: '';
	display: block;
	width: 25px;
	height: 20px;
	background: url(img/comillas.svg) no-repeat center;
	background-size: 100%;
	margin-bottom: 10px;
}
#top .avia-slider-testimonials .avia-testimonial-content {
	padding: 44px;
	background: var(--green-dark);
	border: 0;
	font-size: 22px;
	line-height: 150%;
	font-style: italic;
	color: white;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 0;
}
#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a {
	background: var(--green);
	opacity: 1!important;
	color: white;
	border: 0;
	width: 120px!important;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	top: auto;
	bottom: 2px;
}
#top .avia-slider-testimonials:not(.av-large-testimonial-slider) .avia-slideshow-arrows a.prev-slide {
	right: auto;
	left: 0;
}
#top .avia-testimonial-arrow-wrap {
	display: none;
}
#top #wrap_all .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a svg {
	fill: white!important;
	stroke: white!important;
	margin: 0;
	width: 17px;
	height: 28px;
}
#top .avia-slider-testimonials .avia-testimonial-meta {
	margin: 0;
}
#footer-section .entry-content-wrapper:before, #footer-section .entry-content-wrapper:after {
	display: none;
}
#footer-section .entry-content-wrapper {
	display: flex;
	flex-wrap: wrap;	
}
#footer-section .flex_column:first-child {
	display: flex;
	align-items: center;
}

#top #footer-section h4 {
	font-weight: 400;
	font-size: 20px;
}
#top #footer-section .avia_textblock, #top #footer-section .avia_textblock a {
	font-size: 14px;
	color: var(--green-dark);
	line-height: 150%;
}
#top form.form-newsletter input {
	margin: 0;
	width: 100%;
}
#top form.form-newsletter {
	position: relative;
	margin: 0;
	width: 100%;
	
}
#top form.form-newsletter input:not([type="submit"]) {
	border-bottom: 1px solid #999999;
	background: transparent;
	padding: 20px;
	border-radius: 0!important;
}
#top form.form-newsletter input[type="submit"] {
	width: 40px;
	height: 40px;
	font-size: 0px;
	padding: 0;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	right: 0;
	background: url(img/arrow-narrow-right.svg) var(--green-dark) no-repeat center center;
	background-size: 18px;
	font-family: var(--font);
}



#top form.form-newsletter input:not([type="submit"])::-webkit-input-placeholder { color: var(--green-dark)!important; } /* WebKit */
#top form.form-newsletter input:not([type="submit"])::-moz-placeholder { color: var(--green-dark)!important; } /* Firefox 18- */
#top form.form-newsletter input:not([type="submit"])::-moz-placeholder { color: var(--green-dark)!important; } /* Firefox 19+ */
#top form.form-newsletter input:not([type="submit"])::-ms-input-placeholder { color: var(--green-dark)!important; } /* IE 10+ */


#top .wpcf7 label > span {
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	font-family: var(--font);
}
#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 {
	border-radius: 1.25rem;
	padding: 12px 24px;
}
.wpcf7-form > p {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 10px;
}
.wpcf7-form > p > label {
	width: 100%;
}
.label-name, .label-phone {
	max-width: calc(50% - 5px);
}
#top .main_color .wpcf7-form-control {
	margin: 0;
}

/*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;
}




@media (max-width: 1310px) {
	#top nav.main_menu ul li:nth-last-child(2) {
		margin-left: 0px;
	}
}

@media (max-width: 1024px) {
	#top {
		font-size: 18px;
	}
	#top .container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.av-main-nav {
		column-gap: 25px;
	}
	#top .av-main-nav>li>a {
		text-align: center;
	}
	#top .logo {
		display: block;
		width: 120px;
	}
	#top nav.main_menu {
		width: calc(100% - 120px);
		padding-left: 40px;
	}
	#top #header .cta-menu a {
		font-size: 12px;
		min-width: 141px;
	}
	#top .card-icon {
		padding: 30px 30px;
		font-size: 16px;
	}
	#quienes_somos .av-section-cont-open {
		height: auto !important;
		min-height: 420px !important;
	}
	#proyecto .av-section-cont-open {
		height: auto !important;
		min-height: 520px !important;
	}
	#card-icons-section .av-section-cont-open {
		height: auto !important;
		min-height: 400px !important;
	}
}

@media (max-width: 989px) {
	#footer-page .flex_column.av_two_fifth {
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}
	
	#footer-page .flex_column.av_one_fifth {
		width: 29.33%;
	}

	#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a {
		width: 95px !important;
		height: 95px;
	}
	#proyecto .flex_column.av_one_half {
		width: 80%;
	}
	#quienes_somos .flex_column_table {
		display: flex;
		flex-direction: column;
	}
	#quienes_somos .flex_column_table > div {
		width: 100%;
		margin: 0 !important;
	}
	#top .avia-buttonrow-wrap {
		justify-content: center;
	}
	.av-main-nav-wrap {
		float: none;
		order: 2;
	}
	
	.responsive.html_mobile_menu_tablet #top #header_main>.container .main_menu .av-main-nav>li>a {
		padding: 0;
	}
	.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
		display: flex;
		justify-content: end;
		column-gap: 24px;
		padding-left: 24px;
	}
	#top h2 {
		font-size: 36px;
	}
}



@media (max-width: 767px) {
	#footer-page .flex_column:first-child {
		margin-bottom: 50px !important;
	}
	#top .avia-slider-testimonials:not(.av-large-testimonial-slider) .avia-slideshow-arrows a.prev-slide {
		left: 43px;
	}
	#top .avia-slider-testimonials:not(.av-large-testimonial-slider) .avia-slideshow-arrows a.next-slide {
		right: 43px;
	}
	#top #wrap_all .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a svg {
		width: 13px;
		height: 18px;
	}
	#top .avia-slider-testimonials:not(.av-large-testimonial-slider).av-slideshow-ui .avia-slideshow-arrows a {
		width: 50px !important;
		height: 50px;
	}
	#top .avia-slider-testimonials.avia-testimonial-wrapper {
		overflow: visible;
	}
	#top .avia-slider-testimonials .avia-testimonial-content {
		padding-bottom: 100px;
	}
	#top .avia-testimonial-wrapper {
		padding: 0px;
	}
	#top h2 {
		font-size: 30px;
	}
	#respaldo .flex_column_table .flex_column:last-child {
		margin-top: 30px !important;
		text-align: center;
	}
	#top .avia-buttonrow-wrap {
		justify-content: center;
		margin-top: 0;
		flex-direction: column;
		align-items: center;
	}
	#top {
		font-size: 16px;
	}
	.inner-container {
		padding: 0;
		height: auto;
	}
	.responsive #top #wrap_all .main_menu {
		width: calc(100% - 116.09px);
		position: static;
	}
	.responsive #top .logo {
		height: initial !important;
		width: auto;
	}
	.responsive .logo img, .responsive .logo svg {
		max-height: 35px;
	}
	.responsive #top #wrap_all .container {
		width: 100%;
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	.responsive #top .av-logo-container .avia-menu {
		height: auto;
	}
	.label-name, .label-phone {
		max-width: 100%;
	}
}