/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}

body {
	font-family:Arial;
	text-align:center;
	margin:0;
	/*background:rgba(162,116,97,0.8);*/
	background:#FFF;
	width:100%;
	height:100%;
}

.clearer{
    display:block;
    clear: both;
}
#cabecera{
	width:100%;
	height:auto;
	/*position: fixed;*/
	z-index:5000;
	display: table;
	padding: 30px 0;
	position: absolute;
	top:0;
}
#cabecera_fija{
	width:100%;
	height:auto;
	position: fixed;
	z-index:5000;
	display: table;
	padding: 10px 0;
	background:#fbeee6;
	display: none;
	z-index: 10000;
}
#cabecera_izq{
	width: 28%;
	float: left;
	text-align: right;
	margin: 0;
	padding: 0;
	padding-right: 2%;
}
#cabecera_izq img{
	height: 55px;
}
#cabecera_centro{
	width: 40%;
	padding: 0 30%;
	float: left;
	text-align:center;
	margin-top: 10px;
}
#cabecera_centro ul{
	width: 100%;
	list-style: none;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	height: auto;
	display: table;
}
#cabecera_centro ul li{
	width: 25%;
	text-align: center;
	float: left;
	font-size: 12px;
}
#cabecera_centro ul li a{
	text-decoration: none;
	padding: 10px 0;
	color: #999;
	display: block;
}
#cabecera_centro_fija{
	width: 40%;
	float: left;
	text-align:center;
	margin-top: 10px;
}
#cabecera_centro_fija ul{
	width: 100%;
	list-style: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	height: auto;
	display: table;
}
#cabecera_centro_fija ul li{
	width: 25%;
	text-align: center;
	float: left;
	font-size: 12px;
}
#cabecera_centro_fija ul li a{
	text-decoration: none;
	padding: 10px 0;
	color: #666;
	display: block;
}
#cabecera_der{
	width: 28%;
	float: left;
	padding-left: 2%;
	text-align: left;
	padding-top: 10px;
}
#cabecera_der img{
	height: 40px;
	padding: 0 5px;
}

/* INICIO */
#bloque_inicio{
	width: 100%;
	height: 100%;
	display: block;
	background-image:url(../images/FONDO_VERDE.svg);
	background-size: cover;
	position: relative;
}
#bloque_inicio_1{
	width: 20%;
	height: 100%;
	position: relative;
	float: left;
}
#bloque_inicio_2{
	width: 40%;
	float: left;
	text-align: center;
	padding-top:15%;
}
#bloque_inicio_2 img{
	width: 70%;
}
#bloque_inicio_3{
	width: 40%;
	height: 100%;
	float: left;
	text-align: center;
	background-image:url(../images/pexels-cottonbro-studio-3298687.png);
	background-size: cover;
}
#bloque_inicio_3 img{
	width: 100%;
}
#logo{
	width: 100%;
	padding: 50px 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 3%;
}
#logo img{
	width: 60%;
}
#menu_lateral{
	width: 100%;
	position: absolute;
	top: 35%;
	left: 0;
}
#menu_lateral ul{
	width: 80%;
	padding: 50px 10%;
	list-style: none;
}
#menu_lateral ul li{
	width: 100%;
	text-align: left;
}
#menu_lateral ul li img{
	height: 15px;
}
#menu_lateral ul li a{
	padding: 15px 0;
	width: 100%;
	display: block;
}
#menu_abajo{
	width: 100%;
	position: absolute;
	bottom:5%;
	left: 0;
}
#menu_abajo ul li{
	width: 80%;
	padding: 0 10%;
	list-style: none;
	text-align: left;
}
#menu_abajo ul li img{
	height: 10px;
}
#menu_abajo ul li a{
	padding: 10px 0;
	width: 100%;
	display: block;
}
#linea{
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 20%;
	z-index: 20000;
	background:rgba(254,254,254,0.4);
}


/* GALERÍA */
#bloque_galeria{
	width: 100%;
	height: auto;
	padding:100px 0;
	background: #FFF;
	display: table;
}
#bloque_galeria ul{
	width: 80%;
	padding: 50px 10%;
	list-style:none;
}
#bloque_galeria ul li{
	width: 33%;
	float: left;
	text-align: center;
}
#bloque_galeria ul li img{
	width: 70%;
}
#titulo_galeria{
	width: 100%;
	padding: 0;
	text-align: center;
}
#titulo_galeria img{
	height: 30px;
}


