@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Poppins", sans-serif !important;
}
p{
    font-family: "Poppins", sans-serif !important;  
    color: #000;
    text-align: justify;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Poppins", sans-serif !important;  
   }


   .fuenteurl{
    color:#2e5395;
    font-weight: bold;
   }

.fuenteurl1{
    color:#2e5395;
    font-weight: bold;
    text-align: right;
   }

   .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

.btn.btn-primary {
    color: var(--bs-white);
    font-family: "Poppins", sans-serif;
    border: none;
    z-index: 999;
}

.btn.btn-primary:hover {
    background: #032443;
    color: #fff;
}

   .logo_i{   
    width: 100%;
    padding-top: 10px;
   }

        .container {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            border: 1px solid #e0e0e0;
        }

        header {
           
            justify-content: space-between;
            align-items: center;
            border-bottom: 4px solid #eeeeee;
            padding-bottom: 15px;
        }

        header .logo {
            font-size: 54px;
            font-weight: bold;
            color: #032443;
            text-align: center;
        }

        header .date-box {
            background-color: #032443;
            color: #fff;
            padding: 10px;
            text-align: center;
            font-size: 12px;
            padding-top: 30px;
            
        }

        header .date-box1 {
            background-color: #032443;
            color: #fff;
            padding: 10px;
            text-align: center;
            font-size: 12px;
            padding-top: 10px;
            
        }

        .number_h{
          background-color: #2e5395;
              padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
        }

          .fecha{
          font-weight: bold;
          padding-top: 20px;
          text-align: center;
          font-size: 12px;
          color: #fff;
        }

        .sub-header {
            margin-top: 10px;
            font-size: 16px;
            color: #032443;
            font-weight: 400;
            text-align: center;
        }

         .sub-header2 {
            margin-top: 0px;
            font-size: 12px;
            color: #032443;
            font-weight: bold;
            text-align: center;
        }

        .info-cards {
         
            justify-content: space-between;
            margin: 20px 0;
        }

        .info-card {
    padding: 0px;
    text-align: center;
    font-size: 14px;
    border-right: 2px solid #032443;
    padding-right: 20px;
        height: 160px;
        }

          .info-card1 {
    padding: 0px;
    text-align: center;
    font-size: 14px;
    border-right: none;
        }

        .ins{
          font-weight: 400;
        }

        .icon_app{
          width: 50px;
          float: right;
          margin: 0 15px;
        }

        .info-card h4 {
            margin: 5px 0;
            font-size: 14px;
            font-weight: bold;
            color: #032443;
            text-align: left;
        }

        .info-card1 h4 {
            margin: 5px 0;
            font-size: 14px;
            font-weight: bold;
            color: #032443;
            text-align: left;
        }

        .text_c{
          color: #000;
          text-align: justify;
        }

       

        .editorial {
            
            margin: 20px 0;
            gap: 20px;
        }

        .editorial img {
            width: 150px;
            height: auto;
            border-radius: 4px;
        }

        .editorial-text {
            flex: 1;
        }

        .editorial-text p {
            margin-bottom: 10px;
            line-height: 1.5;
            font-size: 14px;
        }

        .editorial-text strong {
            color: #032443;
        }

        .content-section {
            margin-top: 20px;
        }

        .content-section h3 {
            background-color: #032443;
            color: #fff;
            display: inline-block;
            padding: 10px 15px;
            border-radius: 4px;
            font-size: 16px;
        }

        .buttons {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 15px;
        }

        .buttons a {
            text-decoration: none;
            background-color: #f3f4f6;
            color: #2e5395;
            padding: 12px 20px;
            border-radius: 30px;
            font-weight: bold;
            display: inline-block;
            width: 200px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .buttons a:hover {
            background-color: #1d4ed8;
            color: #fff;
        }

        footer {
            text-align: center;
            font-size: 14px;
            color: #6b7280;
            margin-top: 30px;
            text-transform: uppercase;
            font-weight: bold;
            margin-bottom: 30px;
        }
        .website{
          text-transform: none;
          color:#2e5395;
        }

        ul {
            padding-left: 20px;
        }

        ul li {
            margin-bottom: 5px;
        }

        .conexioness{
          margin-top: 20px;
        }

      .section-header {
      border-top: 6px solid #e5e5e5; /* Línea superior gris */
      display: flex;
      align-items: center;
      margin: 20px 0;
    }

    .section-header .title {
      background-color: #1f4e8c; /* Azul */
      color: #fff;
      font-weight: bold;
      padding: 6px 12px;
      font-size: 16px;
      margin-top: 5px;
    }

    .foto_ceo{
      width: 350px;
      border: 4px solid #eee;
    border-radius: 4px;
    }

    .text-edit{
      padding-top: 20px;
      font-size: 14px;
      color:#000;
    }
    
    .text-edit1 {
      padding-top: 10px;
      font-size: 14px;
      color:#000;
    }

    .bold_enti{
      color: #032443;
    }

    li{
      color: #032443;
      font-size: 14px;
    }

    .boton-conexiones {
  display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px;
    border-radius: 50px;
    border: 3px solid #032443;
    background-color: transparent;
    color: #2e5395;
     font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;
}

.punto-azul {
  width: 25px;
  height: 25px;
  background-color: #032443;
  border-radius: 50%;
  margin-right: 15px;
}

.boton-conexiones:hover {
  background-color: #032443;
  color: white;
}

.boton-conexiones:hover .punto-azul {
  background-color: white;
}
.boton-conexiones-link {
  text-decoration: none; /* Para quitar el subrayado si el navegador lo añade por defecto */
}

 .boton-tendencias {
  display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px;
    border-radius: 50px;
    border: 3px solid #424b54;
    background-color: transparent;
    color: #2e5395;
     font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;
}

.punto-gris {
  width: 25px;
  height: 25px;
  background-color: #424b54;
  border-radius: 50%;
  margin-right: 15px;
}

.boton-tendencias:hover {
  background-color: #424b54;
  color: white;
}

.boton-tendencias:hover .punto-gris {
  background-color: white;
}
.boton-tendencias-link {
  text-decoration: none; /* Para quitar el subrayado si el navegador lo añade por defecto */
}
 .boton-clientes {
  display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px;
    border-radius: 50px;
    border: 3px solid #2e5395;
    background-color: transparent;
    color: #2e5395;
     font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;
}

.punto-azulc {
  width: 25px;
  height: 25px;
  background-color: #2e5395;
  border-radius: 50%;
  margin-right: 15px;
}

.boton-clientes:hover {
  background-color: #2e5395;
  color: white;
}

.boton-clientes:hover .punto-azulc {
  background-color: white;
}
.boton-clientes-link {
  text-decoration: none; /* Para quitar el subrayado si el navegador lo añade por defecto */
}

 .boton-entretenimiento {
  display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px;
    border-radius: 50px;
    border: 3px solid #a6a6a6;
    background-color: transparent;
    color: #2e5395;
     font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 80%;
    margin-bottom: 20px;
    margin-left: 10%;
}

.punto-grisc {
  width: 25px;
  height: 25px;
  background-color: #a6a6a6;
  border-radius: 50%;
  margin-right: 15px;
}

.boton-entretenimiento:hover {
  background-color: #a6a6a6;
  color: white;
}

.boton-entretenimiento:hover .punto-grisc {
  background-color: white;
}
.boton-entretenimiento-link {
  text-decoration: none; /* Para quitar el subrayado si el navegador lo añade por defecto */
}

/* Page 2 */

.newsletter-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}

