@media screen and (min-width: 0em) {
    .line-contacto {
        width: 100vw;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .line {
        width: 70vw;
        height: 1px;
        margin: 4em 0;
        background-color: var(--line-gray-color);
    }
    .contacto1-title {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
    .contacto1-title h3 {
      overflow-y: hidden;
    }
    a.contacto1-info {
      font-size: var(--small-text);
      color: var(--white-color);
      margin-top: 1em !important;
      text-decoration: none;
    }
    a.contacto1-info:hover {
      transition: ease 0.2s;
      color: var(--decorative-color);
    }
    button.contacto2-button:hover {
      cursor: pointer;
      transition: ease 0.2s;
      background-color: var(--decorative-hover-color);
    }
    .google-map {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100vw;
        margin-top: -7em;
      }
      .google-map iframe {
        width: 100%;
      }
}