* {
  padding: 0;
  margin: 0;
}

section {
  background-image: url(../imagenes/playa11.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/*HEADER*/
.encabezado {
  grid-area: header;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .encabezado .encabezado {
    display: flex;
  }
}
.encabezado .logo {
  margin: 5px;
  width: 100px;
}
.encabezado nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.encabezado nav div .navbar-toggler {
  background-color: rgb(0, 140, 255);
}
.encabezado nav div div ul li {
  width: 120px;
  text-align: center;
  color: white;
  background-color: orange;
  border: solid;
  border-color: orange;
  border-radius: 3px;
  margin: 15px;
  padding: 3px;
  border: 3px;
  border-style: double;
}
.encabezado nav div div ul li .icono {
  width: 20px;
}

.seccion {
  grid-area: seccion;
  display: flex;
  flex-direction: column;
}
.seccion article h1 {
  color: white;
  text-align: start;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 60px;
  text-shadow: 2px 2px black;
}
.seccion article h2 {
  color: white;
  margin: 5px;
  font-size: 2rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-shadow: 2px 2px black;
}
.seccion article div p {
  background-color: orange;
  color: white;
  text-align: center;
  width: 95%;
  padding: 30px;
  font-size: 20px;
  font-style: oblique;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-shadow: 2px 2px black;
}
@media (min-width: 768px) {
  .seccion article div p {
    color: white;
    text-shadow: 2px 2px black;
  }
}
.seccion article div div {
  display: flex;
  justify-content: center;
  margin: 10px;
}
.seccion article div div iframe {
  width: 400px;
  height: 200px;
}

/*SECCION ACTIVIDADES*/
.seccion-actividades {
  grid-area: seccion;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: 100%;
}
.seccion-actividades article h1 {
  color: white;
  text-align: start;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 60px;
  text-shadow: 2px 2px black;
}
.seccion-actividades article nav ul .lista-actividad {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .seccion-actividades article nav ul .lista-actividad {
    flex-direction: row;
    justify-content: space-around;
    text-align: start;
    margin: 15px;
    padding: 3px;
  }
}
@media (min-width: 768px) {
  .seccion-actividades article nav ul .lista-actividad .act-cont:hover {
    transform: scale(1.05, 1.05);
    transition: 1s;
  }
}
.seccion-actividades article nav ul .lista-actividad .act-cont a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.seccion-actividades article nav ul .lista-actividad .act-cont a img {
  height: 200px;
  width: 400px;
}
.seccion-actividades article nav ul .lista-actividad .act-cont p {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: orange;
  margin: 0;
  width: 400px;
  height: 200px;
  font-size: 1rem;
  font-style: oblique;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: white;
  text-shadow: 2px 2px black;
}
@media (min-width: 768px) {
  .seccion-actividades article nav ul .lista-actividad .act-cont p {
    width: 90%;
    font-size: 1.3rem;
    display: flex;
    text-align: start;
    color: white;
    text-shadow: 2px 2px black;
  }
}
.seccion-actividades article nav ul .lista-actividad .act-cont .parrafo {
  color: white;
}
@media (min-width: 768px) {
  .seccion-actividades article nav ul .lista-actividad .act-cont .parrafo {
    font-size: 1.3rem;
    color: white;
    text-shadow: 2px 2px black;
  }
}
@media (min-width: 768px) {
  .seccion-actividades article nav ul .lista-actividad .act-cont {
    display: flex;
  }
}

/*Horarios*/
.seccion-horarios {
  grid-area: seccion;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.seccion-horarios .horario h1 {
  color: white;
  text-align: start;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 60px;
  text-shadow: 2px 2px black;
}
.seccion-horarios .horario div {
  display: flex;
  justify-content: space-around;
}
.seccion-horarios .horario div .img-hora {
  width: 500px;
  margin: 30px;
}
.seccion-horarios .horario div .detalle {
  text-align: start;
  color: white;
  text-shadow: 2px 2px black;
}

/*FORMULARIO*/
.seccion-formulario {
  grid-area: seccion;
  width: 100%;
  height: 100%;
  background-color: orange;
  display: flex;
  flex-direction: column;
}
.seccion-formulario h1 {
  color: white;
  text-align: start;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 60px;
  text-shadow: 2px 2px black;
}
.seccion-formulario .formulario {
  margin: 0;
}
.seccion-formulario .formulario div .indicacion {
  font-size: 1rem;
  color: white;
  text-shadow: 2px 2px black;
}

/*NOSOTROS*/
.seccion-nosotros {
  grid-area: seccion;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.seccion-nosotros h1 {
  color: white;
  text-align: start;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 60px;
  text-shadow: 2px 2px black;
}
.seccion-nosotros h2 {
  color: white;
  text-align: center;
  margin: 30px;
  font-size: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-shadow: 2px 2px black;
}
.seccion-nosotros div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .seccion-nosotros div {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.seccion-nosotros div .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 13rem;
  margin: 8px;
}
@media (min-width: 768px) {
  .seccion-nosotros div .card {
    flex-direction: column;
    width: 15rem;
  }
  .seccion-nosotros div .card:hover {
    transform: scale(1.05, 1.05);
    transition: 1s;
  }
}
.seccion-nosotros div img {
  width: 13rem;
}
@media (min-width: 768px) {
  .seccion-nosotros div img {
    height: 300px;
    width: 240px;
  }
}
.seccion-nosotros div .card-body {
  width: 13rem;
}
.seccion-nosotros div .card-body p {
  font-size: 1rem;
  font-style: oblique;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

footer {
  grid-area: "footer";
}
footer .finfooter {
  flex-direction: colum;
  align-items: flex-end;
  justify-content: flex-end;
}
footer .finfooter .redes {
  margin: 30px;
  width: 40px;
  transform: scale(1.05, 1.05);
  -webkit-animation: wobble-hor-bottom 3s infinite;
  animation: wobble-hor-bottom 3s infinite;
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}
footer .finfooter .copyright {
  color: orange;
  text-align: end;
  font-size: 12px;
  margin: 20px;
}

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