@charset "utf-8";
/* CSS Document  */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
* {
    box-sizing: border-box
}
div {
    display: block
}
.contenedor {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background: none;
}
.ovfh {
    overflow: hidden
}
.paddingpeq {
    padding: 10px
}
.paddingmd {
    padding: 20px
}
.paddingg {
    padding: 30px
}
.mostrar {
    display: none
}
.padding1peq {
    padding-top: 10px
}
.padding2peq {
    padding-right: 10px
}
.padding3peq {
    padding-bottom: 10px
}
.padding4peq {
    padding-left: 10px
}
.padding1md {
    padding-top: 20px
}
.padding2md {
    padding-right: 20px
}
.padding3md {
    padding-bottom: 20px
}
.padding4md {
    padding-left: 20px
}
.padding1g {
    padding-top: 30px
}
.padding2g {
    padding-right: 30px
}
.padding3g {
    padding-bottom: 30px
}
.padding4g {
    padding-left: 30px
}
/*separadores */

.margin10 {
    margin: 10px
}
.margin20 {
    margin: 20px
}
.separahorz {
    margin: 0 10px 0 10px
}
.separaver {
    margin: 10px 0 10px 0
}
.separa-down {
    margin-bottom: 15px
}
.separa-downg {
    margin-bottom: 30px
}
.separa-up {
    margin-top: 15px
}
.separa-drch {
    margin-right: 10px
}
.separa-izq {
    margin-left: 10px
}
/*alineamiento de texto*/

.text-drch {
    text-align: right
}
.text-izq {
    text-align: left
}
.text-centro {
    text-align: center
}
.vm {
    vertical-align: middle
}
/* flotar */

.flotar {
    float: left
}
.flotar-drch {
    float: right
}
.fin-float {
    clear: both
}
.finfloat {
    clear: both
}
.posab {
    position: absolute
}
.posrel {
    position: relative
}
.bloque {
    display: block
}
/*columnas con porcentajes*/

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .colter, .col2ter, .colcuar, {
    float: left;
    padding: 0 12px
}
.col1 {
    width: 10%;
}
.col2 {
    width: 20%;
}
.col3 {
    width: 30%;
}
.col4 {
    width: 40%;
}
.col5 {
    width: 50%;
}
.col6 {
    width: 60%;
}
.col7 {
    width: 70%;
}
.col8 {
    width: 80%;
}
.col9 {
    width: 90%;
}
.col10 {
    width: 100%;
}
.colter {
    width: 33.3%;
}
.col2ter {
    width: 66%;
}
.colcuar {
    width: 25%;
}
.col-nopad {
    padding: 0 0
}
.col-pad {
    padding: 0 12px
}
.fila {
    width: 100%;
    clear: both;
    position: relative
}
/*Columnas de los precios*/

.col-cant, .col-pax, .col-pension, .col-price, .col-btn {
    float: left;
    padding: 0 3px
}
.col-cant {
    /*max-width:44px;*/
    width: 9%;
}
.col-pax {
    /*max-width:150px;*/
    width: 22%
}
.col-pension {
    /*max-width:162px;*/
    width: 25%
}
.col-price {
    /*max-width:154px;*/
    width: 22%
}
.col-btn {
    /*max-width:153px;*/
    width: 22%
}
.centrado-porcentual {
    position: fixed;
    top: 50%;
    z-index: 666;
    left: 50%;
    width: 75%;
    max-width: 680px;
    transform: translate(-50%, -50%);
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    border: 1px solid #E2E2E2;
    text-align: center;
}
.titulofotogaleriahab {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    vertical-align: text-top;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.lupa_foto_hab {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    cursor: zoom-in;
}
.text-azul {
    text-decoration: none;
    color: rgba(0, 153, 204, 1);
}
.barra_carrito_flotante {
    position: fixed;
    bottom: 0px;
    margin: 0px;
    z-index: 10000;
    right: 0px;
    left: 0px;
    background: rgba(69,90,96,0.80);
}
.loading_carrito {
    position: relative;
    display: none;
    top: 100px;
    width: 60%;
    margin: auto;
    text-align: center;
    z-index: 100;
    padding: 20px;
    border: 2px solid black;
    background: rgba(102, 102, 102, 0.7);
    color: #fff
}
/*botón up*/

.boton-subir {
    display: none;
    background: #00974B;
    border: thin solid #fff;
    border-radius: 3px;
    position: fixed;
    right: 15px;
    bottom: 2px;
    z-index: 999999999;
}
/*evento hover*/

.boton-subir:hover {
    box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 0.75);
}
/*estilos para el tag i*/

