/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
    --e-global-color-primary: #174E4F;
    --e-global-color-secondary: #FF8F00;
    --e-global-color-text: #174E4F;
    --e-global-color-accent: #4EC47E;
    --e-global-color-75394df: #F6FCDF;
    --e-global-color-a240e9c: #144041;
    --e-global-typography-primary-font-family: "Inter";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Inter";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Inter";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Poppins";
    --e-global-typography-accent-font-weight: 500;
    color: var(--e-global-color-text);
    font-family: "Inter", Sans-serif;
    font-weight: 400;
}
body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

html {
    scroll-behavior: smooth;
}


.single-reto main#main {
    margin: 50px auto 0;

}



.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;

}

.breadcrumb-item {
    margin-right: 0.5rem;
    /* Espacio entre los elementos del breadcrumb */
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    margin-right: 0.5rem;
    /* Espacio entre los elementos y el separador */
    color: #6c757d;
    /* Color del separador */
}

.breadcrumb-item a {
    text-decoration: none;
    /* Eliminar subrayado del enlace */
    color: var(--e-global-color-secondary);
    font-size: 14px;
    font-weight: 400;
    font-weight: 700;
}

.breadcrumb-item a:hover {
    color: #DF4D52;
}

.breadcrumb-item.active {
    color: #8a8c98;

    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 2px;
}


.single-reto main>.dispo {
    text-transform: uppercase;
    margin: 32px 0 24px;
}

.retopresentacion {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
}

.single-reto .izquierdo h6 {
    color: var(--e-global-color-primary);
}

.izquierdo {
    flex: 1;
    /* Otros estilos para el lado izquierdo */
}

.derecho {
    display: flex;
    flex-direction: column;
    flex: 1;
    /* Otros estilos para el lado derecho */
}

.single-reto .imagenReto {
    /*contenedro 16:9*/
    position: relative;
    width: 100%;
    min-height: min(250px, 50vw);
    overflow: hidden;
    border-radius: 24px;
    flex-grow: 2;
}

.single-reto .imagenReto img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.single-reto .imagenRetoDesktop {
    display: block;
}

.single-reto .imagenRetoMobile {
    display: none;
}

.tituloreto {
    color: var(--e-global-color-primary);
}

.single-reto .dispo {
    font-size: 12px;
    font-weight: 900;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.025em;
    text-align: center;
}

.dispo.Reto.COMPLETADO {
    position: relative;
    display: inline-block;
    padding: 14px 38px;
    color: #fff;

    z-index: 9;
}

