/* ____________________/Submenu
____________________________________________________________*/
/* ul.sub-menu {
	opacity: 1 !important;
	visibility: visible !important;
} */
#top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
	height: 30px !important;
	margin: 0 0 -10px;
}
ul.sub-menu {
	left: -5px;
	padding: 20px 0;
	margin: 5px 0 0 0;
	border-radius: 15px;
	background: rgb(0 186 179 / 46%) !important;
	backdrop-filter: blur(10px);
}
ul.sub-menu li {
	background: transparent;
}
ul.sub-menu a {
	color: white !important;
	border: none !important;
	background: transparent !important;
}
ul.sub-menu a:hover {
	background: var(--color-secondary) !important;
}

/* ____________________/Post
____________________________________________________________*/
.single-post .container_wrap.container_wrap_first.main_color.fullsize {
	background: #f4f4f4;
}
.single-post article.custom-single-post {
	padding: 0 0 100px;
}
/* Category */
.single-post .post-category {
	color: #619B99;
	width: 23%;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #B8D8D7;
}
/* Title */
h1.post-title {
	font-size: 70px !important;
	color: #7c7c7c;
}
/* Excerpt */
.single-post .post-excerpt {
	width: 70%;
	color: #7c7c7c;
	font-size: 28px;
	text-align: center;
	margin: 0 auto;
}
/* Meta */
.single-post .date-container {
	width: 50%;
	border-radius: 20px;
	background: #EDEDED;
	padding: 20px 30px;
	margin: 50px auto 60px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	grid-gap: 0 10%;
}
.single-post .date-container > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
.single-post .date-container p {
	margin: 0;
	font-size: 19px;
	color: #7c7c7c;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
/* Image */
.post-featured-image img {
	aspect-ratio: 10 / 5.5;
	object-fit: cover;
	object-position: center;
	border-radius: 50px;
}
/* Contante */
.single-post .post-content {
	color: #7c7c7c;
	font-size: 28px;
	width: 75%;
	margin: 0 auto;
}
.single-post .post-content ul.wp-block-list {
	list-style: circle;
}
.post-scroll-top a {
	margin: -80px 0 0;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: url(img/arrow_right.svg) no-repeat 50% 50% #B7B7B7;
	background-size: 23px;
	transform: rotate(-90deg);
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.post-scroll-top a:hover, button.button-back:hover {
	background: url(img/arrow_right.svg) no-repeat 50% 50% var(--color-secondary);
	background-size: 26px;
}
button.button-back {
	margin: 0;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: url(img/arrow_right.svg) no-repeat 50% 50% #B7B7B7;
	background-size: 23px;
	border: none;
	transform: rotate(-180deg);
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}


/*-----Related Template#1 */
.related_posts.related-secondary {
	border: none !important;
}
.template-post1.related_posts {
	border: none;
}
.template-post1.related_posts h5.related_title {
	color: #7c7c7c;
	font-size: 23px;
	font-family: var(--font-bold) !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	grid-gap: 0 1%;
	margin: 0 0 50px;
}
.template-post1.related_posts h5.related_title:after {
	content: '';
	display: block;
	position: relative;
	width: 67%;
	height: 1px;
	background: #707070;
}
/* Colums */
.template-post1 .related_entries_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-gap: 0 2%;
}
.template-post1 .related_entries_container .related_column {
	width: 32% !important;
	margin: 0;
	position: relative;
}
/* Image */
.template-post1 .related_image {
	position: relative;
}
.template-post1 .related_image:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: rgb(0 0 0 / 48%);
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.template-post1 .related_entries_container img {
	border-radius: 20px;
	aspect-ratio: 13 / 16;
	object-fit: cover;
	object-position: center;
}
.template-post1 .related_entries_container span {
	display: none !important;
}
/* Content */
.template-post1 .content-spost {
	color: white;
	position: absolute;
	z-index: 99999999;
	visibility: visible;
	bottom: 0;
	padding: 30px 30px;
}
.template-post1 .related_entries_container h3 {
	color: white;
	font-family: var(--font-bold);
	margin-bottom: 10px;
	font-size: 26px;
}
.template-post1 .related_post_excerpt {
	font-size: 15px;
}
.template-post1 .related_post_button {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 100px !important;
	background: url(img/arrow_right.svg) no-repeat 50% 50% var(--color-secondary);
	background-size: 23px;
	transform: rotate(-50deg);
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.template-post1 .related_entries_container .related_column:hover a.related_post_button {
	top: -5px;
	right: -3px;
	background: url(img/arrow_right.svg) no-repeat 50% 50% var(--color-secondary);
	background-size: 31px;
}
.template-post1 .related_entries_container .related_column:hover .related_image::before {
	background: rgb(0 0 0 / 8%);
}

/*-----Related Template#2 */
.template-post2.related_posts h5.related_title {
	color: #7c7c7c;
	font-size: 20px;
	font-family: var(--font-bold) !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	grid-gap: 0 1%;
	margin: 0 0 30px;
}
.template-post2.related_posts h5.related_title:after {
	content: '';
	display: block;
	position: relative;
	width: 83%;
	height: 1px;
	background: #707070;
}
.template-post2 .related_entries_container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	grid-gap: 0 2%;
	align-items: flex-start;
}
.template-post2 .related_column {
	margin: 0;
	padding: 0;
	width: 31.3%;
}
/* Content */
.template-post2 a.related_item.no-image {
	padding: 10px 0;
	color: #7c7c7c !important;
}
.template-post2 span.related_post_category {
	color: #10BAB4;
	width: 23%;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #03403E;
}
.template-post2 span.related_post_date {
	font-size: 15px;
	padding: 0 0 0 10px;
}
.template-post2 .related_post_excerpt {
	font-size: 17px;
	margin: 25px 0 0;
}



@media (max-width:1280px) {
/* ____________________/Home
____________________________________________________________*/
	.slick-prev {
		z-index: 99;
	}
	.slick-next {
		z-index: 99;
	}
	#valores-section .flex_column_table:nth-child(2) .flex_column:nth-child(1) {
		width: 43%;
	}
/* ____________________/Home / END
____________________________________________________________*/

}