/* MENÚ */
#bloque_menu_cuerpo{
	width: 100%;
	height: 300px;
	display: block;
	background: #FFF;
	background-image:url(../images/FONDO_VERDE.svg);
	background-size: cover;
	margin: 80px 0;

}
#bloque_menu_izq{
	width: 40%;
    padding: 60px 0% 60px 10%;
    float: left;
    text-align: left;
}
#bloque_menu_izq img{
	height: 30px;
	padding: 10px 0;
}
.btn_menu{
	font-size:12px;
	padding:10px 20px;
	width:50%;
	text-decoration:none;
	text-align:center;
	background:#FFF;
	border-radius:20px;
	margin-bottom: 10px;
}
#bloque_menu_der{
	width: 50%;
    float: left;
    text-align: center;
    margin-top: -70px;
    display: flex;
    flex-direction: row;
        column-gap: 20px;
    justify-content: flex-end;
}
#bloque_menu_der img {
    width: 33%;
    height: 420px;
    object-fit: cover;
    object-position: top center;
}
#menu_izq{
	width: 40%;
	float: left;
	text-align: center;
	padding: 10px 0;
}
#menu_izq img{
	height: 50px;
}
#menu_der{
	width: 60%;
	float: left;
	padding: 20px 0;
}
#menu_der ul{
	width: 100%;
	list-style: none;
	height: auto;
	display: table;
}
#menu_der ul li{
	width: 25%;
	text-align: center;
	float: left;
	font-size: 12px;
}
#menu_der ul li a{
	text-decoration: none;
	padding: 10px 0;
	color: #FFF;
	display: block;
}

/* RESERVA */
#bloque_reserva{
	width: 80%;
	height: 400px;
	padding:100px 10%;
	background: #FFF;
	display: table;
}
#bloque_reserva_1{
	width: 30%;
	height: 500px;
	float: left;
	background-image:url(../images/res_pexels-lumn-604969.png);
	background-size: cover;
}
#bloque_reserva_2{
	width: 36%;
	height: 400px;
	padding: 50px 2%;
	float: left;
	text-align: left;
}
#bloque_reserva_3{
	width: 30%;
	height: 500px;
	float: left;
	background-image:url(../images/res_pexels-sebastian.png);
	background-size: cover;
}
#titulo_reserva{
	width: 100%;
	padding: 0;
	text-align: center;
	padding: 50px 0;
}
#titulo_reserva img{
	height: 30px;
}
.txt{
	width: 90%;
	padding: 20px;
	background: #EEE;
	font-size: 13px;
	color: #333;
	border: none;
	margin-bottom: 10px;
}
.enviar{
	width: 70%;
	padding: 20px;
	border: none;
	background:#d4efdf;
	color:#FFF;
	font-size: 13px;
	cursor: pointer;
}
span{
	font-size: 12px;
	color: #999;
	float: left;
	padding: 5px;
}

/* UBICACIÓN */
#bloque_ubicacion{
	width: 100%;
	height: auto;
	padding: 50px 0;
	display: table;
	background: #FFF;
	background-image:url(../images/FONDO_VERDE.svg);
	background-size: cover;
}
#bloque_ubicacion_izq{
	width: 50%;
	float: left;
	padding: 100px 5%;
	text-align: left;
}
#bloque_ubicacion_izq img{
	height: 200px;
}
#bloque_ubicacion_der{
	width: 36%;
	padding: 50px 2%;
	float: left;
	text-align: center;
	z-index: 6000000;
}
#bloque_ubicacion_der img{
	width: 100%;
}

/* FOOTER */
#footer{
	width: 100%;
	height: auto;
	display: table;
	background: #FFF;
	padding: 50px 0;
	text-align: center;
}
#footer img{
	height: 100px;
}

#desktop_fijo{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-image:url(../images/FONDO_VERDE.svg);
	background-size: cover;
	padding: 10px 0;
	z-index: 50000;
	display: none;
}
#whats{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 6000;
}


#cabecera_movil, #footer_movil, #bloque_galeria_movil{
	display: none;
}




#content {
    /*margin-bottom: 25px;*/
}
#carrusel {
    float:left;
    width:70%;
		margin: 0 15%;
    overflow:hidden;
    height:250px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

#carrusel .left-arrow {
    position:absolute;
    left:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}

#carrusel .right-arrow {
    position:absolute;
    right:10px;
    z-index:1;
    top:50%;
    margin-top:-9px;
}

.carrusel {
    width:4500px;
    left:0px;
    position:absolute;
    z-index:0;
}

.carrusel>div {
    float: left;
    height: 250px;
    margin-right: 5px;
    width: 250px;
    text-align:center;
}

.carrusel img {
    cursor:pointer;
}

.product {
    border:#CCCCCC 1px solid;
}












@media(max-width:1377px){
	.btn_menu{
		width: 30%;
    display: inline-block;
	}
}




