
body {
  overflow-x: hidden; 
}

.mi-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.cian {
  color: #38BEEF !important;
}

@media (min-width: 992px) {
  .mi-container {
    max-width: 1100px; 
  }
}


.container-blog {
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.container-blog-link:hover .container-blog {
  transform: scale(1.05); 
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); 
}

.vertical-center {
  display: flex;
  align-items: center;
}

.carrousel-desktop {}
.carrousel-tablet {display: none;}
.carrousel-mobile {display: none !important;}

.carousel-control-next-icon {

}
.carousel-control-next-icon, .carousel-control-prev-icon {

}
.carousel-control-next {
  right: -5px !important;
}
#carouselClienteMobile .carousel-control-next {

}
.carousel-control-prev-icon {

}
.carousel-control-prev-icon, .carousel-control-prev-icon {

}
.carousel-control-prev {
  left: -5px !important;
}
#carouselClienteMobile .carousel-control-prev {

}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.hide-1490 {
}
.show-1490 {
  display: none;
}


  html {
    scroll-behavior: smooth;
  }
  body {
      background-color: #000;
  }
  .left {
      text-align: left !important;
  }
  .center {
      text-align: center !important;
  }
  .strong {
      font-weight: 800 !important;
  }
  .relative {
      position: relative!important;
  }
  .clearfix::after {
      content: "" !important;
      display: table !important;
      clear: both !important;
  }
  .icono-circulo {
      position: absolute;
      left: 0px;
      top: 6px;
      width: 30px;
      height: 30px;
  } 

  .icono-circulo-clientes {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 30px;
    height: 30px;
}
  .pd-bullets {
      padding-left: 33px !important;
  }
  .icono-circulo-outline {
      position: relative;
      left: -34px !important;
      top: -1px !important;
      width: 25px !important;
      height: 25px !important;
      margin-right: -30px !important;
  }  
  .blanco {
      color: #FFF !important;
  }
  .cian {
      color: #00e6fe !important;
  }
  .titular {
      color: #38BEEF;
      padding-bottom: 30px;
  }

  .titular-clientes {
    color: #38BEEF;
    padding-bottom: 30px;
    display: flex; 
    align-items: center; 
    width: 100%; 
  }
  
  .titular-texto {
    white-space: nowrap; 
  }
  
  .titular-clientes::after {
    content: '';
    flex-grow: 1; 
    height: 1px;
    background-color: #38BEEF;
    margin-left: 20px; 
  }

.titular-producto {
    color: #FFF;
    padding-bottom: 30px;
    display: flex; 
    align-items: center; 
    width: 100%; 
  }
  
.titular-texto {
    white-space: nowrap; 
}

.titular-producto::after {
  content: '';
  flex-grow: 1; 
  height: 1px;
  background-color: #5613b1;
  margin-left: 20px;
}
  .titular-row {
      color:#FFF;
      font-size: 2.5rem;
      line-height: 1.2 !important;
  }
  .texto-general {
      color:#FFF;
      font-size: 1rem;
      line-height: 1.5;
      text-align: left;
  }
  .tablet, .mobile {
      display: none;
  }
  .scroll-icon {
      display: inline-block;
      font-family: montserrat-medium,sans-serif;
      font-size: 1.2rem;
      text-transform: uppercase;
      letter-spacing: .3rem;
      color: #fff!important;
      background: 0 0;
      position: relative;
      top: 36px;
      right: 42px;
      -webkit-animation: animate-it 3s ease infinite;
      animation: animate-it 3s ease infinite;
  }
  
/* EFECTO SONAR */
.sonar-wrapper {
position: relative;
z-index: -2;
overflow: visible;
left: 30%;
}

/* Circulo */
.sonar-emitter {
position: absolute;
margin: 0 auto;
margin-top: -330px;
width: 175px;
height: 175px;
border-radius: 9999px;
background-color: HSL(280,100%,50%);
}

/* onda */
.sonar-wave {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 9999px;
background-color: HSL(280,100%,50%);
opacity: 0;
z-index: -1;
pointer-events: none;
}

.sonar-wave {
animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
from {
  opacity: 0.4;
}
to {
  transform: scale(3);
  opacity: 0;
}
}

