/*
* Theme Name: Mediterranean
* Text Domain: mediterranean
* Version: 1.0.1
* Description: Full Width, Bookings, Hotel
* Tags: full width, hotel, tourism
* Author: Araima Rodríguez
* Author URI: https://arod84.gihub.io
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Nunito+Sans:wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,300&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,700&display=swap');

/* ============== CSS GENÉRICO =========== */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

a:link,
a:hover,
a:active,
a:visited {
	text-decoration:none;
	color: inherit;
	cursor: pointer;
}

/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 77%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-family:  "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
}

@supports ( font-variation-settings: normal ) {

	body {
		font-family: 'Open Sans', Helvetica, sans-serif;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

body, html {
    position: relative;
    overflow-x: hidden;
}

.mobile {
	display: none;
}
/* ========= FORMATO TÍTULOS =========== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #458d97;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
    padding: 0 0 30px 0;
}

h3 {
    font-size: 1.6rem;
    padding: 0 0 30px 0;
}

h1,
h3 {
    font-weight: 800;
}

h2 {
    font-weight: 700;
}

p {
    font-size: 1.4rem;
    color: #8B8B8B;
}

h6 {
    font-size: 1.3rem;
    font-weight: 700;
}

.ml-title {
  font-size: 3.4rem;
}

.ml-btitle {
  font-size: 4rem;
}

.ml-subtitle2 {
	font-size: 2.4rem;
	margin-bottom: 0;
}

.ml-subtitle-box {
	font-size: 1.7rem;
	margin-bottom: 0;
}

.ml-subtitle3 {
	font-size: 2rem;
}

.ml-subtitle4 {
	font-size: 1.5rem;
}

p.ml-foto {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	bottom: 0;
	left: 15px;
	position: absolute;
}

p.ml-fototipo {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
	bottom: 5px;
	left: 20px;
	position: absolute;
}

#bgImg1,
#bgImg2,
#bgImg3,
#bgImg4,
#bgImg5,
#bgImg6,
.ml-img {
	position: relative;
}

/* Cambios Dani */
/*h2.mb-3.ml-subtitle2 span,h2.ml-subtitle2.mb-0.pb-0 span {
    font-size: 2.4rem;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    background-color: rgb(88 90 95 / 9%);
    padding: 1.25rem;
}*/
.row.homepage__usp__wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.container-valores {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.col-xs-12 {
    display: flex;
    width: 100%;
    margin: 0 auto;
} Esto no se puede hacer porque afecta toda la grid de bootstrap*/

.fa {
    font-weight: 900;
    font-size: 2rem;
}
.row-valores{
    display: flex;
    margin: 0 auto;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.homepage__usp {
    background-color: transparent;
    position: relative;
}
.homepage__usp>.container-valores {
    background-color: #0085ad;
    color: #fff;
    padding: 0;
}

.card-title {
  text-transform: capitalize;
}

footer a,
footer a:link,
footer a:visited,
footer a:active {
	color: #ccc;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

@media only screen and (min-width: 769px){}
.homepage__usp>.container-valores {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    border-radius: 4px;
    box-shadow: 0 3px 10px -1px rgba(0,0,0,0.12);
    max-width: 1000px;
}


.row.justify-content-center.w-100.wrapper.p-0 {
    margin-bottom: 25px;
}
.col-12.col-md-8.text-center.my-auto p {
    font-size: 14px;
}
section#moreAbout {
    margin-top: 25px;
}

.col-10.col-xl-7.mr-xl-5.pitchText.my-auto p {
    font-size: 15px;
}

h1 {
  font-size: 3.4rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a {
padding: 5px 24px;
display: block;
text-align: left;

}
select#location {
    font-size: 1.2rem;
    border: none;
}
select#location:focus,select#location:active,select#location:hover {
border: none;
}
button.btn.btn-lg.btn-primary a {
    color: #fff;
}

/* ========= HEADER =========== */

#stickyBar {
	background-color: #006673;
	z-index: 100000;
	line-height: 1;
	-webkit-box-shadow: -4px -1px 14px 1px rgba(56,56,56,0.07);
	-moz-box-shadow: -4px -1px 14px 1px rgba(56,56,56,0.07);
	box-shadow: -4px -1px 14px 1px rgba(56,56,56,0.07);
}

#stickyBar2 {
	background: #006673;
	z-index: 100000;
	line-height: 1;
	-webkit-box-shadow: -4px -1px 14px 1px rgba(56,56,56,0.07);
	-moz-box-shadow: -4px -1px 14px 1px rgba(56,56,56,0.07);
	box-shadow: -4px -1px 14px 1px rgba(56,56,56,0.07);
}

.mlsticky {
    position: fixed;
    top: 0;
	width: 100%;
}

#stickyBar2.mlsticky{    
    top: 40.4px;
    left: 0;
    width: 102%;
    padding: 0 !important;
    right: 0;
}