@media (max-width:1024px) {
	h1.post-title {
		font-size: 60px !important;
	}
	.template-post1.related_posts h5.related_title:after {
		width: 61%;
	}
	/* Category */
	.single-post .post-category {
		width: 33%;
	}
	/* Meta */
	.single-post .date-container {
		width: 60%;
	}
	/* Related template#1 */
	.template-post1 .content-spost {
		padding: 30px 20px;
	}
	.template-post1 .related_post_excerpt {
		display: none;
	}
	
	/* Related template#2 */
	.template-post2.related_posts h5.related_title:after {
		width: 78%;
	}
	.template-post2 span.related_post_category {
		width: 70%;
		display: block;
		margin: 0;
	}
	.template-post2 .related_post_excerpt {
		font-size: 17px;
		margin: 6px 0 0;
	}
	
/* ____________________/Header
____________________________________________________________*/		
	.main_menu {
		display: flex !important;
		align-items: center;
		column-gap: 20px;
		flex-direction: row-reverse;
	}
	ul#avia-menu li {
		display: none !important;
	}
	ul#avia-menu li.av-burger-menu-main {
		display: block !important;
	}
	#avia-menu > li:not(:nth-last-child(2)):after {
		display: none !important;
	}
	/* Submenu */
	ul.sub-menu {
		background: rgb(0 186 179 / 100%) !important;
	}
	li.av-active-burger-items a {
		border: none !important;
	}
	ul.sub-menu span.avia-bullet {
		display: none !important;
	}
/* ____________________/Header / End
____________________________________________________________*/	
	



