@font-face {
  font-family: "MasterQuest";
  src: url(../fonts/Master-Quest/MastersQuest.woff) format(woff);
}
@font-face {
  font-family: "Paradise";
  src: url(../fonts/Paradise-Signature/ParadiseSignatureRegular.woff2) format(woff2);
}
body {
  margin: 0;
  font-family: "MasterQuest", sans-serif;
  background: #fefefe;
  color: #222;
}

a {
  text-decoration: none !important;
  color: #FF0700;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.principal {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-direction: row;
  overflow: hidden;
}

header {
  background-image: url(../img/ciudad-de-posadas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: blur(20px);
  color: white;
  padding: 0;
  text-align: center;
  display: flex;
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.2em);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.nombre {
  font-size: 8vh;
}

.lemas {
  display: flex;
  line-height: 200%;
}

.subtitulo {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.cargo {
  margin: 0 15%;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
}

.redes-sociales {
  display: flex;
  padding: 0;
  background: linear-gradient(#F98C01, #FF0700);
  justify-content: space-evenly;
  align-items: center;
  gap: 5em;
  padding: 2rem;
  text-decoration: none;
}

.red-social:hover {
  transform: scale(1.2);
}
.red-social a:hover + .CTA {
  display: block;
}

.CTA {
  color: #fefefe;
  display: none;
  pointer-events: none;
  text-decoration: none;
}

.iconos {
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fefefe;
  font-size: 2em;
}

.redes-sociales a:hover .CTA {
  opacity: 1;
  transform: translateY(0);
}

main {
  padding: 0;
  text-align: center;
}

.nombre-ubicacion {
  font-family: "Paradise";
  font-size: 6vh;
}

h2 {
  font-size: 2em;
}

.fa-solid {
  font-size: 2em;
  color: #3e3e3e;
}

.titulos {
  font-family: "MasterQuest";
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #222;
}

.persona {
  width: 35%;
  max-height: 100%;
  text-align: center;
  filter: drop-shadow(-3em 0px 25px rgba(0, 0, 0, 0.2));
}
.persona:hover {
  transform: translateY(-8px);
}

.intro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.intro img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
}
.intro .text {
  flex: 1;
}

.objetivos {
  padding: 3rem 1rem;
  background-color: #f7f7f7;
}
.objetivos .objetivos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.objetivos .objetivo-card {
  background: linear-gradient(#f4bc73, #ed7a76);
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.objetivos .objetivo-card:hover {
  transform: translateY(-5px);
  background: linear-gradient(#F98C01, #FF0700);
}
.objetivos .objetivo-card h3 {
  font-size: 1, 5rem;
  margin-bottom: 1rem;
  color: #f7f7f7;
}
.objetivos .objetivo-card p {
  font-size: 1rem;
  color: #f7f7f7;
}

button {
  background: linear-gradient(#F98C01, #FF0700);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
button:hover {
  background: linear-gradient(#f4bc73, #ed7a76);
}

.carousel .slider {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgb(189, 189, 189);
}
.carousel .slider .slides {
  display: flex;
  overflow: visible;
  flex-direction: row;
  width: 50vh;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.carousel .slider img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  pointer-events: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel .slider img:active:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.carousel .slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #F98C01;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 30%;
  z-index: 1;
  pointer-events: auto;
}
.carousel .slider .prev {
  left: 10px;
}
.carousel .slider .next {
  right: 10px;
}

.social {
  margin-top: 2rem;
  text-align: center;
}
.social .iframe-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.informacion {
  margin-bottom: 2em;
}

.imagen-grande {
  height: 75vh;
  width: auto;
  border: 10px solid transparent;
  padding: 20px;
  border-radius: 20px;
  background-image: linear-gradient(white, white), linear-gradient(#F98C01, #FF0700);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.contacto {
  margin: 2rem 0;
  text-align: center;
}
.contacto .formulario {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.contacto .formulario iframe {
  width: 100%;
  max-width: 600px;
  height: 1000px;
  border: none;
  border-radius: 10px;
}

footer {
  background: linear-gradient(#F98C01, #FF0700);
  color: white;
  text-align: center;
  padding: 1rem 0;
}

@media (max-width: 900px) {
  .intro {
    flex-direction: column;
  }
  .nombre {
    font-size: 8vh;
  }
  .principal {
    display: inline-flexbox;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .subtitulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cargo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .carousel .slides {
    flex-direction: column;
  }
  .persona {
    width: 70%;
    text-align: center;
    filter: drop-shadow(-1em 0px 25px rgba(0, 0, 0, 0.2));
  }
  .persona:hover {
    transform: translateY(-8px);
  }
}
@media (max-width: 540px) {
  .imagen-grande {
    height: 25vh;
    width: auto;
  }
}
@media (max-width: 350px) {
  .lemas {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */