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

@font-face {
	font-family: 'Gotham-Book';
	src: url('../bosco/fonts/Gotham-Book.eot');
	src: url('../bosco/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('../bosco/fonts/Gotham-Book.woff2') format('woff2'),
		url('../bosco/fonts/Gotham-Book.woff') format('woff'),
		url('../bosco/fonts/Gotham-Book.ttf') format('truetype'),
		url('../bosco/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('../bosco/fonts/Gotham-Bold.eot');
	src: url('../bosco/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('../bosco/fonts/Gotham-Bold.woff2') format('woff2'),
		url('../bosco/fonts/Gotham-Bold.woff') format('woff'),
		url('../bosco/fonts/Gotham-Bold.ttf') format('truetype'),
		url('../bosco/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Gotham-Black';
	src: url('../bosco/fonts/Gotham-Black.eot');
	src: url('../bosco/fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
		url('../bosco/fonts/Gotham-Black.woff2') format('woff2'),
		url('../bosco/fonts/Gotham-Black.woff') format('woff'),
		url('../bosco/fonts/Gotham-Black.ttf') format('truetype'),
		url('../bosco/fonts/Gotham-Black.svg#Gotham-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--font: 'Gotham-Book';
	--font2: 'Gotham-Bold';
	--font3: 'Gotham-Bold';
	--font4:  "Archivo", sans-serif;
	--green: #06262d;
	--green-dark: #1b2b31;
	--highlight: #b1923a;
	--highlight_dark: #b78b1e;
	--global-transition: 0.3s all ease-in-out;
}
#top {
	font-family: var(--font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2;
		text-transform: uppercase;
		letter-spacing: 0;
		font-family: var(--font2);
	}
	h2 {
		font-size: 40px;
	}
	.content, .sidebar {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.mfp-bottom-bar {
		display: none;
	}
	a.avia-button {
		padding: 15px 30px !important;
		border-radius: 100px !important;
		background: var(--highlight_dark);
		border: none !important;
	}
}

/* Menu */
#avia-menu li a, strong {
	font-family: var(--font2);
}


#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: 8px;
	min-height: 40px;
	color: var(--green-dark);
	font-family: var(--font);
}

#top #main {
	.avia_textblock {
		line-height: 1.2;
	}
	.av-subheading {
		font-size: 28px;
		line-height: 1;
	}
	.avia-gallery .avia-gallery-thumb a:hover {
		opacity: 1;
	}
	div .avia-gallery img {
		background-color: var(--green-dark);
		border: 0;
	}
	.wrap-md .container {
		max-width: 1340px;
	}
	.wrap-sm .container {
		max-width: 1100px;
	}
}


/* Header */
#top .av_header_transparency {
	.header_bg {
		background-color: var(--green);
		opacity: 1;
	}
	.header_bg:before {
		content: '';
		display: block;
		background: url(img/shape_bg_header.png) var(--green) no-repeat center center;
		background-size: 130%;
		opacity: 0.35;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
}
.html_header_top.html_header_sticky #header {
	top: 60px;
	-webkit-transition: var(--global-transition);
	-moz-transition: var(--global-transition);
	-o-transition: var(--global-transition);
	transition: var(--global-transition);
}
.html_header_top.html_header_sticky #header.header-scrolled {
	top: 0px;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
	padding-top: 0!important;
}
.logo .alternate.avia-img-svg-logo, .logo svg, .logo.avia-img-svg-logo>a>img {
	height: 62px;
}
#top #header {
	span.logo, nav.main_menu {
		position: static;
		height: auto;
	}
	.inner-container {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.main_menu {
		display: flex;
		align-items: center;
		column-gap: 50px;
	}
	.av-main-nav > li:not(:first-child) {
		margin-left: 15px;
		padding-left: 15px;
		border-left: 1px solid white;
	}
	.av-main-nav>li>a {
		padding: 0;
		font-weight: 400;
		font-weight: 700;
		font-size: 19px;
	}
	
	.add_elements_header {
		display: flex;
		flex-direction: column;
		align-items: end;
		row-gap: 10px;
		
		img.logo_asty {
			width: 131px;
		}
	}
	ul#avia-menu li a:hover {
		color: var(--highlight_dark);
	}
}
#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: 1!important;
}
#top #wrap_all nav .social_bookmarks {
	position: static;
	margin-top: 0;
	display: flex;
	height: auto;
	column-gap: 15px;
	
	li {
		width: auto;
		height: auto;
		
		a {
			width: auto;
			height: auto;
			min-height: 1px;
			line-height: normal;
			
			svg {
				margin: 0;
				height: 16px;
			}
		}
	}
}



