html {
  scroll-behavior: smooth;
}


a:hover, a{
    text-decoration: none !important;
}


span{
    letter-spacing: -0.7px;
}



h2 a:hover, h2 a{
    color:#181818 !important;
}

h1{
    font-size: 3.5em;
    color: #6e4d27 !important;
}

h1, h2, h3, h4, h5{
    
    font-family: "Spectral", serif !important;
    font-weight: 200;
}

body, span, p, .carrito div, .resumen div{
    font-family: "Poppins", sans-serif;
    letter-spacing: normal !important;
}


nav a{
    font-family: "Poppins", sans-serif;
    color: black;
}


.reserva-ya{
    background: #6e4d27;
    margin-right: 10px;
}

.reserva-ya a{
    font-family: "Poppins", sans-serif;
    color: #FFF;
}

.reserva-ya a:hover{
    color: black;
}

.fa-star{
    color: #9f9f9f;
    margin-bottom: 39px;
    margin-right: 10px;
}

.caracteristicas li{
    padding:20px 0;
}

.m-top-30{
    margin-top: 30px !important;
}

.m-top-80{
    margin-top: 80px;
}

.m-top-120{
    margin-top: 120px;
}

.m-top-160{
    margin-top: 16px;
}

.m-bottom-30{
    margin-bottom: 30px;
}

.m-bottom-50{
    margin-bottom: 50px;
}

.beige{
    background-color: #ebe6dd;
    padding: 70px;
}

.beige a{
    color: #777;
    margin:10px 0;
    display: block;
}

.fas{
   margin:10px 0;  
    
}

.green{
    color:#6e4d27;
}

 .submitbutton, #btnConfirmarPedido, .boton-reservar span{
    background: #6e4d27 !important;
    float:left;
    padding: 17px 25px !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.btn-adelante{
    background: #6e4d27 !important;
    float:right;
    padding: 17px 25px !important;
    color: #fff !important;
    border-radius: 0 !important;
    margin: 25px;
}

.d-cliente{
    margin-top: 25px;
}

button, input, optgroup, select, textarea{
    font-family: 'Poppins', sans-serif !important;
}
.buscar{

    background: #6e4d27 !important;
    border-radius: 0px !important;
    color: #fff !important;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size:16px !important;
    line-height: 19px !important;
}

.buscar:hover{
    background: black;
    color: white;
}

 #btnActualizar{
    background: #6e4d27;
    padding: 8px !important;
    color: white;
    margin-top: -1px;
    width: 100%;
}



.calendario-div .calendario{
    border: 1px solid #6e4d27;
    float:left;
    height: 48px;
}

.lupa button{
    background:#dfdcd3 !important ;
    border-radius: 50px;
    padding: 10px 13px;
}

.lupa i{
    color:#fff !important;
}

.calendario-div .fa-calendar-check{
    float: right;
    margin-top: 5px;
    color: #dfdcd3;
}

@media only screen and (max-width: 991px){
    .fa-calendar-check{
        display: none;
    }

    .buscar{
        width: 100% !important;
        height: 48px;
    }

    .calendario-div{
        margin-top:20px !important;
    }

    .form-inline{
        margin-right:40px !important;
        margin-left:40px !important;
    }

    .form-inline .col-lg-3{
        padding:0;
        margin-top:15px !important;
    }

}


@media only screen and (max-width: 560px){
	.calendario-meses .left .calendario-mes {
		position: absolute;
		left: 42%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.calendario-meses .right .calendario-mes {
		display: none;
	}

    .table-year td:nth-child(4){
        display: none;
    }
    
    .reservas.alojamientos table td{
        border-left: 1px solid #979797;
    }
}

.calendario-disponibilidad .calendario-mes{
    color:#292929;
}
.calendario-disponibilidad .right, .calendario-disponibilidad .left{
  margin:25px 0;
}


.leyenda-libre i{
    color:#cac2af;
    border: 1px solid #cac2af;
    background: #cac2af;
}

.leyenda-nodisponible i{
    color: #ffffff;
    border: 1px solid #2f2c2c;
    background: #ffffff;
}

.leyenda-disponible i{
    color:#9b8e70;
    border: 1px solid #9b8e70;
    background: #9b8e70;
}

.leyenda-seleccionado i{
    color:#6e4d27;
    border: 1px solid #6e4d27;
    background: #6e4d27;
}

.calendario-dia a{
    color:#4a4a4a;
}

.reservas .calendario-meses .calendario-meses-flecha a{
    color: #000 !important;
    font-weight: bolder;
    margin:2px;
}
#teaser{
    width: 100%;
    min-height: 100%;
}

