@charset "UTF-8";
@import "../node_modules/plyr/dist/plyr.css";
/*
@include displays.fullDesktop {

}*/
/*test*/
/*VARIABLES FUENTES*/
/*STYLE HOME*/
header {
  background-color: #fff;
  height: 130px;
  width: 100%;
  position: relative;
  z-index: 10000;
  transition: all 1s;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 1s;
}
@media only screen and (max-width: 768px) {
  header {
    position: relative;
  }
}
header nav {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  header nav {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  header nav {
    width: 100%;
  }
}
header nav ul.nav_primary.mobile .hov_dropnav {
  position: relative;
}
header nav ul.nav_primary.mobile .hov_dropnav > a {
  display: block;
  padding-right: 28px;
  position: relative;
}
header nav ul.nav_primary.mobile .hov_dropnav > a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transition: transform 0.25s ease;
}
header nav ul.nav_primary.mobile .hov_dropnav:hover > a::after, header nav ul.nav_primary.mobile .hov_dropnav:focus-within > a::after {
  transform: translateY(-50%) rotate(-135deg);
}
header nav ul {
  align-items: center;
  justify-content: space-between;
  height: 100%;
  /* dropdown */
}
@media only screen and (max-width: 1024px) {
  header nav ul {
    justify-content: center;
  }
}
header nav ul li {
  font-size: 22px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  header nav ul li {
    display: none;
  }
}
header nav ul li::before {
  content: url("../img/home/hov_nav.png");
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -15px;
  transition: all 0.4s;
  transform: scaleX(0);
}
@media only screen and (max-width: 1024px) {
  header nav ul li::before {
    display: none;
  }
}
header nav ul li:hover::before {
  transform: scaleX(1);
}
header nav ul li:hover .hov_dropnav {
  display: block;
}
header nav ul li ul li::before {
  display: none;
}
header nav ul li a {
  text-align: center;
  width: 100%;
  position: relative;
}
header nav ul li a img {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media only screen and (max-width: 1024px) {
  header nav ul li a img {
    right: 20%;
  }
}
header nav ul li ul li a {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  header nav ul .hov_dropnav {
    position: relative;
    top: 0;
    width: 100%;
  }
}
header nav ul .hov_dropnav::before {
  content: none;
}
header nav ul .hov_dropnav:hover::before {
  transform: scaleX(0);
}
header nav ul .hov_dropnav ul {
  display: none;
  position: absolute;
  top: 24px;
  width: max-content;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  background-color: #fff;
  line-height: 55px;
  padding: 0 25px 10px 25px;
  height: auto;
}
header nav ul .hov_dropnav li {
  height: 55px;
  padding: 0 15px;
  display: block;
  cursor: pointer;
}
header nav ul .hov_dropnav li:hover {
  color: #9460F9;
}
@media only screen and (max-width: 1024px) {
  header nav ul .hov_dropnav li {
    height: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header nav ul .not_hov {
    display: none;
  }
}
header nav .rr_ss {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  header nav .rr_ss {
    display: none;
  }
}
header nav .rr_ss ul li {
  width: 30px;
  margin-left: 10px;
}
header nav .rr_ss ul li img {
  width: 100%;
}
header nav.active-nav ul {
  padding: 0;
}
header nav.active-nav ul li {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  header nav.active-nav ul li {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  header nav.active-nav ul li {
    height: auto;
    padding: 20px 0;
    border-color: #fff;
  }
}
header .dis_flex {
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  header .dis_flex .not_hov img {
    display: none;
  }
}
header .logo-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header .logo-mobile {
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  header .logo-mobile {
    left: 60px;
  }
}
@media only screen and (max-width: 640px) {
  header .logo-mobile {
    left: 10px;
  }
}

main {
  /* Estilos de imágenes formulario */
}
main #slider {
  height: calc(100vh - 130px);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  main #slider {
    height: auto;
  }
}
main #slider .mySwiper {
  position: relative;
  height: 100%;
}
main #slider .mySwiper .swiper-slide {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
main #slider .mySwiper .swiper-slide .fondo_banner {
  width: 945px;
  position: absolute;
  z-index: -20;
}
main #slider .mySwiper .swiper-slide .container {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100vh - 130px);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  main #slider .mySwiper .swiper-slide .container {
    height: auto;
    padding: 200px 0;
  }
}
@media only screen and (max-width: 640px) {
  main #slider .mySwiper .swiper-slide .container {
    padding: 150px 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
  }
}
main #slider .mySwiper .swiper-slide .container .title-banner {
  max-width: 660px;
  z-index: 100;
}
main #slider .mySwiper .swiper-slide .container .title-banner h1 {
  line-height: 72px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 640px) {
  main #slider .mySwiper .swiper-slide .container .title-banner h1 {
    line-height: 40px;
  }
}
main #slider .mySwiper .swiper-slide .container .title-banner p {
  max-width: 630px;
  margin-bottom: 30px;
  font-weight: 200;
}
@media only screen and (max-width: 640px) {
  main #slider .mySwiper .swiper-slide .container .title-banner .btns {
    display: flex;
    justify-content: space-between;
  }
}
main #slider .mySwiper .swiper-slide .container .title-banner .btns .btn {
  background-color: #D6DDFA;
  height: 50px;
  width: 178px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  color: #132A4F;
  border-radius: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 640px) {
  main #slider .mySwiper .swiper-slide .container .title-banner .btns .btn {
    margin-right: 0;
  }
}
main #slider .mySwiper .swiper-slide .container .title-banner .btns .btn:hover {
  background-color: #9460F9;
  color: white;
  transition: all 0.5s;
}
@media only screen and (max-width: 640px) {
  main #slider .mySwiper .swiper-slide .container .img-banner {
    width: 100%;
    display: block;
    position: absolute;
    opacity: 0.3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
main #slider .mySwiper .swiper-slide .container .img-banner .fondo_360 {
  width: 910px;
  bottom: 82px;
  position: absolute;
  right: 0;
  z-index: 50;
  top: 0;
  transform: scale(0.8);
  transition: all 1s;
}
@media only screen and (max-width: 1520px) {
  main #slider .mySwiper .swiper-slide .container .img-banner .fondo_360 {
    width: 70%;
    bottom: 100px;
    top: unset;
  }
}
@media only screen and (max-width: 1024px) {
  main #slider .mySwiper .swiper-slide .container .img-banner .fondo_360 {
    display: none;
  }
}
main #slider .mySwiper .swiper-slide .container .img-banner .img_360 {
  width: 730px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-360deg);
  transition: all 0.8s;
}
@media only screen and (max-width: 1520px) {
  main #slider .mySwiper .swiper-slide .container .img-banner .img_360 {
    width: 55%;
  }
}
@media only screen and (max-width: 1280px) {
  main #slider .mySwiper .swiper-slide .container .img-banner .img_360 {
    top: unset;
    bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  main #slider .mySwiper .swiper-slide .container .img-banner .img_360 {
    position: relative;
    top: 0;
  }
}
main #slider .arrow_bot {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}
@media only screen and (max-width: 640px) {
  main #slider .arrow_bot {
    bottom: 0;
  }
}
main #about_us {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  height: auto;
}
@media only screen and (max-width: 1520px) {
  main #about_us {
    padding: 80px 0;
    height: auto;
  }
}
main #about_us #left {
  width: 365px;
  position: absolute;
  left: -50px;
  bottom: -50px;
}
main #about_us #right {
  width: 365px;
  position: absolute;
  right: -140px;
  top: -90px;
}
main #about_us .center-column {
  text-align: center;
  margin: 0 auto;
}
main #about_us .center-column p {
  max-width: 970px;
  margin: 0 auto;
  margin-top: 30px;
}
main #about_us .center-column .items_about {
  width: 1120px;
  margin: 0 auto;
  padding-top: 85px;
}
@media only screen and (max-width: 1024px) {
  main #about_us .center-column .items_about {
    width: 100%;
  }
}
main #about_us .center-column .items_about ul {
  justify-content: space-between;
}
main #about_us .center-column .items_about ul li {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  main #about_us .center-column .items_about ul li {
    margin: 0 auto;
    width: 80%;
    margin-bottom: 40px;
  }
}
main #about_us .center-column .items_about ul li img {
  width: 100px;
}
main #about_us .center-column .items_about ul li h4 {
  font-size: 65px;
  font-weight: 900;
  font-family: "Myriad Pro Bold";
  margin-top: 25px;
}
main #services {
  height: 800px;
  overflow: hidden;
  /* Estilos para el botón close */
}
@media only screen and (max-width: 640px) {
  main #services {
    height: auto;
  }
}
main #services .title {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
main #services .col-2 {
  position: relative;
  height: calc(100% - 62px) !important;
  /* ======== MODAL GENÉRICO ======== */
}
main #services .col-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 42, 79, 0.3);
  z-index: 1;
}
main #services .col-2 img.img_service {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main #services .col-2 button.play_boton {
  background-color: unset;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  cursor: pointer;
}
main #services .col-2 .modal_marketing,
main #services .col-2 .modal_tradicional {
  display: none; /* oculto por defecto */
  position: fixed;
  z-index: 10000;
  background: rgba(19, 42, 79, 0.8);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
