@charset "utf-8";
@font-face {
  font-family: 'Montserrat';
  src: url('/es/fonts/Montserrat/static/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/es/fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
/* CSS Document */
/*******************************************************************************************************************/
/* Very Small screens */
@media only screen { } /* Define mobile styles */
@media only screen and (max-width: 575px) {

    .itmen{
        width: 100%;
        float: left;
        text-align: left;
        padding: 12px;
        font-size: 14px;
        font-weight: 500;
        background-color: #fff;
        color: #242754;
        cursor: pointer;
        border-bottom: 1px solid #242754;
    }
    .itmen:hover{
        background-color:#242754;
        color: #fff;
    }

      .menudisp{
    border-top: 3px solid #242754;
}

    .menu1{
        display: none;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu2{
        display: none;
        /* background-color: #FCEEAA; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu3{
        display: none;
        /* background-color: #AED3A9; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu4{
        display: none;
        /* background-color: #DF8E89; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu5{
        display: none;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu6{
        display: none;
        /* background-color: #FCEEAA; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;

    }
    .menu7{
        display: none;
        /* background-color: #BEDCBB; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu8{
        display: none;
        /* background-color: #DF8E89; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu9{
        display: none;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }



 /* Efecto box de portada */
.hero-artistico {
  background: linear-gradient(245deg, #3a3f95 0%, #2a2e6c 40%, #1e214d 70%, #131530 100%);
  color: #ffffff;
  margin-top: 180px;
  font-size: 1rem;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  animation: fadeSlideUp 1.2s ease-out both;
  padding: 20px 15px;
  font-size: 0.85rem;    
  text-align: center;

}

.hero-artistico:hover {
  transform: scale(1.005);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

  .hero-artistico h2 {
    font-size: 1.1rem;
  }

  
  .hero-artistico img {
    width: 40px;
    margin-bottom: 10px;
  }


@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.hero-artistico::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.04) 0%, transparent 70%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.02) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}


.hero-contenedor {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.huella-costado {
  width: 90px;
  min-width: 80px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
  animation: floatPulse 3s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.huella-costado:hover {
  transform: scale(1.08);
}

@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.96;
  }
}

.hero-contenido {
  flex: 1;
  min-width: 280px;
}

.hero-frase {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hero-frase strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.a-portada {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #ffffff;
  color: #242754 !important;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.a-portada:hover {
  background-color: #f2f2f2;
  transform: translateY(-2px);
  color: #242754 !important;
}


@keyframes pulseHuella {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.95; }
}

/* Fin efecto box Portada */

    .contenido-box{
        padding: 0px 10px;
    }
    .titulos1-fondo{
        background: url(../img/3x/inpeke.png) no-repeat center left; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 50px;
    }
    .alcentropeke{
        text-align: center !important;
    }
    .alcentropeke p{
        text-align: center !important;
    }

    .listadeempresas{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #242754;
        border-top: 1px solid #242754;
        padding: 30px 20px;
    }
    .empresalist{
        text-align: center;
    }
    .nombreempresalist{
    }
    .baseazul{
        background-color: #CDE6F5;
        padding: 20px;
    }
    .baseazul p{
        color: #29537A;
        font-size: .9em;
        text-align: center;
    }
    .cajaimgpor{
        text-align: center;
    }
    .cajaimgpor img{
        width: 70%;
    }

    .cajaform{
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        width: 90%;
        margin: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .fondocontactotnks{
        background: url(../img/3x/fondogracias@3x.png) no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocontactotnks{
        height: 250px;
    } 
    .fondocontacto{
        background: url(../img/3x/fondoform@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocontacto{
        padding: 30px;
    }
    

    .fondodeproyectos{
        background: url(../img/3x/fondo-mapa-de-proyectos@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding: 90px 0px;
    }
.imgcen1 { display: none; }
  .imgcen2 { display: block; width: 100%; }


    .sinfondo{
        padding: 20px 20px;
        width: 100%;
        height: 100px;
    }
    .bg-header1{
      background-size: cover;
      padding: 0px 0px;
      width: 100%;
      height: 185px;
      padding: 5px 5px;
    }

    .bghome{
        background:#fff url(../img/3x/fondop2@3x.png) no-repeat center left fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    
    .contenidocen{
        width: 900px;
        height: 100px;
    }

    .infosec-bienve{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      /* margin-top: 30px; */
      padding-bottom: 20px; 
      min-height: calc(100vh - 160px);
  }


  #targetDiv {
    height: 150px;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  
  #targetDiv .row {
    width: 100%;
    margin: 0;
  }
  
  #targetDiv .logotipo {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 20%;
  }
  
  #targetDiv .logotipo img {
    max-width: 280px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  

  #toggleButton {
    padding: 5px 10px;
}

#toggleButton i {
    font-size: 24px; /* también podrías achicar el icono hamburguesa si lo deseas */
}

    /**icono menú**/
    .icono {
        display: inline-block;
        width: 30px;
        height: 22px;
        background-size: cover;
        cursor: pointer;
    }
       #iconoToggle.icono-original {
    background-image: none !important;
    color:#252554;
  }

  #iconoToggle.icono-original fa-times {
    background-image: none !important;
    color:#D72638;
  }



  #iconoToggle.icono-cambiado {
    background-image: none !important;
  }

  #iconoToggle {
    background: none !important;
    width: auto;
    height: auto;
  }

    .btnss{
        overflow: hidden;
        width: 190px;
        margin-left: 60px;
    }
    .txtwel{
        float: left;
        width: 100%;
    }
    .txtwel p{ 
        font-size: 1.4em;
        color: #242754;
        margin-top: 41px;
        font-weight: 300;
    }
    .icowel1{
        float: left;
        margin-right: 20px;
    }
    .icowel2{
        float: left;
    }

    .tituloCentrado{
        text-align: center;
        padding-top: 100px;
    }

    .tituloCentrado2{
        text-align: center;
    }

.tituloSVG {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.3rem, 3vw, 2.4rem); 
  font-weight: bolder;
  text-transform: uppercase;
  color: #242754;
  line-height: 1.1;
  letter-spacing: 0.8px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}


    .titulos1{
        text-align: center;
        padding-bottom: 35px;
    }
    .titulos1 a{
        text-align: center;
        display: block;
        color: #242754;
        font-style: italic;
        font-weight: 500;
        font-size: 1.5em;
        text-decoration: underline;
        margin-right: 30px;
    }
    .tamaniotitus{
        width: 150px;
    }

    .tamaniocover{
        width: 80%;
    }  

    .mentxt{
        position: absolute;
        margin-top: -25px;
        margin-left: -32px;
        font-weight: 500;
        color:#242754;
    }

    .menuvisiblepc{
        display: none;
    }

    .homebtns{
        margin-top: -100px;
    }

    /* SECCIÓN quienes-somos */

#comites{
    padding-top: 0px;
  }

#declaratoria{
  }
  #estatutos {
}

#organigrama{
    padding-top: 200px;
  }
#organizaciones{
     padding-top: 200px;
  }
  #logos-organizaciones{
    padding-left: 25px;
    padding-right: 25px;
  }
#quienes-somos{
    padding-top: 180px;
  }

/* SECCIÓN que-hacemos */

#capacitacion{
    padding-top: 200px;
  }
#cooperaciones{
  }
#feria-tecnologica{
    padding-top: 230px;
  }
#mesas-tecnicas{
padding-bottom: 100px; 
  }
#que-hacemos{
  }


/* SECCIÓN miembros */

#brasil{
    padding-top: 130px; 
  }
#chile{
    padding-top: 130px; 
  }
#colombia{
    padding-top: 130px; 
  }
#ecuador{
    padding-top: 130px;
  }
#el-salvador{
    padding-top: 130px;
  }
#honduras{
    padding-top: 130px;
  }
#mapa-interactivo{
  padding-top: 20px;
  padding-bottom: 50px;
  }
#mexico{
    padding-top: 130px; 
  }
#panama{
    padding-top: 130px;
  }
#paraguay{
    padding-top: 130px;
  }
#peru{
    padding-top: 130px;
  }