.dispo.Reto.COMPLETADO::before {
    content: "";
    background: url(https://retoslatam.com/wp-content/uploads/2024/07/Vector.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background-repeat: repeat-x;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.dispo.RETO.COMPLETADO {
    position: relative;
    display: inline-block;
    padding: 14px 38px;
    color: #fff;

    z-index: 9;
}

.dispo.RETO.COMPLETADO::before {
    content: "";
    background: url(https://retoslatam.com/wp-content/uploads/2024/07/Vector.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background-repeat: repeat-x;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dispo.reto-completado {
    position: relative;
    display: inline-block;
    padding: 14px 38px;
    color: #144041;

    z-index: 9;
}

.dispo.reto-completado::before {
    content: "";
    background: url(https://retoslatam.com/wp-content/uploads/2025/06/bubecompletado.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background-repeat: repeat-x;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dispo.Reto.DISPONIBLE {
    position: relative;
    display: inline-block;
    padding: 14px 38px;
    color: var(--e-global-color-primary);

    z-index: 9;
}

.dispo.RETO.DISPONIBLE::before {
    content: "";
    background: url(https://retoslatam.com/wp-content/uploads/2024/07/disponible.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.dispo.RETO.DISPONIBLE {
    position: relative;
    display: inline-block;
    padding: 14px 38px;
    color: var(--e-global-color-primary);

    z-index: 9;
}

.dispo.Reto.DISPONIBLE::before {
    content: "";
    background: url(https://retoslatam.com/wp-content/uploads/2024/07/disponible.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.dispo.reto-disponible {
    position: relative;
    display: inline-block;
    padding: 14px 38px;
    color: var(--e-global-color-primary);

    z-index: 9;
}

.dispo.reto-disponible::before {
    content: "";
    background: url(https://retoslatam.com/wp-content/uploads/2024/07/disponible.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.inforeto {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    word-break: break-all;
    overflow-wrap: break-word;
}

.cominudad h6 {

    margin: 0 !important;
}

.inforeto h6 {

    margin: 0 !important;
}

.tags ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;

}

.tags {
    list-style-type: none;
    /* Elimina los puntos de lista */
    padding: 0;
    /* Elimina el padding por defecto */
    display: flex;
    /* Hace que los elementos hijos se alineen en una fila */
}

.tags li {
    margin-right: 4px;
}

.tags a {
    margin-right: 4px;
    background:#174e4f26;
    padding: 8px 12px;
    border-radius: 10px;
    color: var(--e-global-color-primary);
    font-weight: 500;
    font-size: 12px;
    transition: all 0.2s;
}

.tags a:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}

.cominudad {
    display: flex;
    align-items: center;
    gap: 10px;
}

.generalreto {
    display: flex;
    flex-direction: column;
    gap: 15px;

    margin: 8px 0px 18px;
}


.lineas {
    border: 0;
    border-top: 2px solid #DBDBDB;
    width: 100%;
    margin: 20px auto;
}

.titulos {
    color: var(--e-global-color-primary);
    font-size: 24px;
    font-weight: 800 !important;
}

.subtitulos {
    color: var(--e-global-color-secondary);
    font-size: 18px;
}

.caja {

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px 20px;
    background: #F1F2F3;

}

.caja .dispo {
    font-size: 12px;
    font-weight: 900;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.caja .titulo {
    color: var(--e-global-color-primary);
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    z-index: 9;
    margin: 0;
}

/* -------------------------------------------------css slider--------------------- */
.slideranteced .slick-slide {

    position: relative;
}

.slideranteced .slick-slide::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
}



/*

.slideranteced .slick-slide .caja::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 51%;
    right: -25px;
    background: url(https://retoslatam.com/wp-content/uploads/2024/07/triangulorojo.svg);
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
}

.slideranteced .slick-slide.active-slide .caja {
    background-color: #fff !important;
    position: relative;

}

.slideranteced .slick-slide.active-slide .caja::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0x;
    border: 5px solid var(--e-global-color-primary);
    z-index: 99;
}

.slideranteced .slick-slide.active-slide .caja::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: -24px;
    background: url(https://retoslatam.com/wp-content/uploads/2024/07/triangulo.svg);
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
}*/

/* -------------------------------------------------css slider--------------------- */
/* -------------------------------------------------css slider 2--------------------- */
/* .sliderantecedSg {
    margin-bottom: 64px !important;
} */

.sliderantecedSg .slick-slide {

    position: relative;
}


.sliderantecedSg .slick-slide::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
}

/*
.sliderantecedSg .slick-slide .caja::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 51%;
    right: -25px;
    background: url(https://retoslatam.com/wp-content/uploads/2024/07/triangulorojo.svg);
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
}

.sliderantecedSg .slick-slide.active-slide .caja {
    background-color: #fff !important;
    position: relative;
}

.sliderantecedSg .slick-slide.active-slide .caja::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0x;
    border: 5px solid var(--e-global-color-primary);
    z-index: 99;
}

.sliderantecedSg .slick-slide.active-slide .caja::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: -24px;
    background: url(https://retoslatam.com/wp-content/uploads/2024/07/triangulo.svg);
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
}
*/
.retosVinculados {
    padding: 32px 0 0;
}

.retosVinculados .slick-prev {
    left: -50px;
    font-size: 0;
    color: transparent;

}

.retosVinculados .slick-next {
    right: -55px;
    font-size: 0;
    color: transparent;

}

.retosVinculados .slick-prev::before,
.retosVinculados .slick-next::before {
    font-size: 30px;
    color: var(--e-global-color-secondary);
}

.retosVinculados .slick-dots {
    bottom: -35px;
}

.retosVinculados .slick-dots li button:before {
    font-size: 12px;
    color: var(--e-global-color-secondary);
}

/* -------------------------------------------------css slider 2--------------------- */


.antecedentes.siguientes {
    margin-top: 50px;
}

.antecedentes {
    margin-top: 50px;
}


.objetivos {
    height: 60px;
    background-size: cover;
    flex: 1 1 23%;
    max-width: 60px;
    box-sizing: border-box;
    width: 60px;
    border-radius: 4px;
}

.objgeneral {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
    max-width: 100%;
}

.objetivos.fin-de-la-pobreza {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-01.jpg);
    background-size: cover;
}

.objetivos.hambre-cero {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-02.jpg);
    background-size: cover;
}

.objetivos.salud-y-bienestar {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-03.jpg);
    background-size: cover;
}

.objetivos.educacion-de-calidad {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-04.jpg);
    background-size: cover;
}

.objetivos.igualdad-de-genero {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-05.jpg);
    background-size: cover;
}

.objetivos.agua-limpia-y-saneamiento {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-06.jpg);
    background-size: cover;
}

.objetivos.energia-asequible-y-no-contaminante {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-07.jpg);
    background-size: cover;
}

.objetivos.trabajo-decente-y-crecimiento-economico {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-08.jpg);
    background-size: cover;
}

.objetivos.industria-innovacion-e-infraestructura {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-08.jpg);
    background-size: cover;
}

.objetivos.reduccion-de-las-desigualdades {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-10-1-400x400-1.jpg);
    background-size: cover;
}

.objetivos.ciudades-y-comunidades-sostenibles {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-11.jpg);
    background-size: cover;
}

.objetivos.produccion-y-consumo-responsables {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-12.jpg);
    background-size: cover;
}

.objetivos.accion-por-el-clima {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-13.jpg);
    background-size: cover;
}

.objetivos.vida-submarina {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-14.jpg);
    background-size: cover;
}

.objetivos.vida-de-ecosistemas-terrestres {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-15.jpg);
    background-size: cover;
}

.objetivos.paz-justicia-e-instituciones-solidas {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-16.jpg);
    background-size: cover;
}

.objetivos.paz-justicia-e-instituciones-solidas {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-16.jpg);
    background-size: cover;
}

.objetivos.alianzas-para-lograr-los-objetivos {

    background: url(https://retoslatam.com/wp-content/uploads/2024/07/S_SDG_Icons-01-17.jpg);
    background-size: cover;
}


.bitacora {
    position: relative;
    flex-wrap: nowrap;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    margin-top: 50px;
}

.bitacora::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #F1F2F3;
    z-index: -5;

}

.menuBitacora {

/*     height: 500px; */
    flex: 0 0 25%;
    /* No crece ni se encoge, ocupa exactamente el 25% del ancho del contenedor */
    max-width: 25%;
    /* Asegura que la columna no exceda el 25% */
    box-sizing: border-box;
    /* Incluye padding y border en el ancho total */
}