h1, h2, h3, h4 {

  font-weight: bold;
}

/* Encabezado */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #002244;
  color: white;
  padding: 10px 20px;
}

.logo h1 {
  font-size: 2.5em;
  font-weight: bold;
}

.issue-info {
  text-align: right;
  font-weight: bold;
}

.issue-info p {
  margin: 0;
  line-height: 1.2;
}

.issue-info p:last-child {
  font-size: 2em;
}

/* Contenido principal */
.main-content {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.left-column {
  flex: 2;
}

.right-column {
  flex: 1;
  padding-left: 20px;
}

/* Columna izquierda */
.category {
  background-color: #2e5395;
  color: white;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}

.article-title {
  color: #002244;
  font-size: 2em;
  margin-top: 10px;
  line-height: 1.2;
}

.article-title1 {
  color: #002244;
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.2;
}

.summary p, .connection p, .impact ul {
  font-size: 14px;
}

.summary h4, .impact h4, .connection h4 {
  font-size: 1.1em;
  margin-top: 20px;
  margin-bottom: 5px;
}

.summary .source {
  font-style: italic;
  font-size: 0.8em;
  color: #666;
  text-align: right;
  margin-top: 10px;
}

.impact ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.impact ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

.impact ul li::before {
  content: "•";
  color: #002244;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -3px;
}

.image-section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}

/* Columna derecha */
.did-you-know {
  background-color: #eee;
  padding: 10px;
  margin-bottom: 20px;
}

.did-you-know h4 {
  color: #002244;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.did-you-know h2 {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
}

.image-lock {
  text-align: center;
  margin: 15px 0;
}

.image-lock img {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
    border: 4px solid #fff;
}

.right-column p {
  font-size: 0.8em;
  color: #333;
  margin-bottom: 15px;
}

.header-container {
  display: flex;
  width: 100%;
  border-bottom: 4px solid #eee;
  border-top: 4px solid #eee; 
}