#regiones{
    padding-bottom: 100px; 
    align-items: center;
  }
#republica-dominicana{
    padding-top: 130px;
  }

/* SECCIÓN declaraciones-encuentros */

#declaraciones-encuentros{
  padding-top: 30px; 
  }

/* SECCIÓN informate */

#eventos{
  padding-top: 20px; /* Visualmente más equilibrado si hay poco contenido */
    padding-bottom: 200px; 
    padding-left: 40px;
  }

  #noticias{
    /*padding-top: 20px;  Visualmente más equilibrado si hay poco contenido */
  }

/* SECCIÓN nuestra-revista */

#revista{
    padding-top: 30px; 
  }

/* SECCIÓN proyectos */

#estudios{
    padding-top: 10px;
  }
#investigaciones{
        padding-bottom: 100px;
  }
#mapa-proyectos{
    /* padding-top: 280px; */
  }
#proyectos{
    padding-top: 300px; 
}

/* SECCIÓN contacto */

#directorio{
    padding-top: 250px;
    padding-bottom: 20px; 
}

#formulario{
    padding-top: 250px; 
}

#avisodepriv{
    padding-top: 250px;
}

/*  HEADER */

    /******* Submenús ********/
    .estilomenu ul li,
    .estilomenu2 ul li {
      text-align: left;
    }
    
    .estilomenu ul li a,
    .estilomenu2 ul li a {
      display: block;
      padding: 5px 20px;
      font-size: 15px;
      font-weight: 400;
      color: #252554;
      text-decoration: none;
      white-space: normal;
      line-height: 1.5;
      border-radius: 0;
      margin-bottom: 10px;
      transition: background 0.7s ease-in-out, color 0.7s ease-in-out;
    }
    
    .estilomenu ul li a span,
    .estilomenu2 ul li a span {
      transition: color 0.7s ease-in-out;
    }
    
    .estilomenu ul li a:hover,
    .estilomenu2 ul li a:hover {
      background: #252554;
      color: white !important;
      font-weight: 500;
    }
    
    .estilomenu ul li a:hover span,
    .estilomenu2 ul li a:hover span {
      color: white !important;
    }
    
    /******* Info sección ********/
    .infoest p,
    .infoest a {
      color: #252554;
      font-weight: 400;
    }
    
    .infoest p {
      font-size: 14px;
    }
    
    .infoest a {
      font-size: 18px;
      display: block;
    }
    
    /******* Menú Responsive ********/
    .menu-container {
      flex: 1 1 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    .menu-container .itmen {
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      cursor: pointer;
      padding: 6px 10px;
      transition: all 0.3s ease;
      text-align: center;
      word-break: break-word;
      white-space: normal;
      line-height: 1.3;
      min-width: 80px;
      max-width: 120px;
    }
    
    
    .menu-container .itmen:hover {
      background-color: #252554;
      color: white;
    }
    
    /******* Flex Header Base ********/
    .header-flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #fff;
      border-bottom: 2px solid #252554;
    }
    
    .logo-container {
      flex: 1 1 100%;
      text-align: center;
      margin-bottom: 10px;
    }
    
    .logo-container img {
      max-height: 100px;
      height: auto;
    }

    .fondobolitas{
        background-image: url('../img/3x/fondobolitass@3x.png');
        margin: 50px;
        background-size: 101%;
        height: auto;
    }
    
    .instruc{
        position: absolute;
    }
    .instruc p{
        font-size: 13px;
        font-weight: 500;
        color: #252554;
        margin-left: 25%;
    }

    /* FIN EFECTO BOTON INICIO */

/* Por defecto (PC): muestra menú principal, oculta hamburguesa */
  
  .menupc {
    display: none;
  }

  /* Por defecto oculto en móviles */
  #infoDiv {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  #infoDiv.mostrar {
    display: block !important;
  }


  .menuham {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    display: block;
    cursor: pointer;
  }
  
  #toggleButton i {
    font-size: 24px;
    cursor: pointer;
  }
  

  .fondoorgani{
    background: url(../img/3x/fondoorgani@3x.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 100px 0px;
}

.imgsomos{
  text-align: center;
}

.fondobolitasss {
  background-image: url(../img/3x/fondobolitas2@3x.png);
  background-repeat: no-repeat;
  margin: 50px;
  background-size: 100%;
  height: auto;
  text-align: center;
}

.fondobolitasss img {
  width: 90%;
}

.secciones-evento {
  margin-top: 50px; /* o lo que necesites */
}

.tituloCentradoEvento{
        text-align: center;
        padding-top: 0px;
}

.card-evento {
  
  width: 180px !important; 
  min-width: 150px !important;
}

.cw-hero { width: 92%; }

  #carouselCampania .carousel-caption-box {
    left: 10px;
    right: 10px;
    bottom: 20px;
    /*padding: 8px 10px;*/
    border-radius: 10px;
  }
  #carouselCampania .carousel-caption-box h5 {
 
  font-weight: 100;
  font-size: 0.95rem;
  }
  #carouselCampania .carousel-caption-box p {
    font-size: 0.55rem;
    display: none;
  }

  #carouselCampania .carousel-indicators {
    display: none; /* opcional: ocultar subtítulo en pantallas muy chicas */
  }




/*******************************************************************************************************************/   
} 

/*******************************************************************************************************************/
/* Small screens */
@media only screen and (min-width: 575px) { } /* Define mobile styles */
@media only screen and (min-width: 576px) and (max-width: 768px) {

  .itmen{
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    color: #242754;
    cursor: pointer;
    border-bottom: 1px solid #242754;
}
.itmen:hover{
    background-color:#242754;
    color: #fff;
}

  .menudisp{
    border-top: 3px solid #242754;
}
    .menu1{
        display: none;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu2{
        display: none;
        /* background-color: #FCEEAA; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu3{
        display: none;
        /* background-color: #AED3A9; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu4{
        display: none;
        /* background-color: #DF8E89; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu5{
        display: none;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu6{
        display: none;
        /* background-color: #FCEEAA; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;

    }
    .menu7{
        display: none;
        /* background-color: #BEDCBB; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu8{
        display: none;
        /* background-color: #DF8E89; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu9{
        display: none;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }



 /* Efecto box de portada */
.hero-artistico {
  background: linear-gradient(245deg, #3a3f95 0%, #2a2e6c 40%, #1e214d 70%, #131530 100%);

  color: #ffffff;
  margin-top: 180px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  animation: fadeSlideUp 1.2s ease-out both;
  
  font-size: 0.9rem;
padding: 25px 20px;
    text-align: center;

}

.hero-artistico:hover {
  transform: scale(1.005);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

  .hero-artistico h2 {
    font-size: 1.2rem;
  }

  
  .hero-artistico img {
    width: 45px;
    display: block;
    margin: 0 auto 10px;
  }

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.hero-artistico::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.04) 0%, transparent 70%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.02) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}


.hero-contenedor {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.huella-costado {
  width: 90px;
  min-width: 80px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
  animation: floatPulse 3s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.huella-costado:hover {
  transform: scale(1.08);
}

@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.96;
  }
}

.hero-contenido {
  flex: 1;
  min-width: 280px;
}

.hero-frase {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hero-frase strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.a-portada {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #ffffff;
  color: #242754 !important;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.a-portada:hover {
  background-color: #f2f2f2;
  transform: translateY(-2px);
  color: #242754 !important;
}


@keyframes pulseHuella {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.95; }
}

/* Fin efecto box Portada */

    .contenido-box{
        padding: 0px 10px;
    }
    .titulos1-fondo{
        background: url(../img/3x/inpeke.png) no-repeat center left; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 50px;
    }
    .alcentropeke{
        text-align: center !important;
    }
    .alcentropeke p{
        text-align: center !important;
    }

    .listadeempresas{
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #242754;
        border-top: 1px solid #242754;
        padding: 30px 20px;
    }
    .empresalist{
        text-align: center;
    }
    .nombreempresalist{
    }
    .baseazul{
        background-color: #CDE6F5;
        padding: 20px;
    }
    .baseazul p{
        color: #29537A;
        font-size: .9em;
        text-align: center;
    }
    .cajaimgpor{
        text-align: center;
    }
    .cajaimgpor img{
        width: 70%;
    }

    .cajaform{
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        width: 90%;
        margin: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .fondocontactotnks{
        background: url(../img/3x/fondogracias@3x.png) no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocontactotnks{
        height: 250px;
    } 
    .fondocontacto{
        background: url(../img/3x/fondoform@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocontacto{
        padding: 30px;
    }
   

    .fondodeproyectos{
        background: url(../img/3x/fondo-mapa-de-proyectos@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding: 90px 0px;
    }
   

 .imgcen1 { display: none; }
  .imgcen2 {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .imgcen2 img {
    width: 100%;
    height: auto;
    display: block;
  }


    .sinfondo{
        padding: 20px 20px;
        width: 100%;
        height: 100px;
    }
    .bg-header1{
        background: url(../img/3x/bgdesign2@3x.png) no-repeat calc(100% + 50px) center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 20px 20px;
        width: 100%;
        height: 100px;
    }

    .bghome{
        background:#fff url(../img/3x/fondop2@3x.png) no-repeat center left fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: right;
    }
    
    .contenidocen{
        width: 900px;
        height: 100px;
    }

    .infosec-bienve{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      /* margin-top: 30px; */
      padding-bottom: 20px; 
      min-height: calc(100vh - 160px);
  }
    
  
  #targetDiv {
    height: 150px;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  
  #targetDiv .row {
    width: 100%;
    margin: 0;
  }
  
  #targetDiv .logotipo {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 20%;
  }
  
  #targetDiv .logotipo img {
    max-width: 280px !important;
    max-height: 80px !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }

    #toggleButton {
      padding: 5px 10px;
  }
  
  #toggleButton i {
      font-size: 24px; /* también podrías achicar el icono hamburguesa si lo deseas */
  }

    /**icono menú**/
    .icono {
        display: inline-block;
        width: 30px;
        height: 22px;
        background-size: cover;
        cursor: pointer;
    }
     #iconoToggle.icono-original {
    background-image: none !important;
    color:#252554;
  }

  #iconoToggle.icono-cambiado {
    background-image: none !important;
  }

  #iconoToggle {
    background: none !important;
    width: auto;
    height: auto;
  }

    .btnss{
        overflow: hidden;
        width: 190px;
        margin-left: 60px;
    }
    .txtwel{
        float: left;
        width: 100%;
    }
    .txtwel p{ 
        font-size: 1.4em;
        color: #242754;
        margin-top: 41px;
        font-weight: 300;
    }
    .icowel1{
        float: left;
        margin-right: 20px;
    }
    .icowel2{
        float: left;
    }

    .tituloCentrado{
        text-align: center;
        padding-top: 100px;
    }

    .tituloCentrado2{
        text-align: center;
    }