/* ____________________/Home
____________________________________________________________*/
	#intro-historia .flex_column.col512 {
		display: none !important;
	}
	#intro-historia .flex_column_table:nth-child(2) .av-special-heading-tag {
		font-size: 90px;
		color: var(--color-secondary);
	}
	#intro-historia .flex_column_table:nth-child(2) .av-subheading {
		font-size: 29px;
	}
	#intro-historia .flex_column_table:nth-child(2) .avia_textblock {
		font-size: 21px;
	}
	.item-timeline-content .item-timeline-title {
		font-size: 110px;
	}
	#valores-section .flex_column.col624 {
		display: none;
	}
	#valores-section .flex_column.center .av-special-heading {
		width: 90%;
		margin: 0 auto;
	}
	#valores-section .flex_column_table:nth-child(2) .flex_column:nth-child(1), 
	#valores-section .flex_column_table:nth-child(2) .box-glass {
		width: 32.333%;
	}
	#valores-section .flex_column_table:nth-child(2) .box-glass {
		margin-top: 0px !important;
	}
	#valores-section .flex_column_table:nth-child(2) .box-glass:nth-child(5) .avia_textblock {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#valores-section .flex_column_table:nth-child(2) .box-glass:nth-child(5) .badge-2 {
		margin-top: 10px !important;
	}
	#top .title-border-right .av-special-heading-tag {
		font-size: 70px;
		background-position: 79% 60%;
		background-size: 80px;
	}
	.box-glass.box-3 {
		padding-left: 75px;
		padding-right: 20px;
	}
	.box-3 h3 {
		font-size: 30px;
	}
	.box-glass.box-3 p {
		font-size: 20px;
		line-height: 24px;
	}
	img.icon-value {
		width: 26%;
	}
	#list-capital ul {
		grid-template-columns: repeat(3, 1fr);
	}
	#top #list-capital ul li strong {
		font-size: 65px;
	}
	/* #top .column-m-1 {
		width: 100%;
	} */
	#top .avia_textblock.m-1 h3, #top .avia_textblock.m-2 h3 {
		font-size: 50px;
		line-height: 0.75;
	}
	#top .avia_textblock.m-1 h3 strong, #top .avia_textblock.m-2 h3 strong {
		font-size: 36px;
	}
	/* .avia-image-container.img-movil {
		display: none;
	} */
	/* #top .flex_column.column-m-2 {
		width: 100%;
		margin: 0;
		text-align: center;
	} */
	#top .avia_textblock.m-1:after {
		width: 70px;
		height: 70px;
		right: -18%;
		bottom: -12px;
	}
/* ____________________/Home / END
____________________________________________________________*/	
	
	
}


@media (max-width:989px) {
	.single-post .post-category {
		width: 43%;
		font-size: 16px;
	}
	h1.post-title {
		font-size: 47px !important;
	}
	.single-post .post-excerpt, .single-post .post-content {
		width: 90%;
		font-size: 22px;
	}
	.single-post .date-container {
		width: 90%;
	}
	.post-scroll-top {
		left: -33px;
		position: relative;
	}
	/* Related template#1 */
	.template-post1.related_posts h5.related_title:after {
		width: 46%;
	}
	.template-post1 .content-spost {
		padding: 30px 10px;
	}
	.template-post1 .related_entries_container h3 {
		font-size: 19px;
	}
	.template-post1 .related_entries_container img {
		aspect-ratio: 11 / 15;
	}
	/* Related template#2 */
	.template-post2 span.related_post_category {
		width: 70%;
		padding: 15px 5px;
		font-size: 11px;
	}
	.template-post2 span.related_post_date {
		font-size: 13px;
		padding: 0;
	}
	.template-post2 .related_post_excerpt {
		font-size: 14px;
		margin: 6px 0 0;
	}


/* ____________________/Header / END
____________________________________________________________*/	
	.responsive.html_mobile_menu_tablet #top #header_main>.container .main_menu .av-main-nav>li>a {
		padding: 0;
	}
	.avia-menu.av-main-nav-wrap {
		border-radius: 2rem;
	}
	#top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
		height: auto !important;
	}
/* ____________________/Header / END
____________________________________________________________*/





