@media screen and (min-width: 0em) {
  section.landing-page {
    width: 100vw;
    height: 64em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url("/img/landingpage-fondo.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .landing-page-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    margin: 27em auto 0;
  }
  .landing-page-title p {
    font-size: 1.9em;
    font-weight: 400;
    color: var(--white-color);
  }
  .landing-page-title h1 {
    font-size: 3.4em;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--white-color);
  }
  .landing-page-title button {
    border-style: none;
    background-color: transparent;
    border: var(--white-color) solid 1px;
    height: 2.7em;
    width: fit-content;
    padding: 0 1em;
    border-radius: 2em;
    align-self: flex-start;
    margin-top: 0.5em;
    margin-left: 13em;
    /* margin-right: 2.9em; */
  }
  .landing-page button:hover {
    background-image: url("/img/button-background1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .landing-page-title button a {
    color: var(--white-color);
  }
  .landing-page-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    border: var(--white-color) solid 1px;
    border-radius: 0.3em;
    padding: 1em;
    margin-bottom: 2em;
  }
  .landing-page-footer p {
    color: var(--white-color);
    font-size: 1.4em;
  }
  .landing-page-footer button {
    border-style: none;
    background-color: transparent;
    border: var(--white-color) solid 1px;
    padding: 0.5em;
    border-radius: 0.2em;
    margin-top: 1em;
  }
  .landing-page-footer button a {
    color: var(--white-color);
  }
  .asesoramos-resumen {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .asesoramos-resumen h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.7em;
    color: var(--dark-color);
    margin-top: 4em;
    margin-bottom: 2em;
  }
  .asesoramos-resumen h4 div.asesoramos-h4-line {
    width: 3.1em;
    height: 2px;
    background-color: var(--dark-color);
    align-self: flex-start;
  }
  .asesoramos-resumen-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .asesoramos-resumen-img div.asesoramos-img-corporativo,
  .asesoramos-resumen-img div.asesoramos-img-laboral,
  .asesoramos-resumen-img div.asesoramos-img-general,
  .asesoramos-resumen-img div.asesoramos-img-judicial,
  .asesoramos-resumen-img div.asesoramos-img-contractual {
    margin-bottom: 4em;
    margin-right: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
    font-size: 1.1em;
  }
  .asesoramos-resumen-img div.asesoramos-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em;
    background-color: var(--darkblue-color);
    border-radius: 6em;
  }
  .asesoramos-resumen-img div.asesoramos-logo img {
    width: 5em;
  }
  .asesoramos-resumen-img div a {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 0.5em;
    text-decoration: none;
    color: var(--dark-color);
  }
  .asesoramos-resumen-img div a:hover {
    color: var(--blue-color);
  }
  .quienessomos {
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/img/books.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10em;
  }
  .quienessomos picture {
    position: absolute;
    width: 90vw;
    margin-top: -57em;
  }
  .quienessomos picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .quienessomos-title {
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 39vw;
    color: var(--white-color);
  }
  .quienessomos-title p.quienessomos-title-p1 {
    font-size: 1.6em;
    font-style: italic;
    margin-top: 2em;
  }
  .quienessomos-title h2 {
    font-size: 2.6em;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .quienessomos-title h2 div {
    width: 2em;
    height: 2px;
    background-color: var(--white-color);
  }
  .quienessomos-title p.quienessomos-title-p2 {
    font-size: 1.7rem;
    font-weight: 400;
    margin: 1em 0 2em;
    line-height: normal;
    letter-spacing: 0.14;
    color: var(--white-text-color);
  }
  .quienessomos-title button {
    border-style: none;
    background-color: transparent;
    border: var(--white-color) solid 1px;
    border-radius: 0.4em;
    padding: 1em;
    margin-bottom: 3em;
  }
  .quienessomos-title button:hover {
    background-color: var(--darkblue-color);
    transition: ease 0.5s;
  }
  .quienessomos-title button a {
    color: var(--white-color);
    font-size: 1em;
  }
  .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;
  }
  .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 1em;
    transition: ease 0.2s;
  }
  .nuestros-servicios button:hover {
    padding: 1em 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;
  }
  .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;
  }
  .pregunta2 h4,
  .pregunta3 h4,
  .pregunta4 h4 {
    background-color: var(--darkblue-color);
    border: var(--white-color) solid 1px;
    width: 100%;
    padding: 0.7em 0.5em;
    font-size: 1.3rem;
    transition: ease 0.2s;
    cursor: pointer;
    /* font-size: 1.7rem;
    margin: 2em 0 0.5em;   */
  }
  .pregunta2 h4:hover,
  .pregunta3 h4:hover,
  .pregunta4 h4:hover {
    padding: 1em;
  }
  @keyframes animacion {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .preguntas-card .display {
    display: flex;
    padding: 0.5em;
    opacity: 1;
    animation: animacion ease 0.5s;
  }
  .pregunta1 p {
    display: flex;
    font-size: 1.5rem;
    border: var(--white-color) solid 1px;
    padding: 0.5em;
    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;
  }
  .blog {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 2em;
  }
  .line-blog1 {
    width: 24em;
    height: 1px;
    margin: 6em 0 1em;
    align-self: flex-start;
    background-color: var(--lineblog-color);
  }
  .blog p.title-tag {
    font-size: 1.4rem;
    margin-bottom: 0.4em;
    color: var(--dark-color);
    align-self: flex-start;
  }
  .blog h4.blog-title {
    font-size: 2.7rem;
    font-weight: bold;
  }
  .line-blog2 {
    width: 6em;
    height: 2px;
    margin-bottom: 2em;
    background-color: var(--lightdark-color);
  }
  .blog-description {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  p.blog-description-text {
    font-size: 1.6rem;
    color: var(--lightdark-color);
    margin-bottom: 0.5em;
  }
  .blog-description button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: fit-content;
    padding: 0.5em 1em;
    font-size: 1.6rem;
    font-weight: bold;
    border-style: none;
    border: var(--lightdark-color) solid 1px;
    background-color: transparent;
    border-radius: 0.2em;
    margin-bottom: 2em;
    transition: ease 0.2s;
  }
  .blog-description button:hover {
    padding: 0.7em 1.3em;
  }
  .blog-description button img {
    margin-left: 0.5em;
    width: 1.5em;
  }
  .blog picture.blog-picture {
    height: fit-content;
    overflow-y: hidden;
    margin-bottom: 2em;
    display: none;
  }
  .blog picture img.blog-mainimg {
    width: 100%;
  }
  .blog-contenido {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .contenido1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .contenido1 p.articulo-title-tag {
    font-size: 1.6rem;
    color: var(--grey-color);
  }
  .contenido1 p.articulo-title-tag span {
    font-weight: 600;
  }
  .contenido1 h4 {
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
  }
  .contenido1 .line-contenido {
    width: 6em;
    height: 2px;
    margin: 0.2em 0 2em;
    background-color: var(--lightdark-color);
  }
  p.contenido1-text {
    font-size: 1.6rem;
    color: var(--grey-color);
    margin-bottom: 0.5em;
  }
  .contenido1 button {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    font-size: 1.6rem;
    font-weight: bold;
    border-style: none;
    background-color: transparent;
    border: var(--lightdark-color) solid 1px;
    border-radius: 0.2em;
    margin-bottom: 2em;
    transition: ease 0.2s;
  }
  .contenido1 button:hover {
    padding: 0.7em 1.3em;
  }
  .contenido1 button img {
    margin-left: 0.5em;
    width: 1.5em;
  }
  .articulo1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .articulo1 picture,
  .articulo2 picture,
  .articulo3 picture {
    height: 20em;
    overflow-y: hidden;
  }
  .articulo1 picture img {
    width: 100%;
  }
  .articulo1-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .articulo1-text p.articulo1-tag {
    font-size: 1.6rem;
    color: var(--grey-color);
    margin-top: 2em;
  }
  .articulo1-text h4 {
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
  }
  p.articulo1-description {
    font-size: 1.6rem;
    margin: 1em 0 0.5em;
    color: var(--grey-color);
  }
  .articulo1-text button {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    font-size: 1.6rem;
    font-weight: bold;
    border-style: none;
    background-color: transparent;
    border: var(--lightdark-color) solid 1px;
    border-radius: 0.2em;
    margin-bottom: 2em;
  }
  .articulo1-text button img {
    width: 1.5em;
    margin-left: 0.5em;
  }
  .contenido2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: ease 0.2s;
  }

  .articulo2,
  .articulo3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .articulo2 img,
  .articulo3 img {
    width: 100%;
  }
  .articulo2-text,
  .articulo3-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .articulo2-text p.articulo2-tag,
  .articulo3-text p.articulo3-tag {
    font-size: 1.6rem;
    color: var(--grey-color);
    margin-top: 2em;
  }
  .articulo2-text h4,
  .articulo3-text h4 {
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
  }
  p.articulo2-description,
  p.articulo3-description {
    font-size: 1.6rem;
    margin: 1em 0 0.5em;
    color: var(--grey-color);
  }
  .articulo2-text button,
  .articulo3-text button {
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    font-size: 1.6rem;
    font-weight: bold;
    border-style: none;
    background-color: transparent;
    border: var(--lightdark-color) solid 1px;
    border-radius: 0.2em;
    margin-bottom: 2em;
    transition: ease 0.2s;
  }
  .articulo2-text button:hover,
  .articulo3-text button:hover {
    padding: 0.7em 1.3em;
  }
  .articulo2-text button img,
  .articulo3-text button img {
    width: 1.5em;
    margin-left: 0.5em;
  }
  .contacto {
    width: 100vw;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--contactogray-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.5s;
  }
  .formulario button:hover {
    padding: 1.3em 2.3em;
  }
  .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;
  }
  .google-map iframe {
    width: 100%;
  }
}
@media screen and (min-width: 470px) {
  .quienessomos-title {
    margin-top: 19em;
  }
  .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) {
  section.landing-page {
    height: 79em;
  }
  .landing-page-title h1 {
    font-size: 5.7em;
  }
  .landing-page-title button {
    margin-left: 27em;
  }
  .quienessomos {
    margin-top: 7em;
  }
  .quienessomos-title {
    margin-top: 29em;
  }
  .quienessomos picture {
    margin-top: -43em;
  }
  .quienessomos picture img {
    width: 60em;
  }
  .articulo1,
  .articulo2,
  .articulo3 {
    align-items: flex-start;
  }
  .articulo1 picture,
  .articulo2 picture,
  .articulo3 picture {
    width: 60em;
    align-self: flex-start;
  }
  .formulario,
  .formulario form,
  .info-contacto,
  .info-logo,
  .info1 {
    width: 54em;
  }
  p.info-description {
    width: fit-content;
  }
}
@media screen and (min-width: 750px) {
  .landing-page-title h1 {
    font-size: 7em;
  }
  .landing-page-title button {
    margin-left: 34em;
  }
  .landing-page-footer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2em;
  }
  .landing-page-footer p {
    font-size: 1.7rem;
  }
  .landing-page-footer button {
    flex-direction: row;
    margin-top: 0;
    margin-left: 2em;
  }
  .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) {
  .landing-page-footer a {
    font-size: 1.3em;
  }
  .landing-page-footer p {
    font-size: 1.9em;
  }
  .asesoramos-resumen h4 {
    font-size: 1.9em;
  }
  .asesoramos-resumen-img div.asesoramos-img-corporativo,
  .asesoramos-resumen-img div.asesoramos-img-laboral,
  .asesoramos-resumen-img div.asesoramos-img-general,
  .asesoramos-resumen-img div.asesoramos-img-judicial,
  .asesoramos-resumen-img div.asesoramos-img-contractual {
    font-size: 1.24em;
  }
  .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;
  }
  .blog {
    align-items: center;
  }
  .blogmain-title {
    width: 90em;
    padding-left: 1em;
  }
  .blog-description {
    flex-direction: row;
  }
  p.blog-description-text {
    font-weight: bold;
    font-size: 1.79rem;
  }
  .blog-description button {
    margin-left: 1em;
  }
  .blog-contenido {
    width: 90em;
    padding: 0 2em;
    flex-direction: column;
    margin-top: 2em;
  }
  .contenido1 {
    width: fit-content;
    margin-right: 1em;
    justify-content: center;
  }
  .articulo1,
  .articulo2,
  .articulo3 {
    width: fit-content;
    flex-direction: row-reverse;
  }
  /* .articulo1 {
    margin-top: 2em;
  } */
  .articulo1 picture,
  .articulo2 picture,
  .articulo3 picture {
    width: 47%;
    overflow-y: hidden;
    margin-right: 4em;
  }
  /* .articulo1 picture img,
  .articulo2 picture img,
  .articulo3 picture img {
    width: 100%;
    height: fit-content;
  } */
  .articulo1-text,
  .articulo2-text,
  .articulo3-text {
    width: 50%;
    padding-right: 4em;
  }
  .articulo1-text p.articulo1-tag,
  .articulo2-text p.articulo2-tag,
  .articulo3-text p.articulo3-tag {
    margin-top: 0;
  }

  .pregunta1 p,
  .pregunta2 p,
  .pregunta3 p,
  .pregunta4 p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1100px) {
  .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) {
  section.landing-page {
    height: 90em;
  }
  .landing-page-title {
    width: 120em;
    margin-top: 32em;
    padding-left: 5em;
  }
  .landing-page-title h1 {
    font-size: 9em;
  }
  .landing-page-title button {
    margin-left: 47em;
  }
  .landing-page-title button a {
    font-size: 1.4em;
  }
  .landing-page-footer {
    width: 110em;
    margin-bottom: 5em;
  }
  .landing-page-footer p {
    font-size: 2em;
  }
  .landing-page-footer button {
    margin-left: 2.9em;
  }
  .asesoramos-resumen-img {
    width: 100em;
    justify-content: space-evenly;
  }
  .quienessomos picture,
  .quienessomos-title {
    width: 110em;
  }
  .quienessomos-title {
    margin-top: 29em;
  }
  .quienessomos-title p.quienessomos-title-p1 {
    font-size: 2.4rem;
  }
  .quienessomos-title h2 {
    font-size: 4.9em;
  }
  .quienessomos-title p.quienessomos-title-p2 {
    font-size: 1.9rem;
  }
  .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;
  }
  .blog {
    align-items: center;
  }
  /* .blog-description {
    align-items: center;
  } */
  .blogmain-title {
    width: 117em;
  }
  .blog-contenido {
    width: 120em;
  }
  /* .contenido1,
  .contenido2 {
    border: var(--blue-color) solid 1px;
  } */
  .articulo1,
  .articulo2,
  .articulo3 {
    width: 120em;
    margin-bottom: 4em;
    /* border: var(--blue-color) solid 1px; */
    align-self: flex-start;
  }
  .articulo2 picture,
  .articulo1 picture,
  .articulo3 picture {
    width: 100%;
    margin-top: 1em;
    height: 29em;
  }
  .articulo2 picture img,
  .articulo1 picture img,
  .articulo3 picture img {
    width: 100%;
  }
  .articulo1-text,
  .articulo2-text,
  .articulo3-text {
    align-self: flex-start;
    margin-left: 0.5em;
    width: 120em;
  }
  .formulario,
  .info-contacto {
    width: 57em;
  }
  .formulario {
    margin-right: 7em;
  }
  .info-logo,
  .info1 {
    width: 55em;
  }
}
