  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * *     global    * * * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */  


html, body {
overflow-x: hidden;
}

@media only screen and (min-width : 1200px) {
    .spe-caf .container { max-width: 1500px; }
}


:is(.spe-caf) :is(h1, h2, h3, h4, h5, h6, p) {
  font-family: var(--ff-primary);
/*   font-feature-settings: 'pnum' on, 'lnum' on, 'ordn' on, 'liga' off; */
  }


:root {
    --clr-blue-550: #010d31;
    --clr-blue-500: #071e6a;
    --clr-blue-400: #002ca6;
    --clr-blue-350: #007ade;
    --clr-blue-300: #009dff;
    --clr-blue-200: #48b9ff;
    --clr-blue-150: #bbdcfb;
    --clr-blue-100: #d3f2ff;
    
    --clr-green-500: #4db848;
    --clr-green-400: #7cea07;
    --clr-green-300: #00EC8B; 
    --clr-green-200: #4bf46d;
    --clr-green-150: #90e7ce;
    --clr-green-100: #B7F4DB;
    
    --clr-gray-600: #414141;
    --clr-gray-500: #4A4A4A;
    --clr-gray-300: #afafaf;
    --clr-gray-200: #e8e8e8;
    --clr-gray-100: #F4F4F4;
    
    --clr-translucid: hsla(0, 0%, 100%, 0.75);
    --clr-translucid-blue: hsla(216, 100%, 31%, 0.75);
    
    --clr-black: #000000;
    --clr-white: #FFFFFF;
 
    --clr-gradient: linear-gradient(to right, #009dff 0%, #4db848 100%);
    --ff-claim: "Encode Sans", sans-serif;
    --ff-primary: "Raleway", sans-serif;
    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);
  
    --fw-xtralight: 100;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-semi-bold: 600;
    --fw-bold: 700;
    --fw-xtra-bold: 800;
    --fw-black: 900;
  
    --fs-050: 0.65rem;
    --fs-100: 0.75rem;
    --fs-200: 0.85rem;
    --fs-300: .95rem;
    --fs-400: 1rem;
    --fs-450: 1.2rem;
    --fs-500: 1.4rem;
    --fs-550: 1.6rem;
    --fs-600: 1.8rem;
    --fs-700: 2.1rem;
    --fs-800: 2.5rem;
    --fs-900: 3.2rem;
    --fs-950: 4.8rem;
  
    --fs-primary-heading-section: var(--fs-900);
    --fs-primary-heading-md: var(--fs-450);
    --fs-secondary-heading: var(--fs-600);
    --fs-primary-news-title: var(--fs-450);
    --fs-secondary-news-title: var(--fs-500);
    --fs-fecha: var(--fs-300);
    --fs-button: var(--fs-400);

    --fs-primary-responsive-title: min(max(24px, 2.2vw), 44px);
    --fs-primary-responsive-heading: min(max(30px, 3.8vw), 62px);
 
  }

  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * *     logo cabecera     * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


  /* global: logo mediano - svg - home */

  .spe-caf .svg-logo-container-md { 
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 100px;
    vertical-align: bottom; 
  }

  /* global: logo grande - svg- microsite */

  .spe-caf .svg-logo-container-lg { 
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 102px;
    vertical-align: bottom; 
  }

  /* global: logo pequeño - svg- otras paginas */

  .spe-caf .svg-logo-container-sm { 
    display: inline-block;
    position: relative;
    width: 100%;
    min-width: 98px;
    vertical-align: bottom; 
  }

  /* global: para todos los logos - svg */

  .spe-caf .svg-logo-content { 
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }



  @media (min-width: 50em) {
    :root {
      --fs-body: var(--fs-300);
      --fs-primary-heading-section: var(--fs-950);
      --fs-primary-heading-md: var(--fs-500);
      --fs-primary-news-title: var(--fs-700);
      --fs-secondary-news-title: var(--fs-600);
      --fs-fecha: var(--fs-300);
    }
    .spe-caf .svg-logo-container-md { 
      min-width: 166px;
  }
  .spe-caf .svg-logo-container-lg { 
      min-width: 166px;
  }

  }

  @media (min-width: 65em) { 
    :root {
      --fs-secondary-heading: var(--fs-800);
      } 
      .spe-caf .svg-logo-container-lg { 
        min-width: 320px;
    }

  }


  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  /* * * * * * *    margenes colores tamaños proporciones     * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */    


  /* global: utilities */

  .spe-mt-top {
    margin-top: 80px;
  }

  .icon-xs {
    font-size: 1.2rem !important;
  }

  .w-rspe-80 {
    width: 100% !important;
  }

  @media (min-width: 50em) { 
    .w-rspe-80 {
      width: 80% !important;
    }
  }

  /* global: colors background */

  .spe-caf-bg-blue-550 {
    background-color: var(--clr-blue-550);
  }
  .spe-caf-bg-blue-500 {
    background-color: var(--clr-blue-500);
  }
  .spe-caf-bg-blue-400 {
    background-color: var(--clr-blue-400);
  }
  .spe-caf-bg-blue-300 {
    background-color: var(--clr-blue-300);
  }
  .spe-caf-bg-blue-200 {
    background-color: var(--clr-blue-200);
  }
  .spe-caf-bg-translucid {
    background-color: var(--clr-translucid);
  }
  .spe-caf-bg-blue-100 {
    background-color: var(--clr-blue-100);
  }
  .spe-caf-bg-green-300 {
    background-color: var(--clr-green-300);
  }
  .spe-caf-bg-green-200 {
    background-color: var(--clr-green-200);
  }
  .spe-caf-bg-green-100 {
    background-color: var(--clr-green-100);
  }
  .spe-caf-bg-gray-500 {
    background-color: var(--clr-gray-500);
  }
  .spe-caf-bg-gray-100 {
    background-color: var(--clr-gray-100);
  }
  .spe-caf-bg-black {
    background-color: var(--clr-black);
  }
  .spe-caf-bg-white {
    background-color: var(--clr-white);
  }

  /* global: colors */

  .spe-caf-blue-500 {
    color: var(--clr-blue-500);
  }
  .spe-caf-blue-400 {
    color: var(--clr-blue-400);
  }
  .spe-caf-blue-300 {
    color: var(--clr-blue-300);
  }
  .spe-caf-blue-200 {
    color: var(--clr-blue-200);
  }
  .spe-caf-blue-100 {
    color: var(--clr-blue-100);
  }
  .spe-caf-green-300 {
    color: var(--clr-green-300);
  }
  .spe-caf-green-200 {
    color: var(--clr-green-200);
  }
  .spe-caf-green-100 {
    color: var(--clr-green-100);
  }
  .spe-caf-gray-500 {
    color: var(--clr-gray-500);
  }
  .spe-caf-gray-100 {
    color: var(--clr-gray-100);
  }
  .spe-caf-black {
    color: var(--clr-black);
  }
  .spe-caf-white {
    color: var(--clr-white);
  }

  /* global: gradients - borders */

  .spe-caf-gradient-border {
    border-image-source: var(--clr-gradient) !important;
  }

  .spe-caf-border-bottom {
    border-bottom: 1px;
    border-bottom-color: var(--clr-blue-300);
    border-bottom-style: solid
  }
  
  .spe-caf-border-top {
    border-top: 1px;
    border-top-color: var(--clr-blue-300);
    border-top-style: solid
  }
  
  /* global: proporcion fotos */