/* ____________________/Home
____________________________________________________________*/	
	#top #intro-historia h2 {
		font-size: 50px;
	}
	#intro-historia .flex_column_table:nth-child(2) .av-special-heading-tag {
		font-size: 60px;
	}
	#intro-historia .flex_column_table:nth-child(2) .av-subheading {
		font-size: 20px;
	}
	#intro-historia .flex_column_table:nth-child(2) .avia_textblock {
		font-size: 18px;
	}
	.item-timeline-content .item-timeline-title {
		font-size: 100px;
	}
	#top .timeline-nav li {
		font-size: 22px;
	}
	#top #main .title-border {
		position: relative;
		padding-bottom: 35px;
		margin-bottom: 20px;
	}
	#top .box-1 h2, #top .box-glass h2 {
		font-size: 70px;
	}
	#top .badge-1 p {
		font-size: 21px;
	}
	#top #main .title-border h2 {
		font-size: 52px !important;
	}
	#top #valores-section .flex_column_table:nth-child(2) {
		gap: 20px;
	}
	#valores-section .flex_column_table:nth-child(2) .flex_column:nth-child(1) {
		width: 100%;
		background-size: cover !important;
		text-align: center;
		padding-left: 6rem;
		padding-right: 6rem;
	}
	#valores-section .flex_column_table:nth-child(2) .box-glass {
		margin-top: 0px !important;
		width: calc(50% - 10px);
	}
	#top #valores-section .flex_column_table:nth-child(2) .av-flex-placeholder {
		display: none;
	}
	#valores-section .flex_column_table:nth-child(2) .box-glass .avia_textblock {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#valores-section .flex_column_table:nth-child(2) .box-glass:nth-child(5) .badge-2 {
		margin-top: 30px !important;
	}
	.badge-2 {
		text-align: center;
	}
	#valores-section .flex_column_table:nth-child(2) .box-glass p {
		margin: 0;
	}
	#top #valores-section .flex_column_table:nth-child(3) {
		flex-direction: column;
		padding-left: 38px;
		padding-right: 43px;
	}
	#top #valores-section .flex_column_table:nth-child(3) .flex_column:nth-child(1) {
		width: 100%;
		margin: 0 0 30px;
		text-align: center;
	}
	#top .title-border-right .av-special-heading-tag {
		padding: 0;
		background: transparent;
	}
	#top #valores-section .flex_column_table:nth-child(3) .flex_column:nth-child(2) {
		width: 100%;
	}
	.box-glass.box-3 {
		padding-left: 135px;
		padding-right: 20px;
	}
	img.icon-value {
		width: 22%;
		left: 39px;
	}
	#autoridades-section .flex_column.col843 {
		display: none !important;
	}
	#autoridades-section h2, #estructura-capital h2 {
		font-size: 70px !important;
	}
	#top .member-wrap .av_textblock_section {
		width: 40%;
	}
	#top .member-wrap {
		grid-gap: 50px 0;
	}
	#autoridades-section .flex_column_table:first-child {
		margin-bottom: 20px;
	}
	#top .intro-capital {
		width: 100%;
		max-width: 100%;
	}
	#list-capital ul {
		grid-template-columns: repeat(2, 1fr);
	}
	#top #list-capital ul li strong {
		font-size: 60px;
	}
	.badge-3 {
		max-width: 485px;
		height: 52px;
		font-size: 22px;
		line-height: 28px;
		text-align: center;
	}
	.badge-3 img {
		top: -13px;
	}
	/* #top .column-m-1 .av_textblock_section:nth-child(2), #top .column-m-1 .av_textblock_section:nth-child(3) {
		width: 100%;
		margin: 10px 0 !important;
	} */
	#top .avia_textblock.m-1:after {
		width: 70px;
		height: 70px;
		right: -22%;
		bottom: 8px;
		z-index: 999;
	}
	#top .avia_textblock.m-1 h3, #top .avia_textblock.m-2 h3 {
		font-size: 52px;
		line-height: 0.75;
	}
	#top .avia_textblock.m-3 h3 {
		font-size: 62px;
	}
	#top .avia_textblock.m-4 h3 {
		font-size: 70px;
	}	
/* ____________________/Home / END
____________________________________________________________*/	
	
	
}

@media (max-width:767px) {
	.single-post .post-category {
		width: 80%;
		font-size: 15px;
	}
	h1.post-title {
		font-size: 33px !important;
	}
	.single-post .post-excerpt, .single-post .post-content {
		width: 100%;
		font-size: 19px;
	}
	.single-post .date-container {
		width: 100%;
		flex-direction: column;
		grid-gap: 25px 10%;
	}
	.post-featured-image img {
		aspect-ratio: 10 / 7;
		border-radius: 20px;
	}
	.single-post .post-excerpt, .single-post .post-content {
		width: 100%;
		font-size: 18px;
	}
	.post-scroll-top a {
		margin: 40px 0 -80px;
	}
	/* Related template#1 */	
	.template-post1.related_posts h5.related_title {
		font-size: 20px;
		margin: 0 0 30px;
	}
	.template-post1.related_posts h5.related_title:after,
	.template-post2.related_posts h5.related_title:after {
		display: none;
	}
	.template-post1.related_posts h5.related_title {
		font-size: 20px;
	}
	.template-post1 .related_entries_container h3 {
		font-size: 21px;
	}
	.template-post1 .related_entries_container .related_column {
		width: 100% !important;
	}
	.template-post1 .related_entries_container img {
		aspect-ratio: 9 / 7;
	}
	.template-post1 .related_entries_container {
		grid-gap: 20px 2%;
	}
	.post-scroll-top {
		left: 0;
	}
	/* Related template#2 */
	.template-post2 .related_entries_container {
		grid-gap: 30px 2%;
	}
	.template-post2 .related_column {
		width: 100%;
	}
	.template-post2 span.related_post_category {
		width: 55%;
	}
	.responsive #top #wrap_all .container {
		width: 100%;
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
/* ____________________/Header
____________________________________________________________*/
	.av-logo-container .inner-container {
		padding: 10px 0;
	}
	.responsive #top span.logo {
		width: 42% !important;
		height: 60px !important;
	}
	#top .menu-colored a {
		width: 45px;
		height: 45px !important;
		color: transparent;
		text-indent: -99999999px;
		padding: 0 !important;
		font-size: 0;
	}
	#top .menu-colored a:before {
		width: 45px;
		height: 45px;
		position: absolute;
	}
	.avia-menu.av-main-nav-wrap {
		display: flex;
		align-items: center;
		height: 60px !important;
	}