/* Content */
.shape-section-2 {
	position: absolute;
	top: 25px;
	transform: translate(-50px, 0px);
	width: 100%;
	max-width: 650px;
}
.text-elproyecto .av_textblock_section {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	transform: translate(-50px, 0px);
}
#modelos .entry-content-wrapper:before {
	display: none;
}
#modelos .entry-content-wrapper:after {
	visibility: visible;
	opacity: 1;
	width: 1px;
	height: auto;
	background: var(--highlight);
	margin: 0 30px;
	order: 2;
}
#modelos .avia-button-wrap {
	margin: 30px 0 0;
}

#modelos .entry-content-wrapper {
	display: flex;
	.card_modelo:first-child {
		order: 0;
	}
	.card_modelo:nth-child(2) {
		order: 3;
	}
}
.card_modelo {
	.avia-image-container {
		margin: 0;
	}
}
#modelos h2 {
	font-family: var(--font2);
}
#modelos .avia-image-container {
	position: relative;
	overflow: hidden;
	cursor: zoom-in;
}

#modelos .avia-image-container img {
	width: 100%;
	display: block;
	transition: transform 0.2s ease;
	transform-origin: center center;
}




#top .info-modelo {
	color: white;
	width: 100%;
	max-width: 245px;
	margin: 0 auto;
	
	strong {
		color: var(--highlight);
		font-family: var(--font);
	}
	
	ul {
		margin: 0;
		list-style: 0;
		
		li {
			margin-left: 0;
			list-style: none;
			position: relative;
			padding: 0;
			padding-left: 30px;
			font-size: 14px;
		}
		li:before {
			content: '';
			display: block;
			width: 20px;
			height: 20px;
			position: absolute;
			left: 0;
			top: 1px;
		}
		li::not(:last-child) {
			margin-bottom: 10px;
		}
		li.parqueo:before {
			background: url(img/parqueo.svg) no-repeat center center;
			background-size: 100%;
		}
		li.sala:before {
			background: url(img/sala.svg) no-repeat center center;
			background-size: 100%;
		}
		li.cocina:before {
			background: url(img/cocina.svg) no-repeat center center;
			background-size: 100%;
		}
		li.comedor:before {
			background: url(img/comedor.svg) no-repeat center center;
			background-size: 100%;
		}
		li.bano:before {
			background: url(img/bano.svg) no-repeat center center;
			background-size: 100%;
		}
		li.lavanderia:before {
			background: url(img/lavanderia.svg) no-repeat center center;
			background-size: 100%;
		}
		li.jardin:before {
			background: url(img/jardin.svg) no-repeat center center;
			background-size: 100%;
		}
		li.habitacion:before {
			background: url(img/habitacion.svg) no-repeat center center;
			background-size: 100%;
		}
	}
}
#top #ubicacion {
	.entry-content-wrapper:before, .entry-content-wrapper:after {
		display: none;
	}
	.entry-content-wrapper {
		display: flex;
		align-items: center;
		
		.avia-image-container:first-child {
			width: 67%;
		}
		.av-special-heading {
			width: calc(100% - 67% - 92px);
			margin: 0 20px 0 0;
			padding: 40px 20px;
			background: var(--green-dark);
			border-radius: 0 10rem 10rem 0;
		}
		.av-special-heading * {
			font-weight: 700;
			line-height: 1;
		}
		.avia-image-container:last-child {
			width: 72px;
		}
	}
}
#ubicacion .template-page {
	padding: 80px 0 150px;
}
#ubicacion span.image-overlay {
	display: none !important;
}
#ubicacion .avia-button-wrap {
	position: absolute;
	bottom: 70px;
}
#ubicacion a.avia-button {
	background: var(--green-dark);
}
.group-amenidade {
	.flex_cell_inner {
		width: 100%;
		max-width: 550px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		
		.column-top-margin {
			margin-top: 30px;
		}
		.flex_column:not(:last-child) {
			.avia_textblock {
				font-size: 12px;
				padding-left: 20px;
			}
		}
		.flex_column:last-child {
			.avia_textblock {
				font-size: 12px;
				font-weight: 500;
				
				p {
					margin: 0;
				}
			}
		}
	}
}