.conocenos .calendario-div{
        margin-top: 0;
}

.calendario-div{
    margin: auto;
    width: 100%;
}

@media only screen and (max-width: 991px){
    #teaser{
        width: 100%;
      
    }
    
    .calendario-div{
    width: 100%;
    }
    
    #footer{
        text-align: center;
    }
    
    #inicio{
        padding:10px 0;
    }
   
}

@media only screen and (min-width: 500px) and (max-width: 790px){
    #teaser{
     margin-top: 40px;
      
    }
}

@media only screen and (max-width: 499px){
    #teaser{
           margin-top: 115px;
      
    }
}


.t-dates {
    height: 36px;
    width: 130px;
}

.t-check-in, .t-check-out{
    border-color: transparent!important;
}

.t-datepicker{
    width: 105% !important;
}

@media only screen and (max-width: 430px){
    .calendario, .buscar{
        width:100%;
      
    }
}


/*-------------------------------------------------------RESERVAS-----------------------------------------------------*/


.regimen p, .precio h3{
    margin-top:20px;
}
.p-bottom-50{
    padding-bottom: 50px;
}
.seccion p{
    width: 100%;

}

.seccion h4{
   
    background:  #ebe6dd;
    width: 100%;
    color: black;
    padding:10px;
    line-height: 27px;
    margin-bottom: 20px;
    
}


.section h4 label{
   
    width: max-content;
    color: black;
    padding:10px;
    line-height: 27px;
    
}

.datos h5{
    background: #f0f0f0;
    padding: 10px;
    margin:0;
}

.regimen span{
    text-transform: initial;
    font-weight: 400;
}

.datos p{
    text-align: left;
    padding-left:10px;
    background: white;
    color:black;
}

.anadir{
    background: #6e4d27;
    width:100%;
    color: white !important;
}

.anadir a{
    color: white !important;
}

.anadir:hover{
    background: black;
    color:white;
}


.precio h3{
    font-size:1.4em;
    text-align: center;
}

.precio h2{
    color:black;
    text-align: center;
    margin-top:10px;
}

select{
    color:  #6e4d27;
    font-size:16px !important;
    font-weight: 400 !important;
}

.resultados-titulo-info{
    font-size:16px !important;
    font-weight: 400 !important;
    line-height: 24px;
    font-family: "Poppins", sans-serif !important;

}

@media only screen and (max-width: 992px) {
    
    .tarifa h4{
        border-top: 5px solid black;
    }
    
    h4.green{
    margin-bottom:40px;
    }
    
    .precio-total .carrito-de-compra-alojamiento-numero {
    font-size: 1em;
    }
    
    .section h4 label {
    width: auto;
    }
    
    #nosoy_cliente{
        margin-top:50px;
    }
 }

.single{
    width:100%;

}

.hr_ {
    width: 100%;
    border: 0;
    height: 2px;
    margin: 100px auto;
    background: grey;
}

.hr-right{
    width: 170px;
    border: 0;
    height: 2px;
    background: #6e4d27;
    margin: 20px 0;
}
.carrito-de-compra-elemento-seguir a{
    background: #beb6aa;
    padding: 15px;
    color: white;

}

.paso{
    color:#c9c9c9;
}


.carrito-resumen{
    margin-top:50px;
}

.item-galeria{
    top:1px !important;
}

.pie-pagina li{
    display: inline;
}



/* lo eliminÃ© por el tema del datepicker...
table th:nth-child(4){
    min-width: 200px;
   
}*/

.t-table-condensed th,.t-next, .t-prev {
    border: none !important;
}

tr{
        border: 2px solid #ffffff00 !important;
}

tbody{
    vertical-align: baseline;
}

table th{
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}

@media only screen and (min-width: 1200px){
    .section h4 label {
    width: 300px;
    }
   
    
}



@media only screen and (min-width: 1200px) and (max-width: 1399px){
   
    .select-flecha-imagen input, .datoscliente #UsuarioTelefono{
        width: 66%;
        margin: 20px 0;
    }
    
}

