/* Autor */
.contenedor {
  justify-content: center;
  gap: 150px;
  padding-top: 40px;
}

.texto {
  width: 680px;
  max-width: 100%;
  margin-top: 0;
  color: #000000;
  font-size: 18px;
}

.texto p {
  margin: 0 0 38px;
  line-height: 1.35;
}

.contacto {
  width: 100%;
  margin-top: 50px;
  text-align: right;
  font-size: 18px;
}

.contacto p {
  margin: 0;
  line-height: 1.25;
}

.imagen img {
  display: block;
  width: 350px;
}

@media (max-width: 1100px) {
  .contenedor {
    gap: 70px;
    padding: 35px 70px;
  }

  .texto {
    width: 50%;
    font-size: 16px;
  }

  .imagen img {
    width: 300px;
  }

  .contacto {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .contenedor {
    gap: 28px;
    padding: 20px 32px 45px;
  }

  .texto {
    width: 100%;
    max-width: 320px;
    padding: 0 24px;
    font-size: 12px;
    line-height: 1.35;
    text-align: justify;
  }

  .texto p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.35;
  }

  .imagen {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }

  .imagen img {
    width: 225px;
  }

  .contacto {
    margin-top: 30px;
    font-size: 11px;
    text-align: right;
  }
}

@media (max-width: 380px) {
  .contenedor {
    padding: 0 26px 40px;
  }

  .texto,
  .contacto {
    font-size: 10px;
  }

  .texto p {
    font-size: 10px;
  }

  .imagen img {
    width: 105px;
  }
}
