@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dokdo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Dokdo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Dokdo&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
nav ul {
  gap: 100px;
  list-style-type: none;
  font-family: "Dokdo", system-ui;
  justify-content: end;
}
nav ul li {
  text-decoration: none;
  font-size: 25px;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-image: url("../img/FONDO11.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
}

/*CSS HOME.HTML*/
.contenido-home {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
  padding: 20px;
}

.contenedor-fotos {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin-top: 50px;
}

.foto {
  width: 200px;
  border-radius: 50%;
  transition: transform 0.3s;
}

/* Foto central en el medio y más alta */
.foto-central {
  margin-top: 0;
  z-index: 1;
}

/* Fotos laterales más bajas */
.foto-izquierda,
.foto-derecha {
  margin-top: 40px;
}

.frase {
  font-family: "Dokdo", system-ui;
  font-size: 50px;
  color: black;
  max-width: 600px;
  line-height: 1.4;
}

.img {
  transition: transform 0.8s ease-in-out;
  border-radius: 50%;
  margin-top: 40px;
}

.img:hover {
  transform: rotate(360deg);
}

/*CSS FAMILIA.HTML*/
h3 {
  font-family: "Dokdo", system-ui;
  font-size: 35px;
  margin-left: 100px;
}

.parrafo {
  text-align: center;
  font-family: "Dokdo", system-ui;
  font-size: 30px;
  margin: 20px;
  color: rgb(0, 0, 0);
}

.familia {
  padding: 30px;
  text-align: center;
}

.columnas {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.columna-superior, .columna-futbol {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.719);
  gap: 50px;
}

.columna {
  width: 30%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.85);
}

.columna,
.columna-superior,
.columna-futbol {
  font-family: "Dokdo", system-ui;
  font-size: 35px;
  margin-bottom: 10px;
}

.video {
  transition: transform 0.5s ease-in-out;
  display: inline-block;
  margin-top: 100px;
}

.video:hover {
  transform: scale(1.1);
}

/*CSS CONTACTO.HTML*/
.tarjet, .tarjet-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.tarjet-contact {
  margin-top: 200px;
  justify-content: center;
  margin-bottom: 223px;
}

/*CSS FUTBOL.HTML*/
.columna-futbol {
  display: flex;
  gap: 40px;
  justify-content: center;
}

/*CSS MEDIAQUARIS.HTML*/
@media (max-width: 768px) {
  .contenido-home {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }
  .frase {
    font-size: 30px;
    margin: 10px;
  }
  .contenedor-fotos {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .foto {
    width: 140px;
  }
  .foto-izquierda,
  .foto-derecha {
    margin-top: 20px;
  }
  .columnas {
    flex-direction: column;
    align-items: center;
  }
  .columna,
  .columna-superior,
  .columna-futbol {
    width: 90%;
    font-size: 25px;
    text-align: center;
  }
  .tarjet-contact {
    flex-direction: column;
    gap: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .columna-futbol {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  h3 {
    margin-left: 0;
    text-align: center;
  }
  .parrafo {
    font-size: 24px;
    padding: 10px;
  }
}
/* --- Para pantallas hasta 1024px --- */
@media (max-width: 1024px) {
  .contenido-home {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  .frase {
    font-size: 40px;
    margin: 20px;
  }
  .contenedor-fotos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
  .foto {
    width: 180px;
  }
  .columna,
  .columna-superior,
  .columna-futbol {
    width: 80%;
    font-size: 30px;
    text-align: center;
  }
  .tarjet, .tarjet-contact {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .columna-futbol {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  h3 {
    text-align: center;
    margin-left: 0;
  }
  .parrafo {
    font-size: 26px;
    margin: 10px;
  }
}
/* --- Para pantallas hasta 430px (celulares) --- */
@media (max-width: 430px) {
  .frase {
    font-size: 30px;
    margin: 10px;
  }
  .foto {
    width: 130px;
  }
  .columna,
  .columna-superior,
  .columna-futbol {
    width: 95%;
    font-size: 24px;
    padding: 10px;
  }
  .tarjet-contact {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .parrafo {
    font-size: 22px;
  }
  .img {
    width: 100%;
    max-width: 300px;
  }
  .contenido-home {
    padding: 10px;
  }
  .contenedor-fotos {
    flex-direction: column;
    align-items: center;
  }
}
.footer {
  background-color: rgb(250, 246, 246);
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 20px;
}

/*# sourceMappingURL=style.css.map */