/*  .spe-caf-carousel img  {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: left top;
  } */

  .spe-caf-noticias-list img, .gallery-container img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: left top;
  }

  @supports (aspect-ratio: 9/5) {
    .spe-caf-noticias-list img, .gallery-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 9/5;
    object-fit: cover;
    object-position: left top;
    }

/*  .spe-caf-carousel img {
    width: 100%;
    height: auto;
    aspect-ratio: 9/5;
    object-fit: cover;
    object-position: left top;
    } */

  }

  .spe-caf-carousel img  {
    width: 100%;
    object-fit: contain;
    object-position: center;
    max-height: 480px;
  }

  


  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  /* * * * * * * * * * *     cabeceras     * * * * * * * * * */
  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


  /* global (home): encabezado md */

  .spe-caf-encabezado, .spe-caf-encabezado-small {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 345px;
    padding-bottom: 1rem;
  }

.spe-caf-encabezado-small {
    min-height: 245px;
}
  
  .spe-caf-bg-fixed {
  background-attachment: fixed;
  }
  
  .spe-caf-slogan-md {
    max-width: 45ch;
  }
  
  .spe-caf-slogan-sm {
    max-width: 65ch;
  }

  .spe-caf-slogan-md h3, .spe-caf-slogan-sm h3 {
    font-family: var(--ff-claim);
    font-size: var(--fs-600);
    font-weight: var(--fw-light);
    line-height: 1.1;
  }

  .spe-caf-slogan-md span, .spe-caf-slogan-sm span {
    display: block;
    font-family: var(--ff-claim);
    font-size: var(--fs-400);
    font-weight: var(--fw-light);
    color: var(--clr-green-300);
  }

  .spe-caf-slogan-lg span {
    display: block;
    font-family: var(--ff-claim);
    font-size: var(--fs-400);
    font-weight: var(--fw-light);
    color: var(--clr-green-300);
  }

  /* global (microsite): encabezado lg */

  .encabezado-lg {
    min-height: 780px;
  }

  .spe-caf-slogan-lg h1 {
    font-size: var(--fs-primary-responsive-heading);
    font-family: var(--ff-claim);
    line-height: 1.1;
  }

  .spe-caf-slogan-lg {
    max-width: 65ch;
  }

  @media (min-width: 80em) { 
    .spe-caf-slogan-lg {
      max-width: 60ch;
    }
    .spe-caf-slogan-lg span {
      font-size: var(--fs-700);
    }
  }


  .spe-caf-slogan h1, .spe-caf-slogan h3 {
    font-family: var(--ff-claim);
    font-weight: var(--fw-light);
  }

