@charset "utf-8";
/*
Theme Name: twentytwentyfive-child
Template: twentytwentyfive
Author: Aforo10
Author URI: https://www.aforo10.com

 */
.font1 {
  font-family: 'font_1', Arial, Helvetica, sans-serif;
}
.font2 {
  font-family: 'font_2', Arial, Helvetica, sans-serif;
}
.font3 {
  font-family: 'font_3', Arial, Helvetica, sans-serif;
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
.pady {
  padding-left: 5%;
  padding-right: 5%;
}
.resp {
  width: 100%;
  height: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.tel {
  pointer-events: none;
}
p {
  line-height: 140% !important;
}
a {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.sin_margen {
  margin: 0 !important;
  margin-bottom: 10px !important;
}
.margin_top {
  margin-top: 10px !important;
}
/*loadinng*/
body {
  background-image: url(img/pattern_2.png);
}
body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--accent-1);
  z-index: 999999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  pointer-events: none;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 80px;
  aspect-ratio: 1;
  background-color: var(--wp--preset--color--base);
  z-index: 9999999;
  mask-image: url("img/loader.svg");
  -webkit-mask-image: url("img/loader.svg");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  pointer-events: none;
  animation: load_move 2s infinite;
}
body.loaded::before {
  opacity: 0;
}
body.loaded::after {
  opacity: 0;
}
@keyframes load_move {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
header a:focus {
  outline: 0px !important;
}
header a:hover {
  text-decoration: none !important;
}
.menu_principal a {
  position: relative;
}
.menu_principal a::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.menu_principal a:hover::after {
  width: 100%;
}
.mi_contenido {
  min-height: 100vh;
}
.no_underline a {
  text-decoration: none !important;
}
strong {
  font-weight: 600;
}
.cont_instala {
  margin-bottom: 20px !important;
}
.cont_instala h3,
.cont_instala p {
  padding: 0 5% !important;
}
.cont_instala p {
  margin: 5px;
}
#index_cab {
  text-align: center;
  min-height: 70vh;
  position: relative;
}
#index_cab img {
  /*filter: grayscale(100%);   filter: blur(2px); */
}
#index_cab h1 {
  font-size: 24px;
  margin-top: -40px;
  font-weight: bold;
  text-transform: uppercase;
}
#index_cab h2 {
  text-transform: uppercase;
  font-size: 21px;
}
#index_cab::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  aspect-ratio: 1;
  background-image: url("img/globos_1.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  z-index: 2;
  opacity: .5;
}
#index_cab::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90%;
  aspect-ratio: 1;
  background-image: url("img/globos_2.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  z-index: 2;
  opacity: .5;
}
#cab_cont {
  position: relative;
}
#cab_cont img {
  /*filter: grayscale(100%)  blur(2px) */
}
#cab_cont h1,
#cab_cont h2 {
  text-align: center;
  /*color:#fff; */
}
#cab_cont h1 {
  font-size: 51px;
}
#cab_cont h2 {
  font-size: 21px;
  text-transform: uppercase;
}
#cab_cont::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 140%;
  aspect-ratio: 1;
  background-image: url("img/globos_1.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  z-index: 2;
  opacity: .7;
}
#cab_cont::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 140%;
  aspect-ratio: 1;
  background-image: url("img/globos_2.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  z-index: 2;
  opacity: .7;
}
.zindex_top {
  position: relative;
  z-index: 9;
}
#porque_index {
  background-image: url("img/fiesta-cumpleanos-en-parque-infantil-palma.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.incluido {
  position: relative;
}
.incluido::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  aspect-ratio: 1;
  background-image: url("img/incluido.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
.extra {
  position: relative;
}
.extra::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  aspect-ratio: 1;
  background-image: url("img/extra.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
#magic_tarifas {
  background-image: url("img/back_cumple-magic_tarifas.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.cont_tarifa {
  margin-top: 0;
}
/* .ancho_max{ max-width:500px; margin:auto;  } */
.no_margin {
  margin-top: 0;
}
.no_link a {
  pointer-events: none;
}
#contacto {
  max-width: 900px;
  margin: auto;
  padding-top: 40px !important;
}
#datos_contacto a {
  text-decoration: none !important;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding-left: 40px;
}
#datos_contacto a:hover {
  opacity: .7;
}
#datos_contacto .direc {
  background-image: url("img/loc.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
#datos_contacto .tel {
  background-image: url("img/tel.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
#datos_contacto .mail {
  background-image: url("img/mail.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
#mi_form form label {
  font-size: 15px;
}
#mi_form form input[type="text"],
#mi_form form input[type="email"],
#mi_form form textarea {
  font-size: 15px;
  border: none;
  border-bottom: 1px #000 solid;
  padding: 10px;
  width: 100%;
  max-width: 400px;
}
#mi_form form input[type="submit"] {
  padding: 20px;
  border: none;
  background-color: var(--wp--preset--color--accent-1);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#mi_form form input[type="submit"]:hover {
  opacity: .7;
}
#mi_form form .wpcf7-response-output {
  font-size: 15px;
}
footer a {
  text-decoration: none !important;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
footer a:hover {
  opacity: .5;
}
footer a:focus {
  outline: 0px !important;
}
/*tablet y movil*/
@media only screen and (max-width: 1024px) {
  footer .container {
    padding: 20px;
  }
}
/*tablet generico*/
/* tablet landscape */
/* tablet portrait y movil */
/* tablet portrait */
/* mobile*/
@media only screen and (max-width: 700px) {
  .tel {
    pointer-events: auto;
  }
  .mi_contenedor {
    padding: 20px 10px !important;
  }
  .mi_contenido {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .pad_control {
    padding: 10px !important;
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    padding: 2rem;
  }
  /* Menú móvil: centrar los ítems */
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 1rem;
    gap: 1rem;
    /* Espaciado entre ítems (opcional) */
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #index_cab {
    min-height: 60vh !important;
  }
  #index_cab h2 {
    font-size: 21px;
  }
  #index_cab::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 70%;
    aspect-ratio: 1;
    background-image: url("img/globos_1.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: 0;
    opacity: 1;
  }
  #index_cab::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 70%;
    aspect-ratio: 1;
    background-image: url("img/globos_2.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: 1;
    opacity: 1;
    display: none;
  }
  #cab_cont {
    min-height: 40vh !important;
  }
  #cab_cont h1 {
    font-size: 36px;
  }
  #cab_cont h2 {
    font-size: 21px;
  }
  #cab_cont::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140%;
    aspect-ratio: 1;
    background-image: url("img/globos_1.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: 0;
    opacity: 1;
  }
  #cab_cont::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 140%;
    aspect-ratio: 1;
    background-image: url("img/globos_2.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: 0;
    opacity: 1;
    display: none;
  }
  #porque_index {
    background-image: none;
  }
  #contenido_porque {
    padding: 0 !important;
  }
  .texto-somos {
    padding: 5%;
  }
  footer {
    text-align: center !important;
  }
  .datos_footer,
  .copy_footer {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .datos_footer p,
  .copy_footer p {
    text-align: center !important;
  }
  .datos_footer .tel a {
    font-size: 24px;
  }
  .info_footer {
    width: 100%;
    text-align: center;
  }
  #redes {
    width: 100%;
    justify-content: center !important;
  }
  .menu_footer ul {
    display: block !important;
    width: 100%;
  }
  .menu_footer ul li {
    display: block !important;
  }
  .menu_footer ul li a {
    width: 100%;
    text-align: center;
  }
  .copy_footer {
    text-align: center;
    margin-top: 40px !important;
    width: 100% !important;
  }
}
/* mobile landscape*/
/* mobile portarit*/