/* EFECTO SONAR QUIENES SOMOS */
.sonar-wrapper-qs {
  position: relative;
  z-index: -2;
  overflow: visible;
  padding: 8rem 0;
  }
  
  /* Circulo */
  .sonar-emitter-qs {
  position: relative;
  margin: 0 auto;
  margin-top: -560px;
  width: 250px;
  height: 250px;
  border-radius: 9999px;
  background-color: #0a011493;
  }
  
  /* Onda */
  .sonar-wave-qs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: HSL(280,100%,50%);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  }
  
  .sonar-wave-qs {
  animation: sonarWaveQs 2s linear infinite;
  }
  
  @keyframes sonarWaveQs {
  from {
    opacity: 0.4;
  }
  to {
    transform: scale(1.8);
    opacity: 0;
  }
  }

  /* ESTILOS MENU */
  #header {
  width: 90%;
  margin-left: 5% !important;
  margin-right: 5% !important;
  height: 115px;
  background-color: #000;
  position: fixed !important;
  border-radius: 0 0 1em 1em;
  border: solid 3px #5913a9;
  margin-top: -3px;
  transition: max-height 0.1s ease-in-out;
  z-index: 99999;

  }

  #luz {
    position: fixed;
    width: 100%;
    height: 189px;
    background-image: url(../img/brillo-menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 17px;
  }

  .header-logo {
      position: absolute;
      left: 20px;
      top: 52%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      z-index: 501
  }

  .header-logo a {
      display: block;
      margin: 0;
      padding: 0;
      outline: 0;
      border: none;
      width: 250px;
      height: 40px;
      background: url('../img/logo-ondiss-violeta.svg') no-repeat center;
      background-size: 250px 40px;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      transition: all .1s ease-in-out;
  }

  .stickyHeader .header-logo a {
    height: 25px !important;
    background-size: contain !important;
    transition: all .1s ease-in-out;
}

.stickyHeader #header-nav-wrap .header-main-nav li a {
  line-height: 22px !important;
  transition: all .1s ease-in-out;
}