.fixed {
    position: sticky;
    top: 0;
    left: 0;

}

.contenBitacora {


    box-sizing: border-box;
    /* Incluye padding y border en el ancho total */
    flex: 0 0 70%;
    /* No crece ni se encoge, ocupa exactamente el 70% del ancho del contenedor */
    max-width: 70%;
    /* Asegura que la columna no exceda el 70% */
}


/* --------------------------menu bitacora---------------------------- */

.vertical-menu {


    padding: 10px;
    /* Espacio interno */

}

.vertical-menu ul {
    list-style-type: none;
    /* Eliminar viñetas */
    margin: 0;
    padding: 0;
}

.vertical-menu li {
    margin-bottom: 5px;
    /* Espacio entre los elementos del menú */
}

.vertical-menu a {
    display: block;
    /* Hace que todo el área del enlace sea clicable */

    text-decoration: none;
    /* Eliminar subrayado de los enlaces */
    padding: 2px 16px;
    /* Espacio interno del enlace */
    transition: background-color 0.3s;
    /* Transición para el cambio de color de fondo */
    font-size: 18px;
    color: #505365;
    font-weight: 900;
}

.vertical-menu a:hover {
    color: #505365;
}


/* ----------------------------------------ficha comunidad----------------------- */

.comunidad {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 10px;
}

.comunidad::after {
    content: "Proponente(s)";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}

img.imagen.cabeza {
    width: 100%;
   
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

/* .contepadd {
    padding: 0 30px;
} */

.part1 {

    width: 100%;
    position: relative;
    border-radius: 0px 20px 0 0 !important;
    line-height: 0;
    overflow: hidden;
}

p.imagencreditos {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: initial !important;
    padding: 9px 15px;
    background: #174e4f91;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-align: right;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 !important;
}
.part2 {

    display: flex;
    align-items: center;
 
    z-index: 99;
    position: relative;
    padding: 0 30px;
}

.part3 {
    display: flex;
    gap: 50px;
    padding: 0 30px;
}
.part3 .izquierda {
    border-right: 1px solid #DBDBDB;
    height: 100% !important;
    gap: 35px !important;
    padding: 0px  20px 0px 0px ;

    
}

.part3 .derecha{
    padding: 15px 0px 0px 20px ;
}


.titulodos {
    color: var(--e-global-color-primary);
    margin: 24px 0 8px;
}


.part3 .objetivos {
    height: 60px;
    background-size: cover;
    flex: 1 1 23%;
    max-width: 60px;
    box-sizing: border-box;
    width: 60px;
    border-radius: 10px;
}

.part3 .objgeneral {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
    max-width: 100%;
}


.comunidad .izquierda {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.comunidad .derecha {
    display: flex;
    flex-direction: column;
    
}

.comunidad h5.titulodos {
    padding: 0;
    margin: 0 0 10px 0;
}

.comunidad ul {
    list-style-type: none;
    /* Eliminar los puntos */
    padding: 0;
    /* Eliminar el relleno predeterminado */
    margin: 0;
    /* Eliminar el margen predeterminado */
    display: flex;
    /* Alinear los elementos en una fila */
    gap: 10px;
    /* Espacio entre los elementos de la lista */
    align-items: baseline;
}

/* Opcional: Estilizar los elementos <li> si es necesario */
/* ul.zonas li:before {
    content: "- " !important;
} */

.etiquetasdisp :before {
    content: "- " !important;
    display: none;
}
#etiquetas :before {
    content: "- " !important;
    display: none;
}

#etiquetas ul.zonas li a {
    color: var(--azulOsc);
    padding: 10px;
    border-radius: 10px;
    background: #174e4f2b;
    color: var(--e-global-color-primary);
    font-weight: 600;
    transition: all 0.3s;
}

.Retopesta {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
    min-height: 200px;

}

.Retopesta::after {
    content: "Reto";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}

.titulotres {
    color: var(--e-global-color-primary);
    font-size: 16px;
    font-weight: bold;
}

.actpart {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
    min-height: 200px;

}

.actpart::after {
    content: "ACTORES PARTICIPANTES";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}

.actpart ul {
    list-style-type: none;
    /* Quitar las viñetas */
    padding: 0;
    /* Eliminar el relleno predeterminado */
}

.actpart li {
    margin-bottom: 10px;
}


.actpart ul.zonas {
    list-style-type: none;
    padding: 0;
    display: flex;
}

.zonas {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 5px;
}



.hallazgosproponente {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
    min-height: 200px;

}

.hallazgosproponente::after {
    content: "HALLAZGOS PARA PROPONENTES";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}

.hallazgosestudiante {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
    min-height: 200px;

}

.hallazgosestudiante::after {
    content: "HALLAZGOS PARA ESTUDIANTES";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}


.pasos {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
    min-height: 200px;

}

.pasos::after {
    content: "PROCESO";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}


.letrapequela {
    font-size: 10px;
}

.concluciones {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
    min-height: 200px;

}

.concluciones::after {
    content: "RESULTADOS Y CONCLUSIONES";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}



/* ----------------------------------nvegacion imagenes --------------------------- */

button.slick-next.slick-arrow,
button.slick-arrow.slick-prev {

    height: inherit;
    width: auto;
    z-index: 999;
    border: 1px solid rgba(255, 255, 255, 0) !important;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0) !important;
    text-decoration: none;
    border: 0px solid rgba(255, 255, 255, 0) !important;
}