/* ____________________/Home
____________________________________________________________*/
	#top #intro-historia h2, #top #main .title-border h2, #top .title-border-right .av-special-heading-tag, #autoridades-section h2, #estructura-capital h2 {
		font-size: 42px !important;
	}
	#intro-historia p, .item-timeline-text ul {
		font-size: 18px;
	}
	
	.icon-bottom {
		width: 90px;
		height: 90px;
	}
	#intro-historia .entry-content-wrapper .flex_column_table:nth-child(2) .flex_column:after {
		display: none;
	}
	.badge-1:before {
		top: 2px;
	}
	.item-timeline {
		flex-direction: column;
	}
	.item-timeline-image {
		width: 100%;
	}
	.item-timeline-content .item-timeline-title {
		font-size: 70px;
	}
	#top .timeline-nav li {
		font-size: 14px;
	}
	.slick-next {
		right: 10px;
	}
	.slick-prev {
		left: 10px;
	}
	#valores-section .flex_column.center .av-special-heading {
		width: 100%;
		margin: 0 auto;
	}
	#valores-section .flex_column_table:nth-child(2) .flex_column:nth-child(1) {
		width: 100%;
		background-size: cover !important;
		padding: 52px 20px;
	}
	#top .box-1 h2, #top .box-glass h2 {
		font-size: 48px;
	}
	#top .box-1 h2, #top .box-glass h2 {
		font-size: 38px;
	}
	#top #valores-section .flex_column_table:nth-child(3) {
		grid-gap: 20px 0;
	}
	.box-glass.box-3 {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 50px;
		text-align: center;
	}
	img.icon-value {
		width: 100%;
		margin: 0;
		left: 50%;
		position: absolute;
		max-width: 80px;
		top: 0;
	}
	.box-3 h3 {
		text-align: center;
		font-size: 30px;
	}
	.box-glass.box-3 p {
		font-size: 18px;
		line-height: 24px;
	}
	#top .member-wrap {
		grid-gap: 20px 0;
	}
	#top .member-wrap .av_textblock_section {
		width: 50%;
		padding: 0 10px;
	}
	#estructura-capital .avia_textblock {
		font-size: 21px !important;
	}
	#list-capital .badge-3 {
		height: auto;
		margin: 0 auto 25px;
	}
	#list-capital ul {
		grid-template-columns: repeat(2, 1fr);
	}
	#top #list-capital ul li strong {
		font-size: 45px;
	}
	.icon-capital-bantrab {
		transform: translate(-50%, -10%);
		left: 50%;
	}
	.icon-capital-bantrab img {
		width: 100%;
		max-width: 60px;
	}
	#section-solidez .av-special-heading {
		font-size: 60px !important;
	}
	#top .title-solido strong {
		padding: 5px 22px 11px;
	}
	.avia_textblock.solidez-intro {
		font-size: 21px !important;
		text-align: center;
	}
	#top .avia_textblock.m-1 h3, #top .avia_textblock.m-2 h3 {
		font-size: 68px;
		line-height: 0.75;
	}
	#top .avia_textblock.m-1 h3 strong, #top .avia_textblock.m-2 h3 strong {
		font-size: 58px;
	}
	#top .avia_textblock.m-1 {
		font-size: 25px;
	}
	#top .avia_textblock.m-1:after {
		right: -10%;
		bottom: 10px;
	}
	#top .avia_textblock.m-3 {
		padding: 46px 20px 30px;
		font-size: 28px;
	}
	#top .avia_textblock.m-3 h3, #top .avia_textblock.m-4 h3 {
		font-size: 58px;
	}
	#top .avia_textblock.m-4 p {
		padding-right: 0;
		font-size: 23px !important;
	}
/* ____________________/Home / END
____________________________________________________________*/
	.post-back {
		margin: -20px 0 50px;
	}
	
}