.mlsticky + .body-class {
  padding-top: 102px;
}

.ml-logo img {max-width:220px;margin-top: 1rem;}

.navbar {
    height: auto;
    color: #fff;
	padding-bottom: 0;
}

#navbarPrincipal {
	background-color: #458d97;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

#searchbar, #avantio-form {
    max-width: 1199px;
}

#navbarPrincipal a {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 1.4rem;
    color: #fff;
	text-decoration: none;
	padding: 0 .5rem;
}

.nav-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

header figure .ml-header-figure {
    height: 80px;
    width: 300px;
    padding: 5px 0 0 0;
}

/*.mlswSocial i {
	color: #458d97;
	margin-left: -18px;
	font-size: 1rem;
	z-index: 100000;
}*/

.mlswSocial {
	background: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-bottom-right-radius: 5px;
	padding: .9rem;
	position: relative;
	margin-left: -22px;
	vertical-align: middle;
}

.mlswSocial a:last-child::after {
	box-shadow: 0 0 0 2px #fff;
}

.ml-social-header {
   cursor: pointer;
}

.ml-social a,
.ml-social a:link,
.ml-social a:hover,
.ml-social a:active  {
	color:#458d97;
	text-decoration: none;
}

.ml-social a i {
	font-size: 1.2rem;
	margin-right: .6rem;
}

.ml-social a i:first-child {
	padding-left: 1.5rem;
}

.ml-contact a,
.ml-contact a:link,
.ml-contact a:hover,
.ml-contact a:active  {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: .9rem;
	font-weight: 400;
	text-transform: uppercase;
}

.ml-contact a {
  letter-spacing: 2px;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
	max-width: 100%;
	padding: 10px 0px;
	left: auto;
	border: none;
}

#navbarPrincipal li.menu-item .nav-item a {
	color: #222;
	text-decoration: none;
    padding: 1rem;
	font-weight: 400;
}

ul.navbar-nav {
	padding: 1rem 0 1rem 0;
	z-index: 9000000;
}

.navbar-toggler button:focus {
    outline: none;
}

img.ml-mobile-logo {
	max-width: 200px;
}

/*#navbarPrincipal.ml-sticky {
    position: fixed;
    top: 0;
	width: 100%;
}*/
/* Contacto Header */
.mlswHidden a {
	color: #fff;
	background: #458d97;
	padding: 1rem 3rem 1rem 1.8rem;
	position: relative;
	margin: 0;
	border-top: 2px solid #c3d9dc;
	border-bottom: 2px solid #c3d9dc;
	z-index: -5;
}

.mlswHidden i {
	color: #fff;
	margin-left: -18px;
	font-size: 1rem;
}

.mlswHidden i::before {
	margin-top: 5px;
}

.mlswHidden a::before {
	content: "";
	border-radius: 50%;
	width: 50px;
	height: 100%;
	position: absolute;
	background: #458d97;
	box-shadow: 0 0 0 2px #c3d9dc;
	left: -20px;
	z-index: -10;
	top: 0;
}

.mlswHidden span {
	display: none;
}

.mlswShow span {
	display: inline-block;
}

.mlswShow i {
	color: #458d97;
	margin-left: -18px;
	font-size: 1rem;
	z-index: 100000;
}

.mlswShow i::before {
	margin-top: 5px;
}

.mlswShow a {
	background: #fff;
	border-top: 2px solid #196573;
	border-bottom: 2px solid #196573;
	padding: 1rem;
	position: relative;
	margin-left: -22px;
}

