@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,700&display=swap');*/

html, body { height: 100%; }
body { font-family: 'FranklinGothic', sans-serif; color: #222; font-size: 1.05rem }


/********** 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; }
.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; }

.mt-n3 { margin-top: -1rem !important;} /*el bootstrap beta no el porta*/
.mt-n4 { margin-top: -1.5rem !important;} /*el bootstrap beta no el porta*/
.mt-n5 { margin-top: -3rem !important;} /*el bootstrap beta no el porta*/
.oh {overflow: hidden;}

/* ----- Custom Project ------ */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 900 }
h1, .h1 { font-size: 3.5rem; line-height: 3rem;}
h2, .h2 { font-size: 2.5rem; }
h3, .h3 { color: #ffcf9b;}
h4, .h4 { font-weight: 700 }
h5, .h5 { font-weight: 700}

a { color: #6B5D4B; text-decoration: none; }
a:hover, a:focus { color: #93836E; text-decoration: none; }

.text-primary { color: #dca27c  !important;}
.btn-primary { background-color: #dca27c ; border-color: #dca27c ; }
.btn-primary:hover { background-color: #dca27c ; border-color: #dca27c ; }
.btn-outline-primary { color: #dca27c ; border-color: #dca27c ; }
.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: #dca27c ; border-color: #dca27c ;}
.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(255, 204, 153, 0.5);}

.row.picture .wrap-img-cover-object { height: 360px; }

.card:hover img.grayscale { filter: none; }

strong {font-weight: 700;}
/* 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; }
 }


/* Menú principal */
#wrap-menu-full .navbar-brand img {max-height: 60px; transition: 0.2s all;}
#wrap-menu-full.affix .navbar-brand img { max-height: 40px;}
#wrap-menu-full {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0.85+0,0.5+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.5) 99%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.5) 99%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
#wrap-menu-full.affix {background: rgba(255,255,255,1)!important; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;}
#wrap-menu-full .navbar-dark .navbar-nav .nav-link {color: #fff }
#wrap-menu-full.affix .navbar-dark .navbar-nav .nav-link {color: #333 }
#wrap-menu-full.affix .border-dark {border-color: #dbdbdb !important;}
#wrap-menu-full.affix .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.text-shadow {text-shadow: 1px 3px 3px rgba(0,0,0,0.8);}

/* Header */
#wrap-content-header.home, #carousel-home { height: 100vh; min-height: 560px;  }
#wrap-content-header.home:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        content: ' ';
        z-index: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+53&0.7+0,0+53 */
        background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 53%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 53%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }

/* Home */
#carousel-home {position: relative; z-index: 1;}

.carousel-caption {position: relative; left: 0; right: 0;}
.tobe-slide {font-size: 11vw; line-height: 12vw; margin-bottom: 1vw; font-weight: 900; text-transform: uppercase; color: transparent; -webkit-text-stroke: 2px #fff;}



/* 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 */
#products .img-fluid {max-height: 400px;}
/* Moduls */
.infinit {font-size: 12rem; font-weight: 400; line-height: 5rem }
.box {}
.bg-rodones {background-image: url("/frontend/images/general/bg-rodones.png");
            background-position: left top;
            background-size: 500px;
            background-repeat: no-repeat;
}
.wrap-modules {font-size: 1.1rem}
.wrap-modules a {color:#ffcf9b}
/* Item */

/* Galeria */
#galerias_imagenes .wrap-img-cover-object { height: 250px; }

/* Contact */
.error-msg { color: #dc3545; font-size: 80%; }

/* 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: #242424; color: #FFFFFF; line-height: 1.6rem; }
.firma { background-color: #111111; }
.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; }

/* Cookies */
#cookiescript_reportdate { display: none; }

/* Login */
.toggle-view-pass { top: 0 !important; }
#modal-resetpassword .toggle-view-pass{ margin-top: -16px !important; } 

/* CSS Para la shop */
#registros-relacionados span.wrap-price { font-size: 1.3rem;display: block; margin-bottom: -10px; }
#registros-relacionados .old-price { font-size: 1.3rem; margin-left: 0px }

.img-cart { max-width: 80px; }

/* Select2 - Theme para BS4 */
.select2-container .select2-selection--single { height: 38px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 36px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 20px; right: 3px; }
.select2-container--default .select2-selection--single { border: 1px solid #ced4da; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border: none; font-family: 'FontAwesome'; color: #999999; }
.select2-container--default .select2-selection--single .select2-selection__arrow b:before { content: "\f107"; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { color: #999999; border: none; font-family: 'FontAwesome'; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before { content: "\f106"; }
.select2-container--default.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple { border-color: #80bdff; box-shadow: 0 0 0 .2rem rgba(0,123,255,.25); }

.is-invalid.select2-container--default .select2-selection--single { border: 1px solid #dc3545; }


/********** CSS Ladeus  ********/
.relative {position: relative}
.text-lg { font-size: 1.5rem; }
.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; }
.fw-900 { font-weight: 900; }

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.5) }

    /* css dels Tinys */
    .linkupload { padding: 2px 5px 0px 50px; color: #454545; }
    .link-pdf { background: url(../images/ico/ico-pdf-red.png) no-repeat left 2px; }
    .link-word { 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; }




/* Large desktop */
@media (min-width: 1200px) {
    
}    

@media (min-width: 980px) and (max-width: 1199px) {
    
}

/* Large desktop */
@media (max-width: 1200px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #wrap-menu-full .navbar-brand img { max-height: 34px; }
}

@media (max-width: 992px) {
    
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #wrap-menu-full {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#161616+0,000000+99&1+44,0.7+100 */
    background: -moz-linear-gradient(top, rgba(22,22,22,1) 0%, rgba(12,12,12,1) 44%, rgba(0,0,0,0.71) 99%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(22,22,22,1) 0%,rgba(12,12,12,1) 44%,rgba(0,0,0,0.71) 99%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(22,22,22,1) 0%,rgba(12,12,12,1) 44%,rgba(0,0,0,0.71) 99%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
    }
    #menu-principal .menu{ font-weight: 700; font-size: 1.2rem }
}

/* 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; }
        .tobe-slide { font-size: 14vw; line-height: 21vw;}

 }

@media (max-width: 420px) {
    #wrap-menu-full .navbar-brand img { max-height: 34px; }

    
 }


@media all and (transform-3d), (-webkit-transform-3d) {
    
}
