/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

:root {
    /* Colores neutrales */

    /* Tipografías */
    --typo-primary: "onest", serif;
    --typo-secondary: "Figtree", serif;
    --typo-tertiary: "Inter", sans-serif;

    /* Colores */
    --main: #2b3c5b;
    --secondary: #4fa68b;

    --neutral-20: #7d91b4;
    --neutral-40: #4f6389;
    --neutral-60: #45597d;
    --neutral-80: #3c4e71;

}

h1, h2, h3, h4, h5, h6 {
  color: var(--main) !important;

}
.verde{
  color: var(--secondary) !important;
font-weight: 500;
font-size:18px;
}
.et_pb_image_wrap img{

}
.fit-img img{
  object-fit: cover;
}

/* ··················· selección de texto ··········· */
::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #1A1A1A;
     font-style: italic;
}

::selection {
    color: #fff;
    background: #1A1A1A;
     font-style: italic;
}

/* ··················· fin selección de texto ··········· */






/*-------------- logos ------------------------*/

.logos .et_pb_image_wrap img{
  max-width:100px !important;

}
.logos p{
  font-family: var(--typo-primary) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color:#fff;
}


.logos{
  margin-right: 15%;
}

.logos .et_pb_column{
  max-width: 700px;
}


.logos-segunda .et_pb_image_wrap img{
  max-width:100px !important;

}
.logos-segunda{
  margin-right: 15%;
}

/*-------------- fin logos ------------------------*/


/*-------------- SLIDER_HOME ------------------------*/





@media only screen and (max-width: 600px) {

.et_pb_slides {
  width: 100% !important;
}
.slider_home {
  display: initial;
  flex-wrap: wrap;
}
.et-pb-slider-arrows {
  flex-direction: initial !important;
  position: absolute;
  top: 12px;
  display: flex !important;
  justify-content: space-between;
  width: 95%;
  margin: auto !important;
  margin-left: auto;
  align-items: center !important;
  text-align: center;
  margin-left: 2% !important;
}
.et-pb-controllers {
  display: none !important;
}
.et_pb_button_wrapper{
  text-align: center !important;
}
}
.et_pb_slide_description .et_pb_slide_title {
  font-size: 30px !important;
  text-align: center;
}

.et_pb_slide_description .et_pb_slide_content{
  font-family: var(--typo-primary);
  font-size: 40px !important;
  font-weight: 600;
  text-align: left;
  max-width: 600px;
  text-shadow: none;
}

.et_pb_slide_description .et_pb_slide_title{
  font-family: var(--typo-primary);
  font-size: 40px !important;
  font-weight: 600;
  text-align: left;
  max-width: 600px;
  text-shadow: none;
}

.et_pb_slide{
  border-radius: 20px;
}

.et_pb_slide_description{
  width: auto;
  margin: auto;
  width: auto;
  max-width: 500px;
  padding: 0;
  backdrop-filter: blur(4px);
  border-radius: 20px;
  background: rgba(47, 184, 171, 0.7);
  border: 1px solid rgba(255,255,255, 0.5);
}

.et_pb_slide_description{
  padding: 40px !important;
  text-align: left;
  float: left;
  bottom: 50px;
  position: absolute;
}