/* global: heading encabezado sección */

.spe-caf-section-head {
  position: absolute;
  bottom: 0;
}

.spe-caf-section-head h1, .spe-caf-section-head span {
    font-size: var(--fs-primary-heading-section);
    font-weight: var(--fw-black);
    text-transform: uppercase;
    color: var(--clr-translucid);
    line-height: .4;
}

.spe-caf-section-head span {
    font-family: var(--ff-primary);
    margin-bottom: 0.5rem;
    margin-top: 0;
}

/* global: button gradient */

  .spe-caf-button {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.8em 0;
  background: none;
  border: none;
  border-top: 2px solid var(--clr-blue-300);
  border-bottom: 2px solid var(--clr-blue-300);
  border-image: var(--clr-gradient);
  border-image-slice: 1;
  position: relative;
  text-transform: uppercase;
  letter-spacing: .7px;
  transition: 0.3s;
  color: #fff;
  cursor: pointer;
  font-size: var(--fs-100);
  margin: 1.2rem 0 0 .9rem;
}

.spe-caf-button:before, .spe-caf-button:after {
  content: '';
  display: block;
  width: 2em;
  height: calc(100% + 4px);
  border-radius: 3em 0 0 3em;
  border: 2px solid var(--clr-blue-300);
  position: absolute;
  border-right: none;
  transition: 0.3s;
  left: -2em;
  top: -2px;
}

.spe-caf-button:after {
  border-radius: 0 3em 3em 0;
  border: 2px solid var(--clr-green-500);
  position: absolute;
  border-left: none;
  left: auto;
  right: -2em;
  top: -2px;
}

.spe-caf-button:hover {
  background: rgba(0, 0, 0, 0.3);
}

.spe-caf-button:hover:after, .spe-caf-button:hover:before {
  background: rgba(0, 0, 0, 0.3);
}

/* global: slider normal */

.spe-caf-slider-apertura .carousel-control-prev {
  left: -30px;
}
.spe-caf-slider-apertura .carousel-control-next {
  right: -30px;
}

.spe-caf-slider-apertura .carousel-control-next, .carousel-control-prev {
  font-size: var(--fs-400);
  color: var(--clr-green-300);
  opacity: .9;
  transition: opacity .15s ease;
}

@media (min-width: 50em) { 
  .spe-caf-slider-apertura .carousel-control-prev {
    left: -12%;
  }
  .spe-caf-slider-apertura .carousel-control-next {
    right: -12%;
  }
  .spe-caf-slider-apertura .carousel-control-next, .carousel-control-prev {
    font-size: var(--fs-600);
  }
}

.spe-caf-slider-apertura .carousel-control-next:focus, 
.spe-caf-slider-apertura .carousel-control-next:hover, 
.spe-caf-slider-apertura .carousel-control-prev:focus, 
.spe-caf-slider-apertura .carousel-control-prev:hover {
  color: var(--clr-green-300);
}

.spe-caf-slider-apertura .carousel-indicators {
  bottom: -70px;
}

.spe-caf-slider-apertura .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: var(--clr-green-300);
  border-radius: 50%;
}



.spe-caf-carousel h3 {
  font-weight: var(--fw-xtra-bold);
  font-size: var(--fs-primary-news-title);
  letter-spacing: .7px;
  line-height: 1.2;
}

.spe-caf-carousel h5 {
  font-weight: var(--fw-bold);
  font-size: var(--fs-200); 
  text-transform: uppercase;
  letter-spacing: .7px;
}

.spe-caf-carousel h3 a {
  transition: .3s;
}

.spe-caf-carousel h3 a:hover {
  color: var(--clr-gray-100);
}

.spe-caf-carousel p {
  font-size: var(--fs-body);
}

/* global: circle navs */

.spe-caf-circle-items {
    width: 120px;
    height: 120px;
    padding: 1.5rem 1.5rem 0 1.5rem;
    border-radius: 50%;
    font-size: var(--fs-200);
    font-weight: var(--fw-semi-bold);
    line-height: 1.1;
    position: relative;
    transition: 0.5s;
    display: inline-block;
    padding: 0;
}

/*.spe-caf-circle-items a, .spe-caf-circle-items a:hover {
    display: block;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    width: 100%;
}*/

@media (min-width: 50em) { 
  .spe-caf-circle-items {
    width: 150px;
    height: 150px;
    padding: 2.5rem 1.5rem 0 1.5rem;
    }
}