.mlswShow a::before {
	content: "";
	border-radius: 50%;
	/*border-left: 2px solid #196573;
	border-right: 1px solid #fff;*/
	box-shadow: 0 0 0 1px #fff;
	width: 50px;
	height: 100%;
	position: absolute;
	background: #fff;
	left: -20px;
	z-index: -1;
	top: 0;
}

.mlswHidden a:hover {
  color: #fff;
}

/* Registra tu propiedad */
.ml-navbtn#navbtn a {
	/*position: absolute;
	color: #fff;
	font-weight: 900;
	background: #397aa3;
	padding: .5rem 2rem;
	top: 6px;
	border-radius: 20px;
	text-align: center;*/
	position: relative;
    color: #fff;
    font-weight: 900;
    background: #397aa3;
    padding: 9px 10px;
    border-radius: 0;
    text-align: center;
    font-size: 14px !important;
    display: inline-block;
}
.ml-navbtn#navbtn a:hover {background-color: #1D3468;}

/* =========== LANDING ========== */
.logo-ali {
	max-width: 150px;
	position: absolute;
	left: 5%;
	top: 5%;
	z-index: -1;
}
#landing {
    background-image: url('./assets/images/white-village-altea-in-spain-PRP3XFG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    min-height: 60vh;
    color: white;
    padding-bottom: 130px;
    padding-top: 145px;
		position: relative;
		/*animation: ml-back;
		animation-duration: 10s;
		animation-iteration-count: infinite;*/
    z-index: 0;
}

#landing .lead {
    font-weight: 300;
    font-size: 22;
}

.searchItem {
    padding: 30px;
}

.formGroup {
    max-width: 14.281%;
    position: relative;
    width: 100%;
    padding: 30px 5px 30px 15px;
    float: left;
    border-right: 1px solid #eee;
    line-height: 25px;
}
#formBusquedaAlquileres .formGroup select{
    max-width: 123px;
    border: none;
}
#formBusquedaAlquileres .formGroup:last-child{
    border-right: none;
}

#avantio-form.col-lg-12.col-md-12.col-xs-12 {
	padding-right: 0;
    padding-left: 0;
}

#searchbar, #formBusquedaAlquileres {
    background-color: white;
    height: 120px;
    color: black;
    border-radius: 3px;
}

.searchForm {
    padding: 50px;
}

.searchButton, #contenido_buscar {
    background-color: #397aa3;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    text-align: center;
    color: #fff;
    line-height: 60px !important;
    transition: background-color 0.3s ease;
}

#contenido_buscar a:hover{
    color: #fff;
    text-decoration: none;
}

.searchButton:hover, #contenido_buscar:hover {
  	background-color: #1D3468;
    cursor: pointer;
}

#formBusquedaAlquileres .formGroup select,
input[type=text],
input[type=date]  {
    border: none;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    outline: 0;
    font-size: 1.2rem;
    max-width: 105px;
    height: auto;
    color: #656C79;
}

#wpforms-11591 input[type=text] {
	max-width: 100%;
}


input[type=number] {
	border: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	outline: 0;
	font-size: 1.2rem;
    max-width: 180px;
	height: auto;
	color: #656C79;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=date]:focus {
    border: none;
    background-color: none;
    outline: 0;
    width: auto;
    height: auto;
}

input#departure,
input#arrival {
	min-width: 175px;
}

#searchbar label,
#searchbarBusiness label, #formBusquedaAlquileres .InterButton, #formBusquedaAlquileres label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
}

form#searchbar,
form#searchbarBusiness {
	padding: 0px!important;
}

.ml-relative {
	position: relative;
}

#mlcurve {
	position: absolute;
	left: 0;
}

.searchItem {
	border-right: 1px solid #eee;
}

div.searchItem:last-child {
	border: none;
}

.searchButton {
	cursor: pointer;
}

.searchButton label {
  margin-top: 1.3em;
}

.searchButton label i {
	margin-right: .5em;
}

.searchZoom:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*--------- BÚSQUEDA MÓVIL ------------ */

#searchbarMobile {
	margin-top: 2em;
	background: #fff;
	max-width: 380px;
	padding: 1.2rem;
}