.et-pb-controllers a{
  width: 8px;
  height: 8px;
  opacity: 0.2;
  margin: 0px;
}
.et-pb-active-control {
  background-color: var(--secondary) !important;
}


  .et_pb_slides{
    width: 89%;
  }

  .slider_home{
    display: flex;
    flex-wrap: wrap;
  }
  .et-pb-arrow-prev{
    display: contents !important;
  }
  .et-pb-arrow-next{
    display: contents !important;
  }


  .et-pb-controllers {
    text-align: left;
    z-index: 10;
    position: absolute;
    top: initial;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    left: initial;
    right: 7%;
    justify-content: end;
    bottom: 20px;
    margin-right: 10px;
  }
        /* -------arrows--------*/
                /* ====== FLECHAS DIVI PERSONALIZADAS ====== */

                /* Tamaño y estilo base */
                .et-pb-slider-arrows a.et-pb-arrow-prev svg,
                .et-pb-slider-arrows a.et-pb-arrow-next svg {
                  width: 40px;
                  height: 40px;
                  cursor: pointer;
                }

                /* Color base */
                .et-pb-slider-arrows a svg g {
                  stroke: var(--main); /* color base (gris oscuro) */
                  fill: none;
                  stroke-width: 1.5;
                  stroke-linejoin: round;
                  stroke-miterlimit: 10;
                  transition: stroke 0.4s ease;
                }

                /* Círculo base (no visible al inicio) */
                .arrow-icon--circle {
                  stroke-dasharray: 95;
                  stroke-dashoffset: 95;
                  transition: stroke-dashoffset 0.5s ease;
                }

                /* Flecha base */
                .arrow-icon--arrow {
                  transition: transform 0.4s ease;
                }

                /* ===== HOVER ===== */

                /* Cambia el color del trazo */
                .et-pb-slider-arrows a:hover svg g {
                  stroke: var(--secondary); /* color hover */
                }

                /* Círculo se dibuja */
                .et-pb-slider-arrows a:hover svg .arrow-icon--circle {
                  stroke-dashoffset: 0;
                }

                /* Sin desplazamiento ni rotación */
                .et-pb-slider-arrows a.et-pb-arrow-prev:hover svg .arrow-icon--arrow,
                .et-pb-slider-arrows a.et-pb-arrow-next:hover svg .arrow-icon--arrow,
                .et-pb-slider-arrows a.et-pb-arrow-prev:hover svg .arrow-icon--circle,
                .et-pb-slider-arrows a.et-pb-arrow-next:hover svg .arrow-icon--circle {
                  transform: none;
                }

                /* ==== POSICIÓN ==== */
                .et-pb-slider-arrows a.et-pb-arrow-prev {
                  left: 25px;
                  top: 50%;
                  transform: translateY(-50%) rotate(180deg); /* gira solo el icono, no se mueve */
                }

                .et-pb-slider-arrows a.et-pb-arrow-next {
                  right: 25px;
                  top: 50%;
                  transform: translateY(-50%);
                }

                /* Siempre visibles */
                .et-pb-slider-arrows a {
                  opacity: 1 !important;
                  visibility: visible !important;
                }

                  
                .et-pb-slider-arrows{
                  display: flex;
                  flex-direction: column-reverse;
                  gap: 10px;
                  margin-left: 20px;
                  justify-content: flex-end;
                }
                .et-pb-arrow-prev::before{
                  opacity: 0;
                  display: none;
                }
                .et-pb-arrow-next::before{
                  opacity: 0;
                  display: none;
                }

        /*-------fin arrows-------*/




/*-------------- FIN_SLIDER_HOME ------------------------*/

/* ··················· intro ··········· */

