@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');



body, input, textarea, button, select {
    font-family: 'Montserrat', sans-serif;
}
html, body {
    font-size:10px;
}

body {
    margin:0;
    color:var(--oScriptsColor2);
    font-weight: 400;
    background: #efefef;
}

* { box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 136em;
  padding: 0 8em;
  margin: 0 auto;
  position: relative;
}
a { text-decoration:none; }

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-weight: normal;
}

img {
	max-width:100%;
}
.table { display: table; }
.cell { display: table-cell; vertical-align: middle; }
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently */
}


#hotelesMapaLista {
	position: relative;
}
#mapaHoteles {
	height: 590px;
}
#mapaHoteles p {
	color : #4D4745;
	font-size: 13px;
	font-weight: 400;
	padding: 0 10px;
}
.gm-style .gm-style-iw {
	text-align: center;
}
.gm-style .gm-style-iw h1,
.gm-style .gm-style-iw h2,
.gm-style .gm-style-iw h3,
.gm-style .gm-style-iw h4,
.gm-style .gm-style-iw h5,
.gm-style .gm-style-iw h6 {
	font-size: 19px;
	margin: 0;
	font-weight : 700;
	font-size : 20px;
	color : #000000;
	margin: 0px 0 10px;
	padding: 0 10px;
	text-align: center;
}
.gm-style .gm-style-iw a {
	color: #5BBA47;
}

.gm-style .gm-style-iw p {
	text-align: center;
	font-size : 12px;
	letter-spacing : 0.6px;
	color : #4D4745;
}

.gm-style .gm-style-iw .botonHCPopup {
	display: inline-block;
	background: #FDCE07;
	padding: 10px 20px;
	border-radius: 3px;
	font-size : 10px;
	color : #6D37D1;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.3s;
	cursor: pointer;
}
.gm-style .gm-style-iw .botonHCPopup:hover {
	background: #000000;
	color: #FDCE07;
}

h1 {
	font-size: 4em;
	font-weight: 700;
	line-height: 1.2em;
	color: #000000;
	max-width: 13em;
	text-align: left;
}
h2 {
	font-size: 3em;
	font-weight: 700;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
}
.boton {
    background: #FDCE07;
    color: #6D37D1;
    padding: 1em 2em;
    display: inline-block;
    font-size: 2em;
    line-height: 1em;
    font-weight: 700;
    border-radius: 0.2em;
    transition: all 0.3s;
}
.boton:hover {
    background: #E5B701;
}

.solapas_filtros {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -1.8em 2em;
}

#hotelesMapaLista .filtros {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0.5em;
}
#hotelesMapaLista .filtros .select {
	display: inline-block;
	width: 220px;
	margin: 0.7em;
	text-align: left;
	position: relative;
	cursor: pointer;
	pointer-events: all;
}
#hotelesMapaLista .filtros .select .valor {
	padding: 16px 20px;
	font-size : 14px;
	color : #897F7C;
	background: #ffffff;
	border-radius: 3px;
	position: relative;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.1);
}
#hotelesMapaLista .filtros .select select {
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
	opacity: 0;
}
#hotelesMapaLista .filtros .select select option {
	font-size : 13px;
	color : #897F7C;
	border-radius: none;
}
#hotelesMapaLista .filtros .select .valor::before {
	content: ""; display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #897f7c transparent transparent transparent;
	right: 20px;
	top: 50%; margin-top: -3px;
}

#hotelesMapaLista .filtros .select:hover {
}


#listaHoteles {
	padding: 0;
	position: relative;
}
#listaHoteles .fondo {
	background-image: url(images/hoteles_certificados_lista_fondo.jpg);
}

#listaHoteles .listacontainer {
	max-width: 100%;
	padding: 0;
	margin: auto;
}
#listaHoteles .slider {
	background: #ffffff;
	position: relative;
	overflow-y: scroll;
	max-height: 590px;
}
#listaHoteles .slider .scroll {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

#listaHoteles .slider .hotel {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 35px 20px 50px 130px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-right: dashed 1px #897F7C;
	text-align: left;
}
#listaHoteles .slider .hotel::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	height: 34px; width: 100%;
	background: #E0E0E0;
	z-index: 0;
}
#listaHoteles .slider .hotel h4 {
	position: relative;
	font-weight : 700;
	font-size : 1.8em;
	letter-spacing : 0.9px;
	color : #000000;
	margin: 0 0 5px;
}
#listaHoteles .slider .hotel p {
	position: relative;
	font-size : 1.3em;
	line-height : 18px;
	letter-spacing : 0.65px;
	color : #4D4745;
	margin: 0 0 15px;
}
#listaHoteles .slider .hotel .boton {
	position: absolute;
	left: 130px;
	bottom: 20px;
	font-size : 12px;
	letter-spacing : 0.55px;
	color : #6D37D1;
	background: #FDCE07;
	padding: 7px 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 700;
	margin-right: 10px;
	transition: all 0.3s;
}
#listaHoteles .slider .hotel .certificacion {
	position: relative;
	background: url(images/certificacion_oro.png) center no-repeat;
	background-size: 90px auto;
	position: absolute;
	left: 25px; top: 26px;
	width: 90px; height: 70px;
}
#listaHoteles .slider .hotel .certificacion.Plata {
	background-image: url(images/certificacion_plata.png);
}
#listaHoteles .slider .hotel .certificacion.Bronce {
	background-image: url(images/certificacion_bronce.png);
}