.searchItemMobile {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.searchItemWrap {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}

.searchItemMobile.mobileSearchButton {
	padding: 10px 20px 10px 20px;
	margin: 10px 0 10px 0;
}

.innerSearchMobile {
	min-height: 50px;
}


select[name="mobile-location"],
input[name="mobile-arrival"],
input[name="mobile-departure"],
input[name="mobile-pax"],
input[name="mobile-dorms"],
input[name="dummy"] {
	border: none;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    outline: 0;
    font-size: 1.2rem;
    height: auto;
    color: #656C79;
	width: 80px;
}

.searchItemMobile label {
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
	color: #000;
	width: auto;
}
/* =========== TABADGE ============= */
#taBadge {
    border-radius: 50%;
    background-color: white;
    margin: 30px;
    margin: auto;
    margin-top: -60px;
    padding: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 20;
}

#taTitle {
    font-style: italic;
    font-weight: 700;
    color: #656C79;
    font-size: 14px
}

#taCaption {
    font-weight: 300;
    font-size: 14px;
}

/*============== TRIP ADVISOR ==========*/
.logo-trip {
	max-width: 63px;
}
/* =========== LISTINGS ============= */
#mlcurveListingsByCity {
  position: absolute;
  right: 16rem;
}

#listings,
#listingsByCity,
#listingsByType,
#listingsByRating {
    max-width: 1080px;
    margin: 50px auto;
}

.card {
    border: 0px;
}

.card-deck {
    margin: 20px 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.card img {
	/*background: url('/wp-content/uploads/2020/09/spa-salon-with-beach-view_53876-31335.jpg');*/
	min-height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
}

.card-title {
    color: #458d97;
    font-size: 18px;
    font-weight: 700;
}


.listingsPrice {
    color: black;
    font-size: 19px;
}

#mlcurvelistingsByRating {
	position: absolute;
	right: 0rem;
}
/* =========== SALESPITCH ========== */

.salespitch {
    height: auto;
    background-color: #F6F7F9;
}

#bgImage1 {
    height: auto;
    min-height: 500px;
    background-image: url('/wp-content/uploads/2020/08/benidorm-costa-blanca.jpg');	
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}

#bgImage2 {
    height: auto;
    min-height: 500px;
    background-image: url('/wp-content/uploads/2020/08/benidorm-alquiler-vacacional.jpg');
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}

.pitchTextWrapper {
    max-width: 1200px;
}

#sales2-front,
#sales1-front {
	display: none;
}

#sales1-front h2,
#sales1-front p,
#sales2-front h3,
#sales2-front p {
	color: #fff;
}

/* =========== BENEFITS ========== */

#benefits {
    height: auto;
    min-height: 60vh;
    padding-bottom: 50px;
    padding-top: 80px;
}

#benefitsWrapper,
#headerWrapper,
#ratingsWrapper,
#ctaWrapper {
    max-width: 1200px;
}

#benefitsWrapper .img-fluid {
    filter: brightness(0.75) saturate(140%) invert(5%) sepia(14%) saturate(140%) hue-rotate(125deg) contrast(40%);
}

/*-----RATINGS-----------*/

#reviewCarousel a.carousel-control-next, 
#reviewCarousel a.carousel-control-prev {
	width: 2%;
	color: #222;
}

#reviewCarousel span.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23222' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#reviewCarousel span.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23222' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#reviewCarousel {
    min-height: 60vh;
    max-height: 625px;
    overflow: hidden;
    position: relative;
}

#reviewCarousel .carousel-item {
    padding-top: 50px;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.25);*/
}

#reviewCarousel img{
    margin-top: -250px;
}

#ratings {
    height: auto;
    min-height: 500px;
    margin: 80px 0;
}

#cta {
    height: auto;
    width: auto;
    background: url("./assets/images/Calp.2162.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    color: white;

}

.blueBg {
    background: rgb(9,9,121);
    background: linear-gradient(180deg, rgba(9,9,121,0.42) 0%, rgba(2,32,95,0.78) 100%);
    width: 100%;
    background-size: cover;
    min-height: 500px;
}

#tips {
    /*height: auto;*/
    max-width: 1200px;
    height: auto;
    width: 100%;
    margin: auto;
}

footer {
    height: auto;
    background-color: #000;
}

footer a {
    color: gray;
}

.checked {
    color: orange;
}

.ratingBox {
    text-align: center;
    background-color: #f0f0f0;
}

.ratingBox .row {
    margin: 10px 0 ;
}

.avatar {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

#cta h2,
#cta p,
#cta button {
    color: white;
}