.tituloSVG {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.3rem, 3vw, 2.4rem); 
  font-weight: bolder;
  text-transform: uppercase;
  color: #242754;
  line-height: 1.1;
  letter-spacing: 0.8px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}


    .titulos1{
        text-align: center;
        padding-bottom: 35px;
    }
    .titulos1 a{
        text-align: center;
        display: block;
        color: #242754;
        font-style: italic;
        font-weight: 500;
        font-size: 1.5em;
        text-decoration: underline;
        margin-right: 30px;
    }
    .tamaniotitus{
        width: 150px;
    }

    .tamaniocover{
        width: 80%;
    }  

    .mentxt{
        position: absolute;
        margin-top: -25px;
        margin-left: -32px;
        font-weight: 500;
        color:#242754;
    }

    .menuvisiblepc{
        display: none;
    }

    .homebtns{
        margin-top: -100px;
    }

    /* SECCIÓN quienes-somos */

#comites{
    padding-top: 0px;
  }
#declaratoria{
  }
  #estatutos {
}

#organigrama{
    padding-top: 120px;
  }
#organizaciones{
     padding-top: 150px;
  }
#quienes-somos{
  }

/* SECCIÓN que-hacemos */

#capacitacion{
    padding-top: 200px;
  }
#cooperaciones{
  }
#feria-tecnologica{
    padding-top: 230px;
  }
#mesas-tecnicas{
 padding-bottom: 100px; 
  }
#que-hacemos{
  }




/* SECCIÓN miembros */

#brasil{
    padding-top: 165px; 
  }
#chile{
  padding-top: 165px; 
  }
#colombia{
  padding-top: 165px; 
  }
#ecuador{
  padding-top: 165px; 
  }
#el-salvador{
  padding-top: 165px; 
  }
#honduras{
  padding-top: 165px; 
  }
#mapa-interactivo{
  padding-top: 0px;
  padding-bottom: 176px;
  }
#mexico{
  padding-top: 165px; 
  }
#panama{
  padding-top: 165px; 
  }
#paraguay{
  padding-top: 165px; 
  }
#peru{
  padding-top: 165px; 
  }
#regiones{
  padding-top: 50px; 
    padding-bottom: 200px; 
  }
#republica-dominicana{
    padding-top: 130px;
  }

/* SECCIÓN declaraciones-encuentros */

#declaraciones-encuentros{
    padding-top: 30px;
  }

/* SECCIÓN informate */

#eventos{
    padding-top: 20px; /* Visualmente más equilibrado si hay poco contenido */
    padding-bottom: 350px; 
    padding-left: 40px;
  }

  #noticias{
    padding-top: 20px; /* Visualmente más equilibrado si hay poco contenido */
  }

/* SECCIÓN nuestra-revista */

#revista{
    padding-top: 50px; 
  }

/* SECCIÓN proyectos */

#estudios{
    padding-top: 50px; 
    padding-bottom: 100px;  
  }
#investigaciones{
        padding-bottom: 200px;
  }
#mapa-proyectos{
    /* padding-top: 280px; */
  }
#proyectos{
    padding-top: 300px; 
}

/* SECCIÓN contacto */

#directorio{
    padding-top: 250px;
    padding-bottom: 20px; 
}

#formulario{
    padding-top: 250px; 
}

#avisodepriv{
    padding-top: 250px;
}

/*  HEADER */

    /******* Submenús ********/
    .estilomenu ul li,
    .estilomenu2 ul li {
      text-align: left;
    }
    
    .estilomenu ul li a,
    .estilomenu2 ul li a {
      display: block;
      padding: 5px 20px;
      font-size: 15px;
      font-weight: 400;
      color: #252554;
      text-decoration: none;
      white-space: normal;
      line-height: 1.5;
      border-radius: 0;
      margin-bottom: 10px;
      transition: background 0.7s ease-in-out, color 0.7s ease-in-out;
    }
    
    .estilomenu ul li a span,
    .estilomenu2 ul li a span {
      transition: color 0.7s ease-in-out;
    }
    
    .estilomenu ul li a:hover,
    .estilomenu2 ul li a:hover {
      background: #252554;
      color: white !important;
      font-weight: 500;
    }
    
    .estilomenu ul li a:hover span,
    .estilomenu2 ul li a:hover span {
      color: white !important;
    }
    
    /******* Info sección ********/
    .infoest p,
    .infoest a {
      color: #252554;
      font-weight: 400;
    }
    
    .infoest p {
      font-size: 14px;
    }
    
    .infoest a {
      font-size: 18px;
      display: block;
    }
    
    /******* Menú Responsive ********/
    .menu-container {
      flex: 1 1 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    .menu-container .itmen {
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      cursor: pointer;
      padding: 6px 10px;
      transition: all 0.3s ease;
      text-align: center;
      word-break: break-word;
      white-space: normal;
      line-height: 1.3;
      min-width: 80px;
      max-width: 120px;
    }
    
    
    .menu-container .itmen:hover {
      background-color: #252554;
      color: white;
    }
    
    /******* Flex Header Base ********/
    .header-flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #fff;
      border-bottom: 2px solid #252554;
    }
    
    .logo-container {
      flex: 1 1 100%;
      text-align: center;
      margin-bottom: 10px;
    }
    
    .logo-container img {
      max-height: 100px;
      height: auto;
    }

    .fondobolitas{
        background-image: url('../img/3x/fondobolitass@3x.png');
        /* margin: 50px; */
        background-size: 101%;
        height: auto;
    }
    
    .instruc{
        position: absolute;
    }
    .instruc p{
        font-size: 13px;
        font-weight: 500;
        color: #252554;
        margin-left: 200px;
    }

    /* FIN EFECTO BOTON INICIO */

