@font-face {
    font-family: 'Karla';
    src: url('Karla-Regular.ttf');
  }

  h2, p {
    font-family: 'Karla';
    font-size: 1.5rem;
  }
  
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #F3F3F3;
    margin-left: 200px;
  }
  
  
  .marquesina {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px; 
    background-color: #97D121; 
  }
  
  .marquesina p {
    text-align: center; 
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    margin: 0; 
  }
  
  .marquesina a {
    text-decoration: none; 
    color: inherit; 
  }
  
  #logo {
    height: 30px;
    margin-left: 10px;
    display: block;
    float: left;
    padding: 23px;
    color: #000000;
  }
  
  /* BARRA DE NAVEGACION */
  .navbar {
    display: none;
    background-color: #f3f3f3;
    overflow: hidden;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    color: #fff;
    font-size: 24px;
  }
  
  .menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  
  .bar {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 3px 0;
  }
  
  .menu {
    display: none;
  }
  
  .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.95);
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  
  .menu li {
    margin: 10px;
  }
  
  .menu a {
    font-family: 'Karla';
    text-decoration: none;
    color: #fff;
    font-size: 38px;
  }
  
  
  /* BARRA DE NAVEGACION */
  
  nav {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    align-items: center;
    color: var(--text); 
    background-color: #F3F3F3;
  }
  #menuNav {
    overflow: hidden;  
    display: flex;
    background-color: #F3F3F3;
    list-style: none;
    justify-content: space-around;
    align-items: center;
  }
  .nav-item {
    min-width: 2rem;
    text-align: center;
    padding: 1rem;
    list-style-type: none;
    font-family: 'Karla';  
    font-size: 1.25rem;
    text-decoration: none;
  }
  
  .nav-item a {
    text-decoration: none; 
    color: inherit; 
  }
  
  .navIcon {
    color: var(--text);
  }

    /* BODY */

.title-article {
    margin-top: 0;
    font-size: 100px;
    font-family: 'Karla';
    padding-left: 25px;
    max-width: 1440px;
}
.contenedor-article-pa {
    padding-left: 30px;
    width: 350px;
}







.container {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 300px; /* Altura base para las filas */
    gap: 20px;
}

.section {
    padding: 30px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.green {
    background-color: #97D121;
    color: white;
    grid-column: 3 / span 2; /* Ocupa el 50% y empieza en la tercera columna horizontal */
}

.black {
    background-color: #000;
    color: white;
}

.grey {
    background-color: #4a4a4a;
    color: white;
}


.section h2 {
    margin-top: 0;
    color: white;
}

.section p {
    margin: 10px 0 0 0;
    color: white;
}

.image-section {
    background-color: #000;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 40px;

    object-fit: fill; /* Ajusta la imagen para que cubra el div sin deformarse */
    object-position: center;
}

/* Specific positioning based on the design */
.section:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 2 ;
}

.section:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
}

.section:nth-child(4) {
    grid-column: 3;
    grid-row: 2 / span 2;
}

.section:nth-child(5) {
    grid-column: 4;
    grid-row: 2;
}

.section:nth-child(6) {
    grid-column: 1;
    grid-row: 3;
}

.section:nth-child(7) {
    grid-column: 2;
    grid-row: 3;
}

.section:nth-child(8) {
    grid-column: 4;
    grid-row: 3;
}

.section:nth-child(9) {
    grid-column: 1;
    grid-row: 4 / span 2; /* Plataforma No Monetizada, ocupa dos filas verticalmente */
}

.section:nth-child(11) {
    grid-column: 2 / span 2;
    grid-row: 5; /* Altavoz De Tendencias */
}


.image-section:nth-child(12) {
    grid-column: 1;
    grid-row: 6;
}
.container_line3:nth-child(13) {
  grid-column: 4;
  grid-row: 5;
}

.image-section:nth-child(14) {
    grid-column: 2;
    grid-row: 6;
}

.image-section:nth-child(15) {
    grid-column: 3;
    grid-row: 6;
}