.btn-primary {
    background-color: #397aa3;
    border: 0px;
    font-weight: 700;
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    padding: 12px 36px;
}

.btn-primary:hover {
    background-color: #1D3468;
}



.wrapper{
    padding: 80px 0px;
}
footer

.maxWidth{
    max-width: 1200px;
}

/* ========== FEATURES ========== */
/* ============== ALOJAMIENTO ============ */

img.alojamiento-img {
	width: 1080px;
	height: auto;
	min-width: 1080px;
	object-fit: cover;
}

#articleLanding {
    color: white;
	background: rgb(28,52,103);
    background: linear-gradient(90deg, rgba(28,52,103,0.6) 0%, rgba(27,84,125,0.6) 35%, rgba(25,101,115,0.6) 100%);
}

#articleCarousel, #blogCarousel {
    min-height: 60vh;
    max-height: 625px;
    overflow: hidden;
    position: relative;
}

#blogCarousel .carousel-item {
    padding-top: 500px;
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.25);
}

#blogCarousel img{
    margin-top: -250px;
}

#carouselCaption{
    position: absolute;

}

.ml-slide-blog p {
  color: #fff;
}

h2.titleCarousel {
	font-size: 2.8rem;
}

#mainFeatures{
    min-height: 90px;
    max-height: 300px;
    background-color: #f0f0f0;
}

.svgIcon{
    width: 50px;
    fill: red;
}

#mainFeatures h6, #detailedFeatures h6{
    font-weight: 500;
    padding: 0 20px;
}

#reservation{
    min-height: 520px;
    background-color: #f0f0f0;
}

.price{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

#reservationForm input[type=text] {
    border: none;

    font-family: 'Montserrat', sans-serif;
    font-weight: 500;

    font-size: 15.75px;
    width: 100%;
    height: 50px;
    color: #656C79;
}

.reservationForm input[type=text]:focus {
    border: none;
    background-color: none;
    outline: 0;
    width: auto;
    height: auto;
}

#sectionVerMas {
    background: url(./assets/images/450.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(9,9,121,0.4);
    min-height: 400px;
    padding: 100px 0px;
}

/* =========== SEARCH ========== */

#searchLanding {
    height: auto;
    min-height: 160px;
    background-color: #f0f0f0;

}

.searchLandingItem {
    padding: 20px 30px;
		width: 16.67%;
}

.searchLandingButton {
	width: 16.6%;
}

.searchLandingButton a:hover {
    text-decoration:none;
}
#searchbarLanding {
    background-color: white;
    height: auto;
    min-height: 80px;
    color: black;
    padding: 0px;
    overflow: hidden;
    border-radius: 5px;
}

.searchLandingForm {
    padding: 50px;
}

.searchLandingButton {
    background-color: #FEC047;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: inherit;
    position: relative;

}

.searchLandingItem input[type=text],
.searchLandingItem input[type=number],
.searchLandingItem input[type=date] {
    border: none;
    background-color: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    outline: 0;
    font-size: .95rem;
    width: auto;
    height: auto;
    color: #656C79;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=date]:focus {
    border: none;
    background-color: none;
    outline: 0;
    width: auto;
    height: auto;
}

#searchbarLanding label, #reservationForm label, #filters label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .85rem;
}


.filters{
    border: none;
    border-radius: 30px;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    font-size: 12px;
}

.roundFilters{
    display:block;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 8px;
    font-size: 11px;

}

/* =========== BUSINESS ========== */

#landingBusiness {
    background-image: url('./assets/images/6380.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    height: auto;
    min-height: 50vh;
    color: white;
    padding-bottom: 130px;
    padding-top: 145px;
}

#searchbarBusiness {
    background-color: white;
    height: auto;
    min-height: 120px;
    color: black;
    padding: 0px;
    overflow: hidden;
}

.ml-img {
	margin-right: 5px;
}

.landing {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: auto;
    min-height: 60vh;
    padding: 100px 0;
}

img.business {
	float: left;
	width:  280px;
  height: 130px;
  object-fit: cover;
	padding: 5px;
}

img.business-lg {
	float: left;
	width:  370px;
  height: 280px;
  object-fit: cover;
	padding: 5px;
}

.list-business li {
	list-style-type: none;
	font-size: 1.8rem;
	line-height: 1.4em;
}