@media only screen and (min-width: 1400px){
   
    .select-flecha-imagen input, .datoscliente #UsuarioTelefono{
        width: 70%;
        margin: 20px 0;
    }
    
}

@media only screen and (min-width: 993px) and (max-width: 1199px){
    .section h4 label {
    width: 300px;
    }
    
    .select-flecha-imagen input, .datoscliente #UsuarioTelefono{
        width: 59%;
    }
    
}

@media only screen and (min-width: 580px) and (max-width: 992px){
    .section h4 label {
    width: 100%;
    }
    
    .select-flecha-imagen input, .datoscliente #UsuarioTelefono{
        width: 100%;
    }
    
}

@media only screen and (max-width: 579px){
    .section h4 label {
    width: 100%;
    }
    
    .select-flecha-imagen input, .datoscliente #UsuarioTelefono{
        width: 100%;
    }
    label.ancho-label{
        text-align: center;
    }
}


 td.boton-reservar a{
    background: #6e4d27;
    padding: 10px 20px;
    border-radius: 0 !important;
}

 td.boton-reservar a:hover{
    background: #000;
    
}

.conocenos p{
    text-align: justify;
    margin-top:20px;
}

.conocenos h4{
    margin-top:100px;
}

.tira-verde{
    background: #6e4d27;
    padding: 25px 0 0 0;
}

.text-white{
    color: #fff;
}

.gris{
    background:#f0f0f0; 
}

.padding-0{
    padding: 0;
}

.white{
    background:#f5f5f5;
}

.padding-50{
    padding: 50px 50px;
}

.padding-20{
    padding: 20px 50px;
}

.verde{
    color: #6e4d27;
}




.precio-quintana h3{
    text-align: center;
    margin-top: 30px;
}

.m-top-20{
    margin-top: 20px;
}

.m-top-35{
    margin-top: 35px;
} 


.tarifa-h4, .cantidad-h4{
    font-weight:600 !important;
}

@media only screen and (max-width: 991px){
    .cantidad-quintana{
    border:none;
    }
    
    .regimen{
    margin-top: 25px;
    border: none;
    }
    
    .precio-quintana h3{
    text-align: left;
    }
    .alojamientos select{
        width: 100%;
    }
    
    .row-tira-verde{
        margin-bottom: -33px;
    }
    .tira-verde h3{
        padding: 0 0 25px 0;
    }
    
}



    
}

.galeria-fotos-quintana .caja-1, .galeria-fotos-quintana .caja-2 .col-md-6{
    height:250px; 
      overflow: hidden;
}

.galeria-fotos-quintana .caja-1 img, .galeria-fotos-quintana .caja-2 .col-md-6 img{
    width:100%;
        height:100%;
        object-position: center;
        object-fit: cover;
}

.caja-2-foto-1{
    padding-right: 0px;
}

    .caja-2-foto-2{
    padding-left: 0px;
    position: relative;
    }

.mas-fotos{
    background: #0202028c;
    padding: 10px 20px;
    position: absolute;
    right: 15px;
    bottom: 0;
    color: #fff;
}
@media only screen and (min-width: 992px){
    .pmg{
        text-align: center;
        background:#c44d4d;
        margin-top: 50px;
        padding: 30px 0 0 0;
    }

    .pmg h3{
        color: #fff !important;
        margin-left: 90px;
    }

    
}


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


    .fa-badge-percent, .fa-suitcase-rolling{
        display: none;
    }
    
}

.pmg{
    text-align: center;
    background:#ebe6dd;
    margin-top: 50px;
    padding: 35px 0 5px 0;
}

.pmg h3{
    color: #000 !important;
}

.tarifas{
    padding: 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    margin: 20px 0 25px 0;
}

.m-top-40{
    margin-top: 40px;
}

.descuento{
    margin-bottom: 35px;
}

.deposito, .cancelacion{
    margin: 2px 0 !important;
    color: #6e4d27;
}

#polyglotLanguageSwitcher a.current:link{
    height: 2em !important;
}

.galeria{
    background: #fff;
}

body.carrito, body.single, body.resultados,  body.cheques{
    background: #fff;
}


@media only screen and (max-width: 698px){
    .paso{
        line-height: 23px;
    }
}

#btnConfirmarPedido{
    margin-bottom: 50px;
}