.slick-next:before {
    content: '→';
    font-size: 30px;
    color: var(--e-global-color-secondary);
}

.slick-prev:before {

    font-size: 30px;
    color: var(--e-global-color-secondary);
}

.slick-slide img {
    width: 100%;
    /* Hace que la imagen ocupe todo el ancho del contenedor */
    height: 400px;
    /* Establece una altura fija para las imágenes */
    object-fit: cover;
    /* Corta la imagen para llenar el contenedor, manteniendo su proporción */
}


.sugerencias {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
    min-height: 200px;

}

.sugerencias::after {
    content: "ANÁLISIS";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}


.equipo {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
    min-height: 200px;

}

.equipo::after {
    content: "TESTIMONIOS Y CONTACTO";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}

.antecedentes {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
    min-height: 200px;

}

.antecedentes::after {
    content: "ANTECEDENTES";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}

.siguientes {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
    height: auto !important;

}

.siguientes::after {
    content: "SIGUIENTES RETOS";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.etiquetascomple {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;
     
    height: auto !important;

}
.etiquetascomple::after {
    content: "ETIQUETAS";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}


.documentos {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;


}

.documentos::after {
    content: "Documentación detallada";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
}


.documentos a {
    color: #505365;
}

.gestionbus {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
    padding: 30px;
    margin-bottom: 10px;


}

.gestionbus::after {
    content: "GESTIÓN DE BÚSQUEDA";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}

.evaluacion {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;

    padding: 30px;
    margin-bottom: 100px;


}

.evaluacion::after {
    content: "EVALUACIÓN CONTRAPARTE";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}


/* ----------------------css del menu del bitacora----------------- */

.ttbitacora {
    font-size: 20px;
    color: var(--e-global-color-primary);
    font-weight: 900 !important;
}

.vertical-menu a.active {
    color: var(--e-global-color-secondary);
    position: relative;
}

.vertical-menu a.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(https://retoslatam.com/wp-content/uploads/2025/06/arromenu.svg);
    width: 10px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0px, -50%);
}

.boncito {
    position: fixed;
    font-size: 40px;
    color: #fff;
    background: var(--e-global-color-secondary);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
    bottom: 10px;
    left: 10px;
    display: none;
}

/* ---------------------------------------------mediaquerys--------------------------------------------- */
@media only screen and (max-width: 768px) {

    .boncito {
        display: flex !important;
    }

    .fixed {
        position: initial;
        top: initial;
        left: initial;
    }

    .bitacora {

        flex-direction: column;
    }

    .menuBitacora {

        flex: 1 !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .contenBitacora {
        box-sizing: border-box;
        flex: 1;
        max-width: 100%;
    }

    .menuBitacora {
        flex: 1 !important;
        max-width: 300px !important;
        box-sizing: border-box;
        position: fixed !important;
        z-index: 999;
        background: #ffffff;
        width: 100%;
        padding: 10px;
        bottom: 100px;
        border: 20px;
        transform: translate(-1000px, 0px);
        transition: transform 0.5s ease;
        border-radius: 10px;
        border: 1px solid var(--e-global-color-secondary);
    }

    .menuBitacora.active-class {
        transform: translate(0px, 0px);
    }

    #masthead .elementskit-menu-close {
        margin: 0
    }

    #masthead .elementskit-nav-identity-panel {
        padding: 10px;
    }

    #masthead .elementskit-nav-identity-panel .elementskit-nav-logo {
        display: none
    }

    #menu-head {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        gap: 20px;
        max-height: 80vh;
    }

    #menu-head a {
        color: white;
        opacity: 0.5;
        font-size: 2rem;
        padding: 0;
    }

    #menu-head .current-menu-item a {
        opacity: 1;
    }

}


/* ---------------------------buscar------------------------------------------------------------------------- */


.buscador .searchandfilter ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    /* max-width: 900px; */
    margin: auto;
    position: relative;
    gap: 15px;
}


.buscador .searchandfilter ul li {
    box-sizing: border-box;
    /* Incluye el padding y el borde en el tamaño total del elemento */
}

.buscador .searchandfilter ul li:first-child {
    flex: 1 0 100%;
    /* Ocupa el 100% del ancho disponible */
    text-align: center;
}

.buscador .searchandfilter ul li:first-child label {
    width: 100%;
    margin: auto;
}

.buscador .searchandfilter ul li:nth-child(2) {
    flex: 0 1 auto;
    /* El botón flotante, se ajusta al contenido */
    margin-left: auto;
    /* Flota a la derecha si es necesario */
}

/* .buscador .searchandfilter ul li:nth-child(3),
.buscador .searchandfilter ul li:nth-child(4),
.buscador .searchandfilter ul li:nth-child(5),
.buscador .searchandfilter ul li:nth-child(6),
.buscador .searchandfilter ul li:nth-child(7),
.buscador .searchandfilter ul li:nth-child(8),
.buscador .searchandfilter ul li:nth-child(9),
.buscador .searchandfilter ul li:nth-child(10),
.buscador .searchandfilter ul li:nth-child(11)   {
    flex: 1 1 30%;  
} */

.buscador .sf-field-search input::placeholder {
    font-weight: 400;
    color: rgb(0 0 0 /60%);
}

.buscador .searchandfilter ul li[class*='sf-field-taxonomy'] {
    flex: 1 1 18%;
}

.buscador .searchandfilter ul li[class*='sf-field-taxonomy'] h4 {
    color: white;
    padding: 0 0 4px;
    font-size: 0.875rem;

}
.buscador select.sf-input-select {
    font-size: 0.875rem;
    padding: 8px 16px 8px 8px;
    font-weight: 400;
}
.buscador .searchandfilter h4 {
    color: white;
    padding: 0 0 4px;
    font-size: 0.875rem;

}