/* Por defecto (PC): muestra menú principal, oculta hamburguesa */
  
  .menupc {
    display: none;
  }

   /* Por defecto oculto en móviles */
   #infoDiv {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  #infoDiv.mostrar {
    display: block !important;
  }

  .menuham {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    display: block;
    cursor: pointer;
  }

 

.fondoorgani {
  background: url(../img/3x/fondoorgani@3x.png) no-repeat center center;
  background-size: cover;
  min-height: 600px; /* fuerza espacio para que el footer baje */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}




.imgsomos{
  text-align: center;
}

.fondobolitasss {
  background-image: url(../img/3x/fondobolitas2@3x.png);
  background-repeat: no-repeat;
  margin: 50px;
  background-size: 100%;
  height: auto;
  text-align: center;
}

.fondobolitasss img {
  width: 90%;
}

.secciones-evento {
  margin-top: 60px; /* o lo que necesites */
}

.tituloCentradoEvento{
        text-align: center;
        padding-top: 0px;
}

.card-evento {
  
  width: 150px !important; 
  min-width: 150px !important;
}

/*******************************************************************************************************************/   
}

/*******************************************************************************************************************/
/* Medium screens */
@media only screen and (min-width: 768px) { }
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .itmen{
    width: 100%;
    float: left;
    text-align: left;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    color: #242754;
    cursor: pointer;
    border-bottom: 1px solid #242754;
}
.itmen:hover{
    background-color:#242754;
    color: #fff;
}

  .menudisp{
    border-top: 3px solid #242754;
}

    .menu1{
        display: none;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu2{
        display: none;
        /* background-color: #FCEEAA; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu3{
        display: none;
        /* background-color: #AED3A9; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu4{
        display: none;
        /* background-color: #DF8E89; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu5{
        display: none;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu6{
        display: none;
        /* background-color: #FCEEAA; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;

    }
    .menu7{
        display: none;
        /* background-color: #BEDCBB; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu8{
        display: none;
        /* background-color: #DF8E89; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }
    .menu9{
        display: none;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
    }



  .hero-artistico {
    padding: 30px 25px;
    font-size: 0.95rem;
    margin: 25px 15px;
  }

  .hero-artistico h2 {
    font-size: 1.3rem;
  }

  .hero-artistico img {
    width: 50px;
    margin-bottom: 12px;
  }

  /* Efecto box de portada */
.hero-artistico {
  background: linear-gradient(245deg, #3a3f95 0%, #2a2e6c 40%, #1e214d 70%, #131530 100%);

  color: #ffffff;
  margin-top: 180px;
  font-size: 1rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  animation: fadeSlideUp 1.2s ease-out both;
  padding: 30px 25px;
  font-size: 0.95rem;
}

.hero-artistico:hover {
  transform: scale(1.005);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

  .hero-artistico h2 {
    font-size: 1.5rem;
  }


@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.hero-artistico::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.04) 0%, transparent 70%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.02) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}


.hero-contenedor {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.huella-costado {
  width: 90px;
  min-width: 80px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
  animation: floatPulse 3s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.huella-costado:hover {
  transform: scale(1.08);
}

@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.96;
  }
}

.hero-contenido {
  flex: 1;
  min-width: 280px;
}

.hero-frase {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hero-frase strong {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.a-portada {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #ffffff;
  color: #242754 !important;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.a-portada:hover {
  background-color: #f2f2f2;
  transform: translateY(-2px);
  color: #242754 !important;
}


@keyframes pulseHuella {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.95; }
}

/* Fin efecto box Portada */



    .contenido-box{
        padding: 0px 10px;
    }
    .infonoticas{
        text-align: justify;
    }
    .fondocont{
        background: url(../img/3x/fondodesing3@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocont{
        height: 500px;
    }

    .fondoorgani{
      text-align: center !important;
  }


    .listadeempresas{
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #242754;
        border-top: 1px solid #242754;
    }
    .empresalist{
        float: left;
        width: 38%;
        border-right: 2px solid #242754;
        text-align: center;
    }
    .nombreempresalist{
        float: left;
        padding-left: 20px;
    }
    .baseazul{
        background-color: #CDE6F5;
        padding: 20px 100px;
    }
    .baseazul p{
        color: #29537A;
        font-size: .9em;
    }
    .contenidoscroll{
        height: 500px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .cajaimgpor{
        text-align: center;
    }
    .cajaimgpor img{
        width: 100%;
    }

    .cajaform{
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .fondocontactotnks{
        background: url(../img/3x/fondogracias@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocontactotnks{
        height: 500px;
    }
    .fondocontacto{
        background: url(../img/3x/fondoform@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocontacto{
        height: 600px;
    }

    .fondodeproyectos{
        background: url(../img/3x/fondo-mapa-de-proyectos@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding: 90px 0px;
    }

    .sinfondo{
        padding: 20px 20px;
        width: 100%;
        height: 130px;
    }
    .bg-header1{
        background: url(../img/3x/bgdesign2@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 20px 20px;
        width: 100%;
        height: 150px;
    }



    .bghome{
        background:#fff url(../img/3x/fondop2@3x.png) no-repeat center left fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .contenidocen{
        width: 900px;
        height: 100px;
    }

    .infosec-bienve{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      margin-top: 30px;
      padding-bottom: 20px; 
      min-height: calc(100vh - 160px);
  }

    #targetDiv {
      height: 180px;
      display: flex;
      align-items: center;
      padding: 0 15px;
    }
    
    #targetDiv .row {
      width: 100%;
      margin: 0;
    }
    
    #targetDiv .logotipo {
      /* display: flex; */
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-right: 10%;
    }
    
    #targetDiv .logotipo img {
      max-width: 280px !important;
      max-height: 180px !important;
      width: auto !important;
      height: auto !important;
      display: block;
      margin: 0 auto;
    }

    #toggleButton {
      padding: 5px 10px;
  }
  
  #toggleButton i {
      font-size: 24px; /* también podrías achicar el icono hamburguesa si lo deseas */
  }

    /**icono menú**/
    .icono {
        display: inline-block;
        width: 40px;
        height: 30px;
        background-size: cover;
        cursor: pointer;
    }


    .btnss{
        overflow: hidden;
        width: 380px;
    }
    .txtwel{
        float: left;
        margin-right: 20px;
    }
    .txtwel p{ 
        font-size: 1.4em;
        color: #242754;
        margin-top: 41px;
        font-weight: 300;
    }
    .icowel1{
        float: left;
        margin-right: 20px;
    }
    .icowel2{
        float: left;
    }

    .tituloCentrado{
        text-align: center;
        padding-top: 130px;
    }

    .tituloCentrado2{
        text-align: center;
    }

.tituloSVG {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.3rem, 3vw, 2.4rem); 
  font-weight: bolder;
  text-transform: uppercase;
  color: #242754;
  line-height: 1.1;
  letter-spacing: 0.8px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}


    .titulos1{
        text-align: left;
        padding-bottom: 35px;
    }
    .titulos1 a{
        display: block;
        color: #242754;
        font-style: italic;
        font-weight: 500;
        font-size: 1.5em;
        text-decoration: underline;
        margin-right: 30px;
    }
    .tamaniotitus{
        width: 180px;
    }
    .tamaniocover{
        width: 300px;
    }  

.imgcen1 { display: none; }
  .imgcen2 { display: block; width: 100%; }

    .mentxt{
        position: absolute;
        margin-top: 5px;
        margin-left: 10px;
        font-weight: 500;
        color:#242754;
    }

    .menuvisiblepc{
        display: none;
    }


/* SECCIÓN quienes-somos */

#comites{
    padding-top: 40px;
    padding-right: 20px;
        padding-left: 20px;

  }
#declaratoria{
   padding-bottom: 30px;
  }
  #estatutos {
        padding-bottom: 30px;
}

#organigrama{
    padding-top: 10px;
    margin-left: 60px;
    width: 100%;
  }
#organizaciones{
     padding-top: 20px;
     padding-left: 40px;
  }