.stickyLuz {
  height: 380px !important;
  transition: all 0.1s ease-in-out;
}

  .header-menu-toggle {
      display: none;
      position: fixed;
      right: 15px;
      top: 15px;
      height: 42px;
      width: 42px;
      line-height: 42px;
      font-family: montserrat-regular, sans-serif;
      font-size: 1.4rem;
      text-transform: uppercase;
      letter-spacing: .2rem;
      color: rgba(255, 255, 255, .5);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out
  }

  .header-menu-toggle:hover,
  .header-menu-toggle:focus {
      color: #fff
  }

  .header-menu-toggle span {
      display: block;
      width: 24px;
      height: 2px;
      margin-top: -1px;
      position: absolute;
      left: 9px;
      top: 50%;
      right: auto;
      bottom: auto;
      background-color: #fff;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      font: 0/0 a;
      text-shadow: none;
      color: transparent
  }

  .header-menu-toggle span::before,
  .header-menu-toggle span::after {
      content: '';
      width: 100%;
      height: 100%;
      background-color: inherit;
      position: absolute;
      left: 0;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out
  }

  .header-menu-toggle span::before {
      top: -9px
  }

  .header-menu-toggle span::after {
      bottom: -9px
  }

  .header-menu-toggle.is-clicked span {
      background-color: transparent;
      -webkit-transition: all .1s ease-in-out;
      transition: all .1s ease-in-out
  }

  .header-menu-toggle.is-clicked span::before,
  .header-menu-toggle.is-clicked span::after {
      background-color: #fff
  }

  .header-menu-toggle.is-clicked span::before {
      top: 0;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg)
  }

  .header-menu-toggle.is-clicked span::after {
      bottom: 0;
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg)
  }

  video {
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
  }

  .video-wrapper {
      border: 2px solid #000;
      width: 300px;
      height: 300px;
      position: relative;
      overflow: hidden;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center
  }

  #header-nav-wrap {
      font-family: montserrat-medium, sans-serif;
      font-size: 14px;
      position: absolute;
      top: 30px;
      right: 40px
  }

  #header-nav-wrap .header-main-nav {
      display: inline-block;
      list-style: none;
      height: 72px;
      margin: 0 1rem 0 0
  }

  #header-nav-wrap .header-main-nav li {
      display: inline-block;
      padding-left: 0;
      margin-right: 1.5rem;
      z-index: 10 !important;
  }

  #header-nav-wrap .header-main-nav li a {
      display: block;
      line-height: 72px;
      transition: all .1s ease-in-out;
  }

  #header-nav-wrap .header-main-nav li a,
  #header-nav-wrap .header-main-nav li a:visited {
      color: #9676e1;
      font-weight: 700;
  }

  #header-nav-wrap .header-main-nav li a:hover,
  #header-nav-wrap .header-main-nav li a:focus {
      color: #aa8def;
      font-weight: 700;
      text-decoration: none;
  }

  #header-nav-wrap .header-main-nav li.current a {
      color: #9676e1;
      font-weight: 700;
  }

  #header-nav-wrap .cta {
      height: 3.6rem;
      line-height: calc(3.6rem - .6rem);
      padding: 0 1.5rem;
      font-family: montserrat-medium, sans-serif;
      font-size: 14px;
      text-transform: none;
      letter-spacing: normal;
      margin: 0
  }


  /* ESTILOS BANNER */
  #banner {
    background-image: url('../img/fondo-banner.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    height: 920px;
  }
  #banner .mi-container {
    /* margin-top: 170px; */
  }
  #banner-texto {
    padding-top: 8vw;
  }
  .titular-banner {
    color: #FFF;
    font-weight: 400 !important;
    font-size: 3.3vw;
    margin-bottom: 40px;
  }
  .titular-banner strong {
    color: #FFF;
    font-weight: 800 !important;
  }
  .boton-banner-container {
    display: inline-block;
    border: 2px solid #0fb3ddc2;
    border-radius: 50px; 
  }

  .boton-banner {
    border: 2px solid #5613b1; 
    border-radius: 50px; 
    padding: 12px 30px;
    font-size: 1em;
    font-weight: 800;
    background-image: linear-gradient(to right, #460d82, #150328); 
    color: #ffffffa2;; 
    position: relative; 
    overflow: hidden;
    transition: background-image 0.s ease;
  }

  .boton-banner span {
    position: relative; 
    z-index: 1; 
  }

  .boton-banner:hover {
    background-image: linear-gradient(to right, #551995, #150328), linear-gradient(to right, #0fb3dd, #b136ff);
    color: #ffffffc7 !important; 
}
  #banner-celular img {
      vertical-align: middle;
      border-style: none;
      max-width: 530px;
  }
  #banner-celular-par {
      position: relative; 
      height: 690px; 
      overflow: visible; 
  }
  #banner-celular-par img {
      vertical-align: middle;
      border-style: none;
      max-width: 491px;
      width: 100%;
  }
  .imagenes-parallax {
      position: absolute;
      top: 0;
      left: 0;
      width: 491px;
      height: auto;
      margin-left: 10%;
  }
  .imagen-parallax {
      position: fixed;
      height: auto;
      width: 100%;
  }

  .imagen-parallax:nth-child(1) {
      z-index: 8 !important; 
  }
  .imagen-parallax:nth-child(2) {
      z-index: 7 !important;
  }
  .imagen-parallax:nth-child(3) {
      z-index: 6 !important; 
  }
  .imagen-parallax:nth-child(4) {
      z-index: 5 !important;
  }
  .imagen-parallax:nth-child(5) {
      z-index: 4 !important; 
  }
  .imagen-parallax:nth-child(6) {
      z-index: 3 !important;
  }
  .imagen-parallax:nth-child(7) {
      z-index: 2 !important; 
  }
  .imagen-parallax:nth-child(8) {
      z-index: 1 !important;
  }

  /* ESTILOS QUIENES SOMOS */
  .cont-nosotros:before {
    content: '';
    position: absolute;
    top: -24px;
    width: 100%;
    height: 40px;
    background-image: url(../img/brillo-somos.png);
    background-size: auto;
    background-repeat: no-repeat;
    z-index: 10;
    background-position: right;
    right: -50px;
  }
  #nosotros {
    background-image: url('../img/degradado-1.jpg');
    background-size: 100% 100%; 
    background-position: center;
    background-repeat: no-repeat;
  }

  .cont-nosotros {
    background-color: #1e1e1e !important;
    padding: 55px !important;
    border-radius: 1rem !important;
    border: 5px solid #5d00b3a6 !important;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .logos-quienes {
    display: block !important;
    text-align: right !important;
    margin-bottom: 70px;
  }

  #back-mapa {
    position: absolute; 
    margin-left: -140px; 
    margin-top: -80px;
  }

  /* ESTILOS MEDIOS DE PAGO */
  .image-container-mp {
    position: relative;
    text-align: -webkit-center;
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .img-fluid.original-image,
  .img-fluid.on-image {
    display: block;
    height: auto; 
  }

  .img-fluid.on-image {
    top: 0;
    margin-top: -100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  .image-text {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.5s;
    text-align: center;
    color: #7e57ff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 1rem;
  }

  /* ESTILOS LICENCIAS */
  #nosotros .quienes-somos {
    padding-bottom: 70px !important;
  } 

  /* ESTILOS LICENCIAS */
  #licencias {
      width: 100%;
  }
  #licencias .toggle-container {
      border: 2px solid #ffffff80 !important;
      border-radius: 20px !important;
  }

  #licencias .toggle-container::before {
      display: none !important;
  }

  #licencias .toggle-header {
      background-color: #ffffff00 !important;
      text-align: center !important;
      cursor: default;
  }
  .dados img {
    width: 400px !important;
    max-width: 400px !important;
    margin-top: -180px !important;
    margin-right: 0px !important;
  }

  /* ESTILOS PLATAFORMA */
  #plataforma {
      margin-top: -1px;
      padding-top: 70px;
      padding-bottom: 90px;
      background-image: url('../img/degradado-2.jpg');
      background-size: 100% 100%; 
      background-position: center;
      background-repeat: no-repeat;
  }
  #pantalla-plataforma img {
      vertical-align: middle;
      border-style: none;
      max-width: 550px;
      min-height: 490px;
      z-index: 300 !important;
      object-fit: contain;
  }
  .overlay-image-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.1s ease-out;
  }
  .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: 1; 
  }  
  #efecto-ondas {
    z-index: 299 !important;
  }

  #fondo-bloque-2 {
      padding-top: 20px;
      padding-bottom: 40px;
      background-image: url('../img/degradado-3.jpg');
      background-size: 100% 100%; 
      background-position: center;
      background-repeat: no-repeat;
  }



  /* ESTILOS BACK OFFICE */
  #back-office {
      padding-bottom: 30px;
  }
  #back-office .mi-container {
      background-color: #ffffff1a !important;
      padding: 55px !important;
      border-radius: 1rem !important;
  }
  #pantalla-back {
    position: relative;
    width: 100%;
    height: 100%;
}
#pantalla-back img {
  width: 90% !important;
}