.buscador .searchandfilter ul li[class*='sf-field-taxonomy'] select {
    font-size: 0.875rem;
    padding: 8px 16px 8px 8px;
    font-weight: 400;
}

.buscador .searchandfilter .search-filter-reset {
    opacity: 0.85;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    border-bottom: 1px solid white;
}

.buscador .searchandfilter .search-filter-reset:hover {
    opacity: 1;
}





.buscador label {
    width: 100%;
}


li.sf-field-submit {
    position: absolute;
    right: 5px;
    top: 14px !important;
    background-color: var(--e-global-color-secondary);
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 !important;
    background-position: center;
    border-radius: 20%;
}

.buscador input[type="submit"] {
    width: 100%;
    height: 100%;
}

.buscador li.sf-field-submit {
    top: 6px;
    border-radius: 50px;
}

/* -----------------------------------------------info nesesaria------------------------------------------------- */

/* .elementor-277 .elementor-element.elementor-element-7921dc3 .elementor-heading-title {
    color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 48px;
    font-weight: 900;
} */

/* -----------------------------------------------info nesesaria------------------------------------------------- */


::placeholder {
    font-family: "Inter", Sans-serif;
    font-weight: 800;
    color: #505365;
}

input.sf-input-text {
    border: 2px solid #DBDBDB;
    border-radius: 100px;
}

input[type="submit"] {
    border: 0px solid #fff;
}


select.sf-input-select {
    border: 2px solid #DBDBDB;
    border-radius: 10px;
    color: var(--e-global-color-primary);
    font-weight: 800;
}

.cl-layout-container {
    overflow: visible !important;
}

.buscar .cl-layout__item {

    -webkit-box-shadow: 0px 43px 29px -1px rgba(199, 199, 199, 0.43);
    -moz-box-shadow: 0px 43px 29px -1px rgba(199, 199, 199, 0.43);
    box-shadow: 0px 43px 29px -1px rgba(199, 199, 199, 0.43);

    border-radius: 20px !important;
    overflow: visible !important;
    margin-top: 50px !important;

}

.cl-template {
    border-radius: 50px !important;
    position: relative !important;
}



.buscar .cl-element.cl-element-section {

    position: relative;
    padding: 15px;

}

.buscar .cl-element-featured_media__image {
    border-radius: 20px 20px 0 0;
}

.buscar .lugares p{
    padding: 11px 10px 10px 35px !important;
    position: relative !important;
    color: #505365!important;
    font-family: "Inter", Sans-serif!important;
    font-size: 14px!important;
    font-weight:500 !important;
}

.buscar .lugares::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(https://retoslatam.com/wp-content/uploads/2025/06/marker.svg);
    transform: translate(0px, -59%);
    background-repeat: no-repeat;
    background-size: contain;
}

.buscar .fecha {

    padding: 11px 10px 10px 35px !important;
    position: relative !important;
    color: #505365;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500 !important;

}

.buscar .fecha::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(https://retoslatam.com/wp-content/uploads/2025/06/fecha.svg);
    transform: translate(0px, -50%);
    background-repeat: no-repeat;
    background-size: contain;
}


.buscar .modalidades {
    padding: 13px 0px !important;
}

.buscar .modalidades .cl-element-taxonomy__term {
    color: #fff!important;
    font-family: "Inter", Sans-serif;
	background: #174E4F!important;
	background: linear-gradient(90deg,rgba(23, 78, 79, 1) 0%, rgba(61, 159, 112, 1) 100%)!important;
    background-color: #edeff5 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
	    padding: 7px 15px !important;

}

.lugares .cl-element-taxonomy__term {
    background: #ff000000 !important;
}

.buscar h3.cl-element.cl-element-title {
    color: var(--e-global-color-primary);
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 18px;
}

.buscar .cl-element.cl-element-taxonomy.Reto {
    font-family: "Inter", Sans-serif !important;
    text-transform: uppercase !important;
    font-size: 10px !important;
    top: -50px !important;
}

