@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Inter:wght@100..900&display=swap');


:root{
    --body-font-family: 'Inter', sans-serif;
    --title-font-family: 'Azeret Mono', sans-serif;
    --gray-200: #E9E9E9;
    --gray-300: #595959;
    --color-principal: #4cf5fd;
    --color-textos: #000000;
    --color-textos-secundarios: #3C3C3C;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-24: 24px;
    --font-size-28: 28px;
    --font-size-32: 32px;
    
  } 



/***HEADER FIXED****/
header {
    position: fixed;
    background: white;
    width: 100%;
    z-index: 500;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
}
header, div.ancla{
    height: 90px;
}    
main {
    display: block;
    margin-top: 90px;
}
@media (min-width:576px){
    header, div.ancla{
        height: 100px;
    }
    main {
        margin-top: 100px;
    }   
}
@media (min-width:768px){
    header, div.ancla {
        height: 120px;
    }
    main {
        margin-top: 120px;
    }   
}
@media (min-width:1200px){
    header, div.ancla {
        height: 104px;
    }
    main {
        margin-top: 104px;
    } 
}
@media (min-width: 1400px) {

}

body {
  font-family: var(--body-font-family);
  color: var(--color-textos);
  word-break: break-word;
}  

body a {
  word-break: break-word;
}
details a {
    text-decoration: underline;
}
body .row {
  margin: 0 auto;
}
body .row > * {
  padding-right: 0;
  padding-left: 0;
}
body .region-content {
  padding: 0;
}
body .container {
  padding-left: 0
}
body .container.row {
    margin: 0 auto;
}

.container {
    margin: auto;
    width: 100%;
}
@media (min-width:576px){
  .container {
    max-width: 540px;
   }
}
@media (min-width:768px){
  .container {
    max-width: 720px;    
   }
}
@media (min-width:992px){
  .container {
    max-width: 960px;
   }
}
@media (min-width:1200px){
  .container {
    max-width: 1140px;
   }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
   }
}


.grid.views-view-grid .col-md-6.col-lg-6.col-xl-6,
.grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3 {
    padding-right: 0;
    padding-left: 0;
}



@media (min-width:576px){
    .grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3:nth-child(2n+1) {
        padding-right: 20px;
    }
    .grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3:nth-child(2n) {
        padding-left: 20px;
    }
}
@media (min-width:768px){
    .grid.views-view-grid .col-md-6.col-lg-6.col-xl-6:nth-child(2n+1) {
        padding-right: 20px;
    }
    .grid.views-view-grid .col-md-6.col-lg-6.col-xl-6:nth-child(2n) {
        padding-left: 20px;
    }
    .grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3:nth-child(2n+1) {
        padding-right: 20px;
    }
    .grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3:nth-child(2n) {
        padding-left: 20px;
    }    
}
@media (min-width:992px){
    .grid.views-view-grid .col-md-6.col-lg-6.col-xl-6:nth-child(2n+1) {
        padding-right: 40px;
    }
    .grid.views-view-grid .col-md-6.col-lg-6.col-xl-6:nth-child(2n) {
        padding-left: 40px;
    }
    .grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3:not(:last-child) {
        padding-right: 20px;
    }
    .grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3:not(:first-child) {
        padding-left: 20px;
    }    
}
@media (min-width:1200px){
    .grid.views-view-grid .col-md-6.col-lg-6.col-xl-6:nth-child(2n+1) {
        padding-right: 60px;
    }
    .grid.views-view-grid .col-md-6.col-lg-6.col-xl-6:nth-child(2n) {
        padding-left: 60px;
    }
    .grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3:not(:last-child) {
        padding-right: 30px;
    }
    .grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3:not(:first-child) {
        padding-left: 30px;
    }    
}
@media (min-width: 1400px) {
    .grid.views-view-grid .col-md-6.col-lg-6.col-xl-6:nth-child(2n+1) {
        padding-right: 80px;
    }
    .grid.views-view-grid .col-md-6.col-lg-6.col-xl-6:nth-child(2n) {
        padding-left: 80px;
    }
    .grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3:not(:last-child) {
        padding-right: 40px;
    }
    .grid.views-view-grid .col-sm-6.col-md-6.col-lg-3.col-xl-3:not(:first-child) {
        padding-left: 40px;
    }    
}
.max-width-xs{
    max-width: 520px;
}