main #services .col-2 .modal_marketing.active,
main #services .col-2 .modal_tradicional.active {
  display: flex; /* se muestra al activarlo con JS */
}
main #services .col-2 .modal_marketing .modal_content,
main #services .col-2 .modal_tradicional .modal_content {
  position: relative;
  max-width: 900px;
  width: 90%;
  /* Botón cerrar (X) */
}
main #services .col-2 .modal_marketing .modal_content video,
main #services .col-2 .modal_tradicional .modal_content video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
main #services .col-2 .modal_marketing .modal_content .close,
main #services .col-2 .modal_tradicional .modal_content .close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
}
main #services .col-2 .modal_marketing .modal_content .close::before, main #services .col-2 .modal_marketing .modal_content .close::after,
main #services .col-2 .modal_tradicional .modal_content .close::before,
main #services .col-2 .modal_tradicional .modal_content .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  background-color: #fff;
  transform-origin: center;
}
main #services .col-2 .modal_marketing .modal_content .close::before,
main #services .col-2 .modal_tradicional .modal_content .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
main #services .col-2 .modal_marketing .modal_content .close::after,
main #services .col-2 .modal_tradicional .modal_content .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
main #services .col-2 .modal_marketing .modal_content .close:hover::before, main #services .col-2 .modal_marketing .modal_content .close:hover::after,
main #services .col-2 .modal_tradicional .modal_content .close:hover::before,
main #services .col-2 .modal_tradicional .modal_content .close:hover::after {
  background-color: red;
}
main #services #close {
  position: absolute;
  top: 20px; /* distancia desde arriba */
  right: 30px; /* distancia desde la derecha */
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10001; /* encima de todo */
}
main #services #close::before,
main #services #close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 3px;
  background-color: #fff; /* color de la X */
  transform-origin: center;
}
main #services #close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
main #services #close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
main #services #close:hover::before,
main #services #close:hover::after {
  background-color: #9460F9; /* al pasar el mouse cambia a rojo */
}
main #achievements {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  height: auto;
}
@media only screen and (max-width: 640px) {
  main #achievements {
    padding: 0;
  }
}
main #achievements .center-column {
  text-align: center;
  margin: 0 auto;
}
main #achievements .center-column p {
  max-width: 970px;
  margin: 0 auto;
  margin-top: 30px;
}
main #achievements .center-column .items_about {
  width: 1120px;
  margin: 0 auto;
  padding-top: 85px;
}
@media only screen and (max-width: 1024px) {
  main #achievements .center-column .items_about {
    width: 100%;
  }
}
main #achievements .center-column .items_about ul {
  justify-content: space-between;
}
main #achievements .center-column .items_about ul li {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  main #achievements .center-column .items_about ul li {
    margin: 0 auto;
    width: 80%;
    margin-bottom: 40px;
  }
}
main #achievements .center-column .items_about ul li img {
  width: 100px;
}
main #achievements .center-column .items_about ul li h4 {
  font-size: 65px;
  font-weight: 900;
  font-family: "Myriad Pro Bold";
  margin-top: 25px;
}
main #customers {
  text-align: center;
  padding-top: 100px;
  height: 660px;
}
@media only screen and (max-width: 1520px) {
  main #customers {
    padding: 80px 0;
    height: auto;
  }
}
main #customers .container {
  overflow: hidden;
  height: 100%;
}
main #customers .swiper {
  overflow: visible;
}
main #customers .swiper-wrapper {
  padding-top: 120px;
  overflow: visible;
}
main #customers .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 76px;
  display: flex;
  align-items: center;
  width: max-content;
  justify-content: center;
}
main #customers .swiper-horizontal > .swiper-pagination-bullets, main #customers .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -120px;
  top: unset;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1520px) {
  main #customers .swiper-horizontal > .swiper-pagination-bullets, main #customers .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    margin-top: 100px;
  }
}
main #customers .swiper-pagination-bullet {
  background-image: url(../img/home/bullet_active.png);
  width: 30px;
  height: 35px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