.intro.banner h2{
  font-family: var(--typo-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.5px;
}


.intro h2{
  font-family: var(--typo-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.5px;
  padding: 10px 0px;
}

.intro.nosotros h2{
  font-family: var(--typo-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.5px;

}

.intro.nuestros-productos h2{
  font-family: var(--typo-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.5px;
}
.intro.nuestros-productos h3{
  font-family: var(--typo-primary);
  font-size: 18px; 
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0;
}

.nosotros img{
  object-fit: cover;
}

.intro h3{
  font-family: var(--typo-primary);
  font-size: 18px; 
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}


#marcas .marcas .et_pb_image_wrap {
  min-height: 234px;
  display: flex;
  justify-content: center;
}

#marcas .marcas .et_pb_image_wrap img{

}

.valores h3, .valores p{
  color:white !important 
}

.filosofia h3, .filosofia h2{
  color:white !important 
}

.filosofia h3{
  font-weight: 400 !important;
}


.marcas .intro h2{
  font-family: var(--typo-primary);
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.5px;
  
}

.marcas .intro h3{
  font-family: var(--typo-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}


.intro p{
  font-family: var(--typo-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: var(--neutral-80);
  letter-spacing: 0.3px;
}
/* ··················· fin intro ··········· */




/* ··················· sostenibilidad ··········· */

.imagenes_sostenibilidad img{
  object-fit: cover;
}

.sostenibilidad h2{
  font-family: var(--typo-primary);
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}

.sostenibilidad h3{
  font-family: var(--typo-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.sostenibilidad li{
  font-family: var(--typo-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: var(--neutral-80);
  list-style: none;
  padding: 10px 30px;
}

.sostenibilidad li span{
  margin-left: 6px;
}
/* ··················· fin sostenibilidad ··········· */
/* ··················· inicio marcas ··········· */
.marcas h2{
  font-family: var(--typo-primary);
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.marcas h3{
  font-family: var(--typo-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.trabaja h2{
  font-family: var(--typo-primary);
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  color:white !important;
}

.trabaja p{

  color:white !important;
}


.trabaja h3{
  font-family: var(--typo-primary);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color:white !important;
}


.marcas.nosotros h3{
  font-family: var(--typo-primary);
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;

}

.marcas.procesos-servicios h3{
color:white !important
  
}

.marcas.procesos-servicios p{
  color:white !important
  
}
.marcas.procesos-servicios h2{
  color:white !important
  
}


.marcas.proceso-servicio h3{

  color:white !important;
}
.marcas.proceso-servicio h2{

  color:white !important;
}
.marcas.proceso-servicio p{

  color:white !important;
}
.tag{
  font-family: var(--typo-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  color:var(--secondary)
}

.marcas p{
  font-family: var(--typo-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: var(--neutral-80);
  letter-spacing: 0px;
}

/* ··················· fin marcas ··········· */

/* ··················· inicio legales ··········· */
.legales h2{
  font-family: var(--typo-primary);
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.legales h3{
  font-family: var(--typo-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}




.legales p{
  font-family: var(--typo-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: var(--neutral-80);
  letter-spacing: 0.3px;
}

/* ··················· fin legales ··········· */

/* ··················· Inicio menu ··········· */

.et_menu_container{
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.08);
  width: 100% !important;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 100% !important;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1280px) {
  #top-menu {
    display: none;
  }
  #et_mobile_nav_menu {
    display: block;
  }
  #mobile_menu li:not(.lang-item, .trabaja-con-nosotros) a::after  {
    content: '';
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    margin-left: 8px;
    background: currentColor;
    background-color: currentcolor;
    mask: url('https://pretexca.jig.es/wp-content/uploads/2025/10/right-arrow_4120144.svg') center / contain no-repeat;
    transition: transform 0.3s ease, background-color 0.3s ease;
    opacity: 1;
    transform: translateX(0);
    padding-top: 8px;
    position: initial !important;
    transition: all .2s ease-in-out !important;
  }
  #mobile_menu li:not(.lang-item, .trabaja-con-nosotros) a  {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    flex-wrap: wrap;
  }

  #mobile_menu .lang-item a,  #mobile_menu .trabaja-con-nosotros a  {
    border-bottom:none !important;
  }

  #mobile_menu li:hover a::after  {
    transform: translateX(14px);
    padding-top: 8px;
    background-color: var(--secondary); /* Cambia a tu color deseado */
    transition: all .2s ease-in-out !important;
  }
  .et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: transparent;
    opacity: .7;
  }
  .lang-item a{
    width: 36px;
    height: 36px;
    border: 1px solid var(--main);
    padding: 6px !important;
    border-radius: 20px;
    margin: 0;
    text-align: center;
  }
  #et-top-navigation .lang-item a {
    font-size: 12px !important;
  }
  .lang-item{
    float: right;
    padding: 10px;
    margin-top: 15px;
  }
  .trabaja-con-nosotros{
    float: left;
  margin-top: 20px;
  }
  .et_mobile_menu li a {

    padding: 18px 0px;}
}

#top-header {
  line-height: 23px;
  font-weight: 600;
  top: 0;
  background:rgba(255,255,255, 0.6);
   backdrop-filter: blur(4px);
  width: 100%;
  -webkit-box-shadow: 0 px 0 rgba(0,0,0,.1);
  box-shadow: 0 0px 0 rgba(0,0,0,.1);
  position: relative;
  z-index: 99999;
}


#main-header {
  line-height: 23px;
  font-weight: 600;
  top: 0;
  background:rgba(255,255,255, 0.6);
   backdrop-filter: blur(4px);
  width: 100%;
  -webkit-box-shadow: 0 px 0 rgba(0,0,0,.1);
  box-shadow: 0 0px 0 rgba(0,0,0,.1);
  position: relative;
  z-index: 99999;
}

/* Menú principal estilo molón */
#et-top-navigation li a {
  position: relative;
  color: var(--main);
  font-weight: 600;
  transition: color 0.3s ease;
  font-family: var(--typo-primary);
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 0px !important;

}
#top-menu li{
  padding-right: 18px;
}
#top-menu li.current-menu-item > a {
  color: var(--secondary) !important;
}

/* Efecto hover: color + underline animado */
#et-top-navigation li:not(.lang-item) a::after  {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  bottom: -5px;
  background-color: var(--secondary); /* Color de la línea al pasar */
  transition: width 0.3s ease;
}

/* Hover */
#et-top-navigation li a:hover {
  color: var(--main); /* Cambia color del texto */
}

#et-top-navigation li a:hover::after {
  width: 100%; /* La línea se extiende al pasar */
}


