* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Work Sans", sans-serif;
}
.work-wans {
  font-family: "Work Sans", sans-serif;
}

/* ----------------------------------------------- ENCABEZADO --------------------------------------------------- */
header {
  background: #051f69;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 11;
}
.menu {
  width: 100%;
  display: flex;
}
.logo {
  width: 400px;
  height: 80px;
}
.navegador {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  left: 38%;
}
.navegador a {
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 550;
}
header a {
  transition: transform 0.1s ease;
}
header a:hover {
  transform: scale(1.1);
}

.redes_sociales {
  display: flex;
  gap: 17px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 5%;
}

.redes {
  width: 30px;
}

#check,
.abrir-menu,
.cerrar-menu,
.check {
  display: none;
}
/* ---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- BANNER --------------------------------------------------- */
.container-banner {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.img_banner,
.img_banner2 {
  width: 100%;
}
.img_banner2 {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------------- */

/* <!---------------------------------------------------------- BOTON AGENDAR -------------------------------------------------> */
.boton_agendar {
  width: 200px;
  position: absolute;
  top: 80vh;
  right: 0;
  z-index: 1000;
  display: flex;
  gap: 30px;
  align-items: center;
  background-color: #002569;
  color: #fff;
  font-size: 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: fixed;
}
.boton_agendar img {
  height: 50px;
  transition: transform 0.3s ease;
}
.boton_agendar img:hover {
  transform: scale(1.1);
}
.contenedor_icon_agendar {
  background-color: #18a32b;
  padding: 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* <!-----------------------------------------------------------------------------------------------------------------------> */

/*---------------------------------------------- INFORMACION POR QUE ASISTIR --------------------------------- */
.informacion {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  background-color: #2e7d06;
  text-align: center;
  min-height: 250px;
  font-size: 25px;
  padding: 30px 30px;
}
.informacion h1 {
  font-size: 60px;
}
/* <!-- --------------------------------------------------------------------------------------------------------> */

/* <!-- ----------------------------------------------NUMEROS ASISTENTES------------------------------------------> */
.container-numeros {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  background-color: rgb(245, 245, 245);
  box-shadow: 4.5px 4.5px 18px #818181;
}
.container-numeros h1 {
  font-size: 55px;
  color: #002569;
}
.icono-numero {
  width: 300px;
  display: flex;
  justify-content: center;
}

.container-iconos-numericos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 90px;
  background-color: rgb(245, 245, 245);
  flex-wrap: wrap;
  margin-top: 35px;
}
.container-iconos-numericos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 90px;
  background-color: rgb(245, 245, 245);
  flex-wrap: wrap;
  margin-top: 35px;
}
/* <!-- ---------------------------------------------------------------------------------------------------------------> */

/* <!-- --------------------------------------- EJES TEMATICOS ---------------------------------------------------------> */
.container-lineas-tematicas {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.container-lineas-tematicas {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.container-lineas-tematicas {
  text-align: center;
  gap: 10px;
}
.container-lineas-tematicas h1 {
  color: #05164f;
  font-size: 55px;
}
.container-lineas-tematicas h4 {
  font-size: 38px;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 30px;
}
.tematicas {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.tematica {
  width: 290px;
  box-shadow: 1.5px 1.5px 10px #b8b8b8;
  border-radius: 7px;
}
.tematica img {
  border-radius: 7px 7px 0 0;
}
.tematica:hover {
  transform: scale(1.1);
}
.imagen_tematica {
  width: 100%;
}
.icono_tematico {
  height: 60px;
}
/* <!-- ------------------------------------------------------------------------------------------------------------------> */

/* --------------------------------------------- VENTAJAS Y BENEFICIOS ----------------------------------------------------- */
.contenedor-recuadros {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-top: 100px;
  font-size: 30px;
}
.contenedor-recuadros h1 {
  color: #05164f;
  font-size: 55px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recuadros1 {
  margin-top: 50px;
}
.recuadros1,
.recuadros2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 95px;
  font-size: 17px;
  text-align: center;
  flex-wrap: wrap;
}
.recuadro-informacion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(14, 54, 87);
  width: 230px;
  height: 350px;
  border-radius: 20px;
  color: rgb(241, 241, 241);
  padding: 30px;
  box-shadow: 7.5px 7.5px 10px #949494;
  transition: transform 0.3s ease;
}
.recuadro-informacion:hover {
  transform: scale(1.05);
  background-color: rgb(22, 124, 35);
  cursor: pointer;
}
.icon {
  width: 100px;
}
/* -------------------------------------------------------------------------------------------------------------- */

/* <!--------------------------------------------- CONTENEDOR EXPOSITORES --------------------------------------> */
.titulo {
  margin-top: 50px;
  color: rgb(255, 255, 255);
  font-size: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.container-fondo-expositores h4 {
  color: rgb(233, 233, 233);
  font-size: 22px;
  font-weight: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
}
.container-fondo-expositores {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-image: url(img/fondo\ de\ expositores.jpg);
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.expositores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  margin-top: 10px;
}
#nombre_largo {
  width: 250px;
}
.expositor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
  box-shadow: 1.5px 1.5px 10px #000000;
  background-color: white;
  padding: 30px;
  gap: 20px;
  text-align: center;
  border-radius: 10px;
  height: 280px;
  width: 200px;
  cursor: pointer;
  transition: width 0.3s ease;
  margin: 30px 30px;
}

.linea {
  width: 190px;
}
.infoperfil {
  position: absolute;
  bottom: 100%;
  top: 0;
  background-color: rgba(37, 98, 33, 0.9);
  color: white;
  padding: 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  width: 240px;
  height: 320px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.expositor:hover .infoperfil {
  opacity: 1;
  visibility: visible;
}
.expositor a {
  background-color: #051f69;
  color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2.5px 2.5px 10px #656565;
  font-size: 12px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.expositor h1 {
  font-size: 22px;
  color: #39a900;
}
.expositor h4 {
  font-size: 15px;
  font-weight: 100;
  color: #39a900;
}
.imagen-expositor {
  width: 200px;
  height: 200px;
}
/* <!---------------------------------------------------------------------------------------------------------------> */

/* <!--------------------------------------------- CONTENEDOR REGISTRO -----------------------------------------------> */
.container-registro {
  margin: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
}
.container-registro h1 {
  color: #3fa406;
}
.container-registro p {
  color: #3a3a3a;
}
b {
  color: #358407;
}
.contenedor-register {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}
.anclas-registro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.anclas-registro2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 30px;
}
.ancla {
  width: 220px;
  height: 240px;
  gap: 30px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 1.5px 2.5px 10px #bdbdbd;
  border-radius: 5px;
  transition: transform 0.1s ease;
}
.ancla:hover {
  transform: scale(1.1);
}
.ancla p {
  width: 160px;
}
a {
  text-decoration: none;
  color: rgb(77, 77, 77);
}
.contenido2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-wrap: wrap;
}
.contenido2 h1 {
  font-size: 40px;
}
.opciones {
  width: 280px;
  padding: 15px;
  align-content: center;
  font-size: 25px;
  background-color: white;
  box-shadow: 1.5px 2.5px 10px #bdbdbd;
  border-radius: 5px;
}

.opciones h6 {
  font-weight: bolder;
}
.todo {
  display: flex;
  align-items: center;
  position: relative;
}
.flecha {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #18a32b;
  position: absolute;
  left: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s ease;
}
.flecha:hover {
  transform: scale(1.1);
  background-color: #24b638;
}
.flecha img {
  height: 20px;
}
/* <!--------------------------------------------- ----------------------------- -----------------------------------------> */

/* .icono-numero_ex{
  width: 340px;
} */

/* <!--------------------------------------------- CONTENEDOR ULTIMO BANNER -----------------------------------------------> */
.container-ultimo-banner {
  background-image: url(img/comfaguajiraweb.jpg);
  max-width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.container-ultimo-banner h1 {
  color: #f2d20f;
  font-size: 120px;
}
.container-ultimo-banner p {
  color: #fdfdfd;
  font-size: 30px;
  font-weight: 600;
  padding: 0 10px;
}
.container-ultimo-banner h3 {
  color: #fdfdfd;
  font-size: 50px;
  padding: 0 10px;
}
.container-ultimo-banner h1,
.container-ultimo-banner h3,
.container-ultimo-banner p {
  margin-left: 100px;
}
/* <!--------------------------------------------- ------------------------- -------------------------------------------------> */

/* <!--------------------------------------------- CONTENEDOR PATROCINADORES --------------------------------------------------> */
/* Sección de patrocinadores */
.seccion-patrocinadores {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 30px auto;
  width: 100%;
  gap: 80px;
  flex-direction: column;
}

.columna {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
}
#logo-pequeño {
  width: 200px;
}
#logo-andi {
  width: 120px;
}
#logo-uni {
  width: 90px;
}
#ultimo-logoo {
  width: 180px;
}
.patrocinadores,
.organiza {
  text-align: center;
  margin: 0 20px;
}

