@keyframes cambio_imagen_1 {
  0% {
    background-image: url("../img/programacion.jpg");
  }
  25% {
    background-image: url("https://www.gameit.es/wp-content/uploads/2022/01/25C13A4B-4DCB-4C46-941B-0966ED7BC1DA.jpeg");
  }
  50% {
    background-image: url("http://www.scratch.school/wp-content/uploads/2022/03/videojuegos-3D-unity-scaled.jpeg");
  }
  75% {
    background-image: url("https://venturebeat.com/wp-content/uploads/2020/08/unity-2.jpg?w=1200&strip=all");
  }
  100% {
    background-image: url("../img/programacion.jpg");
  }
}
@keyframes cambio_imagen_2 {
  0% {
    background-image: url("../img/videojuego-movil.jpg");
  }
  25% {
    background-image: url("https://i.blogs.es/349946/construct_3/450_1000.jpg");
  }
  50% {
    background-image: url("https://i0.wp.com/ceroideas.es/wp-content/uploads/2019/11/gamemaker-studio.jpg?resize=1140%2C760&ssl=1");
  }
  75% {
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ25ujsAeoldgv2OCERah6pFzq7cJkfw7CGxw&usqp=CAU");
  }
  100% {
    background-image: url("../img/videojuego-movil.jpg");
  }
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  margin-bottom: 5px;
}

body {
  background-image: linear-gradient(rgb(22, 22, 110), rgb(156, 156, 218));
  z-index: 0;
}

h1 {
  margin: 16px;
  color: rgb(231, 231, 231);
}

h2 {
  margin: 16px;
  color: rgb(231, 231, 231);
}

a {
  color: rgb(231, 231, 231);
}

.titulo {
  text-align: center;
}

p {
  text-align: justify;
  margin: 3px;
  color: rgb(231, 231, 231);
}

label {
  color: rgb(231, 231, 231);
}

fieldset {
  background-color: rgba(209, 209, 233, 0.083);
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  background-image: url("../img/fondo.jpg");
  background-size: cover;
  height: 60px;
  padding: 10px;
}

.img_footer {
  width: 30px;
  height: 30px;
  padding: 5px;
}

header {
  background-image: url("../img/fondo.jpg");
  background-size: cover;
  position: sticky;
  top: 0px;
  z-index: 1;
  margin: 0px;
}

.contenedor_img_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
}

.img_header {
  height: 90px;
  width: 150px;
}

.nav_header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 28px;
  background-color: black;
  margin: 0px;
}
.nav_header ul {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  list-style: none;
  height: 20px;
  padding-left: 0px;
  width: 100%;
}
.nav_header ul a {
  font-size: 18px;
  text-decoration: none;
  align-items: center;
}

@media screen and (max-width: 700px) {
  header {
    position: relative;
  }
  .nav_header {
    height: 65px;
  }
  .nav_header ul {
    height: 65px;
    flex-direction: column;
    align-items: center;
    justify-items: center;
  }
}
.grid_base, .grid_contacto, .grid_carta_juego2, .grid_carta_juego, #grid_2_servicios, #grid_1_servicios, #grid_nosotros, #grid_index {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin: 35px;
}

.img_style, .container_privacy_policy, .container_button, .img_juego_3, .img_juego_2, .img_juego_1, .video_juego, #img_servicios, #video_index {
  border-radius: 4%;
  width: 100%;
  height: 100%;
}

#carouselExampleFade {
  grid-area: a3;
}

.d-block {
  border-radius: 3%;
}

#grid_index {
  grid-template-columns: 300px 300px;
  grid-template-rows: 300px 340px;
  grid-template-areas: "a1 a2" "a3 a3";
}

#parrafo_index {
  grid-area: a1;
}

#video_index {
  grid-area: a2;
}

#grid_nosotros {
  grid-template-columns: 250px 250px;
  grid-template-rows: 20px 220px;
  grid-template-areas: "a1 a1" "a3 a3";
}

#titulo_nosotros {
  grid-area: a1;
}

#parrafo_nosotros_uno {
  grid-area: a3;
}

#nosotros_img1 {
  grid-area: a4;
  animation-name: cambio_imagen_1;
  border-radius: 5%;
  background-size: cover;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  width: 100%;
  height: 100%;
}

#nosotros_img2 {
  grid-area: a5;
  animation-name: cambio_imagen_2;
  border-radius: 5%;
  background-size: cover;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  width: 100%;
  height: 100%;
}

.img_nosotros {
  transition: all 0.3s;
}

.img_nosotros:hover {
  transform: scale(1.1, 1.1);
}

#nosotros_fieldset {
  align-self: start;
  grid-area: a2;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5%;
}

#grid_1_servicios {
  grid-template-columns: 360px 290px;
  grid-template-rows: 50px 280px;
  grid-template-areas: "b1 b3" "b2 b3";
}

#titulo_servicios {
  grid-area: b1;
}

#parrafo_servicios_uno {
  grid-area: b2;
  margin-right: 10px;
  margin-right: 10px;
}

#img_servicios {
  grid-area: b3;
}

#grid_2_servicios {
  border-radius: 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.329), rgba(0, 0, 0, 0));
  grid-template-columns: 200px 200px 200px 200px;
  grid-template-rows: 500px;
}

.carta_servicio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 400px;
}

.logo_servicio {
  width: 80%;
  transition: all 0.3s;
}