.section:nth-child(16) {
    grid-column: 4;
    grid-row: 6 / span 2; /* Facilitamos La Inspiración, ocupa dos filas verticalmente */
}

.section:nth-child(17) {
    grid-column: 1;
    grid-row: 7 / span 2; /* Trend Forecasting, ocupa dos filas verticalmente */
}

.container_line4:nth-child(18) {
  grid-column: 2 / span 2;
  grid-row: 7 ; /* Trend Forecasting, ocupa dos filas verticalmente */
}

.section:nth-child(19) {
    grid-column: 2 / span 2;
    grid-row: 8; /* Empoderamiento Creativo */
}

.image-section:nth-child(20) {
    grid-column: 4;
    grid-row: 8;
}


.c_ancho {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.c_ancho h2{
    width: 40%;
}

.c_ancho p{
    width: 50%;
}

.c_alto {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c_alto h2{
    height: 40%;
}

.c_alto p{
    height: 50%;
}

.container_line {
  position : relative;
  margin-left: 95%;
  margin-top: 100px;
  height: 100px;
  width: calc(105% + 15px); /* Ajusta la altura según tus necesidades */
  background-color: #f5f2ee; /* Fondo similar al de la imagen */
  vertical-align: middle;
}

.line {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 100%; /* Ajusta el ancho de la línea según tus necesidades */
  height: 2px; /* Grosor de la línea */
  background-color: #000; /* Color de la línea */
}

.vertical-line {
  position: absolute;
  bottom: -100px;
  left: 25px;
  width: 2px; /* Grosor de la línea vertical */
  height: 75px; /* Ajusta la altura de la línea vertical según tus necesidades */
  background-color: #000; /* Color de la línea vertical */
  transform: translateY(-100%);
}

.dot {
  position: absolute;
  bottom: -75px;
  left: 20px;
  width: 15px; /* Ajusta el tamaño del punto */
  height: 15px;
  background-color: #97D121; /* Color del punto */
  border-radius: 50%;
   /* Hace el punto circular */
}

.container_line2 {
  position : relative;
  
  margin-top: 100px;
  height: 100px;
  width: calc(155% + 15px); /* Ajusta la altura según tus necesidades */
  background-color: #f5f2ee; /* Fondo similar al de la imagen */
  vertical-align: middle;
}

.line2 {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 100%; /* Ajusta el ancho de la línea según tus necesidades */
  height: 2px; /* Grosor de la línea */
  background-color: #000; /* Color de la línea */
}

.vertical-line2 {
  position: absolute;
  bottom: -25px;
  right: 25px;
  width: 2px; /* Grosor de la línea vertical */
  height: 75px; /* Ajusta la altura de la línea vertical según tus necesidades */
  background-color: #000; /* Color de la línea vertical */
  transform: translateY(-100%);
}

.dot2 {
  position: absolute;
  top: 0;
  right: 20px;
  width: 15px; /* Ajusta el tamaño del punto */
  height: 15px;
  background-color: #97D121; /* Color del punto */
  border-radius: 50%;
  margin-top: -70px;
   /* Hace el punto circular */
}


.container_line3 {
  position : relative;
  margin-top: 100px;
  height: 100px;
  width: calc(100% + 15px); /* Ajusta la altura según tus necesidades */
  background-color: #f5f2ee; /* Fondo similar al de la imagen */
  vertical-align: middle;
}

.line3 {
  position: absolute;
  top: 50%;
  left: 75px;
  width: calc(50% - 75px); /* Ajusta el ancho de la línea según tus necesidades */
  height: 2px; /* Grosor de la línea */
  background-color: #000; /* Color de la línea */
}

.vertical-line3 {
  position: absolute;
  left: 50%;
  top: calc(200% + 20px);
  width: 2px; /* Grosor de la línea vertical */
  height: 170px; /* Ajusta la altura de la línea vertical según tus necesidades */
  background-color: #000; /* Color de la línea vertical */
  transform: translateY(-100%);
}

.dot3 {
  position: absolute;
  top: 45px;
  left: 30px;
  width: 15px; /* Ajusta el tamaño del punto */
  height: 15px;
  background-color: #97D121; /* Color del punto */
  border-radius: 50%;

   /* Hace el punto circular */
}

.container_line4 {
  position : relative;
  margin-top: 100px;
  height: 100px;
  width: calc(100% + 15px); /* Ajusta la altura según tus necesidades */
  background-color: #f5f2ee; /* Fondo similar al de la imagen */
  vertical-align: middle;
}

.line4 {
  position: absolute;
  top: 50%;
  right: 75px;
  width: calc(100% - 50px); /* Ajusta el ancho de la línea según tus necesidades */
  height: 2px; /* Grosor de la línea */
  background-color: #000; /* Color de la línea */
}

.dot4 {
  position: absolute;
  top: 44px;
  right: 30px;
  width: 15px; /* Ajusta el tamaño del punto */
  height: 15px;
  background-color: #97D121; /* Color del punto */
  border-radius: 50%;

   /* Hace el punto circular */
}

.enlace-contenedor {
  width: 100%; /* El div ocupa todo el ancho */
  text-align: center; /* Centra el contenido dentro del div */
  margin: 20px 0; /* Espaciado opcional arriba y abajo */
  margin-top: 60px;
}

.enlace-contenedor a {
  color: black; /* Color del enlace */
  text-decoration: none; /* Quita el subrayado del enlace */
  font-weight: bold; /* Negrita para resaltar el enlace */
  font-size: 18px; /* Tamaño del texto del enlace */
  font-family: 'Karla';
}

.enlace-contenedor a:hover {
  text-decoration: underline; /* Subrayado al pasar el ratón */
}

  
  
  /* FOOTER */
  #pie {
    width:100%;
    margin: auto;
    background-color: #000;
    color: var(--text);
     margin-left: 0;
  }
  
  .sec-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 20px;
  }
  
  .content-right {
    display: flex;
    align-items: center;
  }
  
  .logofooter {
    padding: 30px;
    width: 420px;
  }
  
  .logofooter_vertical {
    display : none;
  }
  
  .parr-foot {
    font-family: 'Karla';
    font-size: 36px;
    margin: 0;
    margin: right 40px;
    color: #fff;
  }
  
  input[type='email'] {
    padding: 5px;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 20px;
    margin-left: 40px;
    background-color: transparent;
    font-family: 'Karla';
  }
  
  .button-enviar {
    font-family: 'Karla';
    width: 131px;
    height: 35px;
    border-radius: 50px;
    color: #97D121;
    border: 1px solid #97D121;
    gap: 16px;
    margin-left: 20px;
    background: none;
    cursor: pointer;
  }
  
  .button-enviar:hover {
    background-color: #97D121;
    color: #fff;
  }
  .button-contact {
    width: 20%;
    margin-right: 40%;
    height: 50px;
    font-family: 'Karla';
    font-size: 20px;
    border-radius: 50px;
    color: white;
    border: 2px solid white;
    gap: 16px;
  
    background: none;
    cursor: pointer;
    
  }
  
  .button-contact:hover {
    background-color: white;
    color: #97D121;
  }
  
  .sec-foot2 {
    width: 100%;
    margin: auto;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
  }
  
  .sec-foot4 {
    width: 100%;
    margin: auto;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .sec-foot5{
    width: 100%;
    height: 200px;
    margin: auto;
    background-color: #97D121;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .sec-foot6{
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .parraf-foo {
    font-size: 16px;
    color: #fff;
  }
  
  .logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  
  .logos2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .logo-footer {
    width: 34px;
    height: 34px;
    margin-right: 20px;
  }
  
  .logo-footer:hover {
    width: 40px;
    height: 40px;
  
  }
  .logo-footer2-madrid {
    width: 220px;
    height: 90px;
    margin-right: 20px;
  }
  .logo-footer2 {
    width: 220px;
    height: 24px;
    margin-right: 20px;
  }


  