.seccion-patrocinadores h2 {
  font-size: 28px;
  color: #051f69;
  margin-bottom: 20px;
  font-weight: 550;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 45px;
  flex-wrap: wrap;
}
#logo-inca {
  width: 150px;
}
#logo-revista {
  width: 250px;
}
#logo-universidad {
  width: 250px;
}
.logos img {
  width: 20%;
  height: auto;
  transition: transform 0.3s ease;
}
#logo_agropec {
  width: 100px;
}
.logo-grande {
  width: 150px;
  height: auto;
}

.logos img:hover {
  transform: scale(1.1);
}

.apoya h3,
.organiza h3 {
  font-weight: 100;
}

.organiza img {
  width: 400px;
}
#logo-inca {
  width: 250px;
}

/* <!--------------------------------------------- ------------------------- --------------------------------------------> */

/* <!--------------------------------------------- FOOTER ----------------------------------------------------------------> */
footer {
  background-color: #05164f;
  color: #fff;
  padding: 30px;
  text-align: center;
}
.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 500px;
  flex-wrap: wrap;
}
/* Lado izquierdo */
.left-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-side img {
  max-width: 70%;
  height: auto;
}
/* Lado derecho */
.info {
  flex: 1;
  text-align: left;
}
.info .icono-informacion,
.info .correo,
.info .icon-whatsapp {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.info img {
  width: 25px;
  margin-right: 10px;
}
.p {
  background-color: #010920;
  font-size: 14px;
  color: #bdbdbd;
  text-align: center;
  padding: 6px;
}
/* <!------------------------------------------------------- --------------------------------------------------------> */

@media (max-width: 1300px) {
  /* <!--------------------------------------------- FOOTER --------------------------------------------------------> */
  .footer-container {
    gap: 200px;
  }
  /* <!--------------------------------------------- --- --------------------------------------------------------> */

  /* <!--------------------------------------------- CONTENEDOR ULTIMO BANNER --------------------------------------------------------> */
  .container-ultimo-banner {
    gap: 20px;
    text-align: center;
  }
  .container-ultimo-banner h1,
  .container-ultimo-banner h3,
  .container-ultimo-banner p {
    margin: 10px;
  }
  .container-ultimo-banner h1 {
    color: #f2d20f;
    font-size: 90px;
  }
  .container-ultimo-banner p {
    color: #fdfdfd;
    font-size: 30px;
    font-weight: 400px;
  }
  .container-ultimo-banner h3 {
    color: #fdfdfd;
    font-size: 40px;
  }
  /* <!----------------------------------------------------------------------------------------------------------------------------------> */
}

/* ------------------------------------------------------------ HACE PARTE DEL ENCABEZADO -------------------------------------- */
@media (max-width: 1230px) {
  .navegador {
    position: relative;
    left: 28%;
  }
}

@media (max-width: 1000px) {
  .navegador {
    position: relative;
    left: 18%;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------- BANNER ----------------------------------------------------------------------- */
/* @media (max-width: 970px) {
  .img_banner{
    display: none;
  }
  .img_banner2{
    display: block;
  }
} */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width: 900px) {
  /* <!-- ---------------------------------------------- INFORMACION POR QUE ASISTIR ----------------------------------------------------> */
  .informacion h1 {
    font-size: 30px;
  }
  .informacion p {
    font-size: 20px;
  }
  /* <!-- ----------------------------------------------------------------------------------------------------------------------------------> */

  /* <!--------------------------------------------- FOOTER --------------------------------------------------------> */
  .left-side img {
    width: 100%;
    height: auto;
  }
  .p {
    font-size: 10px;
  }
  /* <!--------------------------------------------- -------- --------------------------------------------------------> */

  /* <!-- ----------------------------------------------NUMEROS ASISTENTES----------------------------------------------------> */
  .container-iconos-numericos {
    gap: 60px;
  }
  .container-iconos-numericos img {
    width: 290px;
  }
  .container-numeros h1 {
    font-size: 40px;
  }
  /* <!-- ----------------------------------------------NUMEROS ASISTENTES----------------------------------------------------> */

  /* <!--------------------------------------------- VENTAJAS Y BENEFICIOS --------------------------------------------------------> */
  .recuadro-informacion {
    width: 190px;
    height: 340px;
  }
  .recuadro-informacion p {
    font-size: 15px;
  }
  .recuadros1,
  .recuadros2 {
    width: 100%;
  }
  /* <!--------------------------------------------- -------------------------- --------------------------------------------------------> */

  /* <!--------------------------------------------- CONTENEDOR EXPOSITORES --------------------------------------------------------> */
  .container-fondo-expositores {
    gap: 5x;
  }
  /* <!----------------------------------------------------------------------------------------------------------------------------------> */

  /* <!--------------------------------------------- CONTENEDOR REGISTRO --------------------------------------------------------> */
  .contenido1 h1 {
    width: 100%;
    margin-bottom: 18px;
  }
  .contenido2 h1,
  .contenido2 p,
  .contenido2 h3 {
    font-size: 17px;
  }

  .anclas-registro,
  .anclas-registro2 {
    justify-content: center;
  }
  /* <!-------------------------------------------------------------------------------------------------------------------------------> */

  /* <!--------------------------------------------- CONTENEDOR ULTIMO BANNER --------------------------------------------------------> */
  .container-ultimo-banner {
    background-image: url(img/comfaguajiramovil.jpg);
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  /* <!--------------------------------------------------------------------------------------------------------------------------------> */

  /* <!--------------------------------------------- CONTENEDOR PATROCINADORES --------------------------------------------------------> */
  .container-patrocinadores {
    justify-content: center;
    align-items: center;
  }
  .container-patrocinadores img {
    width: 100%;
  }
  /* <!--------------------------------------------------------------------------------------------------------> */

  /* ------------------------------ EJES TEMATICOS ------------------------------------ */
  .container-lineas-tematicas {
    display: flex;
    justify-content: center;
    align-items: center;

    margin: 10px;
    margin-top: 90px;
  }
  .container-lineas-tematicas h4 {
    font-weight: 100;
    text-align: center;
    font-size: 30px;
  }
  .tematicas {
    width: 100%;
  }
  .container-lineas-tematicas h1 {
    font-size: 12vw;
    text-align: center;
  }
  /* ---------------------------------------------------------------------------------- */

  /* <!--------------------------------------------- FOOTER --------------------------------------------------------> */
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 90px;
    width: 100%;
  }
  /* <!--------------------------------------------- -------- --------------------------------------------------------> */
}

@media (max-width: 900px) {
  /* ------------------------------------------------------------ HACE PARTE DEL ENCABEZADO -------------------------------------- */
  .navegador {
    position: relative;
    left: 8%;
  }
  /* -------------------------------------------------------------------------------------------------------------------------------- */

  /* <!--------------------------------------------- CONTENEDOR ULTIMO BANNER --------------------------------------------------------> */
  .container-ultimo-banner h1 {
    color: #f2d20f;
    font-size: 10vw;
  }
  /* <!--------------------------------------------------------------- --------------------------------------------------------> */
}

/* <!--------------------------------------------- CONTENEDOR PATROCINADORES --------------------------------------------------------> */
@media screen and (max-width: 768px) {
  .seccion-patrocinadores {
    flex-direction: column;
    align-items: center;
    gap: 100px;
  }
  .organiza img {
    width: 80vw;
  }
  .patrocinadores,
  .organiza {
    margin-bottom: 0;
  }
  .seccion-patrocinadores h2 {
    font-size: 20px;
    font-weight: 600;
  }
}
/* <!--------------------------------------------- -----------------------------------------------------------------------------------> */

@media (max-width: 700px) {
  /* <!--------------------------------------------- VENTAJAS Y BENEFICIOS --------------------------------------------------------> */
  .contenedor-recuadros h1 {
    font-size: 12vw;
    margin: 0 5px;
  }
  .p_po {
    padding: 10px 0;
    font-size: 8vw;
    margin: 0 10px;
  }
  /* <!-------------------------------------------------------------------------------------------------------------------------> */

  /* ------------------------------------------------------------ HACE PARTE DEL ENCABEZADO -------------------------------------- */
  .menu {
    display: flex;
    justify-content: center;
    background: #051f69;
    width: 100%;
    height: 30vh;
    position: absolute;
    top: -50vh;
    transition: 0.5s;
    z-index: 1000;
  }
  .abrir-menu,
  .cerrar-menu {
    cursor: pointer;
    display: block;
    color: #fff;
    position: absolute;
    right: 5%;
    font-size: 50px;
    transition: 0.4s;
  }
  .cerrar-menu {
    position: absolute;
    top: 20px;
    right: 8%;
  }
  .redes_sociales {
    position: absolute;
    bottom: 5%;
  }
  #check:checked ~ .menu {
    position: absolute;
    top: 0;
  }
  /* --------------------------------------------------------------------------------------------------------------------------------- */
}

/* ------------------ DISPOSITIVOS MOVILES ------------------------ */
@media (min-width: 320px) and (max-width: 480px) {
  .img_banner2 {
    display: block;
  }
  .logo {
    width: 220px;
    height: 60px;
  }
  .abrir-menu,
  .cerrar-menu {
    left: 85%;
  }
  .container-lineas-tematicas h1 {
    font-size: 10vw;
  }
  .container-lineas-tematicas h4 {
    font-size: 22px;
  }
  .contenedor-recuadros h1 {
    font-size: 10vw;
  }
  .p_po {
    font-size: 22px;
  }
  .titulo {
    font-size: 10vw;
  }
  .container-fondo-expositores h4 {
    font-size: 22px;
  }
  .opciones {
    width: 222px;
  }
  .flecha {
    width: 59px;
    height: 59px;
    left: 203px;
  }
  .container-numeros h1 {
    font-size: 30px;
  }
  .container-iconos-numericos img {
    width: 205px;
  }
  .container-banner {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .img_banner {
    display: none;
  }
  .logos img {
    width: 50%;
  }
}

/* ------------------ iPADS Y TABLETS ------------------------ */
@media (min-width: 481px) and (max-width: 768px) {
  .img_banner2 {
    display: block;
  }
  .img_banner {
    display: none;
  }
  .menu {
    display: flex;
    justify-content: center;
    background: #051f69;
    width: 100%;
    height: 30vh;
    position: absolute;
    top: -50vh;
    transition: 0.5s;
    z-index: 1000;
  }
  .abrir-menu,
  .cerrar-menu {
    cursor: pointer;
    display: block;
    color: #fff;
    position: absolute;
    right: 5%;
    font-size: 50px;
    transition: 0.4s;
  }
  .cerrar-menu {
    position: absolute;
    top: 20px;
    right: 8%;
  }
  .redes_sociales {
    position: absolute;
    bottom: 5%;
  }
  #check:checked ~ .menu {
    position: absolute;
    top: 0;
  }
  .abrir-menu,
  .cerrar-menu {
    left: 88%;
  }
  .container-lineas-tematicas h1 {
    font-size: 10vw;
  }
  .container-lineas-tematicas h4 {
    font-size: 22px;
  }
  .contenedor-recuadros h1 {
    font-size: 10vw;
  }
  .p_po {
    font-size: 22px;
  }
  .titulo {
    font-size: 10vw;
  }
  .container-fondo-expositores h4 {
    font-size: 22px;
  }
  .titulo {
    font-size: 9vw;
  }
}

/* ------------------ PANTALLAS Y PORTATILES ------------------------ */
@media (min-width: 769px) and (max-width: 1024px) {
  .img_banner {
    display: block;
  }
  .img_banner2 {
    display: none;
  }
  .container-lineas-tematicas h1 {
    font-size: 6vw;
  }
  .container-lineas-tematicas h4 {
    font-size: 22px;
  }
  .contenedor-recuadros h1 {
    font-size: 6vw;
  }
  .informacion {
    padding: 0px 30px;
  }
  .p_po {
    font-size: 22px;
  }
  .titulo {
    font-size: 10vw;
  }
  .container-fondo-expositores h4 {
    font-size: 22px;
  }
  .seccion-patrocinadores {
    justify-content: center;
    gap: 30px;
  }
  .organiza img {
    width: 356px;
    margin-right: 30px;
  }
  #logo-inca {
    width: 197px;
  }

  #logo-revista {
    width: 196px;
  }
  .redes_sociales {
    right: 2%;
  }
  .informacion {
    min-height: 178px;
  }
  .container-iconos-numericos img {
    width: 200px;
  }
  .container-numeros {
    height: 390px;
  }
  .informacion p {
    font-size: 15px;
  }
}
@media (max-width: 975px) {
  .expositores {
    display: flex;
    flex-wrap: wrap;
  }
}
/* ------------------ COMPUTADORAS DE ESCRITORIOS, PANTALLAS GRANDES --------------- */
@media (min-width: 1025px) and (max-width: 1200px) {
  .img_banner {
    display: block;
  }
  .img_banner2 {
    display: none;
  }
  .left-side img {
    max-width: 97%;
  }
  .seccion-patrocinadores {
    justify-content: center;
    gap: 30px;
  }
  .organiza img {
    width: 356px;
    margin-right: 30px;
  }
  #logo-inca {
    width: 197px;
  }

  #logo-revista {
    width: 196px;
  }
}
/* ----------------- PANTALLAS EXTRA GRANDES Y TV ------------------- */
@media (min-width: 1201px) {
  .img_banner {
    display: block;
  }
  .img_banner2 {
    display: none;
  }
  .left-side img {
    max-width: 85%;
  }
}