#quienes-somos{
    padding-top: 100px;
    margin-left: 60px;
    width: 90%;
  }

/* SECCIÓN que-hacemos */

#capacitacion{
    padding-top: 100px;
    margin-left: 60px;
    width: 90%;
  }
#cooperaciones{
  padding-bottom: 100px; 
  }
#feria-tecnologica{
  padding-top: 80px;
  padding-left: 40px;
  margin-bottom: 50px;
  }
#mesas-tecnicas{
    padding-bottom: 100px; 
  }
#que-hacemos{
  }


/* SECCIÓN miembros */

#brasil{
    padding-top: 130px; 
  }
#chile{
    padding-top: 130px; 
  }
#colombia{
    padding-top: 130px; 
  }
#ecuador{
    padding-top: 130px;
  }
#el-salvador{
    padding-top: 130px;
  }
#honduras{
    padding-top: 130px;
  }
#mapa-interactivo{
  padding-top: 0px;
  padding-bottom: 60px;
  }
#mexico{
    padding-top: 130px; 
  }
#panama{
    padding-top: 130px;
  }
#paraguay{
    padding-top: 130px;
  }
#peru{
    padding-top: 130px;
  }
#regiones{
    padding-top: 50px;
    padding-bottom: 100px; 
    padding-left: 40px;
  }
#republica-dominicana{
    padding-top: 130px;
  }

/* SECCIÓN declaraciones-encuentros */

#declaraciones-encuentros{
  padding-top: 30px; 
  }

/* SECCIÓN informate */

#eventos{
    padding-top: 50px; /* Visualmente más equilibrado si hay poco contenido */
    padding-bottom: 300px; 
    padding-left: 40px;
  }

  #noticias{
    /* padding-top: 20px;  Visualmente más equilibrado si hay poco contenido */
  }

/* SECCIÓN nuestra-revista */

#revista{
    padding-top: 50px; 
  }

/* SECCIÓN proyectos */

#estudios{
    padding-top: 70px; 
    padding-bottom: 150px;  
    
  }
#investigaciones{ 
        padding-bottom: 300px;
  }
#mapa-proyectos{
    /* padding-top: 280px; */
  }
#proyectos{
    padding-top: 200px; 
}

/* SECCIÓN contacto */

#directorio{
  padding-top: 220px;
  padding-bottom: 100px;
  padding-left: 100px;
}

#formulario{
    padding-top: 250px; 
}

#avisodepriv{
    padding-top: 100px;
}

/*  HEADER */

    /******* Submenús ********/
    .estilomenu ul li,
    .estilomenu2 ul li {
      text-align: left;
    }
    
    .estilomenu ul li a,
    .estilomenu2 ul li a {
      display: block;
      padding: 5px 20px;
      font-size: 15px;
      font-weight: 400;
      color: #252554;
      text-decoration: none;
      white-space: normal;
      line-height: 1.5;
      border-radius: 0;
      margin-bottom: 10px;
      transition: background 0.7s ease-in-out, color 0.7s ease-in-out;
    }
    
    .estilomenu ul li a span,
    .estilomenu2 ul li a span {
      transition: color 0.7s ease-in-out;
    }
    
    .estilomenu ul li a:hover,
    .estilomenu2 ul li a:hover {
      background: #252554;
      color: white !important;
      font-weight: 500;
    }
    
    .estilomenu ul li a:hover span,
    .estilomenu2 ul li a:hover span {
      color: white !important;
    }
    
    /******* Info sección ********/
    .infoest p,
    .infoest a {
      color: #252554;
      font-weight: 400;
    }
    
    .infoest p {
      font-size: 14px;
    }
    
    .infoest a {
      font-size: 18px;
      display: block;
    }
    
    /******* Menú Responsive ********/
    .menu-container {
      flex: 1 1 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    .menu-container .itmen {
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      cursor: pointer;
      padding: 6px 10px;
      transition: all 0.3s ease;
      text-align: center;
      word-break: break-word;
      white-space: normal;
      line-height: 1.3;
      min-width: 80px;
      max-width: 120px;
    }
    
    
    .menu-container .itmen:hover {
      background-color: #252554;
      color: white;
    }
    
    /******* Flex Header Base ********/
    .header-flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #fff;
      border-bottom: 2px solid #252554;
    }
    
    .logo-container {
      flex: 1 1 100%;
      text-align: center;
      margin-bottom: 10px;
    }
    
    .logo-container img {
      max-height: 100px;
      height: auto;
    }

    .fondobolitas{
        background-image: url('../img/3x/fondobolitass@3x.png');
        /* margin: 0px; */
        background-size: 101%;
        height: auto;
    }
    
    .instruc{
        position: absolute;
    }
    .instruc p{
        font-size: 13px;
        font-weight: 500;
        color: #252554;
        margin-left: 200px;
    }

    /* FIN EFECTO BOTON INICIO */

/* Por defecto (PC): muestra menú principal, oculta hamburguesa */
  
  .menupc {
    display: none;
  }

   /* Por defecto oculto en móviles */
   #infoDiv {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  #infoDiv.mostrar {
    display: block !important;
  }

  .menuham {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 10px;
    display: block;
    cursor: pointer;
  }



  .fondoorgani{
    background: url(../img/3x/fondoorgani@3x.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 40px 0px;
}

.imgsomos{
  text-align: center;
}

.fondobolitasss {
  background-image: url(../img/3x/fondobolitas2@3x.png);
  background-repeat: no-repeat;
  margin: 50px;
  background-size: 100%;
  height: auto;
  text-align: center;
}

.fondobolitasss img {
  width: 90%;
}

/* Ajuste para la pagina EVENTOS */

.row-cols-md-2 > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

.secciones-evento {
  margin-top: 50px; /* o lo que necesites */
}

.tituloCentradoEvento{
        text-align: center;
        padding-top: 0px;
}

.infosecEventoEnCurso .row.align-items-start {
    display: flex;             /* asegura flex en caso de overrides raros */
    flex-direction: column;    /* video arriba, texto abajo */
    gap: 1.25rem;              /* respirito entre ambos */
  }

  .infosecEventoEnCurso .row.align-items-start > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .infosecEventoEnCurso .ratio {
    width: 100%;
  }

    .infosecEventoEnCurso2 {
    padding-top: 125px;
}

.card-evento {
  
  width: 180px !important; 
  min-width: 180px !important;
}

/*******************************************************************************************************************/  
}
/*******************************************************************************************************************/
/* Medium screens */
@media only screen and (min-width: 992px) { }
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .itmen{
        width: 11.11%;
        float: left;
        text-align: center;
        padding: 20px;
        font-size: 12px;
        font-weight: 500;
        background-color: #fff;
        color: #242754;
        cursor: pointer;
    }
    .itmen:hover{
        background-color:#242754;
        color: #fff;
    }


  /* Efecto box de portada */
.hero-artistico {
  background: linear-gradient(245deg, #3a3f95 0%, #2a2e6c 40%, #1e214d 70%, #131530 100%);

  color: #ffffff;
  padding: 40px 30px;
  margin-top: 150px;
  font-size: 1rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  animation: fadeSlideUp 1.2s ease-out both;
}

.hero-artistico:hover {
  transform: scale(1.005);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

  .hero-artistico h2 {
    font-size: 1.5rem;
  }


@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.hero-artistico::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.04) 0%, transparent 70%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.02) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}


.hero-contenedor {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.huella-costado {
  width: 90px;
  min-width: 80px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
  animation: floatPulse 3s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.huella-costado:hover {
  transform: scale(1.08);
}

@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.96;
  }
}

.hero-contenido {
  flex: 1;
  min-width: 280px;
}

