@media screen and (min-width: 0em) {
  .quienessomos-title {
    width: 100vw;
    min-height: 31em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/img/books2.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white-color);
    text-align: center;
  }
  .quienessomos-title h1 {
    font-size: 2.9rem;
    margin-top: 7em;
  }
  .quienessomos-title p {
    font-size: 1.4rem;
    width: 17em;
    margin-top: 0.5em;
  }
  .line-title {
    width: 7em;
    height: 1px;
    margin: 0.5em 0 4em;
    background-color: var(--white-text-color);
  }
  .quienessomos-description {
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  article.quienessomos-article {
    width: 90vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  article.quienessomos-article h2 {
    font-size: 2rem;
    font-weight: bolder;
    margin-top: 3.4em;
  }
  p.description-text1 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 2em 0 0.5em;
  }
  p.description-text2 {
    font-size: 1.4rem;
    margin: 0.5em 0 3.4em;
  }
  .servicios-resumen {
    width: 90vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 4em;
  }
  .servicios-resumen h3 {
    font-size: 1.9rem;
  }
  .servicios-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 3em 0 7em;
  }
  .icon1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2em;
    margin-bottom: 2em;
  }
  .icon1 picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
    background-color: var(--darkblue-color);
    border-radius: 7em;
  }
  .icon1 picture img {
    width: 5em;
  }
  .icon1 p {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .servicios {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--blancogris-color);
  }
  .nuestros-servicios {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .nuestros-servicios h2 {
    font-size: 2.6em;
    text-align: center;
    margin-top: 2em;
    font-weight: bold;
  }
  .nuestros-servicios div.line-servicios {
    width: 4em;
    height: 3px;
    background-color: var(--darkblue-color);
  }
  .nuestros-servicios p.nuestros-servicios-p1 {
    font-size: 1.7em;
    color: var(--lightgrey-color);
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
  .cards {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 4em;
    padding: 1em;
  }
  .cards p {
    color: var(--lightgrey-color);
  }
  .card1 {
    width: 100%;
    height: fit-content;
    background-color: var(--white-color);
    padding: 1em;
    margin: 0 0.5em 4em;
    box-shadow: var(--lightgrey-color) 1px 1px 10px 0.2px;
  }
  .card1 img {
    width: 100%;
  }
  .card1 h4 {
    font-size: 1.7em;
    font-weight: bold;
    color: var(--blue-color);
    margin: 1em 0 0.5em;
  }
  .card1 p {
    font-size: 1.7em;
    margin-bottom: 2em;
  }
  .card1 p a {
    font-weight: bold;
  }
  .card1 p a:hover {
    text-decoration: underline;
  }
  .nuestros-servicios button {
    margin: 0 0 4em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-style: none;
    background-color: transparent;
    border: var(--dark-color) solid 2px;
    border-radius: 0.2em;
    padding: 0.7em;
    transition: ease 0.2s;
  }
  .nuestros-servicios button:hover {
    padding: 0.9em 2.4em;
  }
  .nuestros-servicios button a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    font-weight: bold;
  }
  .nuestros-servicios button a img {
    margin-left: 0.5em;
    width: 1.5em;
  }
  .preguntas-frequentes {
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/img/book1.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .porque-escogernos {
    width: 90vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--white-color);
  }
  .porque-escogernos h4.porque-escogernos-title {
    font-size: 2.3rem;
    margin: 2em 0 0.5em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .porque-escogernos h4.porque-escogernos-title div {
    width: 2.7em;
    height: 2px;
    margin-top: 0.4em;
    background-color: var(--white-color);
  }
  .punto1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .punto1 img {
    min-width: 4em;
    margin: 3em 0 1em;
  }
  .punto1-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .punto1-text h4 {
    font-size: 1.5rem;
  }
  .punto1-text p {
    font-size: 1.7rem;
    font-weight: 400;
    margin: 0.7em 0 0;
    line-height: normal;
    letter-spacing: 0.13;
    color: var(--white-text-color);
  }
  .preguntas {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
    color: var(--white-color);
  }
  .preguntas h4.preguntas-card-title {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .preguntas-card {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--white-color);
    margin-bottom: 7em;
  }
  @keyframes animacion {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .preguntas-card .display {
    display: flex;
    padding: 0.5em;
    opacity: 1;
    animation: animacion ease 0.5s;
  }
  .pregunta1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .pregunta1 h4 {
    width: 100%;
    border: var(--white-color) solid 1px;
    padding: 0.7em 0.5em;
    font-size: 1.3rem;
    background-color: var(--darkblue-color);
    /* font-size: 1.7rem;
    margin-bottom: 0.5em; */
  }
  .pregunta2,
  .pregunta3,
  .pregunta4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    cursor: pointer;
  }
  .pregunta2 h4,
  .pregunta3 h4,
  .pregunta4 h4 {
    border: var(--white-color) solid 1px;
    width: 100%;
    padding: 0.7em 0.5em;
    font-size: 1.3rem;
    transition: ease 0.2s;
    background-color: var(--darkblue-color);
    /* font-size: 1.7rem;
    margin: 2em 0 0.5em;   */
  }
  .pregunta2 h4:hover,
  .pregunta3 h4:hover,
  .pregunta4 h4:hover {
    padding: 1em;
  }
  .pregunta1 p {
    width: 100%;
    border: var(--white-color) solid 1px;
    padding: 0.5em;
    height: 7em;
    font-size: 1.4rem;
    overflow-y: hidden;
    color: var(--white-text-color);
  }
  .pregunta2 p,
  .pregunta3 p,
  .pregunta4 p {
    border: var(--white-color) solid 1px;
    padding: 0.5em;
    font-size: 1.4rem;
    color: var(--white-text-color);
    overflow-y: hidden;
    display: none;
  }
  .contacto {
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--contacto-color);
  }
  .formulario {
    width: 90vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4em;
  }
  .formulario h4 {
    font-size: 2.6rem;
    margin: 4em 0 1em;
  }
  .formulario p {
    font-size: 1.5rem;
    margin: 0 0 1em;
    letter-spacing: 0.05rem;
    line-height: 2.4rem;
    color: var(--lightdark-color);
  }
  .formulario form {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 1em 0 1em;
  }
  .formulario form input {
    width: 100%;
    height: 1.7em;
    border-style: none;
    border-bottom: var(--lineblog-color) solid 1px;
    margin-top: 1em;
    margin-bottom: 3.5em;
    padding-left: 0.5em;
    background-color: var(--contactogrey-color);
  }
  .formulario form textarea {
    align-content: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: 5em;
    margin-top: 0.5em;
    margin-bottom: 2em;
    font-size: 1.5rem;
    font-family: "Poppins", sans-serif;
    background-color: var(--contactgrey-color);
    border-style: none;
    border-radius: 0.2em;
    border: var(--lineblog-color) solid 1px;
  }
  .formulario input::placeholder {
    color: var(--grey-color);
    font-size: 1.6rem;
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    justify-content: flex-end;
    color: var(--lightgrey-color);
    transform: translateY(-0.2em);
  }
  .formulario input.mensaje::placeholder {
    transform: translateY(-1em);
  }
  .formulario button {
    border-style: none;
    background-color: transparent;
    border: var(--lightdark-color) solid 2px;
    border-radius: 0.2em;
    padding: 1em 2em;
    font-weight: bold;
    font-size: 1.5rem;
    transition: ease 0.2s;
  }
  .formulario button:hover {
    padding: 1.1em 2.4em;
  }
  .info-contacto {
    margin-top: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 7em;
  }
  .info-logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    margin-bottom: 3.4em;
  }
 .info-logo img {
    margin-right: 1em;
    width: 100px;
  }
  .info-logo h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .info-logo h4 div {
    width: 2.7em;
    height: 2px;
    background-color: var(--lightdark-color);
  }
  .info-logo div.line-info-2 {
    width: 1px;
    height: 2.7em;
    margin: 0 1em;
    background-color: var(--lightdark-color);
  }
  .info-logo p.info-tag {
    font-size: 1.1rem;
    font-weight: 600;
  }
  p.info-description {
    font-size: 1.5rem;
    width: 90vw;
    margin-bottom: 2em;
  }
  .info1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    margin-bottom: 4em;
  }
  .info1 h4 {
    font-size: 1.6rem;
    margin: 1em 0 0.5em;
  }
  .info1 p {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 470px) {
  .card1 {
    padding: 1.5em;
  }
  .card1 h4 {
    font-size: 1.6em;
    padding: 0.5em;
  }
  .card1 p {
    font-size: 1.4em;
    padding: 0.5em;
  }
}
@media screen and (min-width: 636px) {
  .quienessomos-title h1 {
    font-size: 4.3rem;
    margin-top: 5em;
  }
  .quienessomos-title p {
    font-size: 1.9rem;
  }
  article.quienessomos-article {
    width: 59em;
  }
  .servicios-resumen,
  .servicios-icons {
    width: 59em;
  }
  .formulario,
  .formulario form,
  .info-contacto,
  .info-logo,
  .info1 {
    width: 54em;
  }
  p.info-description {
    width: fit-content;
  }
}
@media screen and (min-width: 750px) {
  .nuestros-servicios {
    width: 100vw;
  }
  .cards {
    flex-direction: row;
    flex-wrap: wrap;
    width: fit-content;
  }
  .card1 {
    width: 70em;
    margin-right: 2em;
  }
  .card1 p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 900px) {
  article.quienessomos-article {
    width: 70em;
  }
  article.quienessomos-article h2 {
    font-size: 1.9rem;
    margin-top: 6em;
  }
  p.description-text1 {
    font-size: 2.4rem;
    margin-top: 1em;
  }
  p.description-text2 {
    font-size: 1.7rem;
  }
  .servicios-resumen,
  .servicios-icons {
    width: 70em;
  }
  .preguntas-frequentes {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .porque-escogernos {
    margin-top: 2em;
    margin-right: 1em;
    padding-bottom: 7em;
  }
  .porque-escogernos,
  .preguntas {
    width: 40em;
  }
  .preguntas-card {
    width: fit-content;
  }
  .punto1 {
    flex-direction: row;
    margin-top: 2.9em;
  }
  .punto1 img {
    margin-right: 1em;
  }
}
@media screen and (min-width: 1100px) {
  .quienessomos-title h1 {
    font-size: 6.4rem;
    margin-top: 3.4em;
  }

  .line-title {
    margin-bottom: 7em;
  }
  article.quienessomos-article {
    width: 90em;
  }
  .servicios-resumen,
  .servicios-icons {
    width: 90em;
  }
  .icon1 picture {
    padding: 3.1em;
  }
  .icon1 picture img {
    width: 7em;
  }
  .icon1 p {
    font-size: 1.7rem;
    margin-top: 0.6em;
  }
  .contacto {
    flex-direction: row;
    padding-bottom: 9em;
  }
  .formulario,
  .info-contacto {
    width: 52em;
  }
  .formulario {
    margin-right: 1em;
  }
  .info-contacto {
    margin-top: 9em;
  }
  .info-logo,
  .info1 {
    width: 50em;
  }
  p.info-description {
    width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  article.quienessomos-article {
    width: 1137px;
  }
  .servicios-resumen,
  .servicios-icons {
    width: 1137px;
  }
  .formulario,
  .info-contacto {
    width: 57em;
  }
  .formulario {
    margin-right: 7em;
  }
  .info-logo,
  .info1 {
    width: 55em;
  }
  .nuestros-servicios h2 {
    font-size: 4.3em;
  }
  .nuestros-servicios p.nuestros-servicios-p1 {
    font-size: 2em;
  }
  .cards {
    width: 120em;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  /* .card1 {
    width: 39em;
  } */
  .nuestros-servicios button {
    padding: 1em 2em;
    border: var(--dark-color) solid 2px;
  }
  .nuestros-servicios button a {
    font-size: 1.3em;
    font-weight: bold;
  }
  .porque-escogernos,
  .preguntas {
    width: 55em;
  }
  .porque-escogernos {
    margin-right: 5em;
  }
}