#top-menu .current-lang {
  padding-right: 0;
  border: 0px solid var(--main) !important;
  border-radius: 20px;
  background-color: var(--main) !important;
  color:white !important;
}
#top-menu .lang-item {
  padding-right: 0;
  border: 0px solid var(--main);
  border-radius: 20px;
  background-color: #f4f4f4;
  color:var(--main);
  transition: all .2s ease-in-out;
}
#top-menu .lang-item:hover {
  padding-right: 0;
  border: 0px solid var(--main);
  border-radius: 20px;
  background-color: #e6e6e6;
  color:var(--main);
  transition: all .2s ease-in-out;
}
#top-menu .current-lang a {
  padding: 10px !important;
  font-size: 12px !important;
  font-weight: 600;
  color:white !important;
}

#top-menu  .lang-item a{
  padding: 10px !important;
  font-size: 11px !important;
  font-weight: 600;
}
#top-menu .menu-item-has-children > a:first-child::after{
  display: none;
}
/* ··················· fin menu ··········· */



/* ··················· cuadro hero ··········· */
.banner-signpost {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: var(--main);
  right: 0px;
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  border-radius: 0px 0px 0px 20px;
}
 .banner-signpost .banner-signpost-item {
  width: 100%;
  margin-right: 25px;
}
.banner-signpost .banner-signpost-logo {
  width: 30%;
  margin-right: 25px;
}

.banner-signpost .banner-signpost-title {
  color: #FDFDF8;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.9rem;
  letter-spacing: 1.3px;
  margin-bottom: 25px;
}

.banner-signpost p.banner-signpost-content {
  font-family: 'calibre-semibold',sans-serif;
  margin-bottom: 0;
  letter-spacing: .6px;
}

.banner-signpost .banner-signpost-content a::after {
  display: none;
}

.banner-signpost .banner-signpost-content a::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background: #FDFDF8;
  left: 0;
  bottom: 0;
  transition: all .2s ease-in-out;
}
.banner-signpost .banner-signpost-content a {
  text-decoration: none;
  color: #FDFDF8;
  position: relative;
  border: 0;
}
/* ··················· fin cuadro hero ··········· */

  /*-------Botones-------*/
  .et_pb_slide_description .et_pb_button{
    background: rgba(255,255,255, 0.2);
    border: 0 !important;
    font-size: 16px;

    font-weight: 600;
    font-family: var(--typo-primary);
    padding: 12px 30px !important;
    letter-spacing: 0.5px;
    border-radius: 50px;
    content: "→";

  }
  .et_pb_slide_description .et_pb_button::after{

    content: "→";

  }

  .et_pb_slide_description .et_pb_button:hover{
    background: var(--secondary);


  }
  .et_pb_slide_description .et_pb_button::after, .et_pb_button::before {
    display:none
  }

/* Mostrar siempre una flecha SVG a la derecha del texto del botón Divi */
.btn-main::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  background: currentColor;
  /*mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>') center / contain no-repeat;*/
  mask: url('https://pretexca.jig.es/wp-content/uploads/2025/10/right-arrow_4120144.svg') center / contain no-repeat;
  transition: transform 0.3s ease, background-color 0.3s ease;
  opacity: 1; /* Asegura que la flecha esté siempre visible */
  transform: translateX(0); /* Posición inicial */
  margin-top: 3px;
}

/* Efecto hover: desplaza la flecha y cambia de color */
.btn-main:hover.et_pb_button::after {
  transform: translateX(14px);
  padding-top: 8px;
  background-color: var(--secondary); /* Cambia a tu color deseado */

}


/* (Opcional) Cambiar también el color del texto al pasar el mouse */
.btn-main.et_pb_button:hover {
  color: #ff6600;
}
.btn-main {
  border: 0 !important;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--typo-primary);
  padding: 0px 0px !important;
  letter-spacing: 0.5px;
}
.btn-main:hover{
  background-color: transparent !important;
  color:var(--main) !important
  
}

  /*-------Fin Botones-------*/


  
.sostenibilidad  ul {
    list-style: none;       /* quitamos el marcador por defecto */
    padding-left: 0;
  }
  
  .sostenibilidad li {
    position: relative;
    padding-left: 24px;     /* deja espacio para el nuevo icono */
  }
  
  .sostenibilidad li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;            /* ancho del marcador */
    height: 20px;           /* alto del marcador */
    transform: translateY(-50%);
    background: url('https://pretexca.jig.es/wp-content/uploads/2025/10/chek.svg') no-repeat center;
    background-size: contain;
  }