.slick-dots {
	margin: 0;
	list-style: none;
	column-gap: 10px;
	
	li {
		margin: 0;
		padding: 0;
		line-height: 0;
		list-style: none;
		
		button {
			border: 0;
			padding: 0;
			font-size: 0px;
			width: 12px;
			height: 12px;
			background: var(--green-dark);
			border-radius: 50%;
		}
	}
	li.slick-active {
		button {
			background: white;
		}
	}
}
#top .slick-vertical .slick-slide {
	border: 0;
}








#top .carrusel_vertical {
	padding: 0 50px 0 0;
}
#top .carrusel_vertical .avia-gallery-thumb {
	.slick-list {
		width: calc(100% - 32px);
		order: 2;
		overflow: visible;
		padding: 0 10px 0 50px !important;
	}
	.slick-dots {
		order: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		row-gap: 10px;
		margin-right: 20px;
	}
	.slick-current {
		transform: scale(1.2);
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 80%);
	}
	
}
.logo-bottom img {
	width: 100%;
	max-width: 302px;
	margin: 0 auto;
}



#top .avia-button {
	text-transform: uppercase;
	font-family: var(--font2);
	font-weight: 400;
	font-size: 16px;
	border-radius: 0;
	padding: 6px 15px;
}

#top #cotiza.avia-section .avia-divider-svg-top svg {
	width: calc(100% + 270px);
	height: 150px;
}
#cotiza .template-page {
	padding-top: 75px;
	
	.av-special-heading-tag  {
		font-family: var(--font4);
		font-weight: 900;
		font-size: 54px;
		line-height: 1;
	}
	
	.info_contacto {
		font-family: var(--font);
		font-weight: 500;
		font-size: 22px;
		text-transform: uppercase;
	}
}
#top .column_form form.wpcf7-form {
	border: 1px solid white;
	padding: 30px;
	
	> p {
		margin: 0;
		display: flex;
		flex-wrap: wrap;
		width: auto;
		margin: 0 -15px;
		
		label {
			width: 100%;
			color: white;
			padding: 0 15px;
			font-family: var(--font2);
			font-weight: 400;
		}
		.label-name, .label-lname, .label-phone, .label-email {
			width: 50%;

		}
	}
	.submit_contact_form {
		display: flex;
		align-items: center;
		justify-content: space-between;
		
		.submit-form {
			order: 1;
			margin: 0;
			border: 0;
			background: var(--highlight);
		}
		.wpcf7-spinner {
			order: 0;
		}
	}

}



#top #footer-page {
	.template-page {
		padding-top: 25px;
		padding-bottom: 105px;
	}
	.images_footer:before, .images_footer:after, .entry-content-wrapper:before, .entry-content-wrapper:after {
		display: none;
	}
	.entry-content-wrapper {
		display: flex;
		align-items: center;
	}
	.images_footer {
		display: flex;
		align-items: center;
		column-gap: 30px;
		
		.avia-image-container {
			margin: 0;
		}
		
		img {
			width: auto!important;
			height: 50px;
			object-fit: contain;
		}
	}
	h4 {
		margin: 0;
		font-family: var(--font2);
		font-weight: 900;
	}
}



a#scroll-top-link {display: none;}
#top .whatsapp-wrap {
	display: flex;
	column-gap: 10px;
	
	.text-wa {
		margin: 0;
		border: 0;
		box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
		border-radius: 10px;
		color: var(--green-dark);
		font-weight: 500;
		font-size: 13px;
	}
	.WAclose {
		background: var(--green-dark);
		border-color: var(--green-dark);
	}
}

