@font-face {
    font-family: 'Perpetua Titling MT';
    src: url('/assets/fonts/perpetua/PerpetuaTitlingMT-Bold.woff2') format('woff2'),
        url('/assets/fonts/perpetua/PerpetuaTitlingMT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'perpetua_titling_mt_stdlight';
    src: url('/assets/fonts/perpetua/perpetua-titling-mt-std-light-webfont.woff2') format('woff2'),
         url('/assets/fonts/perpetua/perpetua-titling-mt-std-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

.contenedor-popup h1,
.bg-black h1{
    font-family: 'Poiret One', cursive;
    font-size: 40px;
}
.contenedor-popup .bg-black,
.bg-black{
    background-color: #000;
    padding:15px;
}
.bg-black{
    margin-top: -1px;
}
.contenedor-popup .bg-black h1,
.bg-black h1{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top:8px;
    margin-bottom: 8px;
}
.contenedor-popup:not(.modal_cena) .fondo-cuerpo{
    background-color: #edeef0;
    padding: 25px 30px;
}
.contenedor-popup .fondo-cuerpo p{
    font-family: 'Poiret One', cursive;
    text-align: center;
    font-size: 32px;
    line-height: 1.3;
}
.boton-popup{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    opacity: 1;
    z-index: 1;
}
.bg-black a{
    text-decoration: none;
}

.contenedor-popup.modal_cena{
    background: #e7e0dc url("/assets/img/cena/hojas.png") no-repeat no-repeat;
    background-position: center bottom, bottom center;
    background-size: 100%, cover;
}
.modal_cena a{
    text-decoration: none;
    font-family:'Poiret One', cursive;
    font-size:32px;
    border-bottom: 2px solid #ff177c;
    color: #000;
}
.modal_cena h1{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}
.modal_cena .fondo-cuerpo h3{
    font-family: 'Poiret One', cursive;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    text-transform: none;
}
.modal_cena .fondo-cuerpo p{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 23px;
}
.modal_cena .franja{
    width: 100%;
    background: rgba(255, 143, 181, 0.7);
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: lighter;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.modal_cena .boton-popup{
    color:#ff177c;
    font-size:50px;
    font-weight: lighter;
    opacity: 1;
    font-family: 'Poiret One', cursive;
}
.loguito{
    margin-top:10px;
}
/*Popup new year*/
.modal-new-year .modal-content{
    border:3px solid #000;
    border-radius: 0;
    background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("/assets/img/popup/fondo_new_year.jpg");
    background-position: center, center;
}
.modal-new-year .boton-popup{
    display: inline-block;
    color: #d3b316;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
}
.modal-new-year .titulo_seccion{
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: normal;
}
.modal-new-year p{
    font-family: 'Poiret One', cursive;
    text-align: center;
}
/*Popup new year*/
/* Popup best rate */
.modal-best-rate .modal-content{
    background-color: transparent;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border:none;
}
.modal-best-rate button.close{
    position: absolute;
    top: 0;
    right: 6px;
    width: 15px;
    height: 15px;
    display: block;
    z-index: 1000;
}
.boton_br{
    width: 300px;
    height: 300px;
    margin:auto;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.boton_br:hover{
    text-decoration: none;
    opacity: 1;
}
.boton_br.br_limited{
    background-color: #dac4a2;
}
.boton_br.br_cocotulum{
    background-color: #32230b;
}
.boton_br .texto_best_rate{
    text-transform: uppercase;
    color:#fff;
    font-size:30px;
    display: block;
    line-height: 1.1;
    margin-bottom: 10px;
}
.br_limited .texto_book{
    font-family: "danielregular", sans-serif;
    color:#9e005d;
    font-size: 33px;
    margin-top: 10px;
    text-decoration: none;
}
.boton_br:hover .texto_book{
    text-decoration: underline;
}
.br_cocotulum .texto_book{
    font-family: 'Perpetua Titling MT', sans-serif;
    font-size: 22px;
    margin-top: 10px;
    text-decoration: none;
    color:#fff;
}
/* fin Popup best rate */
/* Popup BF */
.modal-bf .modal-content{
    border:3px solid #000;
    border-radius: 0;
    background-image: url("/assets/img/popup/black_friday/bg_black_friday.jpg");
    background-position: center;
    background-size: cover;
}
.modal-bf p{
    color: #fff;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 30px;
}
.modal-bf .boton-popup{
    color:#fff;
    font-family: 'EB Garamond', serif;
    font-size: 40px;
    text-transform: uppercase;
    position: relative;
}
.modal-bf .foto_bf{
    margin-top:-70px;
}
/** Popup holiday*/
/* fuente perpetua_titling_mt_stdlight*/
.modal-holiday .modal-content{
    border:3px solid #000;
    border-radius: 0;
    background-image: url("/assets/img/popup/holiday/bg_2024.jpg");
    background-position: center;
    background-size: cover;
}
.modal-holiday .titulo_seccion {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    /*font-family: 'perpetua_titling_mt_stdlight', sans-serif;*/
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    margin-top: 55px !important;
    margin-bottom: 0;
}
.modal-holiday p{
    text-align: center;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    font-size: 22px;
}
.modal-holiday .boton-popup{
    position: initial;
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    text-transform: uppercase;
}
.modal-holiday .close{
    opacity: .8;
    color:#fff;
    margin-top:9px
}
/** fin Popup holiday*/
/**
Popup de cerrado
 */
.popup-de-cerrado{
    background-color: #78a18f;
    border:2px solid #78a1b0;
    width:100%;
    /*text-align: center;*/
    position: fixed;
    right: 0;
    top:97px;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 10;
}
.popup-de-cerrado .vertical-align{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup-de-cerrado h2{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: right;
    width: 100%;
    margin-bottom: 0px;
}
.popup-de-cerrado p{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.popup-de-cerrado .btn.btn-coco{
    background-color:#000;
    border:2px solid #fff;
    border-radius: 0;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding:10px;
    display: inline-block;
    white-space: normal;
    text-align: center;
    font-size: 15px;
}
.popup-de-cerrado .btn.btn-coco:hover{
    background-color: #fff;
    color:#000;
    border-color: #000;
}
.popup-de-cerrado .icono_oferta{
    width:70px;
    display: block;
    margin: auto;
}
.popup-de-cerrado .nombre-ico{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.popup-de-cerrado .nombre-ico small{
    display: block;
}
.popup-de-cerrado p{
    margin-bottom:3px;
    line-height: 1.1;
}
.extra_padding{
    padding-top:145px;
}
.extra_padding_sep{
    padding-top:260px;
}
.popup-de-cerrado small.aviso{
    text-align: right;
    color:#fff;
    display: block;
    width: 100%;
}
.col-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 1281px) {
    .modal-dialog{
        min-width: 600px;
    }   
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .modal-dialog{
        min-width: 600px;
    }
    .popup-de-cerrado .btn.btn-coco{
        padding:5px;
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .contenedor-popup h1,
    .bg-black h1{
        font-size: 35px;
    }
    .contenedor-popup .bg-black,
    .bg-black{
        padding-top:20px;
        padding-bottom: 20px;
    }
    .contenedor-popup .fondo-cuerpo img{
        max-width: 40%;
    }
    .contenedor-popup .fondo-cuerpo p{
        font-size: 28px;
    }
    .popup-de-cerrado{
        top:90px;
    }
    .extra_padding {
        padding-top: 140px;
    }
    .extra_padding_sep{
        padding-top:250px;
    }
    /* BF */
    .modal-bf p{
        font-size: 25px;
    }
    .modal-bf .boton-popup{
        font-size: 27px;
    }
    .modal-bf .foto_bf {
        margin-top: -50px;
        max-width: 180px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .contenedor-popup .fondo-cuerpo img{
        max-width: 35%;
    }
    .popup-de-cerrado{
        top:90px;
    }
    .extra_padding {
        padding-top: 140px;
    }
    .extra_padding_sep{
        padding-top:250px;
    }
    .popup-de-cerrado .btn.btn-coco{
        padding: 9px 4px;
        font-size: 11px;
    }
    .popup-de-cerrado h2{
        font-size: 20px;
    }
    /* BF */
    .modal-bf p{
        font-size: 20px;
    }
    .modal-bf .boton-popup{
        font-size: 25px;
    }
    .modal-bf .foto_bf {
        margin-top: -50px;
        max-width: 180px !important;
    }
}
@media (min-width: 481px) and (max-width: 767px){
    .contenedor-popup h1,
    .bg-black h1{
        font-size: 35px;
    }
    .contenedor-popup .bg-black,
    .bg-black{
        padding-top:20px;
        padding-bottom: 20px;
    }
    .contenedor-popup .fondo-cuerpo p{
        font-size: 30px;
    }
    .contenedor-popup .fondo-cuerpo img{
        max-width: 50%;
    }

    #modalCena .modal-dialog{
        width: initial;
    }

    .modal_cena a{
        font-size:23px;
    }
    .modal_cena h1{
        font-size: 18px;
    }
    .modal_cena .fondo-cuerpo h3{
        font-size: 23px;
        padding-left: 10px;
        padding-right: 10px;
        margin-top:2px;
        margin-bottom: 2px;
    }
    .modal_cena .fondo-cuerpo p{
        font-size: 18px;
        margin-bottom: 2px;
        line-height: 1;
    }
    .modal_cena .franja{
        font-size: 23px;
        padding: 10px;
    }
    .modal_cena .boton-popup{
        font-size:50px;
    }
    .contenedor-popup h1, .bg-black h1 {
        font-size: 25px !important;
        margin-top:2px;
        margin-bottom: 2px;
    }
    .contenedor-popup .fondo-cuerpo {
        padding: 0;
    }
    .loguito{
        margin-top:-47px !important;
        max-width: 150px;
    }
    #modalCena{
        z-index:4000;
    }
    /*Popup fin de año*/
    .modal-new-year .titulo_seccion{
        font-size: 25px;
        margin-top: 10px;
    }
    .modal-new-year p{
        font-size: 22px;
    }
    .modal-new-year .boton-popup{
        font-size: 25px;
        margin-bottom: 15px;
    }
    /*Popup fin de año*/
    .popup-de-cerrado .vertical-align:not(.flex-mobil){
        display: block;
    }
    .popup-de-cerrado{
        top:50px;
    }
    .extra_padding {
        padding-top: 145px;
    }
    .popup-de-cerrado .btn.btn-coco{
        float: right;
        margin-top: 0px;
        padding:5px 15px;
        font-size: 12px;
    }
    .popup-de-cerrado h2{
        text-align: left;
    }
    .flex-mobil{
        display: flex;
        flex-direction: row;
    }
    .flex-mobil h2, .flex-mobil small.aviso{
        width: 50%;
    }
    .extra_padding_sep{
        padding-top:220px;
    }
    .col-flex{
        display: block;
    }
    /* BF */
    .modal-bf p{
        font-size: 21px;
    }
    .modal-bf .boton-popup{
        font-size: 25px;
    }
    .modal-bf .foto_bf {
        margin-top: -50px;
        max-width: 180px !important;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .contenedor-popup h1,
    .bg-black h1{
        font-size: 35px;
    }
    .contenedor-popup .fondo-cuerpo p{
        font-size: 25px;
    }
    .contenedor-popup .fondo-cuerpo img{
        max-width: 50%;
    }
    .modal-dialog {
        margin-left: 30px;
        margin-right: 30px;
    }
    .contenedor-popup .fondo-cuerpo {
        padding: 15px 20px;
    }

    #modalCena .modal-dialog{
        width: initial;
    }

    .modal_cena a{
        font-size:20px;
    }
    .modal_cena h1{
        font-size: 16px;
    }
    .modal_cena .fondo-cuerpo h3{
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .modal_cena .fondo-cuerpo p{
        font-size: 16px;
    }
    .modal_cena .franja{
        font-size: 20px;
        padding: 10px;
    }
    .modal_cena .boton-popup{
        font-size:50px;
    }
    .contenedor-popup h1, .bg-black h1 {
        font-size: 22px !important;
    }
    .contenedor-popup .fondo-cuerpo {
        padding: 10px 0px;
    }
    /*Popup fin de año*/
    .modal-new-year .titulo_seccion{
        font-size: 22px;
        margin-top: 10px;
    }
    .modal-new-year p{
        font-size: 21px;
    }
    .modal-new-year .boton-popup{
        font-size: 25px;
        margin-bottom: 15px;
    }
    /*Popup fin de año*/
    .modal-holiday .boton-popup{
        font-size: 20px;
    }
    .modal-holiday .titulo_seccion {
        font-size: 22px;
        margin-top: 55px !important;
        margin-bottom: 0;
    }
    /**
    popup cerrado
     */
    .popup-de-cerrado .vertical-align:not(.flex-mobil){
        display: block;
    }
    .popup-de-cerrado{
        background-color: #77a190;
        border:2px solid #3e6555;
        width:100%;
        padding:5px;
        top:50px;
    }
    .popup-de-cerrado h2{
        font-size: 15px;
        margin-top:0px;
        margin-bottom: 5px;
        text-align: left;
    }
    .popup-de-cerrado p{
        font-size:12px;
        margin-bottom: 3px;
    }
    .popup-de-cerrado .btn.btn-coco{
        padding:5px 15px;
        font-size: 12px;
        margin-top: 10px;
    }
    .extra_padding{
        padding-top:130px;
    }
    .extra_padding_sep{
        padding-top:190px;
    }
    .popup-de-cerrado .icono_oferta{
        width:100%;
    }
    .popup-de-cerrado .nombre-ico{
        display: none;
    }
    .no-paddin-content .col-2{
        padding-left: 0px;
        padding-right: 0px;
    }
    .flex-mobil{
        display: flex;
        flex-direction: row;
    }
    /*.flex-mobil h2, .flex-mobil small.aviso{
        width: 50%;
    }*/
    small.aviso{
        line-height: 1;
        font-size:11px;
    }
    .popup-de-cerrado .row .vertical-align{
        padding-left: 8px;
        padding-right: 8px;
    }
    .popup-de-cerrado .col{
        padding-left: 1px;
        padding-right: 1px;
    }
    .col-flex{
        display: block;
        text-align: center;
    }
    /* BF */
    .modal-bf p{
        font-size: 20px;
    }
    .modal-bf .boton-popup{
        font-size: 25px;
    }
    .modal-bf .foto_bf {
        margin-top: -50px;
        max-width: 180px !important;
    }
}