main #customers .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, main #customers .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 40px;
}
@media only screen and (max-width: 640px) {
  main #customers .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, main #customers .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
main #contact-us {
  background-color: #f7f7f7;
  padding: 45px 0;
  position: relative;
}
main #contact-us .container {
  position: relative;
}
main #contact-us h3 {
  font-size: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1280px) {
  main #contact-us h3 {
    margin-bottom: 15px;
  }
}
main #contact-us img {
  position: absolute;
  top: 0;
}
main #contact-us img.fondo_girl {
  width: auto;
  right: -80px;
  top: 192px;
}
@media only screen and (max-width: 1280px) {
  main #contact-us img.fondo_girl {
    max-width: 100%;
    right: 0;
    width: 45%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  main #contact-us img.fondo_girl {
    display: none;
  }
}
main #contact-us img.fondo_360 {
  width: 663px;
  right: -80px;
  top: 144px;
}
@media only screen and (max-width: 1280px) {
  main #contact-us img.fondo_360 {
    max-width: 100%;
    right: 0;
    width: 45%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  main #contact-us img.fondo_360 {
    display: none;
  }
}
main #contact-us form .form-group {
  font-family: "Archivo Thin";
  font-size: 18px;
  max-width: 305px;
}
@media only screen and (max-width: 1280px) {
  main #contact-us form .form-group.full-width {
    width: 100%;
    max-width: unset;
  }
}
@media only screen and (max-width: 640px) {
  main #contact-us form .form-group {
    max-width: 100%;
    width: 100%;
  }
}
main #contact-us form .form-group input {
  border: none;
  border-bottom: 1px solid #B1B1B1;
  width: 305px;
  margin-bottom: 30px;
  margin-top: 35px;
  height: 53px;
}
@media only screen and (max-width: 1280px) {
  main #contact-us form .form-group input {
    margin-bottom: 15px;
    margin-top: 15px;
    height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  main #contact-us form .form-group input {
    width: 100%;
  }
}
main #contact-us form .full-width {
  width: 100%;
  max-width: 100%;
  position: relative;
}
main #contact-us form .full-width label.services_form {
  font-family: "Myriad Pro";
  margin-bottom: 25px;
}
main #contact-us form .full-width .select_services {
  position: relative;
}
main #contact-us form .full-width .select_services::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: 100;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
main #contact-us form .full-width select {
  width: 295px;
  height: 53px;
  text-align: center;
  border-radius: 15px;
  font-size: 18px;
  border-color: #B1B1B1;
  position: relative;
}
main .contact-form-container {
  background-color: #ffffff;
  border-radius: 20px;
  width: 895px;
  padding: 60px 90px;
  max-width: 90%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1520px) {
  main .contact-form-container {
    padding: 45px;
    width: max-content;
  }
}
@media only screen and (max-width: 1024px) {
  main .contact-form-container {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  main .contact-form-container {
    padding: 20px;
    max-width: 100%;
  }
}
main .contact-form-container h2 {
  font-size: 2.5em;
  color: #1e2d3b;
  margin-bottom: 30px;
  text-align: left;
}
@media only screen and (max-width: 1520px) {
  main .contact-form-container h2 {
    max-width: 100%;
  }
}
main .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1520px) {
  main .form-row {
    gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  main .form-row {
    flex-wrap: wrap;
  }
}
main textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #B1B1B1;
  max-width: 100%;
}
main label {
  display: block;
  font-size: 1em;
  margin: 10px 0 5px;
  color: #1e2d3b;
}
main .button_form {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  main .button_form {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  main .button_form p {
    width: 100%;
  }
}
main .button_form .submit-button {
  display: block;
  width: 238px;
  height: 70px;
  background-color: #8b50f9;
  color: #ffffff;
  font-size: 25px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  font-family: "Myriad Pro Bold";
  margin-top: 20px;
}
main .button_form .submit-button:hover {
  background-color: #6a3ecb;
}
main .button_form .wpcf7-spinner {
  display: none;
}
main .arrow_select {
  position: absolute;
  bottom: 0;
}

main#page-events section#events {
  height: auto;
  padding: 30px 0 0 0;
  background-color: #F4F4F4;
  background-size: cover;
  background-position: 0%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  main#page-events section#events {
    padding-bottom: 0;
  }
}
main#page-events section#events .container {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}
main#page-events section#events .container .title-banner {
  text-align: center;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 768px) {
  main#page-events section#events .container .title-banner {
    margin-bottom: 0;
  }
}
main#page-events section#events .container .title-banner h3 {
  margin: 20px 0 40px;
}
main#page-events section#events .container .title-banner p {
  max-width: 800px;
  line-height: 30px;
}
main#page-events section#events .main-event {
  position: relative;
  width: 611px;
  margin: 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  main#page-events section#events .main-event {
    width: 100%;
    align-items: center;
  }
}
main#page-events section#events .main-event p {
  font-size: 20px;
  line-height: 30px;
}
main#page-events section#events .main-event-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
main#page-events section#events .search-bar {
  width: 80%;
  padding: 10px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
}
main#page-events section#events .event-details {
  margin-top: 20px;
}
main#page-events section#events .event-date {
  margin-bottom: 5px;
  font-size: 14px;
  color: #718096;
}
main#page-events section#events .event-title {
  margin: 5px 0;
  font-size: 22px;
  color: #2e3a59;
}
main#page-events section#events .search_fondo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
main#page-events section#events .search-overlay {
  position: relative;
}
main#page-events section#events .btn-leer-mas {
  display: inline-block;
  width: 147px;
  height: 50px;
  margin-top: 40px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #132A4F;
  border: 1px solid #1e2d3b;
  border-radius: 30px;
  background-color: transparent;
  cursor: pointer;
  vertical-align: sub;
}
main#page-events section#events .side-events {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 615px;
}
@media only screen and (max-width: 1024px) {
  main#page-events section#events .side-events {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  main#page-events section#events .side-events {
    flex-direction: column;
  }
}
main#page-events section#events .side-events a {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  main#page-events section#events .side-events a {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  main#page-events section#events .side-events a {
    flex-direction: row;
  }
}
main#page-events section#events .side-events img {
  width: 243px;
  height: auto;
}
@media only screen and (max-width: 1520px) {
  main#page-events section#events .side-events img {
    width: 180px;
  }
}
@media only screen and (max-width: 1280px) {
  main#page-events section#events .side-events img {
    height: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  main#page-events section#events .side-events img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  main#page-events section#events .side-events img {
    width: 150px;
    height: 150px;
    margin: auto 15px auto 0;
    object-fit: cover;
  }
}
main#page-events section#events .side-event {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
main#page-events section#events .side-event-image {
  width: 80px;
  height: 80px;
  margin-right: 25px;
  border-radius: 10px;
}
main#page-events section#events .side-event-details {
  flex: 1;
}
main#page-events section#events .side-event-details .event-title {
  margin: 5px 0;
  font-size: 18px;
  color: #2e3a59;
}
main#page-events section#events .side-event-details .event-description {
  max-width: 230px;
  font-size: 17px;
  color: #4a5568;
  line-height: 30px;
}
@media only screen and (max-width: 1280px) {
  main#page-events section#events .side-event-details .event-description {
    line-height: 20px;
  }
}
@media only screen and (max-width: 640px) {
  main#page-events section#events .side-event-details .event-description {
    text-align: justify;
  }
}