@media only screen and (min-width:300px) and (max-width:1024px){
	body {
		text-align:center;
		margin:0;
		background:#EEE;
		width:100%;
		height:auto;
		background-size:cover;
		background-repeat: no-repeat;
	}
#desktop{ display: none;; }
#movil{ display: block;; }
#cabecera, #menu, #bloque_nosotros, #logotipo_inicio, #linea{
	display:none;
}
#cabecera_movil{
	width:100%;
	height:auto;
	padding:30px 0 50px 0;
	text-align:center;
	display:table;
	position:fixed;
	z-index:180000;
	/*background:#F4F3EC;*/
	background-image:url(../images/FONDO_VERDE.svg);
	background-size: cover;
	border-bottom:solid 1px #FFF;
}
#logo_movil{
	width:50%;
	text-align:center;
	position: absolute;
	top: 0;
	left: 25%;
	padding:5px 0;
}
#logo_movil img{
	height:70px;
}
#menu_movil{
	position:absolute;
	top:10px;
	left:5px;
	display:block;
}
#menu_movil_inicio{
	position:absolute;
	top:8px;
	left:50px;
	display:block;
}
#menu_movil_2{
	position:absolute;
	top:15px;
	left:5px;
	display:block;
}
#bloque_menu{
	width:100%;
	height:100%;
	padding:50px 0 0 0;
	/*background:#F4F3EC;*/
	background-image:url(../images/FONDO_VERDE.svg);
	background-size: cover;
	position:absolute;
	left:-100%;
	top:-8%;
	z-index:20000;
	display: table;
}
#opcion{
	width:100%;
	height:auto;
	padding:10px 0;
	text-align:center;
	font-size:15px;
	border-bottom:solid 1px #747962;
	display:table;
}
#opcion a{
	width:100%;
	text-decoration:none;
	padding:10px 0;
	color:#747962;
	display:block;
}
#datos_movil{
	width:auto;
	position:absolute;
	top:15px;
	right:10px;
	font-size:12px;
}
#datos_movil a{
	text-decoration:none;
	color:#F1F2F2;
}
.btn_menu{
	display: inline-block;
    width: 38%;
}



/* INICIO */
#bloque_inicio{
	width: 100%;
	height: 300px;
	padding-top: 90px;
	display: block;
	background-image:url(../images/FONDO_VERDE.svg);
	background-size: cover;
	position: relative;
}
#bloque_inicio_1{
	display: none;
}
#bloque_inicio_2{
	width: 60%;
	float: left;
	text-align: center;
	padding:50px 0;
}
#bloque_inicio_2 img{
	width: 90%;
}
#bloque_inicio_3{
	width: 40%;
	height: 300px;
	float: left;
	text-align: center;
	background-image:url(../images/pexels-cottonbro-studio-3298687.png);
	background-size: cover;
}
#bloque_inicio_3 img{
	width: 100%;
}

/* RESERVA */
#bloque_reserva{
	width: 100%;
	height: 400px;
	padding:50px 0 0 0;
	background: #FFF;
}
#bloque_reserva_1{
	width: 30%;
	height: 500px;
	float: left;
	background-image:url(../images/res_pexels-lumn-604969.png);
	background-size: cover;
	display: none;
}
#bloque_reserva_2{
	width: 90%;
	height: 350px;
	padding: 20px 5%;
	float: left;
	text-align: left;
}
#bloque_reserva_3{
	width: 100%;
	height: 400px;
	float: left;
	background-image:url(../images/res_pexels-sebastian.png);
	background-size: cover;
}
#titulo_reserva{
	width: 100%;
	padding: 0;
	text-align: center;
	padding: 20px 0;
}
#titulo_reserva img{
	height: 20px;
}
.txt{
	width: 90%;
	padding: 20px;
	background: #EEE;
	font-size: 13px;
	color: #333;
	border: none;
	margin-bottom: 10px;
}
.enviar{
	width: 70%;
	padding: 20px;
	border: none;
	background:#d4efdf;
	color:#FFF;
	font-size: 13px;
	cursor: pointer;
}
span{
	font-size: 12px;
	color: #999;
	float: left;
	padding: 5px;
}

/* UBICACIÓN */
#bloque_ubicacion{
	width: 100%;
	height: auto;
	padding: 50px 0 0 0;
	display: table;
	background: #FFF;
	background-image:url(../images/FONDO_VERDE.svg);
	background-size: cover;
}
#bloque_ubicacion_izq{
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
#bloque_ubicacion_izq img{
	width: 90%;
	height: auto;
}
#bloque_ubicacion_der{
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
#bloque_ubicacion_der img{
	width: 100%;
}

/* FOOTER */
#footer{
	display: none;
}
#footer_movil{
	display: block;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

/* MENÚ */
#bloque_menu_cuerpo{
	width: 100%;
	height: 300px;
	display: block;
	background: #FFF;
	background-image:url(../images/FONDO_VERDE.svg);
	background-size: cover;
	margin: 0;
}
#bloque_menu_izq{
	width: 100%;
	padding: 20px 0;
	text-align:center;
}
#bloque_menu_izq img{
	height: 30px;
	padding: 10px 0;
}
#bloque_menu_der{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
}
#bloque_menu_der img{
	height:350px;
}



/* GALERÍA */
#bloque_galeria_movil{
	width: 100%;
	height: auto;
	padding:50px 0;
	background: #FFF;
	display: table;
}
#bloque_galeria_movil ul{
	width: 100%;
	padding: 50px 0;
	list-style:none;
}
#bloque_galeria_movil ul li{
	width: 50%;
	float: left;
	text-align: center;
}
#bloque_galeria_movil ul li img{
	width: 95%;
}
#titulo_galeria{
	width: 100%;
	padding: 0;
	text-align: center;
}
#titulo_galeria img{
	height: 20px;
}


#carrusel {
    float:left;
    width:90%;
		margin: 0 5%;
    overflow:hidden;
    height:250px;
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}



}
@media(max-width:767px){
    #bloque_menu_der {
    flex-direction: row;
    flex-wrap: wrap;
}
#bloque_menu_der img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
}