.cl-element.cl-element-taxonomy.Reto.DISPONIBLE {
    position: absolute;
    top: -255px;
    background: url(https://retoslatam.com/wp-content/uploads/2024/08/disponiblereto.svg);
    padding: 10px;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
    width: 171px;
    display: flex;
    justify-content: center;
    height: 44px;
    align-items: center;
    left: 0;
}

.cl-element.cl-element-taxonomy.Reto.DISPONIBLE .cl-element-taxonomy__term {
    background-color: #e4e4e400 !important;
    color: var(--e-global-color-primary);
    font-size: 12px;
    font-weight: 900;
    font-family: 'Inter', sans-serif !important;
    letter-spacing: 0.025em;
    text-align: center;
    padding: 0;
    margin: 0;
}




.buscar .pregunta {
    position: relative !important;
    color: var(--e-global-color-primary);
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    border-top: 1px solid #DBDBDB !important;
    padding-top: 24px !important;
    margin-top: 6px !important;
    margin-bottom: 12px !important;
}


.buscador input[type="submit"] {
    width: 100%;
    height: 100%;
    background: url(https://retoslatam.com/wp-content/uploads/2024/08/buscar.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#slider_home .swiper-button-next:after,
#slider_home .swiper-button-prev:after {
    display: none;
}


li.sf-field-reset {

    width: 100%;
    text-align: center;

}

a.search-filter-reset {
    color: #fff;
    font-size: 18px;
    font-family: "Inter", Sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}

a.filtros {
    width: 100%;
    display: flex;
    height: 100%;
    background: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #DBDBDB;
    font-family: "Inter", Sans-serif;
    color: var(--e-global-color-primary);
    font-weight: 800;
    text-decoration: none;
    position: relative;

}

a.filtros::after {
    content: "";
    width: 23px;
    height: 22px;
    background: url(https://retoslatam.com/wp-content/uploads/2024/08/arrowdosn.svg);
    position: absolute;
    top: 54%;
    right: 3px;
    transform: translate(0px, -45%);
    background-position: center;
    background-size: contain;
    padding-left: 11px;
}

li.sf-field-taxonomy-post_format {
    color: #fff;
}

.documentos a {
    word-wrap: break-word;
    word-break: break-all;
}


.single-reto button.slick-prev.slick-arrow,
.single-reto button.slick-next.slick-arrow {
    background: #ff000000;
}

.buscar .cl-element.cl-element-section {
    position: static !important;
}

@media only screen and (max-width: 1200px) {

    .secresultados {
        margin-top: 50px;
    }

    .single-reto main#main {

        max-width: 90% !important;
    }

    .single-reto .slick-slider {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media only screen and (max-width: 1024px) {



    .secresultados {
        margin-top: 0px;
    }

    .single-reto main#main {

        max-width: 90% !important;
    }

    .single-reto .imagenRetoDesktop {
        display: none;
    }

    .single-reto .imagenRetoMobile {
        display: block;
        margin-bottom: 24px;
    }

    .single-reto .retopresentacion {

        flex-direction: column;
        gap: 30px;
    }

    .single-reto .accordion::before,
    .single-reto .accordion::after {
        display: none;
    }

    .single-reto .accordion {
        padding: 0;
        margin-top: 32px !important;
    }



}

@media only screen and (max-width: 960px) {



    .secresultados {
        margin-top: 50px;
    }
    .caja {
    min-width: 250px;
}

}

@media only screen and (max-width:900px) {

   

}








    @media only screen and (max-width: 768px) {

    .buscador .searchandfilter ul {

        flex-direction: column;
        gap: 0;
    }

    form#search-filter-form-288 {
        max-width: 80%;

        margin: auto;
    }


    .buscador .searchandfilter ul li:first-child {
        flex: 1 0 100%;
        text-align: left;
    }

    .buscador label {
        width: 100% !important;

    }

    .single-reto main#main {
        margin: 32px auto 0;
        max-width: calc(100% - 40px) !important;
    }

    .retopresentacion {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .derecho div {
        text-align: center;
    }

    .single-reto .tituloreto {
        font-size: 32px;
    }

    .single-reto .slick-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .retosVinculados {
        overflow: hidden;
    }

    .single-reto .cominudad {
        margin-bottom: 12px;
    }

    .single-reto .cominudad h6 {
        min-width: 130px;
        margin: 0;
    }


    .cominudad h6 {
        width: 30% !important;
    }

    .aplicacionContainer {
        flex-direction: column;
        text-align: left;
        align-items: flex-start !important;
        gap: 10px;
        padding: 48px 32px !important;

    }



}





@media only screen and (max-width: 600px) {



    .buscar .cl-layout__item {
        margin-bottom: 50px !important;
    }


    .part3 {

        flex-direction: column;
    }

    p.imagencreditos {

        font-size: 10px;
        top: 11px;
    }
}

@media only screen and (max-width: 500px) {




    .part2 {

        flex-direction: column;
        align-items: center;
    }

    a.btn-postulacion {
        display: flex !important;
        width: 100%;
        justify-content: space-between;
    }

    .aplicacionContainer h3 {
        font-size: 18px !important;
        margin: 12px 0 8px !important;
    }

    .etiquetasdisp .zonas li a {
        white-space: normal!important;
       
    }

    /* ------------------------------------------------ */
    

    .table-container {
        overflow-x: scroll;
      }
    
      table {
        width: 100%;
        min-width: 600px; /* Ajusta este valor según el tamaño de tu contenido */
      }


      /* -------------------------------------------------------------s */

      .izquierda, .derecha {
        width: 100% !important;
    }
    .etiquetascomple .zonas {
        
        align-content: inherit!important;
       
    }
    .etiquetascomple .zonas li {
      
        max-width: 100%!important;
    }
    .accordion-header {
        font-size: 15px !important;
    }

}

@media only screen and (max-width: 480px) {

    .single-reto .tituloreto {
        font-size: 24px;
    }
    .accordion-header {
        padding-right: 50px;
    }

}

@media only screen and (max-width: 400px) {



    form#search-filter-form-288 {
        max-width: 90%;

        margin: auto;
    }

}

@media only screen and (max-width: 350px) {}


.offset {
    scroll-margin-top: 20px;
    /* Ajusta el valor según lo necesites */
}


.menuhea button.elementskit-menu-hamburger.elementskit-menu-toggler {
    background: white !important;
}


/* --------------------------------------acordeon------------------------------ */

.accordion {
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 60px auto;
    padding: 0 10%;
}

.accordion::before {
    content: "";
    width: 100px;
    height: 85px;
    position: absolute;
    top: 60px;
    left: 0;
    background: url(https://retoslatam.com/wp-content/uploads/2024/08/icono1.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.accordion::after {
    content: "";
    width: 50px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://retoslatam.com/wp-content/uploads/2024/08/icono2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.accordion-header {

    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    color: var(--e-global-color-primary);
    border-bottom: 2px solid #DBDBDB;
    font-size: 24px;
    position: relative;
}

.accordion-header::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 25px;
    background: url(https://retoslatam.com/wp-content/uploads/2025/06/arrowacorda.svg);
    top: 50%;
    right: 15px;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);

}

.accordion-header.active::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 25px;
    background: url(https://retoslatam.com/wp-content/uploads/2024/08/arrowacord.svg);
    top: 50%;
    right: 15px;
    background-repeat: no-repeat;
    transform: translate(0px, -50%);
}


.accordion-content {
    display: none;
    padding: 15px;
    background-color: #fff;
}

.accordion-content p {
    margin: 0;
}


.accordion ul {
    list-style-type: none;
    /* Quitar los puntos de la lista */
    padding: 0;
    /* Quitar el padding del ul */
    margin: 0;
    /* Quitar el margin del ul */
}

.accordion ul li {
    background-color: #F1F2F3;
    margin-bottom: 11px;
    padding: 20px;
    border-radius: 10px;
    color: #505365;
}

.ultim {
    background-color: var(--e-global-color-primary)47 !important;
    color: var(--e-global-color-primary) !important;
}


.etiquetasdisp {
    padding: 24px 32px 48px;
    position: relative;
}

.etiquetasdisp::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #F1F2F3;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -2;

}