.row-tira-verde{
    margin-top: 45px;
}

.banner_{
    padding: 25px;
}

.listado-promo .row{
    padding: 10px;
    margin-top: 70px;
}


.float-right{
    float: right;
}

.float-left{
    float: left;
}

.prezo{
    font-size: 2em;
}

.cheque-div{
    margin-bottom: 60px;
}

.img-responsive{
    width: 100% !important;
    height: auto;
}

.registro .boton-aceptar{
    float: right;
    margin-bottom: 50px;
}

.fondo-descuento{
    background:#6e4d27;
    padding: 30px;
    color: #fff;
    border-radius: 5px;
    box-shadow:-webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.36);
-moz-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.36);
box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.36);
}

.fondo-verde{
    background: #6e4d27;
}




.calendario-disponibilidad .right{
    margin-right: 68px;
}



@media only screen and (min-width: 676px) and (max-width: 991px){

    .calendario-disponibilidad .right{
        margin-right: 100px;
    }
}

@media only screen and (min-width: 561px) and (max-width: 675px){

    .calendario-disponibilidad .right{
        margin-right: 0px;
    }
}

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

    .calendario-disponibilidad .calendario{
        margin:0 auto;
    }
}


.calendario-disponibilidad h4{
    padding-top: 20px;
}

.cartel-verde{
    background-color:#6e4d27;
    padding:25px;
    margin:50px 0;
    text-align: center;
}

.cartel-verde h1{
    font-weight: bolder;
}

.cartel-verde h1, .cartel-verde h2{
    color: #fff;
}

.cartel-2 h2{
    margin: 20px 0 0 0;
    padding: 0 0 50px 0;
}



.fechas-alojamientos h2{
    margin:25px 0 0 0;
    color: rgb(51, 54, 50) !important;
    font-size: 18px !important;
    line-height: 30px;
    font-weight: 400;

}

.fechas-alojamientos{
    margin: 50px 0;
}

.hotel h2 a{
    font-weight: 400 !important;
    color: rgb(74, 74, 74) !important;
    font-size: 36px !important;
}

.m-50{
    margin: 50px 0;
}

.hotel img{
    margin: 20px 0;
}


.parallax h1{
    position: absolute;
    top:0;
    left:0;
    background: #0e0e0e59;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px;
}


.direccion-hotel i{
    color: #000;
}

.ubicacion{
    color:#75bb59 !important;
    font-size:2em;
}

.caja-single{
    padding: 25px 0;
    margin:30px 0;
}

.m-top-form{
    margin-top: 25px !important;
}

.m-top-25{
    margin-top: 25px !important;
}

.cartel-verde{
    margin-top:25px !important;
}

.apartado-titulo{
    background: #e7e3dc;
    padding: 20px 0;
}

.apartado-titulo h3{
    color: #fff;
    font-weight: bold;
}

.anadir{
    background-color: #75bb59 !important;
}


.elige{
    text-align: center;
    margin: 20px 0;
}

.fa-star{
    font-size: 1em;
}
@media only screen and (min-width: 768px){
    .ubicacion-icono{
         width: 6% !important;
    }
}

#header .idiomas {
	
	line-height: 1;
	text-transform: uppercase;
}

#header .idiomas a {
    font-family: "Poppins", sans-serif !important;
	color: #fff;
    top:7px;
}

 .idiomas a {
	font-size:1em ;
}




@media only screen and (max-width:1799px){
    #header .idiomas  {
        position: absolute;
        top: 30px;
        right: 50px;
    }
}


@media only screen and (min-width:1800px) and (max-width:2200px){
    #header .idiomas  {
        position: absolute;
        top: 30px;
        right: 30px;
    }
}

@media only screen and (min-width:2201px){
    #header .idiomas  {
        position: absolute;
        top: 30px;
        right: 500px;
    }
}

@media only screen and (min-width:431px) and (max-width:575px){

    .calendario-div .calendario {
        width: 100%;
        padding: 0;
    }
}



.datoscliente .submitbutton{
    float: right;
}

@media only screen and (min-width: 1200px){
    .datoscliente .select-flecha-imagen input , .datoscliente #UsuarioTelefono{
        width: 74%;
    }
}

.atencion-info{
font-size: 0.7em;
}

.fa-trash{
    color: #bc2424;
}