.logo1 {
  background-color: #002244;
  color: #fff;
  padding: 25px 30px;
  flex-grow: 1; /* Ocupa el espacio restante */
  display: flex;
  align-items: center;
}

.logo1 h1 {
  font-size: 50px;
  margin: 0;
  color: #fff;
}

.issue-info {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #002244;
  font-weight: bold;
}

.issue-info p {
  margin: 0;
  line-height: 1;
  font-size: 20px;
}

.issue-number {
  background-color: #2e5395;
  color: white;
  padding: 5px 10px;
  margin-top: 5px;
  font-size: 1.5em;
}

.border-section{
  border-bottom: 4px solid #eee;
  width: 50%;}

  
  .content-container {
  max-width: 700px;
  margin: 0 auto;
  background-color: white;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}

.main-title h1{
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
  margin-top: 20px !important;
}

.image-section img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
    border: 4px solid #eee;
}

.text-columns {
  background: #eee;
  padding: 10px;
    margin: 2px;
}

.column {
  flex: 1;
  font-size: 0.9em;
  line-height: 1.5;
  text-align: justify;
}

.column p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 14px;
}

.signature {
 
  margin-top: 30px;
  font-size: 0.9em;
  float: right;
  text-justify: right;
}

.signature p {
  margin: 0;
  line-height: 1.2;
   text-align: right !important;
}

.page3{
  margin-bottom: 30px;
}

.page4{
   margin-bottom: 30px;
}

.page5{
   margin-bottom: 30px;
}

.img-size{
  width: 100%;
}
.img-size1{
  width: 100%;
  border-radius: 5px;
}

.part-1{
  margin-bottom: 20px;
}
.content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}

.intro-text {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}

.main-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.image-box {
  flex: 2;
  border: 4px solid #eee;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.image-box img {
  width: 100%;
  display: block;
}

.did-you-know1 {
  flex: 1;
  background-color: #f7f7f7;
  padding: 20px;
  text-align: left;
}

.did-you-know1 h3 {
  font-size: 1.2em;
  color: #002244;
  margin-top: 0;
  margin-bottom: 10px;
}

.did-you-know1 p {
  font-size: 14px;
  color: #444;
  margin-top: 0;}

  .book-summary {
  flex: 2;
  font-size: 14px;
  line-height: 1.5;
}
.section-titler {
  color: #002244;
  font-size: 16px;
  margin-top: 10px !important;
  margin-bottom: 0.5em;
  padding-bottom: 5px;
}
.section-title {
  color: #002244;
  font-size: 16px;
  margin-top: 20px !important;
  margin-bottom: 0.5em;
  padding-bottom: 5px;
}

.section-title:first-of-type {
  margin-top: 0;
}

.book-cover {
  flex: 1;
}

.book-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.resumen{
  margin-bottom: -10px;
}

.resumen p{
  font-size: 14px
}

.eventos p{
 font-size: 14px
}

.eventos1{
  border-top: 2px solid #eee;
    margin-top: 20px;
}

.recomendaciones{
  border-left: 2px solid #eee;
    
}

.humor{
    border-top: 2px solid #eee;
}

.humor p{
  font-size: 14px;
}

.did-you-know2 {
  flex: 1;
  background-color: #f7f7f7;
  padding: 20px;
  text-align: left;
}

.did-you-know2 h3 {
  font-size: 1.2em;
  color: #002244;
  margin-top: 0;
  margin-bottom: 10px;
}

.did-you-know2 p {
  font-size: 14px;
  color: #444;
  margin-top: 0;}

  .contacto{
    border-top: 2px solid #eee;
}

.contacto p{
  font-size: 14px;

}

.icon-contacte{
  width: 15px;
  margin-right: 5px;
}

.icon-redes{
  width: 100%;
}

.contac p{
  font-weight: bold;
}

.contac a{
 color:#032443
}

.movil{
    display: none;
  }

  .compu{
    display: block;
  }

