@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: 'Rising Sun Regular', sans-serif; color: #222; }


/********** 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; }
/*.blank { padding: 20px; color: #444; margin: 0 auto; max-width: 1170px; } // Estilo para la página en blanco DEPRECATED des de bootstrap 4.4 amb el container-xl */
.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 { color: #666 }
h1, .h1 { font-size: 3rem; line-height: 3rem; }
    .blank h1 { font-size: 2rem; line-height: 2rem; color: #666666; }
h2, .h2 { }
h3, .h3 { font-weight: 400; }
h4, .h4 { }
h5, .h5 { font-weight: 300; }

a { color: #1e2339; }
a:hover, a:focus { color: #1e2339; text-decoration: none; }

.text-primary { color: #3399ff !important;}
.btn-primary { background-color: #3399ff; border-color: #3399ff; }
.btn-primary:hover { background-color: #3399ff; border-color: #3399ff; }
.btn-outline-primary { color: #3399ff; border-color: #3399ff; }
.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: #3399ff; border-color: #3399ff;}
.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);}

.btn{ font-size: 0.8rem!important;border-radius: .15rem; }

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

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

.btn-secondary { background-color: #1a1c31; border: 1px solid #FFFFFF; color: #FFFFFF }
.btn-secondary:hover { background-color: #1a1c31 }
.bg-secondary {background-color: #1a1c31!important;} 

/* 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 */


/*
a.header-brand { font-size: 1.4rem; color: #FFFFFF; text-transform: uppercase; padding: 20px 0; display: block; }
.header-brand small { font-size: 1rem; text-transform: none; display: block; line-height: 1; }
*/
#wrap-content-header .content-header { position: absolute;top: 0; bottom: 0;left: 0;right: 0; }
#wrap-content-header .wrap-img-cover-object { height: 400px; }
#wrap-content-header .wrap-img-cover-object::after {
    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+100&0.2+0,0.2+60,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 60%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

/* Menú principal */
.navbar-brand {
    background: url(../images/general/logo-white.png) center/cover no-repeat;
    font-size: 0;
    width: 154px;
    height: 80px;
    min-height: 28px;
    margin: 10px;
    transition: 0.2s all;
    opacity: 1;    
    position: absolute;
    z-index: 2;

}
.sticked .navbar-brand {
    background: url(../images/general/logo.png) center/cover no-repeat;
    width: 205px;
    height: 25px;
    min-height: 25px;
    margin: 10px;
    position: relative;
}
.sticked .phone {
    display: none;
}
.bsnav-dark {background-color: #191c31 !important}

/* Home */
.carousel-inner .wrap-img-cover-object { height: 500px; }
.carousel-title { font-size: 2.5rem; }
.carousel-caption { bottom: 30% }
.cat-top .card .wrap-img-cover-object { height: 250px; }
.cat-top .card .card-img-overlay {top: auto; transition: 0.2s all;}
.cat-top .card:hover .card-img-overlay { padding-top: 25px!important; padding-bottom: 25px!important; }

.wrap-modules .wrap-img-cover-object { height: 300px; }
.bg-black {background-color: rgba(0,0,0,0.75);}
.modules-content { font-size: 1.1rem; }

.projects figure { margin: 0 0 0; }


#carousel-home .carousel-inner .wrap-img-cover-object::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    content: ' ';
    z-index: 0;
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#60000000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: all 0.2s ease-out;
    background-size:1px 100%;
}
/* Zoom carousel */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}
#carousel-home .wrap-img-cover-object img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
/*fi Zoom carousel*/
/* INTERIORES */
#wrap-contenido { min-height: 200px; }


/* Page */
#galeria .wrap-img-cover-object { height: 300px;}
#galeria .wrap-img-cover-object .overlay-black { opacity: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0,0,0,0.0); display: none; transition: 0.3s all }
#galeria .wrap-img-cover-object:hover .overlay-black { opacity: 1; background-color: rgba(0,0,0,0.6); display: flex; cursor: pointer; }
#galeria .wrap-img-cover-object .fa-plus { font-size: 1rem; transition: 0.3s all }
#galeria .wrap-img-cover-object:hover .fa-plus { font-size: 4rem }

/* List */

.categories .card-img-overlay {top: auto;transition: 0.2s all;}
.categories .card:hover .card-img-overlay { padding-top: 25px!important;padding-bottom: 25px!important; }
.contact-partial { background-color: #1e2339 }

/* 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: #111217; color: #FFFFFF; line-height: 1.6rem; }
.firma { background-color: #111111; font-family:  'Open Sans', 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; }
.img-footer { height: 75px; }
.ico-before-footer { height: 50px; }
.prefooter { color: #c2c5ce }

/* Cookies */
#cookiesdirective { position: fixed; left: 0; right: 0; background: #323232; opacity: 0.9; color: #FFFFFF; font-size: 13px; text-align: center; z-index: 1000; padding: 10px; }
#cookiesdirective a { color: #f6a21d; font-weight: bold; } 
#cookiesdirective a.btn:hover { color: #FFF; text-decoration: none; } 

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

/* CSS Para la shop */
span.offer-price { font-size: 2rem; display: block; margin-bottom: -10px; }
.custom-checkbox label { cursor: pointer; line-height: 1.5rem; }
.old-price { margin-left: 1rem; }

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

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


    /* 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) {
    
}

@media (max-width: 992px) {
    
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    
}

/* Extra small devices (portrait phones, less than 576px) A partir de aquí SM */
@media (max-width: 575.98px) {

 }

@media (max-width: 420px) {
    
 }

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