.procesos  h3::before{
  content: '';
  position: absolute;
  left: -56px;
  top: 28px;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  background: url('https://pretexca.jig.es/wp-content/uploads/2025/10/procesos.svg') no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
  }
  .materias h3::before{
    content: '';
    position: absolute;
    left: -50px;
    top: 24px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    background: url('https://pretexca.jig.es/wp-content/uploads/2025/10/materias.svg') no-repeat center;
      background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: contain;
    }
    .consumo h3::before{
      content: '';
      position: absolute;
      left: -57px;
      top: 28px;
      width: 45px;
      height: 45px;
      transform: translateY(-50%);
      background: url('https://pretexca.jig.es/wp-content/uploads/2025/10/consumo.svg') no-repeat center;
        background-size: auto;
      background-size: auto;
      background-size: auto;
      background-size: contain;
      }
      .impacto h3::before {
        content: '';
        position: absolute;
        left: -55px;
        top: 26px;
        width: 42px;
        height: 42px;
        transform: translateY(-50%);
        background: url('https://pretexca.jig.es/wp-content/uploads/2025/10/impacto.svg') no-repeat center;
          background-size: auto;
        background-size: auto;
        background-size: auto;
        background-size: contain;
        }
/* --------carrusel logos------*/



/* --------fin carrusel logos------*/


/*---------footer---------*/

.titulos_footer{
  font-family: var(--typo-primary);
  font-size: 16px;
  color:var(--main)
}

.texto-footer{
  font-family: var(--typo-primary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}
.legales{
  font-family: var(--typo-primary);
  font-size: 12px;
  color:var(--main)
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li{
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding-bottom: 10px;
}
/*--------main menu hamburguesa------/*

/* Franja decorativa encima del menú principal */
#main-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 14px; /* ajusta el alto de la franja */
  background-image: url("https://pretexca.jig.es/wp-content/uploads/2025/10/franja3.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease; /* para una desaparición suave */
}

/* Cuando el encabezado se vuelve fijo (scroll), ocultamos la franja */
#main-header.et-fixed-header::before {
  height: 0;
  opacity: 0;
  overflow: hidden;
}


/* ··················· marquee horizontal ··········· */

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-40%);
  }
}

.custom-marquee {
  display: flex;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
}

.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
  gap: 20px;
}

.marquee-content span {
  display: flex;
  align-items: center;

  white-space: nowrap;
  font-size: 14px;
  font-family: var(--typo-primary);
  font-weight: 600;
  color: var(--main);
  text-transform: uppercase;
}

.marquee-content img {
  width: 32px;
  padding: 0px 10px;
  max-width: inherit !important;
}

.marquee-content img.cole {
  width: 130px;
  padding: 0px 10px;
}

@media only screen and (max-width: 767px) {
  .custom-marquee {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .marquee-content span {
    font-size: 16px;
  }

  .marquee-content img {
    width: 26px;
  }
}
/* ··················· FIN marquee horizontal ··········· */
/* ============================================ open: FORMULARIO DE CONTACTO ============================================ */

.aviso-obligatorio {
	padding:	0px;
	  border:	0 !important;
}

.aviso-obligatorio p {
	font-size: 12px;
	letter-spacing: 0.3px;
	font-style: italic;
	color: var(--secondary);
}

.formulario-contacto form .contacto-input-wrapper,

.formulario-contacto form .block-options-check {
	width: 100%;
	margin-bottom: 8px;
	border-bottom: 0.5px solid var(--neutral-20)


}

.formulario-contacto form .contacto-input-wrapper p,
.formulario-contacto form .contacto-capa-acceptance-submit p {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	padding-top: 8px;
}
.wpcf7-form{

}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.2;
  }

.formulario-contacto form .contacto-input-wrapper .wpcf7-form-control-wrap {
	display: inline-block;
	width: calc(100% - 280px);
	height: auto;
}

.formulario-contacto form .contacto-input-wrapper p label {
	font-size: 20px;
	font-weight: 600;
	color: var(--neutral-900);
	line-height: 120%;
	letter-spacing: 0.5px;
	width: 240px;
	padding: 10px 0px;
	font-family: var(--typo-primary);
}

.formulario-contacto form .contacto-input-wrapper input.wpcf7-form-control,
.formulario-contacto form .contacto-input-wrapper textarea.wpcf7-form-control {
	width: 100%;
	padding: 18px 0;
	border-radius: 6px;
	background: none;
	border: none;
	font-size: 14px;
	font-family: var(--typo-primary);
	color: var(--main);
	transition: var(--transition);
	font-weight: 400;
	letter-spacing: 0.5px;
}