.d-flex-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.pr-5 {
    padding-right: 30px !important;
}

/**header **/
.logos .view-content {
    display: flex;
    gap: 5px;
}

footer .logos .view-content {
    margin-bottom: 2rem;
}
header .view-logo img{
    height: 80px;
}
footer .view-logo img {
    height: 30px;
}
footer .block-views-blocklogo-block-2 img {
    height: 40px;
    /* max-width: 80%; */
}

@media (min-width:576px){
    header .view-logo img  {
        height: 40px;
        width: auto;
    }
    footer .view-logo img  {
        height: 40px;
    }
    footer .block-views-blocklogo-block-2 img {
        height: 40px;
    } 
}
@media (min-width:768px){
    header .view-logo img {
        height: 60px;
    }
   footer .view-logo img  {
        height: 40px;
    }    
        footer .block-views-blocklogo-block-2 img {
        height: 60px;
    } 
}
@media (min-width:1200px){
    header .view-logo img {
        height: 80px;
    }
   footer .view-logo img  {
        height: 42px;
    }  
        footer .block-views-blocklogo-block-2 img {
        height: 80px;
    } 
}
@media (min-width:1400px){
    header .view-logo img {
        height: 80px;
        
    }
   footer .view-logo img  {
        height: 40px;
    }  
    footer .block-views-blocklogo-block-2 img {
        height: 80px;
    } 
}

/*navegacion**/
nav.navbar.navbar-expand-lg.container {
    background: white;
}

/**header toggler**/
.navbar-toggler {
    border: 1px solid var(--color-textos);
    border-radius: 0;
}
.navbar-toggler-icon {
    background-image: url(/themes/custom/b5subtheme/images/bars-solid.svg);
    width: 1em;
    height: 1em;
}
button.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url(/themes/custom/b5subtheme/images/xmark.svg);
}
@media (min-width:576px){
    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
    }
}



/**enlaces y botones**/
a.btn-custom,
.botones-diferentes a.btn-custom:first-child,
.botones-diferentes a.btn-custom:last-child:hover{
    font-family: var(--title-font-family);
    padding: 10px;    
    color: var(--color-textos);
    border: 1px solid var(--color-textos);
    text-decoration: none;
    background: white;
}
a.btn-custom:hover, a.btn-custom-black:hover,
.botones-diferentes a.btn-custom:first-child:hover{
    background: var(--color-principal);
    color: var(--color-textos);
    border: 1px solid var(--color-textos);
    text-decoration: none;
}
a.btn-custom-black,
.botones-diferentes a.btn-custom:last-child{
    font-family: var(--title-font-family);
    padding: 10px;
    background: var(--color-principal);
    color: var(--color-textos);
    border: 1px solid var(--color-principal);
    text-decoration: none;
}
.d-flex.justify-content-start.flex-wrap.botones-diferentes {
    gap: 30px;
}

/**textos**/
h1, h2, h3, h4, h5, h6{
   font-family: var(--title-font-family); 
}
h1, .h1 {
    font-size: 1.8rem;
}
@media (min-width: 768px){
  h1, .h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px){
  h1, .h1 {
    font-size: 3rem;
  }
}
h2, .h2 {
    font-size: 1.8rem;
}
@media (min-width: 768px){
  h2, .h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px){
  h2, .h2 {
    font-size: 2.8rem;
  }
}
.font-family-title{
    font-family: var(--title-font-family); 
}
.font-size-18{
    font-size: var(--font-size-18);
}
.font-size-24{
    font-size: var(--font-size-20);
}
@media (min-width: 768px){
    .font-size-24{
        font-size: var(--font-size-24);
    }
}
.font-size-28{
    font-size: var(--font-size-28);
}
.font-size-32{
    font-size: var(--font-size-32);
}
.color-texto-ppal a{
    color: var(--color-textos);
    text-decoration: none;
}
.color-texto-ppal a:hover{
    color: var(--color-textos);
    text-decoration: none;
}
.color-texto-secundario{
    color: var(--color-textos-secundarios);
}