main.single-event .main-event {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main.single-event .main-event {
    flex-wrap: wrap;
  }
}
main.single-event .main-event .search-overlay {
  order: 2;
  width: 650px;
}
@media only screen and (max-width: 1520px) {
  main.single-event .main-event .search-overlay {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  main.single-event .main-event .search-overlay {
    width: 100%;
  }
}
main.single-event .main-event .event-details {
  width: 570px;
}
@media only screen and (max-width: 1520px) {
  main.single-event .main-event .event-details {
    width: 50%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  main.single-event .main-event .event-details {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
main.single-event .main-event .event-details h2 {
  font-size: 35px;
}
main.single-event .main-event .event-details p {
  font-size: 20px;
  text-align: justify;
}
main.single-event .side-events {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  margin: 100px 0;
}
@media only screen and (max-width: 768px) {
  main.single-event .side-events {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  main.single-event .side-events {
    flex-direction: column;
  }
}
main.single-event .side-events a {
  display: block;
}
main.single-event .side-events img {
  width: auto;
  height: unset;
}

main#services .service {
  height: 580px;
}
@media only screen and (max-width: 768px) {
  main#services .service {
    height: auto;
    padding: 40px 0;
  }
}
main#services .service .order {
  order: 1;
}
main#services .service:nth-child(2n+1) {
  background-color: #F3F3F3;
}
main#services .service:nth-child(2n+1) .service-description {
  order: -1;
}
main#services .service .container {
  height: 100%;
}
main#services .service .container div {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1520px) {
  main#services .service .container div img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  main#services .service .container div {
    width: 100%;
  }
}
main#services .service .service-img {
  display: flex;
  align-items: center;
}
main#services .service .service-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
main#services .service .service-description h2 {
  margin: 0 0 30px 15px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  main#services .service .service-description h2 {
    font-size: 40px;
  }
}
main#services .service .service-description h2::before {
  content: "|";
  position: absolute;
  left: -15px;
  bottom: 5px;
}
@media only screen and (max-width: 640px) {
  main#services .service .service-description h2::before {
    bottom: 0;
  }
}
main#services .service .service-description p {
  line-height: 30px;
}
main#services .service .service-description ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  width: 65%;
  max-height: 130px;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  main#services .service .service-description ul {
    width: auto;
    align-items: center;
  }
}
main#services .service .service-description ul li {
  display: flex;
  margin-bottom: 8px;
  font-size: 20px;
}
main#services .service .service-description ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: url(../img/home/list_icon.png) no-repeat center/contain;
}
main#services .service .service-description a {
  position: absolute;
  right: 0;
  bottom: 70px;
  display: block;
  padding: 10px 15px;
  font-weight: 800;
  font-family: "Myriad Pro Bold";
  border: 1px solid #1e2d3b;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  main#services .service .service-description a {
    position: relative;
    bottom: 0;
    margin-top: 10px;
    text-align: center;
  }
}