.hero-frase {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hero-frase strong {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.a-portada {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #ffffff;
  color: #242754 !important;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.a-portada:hover {
  background-color: #f2f2f2;
  transform: translateY(-2px);
  color: #242754 !important;
}


@keyframes pulseHuella {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.95; }
}

/* Fin efecto box Portada */

    


    .menu1{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu2{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        /* background-color: #FCEEAA; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu3{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        /* background-color: #AED3A9; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu4{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        /* background-color: #DF8E89; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu5{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu6{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        /* background-color: #FCEEAA; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu7{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        /* background-color: #BEDCBB; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu8{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        /* background-color: #DF8E89; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu9{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        /* background-color: #ACD2E7; */
        background-color: #FFFFFF;
        padding: 10px;
        margin-top: 20px;
        margin-left: -180px;
    }
    .contenido-box{
        padding: 0px 10px;
    }
    .infonoticas{
        text-align: justify;
    }
    .fondocont{
        background: url(../img/3x/fondodesing3@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocont{
        height: 500px;
    }

    .listadeempresas{
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #242754;
        border-top: 1px solid #242754;
    }
    .empresalist{
        float: left;
        width: 38%;
        border-right: 2px solid #242754;
        text-align: center;
    }
    .nombreempresalist{
        float: left;
        padding-left: 20px;
    }
    .baseazul{
        background-color: #CDE6F5;
        padding: 20px 100px;
    }
    .baseazul p{
        color: #29537A;
        font-size: .9em;
    }
    .cajaimgpor{
        text-align: center;
    }
    .cajaimgpor img{
        width: 100%;
    }

    .cajaform{
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .fondocontactotnks{
        background: url(../img/3x/fondogracias@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocontactotnks{
        height: 500px;
    }
    .fondocontacto{
        background: url(../img/3x/fondoform@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocontacto{
        height: 600px;
    }

    .fondodeproyectos{
        background: url(../img/3x/fondo-mapa-de-proyectos@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding: 90px 0px;
    }

    .sinfondo{
        padding: 20px 20px;
        width: 100%;
        height: 170px;
    }
    .bg-header1{
        background: url(../img/3x/bgdesign2@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 20px 20px;
        width: 100%;
        height: 150px;
    }

    .bghome{
        background:#fff url(../img/3x/fondop@3x.png) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .contenidocen{
        width: 900px;
        height: 100px;
    }
    .contenidoscroll{
        height: 500px;
        overflow: scroll;
        overflow-x: hidden;
    }


    .infosec-bienve{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      margin-top: 100px;
      padding-bottom: 20px; 
      min-height: calc(100vh - 160px);
  }

  .infosec {
    padding-top: 120px;
    padding-bottom: 40px;
    min-height: calc(100vh - 160px);
    box-sizing: border-box;
  }

  .menudisp {
    position: fixed;
    top: 150px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: top 0.8s ease-in-out;
    border-top: 3px solid #242754;

  }

#targetDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  transition: transform 1.3s ease-in-out;
  will-change: transform;
}

#targetDiv.no-transicion {
  transition: transform 0.2s ease-in-out;
}

.oculto-header #targetDiv {
  transform: translateY(-180px);
}

  /* Cuando header se oculta, menú sube */
.oculto-header .menudisp {
  top: 0;
}
    
    #targetDiv .logotipo {
      /* display: flex; */
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-right: 5%;
    }
    
    #targetDiv .logotipo img {
      max-width: 280px !important;
      max-height: 180px !important;
      width: auto !important;
      height: auto !important;
      display: block;
      margin: 0 auto;
    }

    /**icono menú**/
    .icono {
        display: inline-block;
        width: 40px;
        height: 30px;
        background-size: cover;
        cursor: pointer;
    }
   

    .btnss{
        overflow: hidden;
        width: 380px;
    }
    .txtwel{
        float: left;
        margin-right: 20px;
    }
    .txtwel p{ 
        font-size: 1.4em;
        color: #242754;
        margin-top: 41px;
        font-weight: 300;
    }
    .icowel1{
        float: left;
        margin-right: 20px;
    }
    .icowel2{
        float: left;
    }

    .tituloCentrado{
        text-align: center;
        padding-top: 50px;
    }

    .tituloCentrado2{
        text-align: center;
    }

    .tituloCentradoEvento{
        text-align: center;
        padding-top: 50px;
}

.tituloSVG {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.3rem, 3vw, 2.4rem); 
  font-weight: bolder;
  text-transform: uppercase;
  color: #242754;
  line-height: 1.1;
  letter-spacing: 0.8px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

/* titulos paises */
/* Título del sub-hero: intermedio (≈32–42px) */
#subhero-pais h2,
.subhero-title{
  /* min 32px, escala fluida, max ~42px */
  font-size: clamp(1.3rem, 3vw, 2.4rem); 
}


    .titulos1{
        text-align:center;
        padding-bottom: 35px;
    }
    .titulos1 a{
        color: #242754;
        font-style: italic;
        font-weight: 500;
        font-size: 1.5em;
        text-decoration: underline;
        float: right;
        margin-right: 30px;
    }
    .cosodescargar{
        text-align: left !important;
    }
    .tamaniotitus{
        width: 200px;
    }
    .contenidosmg{
        padding: 0px 50px;
    }

    .tamaniocover{
        width: 300px;
    }    

.imgcen1 { display: none; }
  .imgcen2 { display: block; width: 100%; }

    .mentxt{
        position: absolute;
        margin-top: 5px;
        margin-left: 10px;
        font-weight: 500;
        color:#242754;
    }

    .menuvisiblepc{
        display: block;
    }

/* SECCIÓN quienes-somos */

#comites{
    padding-top: 150px;
  }
#declaratoria{
  }
  #estatutos {
}

#organigrama{
    padding-top: 120px;
  }
#organizaciones{
     padding-top: 150px;
  }
#quienes-somos{
  }

/* SECCIÓN que-hacemos */

#capacitacion{
    padding-top: 200px;
  }
#cooperaciones{
  }
#feria-tecnologica{
    padding-top: 230px;
  }
#mesas-tecnicas{
  }
#que-hacemos{
  }


/* SECCIÓN miembros */

#brasil{
  padding-top: 220px;
  }
#chile{
  padding-top: 220px; 
  }
#colombia{
  padding-top: 220px;
  }
#ecuador{
  padding-top: 220px;
  }
#el-salvador{
  padding-top: 220px;
  }
#honduras{
  padding-top: 220px;
  }
#mapa-interactivo{
    padding-top: 0px; 
  }
#mexico{
  padding-top: 220px;
  }
#panama{
  padding-top: 220px;
  }
#paraguay{
  padding-top: 220px;
  }
#peru{
  padding-top: 220px;
  }
#regiones{
    padding-top: 70px;
    padding-bottom: 100px; 
  }
#republica-dominicana{
    padding-top: 220px;
  }

/* SECCIÓN declaraciones-encuentros */

#declaraciones-encuentros{
    padding-top: 30px; 
  }

/* SECCIÓN informate */

#eventos{
    padding-top: 50px; /* Visualmente más equilibrado si hay poco contenido */
  }

  #noticias{
    /*padding-top: 50px;  Visualmente más equilibrado si hay poco contenido */
  }

/* SECCIÓN nuestra-revista */

#revista{
    padding-top: 50px; 
  }

/* SECCIÓN proyectos */

#estudios{
    padding-top: 50px; 
  }
#investigaciones{
    padding-top: 50px; 
  }
#mapa-proyectos{
    /* padding-top: 280px; */
  }
#proyectos{
    padding-top: 300px; 
}

/* SECCIÓN contacto */

#directorio{
  padding-top: 300px;
  padding-bottom: 30px; 
}

#formulario{
    padding-top: 250px; 
}

#avisodepriv{
    padding-top: 250px;
}

