@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow+Condensed:wght@500&family=Montserrat:ital,wght@0,400;0,600;1,400;1,600&display=swap");

body {
	font-size: 16px;
	font-synthesis: none;
	-moz-font-feature-settings: "kern";
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Lato", sans-serif;
}

body.logged-in.home header {
	/* top: 32px; */
}

@media (min-width: 0px) and (max-width: 380px) {
	body.logged-in header {
		/* top: 45px; */
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	body.logged-in header {
		/* top: 45px; */
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	body.logged-in header {
		/* top: 45px; */
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	body.logged-in.scroll header {
		top: 0px;
	}
}

body.scroll header,
header.internal__header {
	background-color: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(8px) brightness(0.8);
	border-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	-ms-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

body.scroll header .logo a img,
header.internal__header .logo a img {
	max-width: 65px;
	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	-ms-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

@media screen and (max-width:1199px) {
	body header.home__header{
		background-color: rgba(0, 0, 0, 0.6);
		backdrop-filter: blur(8px) brightness(0.8);
		border-color: rgba(0, 0, 0, 0.6);
		-webkit-transition: all ease-in-out 0.15s;
		-moz-transition: all ease-in-out 0.15s;
		-ms-transition: all ease-in-out 0.15s;
		-o-transition: all ease-in-out 0.15s;
		transition: all ease-in-out 0.15s;
		position:absolute;
	}
	body header.home__header .logo a img {
		max-width: 65px;
		-webkit-transition: all ease-in-out 0.15s;
		-moz-transition: all ease-in-out 0.15s;
		-ms-transition: all ease-in-out 0.15s;
		-o-transition: all ease-in-out 0.15s;
		transition: all ease-in-out 0.15s;
	}

	body.logged-in header {
		/* top: 32px !important; */
	}
	body.home .heading-wrapper h2 {
		font-size: 1.8rem !important;
		margin-bottom: 2rem !important;
	}
	
	body.home .heading-wrapper h2 br {
		display: none;
	}
}

body header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	z-index: 999;
	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	-ms-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

body header .logo a img {
	width: 100%;
	height: auto;
	max-width: 120px;
	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	-ms-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

body header nav li {
	margin: 0;
}

body header nav li:first-child {
	margin-left: 0px;
}

body header nav li:last-child {
	margin-right: 0px;
}

body header nav li:last-child a {
	padding-right: 0px;
}

body header nav li:hover a {
	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	-ms-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
	color: #cad0da;
}

body header nav li a {
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
	/* padding: 8px 16px; */
	color: #ffffff;
	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	-ms-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}
body header nav li a{
	border-radius: 2px;
	padding: 10px;
	margin-top: 6px;
	margin-bottom: 0;
	display: inline-block;
}
body header nav li.current_page_item a {
	background: #212529;
	color: #ffffff;
}
.section._heading {
	padding: 65px 0;
}

.section.border-b {
	border-bottom: 11px solid #ed2127;
}

.container-fluid {
	width: 100%;
	max-width: 1440px;
}

.text-white {
	color: #ffffff;
}

.heading-wrapper .sup-text {
	display: block;
	color: #ed2127;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.heading-wrapper .h2 {
	font-family: "Playfair Display", serif;
	font-size: 2.25rem;
	font-weight: 500;
	color: black;
	margin-bottom: 48px;
}

.heading-wrapper .h2 .featured-text {
	color: #ed2127;
}

.heading-wrapper .h3 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.divider {
	width: 75px;
	height: 3px;
}

.cover_background_section {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.cover_background_section:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.cover_background_section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	/* border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 22px;
	padding: 12px 20px;
	border-width: 1px; */
	border-radius: 0px;
}

.btn-danger {
	background-color: #ed2127;
	color: #ffffff;
	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	-ms-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.btn-danger:hover {
	background-color: #ed2127;
	color: #ffffff;
	filter: brightness(0.85);
	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	-ms-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

.card {
	border-radius: 0px;
}

.card-property {
	border: 1px solid rgba(237, 33, 39, 0);
}

.card-property a {
	color: inherit;
	text-decoration: none;
}

.card-property .card-property_image {
	width: 100%;
	height: 217px;
	margin-bottom: 0px;
}

.card-property .card-property_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.card-property .price_badge {
	padding: 9px 15px;
	background-color: #ed2127;
	color: #ffffff;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.card-property .card-body {
	padding: 16px 13px;
}

.card-property .card-body .card-property_heading {
	color: #000000;
	font-size: 1.23rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 23px;
}
.card-property .card-body .card-property_details_list{
	gap:8px;
}

.card-property .card-body .card-property_details_list li {
	display: flex;
	align-items: center;
}

.card-property .card-body .card-property_details_list li .qty {
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: 8px;
}

.section_coverpage .card-property .card-property_image {
	width: 30% !important;
}
.section_coverpage .card-property .card-body{
	width: 70% !important;
} 
.card_features {
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ed2127;
}

.card_features .features_image {
	width: auto;
	height: 85px;
	margin-bottom: 30px;
}

.card_features .features_title {
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}

.card_testimonial {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.card_testimonial figure {
	width: 120px;
	height: 120px;
	margin-bottom: 30px;
}

.card_testimonial figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.card_testimonial .client-name {
	margin-bottom: 24px;
}

.card_testimonial .client-name .h3 {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 34.4px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}

.card_testimonial .client-name p {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 172%;
	text-transform: uppercase;
	color: #ffffff;
}

.card_testimonial .testimony {
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
	text-align: center;
	color: #ffffff;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

.carousel-project .f-carousel__viewport {
	overflow-x: hidden;
}

.carousel-project .f-carousel__viewport .f-carousel__slide {
	/* padding: 0 10px; */
	width: calc((100% - 16px)/4) !important;
	margin-right: 8px;
}

@media (max-width: 1024px) {
	.carousel-project .f-carousel__viewport .f-carousel__slide {
		width: calc((100% - 16px)/3) !important;
	}
}
@media (max-width: 768px) {
	.carousel-project .f-carousel__viewport .f-carousel__slide {
		width: calc((100% - 16px)/2) !important;
	}
}
@media (max-width: 425px) {
	.carousel-project .f-carousel__viewport .f-carousel__slide {
		width: calc((100% - 16px)/1) !important;
	}
}

.icon {
	fill: none;
	width: 23px;
	height: 23px;
}

.icon path {
	fill: black;
}

.section_coverpage {
	position: relative;
	background: linear-gradient(234deg, rgba(0, 22, 64, 0.4) 23.62%, rgba(0, 0, 0, 0) 79.94%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../img/Alberto Lizarraga Background Coverimage.webp") center no-repeat, lightgray 50%;
	background-size: cover;
	border-bottom: 11px solid #ed2127;
	min-height: 750px;
    display: flex;
    align-items: flex-end;
    padding-top: 120px;
}

.section_coverpage .container-fluid {
	/* padding: 160px 0 0 0;*/
	position: relative; 
}

.section_coverpage .container-fluid .block_coverpage-content-wrapper .h1 {
	color: #ffffff;
	font-family: "Playfair Display", serif;
	font-size: clamp(2.75rem, 7vw + 1rem, 3.125rem);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 112px;
}
@media screen and (max-width:1199px) {
	.section_coverpage .container-fluid .block_coverpage-content-wrapper .h1{
		margin-bottom: 1rem;
		font-size: clamp(-0.25rem, 7vw + 1rem, 2.125rem);
	}
}
.section_coverpage .container-fluid .block_coverpage-content-wrapper p {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6875rem;
	margin-bottom: 40px;
}

.section_coverpage .container-fluid .block_coverpage-content-wrapper p strong {
	font-weight: 600;
}

.section_coverpage .container-fluid .profile-picture {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: auto;
	width: fit-content;
	height: 100%;
	min-height: 560px;
	max-height: 700px;
}
@media screen and (max-width:1199px) {
	.section_coverpage .container-fluid .profile-picture {
		position: relative !important;
		height: fit-content !important;
		min-height: fit-content !important;
		padding: 0 !important;
	}
	.section_coverpage .container-fluid .profile-picture img{
		height: 290px !important;
		width: 320px !important;
		object-fit: cover !important;
	}
}
.section_coverpage .container-fluid .profile-picture img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top center;
}

.section_about {
	background-color: #f7f8f6;
	padding: 50px 0;
}

.section_about .block_about-profile-image {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.section_about .block_about-profile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 40% 0;
}

.section_about .block_about-wrapper {
	margin: 0 0 58px;
}

.section_about .block_about-wrapper p {
	color: #000000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 35px;
}

.section_about .block_about-wrapper p:last-child {
	margin-bottom: 0px;
}

.section_about .block_about-logo-wrapper .about_logo {
	width: 100%;
	height: fit-content;
	max-width: 195px;
	margin-bottom: 10xpx;
}

.section_about .block_about-logo-wrapper .about_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tourism-information {
	padding: 45px 0;
}

.tourism-information .tourism-information-bg {
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 16/5;
	margin-bottom: 55px;
}

.tourism-information .tourism-information-bg:before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tourism-information .tourism-information-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.tourism-information .data-listing {
	display: flex;
	/* flex-wrap: nowrap; */
	justify-content: space-between;
	margin-bottom: 62px;
	gap: 1rem;
}
@media screen  and (max-width:767px){
	.tourism-information .data-listing {
		justify-content: center;
	}
}
.tourism-information .data-listing .list-item .data {
	display: block;
	color: #ed2127;
	text-align: center;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 18px;
}

.tourism-information .data-listing .list-item .data .stroke-text {
	color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.tourism-information .data-listing .list-item .info {
	display: block;
	color: black;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	width: 100%;
	max-width: 235px;
	margin: auto;
}

.tourism-information .divider {
	background-color: #ed2127;
	margin-bottom: 83px;
}

.tourism-information .source {
	color: black;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.lastest_properties {
	padding: 30px 0;
	background-color: #f7f8f6;
}

.section.cap_cana {
	position: relative;
	padding: 65px 0;
}

.section.cap_cana .row-features {
	margin-top: -85px;
}

.section.cap_cana .card_features {
	margin-bottom: 1.3rem;
}

.section.cap_cana .section_copy {
	color: white;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	width: 100%;
	max-width: 850px;
	margin: 0 auto 340px;
}

.section.cap_cana .section_copy strong {
	font-weight: 600;
}
@media screen and (max-width:1199px) {
	.section.cap_cana .section_copy {
		margin: 0 auto 10px;
	}
}
.section_testimonials {
	position: relative;
	padding-top: 75px;
	padding-bottom: 75px;
}

.section_testimonials .cover_background_section:before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.section_testimonials .heading-wrapper {
	margin-bottom: 80px;
}

footer {
	padding: 50px 0;
	border-bottom: 11px solid #ed2127;
	border-top: 1px solid #ddd;
	overflow: hidden;
}

footer .logo a img {
	width: 100%;
	height: auto;
	max-width: 160px;
	-webkit-transition: all ease-in-out 0.15s;
	-moz-transition: all ease-in-out 0.15s;
	-ms-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
}

footer .h2 {
	font-family: "Playfair Display", serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	color: #000000;
	margin-bottom: 15px;
}

footer nav ul li {
	/* margin-bottom: 10px; */
}

footer nav ul li a {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

footer dl dd {
	/* padding-bottom: 10px; */
	border-bottom: 1px solid #f7f8f6;
	/* margin-bottom: 10px; */
}

footer dl dd a {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

@media screen and (max-width:1199px) {
	footer {
		padding: 0;
	}
	footer .logo a img{
		max-width: 100px;
		margin-bottom: 1rem;
	}
}
.card img.card-img-top {aspect-ratio: 3 / 2;object-fit: cover;}
.single.single-post article p {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.single.single-post article h2, .single.single-post article h3, .single.single-post article h4 {
    font-weight: 300;
    margin: 2rem 0 1rem 0;
}