.layout {
  width: 1400px;
  height: 5000px;
  border: 0px solid black;
}

/* Este es el contenedor principal , que esta dentro del cuerpo principal*/

.principal {
  width: 1400px;
  height: 5000px;
  border: 0px solid red;
  background: var(--color-background);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

/* Este es el header primario */
#headerprimario {
  width: 100%;
  height: 7%;
  border: 0px solid blue;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
#tituloportada {
  width: 70%;
  height: 25%;
  border: 0px solid orangered;
  text-align: center;
  margin-left: 20%;
  line-height: 0.8;
}
#titulo {
  font-family: "verdanabold";
  color: var(--color-principal);
  font-size: 3.5rem;
}

/* Marquesina de frases */
#marquesina {
  width: 70%;
  height: 3rem;
  border: 0px solid orangered;
  position: absolute;
  margin-top: 15rem;
  margin-left: 20%;
}
#titulofrases {
  font-family: "verdana";
  color: black;
  font-size: 2rem;
}

/* contenedor donde va el resto de la página */
main {
  border: 0px solid aqua;
  width: 100%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#sectionvideos {
  width: 75%;
  height: 40%;
  border: 0px solid violet;
  background-color: var(--color-background);
  margin-left: 20%;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
}
#contenedorvideo {
  width: 75%;
  height: 70%;
  border: 0px solid blue;
}

video {
  border: 0px solid aqua;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ajusta la forma en que el video se ajusta dentro del contenedor */
}

#sectiontexto {
  width: 80%;
  height: 65%;
  border: 0px solid blue;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  margin-left: 15%;
}
#tituloentexto {
  width: 60%;
  height: 3%;
  border: 0px solid orangered;
  text-align: center;
  font-family: "verdanabold";
  font-size: 2.7rem;
  color: var(--color-principal);
}

#mariprado,
#victoriajubera,
#nuriatellez,
#marianaalarcon,
#teresaalvarez {
  width: 80%;
  border: 3px solid var(--color-principal);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
#mariprado {
  height: 23%;
}
#victoriajubera,
#nuriatellez {
  height: 11%;
}
#marianaalarcon {
  height: 11%;
}
#teresaalvarez {
  height: 15%;
}

#cajatexto,
#cajatextoprado,
#cajatextoteresa {
  border: 0px solid black;
  width: 90%;
  height: 30%;
  text-align: justify;
}
#cajatextoprado {
  height: 60%;
}
#cajatextoteresa {
  height: 35%;
}
#comentario {
  font-family: "cambria";
  font-size: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}
#nombre,
#profesion {
  width: 85%;
  height: 1.8rem;
  border: 0px solid greenyellow;
  font-family: "verdanabold";
  font-size: 1.1rem;
}
#nombre {
  margin-top: 2rem;
}
/* Para dispositivos de escritorio con resolución superior a 1451px de ancho */

@media (min-width: 1451px) {
  /* Este es el contenedor de la página principal, que va en la capa segunda o intermedia */
  .layout {
    width: 100%;
  }

  /* sección principal con parrafo */
  .principal {
    width: 1900px;
  }

  /* Este es el header de la pagina principal */
  #headerprimario {
    width: 1900px;
    height: 450px;
  }
  #marquesina {
    width: 900px;
    margin-top: 230px;
  }
  /* Contenedor con el resto de elementos de la pagina*/
  main {
    width: 1900px;
    height: 2700px;
  }

  /* Footer que contiene: politicas, redes sociales y contacto */
  footer {
    width: 1900px;
  }
}

/* PARA DISPOSITIVOS (IPAD) CON RESOLUCION HASTA  767PX DE ANCHO  */

@media screen and (max-width: 900px) {
  .layout {
    width: 100%;
    height: 7000px;
  }
  .principal {
    width: 100%;
    height: 7000px;
  }

  #headerprimario {
    height: 5%;
  }

  #titulo {
    font-size: 2.2rem;
  }
  #titulofrases {
    font-size: 1.8rem;
  }
  main {
    height: 90%;
  }
  #sectionvideos {
    width: 75%;
    height: 55%;
    margin-left: 22%;
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
  }
  #contenedorvideo {
    width: 70%;
    height: 65%;
  }

  #sectiontexto {
    height: 45%;
    margin-left: 20%;
  }
  #tituloentexto {
    font-size: 1.6rem;
  }
  #mariprado {
    height: 29%;
  }
  #teresaalvarez {
    height: 16%;
  }
  #comentario {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #nombre,
  #profesion {
    font-size: 1.1rem;
  }
}
/* PARA DISPOSITIVOS (IPAD) CON RESOLUCION HASTA  768PX DE ANCHO  */