/*  HEADER */

    /******* Submenús ********/
    .estilomenu ul li,
    .estilomenu2 ul li {
      text-align: left;
    }
    
    .estilomenu ul li a,
    .estilomenu2 ul li a {
      display: block;
      padding: 5px 20px;
      font-size: 12px;
      font-weight: 400;
      color: #252554;
      text-decoration: none;
      white-space: normal;
      line-height: 1.5;
      border-radius: 0;
      margin-bottom: 10px;
      transition: background 0.7s ease-in-out, color 0.7s ease-in-out;
    }
    
    .estilomenu ul li a span,
    .estilomenu2 ul li a span {
      transition: color 0.7s ease-in-out;
    }
    
    .estilomenu ul li a:hover,
    .estilomenu2 ul li a:hover {
      background: #252554;
      color: white !important;
      font-weight: 500;
    }
    
    .estilomenu ul li a:hover span,
    .estilomenu2 ul li a:hover span {
      color: white !important;
    }
    
    /******* Info sección ********/
    .infoest p,
    .infoest a {
      color: #252554;
      font-weight: 400;
    }
    
    .infoest p {
      font-size: 14px;
    }
    
    .infoest a {
      font-size: 18px;
      display: block;
    }
    
    /******* Menú Responsive ********/
    .menu-container {
      flex: 1 1 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
    }
    
    .menu-container .itmen {
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      cursor: pointer;
      padding: 6px 10px;
      transition: all 0.3s ease;
      text-align: center;
      word-break: break-word;
      white-space: normal;
      line-height: 1.3;
      min-width: 80px;
      max-width: 120px;
    }
    
    
    .menu-container .itmen:hover {
      background-color: #252554;
      color: white;
    }
    
    /******* Flex Header Base ********/
    .header-flex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      background-color: #fff;
      border-bottom: 2px solid #252554;
    }
    
    .logo-container {
      flex: 1 1 100%;
      text-align: center;
      margin-bottom: 10px;
    }
    
    .logo-container img {
      max-height: 100px;
      height: auto;
    }

    .fondobolitas{
        background-image: url('../img/3x/fondobolitass@3x.png');
        /* margin: 50px; */
        background-size: 101%;
        height: auto;
    }
    
    .instruc{
        position: absolute;
    }
    .instruc p{
      font-size: 13px;
      font-weight: 500;
      color: #252554;
      margin-left: 200px;
      text-align: center;
    margin-bottom: 10px;
    margin-top: 0px;
    }

    /* Por defecto (PC): muestra menú principal, oculta hamburguesa */
.menuham {
    display: none;
  }
  
  .menupc {
    display: block;
  }

  .fondoorgani{
    background: url(../img/3x/fondoorgani@3x.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 40px 0px;
}

.imgsomos{
  text-align: center;
}

.fondobolitasss {
  background-image: url(../img/3x/fondobolitas2@3x.png);
  background-repeat: no-repeat;
  margin: 50px;
  background-size: 100%;
  height: auto;
  text-align: center;
}

.fondobolitasss img {
  width: 90%;
}

  .evento-en-vivo {
    font-size: 12px;
    padding: 4px 6px;
    max-width: 100px;
    overflow: hidden;
    /*margin-right: 24px; separa de la siguiente opción */
  } 

.row.align-items-start > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

    .infosecEventoEnCurso2 {
    padding-top: 175px;
}

.logo-campania {
    max-width: 200px; /* tamaño en pantallas grandes */
  }

.contenido-noticia{ display:flex; flex-direction:row; align-items:flex-start; gap:20px; }
.contenido-noticia .texto{ flex:0 0 50%; max-width:50%; min-width:0; }
.contenido-noticia .imagen{ flex:0 0 50%; max-width:50%; }

.card-evento {
  
  width: 180px !important; 
  min-width: 180px !important;
}

/*******************************************************************************************************************/  
} 
/*******************************************************************************************************************/
/* Extra Large screens */
@media only screen and (min-width: 1201px) { }
@media only screen and (min-width: 1201px){
    .itmen{
        width: 11.11%;
        float: left;
        text-align: center;
        padding: 20px;
        font-size: 12px;
        font-weight: 500;
        background-color: #fff;
        color: #242754;
        cursor: pointer;
    }
    .itmen:hover{
        background-color:#242754;
        color: #fff;
    }
    
    .menu1{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu2{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu3{
        display: none;
        position: absolute;
        width: 250px;
        height: 350px;
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu4{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu5{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu6{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu7{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu8{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 10px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .menu9{
        display: none;
        position: absolute;
        width: 250px;
        height: 300px;
        background-color: #ffffff;
        border: 1px solid #e8e8e8;
        padding: 10px;
        margin-top: 20px;
        margin-left: -180px;
    }

    
/* Efecto box de portada */
.hero-artistico {
  background: linear-gradient(245deg, #3a3f95 0%, #2a2e6c 40%, #1e214d 70%, #131530 100%);

  color: #ffffff;
  padding: 50px 40px 60px;
  margin-bottom: 60px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  animation: fadeSlideUp 1.2s ease-out both;
}

.hero-artistico:hover {
  transform: scale(1.005);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}


@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.hero-artistico::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 30% 30%, rgba(255,255,255,0.04) 0%, transparent 70%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,0.02) 0%, transparent 60%);
  z-index: 0;
  pointer-events: none;
}


.hero-contenedor {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.huella-costado {
  width: 90px;
  min-width: 80px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
  animation: floatPulse 3s ease-in-out infinite;
  transition: transform 0.4s ease;
}

.huella-costado:hover {
  transform: scale(1.08);
}

@keyframes floatPulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-5px);
    opacity: 0.96;
  }
}

.hero-contenido {
  flex: 1;
  min-width: 280px;
}

.hero-frase {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hero-frase strong {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}

.a-portada {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #ffffff;
  color: #242754 !important;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.a-portada:hover {
  background-color: #f2f2f2;
  transform: translateY(-2px);
  color: #242754 !important;
}


@keyframes pulseHuella {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.95; }
}

/* Fin efecto box Portada */

    .contenido-box{
        padding: 0px 10px;
    }
    .infonoticas{
        text-align: justify;
    }


    .fondocont{
        background: url(../img/3x/fondodesing3@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocont{
        height: 500px;
    }


    .listadeempresas{
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #242754;
        border-top: 1px solid #242754;
    }
    .empresalist{
        float: left;
        width: 38%;
        border-right: 2px solid #242754;
        text-align: center;
    }
    .nombreempresalist{
        float: left;
        padding-left: 20px;
    }    
    .baseazul{
        background-color: #CDE6F5;
        padding: 20px 100px;
    }
    .baseazul p{
        color: #29537A;
        font-size: .9em;
    }
    .cajaimgpor{
        text-align: center;
    }
    .cajaimgpor img{
        width: 100%;
    }

    .cajaform{
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        width: 90%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .fondocontactotnks{
        background: url(../img/3x/fondogracias@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocontactotnks{
        height: 500px;
    }
    .fondocontacto{
        background: url(../img/3x/fondoform@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .fondocontacto{
        height: 600px;
    }

    .fondodeproyectos{
        background: url(../img/3x/fondo-mapa-de-proyectos@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        text-align: center;
        padding: 90px 0px;
    }

    

    .sinfondo{
        padding: 20px 20px;
        width: 100%;
        height: 180px;
    }
    .bg-header1{
        background: url(../img/3x/bgdesign2@3x.png) no-repeat center right; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 20px 20px;
        width: 100%;
        height: auto;
    }

    .bghome{
        background:#fff url(../img/3x/fondop@3x.png) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .contenidocen{
        width: 900px;
        height: 100px;
    }

    .contenidoscroll{
        height: 500px;
        overflow: scroll;
        overflow-x: hidden;
        margin-right: 100px;
        margin-left: 100px;
    }

    

.infosec-bienve{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;        
        padding-bottom: 20px; 
        padding-top: 250px;
        min-height: calc(100vh - 160px);
    }


    /* Estilo general para todas las secciones */
.infosec {
    padding-top: 120px;
    padding-bottom: 40px;
    min-height: calc(100vh - 160px);
    box-sizing: border-box;
  }

#targetDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  transition: transform 1.3s ease-in-out;
  will-change: transform;
}

#targetDiv.no-transicion {
  transition: transform 0.2s ease-in-out;
}

.oculto-header #targetDiv {
  transform: translateY(-180px);
}

  /* Cuando header se oculta, menú sube */
.oculto-header .menudisp {
  top: 0;
}

  .menudisp {
    position: fixed;
    top: 145px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: top 0.9s ease-in-out;
    border-top: 3px solid #242754;

  }



/* También puedes reducir el espacio entre secciones si están muy pegadas */
.menudisp .itmen {
  margin-bottom: 0px;
}
  
  #targetDiv .row {
    width: 100%;
    margin: 0;
  }
  
  #targetDiv .logotipo {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 5%;
  }
  
  #targetDiv .logotipo img {
    max-width: 280px !important;
    max-height: 105px !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }

/* SECCIÓN quienes-somos */

#comites{
    padding-top: 50px;
  }
#declaratoria{
  }
#estatutos{
  }
#organigrama{
    /* padding-top: 280px; */
  }
#organizaciones{
     padding-top: 50px; 
  }
#quienes-somos{
    padding-top: 100px;
  }

/* SECCIÓN que-hacemos */

#capacitacion{
    padding-top: 100px;
  }