/* ____________________/New css
____________________________________________________________*/
#geleria {
	z-index: 99;
	position: relative;
}
#geleria .avia_textblock.title-gallery {
	margin: 0 0 10px;
}
/* Galeria Amenidades */
#amenidades {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#amenidades .flex_cell {
	min-height: 750px !important;
	max-height: 750px;
	height: 100%;
}
.flex_cell.group-amenidade {
	display: flex;
	align-items: center;
}
.flex-cell-gallery .flex_column {
	height: 100%;
	min-height: 750px;
	padding: 10rem 0;
	margin: 0 0 -1px;
	background-position: 100% 0 !important;
}
.flex_cell.group-amenidade .avia-image-container img:hover {
	transform: scale(1.6);
}
.flex_cell.group-amenidade .avia-image-container {
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.grecaptcha-badge { 
	visibility: hidden !important;
}




@media (max-width: 1380px) {
	#top #header {
		.av-main-nav>li>a {
			font-size: 15px;
		}
	}
	.container {
		padding: 0 30px;
	}
}


@media (max-width: 1024px) {
	#cotiza .template-page {
		.av-special-heading-tag {
			font-size: 51px;
		}
		.info_contacto {
			font-size: 18px;
		}
	}
	#top .carrusel_vertical .avia-gallery-thumb {
		.slick-list {
			padding: 0 10px 0 0px !important;
		}
		.slick-slide {
			margin: 0 10px;
		}
		.slick-current {
			transform: scale(1);
		}
		.slick-dots {
			flex-direction: row;
			margin-right: 0px;
			margin-top: 25px;
			margin-bottom: 50px;
		}

	}
	#top .carrusel_vertical {
		padding: 15px 0px 0 0;
	}
	#geleria .flex_column_table {
		display: flex;
		flex-wrap: wrap;
		
		.flex_column {
			margin-left: 0;
			margin-right: 0;
			width: 100%;
		}
	}
	
	
	.html_header_top.html_header_sticky #header {
		top: 40px;
	}
	.logo .alternate.avia-img-svg-logo, .logo svg, .logo.avia-img-svg-logo>a>img {
		height: 35px;
	}
	#top #header {
		.main_menu {
			column-gap: 30px;
		}
		.av-main-nav>li>a {
			font-size: 13px;
		}
	}
	
	#amenidades .avia-image-container {
		width: 70%;
	}
	#top #ubicacion {
		.entry-content-wrapper {
			display: flex;
			align-items: center;
			justify-content: center;
		}
	}
/* ____________________/New css
____________________________________________________________*/
	.shape-section-2 {
		position: absolute;
		top: 125px;
		transform: translate(-80px, -40px);
		width: 100%;
		max-width: 540px;
	}
	#top #ubicacion {
		& .entry-content-wrapper {
			.av-special-heading {
			width: calc(100% - 57% - 92px);
			margin: 0 10px 0 0;
			}
		}
	}
	#amenidades .flex_cell {
		min-height: 580px !important;
		max-height: 580px;
		height: 100%;
	}
	.flex-cell-gallery .flex_column {
		min-height: 580px;
	}
	#top #footer-page {
		.images_footer {
			display: flex;
			align-items: center;
			column-gap: 30px;
			margin: 0 0 0 30px;
		}
	}
}


@media (max-width: 989px) {
	#top .whatsapp-wrap {
		flex-direction: column;
	}
	#top #footer-page {
		.entry-content-wrapper {
			flex-direction: column;
			row-gap: 10px;
			
			.flex_column {
				width: 100%;
				text-align: center;
			}
		}
	}
	#top #cotiza .flex_column_table {
		display: flex;
		flex-direction: column;
		
		.flex_column {
			width: 100%;
			margin-left: 0;
			text-align: center;
		}
	}
	#top #ubicacion {
		.entry-content-wrapper {
			flex-wrap: wrap;
			
			.avia-image-container:first-child {
				width: 100%;
				margin-bottom: 20px;
			}
			.av-special-heading {
				width: calc(100% - 92px);
				padding: 40px 20px;
				border-radius: 10rem;
				text-align: center;
			}
		}
	}
	#top .text-elproyecto .avia_textblock {
		font-size: 20px !important;
	}
	.text-elproyecto .av_textblock_section {
		max-width: 420px;
		transform: translate(30px, 0px);
	}
	.shape-section-2 {
		top: 90px;
		transform: translate(-30px, 0px);
		max-width: 520px;
	}
	.responsive.html_mobile_menu_tablet #top #wrap_all #header {
		top: 0;
	}
	#top #header {
		.main_menu {
			display: flex!important;
		}
		.add_elements_header {
			flex-direction: row;
			row-gap: 10px;
			order: 1;
		}
		.avia-menu {
			order: 2;
		}
		.av-main-nav > li:not(:first-child) {
			margin-left: 0px;
			padding-left: 0px;
			border-left: 0;
		}
	}
	
	