.centered-image {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}

.centered-video {
    position: relative;
    top: 50%;
    left: 39%;
    transform: translate(-50%, 0%);
    max-width: 74%;
    max-height: 100%;
}


/* ESTILOS BONUS PROMOCIONES */
#bonus-promociones {
  padding-bottom: 70px;
}
#bonus-promociones .mi-container {
  background-color: #04040463 !important;
  padding: 55px !important;
  border-radius: 1rem !important;
}
#fichas {
  position: absolute;
  margin-top: -102px;
  margin-left: -60px;
}



  /* ESTILOS NUESTRO PRODUCTO */
  #modulo-nuestro-producto {
      padding-top: 70px;
  }
  .medios-de-pago {
    margin-top: 30px;
  }
  #medios-de-pago {
  padding-bottom: 60px;
}
  #medios-de-pago .medios-de-pago {
      background-color: #04040463 !important;
      padding: 55px 55px 55px 55px !important;
      border-radius: 1rem !important;
  }
  .columna-medios .img-fluid {
      max-width: 50% !important;
      float: left !important;
  }

/* ESTILOS DEL FLIP CARD */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  color: #38BEEF;
  text-align: left;
  display: flex;
  align-items: flex-start; 
}

.flip-card-back {
  color: #e6d5ff;
  text-align: left;
  transform: rotateY(180deg);
  display: flex;
  align-items: center; 
  justify-content: center; 
}