.hero-title span {
    font-size: 1.4em;
}
.hero-text span {
    display: block;
    font-size: 1.1em;
}

img.logo-brand {
    padding: 0 0 0 100px;
}
@media (min-width: 768px) {
    img.logo-brand {
    	padding: 0 0 0 60%;
    }
}
@media (min-width: 992px) {
    img.logo-brand {
    	padding: 0 0 0 30%;
    	max-width: 450px;
    }
}
.font-weight-600{
    font-weight: 600;
}

/**separadores**/
.hr-bottom-60::after {
    content: "";
    display: block;
    height: 8px; /* Ajusta el grosor de la línea */
    background-color: white; /* Color de la línea */
    width: 59px; /* Ajusta la longitud de la línea */
 }
.hr-bottom-30::after {
    content: "";
    display: block;
    height: 8px; /* Ajusta el grosor de la línea */
    background-color: var(--color-textos); /* Color de la línea */    
    width: 30px; /* Ajusta la longitud de la línea */
 }
.hr-bottom-30-light::after {
    content: "";
    display: block;
    height: 1px; /* Ajusta el grosor de la línea */
    background-color: var(--color-textos); /* Color de la línea */    
    width: 30px; /* Ajusta la longitud de la línea */
    margin: 1rem 0;
 }
.hr-top::before {
    content: "";
    display: block;
    width: 100%; /* Ajusta la longitud de la línea */
    height: 1px; /* Ajusta el grosor de la línea */
    background-color: var(--color-textos); /* Color de la línea */
 }
.container-c9 h2::after{
    content: "";
    display: block;
    width: 100%; /* Ajusta la longitud de la línea */
    height: 2px; /* Ajusta el grosor de la línea */
    background-color: var(--color-textos); /* Color de la línea */
    margin-bottom: 30px;
}
.width-fit-content {
    width: fit-content;
}
.margin-auto {
    margin: 0 auto;
}
/**borders**/
.border-dashed {
    border: 1px dashed var(--color-textos);
    border-radius: 0 30px 0 0;
    width: fit-content;
 }
.border-dashed img {
    padding: 20px;
    max-height: 100%;
}
.border-dashed-sm {
    border: 1px dashed var(--color-textos);
    border-radius: 0 16px 0 0;
    width: fit-content;
    font-family: var(--title-font-family);
}
.border-dashed .field--name-field-media-image {
    height: 120px;
    width: 120px;
}
.border-dashed .field--name-field-media-image .field__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.border-radius-30{
    border-radius: 30px;
}
.img-border-radius-30 img{
    border-radius: 30px;
}