.formulario-contacto form .contacto-input-wrapper textarea.wpcf7-form-control {
	height: 160px;
}

.formulario-contacto form .contacto-input-wrapper input.wpcf7-form-control:hover,
.formulario-contacto form .contacto-input-wrapper textarea.wpcf7-form-control:hover {
	color: var(--main);
}

.formulario-contacto form .contacto-input-wrapper input.wpcf7-form-control:focus,
.formulario-contacto form .contacto-input-wrapper textarea.wpcf7-form-control:focus {
	color: var(--secondary);
}

.formulario-contacto form .contacto-input-wrapper input.wpcf7-form-control::placeholder,
.formulario-contacto form .contacto-input-wrapper textarea.wpcf7-form-control::placeholder,
.formulario-contacto form .contacto-input-wrapper input.wpcf7-form-control::-webkit-input-placeholder,
.formulario-contacto form .contacto-input-wrapper textarea.wpcf7-form-control::-webkit-input-placeholder {

	opacity: 1;
	font-size: 14px;
	font-family: var(--typo-primary);
	transition: var(--transition);
}

.formulario-contacto form .contacto-input-wrapper input.wpcf7-form-control:hover::placeholder,
.formulario-contacto form .contacto-input-wrapper textarea.wpcf7-form-control:hover::placeholder,
.formulario-contacto form .contacto-input-wrapper input.wpcf7-form-control:hover::-webkit-input-placeholder,
.formulario-contacto form .contacto-input-wrapper textarea.wpcf7-form-control:hover::-webkit-input-placeholder {
	color: var(--main);
}

.formulario-contacto form .contacto-input-wrapper input.wpcf7-form-control:focus::placeholder,
.formulario-contacto form .contacto-input-wrapper textarea.wpcf7-form-control:focus::placeholder,
.formulario-contacto form .contacto-input-wrapper input.wpcf7-form-control:focus::-webkit-input-placeholder,
.formulario-contacto form .contacto-input-wrapper textarea.wpcf7-form-control:focus::-webkit-input-placeholder {
	color: var(--neutral-700);
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	color: var(--error);
	font-weight: 600;
	letter-spacing: 0.03em;
	display: block;
}

.formulario-contacto form .contacto-input-wrapper span.wpcf7-not-valid-tip {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 40px 0 0;
	padding: 8px 24px;
	border: 1px solid var(--neutral-500);
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	color: var(--neutral-100) !important;
	display: inline-block;
	background-color: var(--success);
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: var(--error);
	color: var(--error);
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--success);
	color: var(--success);
}


/* aceptar políticas */

.formulario-contacto form .contacto-capa-acceptance-submit p {
	flex-wrap: wrap;
	padding-top: 32px;
}

.formulario-contacto form .contacto-capa-acceptance-submit p span {
	width: 100%;
	margin: 0;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
}


/* "tunear" checkbox */

.formulario-contacto form .contacto-capa-acceptance-submit p span label input[type="checkbox"],
.options-check-right .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}

.formulario-contacto form .contacto-capa-acceptance-submit p span.our-checkbox {
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	border: 2px solid var(--main);
	margin-right: 12px;
	border-radius: 6px;
	overflow: hidden;
	transition: var(--transition);
	cursor: pointer;
}

.formulario-contacto form .contacto-capa-acceptance-submit p span.our-checkbox:hover {
	border: 2px solid var(--main);
}

.formulario-contacto form .contacto-capa-acceptance-submit p input:checked+span>span.our-checkbox {
	animation: bounce 250ms;
	border-color: var(--neutral-900);
}

.formulario-contacto form .contacto-capa-acceptance-submit p input:checked+span>span.our-checkbox::before {
	content: "";
	position: absolute;
	top: 10px;
	left:8px;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	transform: rotate(45deg);
	transform-origin: 0% 100%;
	animation: checked-box 125ms 250ms forwards;
	border-radius: 1px;
}

@keyframes checked-box {
	0% {
		width: 0;
		height: 0;
		border-color: var(--neutral-900);
		transform: translate(0, 12px) rotate(45deg);
	}
	33% {
		width: 5px;
		height: 0;
		border-color: var(--neutral-900);
		transform: translate(0, 4px) rotate(45deg);
	}
	100% {
		width: 5px;
		height: 10px;
		border-color: var(--neutral-900);
		transform: translate(0, -8px) rotate(45deg);
	}
}

@keyframes bounce {
	0% {
		transform: scale(1);
	}
	33% {
		transform: scale(0.7);
	}
	100% {
		transform: scale(1);
	}
}