#cooperaciones{
  }

#feria-tecnologica{
    padding-top: 150px;
    padding-bottom: 100px;
  }
#mesas-tecnicas{
  }
#que-hacemos{
    padding-top: 0px;
    padding-bottom: 20px;
  }


/* SECCIÓN miembros */

#brasil{
    padding-top: 100px; 
  }
#chile{
    padding-top: 100px; 
  }
#colombia{
    padding-top: 100px; 
  }
#ecuador{
    padding-top: 100px; 
  }
#el-salvador{
    padding-top: 100px; 
  }
#honduras{
    padding-top: 100px; 
  }
#mapa-interactivo{
    padding-top: 0px; 
  }
#mexico{
    padding-top: 100px; 
  }
#panama{
    padding-top: 100px; 
  }
#paraguay{
    padding-top: 100px; 
  }
#peru{
    padding-top: 100px; 
  }
#regiones{
    padding-top: 50px; 
  }
#republica-dominicana{
    padding-top: 100px; 
  }

/* SECCIÓN declaraciones-encuentros */

#declaraciones-encuentros{
    padding-top: 30px; 
  }

/* SECCIÓN informate */

#eventos{
    padding-top: 50px; /* Visualmente más equilibrado si hay poco contenido */
  }

  #noticias{
    padding-top: 50px; /* Visualmente más equilibrado si hay poco contenido */
  }

/* SECCIÓN nuestra-revista */

#revista{
    padding-top: 50px; 
  }

/* SECCIÓN proyectos */

#estudios{
    padding-top: 50px; 
  }
#investigaciones{
    padding-top: 50px; 
  }
#mapa-proyectos{
    /* padding-top: 280px; */
  }
#proyectos{
    padding-top: 200px; 
}

/* SECCIÓN contacto */

#directorio{
    padding-top: 200px; 
}

#formulario{
    padding-top: 150px; 
}

#avisodepriv{
    padding-top: 120px;
}


    /**icono menú**/
    .icono {
        display: inline-block;
        width: 40px;
        height: 30px;
        background-size: cover;
        cursor: pointer;
    }
    


    .btnss{
        overflow: hidden;
        width: 380px;
    }
    .txtwel{
        float: left;
        margin-right: 50px;
        width: 100%;
       
    }
    .txtwel p{ 
        font-size: 1.4em;
        color: #242754;
        margin-top: 41px;
        font-weight: 300;
    }
    .icowel1{
        float: left;
        margin-right: 20px;
    }
    .icowel2{
        float: left;
    }


    .tituloCentrado{
        text-align: center;
        padding-top: 60px;
    }

    .tituloCentrado2{
        text-align: center;
    }
    
.tituloSVG {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.3rem, 3vw, 2.4rem); 
  font-weight: bolder;
  text-transform: uppercase;
  color: #242754;
  line-height: 1.1;
  letter-spacing: 0.8px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}


    .titulos1 a{
        color: #242754;
        font-style: italic;
        font-weight: 500;
        font-size: 1.5em;
        text-decoration: underline;
        margin-right: 30px;
    }
    .cosodescargar{
        margin-left:140px;
    }
    .tamaniotitus{
        width: 200px;
    }

    .contenidosmg{
        padding: 0px 50px;
    }

    .tamaniocover{
        width: 300px;
    }



  
.imgcen1 { display: block; width: 100%; }
  .imgcen2 { display: none; }



    .mentxt{
        position: absolute;
        margin-top: 5px;
        margin-left: 10px;
        font-weight: 500;
        color:#242754;
    }

    .menuvisiblepc{
        display: block;
    }

    /******* Submenús ********/
  .estilomenu ul li,
  .estilomenu2 ul li {
    text-align: left;
  }
  
  .estilomenu ul li a,
  .estilomenu2 ul li a {
    display: block;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #252554;
    text-decoration: none;
    white-space: normal;
    line-height: 1.5;
    border-radius: 0;
    margin-bottom: 10px;
    transition: background 0.7s ease-in-out, color 0.7s ease-in-out;
  }
  
  .estilomenu ul li a span,
  .estilomenu2 ul li a span {
    transition: color 0.7s ease-in-out;
  }
  
  .estilomenu ul li a:hover,
  .estilomenu2 ul li a:hover {
    background: #252554;
    color: white !important;
    font-weight: 500;
  }
  
  .estilomenu ul li a:hover span,
  .estilomenu2 ul li a:hover span {
    color: white !important;
  }
  
  /******* Info sección ********/
  .infoest p,
  .infoest a {
    color: #252554;
    font-weight: 400;
  }
  
  .infoest p {
    font-size: 14px;
  }
  
  .infoest a {
    font-size: 18px;
    display: block;
  }
  
  /******* Menú Responsive ********/
  .menu-container {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .menu-container .itmen {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    cursor: pointer;
    padding: 6px 10px;
    transition: all 0.3s ease;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    line-height: 1.3;
    min-width: 80px;
    max-width: 120px;
  }
  
  
  .menu-container .itmen:hover {
    background-color: #252554;
    color: white;
  }
  
  /******* Flex Header Base ********/
  .header-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-bottom: 2px solid #252554;
  }
  
  .logo-container {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .logo-container img {
    max-height: 100px;
    height: auto;
  }

  .fondobolitas{
    background-image: url('../img/3x/fondobolitass@3x.png');
    margin: 50px;
    background-size: 101%;
    height: auto;
}

.instruc{
    position: absolute;
}
.instruc p{
  font-size: 13px;
  font-weight: 500;
  color: #252554;
  margin-left: 300px;
  text-align: center;
margin-bottom: 100px;
}


/* FIN EFECTO BOTON INICIO */

/* Por defecto (PC): muestra menú principal, oculta hamburguesa */
.menuham {
    display: none;
  }
  
  .menupc {
    display: block;
  }

  .fondoorgani{
    background: url(../img/3x/fondoorgani@3x.png) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 40px 0px;
}

.imgsomos{
  text-align: center;
}

.fondobolitasss {
  background-image: url(../img/3x/fondobolitas2@3x.png);
  background-repeat: no-repeat;
  margin: 50px;
  background-size: 100%;
  height: auto;
  text-align: center;
}

.fondobolitasss img {
  width: 90%;
}

  .evento-en-vivo {
    font-size: 12px;
    padding: 4px 6px;
    max-width: 100px;
    overflow: hidden;
  } 

  .tituloCentradoEvento{
        text-align: center;
        padding-top: 50px;
}

.row.align-items-start > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .infosecEventoEnCurso2 {
    padding-top: 175px;
}

#logoCampania { 
  max-width: 980px; 
}

.contenido-noticia{ display:flex; flex-direction:row; align-items:flex-start; gap:20px; }
.contenido-noticia .texto{ flex:0 0 50%; max-width:50%; min-width:0;line-height: 1.8; }
.contenido-noticia .imagen{ flex:0 0 50%; max-width:50%; }

.card-evento {
  
  width: 200px !important; 
  min-width: 200px !important;
}
        
/******************************************************************************************************************/   
}
/*******************************************************************************************************************/