/* ================================= */
/* ========== CONTACT US =========== */
/* ================================= */
#landingContact{
    background-image: url('./assets/images/621306-PNUBWB-810.jpg');
    background-position: center top;
}
#landingContact h1, p{
    color: black;
}
/* Pequeño parche para mobile */
@media (max-width: 425px) {
    #landingContact{
        background-position: -90px;
    }
    #landingContact h1{
        font-size: 14vw;
    }
}
#bgImageContact {
    background-image: url('./assets/images/7537.jpg');
    background-position: top right;
}
.contact legend {
    font-weight: 600;
}
#contactMessage {
    resize: none;
    height: 240px;
    border: none;
}
/* ========= END CONTACT US ========= */

/* ============== RENT ============= */
#landingRent{
    background-image: url('/wp-content/uploads/2020/09/business-1.jpg');	
    background-attachment: fixed;
    background-position: bottom;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.5); /* Filtro negro sobre la imagen */
	min-height: 600px;
}

.asideImgProp {
	height: auto;
    min-height: 500px !important;
    background-size: cover;
    background-repeat: no-repeat;
}

#whoisRent {
    background: url('./assets/images/19454.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(9,9,121,0.4);
    min-height: 400px;
    padding: 100px 0px;
}

#bgImageRent1{
    background-image: url('./assets/images/6863.jpg');
    background-position: right;
}

#bgImageRent2{
    background-image: url('./assets/images/179314.jpg');
    background-position: right;
}

#ctaRent{
    background: url("./assets/images/376526.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(9,9,121,0.4); /* Filtro azul sobre la imagen */
    min-height: 400px;
    padding: 100px 0px;
}

.landing {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: auto;
    min-height: 60vh;
    padding: 220px 0;
}

h1.ml-alquilar {
	font-size: 3.8rem;
}

h2.ml-alquilar {
	font-size: 2.8rem;
}

h3.ml-alquilar {
	font-size: 2.4rem;
}

p.ml-alquilar {
	font-size: 1.8rem;
}

img.ml-icon {
	max-width: 150px;
	text-align: center;
	margin: auto;
}
/* ============= BLOG ENTRY ============ */


#landingRentForm{
    background-image: url('./assets/images/376526.jpg');
    background-attachment: fixed;
    background-position: bottom;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.5); /* Filtro negro sobre la imagen */
}

#bgImageRentForm{
    background-image: url('./assets/images/179314.jpg');
    background-position: center;
}

/* =========== SALESPITCH ========== */

.salespitch, .contact {
    height: auto;
    /* background-color: #F6F7F9; */
    background-color: rgb(240,240,240);
}

.asideImage {
    height: auto;
    min-height: 800px !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.pitchTextWrapper {
    max-width: 1200px;
}

/*----------- ABOUT ------------*/
#landingAbout {
    background-image: url('./assets/images/19454.jpg');
    background-attachment: fixed;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.5);
}

#bgImageAbout1 {
    background-image: url('./assets/images/12375.jpg');
}
.asideImage {
    height: auto;
    min-height: 800px !important;
    background-size: cover;
    background-repeat: no-repeat;
}

#sectionAgendar {
    background: url('./assets/images/10712.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1000px rgba(9,9,121,0.4);
    min-height: 400px;
    padding: 100px 0px;
}

/*------------------- FOOTER -----------------------*/
h3.footer-title {
	color: #fff;
	font-size: 1.6rem;
	padding-bottom: 15px;
}

.footer-link a i {
	margin-right: 10px;
}

button.btn-cookies#wpforms-submit-11591,
button.btn-cookies#wpforms-submit-11492 {
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	background: #397aa3;
	border-radius: 2px;
	border: none;
}

#wpforms-11492-field_3-container label,
#wpforms-11492-field_2-container label,
#wpforms-11492-field_1-container label {
	color: #fff;
}

/*------------------- POSTS -------------------*/
.ml-post h2 {
	text-align: center;
}

.ml-post h3 {
	font-weight: 500;
	padding-bottom: 10px;
}

.ml-post img {
	text-align: center;
}
/*-------------------- LAZY LOAD -------------------*/
.inline-photo {
	opacity: 0;
	transform: translateY(2em);
	transition: transform 4s .25s cubic-bezier(0,1,.3,1),
		opacity .3s .25s ease-out;
	will-change: transform, opacity;
}