.flip-card-back .overlay-text {
  position: absolute;
  border-radius: 5px;
  font-size: 1.1rem;
  padding: 40px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}


  /* ESTILOS TOOGLE */
  .toggle-container {
      border: 5px solid #6c1cd9;
      border-radius: 20px;
  }

  .toggle-container::before {
    content: '';
    position: absolute;
    bottom: 0px;
    top: -19px;
    width: 100%;
    height: 40px;
    background-image: url('../img/brillo-drop.png');
    background-size: auto;
    background-repeat: no-repeat;
    z-index: 10;
    background-position: left;
    left: -150px;
  }

  .rotated img {
    transform: rotate(180deg);
  }

  .arrow-container img {
      transition: transform 0.3s ease; 
      transform: rotate(0deg); 
  }

  .arrow-container.rotated img {
      transform: rotate(180deg); 
  }

  .toggle-header {
    padding: 12px 30px;
    background-image: linear-gradient(to right, #3c0c7c, #1f2122d6);
    cursor: pointer;
    font-size: 1.8rem;
    border-radius: 15px;
    display: flex; 
    justify-content: space-between; 
    align-items: center;
  }

  .toggle-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }


  /* ESTILOS DEL MODULO VERTICALES */
  #verticales .mi-container {
    background-color: #ffffff1a !important;
    padding: 55px !important;
    border-radius: 1rem !important;
    min-height: 700px;
}
  
  .flip-card-front img, .flip-card-back img {
      max-width: 541px !important;
      width: 100% !important;
  }

  .texto-verticales {
      font-weight: 700;
      color: #38BEEF;
  }
  .slides-row {
  }
  #verticales .mi-container .row {
    margin-top: 20px !important;
}


  /* ESTILOS CARROUSEL PROVEEDORES */
  .imagenes-lado-a-lado {
    display: flex;
    justify-content: space-around; 
    flex-wrap: wrap;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 24px !important; 
  }
  .imagenes-lado-a-lado-izq {
    display: flex;
    justify-content: flex-start; 
    flex-wrap: wrap;
    padding-right: 0px !important;
    padding-left: 5px !important;
    /* padding-top: 24px !important;  */
  }
  .imagenes-lado-a-lado-left {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 24px !important;
  } 
  .imagenes-lado-a-lado-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 24px !important;
  }
  .imagenes-lado-a-lado-right {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 24px !important;
  }  
  
  #carouselProveedoresJuegoDesktop .carousel-item,
  #carouselMediosPagoDesktop .carousel-item,
  #carouselValidadoresIdentidadDesktop .carousel-item {
    padding: 40px !important;
  }
  #carouselLicenciasDesktop .carousel-item {
    padding: 20px !important;
  }
  #carouselProveedoresJuegoDesktop .carousel-item img,
  #carouselMediosPagoDesktop .carousel-item img,
  #carouselValidadoresIdentidadDesktop .carousel-item img,
  #carouselLicenciasDesktop .carousel-item img {
    max-width: 12% !important;
    padding-right: 22px;
  }
  #carouselProveedoresJuegoMobile .col-6,
  #carouselMediosPagoMobile .col-6,
  #carouselValidadoresIdentidadMobile .col-6,
  #carouselLicenciasMobile .col-6 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #carouselProveedoresJuegoMobile .carousel-inner,
  #carouselMediosPagoMobile .carousel-inner,
  #carouselValidadoresIdentidadMobile .carousel-inner,
  #carouselLicenciasMobile .carousel-inner {
    padding: 20px !important;
  }
  #carouselProveedoresJuegoMobile .carousel-item img,
  #carouselMediosPagoMobile .carousel-item img,
  #carouselValidadoresIdentidadMobile .carousel-item img,
  #carouselLicenciasMobile .carousel-item img {
    max-width: 140px !important;
    margin: 0 auto !important;
  }
  #carouselProveedoresJuegoMobile .carousel-item .row,
  #carouselMediosPagoMobile .carousel-item .row,
  #carouselValidadoresIdentidadMobile .carousel-item .row,
  #carouselLicenciasMobile .carousel-item .row {
    padding: 10px 20px !important;
  }

  .carousel-inner .row {
    margin-top: 20px;
  }

  /* ESTILOS DEL MODULO PROVEEDORES */
  #proveedores {
      padding-top: 15px;
      padding-bottom: 15px;
  }


 /* ESTILOS BLOG */
 .container-blog-link {
  transition: 0.3s;
}

 .container-blog-link:hover {
  text-decoration: none !important;
  text-shadow: 0 0 15px #ffffffb3;
}

 #blog {
  padding-top: 90px;
  padding-bottom: 70px;
}
.container-blog {
  border-radius: 15px;
  overflow: hidden;
  border: 2px solid #38BEEF;
  position: relative;
  cursor: pointer;
}

.blog-imagen {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.blog-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 40px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 35%;
}

.blog-titular {
  margin: 0;
  padding: 0;
  font-size: 18px; 
}

.blog-texto {
  margin: 5px 0;
  font-size: 14px; 
}

.blog-flecha {
    width: 25px;
    height: auto;
    position: absolute;
    right: 15px;
}

.blog-container {
  border: 5px solid #ffffff60;
  border-radius: 20px;
}

.blog-container::before {
content: '';
position: absolute;
bottom: 0px;
top: -23px;
width: 100%;
height: 40px;
background-image: url('../img/brillo-drop.png');
background-size: auto;
background-repeat: no-repeat;
z-index: 10;
background-position: left;
left: -150px;
}

.blog-header {
padding: 25px 30px 90px 30px;
background-color: #ffffff35;
cursor: pointer;
font-size: 1.8rem;
border-radius: 15px;
}

