@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,500&display=swap');

html, body { height: 100%; }
body { font-family: 'Montserrat', sans-serif; color: #222; font-weight: 300; margin-top: 6rem }


/********** Arreglos genéricos, mejor no tocar ********/

p img{ max-width: 100%; } 
p img.pull-right { margin-left: 2rem; }
p img.pull-left { margin-right: 2rem; }
em strong { font-weight: 500; }
.click_a { cursor: pointer; }
.c-pointer { cursor: pointer; }
.custom-control-input.is-invalid ~ .custom-control-label a, .was-validated .custom-control-input:invalid ~ .custom-control-label a{ color: #dc3545; }
.custom-control-label a{ text-decoration: underline; }
.dropdown-toggle::after { display: none }
.grecaptcha-badge { visibility: hidden; }
#logout-session{ position: fixed; z-index: 9999; border-radius: 4px 4px 0 0 ; right: 1rem; bottom: 0; }


/* ----- Custom Project ------ */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { }
h1, .h1 { font-size: 3rem; line-height: 3rem; font-weight: 700; }
    .blank h1 { font-size: 2rem; line-height: 2rem; color: #666666; }
h2, .h2 { font-family: 'Montserrat'}
h3, .h3 { font-family: 'Montserrat'}
h4, .h4 { }
h5, .h5 { }

a { color: #6B5D4B ; }
a:hover, a:focus { color: #b40808; text-decoration: none; }
.condensed { font-family: 'Montserrat'}
.text-primary { color: #9b0000 !important;}
.text-shadow { text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);}
.btn { text-transform: uppercase; border-radius: 0}
.btn-primary { background-color: #9b0000; border-color: #9b0000; }
.btn-primary:hover { background-color: #790505; border-color: #790505;}
.btn-outline-primary { color: #790505; border-color: #790505; }
.btn-outline-primary:hover,
    .btn-outline-primary:not(:disabled):not(.disabled).active,
    .btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .btn-outline-primary.dropdown-toggle {
    background-color: #9b0000; border-color: #9b0000;}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 153, 255, 0.5);}
.bg-darkest {background-color: #121212;}

.row.picture .wrap-img-cover-object { height: 360px; }

.card:hover img.grayscale { filter: none; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #fff;
    color: #222;
    font-weight: 400;
}

/*subpages*/
.logo_title svg { height: 26px;
    margin-right: 10px;
    margin-top: 5px;}

/* Estil dels checks*/
.ckecks ul { list-style: none; padding-left: 25px;}
.ckecks ul li { position: relative; margin-bottom: 0.8rem;}
.ckecks ul li:before { 
    font-family: "Fontawesome";
    content: "\f00c";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 15px;
    color: #ff4a4a;
    font-size: 12px;
    position: absolute;
    margin: 2px 0px 0px -25px;
}

/* Layout */

/* Modal */
.modal-full { min-width: 100%; margin: 0; }
.modal-full .modal-header { border-bottom: 0; }
.modal-full .modal-content { min-height: 100vh; border-radius: 0; border: 0; padding-right: 0 !important; }
.modal-full.wrap-img .modal-content { background-color: rgba(255,255,255,0.8) }
.btn-close-icon { position: absolute; z-index: 1; right: 35px; top: 15px; width: 64px; height: 64px; opacity: 0.5; cursor: pointer }
.btn-close-icon:hover { opacity: 1; }
.btn-close-icon:before, .btn-close-icon:after { position: absolute; left: 30px; content: ' '; height: 65px; width: 2px; background-color: #333; }
.btn-close-icon:before { transform: rotate(45deg); }
.btn-close-icon:after { transform: rotate(-45deg); }
@media (max-width: 480px) {
    .btn-close-icon { width: 32px; height: 32px; }    
    .btn-close-icon:before, .btn-close-icon:after { left: 15px; height: 33px; }
 }


/* Header */
.wrap-video {max-height: 700px; overflow: hidden;}
.wrap-video .caption{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.wrap-video .bg-video{
    position: relative;
    z-index: 0;
}
.wrap-video .key{width: 50px;}

/*.navbar-brand svg { max-width: 240px; }*/

.navbar-brand small { font-size: 1rem; text-transform: none; display: block; line-height: 1; }
#wrap-content-header .content-header { background-color: rgba(0,0,0,0.5); }

header nav{ transition: all 0.15s; }
header .navbar-brand{ width: 160px; transition: all 0.15s; }
header .navbar-brand p{ transition: all 0.2s; }

header.scroll-down nav{ padding-top: 0.2rem !important; padding-bottom: 0.2rem !important; }
header.scroll-down .navbar-brand{ width: 150px; }
header.scroll-down .navbar-brand p{ font-size: 50%; }


/* Menú principal */ 
header #wrap-menu-principal {padding-top: 1.5rem !important; padding-bottom: 1.5rem !important;}
header.scroll-down #wrap-menu-principal {box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
#wrap-menu-principal .navbar-brand img { max-height: 80px; margin-bottom: 10px; }
#menu-principal .navbar-nav a.nav-link { color: #444; font-family: 'Montserrat'; font-size: 1rem; font-weight: 500}
#menu-principal { transition: 0.2s all;}


/* Menu Modal - Solo si usamos menu_modal */
#modal-menu{ background-color: rgb(2,117,112); }
#modal-menu .modal-dialog{ min-width: 100%; margin-top: 0; margin-bottom: 0; }
#modal-menu .modal-header{ border: 0; }
#modal-menu .modal-content{ background-color: rgb(2,117,112); border-radius: 0; min-height: 100vh; border: 0; }

#modal-menu .navbar-nav .nav-link{ color: #FFFFFF; font-size: 2rem; }
#modal-menu .modal-title img{ max-height: 31px; }


/* Home */
section .icona { width: 70px}
.david-first-word span::first-word {font-weight: bold; color: #8B0000;}

.carousel-inner .wrap-img-cover-object { height: 450px; }
.wrap-modules { min-height: 280px!important }

/*Video Modul*/
#video .wrap-img-cover-object {height: 300px;}
#video .iframe::after {
    content: '';
    width: auto;
    height: 300px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background: url('../images/general/play.png') no-repeat center center;
        background-size: auto;
    background-size: 70px;
    transition: all 0.2s;
}
#video .iframe:hover::after {
    background-size: 75px;
}

#carousel-valores .carousel-caption {top:0 ; bottom: 0;}


/* INTERIORES */
#wrap-contenido { min-height: 200px; }

/* Booking Calendar*/
#form-booking .hide { opacity: 0; height: 0; padding: 0; }



/* Page */
#galeria .wrap-img-cover-object { height: 200px; }

/* List */


/* Item */


/* Galeria */
#galerias_imagenes .wrap-img-cover-object { height: 250px; }


/* Contact */
.error-msg { color: #dc3545; font-size: 80%; }
input.form-control {
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
}
textarea.form-control {
    border: 1px solid #aaa;
    border-radius: 0;
}
.wrap-img-cover-object.mapa {height: 360px;}
.social_media a {color: #aaa}

/* Share */
#share_zone > div { float: left; margin-right: 0.5rem; padding: 1rem 0; }
#share_zone .fb-share-button > span { height: 30px!important; }



/* Footer */
#footer { font-size: 0.90rem; background-color: #121212; color: #FFFFFF; line-height: 1.6rem; }
.firma { background-color: #111111; font-family:  sans-serif; }
.firma a.ico-ladeus { opacity: 0.4; background: url("https://www.ladeus.com/imatges/ico-color-bn-ladeus.png") no-repeat; background-position: left top; font-style: normal; font-weight: normal; color: #666; display: inline-block; font-size: 11px; height: 18px; line-height: 3px; padding: 7px 0 5px 24px; transition: all 0.15s; }
.firma a.ico-ladeus:hover { opacity: 1; background-position: left bottom; color: #999; text-decoration: none; }
#footer a { color: #fff}
#footer a:hover { color: #ccc; text-decoration: underline;}

#footer .menu-footer a {font-size: 0.8rem; color: #999;}


/* Login */
#menu-top .toggle-view-pass { top: 0 !important; }

/* CSS Para la shop */
span.offer-price { font-size: 2rem; display: block; margin-bottom: -10px; }
.custom-checkbox label { cursor: pointer; }
.old-price { margin-left: 1rem; }

.img-cart { max-width: 80px; }


/********** CSS Ladeus  ********/
.relative {position: relative}
.text-lg { font-size: 1.1rem; }
.ls-1 { letter-spacing: 0.1rem }
.ls-2 { letter-spacing: 0.2rem }
.ls-3 { letter-spacing: 0.3rem }
.fw-100 { font-weight: 100; }
.fw-300 { font-weight: 300; }
.fw-700 { font-weight: 700; }
.mt-page-default {margin-top: 8rem}

img.grayscale { 
    filter: url("data: image/svg+xml;utf8,&lt;svg xmlns=\'http: //www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
 }
.overlay-black { background-color: rgba(0,0,0,0.65) }
.bg-overlay-primary { background-color: rgba(155, 0, 0, 0.5);}
.bg-overlay-primary-75 { background-color: rgba(155, 0, 0, 0.75); }
.bg-overlay-dark { background-color: rgba(0,0,0,0.85) }
.bg-overlay-dark h4 { margin: 2rem 0 1.5rem 0; padding-bottom: 0.5rem; border-bottom: 1px solid #2d2c2c; }

    /* css dels Tinys */
    .linkupload { padding: 2px 5px 0px 50px; color: #454545; }
    .link-pdf { background: url(../images/ico/ico-pdf.png) no-repeat left 2px; }
    .link-docx { background: url(../images/ico/ico-word.png) no-repeat left 2px; }
    .img-ico { max-width: 50px; }

    /* Cover img para el background-image */
    .wrap-img { background-position: center center; background-size: cover; background-repeat: no-repeat; }
    /* Cover img sin usar background */
    .wrap-img-cover-object.bbcode { display: block; height: 150px; margin: 15px 0; transition: 0.2s opacity }
    .wrap-img-cover-object.bbcode:hover { opacity: 0.8; }
    .wrap-img-cover-object { position: relative; width: 100%; height: 150px; }
    .wrap-img-cover-object img { width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover; object-position: 50% 50%;'; object-position: 50% 50%; transition: all 0.5s; }


.btn-whatsapp-absolute{ position: fixed; z-index: 9999; border-radius: 4px 4px 0 0 ; right: 2rem; bottom: 0; color: #FFFFFF;background-color: #25D366;padding: 7px 10px 7px 10px; border-radius: 25px; margin-bottom: 15px; }
.btn-whatsapp-absolute:hover { color: #FFFFFF; }
    
/* XL Large desktop */
@media (min-width: 1500px)  {
    .container-xl.container-xxl { max-width: 85%!important;}
    header .navbar-brand {  width: 240px; }

}
@media (min-width: 1199px) and (max-width: 1380px) {
    #menu-principal .navbar-nav a.nav-link {  font-size: 0.85rem;  }
    header .navbar-brand{ width: 120px;}
    header.scroll-down .navbar-brand { width: 100px;}
}

/* Large desktop */
@media (min-width: 1200px) {
    
}    

@media (min-width: 980px) and (max-width: 1199px) {

}

/* Large desktop */

@media (max-width: 1200px) {
    #menu-principal .navbar-nav a.nav-link {
        padding-left: 5px;
      }  

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    
}

@media (max-width: 992px) {

    #wrap-menu-principal .navbar-brand { top: -40px; }
    .wrap-video .embed-responsive {width: 150%;}   
    #menu-principal .navbar-nav a.nav-link {
        padding-left: 5px;
      }     
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    
    /* #wrap-menu-principal .navbar-brand img { max-height: 60px; } */
    .daterangepicker .drp-calendar { max-width: none; }
    .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar { margin: 0 auto; float: none; }
    #menu-principal .nav-item {margin-left: 25px;}

}

/* Extra small devices (portrait phones, less than 576px) A partir de aquí SM */
@media (max-width: 575.98px) {
    
    h1, .h1 { font-size: 2.5rem; line-height: 3rem; }
    #wrap-menu-principal .navbar-brand img { max-height: 45px; margin-bottom: 0; }
    .wrap-video .embed-responsive {width: 240%; right: 50%;}
    .wrap-video .title-slide {font-size: 2rem}
    .wrap-video .subtitle-slide {font-size: 1.3rem}
    .navbar-brand svg.logo_y { height: 60px; padding: 0rem; transition: 0.4s all; }
    header.scroll-down .navbar-brand svg.logo_y { height: 50px; }
    
 }

@media (max-width: 420px) {
    
    .zone-reservas > button { position: absolute; z-index: 1; top: 65px; right: -65px; }
    .wrap-video .embed-responsive {width: 275%; right: 60%;}
    a.navbar-brand svg { max-width: 200px;}

    
 }

@media all and (transform-3d), (-webkit-transform-3d) {
    
}
