/* -------- INICIO GENERALES -------- */
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: "Mukta", sans-serif !important;
  font-weight: 200;
  font-style: normal;
  color: #262727;
}
.height-100{
  height: 100vh;
}
body h1{
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
}
header .nav-link{
  color: #262727 !important;
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
header .nav-link:hover{
  color: #f49934 !important;
}
.img-nav{
  height: 40px;
  width: 40px;
}
a{text-decoration: none !important;}
@media (max-width: 700px) {
  .section-padding{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 700px) and (max-width: 1000px) {
  .section-padding{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1000px) {
  .section-padding{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.section-kiwox{
  background: linear-gradient(to right, #f49934, #f27900);
  color: #ffffff !important;
  box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.49);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.49);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.49);
}
.frase-footer{
  text-shadow: #b3b3b387 0px 0 14px;
  color: #262727;
}
.navbar{
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.navbar-brand{
  padding: 0 !important;
  margin: 0 !important;
}
.img-nav{
  height: 60px !important;
  width: auto;
}
/* -------- FIN GENERALES -------- */
/* ---------- INICIO SPLASH SCREEN / WELCOME SCREEN ---------- */
.splash {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 1s ease;
}

.splash.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 1s ease;
}
.video{
  height: auto;
  width: 90%;
}
#background-video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.caja-bienvenida{
  width: 100vw;
  height: 100vh;
}
.boton-bienvenida{
  color: #ffffff00 !important;
  background-color:  #ffffff00 !important;
  width: 100%;
  height: 100%;
}
/* ---------- FIN SPLASH SCREEN / WELCOME SCREEN ---------- */
/*------------------- INICIO CUSTOM HERO IMAGE ----------------- */
.back-video{
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}
@media (min-aspect-ratio:16/9){
  .back-video{
    width: 100%;
    height: auto;
  }
}
.box-1{
  overflow: hidden;
  align-items: flex-end;
  height: 95vh;
  display: flex;
  position: relative;
}
.hero-image-box{
  display: flex;
  align-items: end;
  padding-bottom: 20vh;
}
.hero-image-box-h1{
  display: block;
}
.hero-image-h1{
  color: #ffffff;
  cursor: default !important;
  font-family: "Urbanist", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 900 !important;
  text-shadow: rgb(0 0 0 / 30%) 0px 0 16px;
}
@media (min-width: 760px) {
  .hero-image-h1{
    font-size: 90px;
  }
}
@media (min-width: 550px) and (max-width: 760px) {
  .hero-image-h1{
    font-size: 75px;
  }
}
@media (min-width: 415px) and (max-width: 550px) {
  .hero-image-h1{
    font-size: 60px;
  }
}
@media (min-width: 320px) and (max-width: 415px) {
  .hero-image-h1{
    font-size: 50px;
  }
}
@media (max-width: 320px) {
  .hero-image-h1{
    font-size: 40px;
  }
}
.hero-image-p{
  color: #ffffff;
  font-size: 18px;
}
/*------------------- FIN CUSTOM HERO IMAGE -------------------- */
/*------------------- INICIO LÍNEA DE TIEMPO ----------------- */
.custom-card{
    height: 100%;
    width: 100%;
    position: relative;
}
.slider {
  width: 100%;
  height: 100%;
}
.hidden {
  display: none;
}
.visible {
  display: block;
}
/*------------------- FIN LÍNEA DE TIEMPO ----------------- */
/*------------------- INICIO SOBRE NOSOTROS ----------------- */
.img-nosotros {
  position: relative;
  background-image: url('../img/ordenado-2025.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 75vh;
  box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.49);
-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.49);
}
.img-nosotros::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.215); /* Oscurecimiento siempre presente */
  z-index: 1; /* Debajo del texto y de las imágenes */
}
.img-nosotros::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/desordenado-2025.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.img-nosotros:hover::after {
  opacity: 1;
}
.somos-box {
  position: relative;
  z-index: 3; /* Asegura que el contenido esté por encima del filtro de brillo */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.somos-text-box h1 {
  color: #ffffff;
  text-shadow: #282828c9 0px 0 14px;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
}
.somos-text-box h5 {
  color: #ffffff;
  text-shadow: #282828c9 0px 0 14px;
}
/*------------------- FIN SOBRE NOSOTROS ----------------- */
/*------------------- INICIO TABS SERVICIOS ----------------- *
#tabs{
  background: #262727;
}
#tabs h1{
  color: #ffffff;
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #343638;
  background-color: transparent;
  border-color: transparent transparent #f49934;
  border-bottom: 4px solid !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #f49934 !important;
  color: #ffffff !important;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #f49934;
}
#tabs .nav-tabs .nav-link:hover {
  color: #ffffff !important;
}
*------------------- FIN TABS SERVICIOS ----------------- */
/*------------------- INICIO CARD DE CADA SERVICIO (EN GENERAL ABARCA DE 1030PX A 1400PX DE ANCHO) ----------------- */
/* Esta personalización corresponde al ancho entre 1026px a 1400px */
/*----- CARD -----*/
.card{
  border: none !important;
  border-radius: 0 !important;
  margin: 5px;
  width: 100%;
}
/*----- SECCIÓN DEL CARD QUE CONTIENE LA IMAGEN -----*/
.card__thumb {
    height: 300px;/*----- ALTURA ANTES DEL HOVER -----*/
    transition: height 0.5s;
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
}
.card:hover .card__thumb {
    height: 250px;/*----- ALTURA CON HOVER -----*/
    filter: grayscale(0%);
    
}
.card:hover .card__thumb img {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
/*----- SECCIÓN DEL CARD QUE CONTIENE LA INFORMACIÓN -----*/
.card__body {
    position: relative;
    height: 90px;/*----- ALTURA ANTES DEL HOVER -----*/
    padding-left: 5px;
    padding-right: 5px;
    padding: auto;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.card:hover .card__body {
    height: 140px;/*----- ALTURA CON HOVER -----*/
    display: flex;
    align-items: center;
}
.card__title {
    margin: 0;
    padding-bottom: 5px;
    font-size: 20px;
    padding-top: 21px;
    color: #f49934;
}
.card:hover .card__title {
  color: #14bbff;
  padding: 0 !important;
  font-size: 18px;
}
.card-description {
  font-size: 14px;
  padding-left: 6px;
  padding-right: 6px;
  margin: 0;
  color: #262727;
  line-height: 27px;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  line-height: 1.25 !important;
}
.card:hover .card-description {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/*----- INICIO CAMBIOS DE CLASES PARA PANTALLAS DESDE 1400PX EN ADELANTE -----*/
  @media (min-width: 1400px) {
    .card:hover .card__body {/*--TEXTO--*/
    height: 120px;/*----- ALTURA CON HOVER -----*/
    }
    .card:hover .card__thumb {/*--IMG--*/
    height: 270px;/*----- ALTURA CON HOVER -----*/
    }
}
/*----- FIN CAMBIOS DE CLASES PARA PANTALLAS DESDE 1400PX EN ADELANTE -----*/
/*----- INICIO CAMBIOS DE CLASES PARA PANTALLAS DE 992PX A 1030PX -----*/
@media (min-width: 992px) and (max-width: 1026px) {
.card:hover .card__body {/*--TEXTO--*/
  height: 140px;/*----- ALTURA CON HOVER -----*/
}
.card:hover .card__thumb {/*--IMG--*/
  height: 260px;/*----- ALTURA CON HOVER -----*/
}
}
/*----- FIN CAMBIOS DE CLASES PARA PANTALLAS DE 992PX A 1030PX -----*/
/*----- INICIO CAMBIOS DE CLASES PARA PANTALLAS DE 768PX A 992PX -----*/
@media (min-width: 768px) and (max-width: 991px) {
  .card:hover .card__body {/*--TEXTO--*/
    height: 165px;/*----- ALTURA CON HOVER -----*/
  }
  .card:hover .card__thumb {/*--IMG--*/
    height: 225px;/*----- ALTURA CON HOVER -----*/
  }
}
/*----- FIN CAMBIOS DE CLASES PARA PANTALLAS DE 768PX A 992PX -----*/
/*----- INICIO CAMBIOS DE CLASES PARA PANTALLAS DE 576X A 767PX -----*/
@media (min-width: 576px) and (max-width: 767px) {
  .card:hover .card__body {/*--TEXTO--*/
    height: 154px;/*----- ALTURA CON HOVER -----*/
  }
  .card:hover .card__thumb {/*--IMG--*/
    height: 236px;/*----- ALTURA CON HOVER -----*/
  }
}
/*----- FIN CAMBIOS DE CLASES PARA PANTALLAS DE 576X A 767PX -----*/
/*----- INICIO CAMBIOS DE CLASES PARA PANTALLAS DE 576X A 767PX -----*/
@media (min-width: 400px) and (max-width: 576px) {
  .card:hover .card__body {/*--TEXTO--*/
    height: 135px;/*----- ALTURA CON HOVER -----*/
  }
  .card:hover .card__thumb {/*--IMG--*/
    height: 255px;/*----- ALTURA CON HOVER -----*/
  }
}
/*----- FIN CAMBIOS DE CLASES PARA PANTALLAS DE 576X A 767PX -----*/
/*----- INICIO CAMBIOS DE CLASES PARA PANTALLAS DE 576X A 767PX -----*/
@media (max-width: 399px) {
  .card:hover .card__body {/*--TEXTO--*/
    height: 170px;/*----- ALTURA CON HOVER -----*/
  }
  .card:hover .card__thumb {/*--IMG--*/
    height: 220px;/*----- ALTURA CON HOVER -----*/
  }
}
/*----- FIN CAMBIOS DE CLASES PARA PANTALLAS DE 576X A 767PX -----*/
.card-01 {background-image: url('../img/nuestras-soluciones/homologacion.jpg');}/*-- HOMOLOGACIÓN --*/
.card-02 {background-image: url('../img/nuestras-soluciones/monitoreo-robotizado.jpg')}/*-- MONITOREO ROBOTIZADO --*/
.card-03 {background-image: url('../img/nuestras-soluciones/monitoreo-tv.jpg');}/*-- MONITOREO DE TV --*/
.card-04 {background-image: url('../img/nuestras-soluciones/experiencia-usuario.jpg');}/*-- EXPERIENCIAS DE USUARIO --*/
.card-05 {background-image: url('../img/nuestras-soluciones/prueba-dispositivos.jpg');}/*-- PRUEBA DE DISPOSITIVOS --*/
.card-06 {background-image: url('../img/nuestras-soluciones/qa-automatizado.jpg');}/*-- QA AUTOMATIZADO --*/
.card-07 {background-image: url('../img/nuestras-soluciones/soluciones-nube.jpg');}/*-- SOLUCIONES EN LA NUBE --*/
.card-08 {background-image: url('../img/nuestras-soluciones/integraciones.jpg');}/*-- INTEGRACIONES --*/
.card-09 {background-image: url('../img/nuestras-soluciones/ciberseguridad.jpg');}/*-- CIBERSEGURIDAD --*/
.card-10 {background-image: url('../img/nuestras-soluciones/soluciones-escalables.jpg');}/*-- SOLUCIONES ESCALABLES --*/
.card-11 {background-image: url('../img/nuestras-soluciones/plataformas-apps.jpg');}/*-- PLATAFORMAS Y APPS MÓVILES --*/
.card-12 {background-image: url('../img/nuestras-soluciones/medida.jpg');}/*-- DESARROLLO A LA MEDIDA --*/
.card-13 {background-image: url('../img/nuestras-soluciones/preventa-postventa.jpg');}/*-- REVENTA Y POSTVENTA --*/
.card-14 {background-image: url('../img/nuestras-soluciones/call-center.jpg');}/*-- CALL CENTER --*/
.card-15 {background-image: url('../img/nuestras-soluciones/soporte.jpg');}/*-- SOPORTE Y MONITOREO --*/
.card-16 {background-image: url('../img/nuestras-soluciones/telecomunicaciones.jpg');}/*-- TELECOMUNICACIONES --*/
.card-17 {background-image: url('../img/nuestras-soluciones/outsourcing.jpg');}/*-- OUTSOURCING --*/
.card-18 {background-image: url('../img/nuestras-soluciones/back-office.jpg');}/*-- BACK OFFICE --*/
/*------------------- FIN CARD DE CADA SERVICIO ----------------- */
/*------------------- INICIO FOOTER ----------------- *
.btn-kiwox{
  background-color: #ffffff !important;
  color: #f49934 !important;
  border-radius: 5px !important;
  border: solid #f49934 1px !important;
}
.btn-kiwox:hover{
  background-color: #ffffff !important;
  color: #262727 !important;
  border: solid #262727 1px !important;
}
*-- INICIO EFFECT BTN--*/
.btn-kiwox {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  outline: none !important;
  width: 150px !important;
  height: 30px !important;
  background-color: #f3f3f3;
  border-radius: 20px !important;
  border: 1px solid #14bbff !important;
  transition: all 0.2s ease !important;
  font-size: 12px !important;
  color: #262727 !important;
  text-shadow: 0 1px #fff !important;
}
.btn-kiwox:hover {
  border: 1px solid #006ead !important;
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
}
.btn-kiwox:active {
  border: 1px solid #0085b9 !important;
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}
.btn-kiwox:focus {
  border: 1px solid #0085b9 !important;
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}
/*-- FIN EFFECT BTN --*/
.light-section{
  background-color: #f3f3f3;
}
.location-content{
  display: flex;
  align-items: center;
}
.input-form-kiwox{
  border-color: #14bbff !important;
  background-color: transparent !important;
}
.form-kiwox .form-control{
  font-size: 13px !important;
  color: #8a8a8a !important;
  border-radius: 20px;
}
.form-kiwox .form-control:focus{
  background-color: #ffffff !important;
  box-shadow: none;
  outline: none;
}
/* Para eliminar el borde celeste */
input:focus, 
textarea:focus {
  border-color: #007bff; /* Cambia el color del borde a tu preferencia */
  
}

/* Ejemplo de nuevo estilo */
input:focus, 
textarea:focus {
  border-color: #4A90E2; /* Aplica un nuevo color de borde */
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5); /* Añade una sombra personalizada */
}
.form-kiwox textarea{
  border-radius: 15px !important;
}
footer h2{
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-optical-sizing: auto !important;
}
footer h5{
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500 !important;
  font-style: normal;
  color: #ffffff;
}
/*------------------- FIN FOOTER ----------------- */
/*------------------- INICIO NUEVO DISEÑO TABS ----------------- */
.section-tabs{
  background: #262727;
  color: #ffffff;
}
.tab .nav-tabs{
    background-color: #424548;
    margin: 0 0 10px;
    border: none;
    border-radius: 30px;
    height: auto;
    justify-content: space-around;
}
.tab .nav-tabs .nav-link {
  color: #14bbff;
  background: #424548;
  font-size: 17px;
  padding: 8px 20px 6px;
  margin: 0 5px 0 0;
  border: none;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0.3s;
}
/*-- Tab antes y después del hover  -- */
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #ffffff;
    background-color: #b47a3b !important;
}
.tab .nav-tabs .nav-link::after {
  transform: scaleX(0);
  transition: all 0.4s ease 0.2s;
}
/*-- Tab seleccionado -- */
.tab .nav-tabs .nav-link.active::after {
  color: #ffffff;
    opacity: 1;
    transform: scaleX(1);
    background: linear-gradient(to right, #f49934, #f27900);
}
/*-- Hover tab -- */
.tab .nav-tabs .nav-link:hover::after {
  color: #ffffff;
    opacity: 1;
    transform: scaleX(1);
    background: linear-gradient(to right, #f27900, #bc5900);
}
/*-- Tab cuando cambia el ancho -- */
.tab .nav-tabs .nav-link::before,
.tab .nav-tabs .nav-link::after {
    content: "";
    background-color: #4c4a47;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    opacity: 0.5;
    transform: scaleX(0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s ease;
}
/*-- Tab cuando se desselecciona -- */
.tab .nav-tabs .nav-link.active,
.tab .nav-tabs .nav-link:hover {
    color: #ffffff;
    background: #836341;
    border: none;
}
/*------------------- FIN NUEVO DISEÑO TABS----------------- */
/*------------------- INICIO SECCIÓN PRODUCTO DESTACADO DEL MES ----------------- */
.img-destacado {
  position: relative;
  background-image: url('../img/producto-destacado-smartdial.jpg');
  /* background-position: left; */
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.49);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 610px !important;
}
.img-destacado::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit; /* Usa la misma imagen de fondo */
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  z-index: 1; /* Coloca la capa filtrada detrás del contenido */
  filter: none; /* Sin filtro por defecto */
  transition: filter 0.3s ease; /* Suaviza la transición */
}
.custom-box-destacado {
  text-align: end;
  position: relative;
  z-index: 2; /* Coloca el texto por encima de la capa filtrada */
}
.custom-box-destacado h1 {
  color: #FFFFFF;
}
.custom-box-destacado h2 {
  color: #ffffff;
  font-family: "Urbanist", sans-serif !important;
}
.custom-box-destacado h5 {
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .img-destacado::before {
    filter: brightness(60%);
    background-position: 20%;
  }
  .custom-box-destacado h1{
    text-shadow: #00000087 0px 0 14px;
  }
  .custom-box-destacado h2{
    text-shadow: #00000087 0px 0 14px;
  }
  .custom-box-destacado h5{
    text-shadow: #00000087 0px 0 14px;
  }
}
@media screen and (max-width: 540px) {
  .custom-box-destacado h1{
    text-align: center;
  }
  .custom-box-destacado h2{
    text-align: center;
  }
  .custom-box-destacado h4{
    text-align: center;
    font-size: 20px;
  }
  .custom-box-destacado h5{
    text-align: center;
    font-size: 18px;
  }
}
/* Inicio altura de la sección de producto destcado */
@media screen and (min-width: 1400px) {
  .img-destacado{
    height: 40vh;
    background-position: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .img-destacado{
    height: 50vh;
    background-position: 15%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .img-destacado{
    height: 60vh;
    background-position: 45%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .img-destacado{
    height: 70vh;
    background-position: 45%;
  }
}@media screen and (max-width: 576px) {
  .img-destacado{
    height: 70vh;
    background-position: 60%;
  }
}
/* Fin altura de la sección de producto destcado */
/*------------------- FIN SECCIÓN PRODUCTO DESTACADO DEL MES ----------------- */
/*------------------- INICIO FONDO CON TEXTURA ----------------- */
.textura-kiwox-lg {
  background-image: url('../img/textura-kiwox-lg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: auto;
}
  .textura-kiwox-md {
  position: relative;
  background-image: url('../img/textura-kiwox-md.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 992px) {
  .textura-kiwox-md {
    background-image: url('../img/textura-kiwox-lg.jpg');
  }
}
/*------------------- FIN FONDO CON TEXTURA ----------------- */
/*------------------- INICIO MODAL CONFIRMACIÓN ----------------- *
.modal-footer{
  justify-content: center !important;
  border: none !important;
}
.modal-content{
  background-color: #262727 !important;
  border-radius: 30px !important;
  color: #ffffff !important;
}
.modal-backdrop {
  background-color: #ffffff !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0.8;
}
*------------------- FIN MODAL CONFIRMACIÓN ----------------- */
/*------------------- INICIO MODAL CONFIRMACIÓN ----------------- */
.modal-content{
  background-color: #ffffff !important;
  color: #262727 !important;
  box-shadow: 0px 1px 28px 0px rgba(38,39,39,0.62) !important;
  -webkit-box-shadow: 0px 1px 28px 0px rgba(38,39,39,0.62) !important;
  -moz-box-shadow: 0px 1px 28px 0px rgba(38,39,39,0.62) !important;
}
.modal-body{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.modal-backdrop {
  background-color: #262727 !important; /* Color rosado */
  backdrop-filter: blur(10px); /* Desenfoque del fondo */
  -webkit-backdrop-filter: blur(5px); /* Soporte para navegadores WebKit */
  opacity: 0.8; /* Ajusta la transparencia del fondo */
}
/*------------------- FIN MODAL CONFIRMACIÓN ----------------- */
/*------------------- INICIO BANNER ----------------- */
.banner-kiwox{
  background-image: url('../img/destellos.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 22px 0px rgba(10,10,10,0.86);
-webkit-box-shadow: 0px 0px 22px 0px rgba(10,10,10,0.86);
-moz-box-shadow: 0px 0px 22px 0px rgba(10,10,10,0.86);
  /*
background: linear-gradient(90deg, rgba(38,39,39,1) 0%, rgba(77,77,77,1) 100%);
  background: rgb(38,39,39);
  */
}
@media screen and (min-width: 1400px) {
  .box-img-globos-1{
    align-items: center !important;
      }
      .banner-img-1{
        width: 210px;
      }
      .banner-img-2{
        height: 260px !important;
      }
      .frase-kiwox{
        font-size: 27px;
      }
      .frase-kiwox-destacado{
        font-size: 32px;
      }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .box-img-globos-1{
    align-items: center !important;
      }
      .banner-img-1{
        width: 150px;
      }
      .banner-img-2{
        height: 230px !important;
      }
      .frase-kiwox{
        font-size: 25px;
      }
      .frase-kiwox-destacado{
        font-size: 30px;
      }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner-img-1{
    width: 110px;
  }
  .banner-img-2{
    height: 360px !important;
  }
  .box-img-globos-1{
align-items: center !important;
  }
  .frase-kiwox{
    font-size: 22px;
  }
  .frase-kiwox-destacado{
    font-size: 25px;
  }
}
@media (min-width: 400px) and (max-width: 768px) {
  .banner-img-1{
    width: 110px;
  }
  .banner-img-2{
    height: 325px !important;
  }
  .frase-kiwox{
    font-size: 19px;
  }
  .frase-kiwox-destacado{
    font-size: 22px;
  }
}
@media screen and (max-width: 400px) {
  .banner-img-1{
    width: 90px;
  }
  .frase-kiwox{
    font-size: 17px;
  }
  .frase-kiwox-destacado{
    font-size: 20px;
  }
  .banner-kiwox-div{
    padding-left: 10px;
    padding-right: 10px;
  }
}
.frase-kiwox{
  text-shadow: #000000ba 0px 0 14px;
  font-weight: 100;
}
.frase-kiwox-destacado{
  font-family: "Urbanist", sans-serif !important;
  color: #cc8f33;
  font-weight: 500;
}
.box-img-globos-1,.box-img-globos-2{
  align-items: end;
    display: flex
;
}
/*------------------- FIN BANNER ----------------- */