main#page-proyects {
  text-align: center;
  background: #ffffff;
}
main#page-proyects section#proyects h2 {
  padding-top: 70px;
}
main#page-proyects section#proyects h3 {
  padding-top: 10px;
}
main#page-proyects section#proyects p {
  width: 640px;
  margin: 20px auto;
}
@media only screen and (max-width: 640px) {
  main#page-proyects section#proyects p {
    width: 100%;
  }
}

#about {
  justify-content: space-between;
}
#about div {
  width: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #about div {
    width: 100%;
  }
  #about div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#about div.about_description {
  width: 50%;
  padding-left: 260px;
}
@media only screen and (max-width: 1520px) {
  #about div.about_description {
    padding: 0 40px 0 100px;
  }
}
@media only screen and (max-width: 1280px) {
  #about div.about_description {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  #about div.about_description {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #about div.about_description {
    padding-left: 20px;
  }
}
#about div.about_description h2 {
  margin: 20px 0;
}
#about div.about_description p {
  line-height: 35px;
}
@media only screen and (max-width: 640px) {
  #about div.about_description p {
    line-height: 25px;
  }
}
#about div.about_description h4 {
  margin-top: 25px;
  font-size: 25px;
  font-family: "Myriad Pro";
  font-weight: 800;
}

/* Estilos para el contenedor de tabs */
.tab-container {
  display: flex;
  cursor: pointer;
  justify-content: center;
  margin-bottom: 35px;
}
.tab-container .tab {
  text-align: center;
  font-family: "Archivo Thin";
  padding: 5px 5px;
  margin: 0 15px;
  border-radius: 8px;
}
.tab-container .tab:hover {
  background-color: #7e7e7e;
  color: white;
}
@media only screen and (max-width: 768px) {
  .tab-container .tab {
    padding: 15px;
  }
}
.tab-container .tab.active {
  font-weight: bold;
  background-color: #9460F9;
  display: flex;
  border-radius: 8px;
  color: white;
}
.tab-container .tab.active:before {
  content: "";
  background-image: url(../img/home/icon_proyect.png);
  display: block;
  background-size: contain;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  margin-right: 10px;
}