.formulario-contacto form .contacto-capa-acceptance-submit p span.text-check {
	width: calc(100% - 36px);
	line-height: 130%;
	padding-top: 2px;
	display: initial;
}

.formulario-contacto .contacto-capa-acceptance-submit span.wpcf7-list-item-label a {
	text-decoration: underline;
	color: var(--main);
}

.formulario-contacto .contacto-capa-acceptance-submit span.wpcf7-list-item-label a:hover {
	color: var(--main-500);
}


/* fin aceptar políticas */

.formulario-contacto .contact-enviar-form .btn-contacto-enviar {
	margin-top: 24px;
	background: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	cursor: pointer;
	border-width: 1px !important;
	border-color: #353535;
	border-radius: 6px;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
	padding: 16px 40px;
	font-weight: 600;
	transition: var(--transition);
	
	color: #353535 !important;
}

.formulario-contacto .contact-enviar-form .btn-contacto-enviar:hover {
	color: #FAF9F9 !important;
	background-image: initial;
	background-color: #473D37;
}

.formulario-contacto .contact-enviar-form .btn-contacto-envia::after {
	content: "" !important;
	display: flex !important;
	width: 40px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 32px;
	opacity: 1;
	margin-top: -9px;
	overflow: hidden;
	background-image: url('/wp-content/uploads/2024/03/arrow-right-btn.svg') !important;
	background-position: 40px center;
	margin-left: 0 !important;
	transition: var(--transition);
}


/* opciones newsletter */

.formulario-contacto form .block-options-check {
	padding-top: 32px;
	display: flex;
	gap: 40px;
	align-items: flex-start;
}

.formulario-contacto form .block-options-check .options-check-left {
	width: 240px;
}

.formulario-contacto form .block-options-check .options-check-left p {
	font-size: 16px;
	font-weight: 600;
	color: var(--neutral-900);
	line-height: 120%;
	letter-spacing: 2px;
	
}

.formulario-contacto form .block-options-check .options-check-right {
	display: inline-block;
	width: calc(100% - 280px);
	height: auto;
}

.options-check-right .list-options-check {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 0;
}

.options-check-right .list-options-check .contacto-capa-acceptance-submit {
	border: none;
	margin-bottom: 0;
}

.options-check-right .list-options-check .contacto-capa-acceptance-submit p {
	padding-top: 0;
}

.formulario-contacto form .block-options-check .text-options p {
	margin-bottom: 16px;
	max-width: 640px;
	letter-spacing: 0.03em;
	margin-top: -3px;
	color: var(--neutral-600);
}


/* "tunear" checkbox opciones comunicaciones */

.formulario-contacto .options-check-right .list-options-check .our-checkbox {
	border-color: var(--neutral-900);
}

.formulario-contacto .options-check-right .list-options-check .our-checkbox:hover {
	border: 2px solid var(--main);
}

.formulario-contacto .options-check-right .list-options-check p input:checked+span>span.our-checkbox {
	border-color: var(--neutral-900);
	background-color: var(--neutral-900);
}

.formulario-contacto .options-check-right .list-options-check p input:checked+span>span.our-checkbox::before {
	animation: checked-box-white 125ms 250ms forwards;
}

@keyframes checked-box-white {
	0% {
		width: 0;
		height: 0;
		border-color: var(--neutral-50);
		transform: translate(0, 12px) rotate(45deg);
	}
	33% {
		width: 5px;
		height: 0;
		border-color: var(--neutral-50);
		transform: translate(0, 4px) rotate(45deg);
	}
	100% {
		width: 5px;
		height: 10px;
		border-color: var(--neutral-50);
		transform: translate(0, -8px) rotate(45deg);
	}
}


/* fin "tunear" checkbox opciones comunicaciones */

.options-check-right .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
}

.options-check-right .wpcf7-checkbox .wpcf7-list-item {
	width: 100%;
	display: flex;
	margin: 0 0 8px;
}


/* fin opciones newsletter */


/* ············································································responsive 767px ······································ */

@media (max-width: 767px) {
	.formulario-contacto form .contacto-input-wrapper p label {
		padding-top: 8px;
	}
	.formulario-contacto form .contacto-input-wrapper p,
	.formulario-contacto form .contacto-capa-acceptance-submit p {
		flex-wrap: wrap;
		gap: 0;
	}
	.formulario-contacto form .contacto-input-wrapper p label,
	.formulario-contacto form .contacto-input-wrapper .wpcf7-form-control-wrap,
	.formulario-contacto form .block-options-check .options-check-left,
	.formulario-contacto form .block-options-check .options-check-right {
		width: 100%;
	}
	.formulario-contacto form .block-options-check {
		padding-top: 16px;
		gap: 16px;
		flex-wrap: wrap;
	}
	.formulario-contacto form .block-options-check .text-options p {
		line-height: 120%;
		margin-bottom: 32px;
	}
}