.carrito .submitbutton{
    margin: 28px;
}

.carrito-resumen{
    padding: 20px;
}

#edatepicker {
    color: #6e4d27;
    font-weight: 400 !important;
    font-size:14px !important;
    line-height: 18px !important;
    padding-top:14px;
}

.cartel-verde{
    padding: 80px;
}

.cartel-2 h2{
    color:#666666;
}

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

    .cartel-2 h2{
        text-align: left!important;
    }
}

.hotel h2{
    margin-top: 15px;
}

.hotel .col-md-8 p{
    margin-top: -20px;
}

.hotel p strong{
    margin-bottom:20px;
}


@media only screen and (min-width: 576px) and (max-width: 767px){
    .calendario-div .buscar{
        width: 100%;
        margin-left: 0px;
    }

}

.texto-preview p{
    margin-top: 68px;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    color: rgb(119, 119, 119) !important;
    letter-spacing: normal !important;
    line-height: 24px !important;

}

.custom-social-icons{
    margin-top: 15px !important;
}

.idiomas a:last-child span{
    display:none;
}

.fechas-alojamientos h2{
    font-family: "Poppins", sans-serif !important;
    font-size: 1.5em;
}

.foto-single{
    position: relative;
    height: 450px;
    z-index: -9;
}


.caja-reservar{
    background: #ebe9e5;
    padding: 10px;
}


.carousel-control-next, .carousel-control-prev{
    background-color: #72796000 !important;
}


.calendario-dia a{
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 5px;
    background:#fff;
}

.calendario-dia.vacio a{
    background:#fff !important;
}

.caja-reservar select{
    margin-top:10px;
    background: #ffffff00;
}
.fa-suitcase-rolling{
    margin-top:13px;
}


.p-15{
    padding:15px;
}

.boton-reservar-ahora{
    width: 100%;
    background: #9b8e70;
    padding: 10px;
}

.boton-reservar-ahora a{
    color: #fff !important;
}

.tarifa-radio{
    color: #353331;
}

.carousel-control-next-icon{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")!important;
}


.pax select, .cod-prom{
    height: 48px;
    border: 1px solid #6e4d27;
    border-radius: 0 !important;
    text-align: center;
    font-weight: 400 !important;
    color: #000 !important;
    font-size:14px !important;
    line-height: 18px !important;
}

#cod::placeholder {
    color: #000 !important;
}

.fa-user-group{
    margin-top:20px;
    color: #6e4d27;
}

.precio-aperta{
    color: #6e4d27;
    padding: 10px 5px;
    font-size: 2em;
}

.carrito-de-compra-elemento .left, .carrito-de-compra-alojamiento-precio{
    padding: 20px 0;
}
.vaciar-compra{
    background: #dcdcdc;
    border: 1px solid #fff;
    text-align: center;
}

.seguir-comprando{
    background: #beb6aa;
    border: 1px solid #fff;
    text-align: center;
}
.finalizar-compra{
    background: #6e4d27;
    border: 1px solid #fff;
    text-align: center;
}

.vaciar-compra a, .seguir-comprando a{
    color: #000000;
}

.finalizar-compra a{
    color: #ffffff;
}

.table-year td:nth-child(4){
    float: right;
}



@media only screen and (max-width: 991px){
    .huespedes{
        padding:0 !important;
    }
    .caja-reservar{
        margin-top: 15px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px){

    .caja-reservar{
        width:400px;
    }

    .calendario-disponibilidad{
        width: 620px;
    background: #fff;
    }
}

.btn-aperta{
    background: #6e4d27;
    color:#fff;
    text-align: center; 
    padding: 10px 20px;
}

.carrito-de-compra-elemento img{
    margin-top: 20px;
}

@media only screen and (max-width: 475px){
#codigo-descuento, #btnActualizar{
    width:100%;
}

}

.condiciones label{
    display: contents;
}

.resumen-datos-cliente textarea{
    width:100%;
}


@media only screen and (max-width: 575px){
    .calendario-div{
        margin-top: -40px;
    }

}


@media only screen and (min-width:768px) and (max-width:991px){
    .carousel-control-next, .carousel-control-prev{
        top: 0px !important;
    }
}

@media only screen and (max-width:991px){
    .carousel-inner {
        height: 215px !important;
    }

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next, 
    .carousel-control-prev {
       
        background: radial-gradient(white, transparent)!important;
    }
}