.blog-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease-in-out;
}

.entradas-blog {
  margin-top: -70px;
  padding: 0px 90px;
}


/* ESTILOS DEL MODULO CLIENTES */
#clientes {
      padding-top: 90px;
      padding-bottom: 70px;
}

#destello-contacto {
  width: 100%;
  height: 132px;
  background-image: url(../img/destello-contacto.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ESTILOS DE CONTACTO */
.custom-form {
    display: flex;
    flex-direction: column;
}

.custom-form input[type="text"],
.custom-form textarea {
    border: 1px solid #38BEEF; 
    border-radius: 10px; 
    width: 100%; 
    margin-bottom: 18px;
    padding: 10px; 
    background-color: transparent; 
    color: white; 
    outline: none; 
}

.custom-form input[type="email"] {
    border: 1px solid #38BEEF; 
    border-radius: 10px; 
    width: 100%; 
    margin-bottom: 18px;
    padding: 10px; 
    background-color: transparent; 
    color: white; 
    outline: none; 
}
.custom-form textarea {
    height: 150px; 
}

#contacto {
  padding-top: 90px;
  padding-bottom: 70px;
  background-color: #000; 
}

#contacto p {
  font-size: 1.1rem;
  color: white; 
}

#contacto p span {
  color: #38BEEF; 
}

#contacto p a {
  color: white; 
}

#contacto p a:hover {
  color: #38BEEF; 
  text-decoration: none;
}


.titular-contacto {
  display: flex; 
  align-items: center; 
  width: 100%; 
  padding-bottom: 30px;
}

.titular-texto {
  white-space: nowrap;
  padding-left: 43px; 
}

.titular-contacto::after {
  content: '';
  flex-grow: 1; 
  height: 1px;
  background-color: #38BEEF;
  margin-left: 20px; 
}

.btn-enviar-formulario {
  display: inline-block;
  background: linear-gradient(to right, #1894c5, #072d3c);
  border-radius: 50px;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 150px;
}

.btn-enviar-formulario:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #FFF;
}




  /* ESTILOS DEL FOOTER */
  #footer {
    background-color: #323232;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: 70px;    
}
.texto-politica {
    color: #FFF;
    font-size: 0.8rem; 
}
.img-juego-responsable {
    text-align: right;
}
.image-container img {
    max-width: 45%;
}
  





@media (min-width: 1346px) and (max-width: 1820px) {
  #back-mapa {
    margin-top: 0px !important;
    padding-top: 1vw !important;
  }
  .estilo-mapa {
    width: 130% !important;
  }

}


@media (max-width: 1540px) {

.carrousel-desktop {display: none !important;}
.carrousel-tablet {display: initial !important;}
.carrousel-mobile {display: none !important;}

#carouselLicenciasDesktop .carousel-item img {
  max-width: 16% !important;
  padding-right: 19px !important;
}
.imagenes-lado-a-lado-center {
  padding-top: 0px !important;
}
.dados img {
  margin-right: -50px !important;
}

}


@media (max-width: 1345px) {

  .titular-banner {
    font-size: 3.3vw !important;
  }
  .titular-row {
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
  }
  .logos-quienes {
    text-align: center !important;
  }
  .dados img {
    margin-top: -170px !important;
    margin-right: -60px !important;
  }
  .image-container-mp {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .image-text {
    font-size: 0.7rem !important;
    margin-top: 0 !important;
  }
  .flip-card-back .overlay-text {
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
    padding: 20px !important;
  }
}


@media (max-width: 1490px) {

  .hide-1490 {
    display: none !important;

  }
  .show-1490 {
    display: initial !important;
  }
  #back-mapa {
    margin-top: 0px !important;
    padding-top: 2vw !important;
  }
  .estilo-mapa {
    width: 130% !important;
  }
  .logos-quienes {
    text-align: center !important;
}
  .img-monitor {
    max-width: 500px !important;
  }


}


@media (min-width: 769px) and (max-width: 1330px) {
  .imagen-parallax {
      left: 0% !important;
  }
  .desktopBanner, .mobile {
      display: none !important;
  }
  .tablet {
      display: inherit !important;
  }
  .flip-card-front img, .flip-card-back img {
    width: 100% !important;
}
.slides-row {
}
.texto-verticales {
  margin-top: 10px !important;
}
.flip-card-back .overlay-text {
  font-size: 0.85rem !important;
}
#banner-texto {
  padding-top: 11vw !important;
}
.sonar-emitter {
  margin-top: -280px;
  }
  #header-nav-wrap {
    font-size: 1.2vw !important;
}
#header-nav-wrap .header-main-nav li {
  margin-right: 0.7rem !important;
}