.inline-photo.is-visible {
  opacity: 1;
  transform: translateY(0em);
}

#landing {
  opacity: 0;
  transition: opacity .5s .25s ease-out;
}

#landing.is-visible {
  opacity: 1;
}

.heading-form {
  transform: translateY(calc(-22% + 4em));
}

.is-visible .heading-form {
  transform: translateY(-22%);
}

.heading-form {
  transition: transform 4s .25s cubic-bezier(0,1,.3,1);
  will-change: transform;
}

/*------------ FADE IN -------------*/

.fade-in.is-visible {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes fadeIn {
	0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

/*--------------- SVG ANIMATIONS ------------------*/
.pahtfinder {
	opacity: 0;
}

.pathfinder.is-visible {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: dash 5s linear forwards;
	opacity: 1;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

/* ---------------------------
Animations */
.zoom:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}
.fade-out {
  animation: fadeOut ease 8s;
  -webkit-animation: fadeOut ease 8s;
  -moz-animation: fadeOut ease 8s;
  -o-animation: fadeOut ease 8s;
  -ms-animation: fadeOut ease 8s;
}
@keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

@-ms-keyframes fadeOut {
  0% {
    opacity:1;
  }
  100% {
    opacity:0;
	}
}


/*=============== RESPONSIVE =============*/

@media (max-width: 1720.98px) {
    .ml-navbtn#navbtn a {
        font-size: .8rem;	
	}
}

@media (max-width: 1420.98px) {
	.ml-title {
		font-size: 4.2rem;
	}
	#mlcurve {
		margin-top: 15px;
		margin-left: 30px;
	}
	/*.ml-navbtn#navbtn a {
		display: none;
	}*/
}

@media (max-width: 1200px) {
	.ml-title {
        font-size: 3.2rem;
    }
	.ml-subtitle2 {
		font-size: 2.2rem;
	}
	#landing {
		padding: 90px 15px 80px 15px;
	}
	.pitchTextWrapper {
		padding: 1rem 0 1rem 0;
	}
	img.business{
	   width: 170px;
       height: 70px
	}
	img.business-lg {
	   width: 100%;
       height: auto;
	}
}

@media (max-width: 992px) {
	.logo-ali {
		display: none;
	}
	#landing {
		padding: 60px 15px 50px 15px;
	}
	#searchbarMobile {
		display: block;
	}
	#searchbar,
	#searchbarBusiness {
		display: none;
	}
	.ml-title {
        font-size: 2.5rem;
    }
	.ml-subtitle2 {
		font-size: 1.6rem;
		margin-bottom: 1rem;
		padding-bottom: 0;
	}
	#searchbarMobile label,
	#searchbarMobile input,
	#searchbarMobile select {
		font-size: 1rem;
	}
	#mlcurve {
		width: 200px;
	}
	#benefits.row {
		margin-left: 0;
		margin-right: 0;
	}
	.card-title {
	    font-size: 1.2rem;
	}
	.card-text,
	.card-text p {
		font-size: 1.1rem;
		max-height: 58px;
		width: 100%;
		overflow: hidden;
	}
	#listings, #listingsByCity, #listingsByType, #listingsByRating {
        margin: 20px auto;
    }
	#mlcurveListingsByCity {
		display: none;
	}
	#mlcurvelistingsByRating {
		display: none;
	}
	#sales1-front,
	#sales2-front {
		display: block;
	}
	/*.inline-photo {
		max-height: 200px;
	}*/

	/*---BUSINESS--*/
	#landingBusiness {
		padding-bottom: 50px;
		padding-top: 60px;
		padding-left: 15px;
		padding-right: 15px;
   }
}

@media (max-width: 768px) {
    #landing {
		padding: 50px 15px 40px 15px;
	}
	.ml-title {
        font-size: 2.6rem;
    }
	#mlcurve {
		height: 100px;
        margin-top: -5px;
		margin-left: -5px;
		width: 220px;
	}
	.card-text,
	.card-text p {
		font-size: 1rem;
	}
	p.ml-par {
		font-size: 1.2rem;
	}
	.pitchText {
		width: 100%;
	}
	.ml-cta h2 {
		max-width: 100%!important;
		width: 400px!important;
	}
	select[name="mobile-location"],
	input[name="mobile-arrival"],
	input[name="mobile-departure"],
	input[name="mobile-pax"],
	input[name="mobile-dorms"] {
		width: 150px;
	}
	input[type="date"]::-webkit-inner-spin-button,
	input[type="date"]::-webkit-calendar-picker-indicator {
		display: none;
		-webkit-appearance: none;
	}
	
	#listingsByRating .col-md-4{width:100%;}
}