/* ____________________/New css
____________________________________________________________*/
	#top #ubicacion {
		& .entry-content-wrapper {
			.av-special-heading * {
				font-weight: 700;
				line-height: 1;
				font-size: 30px;
			}
		}
	}
	#top #ubicacion {
			& .entry-content-wrapper {
				.av-special-heading {
					width: calc(100% - 92px);
					padding: 30px 20px;
					border-radius: 10rem;
					text-align: center;
				}
			}
	}
	
}


@media (max-width: 767px) {
	#cotiza .template-page {
		.av-special-heading-tag {
			font-size: 40px;
		}
	}
	#top .column_form form.wpcf7-form {
		> p {
			.label-name, .label-lname, .label-phone, .label-email {
				width: 100%;
			}
		}
	}
	#top {
		font-size: 14px;
		
		h2 {
			font-size: 30px;
		}
	}
	
	#top #main {
		.av-subheading {
			font-size: 22px;
		}
	}
	
	#top #amenidades .flex_cell:last-child {
		min-height: 420px;
	}
	
	#top #ubicacion {
		.entry-content-wrapper {
			.av-special-heading {
				padding: 15px 20px;
			}
			.av-special-heading * {
				font-size: 15px;
			}
		}
	}
	.group-amenidade .flex_cell_inner  {
		width: auto !important;
		margin: 0 -10px !important;
		max-width: initial !important;
		
		
		.flex_column.av_one_third {
			width: 50% !important;
			padding: 0 10px;
		}
		.flex_column:not(:last-child) {
			.avia_textblock {
				padding-left: 0px;
			}
		}
	}	
	#top #modelos .flex_column:not(:last-child) {
		margin-bottom: 70px !important;
	}
	#modelos .entry-content-wrapper {
		flex-wrap: wrap;
	}
	#top .text-elproyecto .avia_textblock {
		font-size: 14px !important;
	}
	.text-elproyecto .av_textblock_section {
		max-width: 220px;
		margin: 0;
		transform: translate(10px, -10px);
	}
	#elproyecto .container.av-section-cont-open {
		height: 340px !important;
	}
	.shape-section-2 {
		top: 40px;
		transform: translate(-16px, 0px);
		max-width: 280px;
	}
	.responsive #top #wrap_all .container {
		width: 100%;
		max-width: 100%;
		padding-left: 16px;
		padding-right: 16px;
	}
	.responsive #top #wrap_all .main_menu {
		position: static;
		height: auto;
	}
	.html_header_top.html_header_sticky #header {
		top: 0;
	}
	#top #header {
		.main_menu {
			column-gap: 10px;
		}
	}
	#header_main {
		padding: 15px 0;
	}
	.responsive .logo img, .responsive .logo svg {
		height: 35px!important;
	}
	.responsive #top .logo {
		height: auto!important;
		width: auto!important;
	}
	#top #footer-page {
		.images_footer {
			align-items: center;
			column-gap: 30px;
			flex-wrap: wrap;
			justify-content: center;
			row-gap: 10px;
		}
	}
	
/* ____________________/New css
____________________________________________________________*/	
	#amenidades .flex_cell {
		min-height: 100% !important;
		max-height: 100% !important;
		height: 100%;
	}
	.flex-cell-gallery .flex_column {
		min-height: 400px;
	}
	#top #ubicacion {
		.entry-content-wrapper {
			display: flex;
			align-items: center;
			justify-content: center;
			grid-gap: 10px 0;
		}
		.avia-image-container {
			width: 13%;
		}
	}
	
}