.carousel-inner {
    height: 200px;
}

@media only screen and (max-width:991px){
    .mobile{
        display: block;
    }
    .desktop{
        display:none;
    }
}

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

.carrito-fin{
    padding: 0 10px;
}

.section-light{
    background:#f6f6f4 ;
    margin-top: -15px;
    padding: 30px;
}

.cod-prom input{
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
}

.texto-preview{
    border-right:25px solid #dad5ca;
}

.boton-reservar span{
    float:left;
}

.boton-reservar span{
    float:left;
}

.boton-reservar {
    float:right;
    font-family: "Poppins", sans-serif !important;
    background: #6e4d27;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.boton-reservar a{
    color: #fff !important;
}

.boton-reservar span:first-child, .boton-reservar span:nth-child(2){
    background-color: #e7e3dc;
    padding: 13px;
    border-radius: 50px;
    margin: 0 10px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 400 !important;
    line-height: 19px !important;
}

.boton-reservar span:nth-child(2){
    background-color: #e7e3dc;
    padding: 13px 20px;
    border-radius: 50px;
    margin: 0 10px;
    font-size: 0.8em;
    color: #6e4d27;
}


.boton-reservar span:nth-child(3){
    background-color:#6e4d27 ;
    padding:10px 20px;
}

.boton-reservar a{
    color: #fff;
}

.banda-single{
    background: #f6f6f4;
    padding: 20px;
}

.disposicion{
    background-color: #e7e3dc;
    padding: 25px 0;
    margin: 50px 0 !important;
}

.mas-datos h3{
    color:#6e4d27 !important;
    font-size: 1.3em;
    text-transform: inherit !important;
}

.mas-datos{
    padding:50px 0;
}

.mas-datos .col-md-3:nth-child(2),.mas-datos .col-md-3:nth-child(3){
    border-left:1px solid #e7e3dc;
    border-right:1px solid #e7e3dc; 
    padding: 0 30px;
}

.fa-asterisk{
    color: #6e4d27; 
    font-size: 0.6em;
}


.nombre-tarifa{
    background-color: #e7e3dc;
    padding: 20px;
    margin-top: 30px;
}

.tarifa-caja{
    background-color: #f5f5f5;
    padding: 25px;
}

.btn-continuar{
    background: #e7e3dc !important;
    width: 100% !important;
    border-radius: 0 !important;
    color: #6e4d27 !important; 
}

.condiciones_anadir{
    padding: 10px;
    background-color: #9b8e70;

}

.selector-villas select{
    width: 100%;
    border-radius: 0;
    height: 40px;
    text-align: center;
    background-color:#ffffff00;
    color: #fff;
    font-family: "Poppins", sans-serif !important;
}

.precio{
    font-size: 2em;
    color: #9b8e70;
    font-weight: bolder;
    font-family: "Poppins", sans-serif !important;
}

.noches{
    font-size: 1.5em;
    font-weight: bolder;
    font-family: "Poppins", sans-serif !important;
}

.condiciones-enlace a{
    color: #fff;
}

.condiciones-enlace{
    margin-top:7px !important;
    font-family: "Poppins", sans-serif !important;
}

.condiciones-enlace a:hover{
    color: #d1d1d1;
}

.fa-thumbs-up, .fa-credit-card{
    color: #000 !important;
}

#disponibilidad_form, .noches p{
    color: #9b8e70 !important;
    font-family: "Poppins", sans-serif !important;
}


.disposicion ul{
    padding-left: 0 !important;
}

.single .col-md-12 p, .disposicion li{
    font-size: 1.2em;
    letter-spacing: normal;
}

.mas-datos p{
    font-size: 1em !important;
}

@media only screen and (max-width: 767px){
    .noches p{
        text-align: center;
    }
}

.header-container{
    margin-top: 36px;
}

.nombre-alojamiento{
    font-family: "Poppins", sans-serif !important;
    font-weight: 300 !important;
}

.disposicion .fa-asterisk{
display:none;
}

.disposicion li{
    list-style-type: disc !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
    color: rgb(119, 119, 119) !important;

}

#footer{
    background-color: #fff !important;
}

.cs-subtitle{
    color:#84754d !important;
    font-size:12px;
    font-weight: 500;
    margin: 10px 0;

}