@media (max-width: 676px) {
    select[name="mobile-location"],
	input[name="mobile-arrival"],
	input[name="mobile-departure"],
	input[name="mobile-pax"],
	input[name="mobile-dorms"] {
		width: 100px;
	}
}



@media (max-width: 568px) {
	#mlcurve {
		height: 100px;
        margin-top: -10px;
		margin-left: -10px;
		width: 230px;
	}
    select[name="mobile-location"],
	input[name="mobile-arrival"],
	input[name="mobile-departure"],
	input[name="mobile-pax"],
	input[name="mobile-dorms"] {
		width: 100px;
	}
	.FRMClase.form_item select {
		max-width: 109px!important;
	}
	.heading-form {
	  transform: translateY(calc(-1% + 4em));
	}

	.is-visible .heading-form {
	  transform: translateY(-1%);
	}
}

/*@media only screen and (min-width: 769px){
    .desktop-menu{
        display: block !important;
    }
    .mobile-menu{
        display: none !important;
    }
}

@media only screen and (max-width: 768px){
    .desktop-menu{
        display: none !important;
    }
    .mobile-menu{
        display: block !important;
		padding: .5rem 0 1rem 0;
    }
}*/

@media only screen and (min-width: 800px){
    .desktop-menu{
        display: block !important;
    }
    .mobile-menu{
        display: none !important;
    }
}

@media only screen and (max-width: 799px){

	div#contenido_buscar {
		border: none;
		line-height: 10px !important;
	}

	#avantio-form.col-lg-12.col-md-12.col-xs-12 {
		top: 150px;
		width: 60%;
	}
/*
	.ml-dropdown {
		position: absolute;
		min-width: 160px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
		background: #fff;
		font-size: 1.1rem;
		right: 0;
		text-align: center;
		font-family: 'Montserrat';
		font-weight: 500;
		color: #656C79;
		line-height: 2rem;
		padding: 1rem;
	}*/
	
}

@media (max-width: 1199.98px) {
   .desktop-menu {
        display: none !important;
    }
    .mobile-menu {
        display: block !important;
		padding: .5rem 0 1rem 0;
		position: relative;
	}
	#avantio-form {
		padding: 0!important;
	}
	#tabla_form {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		background-color: #fff;
		position: relative;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		padding: 2rem;
		float: left;
		border: 1px solid #eee;
		line-height: 1.2em !important;
		max-width: 480px;
	}
   .formGroup {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		max-width: 450px;
		position: relative;
		width: 50%;
		padding-right: 1rem;
		padding-left: 1rem;
		padding: 1.5rem;
		float: none;
		border-right: none;
		line-height: 1.4em;
	}
	.formGroup:last-child {
		max-width: 800px;
		width: 100%;
		margin-top: 15px;
	}
	.wrapper-FRMEntrada,
	.wrapper-FRMPais,
	.wrapper-FRMClase {
        border-right: 1px solid #eee;
	}
	.wrapper-FRMEntrada,
	.wrapper-FRMSalida,
	.wrapper-FRMDestino,
	.wrapper-FRMPais {
		border-bottom: 1px solid #eee;
	}
	.searchButton,
	#contenido_buscar {
		line-height: 2rem!important;
	}
	#sombrap,
	#contenedor2,
	#contenidop2 {
		max-width: 480px!important;
		float: none!important;
	}
	.heading-form {
	  transform: translateY(calc(-5% + 4em));
	}

	.is-visible .heading-form {
	  transform: translateY(-5%);
	}
	
}

@media (min-width: 576px) {
	.nav-container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.nav-container {
		max-width: 820px;
	}
}
@media (min-width: 992px) {
	.nav-container {
		max-width: 1060px;
	}
}
@media (min-width: 1200px) {
	.nav-container {
		max-width: 1240px;
	}
}