.logos-quienes img {
  width: 100% !important;
  max-width: 660px !important;
}
.dados img {
  max-width: 360px !important;
  margin-right: -50px !important;
  margin-top: -140px !important;
}
.fichas {
  max-width: 200px !important;
  margin-left: -37px !important;
  margin-top: 30px !important;
}

}


@media (max-width: 1080px) {
  #banner {
    height: 100vw !important;
  }
  .dados img {
    max-width: 300px !important;
    margin-right: -70px !important;
  }
  .fichas {
    max-width: 180px !important;
    margin-left: -20px !important;
    margin-top: 65px !important;
}
}


@media (max-width: 768px) {

.titular-texto {
    padding-left: 12px;
    font-size: 1.2rem !important;
}

#plataforma #back-texto {
  padding: 30px 30px 30px 30px !important;
}

.columna-medios .img-fluid {
  max-width: 100% !important;
}

  .sonar-wrapper-qs {display:none !important;}

  .flip-card-back .overlay-text {
    font-size: 1rem !important;
    line-height: 1.7 !important;
    padding: 20px !important;
  }

/* ESTILOS MENU */
#header {
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
    position: fixed !important;
    height: 75px !important;
    border: none !important;
    border-bottom: solid 3px #5913a9 !important;
    border-radius: 0 !important;

}

#luz {
  height: 40px !important;
  background-image: url(../img/brillo-menu.png) !important;
  margin-top: 52px !important;
}
.header-logo a {
      width: 88px;
      height: 25px;
      background-size: 88px 25px
  }
  #header-nav-wrap {
      display: none;
      height: 1080px;
      width: 116%;
      right: auto;
      left: -4px;
      background-color: #070707;
      padding: 100px 11px 224px;
      margin-top: -32px;
      z-index: 15;
  }
  #header-nav-wrap .header-main-nav {
      display: block;
      height: auto;
      margin: 0 0 4.2rem;
      border-top: 1px solid rgba(255, 255, 255, .03)
  }
  #header-nav-wrap .header-main-nav li {
      display: block;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, .03)
  }
  #header-nav-wrap .header-main-nav li a {
      padding: 18px 0;
      line-height: 18px;
      color: #9c9c9c !important;
  }
  #header-nav-wrap .cta {
      height: 42px;
      line-height: calc(42px - .6rem);
      padding: 0 30px
  }
  .header-menu-toggle {
      display: block !important;
      z-index: 16 !important;
  }

  /* ESTILOS GENERALES */
  .titular, .titular-clientes, .titular-contacto  {
      font-size: 1.2rem !important;
  }

  .titular::after, .titular-clientes::after, .titular-contacto::after   {
    /* display: none !important; */
  }
  .titular-row, .blog-header {
      font-size: 1.1rem !important;
      line-height: 1.2 !important;
      text-align: center !important;
  }
  .texto-general {
      font-size: 0.9rem;
  }

  /* ESTILOS BANNER */
  #banner {
    height: 770px !important;
    }
  #banner-texto {
      text-align: center !important;
      padding-left: 0 !important;
      padding-top: 110px !important;
  }
  #banner-celular {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    min-height: 340px;
  }
  .titular-banner {
      font-size: 2rem !important;
      text-align: center !important;
      margin-bottom: 30px !important;
  }
  #banner-celular img {
      width: 100% !important;
      padding: 20px !important;
  }
  #banner .mi-container {
       padding-top: 80px !important;
    }

    .imagenes-parallax {
      position: absolute !important;
      width: 100% !important;
      margin-left: 0 !important;
  }
  .sonar-emitter {
    margin-top: -261px !important;
    width: 120px !important;
    height: 120px !important;
    left: 24px !important;
}

  /* ESTILOS LICENCIAS */
  #nosotros .mi-container {
      max-width: 100% !important;
      padding-top: 32px !important;
  }    
    .cont-nosotros {
      padding: 20px !important;
  }
  .cont-nosotros:before {
      display: none !important;
  }
  .logos-quienes {
    margin-bottom: 0px !important; 
  }

  .logos-quienes img {
    max-width: 100% !important;
    max-width: 660px !important; 
  }



  /* ESTILOS LICENCIAS */
  #nosotros .quienes-somos {
    padding-bottom: 20px !important;
  }
  #licencias .mi-container {
    max-width: 100% !important;
}
#licencias .toggle-header {
  text-align: center !important;
}


  /* ESTILOS PLATAFORMA */
  
  #pantalla-plataforma {
    height: 260px !important;
}
  
  #pantalla-plataforma img {
      width: 100% !important;
      object-fit: contain;
      min-height: 280px !important;
  }

  /* ESTILOS NUESTRO PRODUCTO */
  #modulo-nuestro-producto {
      padding-top: 40px;
      padding-bottom: 40px;
  }
  .icono-circulo {
      position: relative !important;
      left: 0px !important;
      top: -2px !important;
      width: 30px !important;
      height: 30px !important;
      margin-right: 2px;
  }
  #modulo-nuestro-producto .medios-de-pago {
    padding: 30px 30px 30px 30px !important;
  }




  /* ESTILOS BACK OFFICE */
  #pantalla-back img {
      width: 100% !important;
  }
  #fondo-bloque-2 {
    padding-top: 0px !important;
}
#back-office .mi-container {
  padding: 30px 30px 30px 30px !important;
}

