@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Truculenta:opsz,wght@12..72,100..900&display=swap');

html, body { height: 100%; font-family: 'Roboto Condensed', sans-serif; line-height: 1.8rem; letter-spacing: -0.2px; font-size: 17px;}
body { background-color: #fff; }

/********** Arreglos Bootstrap, tema propio ********/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {}
h1, .h1, .fs-1 { font-weight: 800; font-family: "Roboto Condensed", sans-serif; }
.blank h1 { color: #222222; }
h2, .h2 { }
h3, .h3 { font-family: "Roboto Condensed", sans-serif; font-weight: 800; }
h4, .h4 { font-weight: 300; }
h5, .h5 { font-weight: 300}
h6, .h6 { font-size: 1rem;}


a { color: #006199; } /* Corporate primary */
a:hover, a:focus { color: #004559; text-decoration: none; }

.triangle {
    position: relative;
  }
  
  .triangle::before {
    content: '';
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    left: 20%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;  /* izquierda flecha */
    border-right: 10px solid transparent; /* derecha flecha */
    border-bottom: 10px solid black; /* base flecha y color*/
    
  }
  .triangle::after {
    content: '';
    position: absolute;
    top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    left: 20%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;  /* izquierda flecha */
    border-right: 10px solid transparent; /* derecha flecha */
    border-bottom: 10px solid white; /* base flecha y color*/    
  }

.grecaptcha-badge { visibility: hidden; }
#logout-session{ position: fixed; z-index: 9999; border-radius: 4px 4px 0 0 ; right: 1rem; bottom: 0; }


/* ----- CSS Ladeus ------ */
.zi-1 {z-index: 1;}
.fw-100 { font-weight: 300; }
.fw-700 { font-weight: 700; }
.ls-1 { letter-spacing: 0.1rem }
.ls-2 { letter-spacing: 0.2rem }
.ls-3 { letter-spacing: 0.3rem }
.relative {position: relative}
.text-lg { font-size: 1.5rem; }


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


.text-dark, .card { color: #16202d!important;}
.card:hover .wrap-img-cover-object  { background-color: #cdefff;}
.card .wrap-img-cover-object img {  opacity: 1; transition: all 0.3s;}
.card:hover .wrap-img-cover-object img {  opacity: 0.70;}
.card h3 { margin-bottom: 0; transition: 0.3s all;}
.card:hover h3 {  margin-bottom: 8px}

.card .card-img-overlay .content { bottom: 0; top: auto;}
.card .card-img-overlay .content h3 a{ font-weight: 900; color: #16202d; text-decoration: none; font-size: calc(2rem + 2vw) !important; line-height: calc(2rem + 1vw) ; }
.card:hover img.grayscale { filter: none; }


/********** FIN Arreglos Bootstrap, tema propio ********/

/********** Arreglos genéricos, mejor no tocar ********/
p img{ max-width: 100%; } 
p img.pull-right { margin-left: 30px; }
p img.pull-left { margin-right: 30px; }
.blank { padding: 20px; color: #222; margin: 0 auto; max-width: 1170px; } /* Estilo para la página en blanco */
.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; }


/********** Hasta aquí arreglos genéricos ********/

/* 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-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: 350px; }
.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; }
.wrap-img-cover-object.ratio {height: auto!important;display: inherit;}
.wrap-img-cover-object { overflow: hidden; }
.ratio-3x4 {--bs-aspect-ratio: calc(400 / 320 * 100%);}


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

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

header {position: absolute; z-index: 11; left: 0; right: 0;}


/* Menú principal */
[data-bs-theme="dark"] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.99%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

#wrap-menu-principal.bg-menu {background-color: transparent!important;}
#wrap-menu-principal .navbar-brand img { max-width: 240px; transition: 0.2s all; }
#wrap-menu-principal .dropdown-item.active, .dropdown-item:active {background-color: #000; }
#wrap-menu-principal .dropdown-item:focus, .dropdown-item:hover { background-color: #ffcc32;}
#wrap-menu-principal .nav-link {color: rgba(255, 255, 255, 0.99); padding: 0.5rem 0.7rem;}
#wrap-menu-principal .navbar-nav .nav-link {font-weight: 600; color: rgb(255, 255, 255);transition: 0.1s all}
#wrap-menu-principal .navbar-nav .nav-link:hover {font-weight: 600; color: rgba(255, 255, 255, 0.7);}
#wrap-menu-principal .last {color: #ffffff; background-color: #111; border-radius: 0px; margin-left: 15px;}
#wrap-menu-principal .last .nav-link {color: #ffcc32;background-color: #111;font-weight: 600;}
#wrap-menu-principal .last .nav-link:hover {color: #ffffff;}
.navbar-nav .dropdown-menu { position: inherit; }

.social_media a {padding: 0 5px; color: rgba(255, 255, 255)!important; transition: 0.1s all}
.social_media a:hover {color: rgba(255, 255, 255,0.7)!important;}

.social_media .nav-link{color: rgb(255, 255, 255)!important; }
.social_media .nav-link:focus,.social_media .nav-link:hover {color: rgb(191, 82, 84) !important}

.submenu.dropdown-menu.animated.fadeIn {-webkit-animation-duration: 0.35s;animation-duration: 0.35s;}


/* Home */
.carousel-inner .wrap-img-cover-object { min-height: 450px; height: 100vh; }
.carousel-title {text-shadow: 0px 0px 20px #000000;}
.carousel-caption {bottom: 150px;}
.carousel-caption .carousel-title h2 {font-size: 5.5rem; letter-spacing: 5px;}
.carousel-caption .carousel-title h1, h4 {font-size: 2rem;}
.carousel-caption .carousel-title h5 {font-size: 1.5rem;}

.items_home_article_caption {position: absolute;bottom: 15px;left: 30px;z-index: 1;}



/*Headcontent*/
#wrap-content-header h1, #wrap-content-header h2 {font-size: 4rem;}
#wrap-content-header {background-blend-mode: multiply; height: 300px;}
#wrap-content-header .content-header {position: absolute; bottom: 10px;left: 0;right: 0;z-index: 1;}
/*#wrap-content-header::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+1,000000+100&0.65+17,0.2+100 
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 1%, rgba(0,0,0,0.65) 17%, rgba(0,0,0,0.2) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 1%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.2) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 1%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.2) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#33000000',GradientType=0 );

} */


/* INTERIORES */

/* Booking Calendar*/
#form-booking .hide { opacity: 0; height: 0; padding: 0; }

.calendar-day .text-date-number { margin-top: 0.5rem; margin-bottom: -0.5rem; font-size: 4rem; line-height: 4rem; font-weight: bold; }


/* Page */
#galeria .wrap-img-cover-object { height: 200px; }

/* List */
    .items_home_article_caption h3 {font-size: 2.25rem; line-height: 2.25rem; text-shadow: 0px 2px 5px rgba(0,0,0,0.5); transition: 0.2s all; }
/* Items */

.description_ul a {font-size: 0.8rem; }


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

/* Share */
#share_zone > div { float: left; margin-left: 5px; margin-right: 5px; }
/*#share_zone .fb-share-button > span { height: 30px!important; }*/
#share_zone > div.twitter{ margin-top: 8px; }


/* Footer */

#logos-prefooter {background-color: #16202d;}
#logos-prefooter .img-colaboradors{max-height: 100px; max-width: 140px;}
#logos-prefooter .img-patrocinadors{max-height: 140px; max-width: 200px;}
#footer a { color: #fff; }
#footer { font-size: 0.90rem; background-color: #242424; color: #FFFFFF; line-height: 1.6rem; }

.firma { background-color: #16202d; }
.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; }
.menu-footer a {color: #010101;}
.logo-footer {max-height: 40px;}




/* Login */
#menu-top .toggle-view-pass { top: 0 !important; }

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

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


}    
@media (min-width: 980px) {
    /*per amagar el logo a la homepage si és desktop*/
    .navbar-brand.home {display: none;}

}   

@media (min-width: 980px) and (max-width: 1199px) {
    
    .carousel-caption .carousel-title h2{font-size: 5rem;}
}

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

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    
    .carousel-caption .carousel-title h2{font-size: 4rem;}
    .carousel-caption .carousel-title h1,h4{font-size: 1.5rem;}
    .carousel-caption .carousel-title h5{font-size: 1rem;}
    
}

@media (max-width: 992px) {

    #logos-prefooter .img-patrocinadors{max-height: 80px;}
    #wrap-menu-principal.bg-menu {background-color: #009dcd!important;}
    #wrap-menu-principal .submenu { border-left: 3px solid #111!important; width: 100%;}
    #wrap-menu-principal .nav-item a { width: 100%;}
    .card .card-img-overlay .content h3 a{ font-size: calc(3rem + 3.5vw) !important;  line-height: 3.5rem;}



} 
    
   
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .carousel-inner .wrap-img-cover-object { min-height: 450px; height: 50vh; }
    #wrap-content-header h1 {font-size: 3rem;}
    #wrap-menu-principal .navbar-brand img { max-width: 150px; margin-bottom: 0;}
    .daterangepicker .drp-calendar { max-width: none; }
    .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar { margin: 0 auto; float: none; }
    .carousel-caption .carousel-title h2{font-size: 3rem;}
    .carousel-caption  h1.carousel-title, .carousel-caption .carousel-title .h4{ font-size: 1.5rem; line-height: 1.8rem; margin-bottom: 2rem; }
    .carousel-caption .carousel-title h5 {font-size: 1rem;}
    
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 575.98px) and (max-width: 768px) {
    .card .card-img-overlay .content h3 a{ font-size: calc(4rem + 4vw) !important;  line-height: 4.5rem;}
  
}

/* 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-content-header {height: 240px;}
    #logos-prefooter .img-colaboradors { max-height: 80px; max-width: 110px; }
    .social_media a {padding: 0 15px;}
 }

@media (max-width: 420px) {
    #wrap-menu-principal .navbar-brand img { max-width: 100px;} 
    .carousel-inner .wrap-img-cover-object {
        min-height: 400px;
        height: 50vh;
      }
      
    
 }


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