@charset "UTF-8";
/* CSS Document */
/* VERDE  9CBE47 */
/* AZUL  009DE0 */
/* ROJO  C5292E */

/* VERDE fondo D2DFA2 */

body{
	margin:0;
	padding:0;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 200;
}


/*
@media (min-width: 1440px) {
	
	
}

@media (min-width: 1024px) and (max-width: 1439px){
	
}

@media (min-width: 720px) and (max-width: 1023px){
	
}

@media (min-width: 480px) and (max-width: 719px){
	
}

@media  (max-width: 479px){
	
	
}

*/
/* -----------  genericos -----------*/

.content{
	width: 95%;
	max-width: 600px;
	margin: auto;
}

#navegador{
	position:relative;
}

/* -----------  cab -----------*/
#cab{
	display: flex; 
	flex-direction: row ;
	
}

#cab #menu{
	width: 50%;
	padding: 30px 10px;
}

#cab #menu .fas{
	font-size: 44px;
	color:#009DE0;
}

#cab #logo{
	width: 50%;
	padding: 5px;
	text-align:right;
}
/* -----------  filtros -----------*/

#filtros {
	z-index: 99;
	position: absolute;
    left: 0;
    top: 110px;
   	background:#fff;
	display:none;
	width: 100%;
}

#filtros .filtro{
	padding: 10px;
	display:flex;
	border-bottom:1px #696969 solid;
	
}
#filtros #i_nombre{
	padding: 5px;
	font-size: 18px;
	width:240px;
}
#filtros .filtro:first-child{
	border-top:1px #696969 solid;
}

#filtros .filtro .imagen{
	padding-right: 20px;
}

#filtros .filtro .nombre{
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 8px; 
}
/* -----------  portada -----------*/
#portada{
	position:relative;
	
}
#portada #banner_principal img,
#portada #hero img{
	width:100%;
}

#portada #banner_principal{
	margin-top: 40px;
}

#portada #botones{
	margin-top:40px;
	display:flex;
	justify-content: space-around;
}

#portada #botones #places,
#portada #botones #sites,
#portada #botones #deals
{
	width:100px;
	text-align:center;
}
#portada #botones #places,
#portada #botones #sites{
	
}

#portada #botones #deals{
	
}

#portada #botones .boton img{
	width: 100%;
}

#portada #botones .boton .txt{
	font-size:18px;
	color:#009DE0;
	font-weight: 600;
	margin-bottom: 10px;
    text-align:center;
}


#portada #botton_portada{
	width: 160px;
	height: 50px;
	background: #C5292E;
	color:#fff;
	font-size:24px;
	text-align: center;
	font-weight: 600;
	padding-top:20px;
	margin: 50px  auto;
	  border-radius: 15px;
}

/* -----------  mapa -----------*/

#info_content{
	width:280px;
	overflow:hidden;
}
#info_content .content_2{
	display:flex;
	margin-top:10px;
	margin-bottom:20px;
}
#info_content .dir{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 200;
	font-size:16px;
	line-height: 1.4;
	display:block;
	width:80%;
}
#info_content .foto{
	width: 100px;
	height: 100px;
	overflow:hidden;
	margin:5px 0;
}
#info_content .foto img{
	width:100%;
}

#info_content h1{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: uppercase; 
}

.gm-style-iw-d{
	overflow:hidden !important;
	min-width:300px !important;
}

.gm-style .gm-style-iw-c{
	max-width:300px !important;
}
#info_content .info{
	width:CALC(100% - 120px);
	font-size: 11px;
	font-weight: 400;
	padding-left:10px;
}

#info_content a{
	color:#009DE0;
	text-decoration: none;
	
}

#info_content .texto{
	color:#009DE0;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 400;
	margin-left: 10px;
	display:inline-block; 
	margin-top:15px;
	
}

#info_content .sepa{
	height: 30px;
}
/* -----------  benners -----------*/

#banners .banner{
	width:100%;
	margin: 10px 0;
}

#banners .banner img{
	width:100%;
}
/* -----------  final -----------*/

#cabecera a{
	text-decoration: none;
}
#cabecera .icon{
	font-size:32px;
	color:#05CBCB;
}
#cabecera .direccion .fa{
	padding-right: 0.5em;
}
#cabecera div{
	padding: 10px;
}

#cabecera .direccion{
	width: CALC((100% - 200px)/2);
	text-align: left;
}

#cabecera .logo{
	width: 200px;
	margin:auto;
	text-align: center;
}

#cabecera .logo img{
	width: 25%;
}
#cabecera .iconos{
	width: CALC((100% - 200px)/2);
	text-align: right;
	display:flex;
	justify-content: flex-end;
}
#cabecera .iconos .nav {
 
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}


#cabecera .iconos .nav ul {
  	list-style: none;
  	padding: 0;
 	 margin: 0;
	display: flex;
	justify-content: flex-end;
}
#cabecera .iconos .nav .nolink{
	padding: 0 1em;
	color: #000;
	font-weight: 600;	
	
}
#cabecera .iconos .nav li a {
  color: #999;
  display: block;
  text-decoration: none;
  padding: 0 1em;
	font-weight: 600;	
}
#cabecera .iconos .nav li a:hover {
 	color: #000;
	font-weight: 600;
}


/* -----------  pie -----------*/