.aplicacionContainer {
    padding: 20px 24px;
    margin-top: 12px;
    background: rgba(1, 34, 115, 0.2);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aplicacionContainer h3 {
    font-size: 18px;
    margin: 0;
    color: var(--e-global-color-primary)
}

a.btn-postulacion {
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 10px 12px 10px 20px !important;
    border-radius: 12px;
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    min-width: 135px;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    z-index: 999;
    transition: all 0.5s ease;
}

a.btn-postulacion:hover {
    background: #1F53C1;
}

a.btn-postulacion svg {
    margin: 0 0 0 12px;
}

.aplicacionContainerFooter {

    margin: 48px 0;
    padding: 48px 32px;
}

.aplicacionContainerFooter h3 {
    font-size: 24px;
    margin: 0;
}

/*Ajustes agosto 2024*/
.lineaRetos a {
    text-decoration: none;
    color: var(--e-global-color-primary);
    transition: all 0.3s;
    cursor: pointer;
}

.lineaRetos a:hover {

    color: #1e54c1;
}

.lineaRetos p {
    margin: 0;
}

.lineaRetos .elementor-widget-image {
    max-width: min(30%, 320px) !important;
    width: 100% !important;
}

.lineaRetos h5:after {
    content: "\e9c5";
    font-family: elementskit !important;
    /* speak: none; */
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.5em;
    transition: all 0.3s;
}

.lineaRetos h5 a:hover:after {
    margin-left: 1em;
    text-decoration: none;
}

.cl-layout__item .modalidades {
    padding-top: 4px !important;
    display: inline-block !important;
    margin-right: 4px !important;
}


.buscar .lugares div {
    color: #505365 !important;
    font-family: "Inter", Sans-serif !important;
    font-size: 14px !important;
    padding: 0 !important;
    font-weight: 500 !important;
}

.cl-element-title a {
    font-family: "Inter", Sans-serif !important;
    transition: all 0.3s;
}

.cl-element-title a:hover {
    color: #1e54c1 !important;
    text-decoration: none !important;
}

.label-modalidades {
    font-family: "Inter", Sans-serif !important;
    font-size: 14px !important;
    display: inline-block !important;
    margin-right: 8px !important;
}

.buscar .cl-element-featured_media {
    border-radius: 20px 20px 0 0 !important;
}

.cl-element-featured_media__image {
    transition: all 0.3s;
}

a:hover .cl-element-featured_media__image {
    transform: scale(1.05);
}

.enfoquesContenedor,
.modalidadesContenedor {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.enfoquesContenedor h6,
.modalidadesContenedor h6 {
    margin-bottom: 0 !important;
}

.preguntaOrientadora {
    margin-top: 64px;
}

.retosVinculados .slick-track {
    display: flex;
    align-items: center;

}

.retosVinculados .slick-track .slick-slide {
    height: 100%;
}

/*Single Reto Disponible*/
.single-reto_disponible,  .single-reto {
    #main {
        margin: 48px auto;

        >.dispo {
            text-transform: uppercase;
            margin: 32px 0 24px;
            font-size: 12px;
            font-weight: 900;
            font-family: 'Inter', sans-serif !important;
            letter-spacing: 0.025em;
            text-align: center;
        }

        .izquierdo {
            .tituloreto {
                margin-bottom: 48px;
            }

            .campoInfo {
                margin: 8px 8px 8px 0;
                display: flex;
                flex-wrap: wrap;
                line-height: 1.2;

                h6 {
                    color: var(--e-global-color-primary);
                    margin: 0 4px 0 0;
                    line-height: inherit;

                }
            }

            .generalreto {
                margin-top: 24px;
                padding-top: 24px;
                border-top: 1px solid #DBDBDB;

                .inforeto {
                    h6 {
                        line-height: 1.2;
                        color: var(--e-global-color-primary);
                    }

                    &.fecha {
                        margin-bottom: 8px;
                    }
                }

                .modalidadesContenedor {
                    align-items: center;
                    padding-left: 28px;

                    h6 {
                        line-height: 1.2;
                        color: var(--e-global-color-primary);
                        margin: 0;
                    }
                }
            }

        }

        /*.izquierdo*/
        .derecho {
            .imagenReto {
                /*contenedro 16:9*/
                position: relative;
                width: 100%;
                min-height: min(250px, 50vw);
                overflow: hidden;
                border-radius: 8px;
                flex-grow: 2;

                img {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    transform: translate(-50%, -50%);
                }
                .credito {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 4px 8px;
                    background:#174e4f91;
                    font-size: 12px;
                    font-weight: 500;
                    color: #fff;
                    text-align: right;
                    text-transform: uppercase;
                    line-height: 1.2;
                }
            }


        }
        section.accordion {
            margin-top: 48px;
            padding-top: 48px;
            border-top: 1px solid #DBDBDB;
            border-radius: 0;
        }
    }/*#main*/
}



.single-reto_disponible .slideranteced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Ajusta 200px según tu necesidad */
    gap: 16px; /* Espacio entre los elementos, ajustable */
}
button#backButton {
    background:#4EC47E;
    border-width: 0;
    padding: 0 30px 0 0;
    color: #144041;
    font-weight: 500;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