/* Estilos para las galerías */
.gallery {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

.gallery.active {
  display: grid;
}

.gallery img {
  width: 382px;
  height: auto;
  margin-bottom: 50px;
}
.gallery img:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
@media only screen and (max-width: 1280px) {
  .gallery img {
    width: 100%;
  }
}

/*FOOTER*/
.container .footers {
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 35px;
  margin-bottom: 100px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  padding-top: 50px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .container .footers .footer-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 640px) {
  .container .footers .footer-column {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    align-items: baseline;
  }
}
@media only screen and (max-width: 640px) {
  .container .footers li {
    width: 100%;
    text-align: left;
    font-size: 20px;
  }
}
.container .footers h2 {
  font-family: "Myriad Pro Bold";
  color: #9460F9;
  font-size: 2.25rem;
}
@media only screen and (max-width: 640px) {
  .container .footers h2 {
    font-size: 1.75rem;
  }
}
.container .imgs {
  position: absolute;
  width: 1100px;
  height: 465px;
  right: 0;
}
.container .fb {
  display: flex;
  font-size: 2.5em;
}
.container img.logo_footer {
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .container img.logo_footer {
    margin: 0 auto;
  }
}
.container .footer-columnn {
  margin-top: 20px;
}
.container .fa-facebook:before, .container .fa-square-instagram:before {
  color: #172D52;
  margin-right: 15px;
  font-size: 35px;
}
.container footer div ul li a i {
  padding: 20px 15px 0 0;
  color: rgb(5, 5, 68);
}
.container .fa-mobile-screen-button {
  margin-right: 15px;
  color: rgb(5, 5, 68);
}
.container .fa-phone {
  margin-right: 15px;
  color: rgb(5, 5, 68);
}
.container .fa-envelope {
  margin-right: 15px;
  color: rgb(5, 5, 68);
}
.container .fa-map-marker-alt {
  margin-right: 15px;
  color: rgb(5, 5, 68);
}
.container .fa-clock {
  margin-right: 15px;
  color: rgb(5, 5, 68);
}
.container .inf {
  margin-bottom: 30px;
  color: #9c88ff;
  display: inline-block;
}
.container .cuadro {
  display: flex;
  line-height: normal;
  margin-top: 8px;
}
.container .calendar {
  margin-right: 15px;
  width: 22px;
  height: 27px;
}
.container .whatsapp_chat {
  position: fixed;
  right: 200px;
  bottom: 130px;
}
@media only screen and (max-width: 1520px) {
  .container .whatsapp_chat {
    right: 40px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .container .whatsapp_chat {
    right: 20px;
    bottom: 70px;
  }
}

.copyright {
  text-align: center;
  padding: 1rem;
  background-color: #9460F9;
  font-family: "Archivo";
  z-index: 100000;
  position: absolute;
  width: 100%;
  color: white;
}

.swiper-pagination {
  position: relative !important;
}

.team {
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.team__header {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.team__header .team__subtitle {
  color: #7d5fff;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.team__header .team__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.team__header .team__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.team__header .team__content .team__text {
  flex: 1;
  text-align: left;
}
.team__header .team__content .team__image img {
  max-width: 400px;
  border-radius: 12px;
}
.team__stats {
  display: block;
  width: 1400px;
  margin: 0 auto;
  font-family: "Archivo", sans-serif;
}
.team__stats .stat {
  background: #7d5fff;
  padding: 1.5rem;
  color: #fff;
  font-weight: bold;
}
.team__stats .stat__number {
  font-size: 2rem;
  display: block;
}
.team__stats .stat__label {
  font-size: 1rem;
  opacity: 0.9;
}
.team__directors {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
.team__directors .card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 220px;
  text-align: center;
}
.team__directors .card img {
  width: 100%;
  height: auto;
}
.team__directors .card__info {
  padding: 1rem;
}
.team__directors .card__info h4 {
  margin: 0;
  font-weight: 600;
}
.team__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.team__grid .card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.team__grid .card img {
  width: 100%;
  height: auto;
}
.team__grid .card__info {
  padding: 1rem;
}
.team__grid .card__info h4 {
  margin: 0;
  font-weight: 600;
}
@media (max-width: 992px) {
  .team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .team__grid {
    grid-template-columns: 1fr;
  }
}

/*HEADER ESTILOS*/
nav .dis_flex {
  align-items: center;
  height: 100%;
}
nav .dis_flex .not_hov {
  margin-right: 100px;
}

.nav_primary {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .nav_primary {
    gap: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav_primary {
    gap: 0;
  }
}
.nav_primary li:hover {
  color: #9460F9;
}
.nav_primary.desktop {
  display: flex;
}
.nav_primary.desktop li.mega-menu-parent {
  height: 100%;
}
.nav_primary.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav_primary.desktop {
    display: none;
  }
}

img {
  max-width: 100%;
}

.dis_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-2 {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .col-2 {
    width: 100%;
  }
}

.mega-menu-parent {
  position: static;
}
.mega-menu-parent:hover ul {
  display: flex !important;
}
@media only screen and (max-width: 1024px) {
  .mega-menu-parent:hover ul {
    display: none !important;
  }
}
.mega-menu-parent.active ul {
  display: flex !important;
}
@media only screen and (max-width: 1024px) {
  .mega-menu-parent.active ul {
    position: fixed;
    top: 275px !important;
    z-index: 20;
  }
}
@media only screen and (max-width: 768px) {
  .mega-menu-parent.active ul {
    flex-wrap: wrap;
    top: 475px !important;
  }
}
.mega-menu-parent ul {
  width: calc(100% + 500px) !important;
  left: -250px;
  display: none !important;
  height: calc(100vh - 130px) !important;
  padding: 0 !important;
  top: 130px !important;
}
@media only screen and (max-width: 1520px) {
  .mega-menu-parent ul {
    width: calc(100% + 200px) !important;
    left: -100px;
  }
}
@media only screen and (max-width: 1280px) {
  .mega-menu-parent ul {
    width: calc(100% - 140px) !important;
    left: -70px;
  }
}
@media only screen and (max-width: 1024px) {
  .mega-menu-parent ul {
    height: auto !important;
    width: 100% !important;
    left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .mega-menu-parent ul {
    width: 100% !important;
    left: 0;
  }
}
.mega-menu-parent ul .menu-item-384, .mega-menu-parent ul .menu-item-385 {
  display: none;
}
.mega-menu-parent ul li {
  height: 100% !important;
  width: 100%;
  border-bottom: 0 !important;
  padding: 0 !important;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .mega-menu-parent ul li {
    height: calc(100dvh - 405px) !important;
  }
}
@media only screen and (max-width: 768px) {
  .mega-menu-parent ul li {
    height: calc(100dvh - 692px) !important;
  }
}
.mega-menu-parent ul li:hover a:after {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.mega-menu-parent ul li:hover a span {
  color: white;
  text-shadow: 1px 1px 2px black;
}
.mega-menu-parent ul li a {
  width: 100%;
  display: block;
  height: 100%;
}
.mega-menu-parent ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 42, 79, 0.6);
}
.mega-menu-parent ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  right: 0;
}
.mega-menu-parent ul li a span {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 5000;
  font-size: 60px;
  text-align: left;
  font-family: "Myriad Pro";
  color: white;
}
@media only screen and (max-width: 1520px) {
  .mega-menu-parent ul li a span {
    font-size: 30px;
    line-height: 30px;
  }
}
.mega-menu-parent .menu-menu-child span {
  white-space: pre-line;
}
.mega-menu-parent .menu-menu-child span::after {
  content: "\a";
}

.button_form p input {
  width: 238px;
  background: #8b50f9;
  height: 70px;
  border: none;
  border-radius: 20px;
  color: white;
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .button_form p input p {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .button_form p input {
    width: 100%;
  }
}
.button_form p input:hover {
  background-color: #132A4F;
  cursor: pointer;
}

/*ANIMACIONES*/
/*HOME*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
    visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
    visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}
/* ---- Animaciones aplicadas ---- */
.title-banner {
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.3s;
}

.title-banner h2 {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.5s;
}

.title-banner .btns {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.8s;
}

/* Imágenes en absolute */
.img-banner img {
  opacity: 0;
  position: absolute; /* 👈 se mantiene su posición */
  animation: fadeInUp 1.2s ease forwards;
}

.img-banner .fondo_360 {
  animation-delay: 0.6s;
}

.img-banner .img_360 {
  animation-delay: 0.9s;
}

/*LOGROS*/
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ---- ABOUT US ---- */
#about_us .subtitle,
#about_us h2,
#about_us .items_about ul li {
  opacity: 0;
}

#about_us.animate .subtitle {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.2s;
}

#about_us.animate h2 {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.4s;
}

#about_us.animate .items_about ul li {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.6s;
}