@media screen and (max-width: 768px) {
  .layout {
    width: 100%;
    height: 6000px;
  }
  /* Este es el contenedor principal , que esta dentro del cuerpo principal*/
  .principal {
    width: 100%;
    height: 6000px;
    z-index: 25;
  }

  /* Este es el header primario */
  #headerprimario {
    height: 5%;
    margin-top: 4rem;
  }
  #tituloportada {
    height: 4rem;
    margin-left: 15%;
  }
  #titulo {
    font-size: 2.3rem;
  }

  /* Marquesina de frases */
  #marquesina {
    width: 80%;
    height: 2rem;
    margin-top: 20%;
    margin-left: 7%;
  }
  #titulofrases {
    font-size: 1.5rem;
  }

  /* contenedor donde va el resto de la página */
  main {
    height: 90%;
  }
  #sectionvideos {
    width: 85%;
    height: 55%;
    margin-left: 5%;
  }
  #contenedorvideo {
    width: 70%;
    height: 80%;
  }
  video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta la forma en que el video se ajusta dentro del contenedor */
  }

  #sectiontexto {
    height: 45%;
    margin-left: 10%;
  }
  #tituloentexto {
    width: 100%;
    height: 3rem;
    font-size: 1.8rem;
  }

  #mariprado,
  #victoriajubera,
  #nuriatellez,
  #marianaalarcon,
  #teresaalvarez {
    width: 100%;
  }
  #mariprado {
    height: 26%;
  }
  #victoriajubera,
  #nuriatellez {
    height: 11%;
  }
  #marianaalarcon {
    height: 13%;
  }
  #teresaalvarez {
    height: 17%;
  }

  #cajatextoprado {
    height: 70%;
  }

  #cajatextoteresa {
    height: 50%;
  }
  #comentario {
    font-size: 1.1rem;
  }
  #nombre,
  #profesion {
    width: 90%;
    height: 2rem;
    font-size: 0.9rem;
    padding-left: 0;
  }
}

/* PARA DISPOSITIVOS  MOVILES CON RESOLUCION HASTA  480PX DE ANCHO  */

@media screen and (max-width: 600px) {
  .layout {
    width: 100%;
    height: 5700px;
  }
  .principal {
    width: 100%;
    height: 5700px;
  }
  header {
    height: 4%;
  }
  #titulo {
    font-size: 1.7rem;
  }
  #titulofrases {
    font-size: 1.3rem;
  }
  main {
    height: 90%;
  }
  #sectionvideos {
    height: 55%;
    margin-left: 4%;
  }
  #contenedorvideo {
    width: 70%;
    height: 60%;
  }

  #sectiontexto {
    height: 45%;
  }

  #tituloentexto {
    width: 60%;
    height: 1.8%;
    font-size: 1.7rem;
  }
  #mariprado,
  #victoriajubera,
  #nuriatellez,
  #marianaalarcon,
  #teresaalvarez {
    margin-top: 2%;
  }
  #mariprado {
    height: 31%;
  }
  #victoriajubera,
  #nuriatellez {
    height: 11%;
  }
  #marianaalarcon {
    height: 12%;
  }
  #teresaalvarez {
    height: 15%;
  }

  #cajatexto {
    height: 31%;
  }
  #cajatextoprado {
    width: 90%;
    height: 80%;
  }

  #cajatextoteresa {
    width: 90%;
    height: 53%;
  }
  #nombre,
  #profesion {
    height: 1.7rem;
    font-size: 0.8rem;
  }
}
/* PARA DISPOSITIVOS  MOVILES CON RESOLUCION HASTA  480PX DE ANCHO  */

@media screen and (max-width: 480px) {
  .layout {
    height: 5400px;
  }

  /* Este es el contenedor principal , que esta dentro del cuerpo principal*/

  .principal {
    height: 5400px;
  }

  /* Este es el header primario */
  #headerprimario {
    height: 4%;
  }
  #tituloportada {
    width: 60%;
    height: 3rem;
    margin-left: 5%;
  }
  #titulo {
    font-size: 1.4rem;
  }

  /* Marquesina de frases */
  #marquesina {
    height: 1.7rem;
    margin-top: 7rem;
    margin-left: 4%;
  }
  #titulofrases {
    font-size: 1rem;
  }

  /* contenedor donde va el resto de la página */
  main {
    width: 90%;
  }
  #sectionvideos {
    width: 85%;
    height: 45%;
    margin-left: 10%;
  }
  #contenedorvideo {
    width: 75%;
    height: 60%;
  }

  #sectiontexto {
    width: 85%;
    height: 50%;
    margin-left: 10%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  #tituloentexto {
    width: 80%;
    height: 2.5rem;
    font-size: 1.2rem;
  }

  #mariprado,
  #victoriajubera,
  #nuriatellez,
  #marianaalarcon,
  #teresaalvarez {
    width: 90%;
  }
  #mariprado {
    height: 30%;
  }
  #nuriatellez {
    height: 11%;
  }
  #victoriajubera,
  #marianaalarcon {
    height: 10%;
  }
  #teresaalvarez {
    height: 15%;
  }

  #cajatexto {
    height: 54%;
  }
  #cajatextoprado {
    height: 90%;
    margin-top: 1rem;
  }
  #cajatextoteresa {
    height: 75%;
    margin-top: 1rem;
  }
  #comentario {
    font-size: 0.9rem;
    padding-top: 0;
  }
  #nombre,
  #profesion {
    height: 1.5rem;
    padding-left: 0.5rem;
  }
}