.boton-verde-contacto {
  background: var(--secondary);
  border: 0px solid var(--main);
  color: white;
  border-radius: 40px;
  transition: 0.2s ease-out !important;
  padding: 10px 30px;
  float: right;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  outline: 1px solid var(--secondary);
}


/* ============================================ close: FORMULARIO DE CONTACTO ============================================ */






/*---------carrusel logo------------*/
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {

  padding: 30px 0px;


}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  z-index: 2;
}



.logo_items {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 40px;
}


.logo_items img{
  height: auto;
  padding: 20px;

}
/*---------fin carrusel logo------------*/


/*-------- menu fullscreen ---------*/


/*-------- fin menu fullscreen ---------*/

/*-------- menu secundario ---------*/
#top-header{
background-color: rgba(255,255,255, 0.6);
  backdrop-filter: blur(4px);
}
#top-header .container{
  margin-top: 10px;
}

#et-secondary-menu > ul > li a {
  padding-bottom: .75em;
  display: block;
  color: var(--main);
  font-family: var(--typo-primary);
}

#et-secondary-menu > ul > li a {
  padding-bottom: 0;}

#et-secondary-nav {
  display: inline-block;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.trabaja-con-nosotros a{

  padding: 10px 20px !important;
  background-color: #f4f4f4;
  color:var(--main) !important;
  border-radius: 20px;
  font-weight: 500;
}
.trabaja-con-nosotros a::after{

 display:none
}
.trabaja-con-nosotros a:hover{

  background-color: var(--main);
  color: white !important;
  opacity: 1 !important;
}


/*-------- fin menu secundario ---------*/



/* ================ The Timeline ================ */
/* -------------------------------- 

Primary style

-------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #383838;
  background-color: #f8f8f8;
}

a {
  color: #81dbbd;
  text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 680px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #fcfdff, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #fcfdff, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #fcfdff, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #fcfdff, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 4px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #81dbbd;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 4px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #81dbbd;
  border-color: #81dbbd;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #81dbbd;
  border-color: #81dbbd;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #81dbbd;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
.cd-timeline-navigation{display:none}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '>';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 3px;
  top: 10px;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(https://pretexca.jig.es/wp-content/uploads/2025/10/right-arrow_4120144.svg) no-repeat 0 0;
  color: var(--secondary);
  font-family: var(--typo-primary);
  font-size: 19px;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #81dbbd;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
  min-height: 320px;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: var(--typo-primary);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.cd-horizontal-timeline .events-content img{
width: 150px;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: var(--main);
  text-align: center;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
.entry-content ol{
  list-style-type: none !important;

}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
    max-width: 600px;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 10px;
}

.timeline {
	padding: 0px;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
  text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid var(--secondary);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
  display: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgb(245,245,245);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}
}

li::marker{
  display: none;
}

.entry-content ul{
  list-style-type: none !important;
}
/* ================ FIN The Timeline ================ */


.talleres li::before{
  content: "";
  background-image: url(https://pretexca.jig.es/wp-content/uploads/2025/10/separador.svg);
  width: 10px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -2px;
  margin-top: 8px;
}
.talleres li{
  font-family: var(--typo-primary);
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  padding: 8px 0px;
  font-size: 18px;

}


/*---------video home------*/

.slider_home .et_pb_slide_video{
width: 100%;
}

.slider_home .wp-video{
  float:right
  }

.et_pb_slider .et_pb_slide:first-child {
    display: list-item;
    padding-right: 0px !important;
  }

.slider_home .wp-video-shortcode{
      max-height: 520px;
      background: transparent;
    }

.slider_home .mejs-controls{
      display: none !important;
    }
    .et_pb_slider .et_pb_slide:first-child .et_pb_slide_description {
      background: transparent;
      border:0px

    }

    @media screen and (max-width: 660px) {
      .slider_home .et_pb_slide_video {

        display: initial !important;
      }
      .et_pb_slider .et_pb_slide:first-child .et_pb_slide_description {
        display: none;
      }
      .et_pb_slider .et_pb_slide:first-child {

        padding-left: 0px !important;
      }
    

    }

/*---------fin video home-------*/

.ctc_s_7 p{
  font-family: var(--typo-primary) !important;
}