.spe-caf-icons {
  font-size: var(--fs-600);
  margin-bottom: .8rem;
  display: block;
  background:-moz-linear-gradient(top, #009dff 0%, #4db848 100%); 
  background: -webkit-linear-gradient(top, #009dff 0%,#4db848 100%); 
  background: linear-gradient(to bottom, #009dff 0%,#4db848 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.spe-caf-circle-items a, .spe-caf-circle-items a:hover  {
  color: var(--clr-white);
}

.spe-caf-circle-items:hover {
  background-color: var(--clr-blue-400);
  z-index: 2;
  -webkit-transition: all 260ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 260ms ease-in;
  -ms-transform: scale(1.2);   
  -moz-transition: all 260ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 260ms ease-in;
  transform: scale(1.2);
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.spe-caf .caf-spe-circle-nav-lg {
  position: absolute;
  bottom: 30px;
}

.spe-caf .circle-items-lg a  {
  color: var(--clr-blue-500);
}

.spe-caf .icon-video {
  font-size: 22px;
  line-height: 1.2;
}

.spe-caf .caf-icons-lg {
  background:-moz-linear-gradient(111deg, rgb(77, 205, 5) 19%, rgb(0, 116, 162) 54%, rgb(17, 34, 176) 100%);
  background: -webkit-linear-gradient(111deg, rgb(77, 205, 5) 19%, rgb(0, 116, 162) 54%, rgb(17, 34, 176) 100%);
  background: linear-gradient(111deg, rgb(77, 205, 5) 19%, rgb(0, 116, 162) 54%, rgb(17, 34, 176) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
 -webkit-text-fill-color:transparent;
}

.spe-caf-circle-items:hover .caf-icons-lg {
  background:-moz-linear-gradient(top, #009dff 0%, #4db848 100%); 
  background: -webkit-linear-gradient(top, #009dff 0%,#4db848 100%); 
  background: linear-gradient(to bottom, #009dff 0%,#4db848 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
 -webkit-text-fill-color:transparent;
 }


 .spe-caf .circle-items-lg:hover a, .spe-caf .circle-items-lg a:hover  {
  color: var(--clr-white);
}


/* global: heading bloques */

.spe-caf-heading span {
  border-bottom: 1px solid var(--clr-blue-500);
  width: 50px;
  display: inline-block;
  margin-right: 10px;
}

.spe-caf-heading {
  font-size: var(--fs-secondary-heading);
  font-weight: var(--fw-black);
  color: var(--clr-blue-500);
  font-family: var(--ff-primary);
}

/* home: main content */

.spe-caf-main-content {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

/* en vivo  */

.spe-caf .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
}

.spe-caf .iframe-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.spe-caf .iframe-container.youtube-container {
    padding-bottom: 56.25%;
}

.spe-caf .iframe-container.youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.spe-caf .iframe-container.visme-embed-frame iframe {
    min-height: 500px;
}

.spe-caf .iframe-container.photoshelter-embed-frame > .col > div {
    margin-left: auto;
    margin-right: auto;
}

/*.flickr-embed-frame {
  height: 100% !important;
  min-height: 300px;
}*/
.flickr-embed-frame {
    height: 480px !important;
    min-height: 480px;
}

.spe-caf.spe-caf-double-column {
    padding-bottom: 1.5rem !important;
}

/* mini agenda  */

.spe-caf-embed-container {
  height: 500px;
  overflow-y: scroll;
}

.spe-caf-noscroll {
  overflow-y: clip;
}

.spe-caf-vivo-agenda h5 {
  font-size: var(--fs-500);
  font-weight: var(--fw-xtra-bold);
  text-transform: uppercase;
}

.spe-caf-vivo-agenda h5 span {
  font-weight: var(--fw-light);
}

.spe-caf-miniagenda-list a, .spe-caf-miniagenda-list a:hover,
.spe-caf-miniagenda-list {
  color: var(--clr-white);
}

.spe-caf-list-wrap h6 {
  font-size: var(--fs-300);
  font-weight: var(--fw-semi-bold);
}

.spe-caf-list-wrap span {
  font-size: var(--fs-200);
  font-weight: var(--fw-regular);
}

.spe-caf-embed-container {
  scrollbar-color: #c7c7c7 #ffffff;
  scrollbar-width: thin
}

.spe-caf-miniagenda-list li  {
  transition: 0.5s;
}

.spe-caf-miniagenda-list li:hover  {
  background-color: var(--clr-blue-350);
  pointer-events: auto;
}

/* scrollbar miniagenda */

.spe-caf-embed-container::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.spe-caf-embed-container::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}

.spe-caf-embed-container::-webkit-scrollbar-thumb:vertical {
  height: 20px;
  background-color: #c7c7c7;
}

/* noticia listado */

.spe-caf-noticias-list h6 {
  font-size: var(--fs-100);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.spe-caf-noticias-list h5 a {
  font-size: var(--fs-primary-responsive-title);
  font-weight: var(--fw-black);
  color: var(--clr-gray-600);
}

.spe-caf-noticias-list .spe-caf-list-wrap h5 a {font-size: 1.3rem;}

.spe-list-arrow {
  position: absolute;
  padding: 40px 10px;
  left: unset;
  right: 0;
  background-color: var(--clr-blue-500);
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 50em) { 
  .spe-list-arrow {
    left: -38px;
    right: unset;
  }
}

.spe-list-arrow .icon-arrow {
  font-size: var(--fs-300);
  color: var(--clr-green-300) !important
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * *    microsite    * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* calendario */

/* calendario: grids */

:root {
  --numDays: 2;
  --numHours: 20;
  /*--numHours: 6;*/
  --timeHeight: 100px; 
}

.spe-caf .calendar {
  display: grid;
  gap: 10px;  /* cambiar gap en mobile */
  grid-template-columns: auto 1fr;
}


.spe-caf .timeline {
  display: grid;
  grid-template-rows: repeat(var(--numHours), var(--timeHeight));
}

.spe-caf .days {
  display: grid;
  grid-column: 2;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  padding-right: 10px;
}

.spe-caf .actividad-column {
  display: grid;
  grid-template-rows: repeat(var(--numHours), var(--timeHeight));
  border-radius: 10px;
  background: var(--clr-gray-100);
  padding: 10px;
}

.spe-caf .time-marker  {
padding-top: 1rem;
}

.spe-caf .time-marker span {
  font-size: var(--fs-100);
  display: block;
}

/* calendario: cuando empieza la actividad / posición */

.start-10-30am {
    grid-row-start: 1;
}

.start-11-30am {
    grid-row-start: 3;
}

.start-12pm {
    grid-row-start: 4;
}

.start-2-30pm {
    grid-row-start: 9;
}

.start-3pm {
    grid-row-start: 10;
}

.start-4pm {
    grid-row-start: 12;
}

.start-5pm {
    grid-row-start: 14;
}

.start-6-30pm {
    grid-row-start: 17;
}

.start-7pm {
    grid-row-start: 18;
}


/* calendario: cuando termina la actividad / posición */
.end-12pm {
    grid-row-end: 4;
}

.end-12-30pm {
    grid-row-end: 5;
}

.end-1-30pm {
    grid-row-end: 7;
}

.end-4pm {
    grid-row-end: 12;
}

.end-5pm {
    grid-row-end: 14;
}

.end-6-30pm {
    grid-row-end: 17;
}

.end-7-30pm {
    grid-row-end: 19;
}

.end-8-30pm {
    grid-row-end: 21;
}

/* calendario: colores claves */


[data-actividad="Banco-verde"]/*reunion*/ {
  background-color: var(--clr-blue-150);
}

[data-actividad="Ciudades"]/*lanzamimento*/ {
  background-color: var(--clr-blue-100);
}

[data-actividad="Sector-privado"]/*especial*/ {
  background-color: var(--clr-blue-350);
  color: var(--clr-white);
}

[data-actividad="Genero-inclusion-y-diversidad"]/*attracion*/ {
  background-color: var(--clr-gray-200);
}

[data-actividad="Transicion-energetica-e-infraestructura"]/*evento*/ {
  background-color: var(--clr-green-150);
}

[data-actividad="almuerzo"] {
  background-color: var(--clr-green-200);
}

/* calendario: keywords eventos */

.spe-caf .calendar-keywords-wrap {
margin-left: 45px;
font-family: var(--ff-primary);
font-size: var(--fs-200);
}

.spe-caf .evento-marker {
  margin-right: 20px 
}

.spe-caf .evento-marker span {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: -10%;
  border-radius: 2px;
  margin-right: 8px
}


/* calendario: estilos piezas */

.spe-caf .date {
  display: block;
  gap: 1em;
  margin: .5rem 0;
  text-align: left;
}

.spe-caf .date-day {
  font-size: var(--fs-500);
  text-transform: uppercase;
  font-weight: var(--fw-xtralight);
}

.spe-caf .date-num {
  font-size: var(--fs-500);
  text-transform: uppercase;
  font-weight: var(--fw-black);
  display: inline;
}

/* calendario: fichas */

.spe-caf .actividad-container {
  border-radius: 5px;
  padding: .5rem;
  margin: 0;
  font-size: 0.9rem;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}

.spe-caf .actividad-body > * {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  line-clamp: 3; 
  -webkit-box-orient: vertical;
}

.spe-caf .link-extra-actividad {
    color: black;
}

.spe-caf .actividad-body span, .spe-caf .link-extra-actividad {
  font-size: var(--fs-100);
  font-weight: var(--fw-regular);
  letter-spacing: .3px;
}

.spe-caf .actividad-body p, .spe-caf .link-extra-actividad {
  font-size: var(--fs-100);
  font-weight: var(--fw-regular);
  line-height: 1.4;
  margin-bottom: 0px;
}

.spe-caf .actividad-body h6, .spe-caf .link-extra-actividad {
  font-size: var(--fs-100);
  font-weight: var(--fw-xtra-bold);
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: .3px;
}

.spe-caf .link-extra-actividad {
    text-transform: initial;
}

.spe-caf .actividad-body h5, .spe-caf .actividad-body h5 p, 
.spe-caf .link-extra-actividad {
  font-size: var(--fs-100);
  font-weight: var(--fw-bold);
  margin-bottom: 0.25rem;
  letter-spacing: .3px;
}

.spe-caf .link-actividad {
  margin-top: var(--fs-100);
  display: inline;
  position: relative;
  cursor: pointer;
}

.spe-caf .link-actividad:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -3px;
  height: 1px;
  background-color: var(--clr-black);
  z-index: 100;
  left: 0;
}

.spe-caf .link-actividad a, .spe-caf .actividad-body span.link-actividad {
  font-size: var(--fs-050);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  color: var(--clr-black);
}

/*[data-actividad="especial"]*/
[data-actividad="Sector-privado"] .link-actividad a {
  color: var(--clr-white);
}

/*[data-actividad="especial"]*/
[data-actividad="Sector-privado"] .link-actividad:after {
  background-color: var(--clr-white);
}

@media (max-width: 1200px) {

  .spe-caf .date {
    text-align: center;
  }
  

  .spe-caf .calendar-keywords-wrap {
    margin-left: 0px;
  }

  .spe-caf .actividad-container {
    padding: 1rem;
  }
 
  .spe-caf .timeline {
    display: none;
  }
  
 /* grid mobile */

 .spe-caf .actividad-container {
    margin-bottom: 0px;
  }

  .spe-caf .actividad-column {
    grid-template-rows: auto;
  }
  
  .spe-caf .calendar {
    grid-template-columns: none;
    gap: 0;
  }

  .spe-caf .days {
    display: grid;
    grid-column: 1;
    gap: 0;
    grid-template-columns: none;
    padding-right: 0;
  }

}

@media (min-width: 1201px) {
  .spe-caf .actividad-container:hover {
  z-index: 2;
  -webkit-transition: all 260ms ease-in;
  -webkit-transform: scale(1.2);
  -ms-transition: all 260ms ease-in;
  -ms-transform: scale(1.2);   
  -moz-transition: all 260ms ease-in;
  -moz-transform: scale(1.2);
  transition: all 260ms ease-in;
  transform: scale(1.2);
  cursor: pointer;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
}

/* videos */

.spe-caf-videos-list h6 {
  margin-top: 1rem;
}

/* actividades de hoy */

.caf-spe-map {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  }


.caf-spe-card-map {
  position: absolute;
  top: 15%;
  right: 55%;
  z-index: 1;
  width: 220px;
  background-color: var(--clr-translucid);
  padding: var(--fs-300);
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }

  .spe-caf .carouselsesiones {
  width: 100%;
  background-color: var(--clr-blue-400);
  margin-right: var(--fs-900);
  font-size: var(--fs-300);
  color: var(--clr-white);
  padding: var(--fs-600);
  height: 100%;
  }

@media (min-width: 55em) { 
  .caf-spe-map {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 460px;
    }
 
    .spe-caf .carouselsesiones {
    width: 42%;
    background-color: var(--clr-translucid-blue);
    }
}

.caf-spe-card-map h6 {
  font-size: var(--fs-300);
  font-weight: var(--fw-regular);
  }

.caf-spe-card-map h5 {
  font-size: var(--fs-300);
  font-weight: var(--fw-xtra-bold);
  }

.caf-spe-card-map p {
  margin: 0px;
  }

  .spe-caf .carouselsesiones span {
  display: block;
}

.spe-caf .carouselsesiones .carousel-masinfo a {
  color: var(--clr-white);
}

.spe-caf .carouselsesiones .carousel-control-next, 
.spe-caf .carouselsesiones .carousel-control-prev {
  width: 32px;
  background-color: var(--clr-blue-500);
  height: 120px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 1;
}

.spe-caf .spe-caf-slider-galeria .carousel-control-next, 
.spe-caf .spe-caf-slider-galeria .carousel-control-prev {
  width: 32px;
  background-color: var(--clr-blue-550);
  height: 120px;
  top: 75%;
  transform: translateY(-75%);
  z-index: 10;
  opacity: 1;
}

.spe-caf .spe-caf-slider-galeria .carousel-control-next {
  right: -16px;
}
.spe-caf .spe-caf-slider-galeria .carousel-control-prev {
  left: -16px;
}

@media (min-width: 992px) {
.spe-caf .spe-caf-slider-galeria .carousel-control-next, 
.spe-caf .spe-caf-slider-galeria .carousel-control-prev {
  top: 60%;
  transform: translateY(-60%);
}

.spe-caf .spe-caf-slider-galeria .carousel-control-next {
  right: -32px;
}
.spe-caf .spe-caf-slider-galeria .carousel-control-prev {
  left: -32px;
}

}



.spe-caf .carousel-item-wrap {
  padding-bottom: 20px;
  overflow-y: hidden;
}

.spe-caf .carouselsesiones .carousel-control-next {
  right: 0;
}
.spe-caf .carouselsesiones .carousel-control-prev {
  left: 0;
}

@media (min-width: 65em) { 
  .spe-caf .carouselsesiones .carousel-control-next {
    width: 32px;
    right: -20px;
  }
  .spe-caf .carouselsesiones .carousel-control-prev {
    width: 32px;
    left: -20px;
  }
  
}

.spe-caf .carouselsesiones .carousel-control-next-icon, .carouselsesiones .carousel-control-prev-icon {
  width: 10px;
  height: 10px;
}

.spe-caf .carousel-control-next-icon { 
  fill: var(--clr-green-300) !important;
  color: var(--clr-green-300) !important;
}

.spe-caf .carouselsesiones h4 {
  font-size: var(--fs-500);
  font-weight: var(--fw-black);
  letter-spacing: .5px;
  line-height: 1.2;
}

.spe-caf .carousel-item-fecha,
.spe-caf .carousel-item-hora {
  font-size: var(--fs-300);
  font-weight: var(--fw-regular);
  text-transform: uppercase;
  line-height: 1.4;
}

.spe-caf .carousel-item-who-head {
  font-weight: var(--fw-xtra-bold);
  text-transform: uppercase;
}

.spe-caf .carousel-item-who {
  font-size: var(--fs-200);
}

.spe-caf .carousel-masinfo a {
  position: relative;
  font-size: var(--fs-050);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  color: var(--clr-white);
}

.spe-caf .carousel-masinfo a:after {
  content: '';
  position: absolute;
  display: inline;
  width: 100%;
  bottom: -6px;
  height: 1px;
  background-color: var(--clr-white);
  z-index: 100;
  left: 0;
}



/* documentos */

.spe-caf-docu-container h5 {
  font-weight: var(--fw-xtra-bold);
}

.spe-caf-docu-container svg path:first-child { fill: #005186; }

.caf_esp_descargas a {
  font-size: var(--fs-300);
  font-weight: var(--fw-xtralight);
  color: var(--clr-black);
}

.caf_esp_descargas a ::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  bottom: -6px;
  height: 2px;
  background-color: var(--clr-green-300);
  z-index: 100;
  left: 0;
  transition: width .3s;
}

.caf_esp_descargas a:hover ::after {
  width: 100%;
}



/* conferencistas */

.spe-caf .caf-next, .spe-caf .caf-prev {
   position: absolute;
   z-index: 10;
   top: 50%;
   transform: translateY(-50%);
 }

 .spe-caf .caf-prev {
   right: 15px;
 }

 .spe-caf-conferencistas .item-owl-wrap {
 position: relative;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 height: 260px;
 filter: grayscale(100%) opacity(65%);
}

.spe-caf-conferencistas .active.center .item-owl-wrap {
  filter: grayscale(0%) opacity(100%);
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.spe-caf-conferencistas .item-owl-outer-content {
 position: absolute;
 bottom: 5px;
 color: var(--clr-white);
 left: 50%;
 transform: translate(-50%, 0);
 width: 200px;
 height: 6em; /* altura  */
 transition: all .3s ease;
}

@media (max-width: 799px) { 
  .spe-caf-conferencistas .item-owl-outer-content {
    width: 240px;
  }
}

.item-owl-more-content {
  visibility: hidden;
  margin-top: 1em;
  font-weight: var(--fw-semi-bold);
}

.spe-caf-conferencistas .active.center .item-owl-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--clr-blue-500);
  z-index: -1;
  opacity: 0;
  transition: all .3s ease;
}



/* HOVER MAS CONTENIDO (CURRICULUM) */

.conferencistas_slider .owl-item.center .item-owl-wrap .item-owl-wrap-content {
  width: 320px;
	height: 350px;
	overflow: hidden;
	cursor: pointer;
}

.item-owl-wrap:hover .item-owl-outer-content {
	height: 16em; /* altura  */
	transition: all .3s ease;
}

.spe-caf-conferencistas .active.center .item-owl-wrap:hover::after {
  opacity: .9;
  transition: all .3s ease;
}

.spe-caf-conferencistas .active.center .item-owl-wrap:hover .item-owl-more-content {
  visibility: visible;
}

/* CARRUSEL OWL : transiciones, imagenes, textos */

.conferencistas_slider .owl-item .item .item-owl-wrap {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

.conferencistas_slider .owl-item.center {
  z-index: 10;
}

.conferencistas_slider .owl-item.center .item .item-owl-wrap {
    -webkit-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
    background-color: hsl(206.7, 11.2%, 68.6%);
    background-blend-mode: multiply;
}

.conferencistas_slider .owl-nav {
    text-align: center;
}

.conferencistas_slider {
  overflow-x: clip;
}

.spe-caf-conferencistas .owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.conferencistas_slider h5 {
  font-size: var(--fs-200);
  margin: 0;
}

.conferencistas_slider p {
  font-size: var(--fs-100);
  margin: 0;
}



/* CARRUSEL OWL OCULTAR/MOSTRAR INFO DE CONFERENCISTAS */

.spe-caf-conferencistas .owl-carousel .item-owl-outer-content {
  display: none;
}

.spe-caf-conferencistas .owl-carousel .center .item-owl-outer-content {
  display: block !important;
}

.spe-caf .caf-next, .spe-caf .caf-prev {
  width: 32px;
  background-color: var(--clr-blue-500);
  height: 120px;
  color: var(--clr-green-300);
  border-radius: 0;
}

.spe-caf .caf-next:hover, .spe-caf .caf-prev:hover {
  color: var(--clr-green-300); 
}

.spe-caf .caf-next {
  right: -1%;
}

.spe-caf .caf-prev {
  left: -1%;
}

/* CONFERENCISTAS CURRICULUMS */

/* .conferencistas_slider button {
  display: flex;
  margin-left: auto;
  background-color: #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}

.conferencistas_slider button span {
font-size: .7rem;
color: #000;
text-align: center;
margin-left: -8px;
margin-top: -4px;
} */


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * *     MEDIA CENTER    * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* dossier y comunicados */

.spe-caf-antetitulo {
  font-size: var(--fs-200);
  font-weight: var(--fw-bold);
  color: var(--clr-blue-400);
  text-transform: uppercase;
  display: block;
  margin-bottom: .5rem;
}

.spe-caf-dossier h4 {
  font-size: var(--fs-600);
  font-weight: var(--fw-semi-bold);
  color: var(--clr-blue-500);
  text-transform: uppercase;
  display: block;
  margin-bottom: .5rem;
  line-height: 1.2;
}

.spe-caf-dossier h6 {
  font-size: var(--fs-400);
  font-weight: var(--fw-reg);
  color: var(--clr-blue-500);
  text-transform: uppercase;
}

.spe-caf-dossier p {
  margin: 0;
}

.spe-caf-descarga-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--clr-gray-300);
  border-radius: 110px;
  margin-left: -15px;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.spe-caf-descarga-btn:hover {
  background-color: var(--clr-white);
}

.spe-caf-descarga-btn:hover a {
  color: var(--clr-gray-300); 

}

.spe-caf-descarga-btn a {
  font-size: var(--fs-100);
  color: var(--clr-gray-300); 
  text-transform: uppercase;  
  vertical-align: top;
}

.spe-caf .icon-download {
  font-size: var(--fs-400);
  display: block;
  background: var(--clr-gray-300); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 10px 0 0;
}

/* contacto */

.spe-caf-contactanos .btn {
  background: var(--clr-blue-400); 
  color: var(--clr-white);
}

.spe-caf-contactanos strong {
  color: var(--clr-white);
}

/* multimedia */

.spe-caf-multimedia-list .gallery-container img {
  width: 100%;
}

.caf-spe-nav .nav-link {
  font-size: var(--fs-450);
  font-family: var(--ff-primary);
  color: var(--clr-gray-500); 
  
}

.spe-caf-multimedia-list .nav-item .active {
  color: var(--clr-blue-500); 
}

.spe-caf-multimedia-list .nav-item .active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -12px;
  left: 0;
  background-color: var(--clr-blue-350);
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * *      DOCUMENTOS     * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.spe-caf-documentos-listado h3 a {
  font-weight: var(--fw-xtra-bold);
  font-size: var(--fs-750);
  color: var(--clr-gray-500);
}

.spe-caf-li-item:not(:last-child) {
  border-bottom: 1px solid var(--clr-gray-300);
}

.spe-caf-documentos-listado .pagination {
  border-color: var(--clr-gray-300);

}

@media (max-width: 50em) { 
  .spe-caf-documentos-listado h3 a {
    font-size: var(--fs-600);
  }

  .spe-caf-documentos-listado h3 {
    line-height: 1;
  }

  .spe-caf-li-item svg { 
    max-width: 70px;
  }
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * *      GRIDS SPE      * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* card noticias spe */

.spe-caf-arrow-box {
  padding: 8px 25px 5px 25px;
  display: inline-block;
  background-color: var(--clr-blue-500);
  float: right;
}

.spe-caf-noti-card .spe-caf-icons {
  font-size: var(--fs-450);
  background: var(--clr-green-300); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.spe-caf-noti-card h4, .spe-caf-gallery-card h4 {
  font-size: var(--fs-500);
}

.spe-caf-noti-card h4 a {
  font-weight: var(--fw-xtra-bold);
  color: var(--clr-gray-600);
}

.spe-caf-noti-card h6 {
  font-weight: var(--fw-bold);
  color: var(--clr-blue-400);
  text-transform: uppercase;
}

/* card galerias spe */

.spe-caf h1.gallery-item-title {
    font-family: var(--ff-primary);
    font-size: 2.2em;
    font-weight: 600;
}

.spe-caf-gallery-card h4 {
  font-size: var(--fs-400);
  color: var(--clr-white);
  line-height: 1.4;
}

.spe-caf-gallery-card h4 a {
  font-weight: var(--fw-bold);
  color: var(--clr-white);
  letter-spacing: .5px;
}

.spe-caf-img-gallery::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.spe-caf-icon-gallery {
  position: absolute;
  color: var(--clr-white);
  font-size: var(--fs-600);
  right: 20px;
  bottom: 10px;
  opacity: .6;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.spe-caf-img-gallery:hover {
  cursor: pointer;
}

.spe-caf-img-gallery:hover::after {
  background: rgba(0, 0, 0, 0);
}

.spe-caf-img-gallery:hover .spe-caf-icon-gallery {
  opacity: 0;
}

/* card videos */

.spe-caf-video-card h4 {
  font-size: var(--fs-450);
}

/* despliegue galeria */

.spe-caf-slider-galeria p {
  font-size: var(--fs-400);
}