.boton-subir i {
    color: #fff;
    font-size: 1.5em;
    padding: 10px 10px 10px 7px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.promo-genius{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background:url(../images/img-genius.png)no-repeat top left;
    width:76px; 
    height:24px;
    padding: 5px 9px 5px 5px;

}
.img-extra{width:100%; max-width: 300px}




/********/

@media (max-width: 1366px) {
    .texto {
        font-size: 11px;
    }
}
@media (max-width: 1024px) {
    .col1-tab {
        width: 100%;
    }
    .col2-tab {
        width: 50%;
    }
    .col3-tab {
        width: 33%;
    }
    .ocultar {
        display: none;
    }
    .mostrar {
        display: block;
    }

}
@media (max-width: 1000px) {
 .galleta-reserva2 {
    margin-top:90px;
}
    .col1-movil {
        width: 100%;
    }
    .col2-movil {
        width: 50%;
    }
    .col3-movil {
        width: 33%;
    }
    .contenedor {
        margin: 5px;
    }
    .mostrar {
        display: block;
    }
    .centrado-porcentual {
        width: 90%;
    }
}
/************************************************************/

/*.btn {
    display: inline-block;
    padding: 8px 22px;
    font-size: 1, 2em;
    /*letter-spacing:1px;*/
   /* border: none;
    color: #FFF;
    background: #F18F00;
    text-decoration: none;
    font-family: 'Open Sans', san-serif;
    /*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);*/
/*}
.btn2 {
    padding: 4px 12px;
    font-size: 0.9em;
    color: #fff;
    background: rgba(204, 153, 0, 1);
    border: none;
    text-decoration: none;
}
.btn:hover {
    color: #222;
    background: rgba(213, 229, 105, 1);
    text-decoration: none;
}*/
.btn
	{ display:inline-block;
		padding:6px 20px;	
		font-size: 18px;
		/*letter-spacing: 1px;
		border: 2px solid white;*/
		background:#529892; cursor:pointer; color:#fff;  border:none;
		 font-family:'Yanone Kaffeesatz', sans-serif;
		/*box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.35);*/
	}
.btn2
	{ 		padding:7px 15px;
	font-size: 14px;
		letter-spacing: 1px;
				color: #222;
		background: #86BDBA;
		margin:5px;
	
		
	}
		
.btn:hover {
		color: #333;
		background: #86BDBA; text-decoration:none;
	}
.enlace {
    text-decoration: none;
}
.img-responsive {
    width: 100%
}
/**********sybelio inputs***************/

.cajainput, .form-hab input, .form-hab select {
    border: 1px solid #000;
    padding: 7px 3px;
    display: block;
    height: 34px;
    margin-bottom: 10px;
    /*width: 100%;*/
}
/*.cajainput{background:none}*/

.bordeabajo {
    margin: 18px 0;
    border-bottom: 2px solid #333;
    width: 100%
}
.precio {
    color: rgba(153, 51, 51, 1);
    font-weight: bold;
}
/********************para sybelio_reservations***************************/

.btn-pos {
    margin-top: 20px;
    margin-bottom: 20px;
}
.contenedor-motor {
    padding: 20px 0;
    overflow: hidden
}
.galleta-reserva2 {
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    margin-bottom: 20px;
		
}
.caja-syb {
    border: 1px solid #999;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 15px
}
.ventajas-sun h4 {
    line-height: 17px;
    margin: 2px;
    font-size: 17px
}
/**************************especificos-------------------------------------------*/

.contorno {
    border: 1px solid #ccc
}
.negrita {
    font-weight: bold
}
.blanco {
    color: #fff
}
.negro {
    color: #000
}
.gris {
    color: #888
}
.enlace {
    text-decoration: none;
}
.img-responsive, .img-resp {
    width: 100%
}
.activo {
    color: #DA8E21
}
.grupo {
    margin: 15px 0
}
.fecha-gal {
    font-size: 14px;
    width: 100%;
    height: 32px;
    line-height: 25px;
    padding: 3px;
    border: 1px solid #999
}
.destacado3 {
    background: #987742;
    color: #fff;
    font-size: 22px;
    padding: 3px 10px
}
.destacado2 {
    background: #D9CDB9;
    color: #000;
    font-size: 18px;
    padding: 3px;
    display: inline
}
.text-descuento {
    color: rgba(255, 153, 0, 1);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
/**********galleta comparador precios*************/

.comparadorprecios {
    position: fixed;
    bottom: 5px;
    right: 15px;
    width: 250px;
    border: 1px solid #333;
    border-radius: 10px 0 10px 10px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: hidden
}
.comparadorprecioschico {
    position: fixed;
    bottom: 3px;
    right: 0;
    width: 100%;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: hidden
}
.comparadorprecios h3 {
    color: #fff;
    margin: 3px
}
.comparadorprecioschico h3, .comparadorprecioschico p {
    display: inline;
}
.comparador-otrosprecios {
    padding: 5px;
    background: #fff;
    margin-top: 3px;
}
.mejorpreciocomparador {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #fff
}
.textopeq {
    font-size: 15px
}
.capa-cerrar {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 20px;
    text-align: right;
}
.cerrar {
    background: #fff;
    color: #333;
    padding: 2px 4px;
	text-decoration:none;
}
@media screen and (max-width: 1023px) {
    .comparadorprecioschico {
        bottom: 65px;
    }
	.comparadorprecios {
    
		bottom: 65px;}
}