/* Media query para dispositivos móviles */
@media screen and (max-width: 768px) {
  .container {

  }

  header {
    flex-direction: column;
    text-align: center;
  }

  header .logo {
    font-size: 36px;
  }
  
  header .date-box,
  header .date-box1 {
    padding: 5px;
    font-size: 10px;
    padding-top: 10px;
  }

  .info-cards {
    flex-direction: column;
    align-items: center;
  }

  .info-card,
  .info-card1 {
    border-right: none;
    padding-right: 0;
    margin-bottom: 15px;
  }
  
  .info-card h4,
  .info-card1 h4 {
    text-align: center;
  }

  .editorial {
    flex-direction: column;
    align-items: center;
  }

  .editorial img {
    width: 100%;
    max-width: 300px;
  }
  
  .buttons a {
    width: 100%;
    margin: 5px 0;
  }

  .text-columns {
    flex-direction: column;
  }
  
  .boton-conexiones,
  .boton-tendencias,
  .boton-clientes,
  .boton-entretenimiento {
      width: 100%;
      justify-content: center;
      text-align: center;
  }
  
  .header-container {
    flex-direction: column;
    text-align: center;
  }
  
  .logo1 {
    padding: 15px 20px;
  }
  
  .logo1 h1 {
    font-size: 35px;
    text-align: center;
  }
  
  .issue-info {
    padding: 10px;
    display: none;
  }

  .issue-info p {
    font-size: 16px;
  }
  
  .issue-number {
    font-size: 1.2em;
  }

  .main-content {
    flex-direction: column;
  }
  
  .did-you-know1 {
      order: -1;
      margin-bottom: 20px;
  }

  .icon-redes{
  width: 20%;
}

.redes-sociales {
    justify-content: center !important; 
    align-items: center; 
    flex-wrap: wrap; 
    gap: 35px; 
  }

  
  .icono-redes {
    margin: 0 5px;
    width: 40px;
    height: 40px;
  }
  .movil{
    display: block ;
  }
  .compu{
    display: none;
  }

   .boton-conexiones {
  display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px;
    border-radius: 50px;
    border: 3px solid #032443;
    background-color: transparent;
    color: #2e5395;
     font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 80%;
    margin-bottom: 20px;
    margin-left: 0;
}

.punto-azul {
  width: 25px;
  height: 25px;
  background-color: #032443;
  border-radius: 50%;
  margin-right: 15px;
}

.boton-conexiones:hover {
  background-color: #032443;
  color: white;
}

.boton-conexiones:hover .punto-azul {
  background-color: white;
}
.boton-conexiones-link {
  text-decoration: none; /* Para quitar el subrayado si el navegador lo añade por defecto */
}

 .boton-tendencias {
  display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px;
    border-radius: 50px;
    border: 3px solid #424b54;
    background-color: transparent;
    color: #2e5395;
     font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 80%;
    margin-bottom: 20px;
    margin-left: 0;
}

.punto-gris {
  width: 25px;
  height: 25px;
  background-color: #424b54;
  border-radius: 50%;
  margin-right: 15px;
}

.boton-tendencias:hover {
  background-color: #424b54;
  color: white;
}

.boton-tendencias:hover .punto-gris {
  background-color: white;
}
.boton-tendencias-link {
  text-decoration: none; /* Para quitar el subrayado si el navegador lo añade por defecto */
}
 .boton-clientes {
  display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px;
    border-radius: 50px;
    border: 3px solid #2e5395;
    background-color: transparent;
    color: #2e5395;
     font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 80%;
    margin-bottom: 20px;
    margin-left: 0;
}

.punto-azulc {
  width: 25px;
  height: 25px;
  background-color: #2e5395;
  border-radius: 50%;
  margin-right: 15px;
}

.boton-clientes:hover {
  background-color: #2e5395;
  color: white;
}

.boton-clientes:hover .punto-azulc {
  background-color: white;
}
.boton-clientes-link {
  text-decoration: none; /* Para quitar el subrayado si el navegador lo añade por defecto */
}

 .boton-entretenimiento {
  display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 20px;
    border-radius: 50px;
    border: 3px solid #a6a6a6;
    background-color: transparent;
    color: #2e5395;
     font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    width: 80%;
    margin-bottom: 20px;
    margin-left: 0;
}

.punto-grisc {
  width: 25px;
  height: 25px;
  background-color: #a6a6a6;
  border-radius: 50%;
  margin-right: 15px;
}

.boton-entretenimiento:hover {
  background-color: #a6a6a6;
  color: white;
}

.boton-entretenimiento:hover .punto-grisc {
  background-color: white;
}
.boton-entretenimiento-link {
  text-decoration: none; /* Para quitar el subrayado si el navegador lo añade por defecto */
}

}

/*** Btn Flotante ***/

#floating-button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #3D93CC;
    position: fixed;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    z-index: 9999;
  }
  
  
  #container-floating{
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
  }
  
  #container-floating:hover{
    height: 400px;
    width: 90px;
    padding: 30px;
  }
  
  #container-floating:hover .plus{
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
  }

  .contacticon{
    color:#fff;
    position: absolute;
    line-height: 60px;
    font-size: 25px;
    animation: plus-out 0.3s;
    transition: all 0.3s;
    left: 0;
    right: 0;
    text-align: center;
  }
  
  .edit{
    color: white;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 38px;
    font-weight: 300;
    animation: plus-out 0.3s;
    transition: all 0.3s;
  }
  
  #container-floating:hover .contacticon{
    animation: edit-in 0.2s;
     animation-delay: 0.1s;
    animation-fill-mode: forwards;
    color: #fff;
  }