@media screen and (min-width: 0px) {
  /* Landing-section */
  .landing-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 2rem;
    padding: 13rem 0 13rem;
    background-image: url("/img/photos/landing-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .landing-box {
    width: 90vw;
    max-width: 1153px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
  }
  .landing-title {
    width: 90vw;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .landing-picture {
    width: 100%;
    max-width: 500px;
    height: 100%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .landing-title p.title-tag {
    background-color: var(--white-color-1);
    padding: 0.5rem 1rem;
    margin-bottom: -0.9rem;
    font-weight: 600;
    border-radius: var(--button-rounded);
    font-size: var(--tag-size-m);
  }
  .landing-title h1 {
    overflow-y: hidden;
    padding-top: 0.5rem;
    font-size: var(--landing-title-size-m);
    line-height: var(--title-line-height);
    font-family: var(--title-font);
    color: var(--white-color-1);
  }
  .landing-title h1 span {
    font-size: var(--title-size-m);
    font-weight: 400;
    line-height: var(--landing-title-line-height-m);
  }
  .landing-title p.title-p-text {
    font-size: var(--text-size);
    color: var(--white-color-2);
    margin-top: 0.5rem;
  }
  .landing-title-buttons-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.4rem;
  }
  .landing-title-buttons-box a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    min-height: 2.4rem;
    border-radius: var(--button-rounded);
  }
  .landing-title-button-1 {
    background-color: var(--golden-color-1);
    color: var(--white-color-1);
    border: var(--golden-color-1) solid 1px;
    font-weight: 500;
  }
  .landing-title-button-2 {
    border: var(--white-color-1) solid 1px;
    background-color: transparent;
    color: var(--white-color-1);
  }
  .landing-title-button-1:hover {
    background-color: var(--golden-color-2);
    text-decoration: underline;
    transition: ease 0.2s;
  }
  .landing-title-button-2:hover {
    text-decoration: underline;
    transition: ease 0.2s;
  }
  .landing-title-button-2 img {
    max-width: 1rem;
  }
  /* .landing-section picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  } */
  .landing-section picture img {
    width: 100%;
  }
  .landing-cards {
    width: 100vw;
    margin-top: -4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .landing-cards-box {
    width: 90vw;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .landing-card1 h3,
  .landing-card2 h3,
  .landing-card3 h3 {
    font-weight: 600;
    font-family: var(--title-font);
  }
  .landing-card1 p,
  .landing-card2 p,
  .landing-card3 p {
    font-size: var(--text-size-m);
    color: var(--white-color-2);
    font-weight: 300;
  }
  .landing-card1 {
    max-width: 579px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white-color-1);
    gap: 0.7rem;
    padding: 2rem;
    border-top-left-radius: var(--button-rounded);
    border-top-right-radius: var(--button-rounded);
    background-color: var(--blue-color-3);
  }
  .landing-card2 {
    max-width: 579px;
    padding: 2rem;
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--blue-color-1);
    color: var(--white-color-1);
  }
  .landing-card3 {
    max-width: 579px;
    padding: 2rem;
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: var(--button-rounded);
    border-bottom-right-radius: var(--button-rounded);
    background-color: var(--blue-color-3);
    color: var(--white-color-1);
  }
  .landing-card1,
  .landing-card2,
  .landing-card3 {
    min-height: 294px;
  }
  .acercade-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7rem 0;
  }
  .acercade-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    max-width: 1330px;
    gap: 4rem;
  }
  .acercade-picture {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    border-radius: var(--button-rounded);
  }
  .acercade-img {
    width: 100%;
    margin-right: 4rem;
    border-radius: var(--button-rounded);
  }
  .acercade-picture article {
    width: fit-content;
    max-width: 415px;
    margin-top: -3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-self: flex-end;
    padding: 1rem;
    font-size: var(--tag-size-m);
    background-color: var(--blue-color-2);
    color: var(--white-color-1);
    border-radius: var(--button-rounded);
  }
  .acercade-picture article h3 span {
    color: var(--golden-color-1);
    margin-right: 0.5rem;
  }
  .acercade-picture article p {
    display: none;
  }
  .acercade-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 2rem;
    border-bottom: var(--gray-color-1) solid 1px;
  }
  .acercade-title-tag {
    font-size: var(--tag-size);
    color: var(--blue-color-1);
    border-left: var(--golden-color-1) solid 2px;
    padding-left: 0.5rem;
    font-family: var(--title-font);
    font-weight: 600;
  }
  .acercade-title h2 {
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: var(--landing-title-line-height-m);
    padding-bottom: 0.2rem;
    overflow-y: hidden;
    color: var(--blue-color-2);
    font-size: var(--title-size-m);
  }
  .acercade-title h2 span {
    color: var(--golden-color-1);
  }
  .acercade-title ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
    margin-top: 1rem;
    gap: 0.4rem;
  }
  .acercade-title ul li {
    list-style-type: disc;
    list-style-position: inside;
    font-size: var(--text-size);
  }
  .acercade-title ul li a {
    color: var(--golden-color-2);
  }
  .acercade-title ul li a:hover {
    text-decoration: underline;
  }
  .acercade-p-text {
    font-size: var(--text-size);
    margin-top: 1rem;
    color: var(--dark-color-2);
  }
  .acercade-p-text a {
    color: var(--dark-color-2);
    font-weight: 600;
  }
  .acercade-p-text a:hover {
    color: var(--dark-color-1);
    transition: ease 0.2s;
  }
  .acercade-title button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    background-color: transparent;
  }
  .acercade-title button a {
    background-color: var(--golden-color-1);
    padding: 0.5rem 1rem;
    font-size: var(--text-size);
    color: var(--white-color-1);
    font-weight: 600;
    border-radius: var(--button-rounded);
  }
  .acercade-title button a:hover {
    transition: ease 0.2s;
    background-color: var(--golden-color-2);
  }
  .servicios-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7rem 0;
    background-image: url("/img/photos/servicios-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .servicios-box {
    width: 90vw;
    max-width: 1191px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--white-color-1);
  }
  .servicios-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .servicios-title-tag {
    font-size: var(--title-font);
    border-left: var(--golden-color-1) solid 2px;
    padding-left: 0.5rem;
    font-weight: 500;
  }
  .servicios-title h2 {
    font-size: var(--title-size-m);
    line-height: var(--landing-title-line-height-m);
    overflow-y: hidden;
  }
  .servicios-text-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
    margin-top: 2.4rem;
  }
  .servicios-p-text {
    font-size: var(--text-size);
    color: var(--white-color-2);
  }
  .servicios-text-button button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  .servicios-text-button button a {
    font-size: var(--text-size);
    color: var(--white-color-1);
    padding: 0.5rem 1rem;
    border-radius: var(--button-rounded);
    background-color: var(--golden-color-1);
  }
  .servicios-text-button button a:hover {
    transition: ease 0.5s;
    background-color: var(--golden-color-2);
  }
  .servicios-cards {
    width: 100%;
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
  }
  .servicios-card {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    border: var(--golden-color-6) solid 1px;
    border-radius: var(--button-rounded);
  }
  .servicios-card img {
    width: 100%;
    max-width: fit-content;
  }
  .servicios-card h3 {
    font-size: var(--text-size);
    font-family: var(--title-font);
    margin: 1rem 0;
    font-weight: 600;
  }
  .servicios-card p {
    font-size: var(--text-size-m);
    color: var(--white-color-2);
    margin-bottom: 0.5rem;
  }
  .servicios-card a {
    font-size: var(--text-size);
    font-weight: 500;
    font-family: var(--title-font);
    color: var(--white-color-1);
    border-bottom: var(--golden-color-1) solid 1px;
    padding-bottom: 0.2rem;
  }
  .servicios-card a:hover {
    color: var(--white-color-2);
    transition: ease 0.2s;
  }
  .servicios-cards-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    gap: 2rem;
  }
  .servicios-card-2 {
    width: 100%;
    max-width: 570px;
    padding: 2rem;
    border: var(--golden-color-6) solid 1px;
    border-radius: var(--button-rounded);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .servicios-card-2 img {
    width: 10rem;
    object-fit: cover;
    object-position: center;
    border-radius: var(--button-rounded);
  }
  .servicios-card-2 h3 {
    margin: 0.7rem 0 1rem;
    font-size: var(--text-size);
    font-weight: 600;
    font-family: var(--title-font);
  }
  .servicios-card-2 p {
    font-size: var(--text-size-m);
    font-weight: 400;
    color: var(--white-color-2);
    margin-top: 1.5rem;
  }
  .servicios-card-2 a {
    color: var(--white-color-1);
    font-weight: 600;
    font-family: var(--title-font);
    border-bottom: var(--golden-color-1) solid 2px;
    padding: 0.2rem;
    margin-top: 0.2rem;
  }
  .servicios-card-2 a:hover {
    color: var(--white-color-2);
    transition: ease 0.2s;
  }
  .servicios-list-box {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    gap: 2rem;
  }
  .servicios-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
    gap: 2rem;
    margin-top: 4rem;
  }
  .servicios-list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .servicios-list li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    gap: 1rem;
  } 
  .servicios-list li a span:hover {
    color: var(--golden-color-1);
    transition: 0.2s ease;
  }
  .servicios-list li a img {
    min-width: 2rem;
    width: fit-content;
  }
  .servicios-list li a span {
    min-height: 2.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-size: var(--text-size-1);
    font-weight: 600;
    color: var(--white-color-1);
    border-bottom: var(--golden-color-1) solid 1px;
  }
  .clientes-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7rem 0;
    background-color: var(--gray-color-3);
  }
  .clientes-box {
    width: 90vw;
    max-width: 1340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
  .clientes-title-box {
    width: 100%;
    max-width: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .clientes-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--dark-color-1);
    margin-bottom: 2rem;
  }
  .clientes-title-tag {
    font-size: var(--tag-size);
    font-weight: 500;
    font-family: var(--title-font);
    border-left: var(--golden-color-1) solid 2px;
    padding-left: 0.5rem;
  }
  .clientes-title h2 {
    font-size: var(--title-size-m);
    font-family: var(--title-font);
    font-weight: 700;
    line-height: var(--landing-title-line-height-m);
    overflow-y: hidden;
  }
  .clientes-title-p-text {
    font-size: var(--text-size);
    color: var(--dark-color-2);
    font-weight: 400;
  }
  .clientes-cards {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
  .clientes-card {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-color: var(--white-color-1);
    border-radius: var(--button-rounded);
    padding: 2rem;
    gap: 2rem;
  }
  .clientes-card-logo {
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.1rem;
    border-radius: 100%;
    background-color: var(--white-color-1);
    box-shadow: 1px 4px 10px 1px var(--gray-color-2);
  }
  .clientes-card-logo img {
    width: 100%;
  }
  .clientes-card-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }
  .clientes-card-description-p-text-1 {
    color: var(--golden-color-2);
    font-weight: 600;
    font-size: var(--text-size);
  }
  .clientes-card-description-p-text-2 {
    font-size: var(--text-size);
    color: var(--dark-color-2);
    border-top: var(--gray-color-2) solid 1px;
    padding-top: 1rem;
  }
  .reviews-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7rem 0;
  }
  .reviews-box {
    width: 90vw;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .reviews-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reviews-title-tag-h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .reviews-title-tag {
    font-size: var(--tag-size);
    font-weight: 600;
    color: var(--blue-color-2);
    border-left: var(--golden-color-1) solid 2px;
    padding-left: 0.5rem;
  }
  .reviews-title-tag-h2 h2 {
    font-size: var(--title-size-m);
    line-height: var(--landing-title-line-height-m);
    overflow-y: hidden;
    padding-top: 0.2rem;
    margin-bottom: 2rem;
    color: var(--blue-color-2);
  }
  .reviews-title-p-text {
    width: 100%;
    max-width: 740px;
    font-size: var(--text-size);
    color: var(--dark-color-2);
    text-align: center;
  }
  .reviews-cards {
    margin-top: 4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .reviews-card {
    width: 100%;
    max-width: 554px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    border: var(--gray-color-2) solid 1px;
    border-radius: var(--button-rounded);
  }
  .reviews-card-comilla {
    font-size: var(--title-size);
    font-style: italic;
    align-self: flex-end;
    color: var(--golden-color-1);
    padding-right: 0.2rem;
  }
  .reviews-card-p-text {
    display: flex;
    flex-direction: column;
    font-size: var(--text-size);
    color: var(--dark-color-2);
    font-weight: 400;
  }
  .reviews-card-p-text img {
    width: fit-content;
    margin: 2rem 0 0.5rem;
  }
  .reviews-profile-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
  }
  .reviews-profile-box p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--blue-color-2);
    font-weight: 600;
    font-family: var(--title-font);
  }
  .reviews-profile-box p span {
    font-style: italic;
    font-weight: 500;
  }
  .reviews-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    align-self: center;
  }
  .reviews-box a {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: var(--golden-color-1);
    color: var(--white-color-1);
    border-radius: var(--button-rounded);
    font-weight: 500;
    font-size: var(--text-size);
    margin-top: 2rem;
  }
  .reviews-box a:hover {
    background-color: var(--golden-color-2);
    transition: ease 0.2s;
  }
  .equipo-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background-image: url('/img/photos/equipo-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7rem 0;
    color: var(--white-color-1);
  }
  .equipo-section-box {
    width: 90%;
    max-width: 1470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 2rem;
  }
  .equipo-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    gap: 0.5rem;
  }
  .equipo-title-tag {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    font-size: 1.3rem;
    gap: 0.5rem;
  }
  .equipo-title-tag span {
    width: 2px;
    height: 2rem;
    background-color: var(--golden-color-1);
  }
  .equipo-title h2 {
    font-size: var(--title-size-m);
  }
  .equipo-title h2 span {
    color: var(--golden-color-1);
  }
  .equipo-profiles-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 2rem;
  }
  .equipo-profile {
    width: 50%;
    max-width: 750px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    
    gap: 1rem;
  }
  .equipo-profile picture {
    width: 100%;
    max-width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .equipo-profile picture img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
  }
  .equipo-profile-info-card {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 1rem;
    border-width: 1px 1px 1px 10px;
    border-style: solid;
    border-color: var(--white-color-1) var(--white-color-1) var(--white-color-1) var(--golden-color-1);
  }
  .equipo-profile-info-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .equipo-profile-info-content h3 {
    color: var(--golden-color-1);
    font-size: 1.6rem;
  }
  .equipo-profile-info-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  .equipo-profile-info-content p {
    font-size: 1.1rem;
    margin-top: 0.7rem;
  }
  .equipo-profile-info-content a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
    gap: 0.2rem;
    font-weight: 500;
    margin-top: 0.5rem;
    color: var(--white-color-1);
    transition: ease 0.2s;
  }
  .equipo-profile-info-content a:hover {
    color: var(--golden-color-1);
  }
  .equipo-profile-info-content a span {
    width: 70%;
    background-color: var(--golden-color-1);
    height: 1px;
  }
  
  .blog-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7rem 0;
  }
  .blog-box {
    width: 90vw;
    max-width: 1370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
  .blog-title {
    width: 100%;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .blog-title-tag-h2 {
    width: 100%;
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  .blog-title-tag {
    color: var(--blue-color-1);
    font-weight: 600;
    font-family: var(--title-font);
    border-left: var(--golden-color-1) solid 2px;
    padding-left: 0.5rem;
  }
  .blog-title-tag-h2 h2 {
    font-size: var(--landing-title-size-m);
    color: var(--blue-color-1);
    font-weight: 700;
    font-family: var(--title-font);
    line-height: var(--landing-title-line-height-m);
    overflow-y: hidden;
  }
  .blog-title-p-text {
    font-size: var(--text-size);
  }
  .blog-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding-top: 2rem;
  }
  .blog-card {
    width: 100%;
    max-width: 670px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    border: var(--gray-color-2) solid 1px;
    border-radius: var(--button-rounded);
  }
  .blog-card picture {
    width: 100%;
    height: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
  .blog-card picture img {
    width: 100%;
    height: 16rem;
    object-fit: cover;
    object-position: center;
  }
  .blog-card-date {
    font-size: var(--text-size-m);
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--golden-color-1);
    margin: 0 0 1rem;
  }
  .blog-card h4 {
    font-size: var(--text-size-1);
    font-weight: 700;
    color: var(--blue-color-1);
    font-family: var(--title-font);
    margin-bottom: 0.5rem;
  }
  .blog-card-p-text {
    color: var(--dark-color-2);
    font-size: var(--text-size-m);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .blog-card a {
    font-size: var(--text-size);
    font-weight: 600;
    color: var(--golden-color-1);
    border-left: var(--golden-color-1) solid 2px;
    padding-left: 0.5rem;
  }
  .blog-card a:hover {
    color: var(--golden-color-2);
    transition: ease 0.2s;
  }
  .blog-box button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    align-self: flex-end;
    margin-top: -2rem;
  }
  .blog-box button a {
    padding: 0.5rem 1rem;
    background-color: var(--golden-color-1);
    color: var(--white-color-1);
    font-weight: 500;
    font-size: var(--text-size);
    border-radius: var(--button-rounded);
  }
  .blog-box button a:hover {
    background-color: var(--golden-color-2);
    transition: ease 0.2s;
  }
  .contacto-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/img/photos/contacto-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: var(--white-color-2) solid 1px;
    padding: 7rem 0;
  }
  .contacto-box {
    width: 90vw;
    max-width: 1249px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4rem;
  }
  .contacto-form {
    width: 100%;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    border-radius: var(--button-rounded);
    background-color: var(--white-color-1);
  }
  .contacto-form h3 {
    font-size: var(--title-size-m);
    color: var(--blue-color-1);
    font-weight: 600;
  }
  .contacto-form-p-text {
    font-size: var(--text-size);
    color: var(--dark-color-2);
    margin-top: 1rem;
  }
  .contacto-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--dark-color-2);
    font-weight: 500;
    margin-top: 1rem;
    gap: 1rem;
  }
  .contacto-form form p {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .contacto-form form p input {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    border-style: none;
    font-family: var(--text-font);
    border-bottom: var(--gray-color-2) solid 1px;
  }
  .contacto-form-mensaje textarea {
    width: 100%;
    margin-top: 1rem;
    padding-bottom: 4rem;
    border-style: none;
    border-bottom: var(--gray-color-2) solid 1px;
    font-family: var(--text-font);
  }
  .contacto-form-button button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: var(--text-size);
    font-weight: 600;
    background-color: var(--golden-color-1);
    color: var(--white-color-1);
    border-radius: var(--button-rounded);
  }
  .contacto-form-button button:hover {
    background-color: var(--golden-color-2);
    transition: ease 0.2s;
  }
  .contacto-title {
    width: 100%;
    max-width: 641px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .contacto-title-tag {
    color: var(--white-color-1);
    font-weight: 600;
    font-family: var(--title-font);
    border-left: var(--golden-color-1) solid 2px;
    padding-left: 0.5rem;
  }
  .contacto-title h2 {
    color: var(--white-color-1);
    font-size: var(--title-size-m);
    font-weight: 700;
    font-family: var(--title-font);
    line-height: var(--landing-title-line-height-m);
    overflow-y: hidden;
    margin-bottom: 2rem;
  }
  .contacto-title h2 span {
    color: var(--golden-color-1);
  }
  .contacto-title-p-text {
    width: 100%;
    max-width: 541px;
    color: var(--white-color-2);
    margin-bottom: 2rem;
  }
  .contacto-title-address {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .contacto-title-address h3 {
    color: var(--white-color-2);
    font-weight: 600;
    font-family: var(--title-font);
    margin-bottom: 0.5rem;
  }
  .contacto-title-address p {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.2rem;
    font-size: var(--text-size);
  }
  .contacto-title-address p span {
    color: var(--golden-color-1);
    font-weight: 600;
    font-family: var(--title-font);
  }
  .contacto-title-address p a {
    color: var(--white-color-2);
    font-weight: 400;
  }
  footer {
    width: 100vw;
    background-color: var(--footer-bg-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -4rem;
    color: var(--white-color-2);
  }
  .landing2-footer {
    margin-top: 7rem;
    padding-top: 7rem;
  }
  .landing2-cta-box {
    position: absolute;
    margin-top: -14rem;
    background-color: var(--white-color-1);
  }
  .cta-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .cta-box {
    width: 90vw;
    max-width: 1140px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    background-color: var(--blue-color-2);
    padding: 2rem;
    border-radius: var(--button-rounded);
  }
  .cta-box p {
    color: var(--white-color-1);
    font-size: var(--text-size-2);
    font-weight: 600;
    font-family: var(--title-font);
  }
  .cta-box p span {
    color: var(--golden-color-1);
  }
  .cta-box button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
  }
  .cta-box button a {
    padding: 0.5rem 1rem;
    background-color: transparent;
    border: var(--white-color-2) solid 1px;
    color: var(--white-color-1);
    border-radius: var(--button-rounded);
    font-weight: 600;
    font-size: var(--text-size);
  }
  .cta-box button a:hover {
    background-color: var(--blue-color-3);
    color: var(--white-color-2);
    transition: ease 0.2s;
  }
  .landing2-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/img/photos/landing2-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .landing2-box {
    width: 90vw;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 10rem 0 2.7rem;
  }
  .landing2-title-tag {
    font-size: var(--tag-size);
    color: var(--white-color-1);
    font-weight: 600;
    font-family: var(--title-font);
    border-left: var(--golden-color-1) solid 2px;
    padding-left: 0.5rem;
  }
  .landing2-box h1,
  .landing2-p-title {
    margin-top: 0.1rem;
    font-size: var(--landing-title-size-m);
    line-height: var(--landing-title-line-height-m);
    overflow-y: hidden;
    font-weight: 600;
    color: var(--white-color-1);
  }
  .landing2-box h1 span,
  .landing2-p-title span {
    color: var(--golden-color-1);
  }
  .landing2-title-p-text {
    margin-top: 0.1rem;
    font-size: var(--landing-title-size-m);
    line-height: var(--landing-title-line-height-m);
    overflow-y: hidden;
    font-weight: 600;
    color: var(--white-color-1);
  }
  .landing2-title-p-text span {
    color: var(--golden-color-1);
  }
  .line-section {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.7rem 0;
  }
  .line {
    width: 90vw;
    max-width: 1400px;
    height: 1px;
    background-color: var(--gray-color-2);
  }
}

@media screen and (min-width: 770px) {
  .landing-section {
    flex-direction: row;
    padding-inline: 2rem;
  }
  /* .landing-box {
    padding-top: 5rem;
  } */
  .landing-section picture {
    align-self: flex-end;
  }
  .landing-title h1 {
    font-size: var(--landing-title-size);
    line-height: var(--landing-title-line-height);
  }
  .landing-title .title-p-text {
    font-size: var(--text-size);
  }
  .landing-cards-box {
    flex-direction: row;
    font-size: var(--text-size-m);
  }
  .landing-card1,
  .landing-card2,
  .landing-card3 {
    max-width: 379px;
    min-height: 397px;
  }
  .landing-card1 {
    border-top-left-radius: var(--button-rounded);
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--button-rounded);
    border-bottom-right-radius: 0;
  }
  .landing-card3 {
    border-bottom-left-radius: 0;
    border-top-right-radius: var(--button-rounded);
    border-bottom-right-radius: var(--button-rounded);
  }
  .acercade-box {
    flex-direction: row;
    gap: 4rem;
  }
  .acercade-picture article {
    font-size: var(--text-size);
  }
  .acercade-picture article p {
    font-size: var(--text-size-m);
  }
  .acercade-picture article p {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    font-size: var(--tag-size-m);
  }
  .acercade-picture article p img {
    width: fit-content;
  }
  .servicios-text-button {
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .servicios-p-text {
    width: 100%;
    max-width: 770px;
  }
  .servicios-text-button button {
    justify-self: flex-end;
  }
  .clientes-cards {
    flex-direction: row;
  }
  .blog-cards {
    flex-direction: row;
  }
}
@media screen and (min-width: 894px) {
  .servicios-cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .servicios-card {
    max-width: 370px;
    height: 24rem;
  }
  .servicios-cards-2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .servicios-card-2 {
    max-width: 340px;
    height: 43rem;
  }
  /* .clientes-box {
    flex-direction: row;
  } */
  .reviews-cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .reviews-card {
    max-width: 354px;
  }
  
  .contacto-box {
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1000px) {
  .landing-box {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1100px) {
  .blog-cards {
    align-items: flex-start;
  }
  .blog-card {
    height: 39rem;
  }
  .blog-card img {
    max-height: 24rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 590px) {
  .equipo-profile {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 900px) and (max-width: 1170px) {
  .equipo-profile {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 0px) and (max-width: 900px) {
  .equipo-profile {
    width: 100%;
  }
  .equipo-profiles-box {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1210px) {
  .servicios-cards-2 {
    gap: 4rem;
    justify-content: space-between;
  }
  .servicios-card-2 {
    max-width: 500px;
    height: 34rem;
  }
  .landing-card1,
  .landing-card2,
  .landing-card3 {
    min-height: 314px;
  }
  .clientes-box {
    flex-direction: row;
  }
  .clientes-cards {
    gap: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .servicios-card-2 {
    max-width: 550px;
    height: 36rem;
  }
  .clientes-cards {
    gap: 4rem;
  }

  .blog-card {
    height: 36rem;
  }
}
@media screen and (min-width: 1513px) {
  .blog-card {
    height: 34rem;
  }
}