.accordion-content .caja .dispo {
    font-size: 10px!important;
   
}
.accordion-content .caja {
    
    padding: 22px 10px!important;
     
}



.single-reto .credito {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px 8px;
    background: rgba(1, 33, 115, 0.4);
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-align: right;
    text-transform: uppercase;
    line-height: 1.2;
}

.etiquetasdisp     ul.zonas   li {
    /* gap: 25px !important; */
    margin: 10px;
}
.etiquetascomple ul.zonas   li {
    /* gap: 25px !important; */
    margin: 5px;
}



.etiquetascomple .zonas {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap; /* Permitir que los elementos se muevan a la siguiente línea */
}

.etiquetascomple .zonas li {
    flex: 0 1 auto; /* Los elementos se ajustan al tamaño de su contenido y luego se envuelven */
    max-width: 40%; /* Limita el ancho máximo de cada elemento en un porcentaje */
}

.etiquetascomple .zonas li a {
    white-space: nowrap;       /* Mantener el texto en una sola línea */
        /* Ocultar cualquier desbordamiento */
   
    display: block;            /* Asegurar que el enlace ocupe todo el espacio disponible */
    padding: 5px 10px;         /* Ajustar el padding según sea necesario */
}
.etiquetasdisp .zonas {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap; /* Permitir que los elementos se muevan a la siguiente línea */
}
.etiquetasdisp  .zonas li {
    flex: 0 1 auto; /* Los elementos se ajustan al tamaño de su contenido y luego se envuelven */
    max-width: 40%; /* Limita el ancho máximo de cada elemento en un porcentaje */
}
.etiquetasdisp .zonas li a {
    white-space: nowrap;       /* Mantener el texto en una sola línea */
        /* Ocultar cualquier desbordamiento */
   
    display: block;            /* Asegurar que el enlace ocupe todo el espacio disponible */
    padding: 5px 10px;         /* Ajustar el padding según sea necesario */
}
 

section.ant {
  
    padding:    0px 10% 50px 10%;
     
}
.single-reto_disponible .caja {
    background: #174e4f26;
    max-width: 33%;
    border: 2px solid #edeff5;
    border-radius: 13px;
}
.single-reto_disponible .caja:hover {
    background: #174e4f4f;
    border: 2px solid var(--e-global-color-primary);
     
}

h5.titulodos.nante {
    margin-bottom: 30px;
 
    padding: 15px;
  
    font-weight: bold;
    color: var(--e-global-color-primary);
   
    font-size: 24px;
    position: relative;
}



.izquierda {
    .contenidocontac{
        gap: 10px;
        display: grid;
        padding-top: 15px;
    
    }
    .objetoscon {
        gap: 10px;
        display: grid;

        & h5.titulodos{
            font-size: 16px!important;
            font-weight: 800!important;
            margin: 0!important;
        }
    }
    .itemsconta{
        gap: 10px;
        display: grid;

        & h5.titulodos{
            font-size: 16px!important;
            font-weight: 800!important;
            margin: 0!important;
        }
    }
}

.derecha {
    & h5.titulodos{
        font-size: 16px!important;
        font-weight: 800!important;
        margin: 0!important;
    }
}

.serv {
    margin-top: 10px;
}

.single-reto_disponible .serv {
    margin-top: 20px;
}
.single-reto_disponible .part3 {
    padding-bottom: 50px !important;
}

.buscador .searchandfilter ul li[class*='sf-field-taxonomy'],
.buscador .searchandfilter ul li[class*='sf-field-post-meta-']{
    flex: 100%;
}
@media (min-width: 768px){
    
.buscador .searchandfilter ul li[class*='sf-field-taxonomy'],
.buscador .searchandfilter ul li[class*='sf-field-post-meta-']{
   max-width: calc(50% - 8px);
    
}
}
@media (min-width: 960px){
    
.buscador .searchandfilter ul li[class*='sf-field-taxonomy'],
.buscador .searchandfilter ul li[class*='sf-field-post-meta-']{
   max-width: calc(25% - 12px);
    
}
}

.espaciosacade {
    background: white;
    border-radius: 0px 15px 15px 15px;
    position: relative;
    margin-top: 100px;
/*     padding: 30px; */
    margin-bottom: 10px;
    height: auto !important;
}
.espaciosacade::after {
    content: "ESPACIO ACADEMICO";
    padding: 10px 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: var(--e-global-color-secondary);
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.espaciosacade .part2 {
 
    padding: 10px 30px;
}

a{
	color:#FF8F00;
}