#listaHoteles .slider .hotel .boton.fa-map {
	background-color: #897F7C;
	font-size: 16px;
	padding: 7px 15px;
	color: #C8B4A9;
	left: 230px;
}

#listaHoteles .slider .hotel .boton:hover {
	background-color: #000000;
	color: #FDCE07;

}

.popupHC {
	text-align: left;
}
.popupHC .foto {
	background: url(images/popupHC-foto.jpg) center no-repeat;
	background-size: cover;
	height: 285px;
	margin-bottom: 35px;
}

.popupHC h3 {
	font-weight : 700;
	font-size : 28px;
	letter-spacing : 1.4px;
	color : #5BBA47;
	margin-bottom: 23px;
	padding: 0 50px;
}
.popupHC h3 span {
	background: url(images/certificacion_oro.png) center no-repeat;
	background-size: cover;
	width: 100px; height: 80px;
	display: inline-block; vertical-align: middle;
	margin-right: 20px;
	margin-top: -15px;
}
.popupHC h3 span.Plata {
	background-image: url(images/certificacion_plata.png);
}
.popupHC h3 span.Bronce {
	background-image: url(images/certificacion_bronce.png);
}
.popupHC .certif {
	font-size : 16px;
	line-height : 18px;
	letter-spacing : 1px;
	color : #4D4745;
	padding: 5px 60px;
    margin: 0;
}
.popupHC .certif .bandera {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 5px;
	width: 30px;
	border-radius: 2px;
}
.popupHC .texto {
	padding: 0 60px;
    margin-top: 20px;
}
.popupHC .texto p {
	font-size : 12px;
	line-height : 23px;
	color : #4D4745;
}

.popupHC .info, #novedad .modulo.izq .info {
	margin: 30px;
	background: #ECE4D7;
	padding: 20px 30px;
	border-radius: 7px;
}
.popupHC .info p, #novedad .modulo.izq .info p {
	font-size: 12px;
	letter-spacing: 0.6px;
	color: #4D4745;
	margin: 5px 0;
}
.popupHC .info p i, #novedad .modulo.izq .info p i {
	color : #897F7C;
	font-size : 12px;
	margin-right: 10px;
	opacity: 0.5;
}
.popupHC .info p a, #novedad .modulo.izq .info p a {
	color: #4D4745;
	font-weight: 600;
}

.popupHC .info .redes a,
#novedad .modulo.izq .info .redes a {
    display: inline-block; vertical-align: middle;
    color: #4D4745;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 20px;
    padding: 12px 16px 0 0px;
}
.popupHC .info .redes a:hover,
#novedad .modulo.izq .info .redes a:hover {
    opacity: 1;
}

#novedad .modulo.izq .info {
	margin: 30px 0;
}

#hotelesCertificados {
	background: url(images/travelsales/mapa_fondo.png) center no-repeat #efefef;
	background-size: cover;
	padding: 6em 0;
}

#hotelesCertificados .columnas {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 -1em 2em;
}
#hotelesCertificados .columnas .columna {
	padding: 1em;
}

#hotelesCertificados .solapas {
	margin: 0.5em;
	text-align: left;
}
#hotelesCertificados .solapas .boton {
	background: #FDCE07;
	color : #6D37D1;
	display: inline-block;
	vertical-align: middle;
	margin: 0.6em;
	padding: 0.7em 2em;
	border-radius: 0.2em;
	font-weight : 700;
	font-size : 2em;
	line-height : 1em;
	cursor: pointer;
	transition: all 0.3s;
}
#hotelesCertificados .solapas .boton i, #hotelesCertificados .solapas .boton span {
	display: inline-block; vertical-align: middle;
}

#hotelesCertificados .solapas .boton.activo {
	background-color: #000000;
	color: #FDCE07;
}

#hotelesCertificados .solapas .boton.outline {
	border: 1px solid #E6E6E6;
	color: #897F7C;
	background: none;
	font-size: 17px;
}
#hotelesCertificados .solapas .boton.outline:hover {
	color: #AFD136;
	border-color: #AFD136;
}

.cluster img {
	left: 0;
}

.conoce {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 3em;
}
.conoce div {
	padding: 1.5em 2em;
}

@media (max-width: 1100px) {
	#listaHoteles .slider .hotel {
		flex: 0 0 50%;
		max-width: 50%;
	}
}


@media (max-width: 1200px) {

	body {
		font-size: 9px;
	}
	.container {
		padding: 0 4em;
	}

}

@media (max-width: 900px) {

	body {
		font-size: 8px;
	}
	.container {
		padding: 0 3em;
	}

}

@media (max-width: 700px) {
	#listaHoteles .slider .hotel {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
