@import 'colors.css';

section {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

.container-footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-image: url("../media/ubicacion contacto.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: 100vw;
  /* Asegura que el menú ocupe todo el ancho */
  height: 500px;

}

.container-contacto {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.container-ter-cond {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.fa-brands {
  overflow: hidden;
}


@media (min-width: 1080px) {
  .container-mail-web {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    margin-top: 100px;
  }

  .redes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: 10px;
  }

  .redes a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 5px;
    margin: 10px;
    font-size: 50px;

  }

  .container-ter-cond a {
    text-decoration: none;
    padding: 5px;
    margin: 10px;
    font-size: 14px;
    color: var(--blanco);
    font-family: "MiFuente", sans-serif;
  }

  .container-ter-cond span {
    font-size: 18px;
    color: var(--rojo);
  }

  .container-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 10px;
  }

  .container-cont-dir-tel {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    flex-direction: column;
  }

  #icon-google {
    width: 45px;
  }

  .div-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 60px;
    background: var(--blanco);
    border-radius: 50%;
    margin: 10px;
  }

  #icons {
    font-size: 40px;
    color: var(--azul);
    text-align: center;
  }

  .i-span {
    font-family: "MiFuente", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: var(--blanco);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin: 5px;
  }

  .i-span a {
    text-decoration: none;
    color: #fff;
  }

  .i-span h3 {
    margin-right: 20px;
  }

  #a-dir {
    font-size: 16px;
    font-style: italic;
  }

  .i-span-redes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .i-span-redes a>i {
    padding: 5px;
    color: var(--blanco);
  }

  #mjs-web a {
    color: var(--blanco);
    font-size: 24px;
    font-family: "MiFuente", sans-serif;
    font-weight: 700;
    text-decoration: none;
  }
}

@media (min-width: 600px) and (max-width:1079px) {
  .container-mail-web {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: self-start;
    margin-top: 70px;
  }

  .redes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: 10px;
  }

  .redes a {
    text-decoration: none;
    padding: 5px;
    margin: 10px;
    font-size: 50px;
  }

  .container-ter-cond a {
    text-decoration: none;
    margin: 10px;
    font-size: 20px;
    color: var(--blanco);
    font-family: "MiFuente", sans-serif;
  }

  .container-ter-cond span {
    font-size: 18px;
    color: var(--blanco);
  }

  #icon-google {
    width: 40px;
  }

  .container-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    padding: 10px;
    gap: 10px;
  }

  .div-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 60px;
    background: var(--blanco);
    border-radius: 50%;
    margin: 10px;
  }

  #icons {
    font-size: 40px;
    color: var(--azul);
    text-align: center;
  }

  .i-span {
    font-family: "MiFuente", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: var(--blanco);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  .i-span a {
    text-decoration: none;
    color: #fff;
  }

  .i-span h3 {
    margin-right: 20px;
  }

  #a-dir {
    font-size: 20px;
    font-style: italic;
  }

  .i-span-redes {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #mjs-web a {
    color: var(--blanco);
    font-size: 26px;
    font-family: "MiFuente", sans-serif;
    font-weight: 700;
    text-decoration: none;
  }

  .i-span-redes a>i {
    padding: 5px;
    color: var(--blanco);
    font-size: 60px;
  }
}

@media (max-width: 599px) {
  .container-mail-web {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: self-start;
    margin-top: 70px;
  }

  .redes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: 10px;
  }

  .redes a {
    text-decoration: none;
    padding: 5px;
    margin: 10px;
    font-size: 50px;
  }

  .container-ter-cond a {
    text-decoration: none;
    margin: 10px;
    font-size: 20px;
    color: var(--blanco);
    font-family: "MiFuente", sans-serif;
  }

  .container-ter-cond span {
    font-size: 18px;
    color: var(--blanco);
  }

  #icon-google {
    width: 40px;
  }

  .container-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    padding: 10px;
    gap: 10px;
  }

  .div-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 60px;
    background: var(--blanco);
    border-radius: 50%;
    margin: 10px;
  }

  #icons {
    font-size: 40px;
    color: var(--azul);
    text-align: center;
  }

  .i-span {
    font-family: "MiFuente", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: var(--blanco);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  .i-span a {
    text-decoration: none;
    color: #fff;
  }

  .i-span h3 {
    margin-right: 20px;
  }

  #a-dir {
    font-size: 20px;
    font-style: italic;
  }

  .i-span-redes {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #mjs-web a {
    color: var(--blanco);
    font-size: 26px;
    font-family: "MiFuente", sans-serif;
    font-weight: 700;
    text-decoration: none;
  }

  .i-span-redes a>i {
    padding: 5px;
    color: var(--blanco);
    font-size: 60px;
  }

}

/* Ajustes para cuando el dispositivo esté en modo horizontal */
@media (min-width: 600px) and (max-width:1079px) and (orientation: landscape) {

  .container-mail-web {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: self-start;
    margin-top: 70px;
  }

  .redes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: 10px;
  }

  .redes a {
    text-decoration: none;
    padding: 5px;
    margin: 10px;
    font-size: 30px;
  }

  .container-ter-cond a {
    text-decoration: none;
    padding: 5px;
    margin: 10px;
    font-size: 20px;
    color: var(--blanco);
  }

  .container-ter-cond span {
    font-size: 18px;
    color: var(--blanco);
  }

  .container-cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    padding: 10px;
    gap: 10px;
  }

  .div-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 60px;
    background: var(--blanco);
    border-radius: 50%;
    margin: 10px;
  }

  #icons {
    font-size: 40px;
    color: var(--azul);
    text-align: center;
  }

  .i-span {
    font-family: "MiFuente", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: var(--blanco);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }

  .i-span a {
    text-decoration: none;
    color: #fff;
  }

  .i-span h3 {
    margin-right: 20px;
  }

  #a-dir {
    font-size: 16px;
    font-style: italic;
  }

  .i-span-redes {
    display: flex;
    justify-content: center;
    align-items: center;
  }


  #mjs-web a {
    color: var(--blanco);
    font-size: 24px;
    font-family: "MiFuente", sans-serif;
    font-weight: 700;
    text-decoration: none;
  }

  .i-span-redes a>i {
    padding: 5px;
    color: var(--blanco);
    font-size: 50px;
  }
}