.logo_servicio:hover {
  transform: scale(1.1, 1.1);
}

.grid_carta_juego {
  background-image: linear-gradient(rgba(0, 0, 0, 0.329), rgba(0, 0, 0, 0));
  padding: 20px;
  border-radius: 50%;
  grid-template-columns: 90px 90px 90px 160px 160px;
  grid-template-rows: 90px 70px 55px 55px 55px;
  grid-template-areas: "a1 a2 a2 a4 a4" "a3 a3 a3 a4 a4" "a6 a7 a8 a4 a4" "a6 a7 a8 a4 a4" "a6 a7 a8 a5 a9";
}

.grid_carta_juego2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.329), rgba(0, 0, 0, 0));
  padding: 20px;
  border-radius: 50%;
  grid-template-columns: 90px 70px 70px 160px 160px;
  grid-template-rows: 90px 70px 41.25px 41.25px 27.5px 55px;
  grid-template-areas: "a1 a2 a2 a4 a4" "a3 a3 a3 a4 a4" "a6 a6 a6 a4 a4" "a6 a6 a6 a4 a4" "a7 a7 a7 a4 a4" "a7 a7 a7 a5 a9";
}

.name_juego {
  font-size: 21px;
  grid-area: a2;
}

.video_juego {
  grid-area: a4;
}

.description_juego {
  grid-area: a3;
  font-size: 15px;
}

.img_juego_1 {
  grid-area: a6;
  transition: all 0.3s;
}

.img_juego_1:hover {
  transform: scale(1.3, 1.3);
}

.img_juego_2 {
  grid-area: a7;
  transition: all 0.3s;
}

.img_juego_2:hover {
  transform: scale(1.3, 1.3);
}

.img_juego_3 {
  grid-area: a8;
  transition: all 0.3s;
}

.img_juego_3:hover {
  transform: scale(1.3, 1.3);
}

.container_button {
  grid-area: a5;
  flex-direction: center;
}

.container_privacy_policy {
  grid-area: a9;
  flex-direction: center;
}

.game_button {
  width: 100%;
  height: 100%;
}

.icono_juego {
  border-radius: 25%;
  grid-area: a1;
  height: 90%;
  width: 90%;
}

.description {
  width: 100%;
}

.grid_contacto {
  grid-template-columns: 360px 360px;
  grid-template-rows: 20px 360px;
  grid-template-areas: "a1 a2" "a3 a4";
  padding: 20px;
}

#formulario_titulo {
  grid-area: a1;
}

#ubicacion_titulo {
  grid-area: a2;
}

#fieldset_formulario {
  grid-area: a3;
  text-align: center;
  border-radius: 5%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#form {
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#boton_form {
  width: 50%;
}

#id_des_motivo {
  height: 40%;
}

#mapa {
  grid-area: a4;
  width: 100%;
  height: 100%;
  border-radius: 5%;
}

@media screen and (max-width: 870px) {
  #grid_2_servicios {
    grid-template-columns: 200px 200px;
    grid-template-rows: 500px 500px;
  }
}
@media screen and (max-width: 800px) {
  #grid_nosotros {
    grid-template-columns: 250px 250px;
    grid-template-rows: 20px 200px;
    grid-template-areas: "a1 a1" "a3 a3";
  }
  .grid_contacto {
    grid-template-columns: 360px;
    grid-template-rows: 20px 360px 20px 360px;
    grid-template-areas: "a1" "a3" "a2" "a4";
    justify-content: center;
  }
}
@media screen and (max-width: 700px) {
  #grid_index {
    grid-template-columns: 300px;
    grid-template-rows: 300px 300px;
    grid-template-areas: "a2" "a1" "a3";
  }
  #grid_1_servicios {
    display: grid;
    grid-template-columns: 400px;
    grid-template-rows: 50px;
    grid-template-areas: "b1" "b2";
  }
  #img_servicios {
    display: none;
  }
  .grid_carta_juego {
    grid-template-columns: 90px 90px 90px;
    grid-template-rows: 90px 270px 70px 55px 55px 55px 55px;
    grid-template-areas: "a1 a2 a2" "a4 a4 a4" "a3 a3 a3" "a6 a7 a8" "a6 a7 a8" "a6 a7 a8" "a5 a5 a9";
  }
  .grid_carta_juego2 {
    grid-template-columns: 90px 90px 90px;
    grid-template-rows: 90px 270px 85px 110px 110px 55px;
    grid-template-areas: "a1 a2 a2" "a4 a4 a4" "a3 a3 a3" "a6 a6 a6" "a7 a7 a7" "a5 a5 a9";
  }
}
@media screen and (max-width: 550px) {
  #grid_nosotros {
    grid-template-columns: 150px 150px;
    grid-template-rows: 20px 350px;
    grid-template-areas: "a1 a1" "a3 a3";
  }
  .grid_contacto {
    grid-template-columns: 280px;
    grid-template-rows: 20px 280px 20px 280px;
    grid-template-areas: "a1" "a3" "a2" "a4";
  }
  #grid_2_servicios {
    grid-template-columns: 200px;
    grid-template-rows: 500px 500px 500px 500px;
  }
  #grid_1_servicios {
    grid-template-columns: 250px;
    grid-template-rows: 100px;
    grid-template-areas: "b1" "b2";
  }
}

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