/* ---- CONTACT US ---- */
#contact-us h3,
#contact-us form,
#contact-us .fondo_360 {
  opacity: 0;
}

#contact-us.animate h3 {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.2s;
}

#contact-us.animate form {
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.4s;
}

#contact-us.animate .fondo_360 {
  animation: fadeInLeft 1.2s ease forwards;
  animation-delay: 0.6s;
}

main #services .col-2 .modal_marketing .video-wrapper,
main #services .col-2 .modal_tradicional .video-wrapper {
  position: relative;
  width: min(95vw, 1280px);
  aspect-ratio: 16/9;
}

main #services .col-2 .modal_marketing .video-wrapper .plyr,
main #services .col-2 .modal_marketing .video-wrapper video,
main #services .col-2 .modal_marketing .video-wrapper iframe,
main #services .col-2 .modal_tradicional .video-wrapper .plyr,
main #services .col-2 .modal_tradicional .video-wrapper video,
main #services .col-2 .modal_tradicional .video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-height: 700px) {
  main #services .col-2 .modal_marketing .video-wrapper,
  main #services .col-2 .modal_tradicional .video-wrapper {
    width: 90vw;
    max-height: 80vh;
    aspect-ratio: auto;
  }
  main #services .col-2 .modal_marketing .video-wrapper .plyr,
  main #services .col-2 .modal_tradicional .video-wrapper .plyr {
    position: relative;
    width: 100% !important;
    height: auto !important;
  }
}
.sub-menu .menu-menu-child span {
  display: inline-block;
  animation: bounce 1s infinite ease-in-out;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.contact-image {
  animation: float 3s ease-in-out infinite !important;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.service-img img {
  display: block; /* para que pueda transformarse correctamente */
  animation: floatService 4s ease-in-out infinite;
}

@keyframes floatService {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(10px) rotate(-1deg);
  }
  50% {
    transform: translateY(15px) rotate(1deg);
  }
  75% {
    transform: translateY(10px) rotate(-1deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

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