#pie {
   width:100%;
   height:120px;   /* Height of the footer */
   background:#05CBCB;
	display:flex;
	color:#fff;
	

}

#pie #sociedad{
	padding:20px;
	width:30%;
	text-align: left;
}

#pie #centro{
	padding:20px;
	width:30%;
	text-align: center;
}
#pie #centro .nombre{
	padding-bottom: 15px;
	font-weight: 600;
}
#pie #centro .redes a{
	color:#fff;
	text-decoration: none;
}
#pie #centro .redes .fab{
	font-size:32px;
	
	padding-right: 0.5em;

	
}

#pie #links{
	padding:20px;
	width:33%;
	text-align: right;
}

#pie ul {
  	list-style: none;
  	padding: 0;
 	 margin: 0;
	
}

#pie li a {
  	color: #ffffff;
  	display: block;
  	text-decoration: none;
	font-weight: 400;	
}
#pie a:hover {
 	color: #000;
	font-weight: 400;
}

/* -----------  NOSOTROS -----------*/

#nosotros{
	margin-top:80px;
	display:flex;
}

#nosotros .dcha{
	width: 45%;
	padding:40px 20px;
	font-size: 80px;
	font-weight: 700;
	color:#f2cc0f ;
	text-align:left;	
}

#nosotros .izda{
	width: 45%;
	padding:10px;
	font-size: 16px;
	font-weight: 400;
	color:#000 ;
	text-align:left;	
}

/* -----------  PRODUCTOS PORTADA -----------*/
#productos {
	margin-top:40px;
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#productos .producto{
	width:CALC((100% - 120px)/3);
	margin-right: 60px;
	margin-bottom: 60px;
}
#productos .producto:nth-child(3n){
	margin-right: 0;
}

#productos .producto a{
	text-decoration:none;
	color:#000;
}

#productos .producto .imagen{
	width: 100%;
	
}

#productos .producto .imagen img{
	width: 100%;
}

#productos .producto .textos{
	background:#f2cc0f ;
	padding: 10px;
	text-align: center;
	margin-top:-5px;
}

#productos .producto .textos .nombre{
	font-size: 22px;
	font-weight: 800;
	padding-bottom: 5px;
}

#productos .producto .textos .tipo{
	display:none;
}

#productos .producto .textos .capacidad{
	font-size: 16px;
	font-weight: 800;
	padding-bottom: 5px;
}

/* -----------  PRODUCTO RESERVA -----------*/

#reserva #int_reserva{
	DISPLAY:flex;
}

#reserva #int_reserva #izda{
	width:600px;
}

#reserva #int_reserva #izda #suplementos .suplemento,
#reserva #int_reserva #izda #descuentos .descuento,
#reserva #int_reserva #izda #precios .precio{
	display:flex;
}
#reserva #int_reserva #izda #precios .precio div{
	padding:5px 20px;
}

#reserva #int_reserva #izda #suplementos .suplemento div,
#reserva #int_reserva #izda #descuentos .descuento div{
	padding: 5px;
}
#reserva #int_reserva #dcha{
	WIDTH:CALC(100% - 600px);
	padding-left: 60px;
}

#reserva #int_reserva #dcha .nombre{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.8;
		
}
#reserva #int_reserva #dcha .tipo{
	display:none;
}
#reserva #int_reserva #dcha .licencia,
#reserva #int_reserva #dcha .capacidad{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8;
		
}

#reserva #int_reserva #dcha .fechas{
	DISPLAY:flex;
	padding-bottom: 20px;
}
#reserva #int_reserva #dcha .fechas .etiqueta{
	font-size:14px;
	font-weight: 600;
	line-height: 1.6;
}

#reserva #int_reserva #dcha .fechas .fecha:first-child{
	margin-right: 20px;
	
}
#reserva #int_reserva #dcha .fechas input{
	font-size: 18px;
	padding: 5px;
}

#reserva #int_reserva #dcha .boton{
	background: #f2cc0f;
	padding: 10px 20px;
	border: none;
	font-size: 14px;
	font-weight: 400;
	margin-top:20px;
	cursor:pointer;
}

#planning table{
	table-layout: fixed;
}


#planning table td {
    width: 20px;
   	overflow:hidden;
}

#planning .mes{
	font-weight: 700;
	
}
#planning .dia{
	font-size: 12px;
	text-align: center;
	
}

#planning .dispo{
	background: #61f905;
	
}
#planning .no_dispo{
	background: #f93305;
	
}
#planning .no_dia{
	background: #f7f7f7;
}

#mensaje_reserva{
	margin:20px 0;
}

#ocultar_planing,
#ver_planing{
	margin:20px 0;
	
}

#ocultar_planing a,
#ver_planing a{
	color:#000;
	text-decoration:none;
}

#mensaje_reserva .ko{
	color:#ff0000;
	font-weight: 700;
}

#reserva table{
	width:100%;
	max-width: 400px;
}

#reserva .precio{
	text-align: right;
}

#reserva .total{
	font-weight: 700;
}

#reserva #datos_personales .item{
	margin-top: 10px;
}

#reserva #datos_personales .item .etiqueta{
	font-size: 12px;
	font-weight: 700;
}

#reserva #datos_personales .item .dato input{
	width: 360px;
	font-size: 14px;
	padding:5px;
}