/**fondos**/
.parallax {
    background-image: url(/themes/custom/b5subtheme/images/background-1.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fondo-plano {
background: #049E96;
background: linear-gradient(0deg,rgb(188 255 243) 0%, rgba(122, 204, 199, 1) 47%, rgb(130 202 209) 100%);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    /* background: red; */
}
.imagen-1{
    background-image: url(/themes/custom/b5subtheme/images/fondo-ca.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.imagen-2{
    background-image: url(/sites/default/files/styles/large/public/images/cuenco.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.imagen-3 {
    background-image: url(/themes/custom/b5subtheme/images/trama-1.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50%;
    background-attachment: scroll;
}
.img-rounded-right  {
    padding-right: 0; 
}    
.img-rounded-right img {
    border-radius: 0;
    height: 300px;
    width: 100%;
}
.img-full img {
    width: 100%;
    height: 250px;
}


@media (min-width:768px){

}
@media (min-width:992px){
     .img-full img {
        max-width: 100%;
        height: 100vh;
    }
    .img-rounded-right  {
        padding-right: 30px !important; 
    }    
    .img-rounded-right img {
        height: 100vh;
        border-radius: 0 30px 30px 0;
    }
}
@media (min-width:1200px){
    .img-rounded-right img {

    }
}
@media (min-width: 1400px) {
    .img-full img {
        max-width: 100%;
        height: 80vh;
    }
    .img-rounded-right img {
          height: 70vh;
    }    
}



.fondo-negro {
    background: var(--color-textos);
}
.text-white a{
    color: white;
}
.fondo-negro ul {
  list-style-image: url("/themes/custom/b5subtheme/images/check-white.svg");
}
.fondo-negro li {
  margin-bottom: 0.5em;
}
.fondo-ppal{
    background: var(--color-principal);
}
.fondo-gris{
    background: var(--gray-200);
}
.rounded-left, .rounded-right{
    border-radius: 0;
}
.fondo-negro ul, .fondo-negro ol {
    padding-left: 2rem;
}
@media (min-width:992px){
    .rounded-left{
        border-radius: 30px 0 0 30px;
    }
    .rounded-right{
        border-radius: 0 30px 30px 0;
    }
}
@media (min-width:992px){

}
@media (min-width:1200px){

}
@media (min-width: 1400px) {

}
    .region.region-nav-branding {
        max-width: 80%;
    }

@media (min-width:1200px){
    .region.region-nav-branding {
        max-width: 60%;
    }

}
@media (min-width: 1400px) {

}
/**imagenes**/
.zoom-img{
    overflow: hidden;
}
.zoom-img img:hover, .zoom:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: all, 0.8s;
    -moz-transition: all, 0.8s;
    -o-transition: all, 0.8s;
    transition: all, 0.3s;    
}
.img-w-100 img{
    width: 100%;
    height: 450px;
}

/**navegacion**/
.region.region-nav-branding {
    display: flex;
}

.nav-link {
    color: var(--color-textos);
}
ul.nav.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}
footer ul.nav.navbar-nav {
    margin: 1rem;
}
a.nav-item.nav-link.active.is-active{
   text-decoration: none;
}
.navbar-default .navbar-nav > li > a {
   color: var(--color-textos);
}
footer .navbar-default .navbar-nav > li > a {
   color: white;
}
@media (max-width:992px){
  .navbar-expand-lg .navbar-nav {
        padding: 20px 0;
  }
  body.path-frontpage .navbar-expand-lg .navbar-nav {
    /* border-bottom: 1px solid var(--color-textos); */
  }
  
}
@media (min-width:992px){
  .navbar-expand-lg .navbar-nav {
      gap: 20px;
  }
}

@media (min-width:1200px){
    .navbar-expand-lg .navbar-nav {
      font-size: 1.1em;
  }
}
@media (min-width:1400px){
    .navbar-expand-lg .navbar-nav {
      font-size: 1.2em;
  }
}
li.nav-item {
    width: fit-content;
}
li.nav-item a{
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: var(--color-textos);
    text-transform: uppercase;
   font-weight: 600;
}
footer li.nav-item a{
    color: white;
    text-transform: none;
   font-weight: 400;
}
li.nav-item a:hover{
    color: var(--color-textos);
}
footer li.nav-item a:hover{
    color: white;
  text-decoration: underline;
}
li.nav-item a {
    font-family: var(--title-font-family);
}
footer li.nav-item a {
    font-family: var(--body-font-family);
}
li.nav-item a.nav-link {
    color: var(--color-textos);
    font-weight: 400;
    /* border-bottom: 2px solid var(--color-textos); */
}
footer li.nav-item a.nav-link {
    color: white;
    border-bottom: 0;
}

ul.nav.nav-tabs.flex-column.flex-md-row.primary li.nav-item a{
  color: var(--color-textos);
}
@media (max-widht:992px){
  div#navbarSupportedContent.show {
    margin: 10px 0;
    background: white;
    padding: 40px 10px;
    border-bottom: 2px solid var(--color-principal);
   }
}
footer {
    padding: 3rem 0rem 1rem 0rem;
    background: var(--color-textos);
}
.border-top-white {
    border-top: 1px solid white;
}
.region.region-footer {
    padding: 0;
    font-size: 0.8em;
}
.b5_center_container {
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
}
.region-footer-center .view-content {
    display: flex;
}
.logo-rss img {
    width: 30px;
}
@media (min-width:576px){
    .logo-rss img {
       width: 36px;
    }
}

/**otros**/

ul, ol {
    padding-left: 0rem;
}
ul li, ol li  {
    margin-left: 0;
}
ul.hr-bottom-30-light, ol.hr-bottom-30-light {
    padding-left: 0rem;
}
ul.hr-bottom-30-light li, ol.hr-bottom-30-light li  {
    margin-left: 1.5rem;
}
ul.hr-bottom-30-light  {
   list-style-type: lower-alpha;
}
#block-progressbar {
  z-index:5000;
  position: fixed;
  left: 0; top: 0px;
  width: 100%; height: .25rem;
  background: var(--color-principal);
  transform-origin: 0 50%;
  animation: grow-progress auto linear;
  animation-timeline: scroll();
}
figcaption {
    /*position: absolute;*/
    bottom: 15px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 100%);
    color: white;
    padding: 10px;
    font-size: 0.3em;
}

/*accordion*/
details {
    border: 0px solid var(--gray-200);
}
details[open] summary {
    color: var(--color-textos);
}
summary {
    border: 1px solid var(--color-textos);
    border-radius: 15px;
    /* min-height: 60px; */
    display: flex;
    align-items: center;
    padding: 8px 16px;
    /* font-size: 1.2rem; */
    width: 100%;
    justify-content: space-between;
}
summary:after{
  content: "";
  background: url("/themes/custom/b5subtheme/images/chevron-down-solid.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
  right: 0 !important;
  margin-left: 0;
  margin-top: 0px;
}
details[open] summary:after {
    transform: rotate(180deg);
    animation-name: spin;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}
#backtotop {
    border: 1px solid white;
    border-radius: 50%;
}
a.btn.faq{
    width: 100%;
}

.accordion-button:not(.collapsed),
a.accordion-button.faq.collapsed{
    background-color: white;
    border: 1px solid var(--color-textos);
    border-radius: 15px;
    /* min-height: 60px; */
    display: flex;
    align-items: center;
    padding: 8px 16px;
    /* font-size: 1.2rem; */
    width: 100%;
    justify-content: space-between;
}
a.accordion-button{
    text-decoration: none;
    color: var(--color-textos);
}
.accordion-button:focus {
    box-shadow: 0;
}
.accordion  .card.card-body {
    border: 0px;
}

/****/
.hover-line,
header li.nav-item{
    display: inline-block;
    position: relative;
    padding: 0;
    cursor: pointer;
    color: var(--color-textos);
}

.hover-line::after,
header li.nav-item a:after{
    content: '';
    position: absolute;    
    left: 0;
    width: 100%;
    background-color: var(--color-textos);
    transform: scaleX(0.05);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.hover-line::after{
    bottom: -8px;    
    height: 8px;
    transform: scaleX(0.05);
}
header li.nav-item a:after{
    bottom: -6px;    
    height: 8px;
    transform: scaleX(0);
}
.hover-line:hover::after,
header li.nav-item a:hover:after{
    transform: scaleX(1);
}


/*
header li.nav-item a:after{
    content: '';
    color:var(--color-textos);
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: var(--color-textos);
    transition: left .3s;
}

header li.nav-item a:hover:after{
    left: 0;
}
*/
img.icon {
    height: 20px !important;
    width: 20px !important;
    margin-bottom: 4px;
    margin-right: 4px;
}




.image-container {
    position: relative;
    width: 100%;
    height: 100vh; /* Ajusta la altura según tus necesidades */
    background-image: url('/themes/custom/b5subtheme/images/trama-1.svg'); /* Imagen de fondo */
    background-size: cover; /* Ajusta el tamaño de la imagen de fondo */
    background-position: center; /* Centra la imagen de fondo */
    background-attachment: fixed; /* Efecto parallax */
}

.image-container::before {
    content: '';
    position: absolute;
    top: 50px; /* Ajusta la posición según tus necesidades */
    left: 50px; /* Ajusta la posición según tus necesidades */
    width: 200px; /* Ajusta el tamaño según tus necesidades */
    height: 200px; /* Ajusta el tamaño según tus necesidades */
    background-image: url('/themes/custom/b5subtheme/images/trama-2.svg'); /* Imagen superpuesta */
    background-size: contain; /* Ajusta el tamaño de la imagen superpuesta */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    z-index: 1; /* Asegura que la imagen superpuesta esté por encima */
}