/* ESTILOS BONUS Y PROMOCIONES */
#bonus-promociones .mi-container {
  padding: 30px 30px 30px 30px !important;
}

#bonus-promociones img {
  max-width: 90px !important;
  margin: 0 auto !important;
  margin-bottom: -5px !important;
}

  /* ESTILOS VERTICALES DE JUEGO */
  #verticales {
    margin-bottom: 45px !important;
}
  #verticales .mi-container .row {
    margin-top: 5px !important;
}
.texto-verticales {
  margin-top: 25px !important;
}
  .flip-card {
      min-height: fit-content !important;
      display: flex !important;
  }
  .flip-card-front {
    position: relative !important;
    height: fit-content !important;
}
  .flip-card-back {
    position: relative !important;
    height: fit-content !important;
    margin-top: -71% !important;
}
  .flip-card:hover .flip-card-inner {

  }
  .toggle-header {
      font-size: 1rem !important;
  }

  #proveedores .mi-container {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  #verticales .mi-container {
    padding: 30px 30px 60px 30px !important;
  }


   /* ESTILOS DEL MODULO CLIENTES */
   #proveedores {
      padding-top: 20px;
      padding-bottom: 20px;
  }

  /* ESTILOS PROVEEDORES */
  #proveedores {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
    margin-bottom: -22px !important;
    padding-left: 3% !important;
}
  #proveedores .mi-container {
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.toggle-container {
    text-align: center !important;
}
.toggle-container::before {
    left: 0px !important;
    background-size: contain !important;
}
.toggle-header {
    padding: 10px 15px !important;
}
#proveedores .toggle-header {
  text-align: left !important;
}
#fondo-bloque-2 {
  padding-bottom: 0px !important;

}

/* ESTILOS BLOG */
.blog-container::before {
  background-size: contain !important;
  left: 0px !important;
}
.entradas-blog {
  margin-top: -70px;
  padding: 0px 40px !important;
}
.entradas-blog .col-md-4 {
margin-bottom: 25px !important;
}

/* ESTILOS CLIENTES */
#clientes {
    padding-top: 20px !important;
    padding-bottom: 10px;
}
.titular-clientes {
  padding-bottom: 0px !important;
  margin-bottom: -5px !important;
}

/* ESTILOS CONTACTO */
#contacto {
  padding-top: 0px !important;
  padding-bottom: 0 !important;
}
.icono-circulo-clientes {
  position: static !important;
  width: 20px !important;
  height: 20px !important;
}
.titular-contacto {
  padding-bottom: 20px !important;
}

.btn-enviar-formulario {
  min-width: 100% !important;
}


  /* ESTILOS DEL FOOTER */
  .img-juego-responsable {
      text-align: center !important;
  }
  .image-container {
      text-align: center !important;
      margin-bottom: 15px !important;
      margin-top: 15px !important;
  }
  .image-container img {
      max-width: 80px !important;
  }
  .mobile {
      display: inline-block !important;
      width: 96% !important;
  }
  .desktop, .desktopBanner, .tablet {
      display: none !important;
  }

  #footer {
    margin-top: 30px !important;
  }

}


@media only screen and (max-width:600px) {
  #header-nav-wrap .cta {
      display: block;
      padding: 0 20px
  }
}


@media only screen and (max-width:400px) {
  .header-menu-toggle {
      right: 24px
  }
}


@media only screen and (min-width:769px) {
  #header-nav-wrap {
      display: block !important
  }
}