.cs-subtitle-wrap{
    padding:10px 0;
}

.cs-title-text p{
    font-size:15px;
}

#edatepicker-responsive{
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    margin-top: 8px;
    color: #6e4d27;
}

.checkin-datos p{
    font-size: 1em;
    padding: 20px 0;
}

.fondo-marron{
    background-color: #6e4d27;
    padding: 40px 15px 10px 15px;
}

.fondo-marron h1{
    color: #faf5f2 !important;
}

.features-apartamento{
    background-color:#faf5f2;
    padding: 20px 10px 10px 10px;
}

.features-apartamento p{
    color: #6e4d27;
}


.descripcion p{
padding:15px;
}

.border-beige{
    border: 3px solid #faf5f2;
}

.fechas p, .fechas span, .fechas .pfes, .tabla-disponibilidad .pfes{
    font-family: "Spectral", serif !important;
    color: #6e4d27;
}

.fechas p, .fechas span, .fechas .pfes, .tabla-disponibilidad .pfes{
    font-weight: 600 !important;
    color: #6e4d27;
      text-decoration: underline;
}

.fechas{
    padding: 5px 10px;
}

.fechas, .tabla-disponibilidad .pfes{
    padding:5px;
}

.espacio{
    width: 95% !important;
    margin: 20px auto;
}

.leyenda{
    margin-bottom: 15px;
}

.radiotr{
        margin-right: 5px;
}

.tarifa-nombre{
    font-size: 0.9em;
}

.st-head-row-main{
    display: none;
}


/* table stacktable*/

.carrito-table {
	width: 100%;
	border-collapse: collapse;
}

.carrito-table th,
.carrito-table td {
	padding: 12px;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {

    


	.carrito-table thead {
		display: none;
	}

	.carrito-table,
	.carrito-table tbody,
	.carrito-table tr,
	.carrito-table td {
		display: block;
		width: 100%;
	}

	.carrito-table tr {
		margin-bottom: 15px;
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 10px;
	}

	.carrito-table td {
		display: flex;
		justify-content: space-between;
		border: none;
	
	}

	.carrito-table td::before {
		content: attr(data-label);
		font-weight: bold;
		color: #666;
	}
}

.datos-de-tabla{
	padding-top: 35px !important;
}

@media (min-width: 992px) {
   .datos-de-tabla{
	text-align: center;
    }
 
}

   .trash{
    color: #6e4d27 !important;
   }

   .text-center, .centrar{
    text-align: center;
   }

   .centrar span{
    font-size: 2em;
    font-family: "Spectral", serif !important;
    color: #6e4d27 !important;
   }

   .marron0{
    background-color: #6e4d2730;
   }

   .marron1{
    background-color: #6e4d278f;
   }
   .marron2{
    background-color: #6e4d27;
   }

   .marron1 a{
    color: #fff !important;
   }
   .marron2 a{
    color: #fff !important;
   }

   .paso h1, .resumen h3{
    text-transform: capitalize;
   }


   /* pasos compra*/

   .pasos-compra {
	display: flex;
	text-align: left;
}



.pasos-compra h1 {
	margin: 0;
	color: #6e4d2730;
}

.pasos-compra .paso.active h1 {
	color:#faf5f2 !important;
}


.fondo-marron2{
    background-color: #6e4d27;
    padding: 40px 15px 10px 15px;
}

.fondo-marron2 h1{
    color: #faf5f244 !important;
}

.paso h1{
    margin-right: 15px;
}

.pasos-compra{

    margin-bottom: 30px;
}

.registro .form-group{
    padding: 10px 0;
}

.enviar-boton{
    background-color: #6e4d27;
     text-align: center;
}

.enviar-boton .btn{
    color: #fff !important;
   
}

.form-control, .btn{
    border-radius:0 !important;
}

#btnConfirmarPedido{
    width: 100%;
}

.datos-tipo-pago{
    padding: 40px 5px;
}

.datos-tipo-pago{
    text-align: center;
}

.datos-tipo-pago .col-md-6{
    padding: 15px;
}

#footer a{
    color: #7b5f55 !important;
    
        font-size: 0.9em;
}

#footer h5{
    font-size: 1.1em;
    color: #261716;

}
#footer li{
    margin: 0 !important;
}


ul{
    padding-left:0 !important;
}