html,
body {
  font-family: "Montserrat";
  overflow-x: hidden;
  background-color: black;
}

.hidden {
  display: none;
}

/* HEADER */

.header-link .border-active {
  text-decoration: underline #007bff;
  text-decoration-thickness: 18px;
}

.options a {
  cursor: pointer;
  margin-bottom: 10px;
  height: max-content;
  color: #fff;
  font-size: 14px;
}

.options a:after {
  content: none;
}

.btn-change-dir {
  cursor: pointer;
  display: inline;
  font-size: 14px;
  width: auto;
}

.locationButton {
  cursor: pointer;
  position: relative;
  width: 325px;
  height: 36px;
}

.soluciones p {
  text-wrap: nowrap;
  text-align: left;
  font-size: 12px;
}

.locationButton .matchCity {
  width: 100%;
  height: 65px;
  position: absolute;
  display: none;
  z-index: 999;
  border-radius: 10px 10px 0 0;
  padding: 10px 15px 20px;
  background: -moz-linear-gradient(
    top,
    #323a54 90%,
    rgba(50, 58, 84, 0.73) 96%,
    transparent 100%
  );
  background: -webkit-linear-gradient(
    top,
    #323a54 90%,
    rgba(50, 58, 84, 0.73) 96%,
    transparent
  );
  background: linear-gradient(
    180deg,
    #323a54 90%,
    rgba(50, 58, 84, 0.73) 96%,
    transparent
  );
}

.locationButton .matchCity input {
  width: 100%;
  border: 2px solid #1689ff;
  border-radius: 7px;
}

.locationButton .matchCity input:focus-visible {
  outline: none;
}

.locationButton > .citiesList.showing ~ .matchCity {
  display: block;
}

.locationButton > .citiesList.showing {
  display: flex;
}

.locationButton > a {
  border-radius: 18px;
  border: 2px solid #fff;
  font-size: 16px;
  color: #96e5ff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}

.locationButton > a::selection {
  background: none;
}

.locationButton > a:hover {
  color: #fff;
}

.locationButton > a:before {
  content: "";
  width: 23px;
  height: 100%;
  position: absolute;
  left: 5px;
  background: url(/assets/images/generales/location.svg) no-repeat 50% / auto;
  color: #96e5ff;
}

.locationButton > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: auto;
  left: auto;
  right: 10px;
  display: block;
}

.locationButton > a.showing:after {
  content: "\f077";
}

.locationButton .options {
  display: none;
  position: absolute;
  width: 100%;
  height: 270px;
  flex-direction: column;
  align-items: start;
  overflow-y: auto;
  background: #323a54;
  box-shadow: 0 0 10px rgb(0 0 0/46%);
  border-radius: 10px;
  z-index: 999;
  padding: 60px 15px 15px;
}

.locationButton > a.showing + .options {
  display: flex;
}

@media (max-width: 767px) {
  .locationButton {
    width: 220px;
  }
}

.slide {
  vertical-align: middle;
}

.top-nav {
  background-color: black;
  font-size: 14px;
  max-height: 44px;
}

.top-nav .btn-secondary {
  font-size: 13px;
  max-height: 34px;
  margin-top: 1rem;
}

#header {
  padding-top: 0;
  padding-bottom: 0;
}

.logo-principal {
  width: 150px;
}

.menu-header {
  margin: 0 auto;
}

.boton-principal {
  margin-left: auto;
}

/* FIN HEADER */
/* ################################################################################################################ */
/* FORMULARIO */

.formulario {
  padding: 0px 50px;
}

.tittle-form {
  margin-bottom: 15px;
  font-size: 24px;
}

.politicas {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 5px;
}

.form-sidebar {
  height: 35px;
  border-radius: 25px;
  border-width: 3px;
  margin-bottom: 10px;
}

.politicas-link-sidebar {
  color: #888f96;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  margin: 20px 0;
}

.politicas-link-sidebar:hover {
  color: #888f96;
}

.boton-enviar-sidebar {
  color: #fff;
  width: 100%;
  background-color: #007bff;
  border: 1px solid #007bff;
  border-radius: 30px;
  padding: 8px 8px;
  font-size: 20px;
  font-weight: 700;
  margin: 0px auto;
  text-decoration: none;
}

.num-chat {
  font-size: 35px;
  color: black;
  font-weight: 800;
}

.num-chat:hover {
  color: #007bff;
}

/* FIN FORMULARIO */
/* ################################################################################################################ */
/* INDEX */
.imagen-slider1 {
  background-image: url(/assets/images/generales/banner-web-01.webp);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-color: black;
  height: 485px;
}

.imagen-slider2 {
  background-image: url(/assets/images/generales/banner-web-02.webp);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-color: black;
  height: 485px;
}

.background {
  background-image: url(/assets/images/generales/banner-home.webp),
    linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mega-text-index {
  z-index: 9;
  font-size: 30px;
  font-weight: 400;
  margin-right: -60px;
}

.text-parallax {
  margin: 5rem 0;
}

.texto-slider {
  margin: 2rem 0px;
  max-width: 25rem;
  text-align: center;
  height: 15rem;
}

.bg-dark-n {
  background-color: #121212;
}

.cta-card {
  background-image: url(../assets/images/generales/home-negocios.png);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  max-width: 31rem;
  height: 16rem;
  margin: 5px;
}

.cta-card-1 {
  background-image: url(../assets/images/generales/home-empresas.png);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  max-width: 31rem;
  height: 16rem;
  margin: 5px;
}

.cta-title {
  font-size: 24px !important;
  line-height: 1 !important;
  color: white;
}

.cta-subtitle {
  font-size: 30px !important;
  line-height: 1 !important;
  color: white;
}

.cta-image {
  max-width: 110px;
  max-height: 110px;
  padding-top: 0rem;
  margin: auto;
}

.cta-link {
  color: #007bff !important;
  text-decoration: none;
  font-size: 30px;
}

.cta-card-text {
  margin-right: 174px;
  padding-left: 16px;
}

.cta-card-text p {
  font-size: 14px;
  font-weight: 400;
  color: white;
}

.boton-sti {
  width: 16rem;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
}

.display {
  display: block !important;
}

.undisplay {
  display: none !important;
}

.full-height {
  min-height: 65vh;
  padding-left: 65px;
}

.fw-600 {
  font-weight: 600;
}

.fw-200 {
  font-weight: 200;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.tachado {
  text-decoration: line-through;
}

.justify-end {
  justify-content: flex-end;
}

.border-black {
  background-color: #000000 !important;
}

.stiky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 19;
}

.border-light-gray {
  border-color: #707070 !important;
}

.me-auto {
  margin-right: 10.5rem !important;
}

.b-rounded-15 {
  border-radius: 15px !important;
}

.bg-dark-gray {
  background-color: #323230;
}

.bg-dark-gray2 {
  background-color: #1e1d1b;
}

.bg-light-gray {
  background-color: #707070;
}

.bg-parallax {
  background-attachment: fixed;
}

.tp {
  position: relative;
  width: 9%;
  bottom: 55px;
  right: 32px;
}

.logo {
  width: 150px;
  height: 50px;
}

.up {
  z-index: 9;
}

.precio > button {
  width: auto;
  padding: 5px 30px;
  white-space: nowrap;
}

#carouselExampleDark {
  position: relative;
  z-index: 0;
  width: 100%;
}

.modal-content {
  background-color: black;
  border-radius: 22px;
  border: solid 2px white;
}

.modal-header {
  border: none !important;
}

.modal-body {
  padding-top: 0;
}

.img-modal {
  max-width: 75%;
}

.modal-title {
  color: #fff;
  padding: 15px;
}

.texto-form {
  color: white;
  text-align: center;
}

/* FIN INDEX */
/* ################################################################################################################ */
/* EMPRESAS */
.texto-slider1 {
  margin: 2rem 0px;
  max-width: 30rem;
  text-align: center;
  height: 15rem;
}

.imagen-slider-1 {
  background-image: url(/assets/images/generales/seguridad-perimetral.webp);
  display: flex;
  background-size: cover;
}

.imagen-slider-2 {
  background-image: url(/assets/images/generales/wifi-administrado.webp);
  display: flex;
  background-size: cover;
}

.imagen-slider-3 {
  background-image: url(/assets/images/generales/internet-dedicado.webp);
  display: flex;
  background-size: cover;
}

.imagen-slider-4 {
  background-image: url(/assets/images/generales/002.jpg);
  display: flex;
  background-size: cover;
}

.imagen-slider-5 {
  background-image: url(/assets/images/generales/internet-simetrico.webp);
  display: flex;
  background-size: cover;
}

/* CARDS EMPRESAS */
.thumb {
  margin-bottom: 30px;
}

.clickable {
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.border-bottom {
  border-bottom-width: 3px !important;
}

.border-active-bold {
  transition: all 0.5s ease-out;
}

.border-active-bold:after {
  display: block;
  clear: both;
  content: "";
  position: relative;
  left: 0;
  bottom: -12px;
  max-width: 250px;
  width: 100%;
  border-bottom: 5px solid #007bff;
  margin: 0 auto;
  padding: 4px 0px;
  transition: all 0.5s ease-out;
}

.paquete {
  max-height: 320px;
  max-width: 450px !important;
  margin: 10px;
  border-radius: 10px;
  border-style: none;
}

.paquete::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(28, 28, 26, 0.29)
  );
  border-radius: 10px;
}

.card-body {
  padding: 1.5rem 1rem;
  z-index: 1;
}

.card-title {
  text-align: left;
  margin-top: 45px;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-left: 20px;
}

.card-text {
  font-size: 13px;
  font-weight: 300;
}

.esencial {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/shutterstock_2146101203.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.respaldo {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/job-gd0b54d392_1920.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.sinrespaldo {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/close-up-of-business-trader-man-working-on-crypto-2022-01-19-00-15-09-utc.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.simetricopre {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/internet-dedicado.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.simetricoplus {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/shutterstock_2139455489.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.lineal {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/tvlineal.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.tvesencial {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/mature-businessman-at-hotel-reception-2021-08-26-12-07-54-utc.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.sesiones {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/business-professionals-at-work-2021-08-28-16-49-03-utc.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.voz {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/internet-voz.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.voznube {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/bearded-smiling-system-administrator-is-working-wi-2022-01-18-23-57-33-utc.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.administrado {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/four-multiracial-people-using-mobile-phone-outdoor-2022-03-18-21-00-25-utc.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.wan {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/businessman-using-wheelchair-in-office-2022-01-27-21-11-16-utc.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.perimetral {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/seguridad-perimetral.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.endpoint {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/brokers-monitoring-stock-market-2021-09-01-07-47-55-utc.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.security {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/computer-security-technology-2021-09-02-06-42-33-utc.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.microsoft {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/team-meeting-with-client-online-2022-03-31-10-02-32-utc.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

.google {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/assets/images/generales/cards/business-people-working-in-team-at-office-2022-02-02-03-59-30-utc.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: -webkit-linear-gradient(to top, #1C1C1A4A, #1C1C1A);  Chrome 10-25, Safari 5.1-6 */
}

/* FIN CARDS EMPRESAS */
/* FIN EMPRESAS */

/* ################################################################################################################ */

/* NEGOCIOS */

.banner-micro {
  background-image: url(/assets/images/generales/negocios-banner.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30rem;
  width: 100%;
}

.banner-negocios {
  height: 30rem;
  width: auto;
}

.texto-micronegocios {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 28rem;
  width: auto;
}

.colab {
  min-height: 65vh;
  padding-bottom: 30px;
}

.colabitems {
  text-align: initial;
}

.colabtitle {
  margin-bottom: 45px;
}

.card-dedicado {
  cursor: pointer;
  width: 330px;
  height: 175px;
  margin: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.212);
  background: #272726;
  display: flex;
  border-radius: 20px;
  justify-content: center;
  position: relative;
  transition: all 300ms;
  align-items: center;
  flex-direction: column;
}

.contratar {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  margin-bottom: 10px;
}

.contrata {
  background-image: url(/assets/images/generales/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-icon-card {
  height: auto;
  width: 11%;
  margin: 5px;
}

.service-subtext-card {
  font-size: 16px;
  font-weight: 600;
  color: white;
  text-align: center;
}

.service-text-card {
  font-size: 12px;
  text-align: center;
  color: white;
}

.service-price-card {
  font-size: 14px;
  text-align: center;
  color: white;
}

.tpcards {
  width: 35% !important;
  display: inline !important;
}

/* TEXTOS PAQUETES */
.restaurantes::before {
  content: "Controla las ventas, inventario de insumos  y las recetas de tu negocio";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: gray;
  font-size: 0.6em;
  padding: 0 10px;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.ecommerce::before {
  content: "Crea tu comercio en línea y gestiona tu negocio en un solo lugar";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 15px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Montserrat", "sans-serif";
}

.workspace::before {
  content: "Trabaja en donde quiera que estés con la licencia negocios estándar";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 12px;
  left: 10px;
  right: 10px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.hbo::before {
  content: "Disfruta de 8 canales Premium y acceso a HBO";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 30px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.adicionales::before {
  content: "Incrementa tus líneas telefónicas y bolsa de minutos y llamadas en combos de 2.";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 12px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.micros::before {
  content: "Instala las herramientas de productividad hasta en 5 dispositivos";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 12px;
  left: 10px;
  right: 10px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.paginaweb::before {
  content: "Llega a más clientes digitalizando tu negocio, además de soporte 24/7";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 15px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.proteccionv::before {
  content: "Aumenta los básicos de tu plan en usuarios de ayuda y Seguridad digital";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 15px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.combo::before {
  content: "Doble entretenimiento con lo mejor de Disney+ y Star+ a un precio único ";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 17px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

/* .netflix::before {
  content: "Adquiere contenido de Netflix con sus planes Básico, Estándar o Premium";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 17px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
} */

.fox::before {
  content: "Transmite los mejores eventos deportivos, contenido en vivo y exclusivo";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 17px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.tvadicional::before {
  content: "Entretenimiento para tus clientes con calidad 4K HDR";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 15px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.tvadicionalP::before {
  content: "Entretenimiento para tus clientes con alta fidelidad de audio y video 4K HDR";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 15px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.tvavanzada::before {
  content: "Aumenta el entretenimiento de tus clientes con 225 canales con 152 HD";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 15px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.tvpremium::before {
  content: "Aumenta el entretenimiento de tus clientes con 260 canales con 176 HD.";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 15px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

.extender::before {
  content: "Amplifica la señal de tu internet y cubre todos los espacios de tu negocio.";
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 15px;
  left: 11px;
  right: 11px;
  color: gray;
  font-size: 0.6em;
  font-weight: 300;
  text-align: center;
  font-family: "Montserrat", "sans-serif";
}

/* CARDS PAQUETES  */
.mb-text {
  color: white;
  font-weight: 700;
  font-size: 2rem;
}

.promocion {
  text-align: left;
}

.mb-titulo {
  font-weight: 400;
  font-size: 18px;
}

.btn-business {
  background-color: transparent;
  border-radius: 10px;
}

.titulos .subtitle {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

.titulos .title {
  font-weight: 700;
  font-size: 22px !important;
  line-height: 0;
}

.parrilla {
  margin: 10px 20px;
}

.parrilla > p {
  font-size: 11px;
  font-weight: 100;
  margin: 0;
}

.parrilla > span {
  font-size: 14px;
}

.titulos {
  border-radius: 16px 16px 0 0;
  border-bottom-style: groove;
  border-width: 1px;
  border-color: gray;
  text-align: start;
  padding: 10px;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.click {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  padding: 15px 20px;
  font-size: 11px;
  text-align: center;
}

.click.activo {
  background-color: #007bff;
}

.click:hover {
  background-color: #007bff;
}

.click.bm:hover {
  background: transparent
    linear-gradient(99deg, #ff0000 0%, #ef0000 0%, #ffa907 100%) 0% 0% no-repeat
    padding-box !important;
}

.click.activo.bm {
  background: transparent
    linear-gradient(99deg, #ff0000 0%, #ef0000 0%, #ffa907 100%) 0% 0% no-repeat
    padding-box !important;
}

@media (min-width: 1200px) {
  .gap-30 {
    gap: 30px;
  }

  .click {
    white-space: nowrap;
    font-size: 20px;
  }
}

.link-modal-paquetes {
  text-decoration: underline !important;
  color: #89dbff;
  font-size: 20px;
  text-align: right !important;
  background-color: transparent;
  border: none;
}

.soluciones {
  padding: 10px 20px;
  border-bottom: 1px solid gray;
}

.soluciones > div > img {
  width: 50px;
}

.soluciones2 {
  height: 160px;
}

.promo {
  max-height: fit-content;
}

.price {
  padding: 0 20px;
  font-size: 11px;
  text-align: left;
  font-weight: 700;
}

.terminos-card {
  font-size: 10px;
  font-weight: 300;
  margin-block: 10px;
  text-align: center;
}

.price-anterior {
  padding: 0 35px;
  font-size: 15px;
  text-align: center;
  align-items: flex-end;
  flex-direction: column;
}

.price-nuevo {
  padding: 0 20px;
  font-size: 15px;
  text-align: center;
  color: #fedc00;
  border-left: 1px solid gray;
  flex-direction: column;
}

.price-nuevo span p {
  font-size: 8px;
}

.top-card {
  align-items: flex-start;
}

/* PILDORAS DE BUEN MES 2024 */

.service-card {
  position: relative;
}

.paquete-card {
  margin-top: 40px !important;
}

.paquete-card {
  row-gap: 80px;
  column-gap: 25px;
}

.price {
  line-height: 25px;
}

.bottom-card {
  align-items: center;
  justify-content: center;
}

.precio {
  display: flex;
  align-items: center;
}

.doble-precio {
  font-size: 15px;
  margin: 0;
  font-weight: 800;
  background: #ff7923 0% 0% no-repeat padding-box;
  border-radius: 8px;
  width: max-content;
  padding: 0 5px;
}

.doble-precio span {
  text-decoration: line-through;
}

.btn-content {
  margin-bottom: 0;
}

.header-megas {
  display: flex;
  flex-direction: column;
  line-height: 15px;
  margin-top: 10px;
}

.header-megas p {
  font-size: 18px;
  margin: 0;
  text-decoration: line-through;
}

.header-megas h5 {
  font-size: 30px;
  margin: 0;
  font-weight: 400;
}

.fs-43 {
  font-size: 43px;
}

/* BUEN MES */

.service-card.buen-mes::before {
  content: "APPS INCLUIDAS A PRECIO ESPECIAL";
  position: absolute;
  right: -2px;
  top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 18px 18px 0px 0px;
  height: 40px;
  width: 88%;
  max-width: 418px;
  z-index: -1;
  font-weight: 800;
  font-size: 13px;
  font-style: italic;
  color: #fe622a;
}

/* .service-card.buen-mes::after {
    content: "";
    background-image: url(/assets/images/generales/regalom.png);
    position: absolute;
    left: -25px;
    top: -25px;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    filter: drop-shadow(2px -2px 25px #FFD1D1);
} */

.titulos.bg-buen-mes {
  background: transparent linear-gradient(90deg, #e11214 0%, #a30a08 100%) 0% 0%
    no-repeat padding-box;
  padding-left: 50px;
  border-top-right-radius: 0;
}

.footer-buen-mes {
  background-color: white;
  color: #707070;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 1px 0;
}

.buen-mes {
  border-top-right-radius: 0 !important;
}

.buen-mes .header-megas p {
  font-size: 16px;
  margin: 0;
  text-decoration: line-through;
}

.buen-mes .header-megas h5 {
  font-size: 23px;
  margin: 0;
  font-weight: 400;
}

.buen-mes .mb-titulo {
  font-size: 23px;
  font-weight: 800;
}

.buen-mes .doble-precio {
  color: white;
}

.contenedor-buen-mes p {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}

.contenedor-stream,
.contenedor-apple {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 2px solid #ffffff;
  border-radius: 18px;
  background-color: white;
  margin: 0px 15px;
}

.contenedor-adicionales {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 2px solid #ffffff;
  border-radius: 18px;
  background-color: white;
  margin: 20px 15px 10px;
  color: #5d5d5d;
}

.contenedor-adicionales p {
  margin: 0;
}

.contenedor-adicionales span {
  font-size: 20px;
  font-weight: 900;
  color: #ff852b;
}

.contenedor-stream {
  padding: 5px 25px;
}

.contenedor-stream.d {
  padding: 5px 25px;
  gap: 15px;
}

.contenedor-apple {
  font-size: 14px;
  font-weight: 900;
  padding: 15px;
  color: #5d5d5d;
}

.contenedor-stream img {
  max-width: 90px;
  max-height: 76px;
}

.contenedor-stream.d img {
  max-width: 90px;
  max-height: 76px;
}

.contenedor-soluciones {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0px;
  color: white;
}

.grid-soluciones {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
}

.service-card.buen-mes {
  padding: 0;
}

.link-buen-mes {
  display: flex;
  justify-content: end;
  padding: 0 20px;
}

/* Para pantallas grandes */
@media (min-width: 2000px) {
  .grid-soluciones .cuadro-solucion {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}

.cuadro-solucion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  max-width: 88px;
}

.cuadro-solucion p {
  font-size: 11px !important;
}

.cuadro-imagen {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 5px 25px;
  background-color: #707070;
  color: white;
}

.cuadro-imagen img {
  max-width: 25px;
  width: 100%;
  height: 25px;
}

.buen-mes .link-modal-paquetes {
  font-size: 16px;
  margin-bottom: 15px;
}

.line-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line {
  width: 2px;
  height: 30px;
  /* Ajusta la altura según sea necesario */
  background-color: #5d5d5d;
}

.circle {
  font-size: 15px;
  font-weight: 800;
  /* Tamaño de la "O" */
  color: #5d5d5d;
  line-height: 1;
}

.cintillo-buen-mes {
  position: absolute;
  left: 0px;
  top: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 7px 7px 0px 0px;
  height: 40px;
  width: max-content;
  padding: 5px 10px;
  max-width: 418px;
  z-index: -1;
  margin: 0px auto;
  font-weight: 800;
  font-size: 17px;
  font-style: italic;
  text-transform: uppercase;
}

.cintillo-buen-mes p {
  margin: 0;
}

/* .cintillo-buen-mes::before {
    content: "";
    background-image: url(/assets/images/generales/regalom.png);
    position: absolute;
    left: -8%;
    top: -20px;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    filter: drop-shadow(2px -2px 25px #FFD1D1);
} */

@media (min-width: 1200px) {
  .cintillo-buen-mes::before {
    top: -21px;
    width: 65px;
    height: 65px;
    left: -6%;
  }

  .paquete-card {
    margin-top: 60px !important;
  }

  .cintillo-buen-mes {
    font-size: 18px;
    letter-spacing: -0.72px;
  }

  .service-card.buen-mes::before {
    width: 90%;
    font-size: 16px;
  }

  .service-card.buen-mes::after {
    left: -25px;
    top: -25px;
    width: 75px;
    height: 75px;
  }

  .contenedor-stream img {
    max-width: 140px;
    max-height: 76px;
  }

  .contenedor-stream.d img {
    max-width: 140px;
    max-height: 76px;
  }

  .contenedor-apple {
    font-size: 19px;
  }

  .contenedor-adicionales span {
    font-size: 27px;
  }

  .contenedor-buen-mes p {
    font-size: 16px;
  }

  .grid-soluciones {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .contenedor-adicionales {
    margin: 40px 15px;
  }

  .service-card.buen-mes::after {
    left: -25px;
    top: -25px;
    width: 75px;
    height: 75px;
  }

  .contenedor-buen-mes {
    min-height: 676px;
  }
}

/* PILDORA DE PROMOCION */
.service-card.esencialp::after,
.service-card.dinamico::after,
.service-card.elemental::after {
  content: "Promoción";
  position: absolute;
  right: 0;
  top: -18px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ea0001;
  height: 32px;
  width: 220px;
  border-radius: 30px;
  z-index: 9;
  margin: 0px auto;
  font-weight: 700;
  font-size: 25px;
}

.border-bts {
  border: 3px solid #ea0001 !important;
}

#sInternet .soluciones {
  max-height: max-content;
}

.cell-promo {
  font-size: 49px;
  letter-spacing: -1.23px;
  display: flex;
  height: 40px;
}

.titulo-precio {
  font-size: 11px;
  font-weight: 200;
  color: #ffffff;
}

.cell-promo span {
  font-size: 30px;
}

.service-card {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  height: 100%;
  background-color: #1d1d1d;
  border: 4px solid #6c6c6c;
  max-width: 415px;
}

.card-body-paquete {
  margin: 20px 50px;
}

/* SOLUCIONES CARD PAQUETES */
.ni-item img {
  width: 20px;
}

.ni-item p {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.ni-l {
  max-width: 27px;
}

/* FIN SOLUCIONES CARD PAQUETES */

/*FIN CARDS PAQUETES  */

/* FIN NEGOCIOS */

/* ################################################################################################################ */

/* AYUDA Y SOPORTE*/
.borderigth {
  border-right-style: inset;
}

.fs-1-1 {
  font-size: 44px;
  font-weight: 400;
}

.ayudatitle {
  color: #007bff;
}

.ayudatext {
  font-size: 25px;
  margin-bottom: 40px;
}

.ayudatel {
  margin: 40px auto;
  font-size: 35px;
  color: rgb(63, 69, 78);
}

.redes {
  max-width: 70px;
  margin-bottom: 5px;
}

.manual-secction {
  margin-left: 9px;
}

.manual-item-top {
  width: auto;
  height: 150px;
  background-color: transparent;
  border-radius: 10px;
  margin-bottom: -50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  max-width: 200px;
}

.manual-item-buttom {
  max-width: 200px;
  height: 150px;
  background-color: #262726;
  border-radius: 10px;
  margin-top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.manual-item-img {
  width: 200px;
}

.manuali {
  margin: 20px 20px;
}

.manual-item-text > a {
  color: white;
  font-size: 17px;
  font-weight: 500;
}

.mega-text {
  z-index: 9;
  font-size: 30px;
  font-weight: 400;
}

.documetos-item {
  margin: auto;
}

.documetos-item > a {
  color: white;
  font-size: 17px;
  font-weight: 500;
}

.fa-file-lines {
  font-size: 25px;
  margin: 10px;
  color: #007bff;
}

/* FIN AYUDA Y SOPORTE */

/* ################################################################################################################ */

.slid button {
  width: 60px !important;
  margin-right: 10px !important;
}

.overlay {
  height: 100%;
  background: #333;
  opacity: 0.3;
  width: 100%;
}

.scroll-icon {
  max-height: 50px;
  margin-top: auto;
  margin-bottom: 1rem;
  z-index: 9;
}

.mt-20vh {
  margin-top: 20vh;
}

.bf {
  bottom: 0;
  right: 0;
  text-align: end;
}

.btn-cta {
  background-color: #007bff !important;
  color: white;
  font-weight: 600;
}

.btn-text {
  font-size: 9px;
}

.btn-cta.hvr-bounce-to-left:before {
  background: #007bff !important;
  border-radius: 50px;
}

.btn-wrap-rounded {
  width: 217px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.img-solutions {
  max-width: 218px;
}

.img-mb {
  max-width: 250px;
}

.w-90 {
  width: 90px !important;
}

.service-text {
  color: #989898;
  font-size: 14px;
}

.service-subtext {
  font-size: 14px;
}

.service-icon {
  max-height: 18px;
  width: 18px !important;
}

.owl-item.active.current img {
  padding: 0.5rem;
  border-radius: 5px;
  background-color: #ffffff;
}

.gradient-text {
  background: linear-gradient(
    90deg,
    rgba(121, 85, 159, 1) 0%,
    rgba(121, 85, 159, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mb-text2 {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 20px;
}

.mb-text3 {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  padding: 20px;
}

.mas-opc {
  font-weight: 700;
  font-size: 1.6rem;
  cursor: pointer;
}

.arrow-right-icon {
  max-width: 21px;
  max-height: 17px;
  margin-left: 0.5rem;
}

.arrow-right-icon-x2 {
  max-width: 30px;
  max-height: 30px;
  margin-left: 0.5rem;
}

.service-internet-icon {
  max-width: 22px;
  max-height: 31px;
}

.service-icon-img {
  max-width: 40px;
  max-height: 45px;
}

.service-mgb {
  width: 400px;
  height: 55px;
}

/* 34, 221, 18 */
.service-add {
  z-index: 10;
  background: #007bff;
  background: linear-gradient(
    90deg,
    rgba(121, 85, 159, 1) 0%,
    rgba(121, 85, 159, 1) 100%
  );
  opacity: 0.9;
  border-radius: 5px;
  padding: 0.2em;
  margin: 0 auto;
}

.service-line {
  margin-top: -37px;
  margin-bottom: 37px;
  z-index: 0;
}

.service-table-wrapper {
  border-radius: 20px;
  -webkit-box-shadow: 21px 18px 48px -16px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 21px 18px 48px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 21px 18px 48px -16px rgba(0, 0, 0, 0.75);
}

.table-service {
  background-color: transparent !important;
  font-size: 20px;
  font-weight: 700;
}

.table-service td,
.table-service tfoot,
.table-service th,
.table-service thead,
.table-service tr {
  border-color: #ffffff7a;
}

.table-service th {
  text-transform: uppercase;
  border-bottom: 0px;
}

.table-service .rw-1 {
  color: #007bff;
}

.table-service .rw-2 {
  color: #007bff;
}

.table-service .rw-3 {
  color: #007bff;
}

.table-service .rw-4 {
  color: #007bff;
}

.whitespace {
  white-space: nowrap;
}

.pkg-image {
  max-width: 94px;
  max-height: 94px;
}

.hicon-image {
  width: 54px;
  height: 54px;
}

.accordion-pkg {
  border-top: 2px solid;
  border-image-slice: 1;
  border-color: #007bff;
}

.accordion-pkg .accordion-item,
.accordion-pkg .accordion-button {
  background-color: transparent;
  color: #ffffff;
  border-bottom: #ffffff83 solid 1px;
  font-weight: 700;
  font-size: 22px;
  padding-left: 0;
  padding-right: 0;
}

.accordion-pkg .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.accordion-pkg .accordion-button:focus {
  box-shadow: none;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.promo-card {
  border-radius: 20px;
  overflow: hidden;
}

.promo-card .promo-content {
  background-color: #363636;
}

.promo-card .promo-image {
  background-color: #1e1d1b;
}

.input-search input {
  position: relative;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 45px;
  font-size: 36px;
  box-shadow: none;
  text-indent: 30px;
  width: 50%;
}

.input-search input:focus,
.mt-form input:focus {
  outline-width: 0;
}

.input-search a {
  color: #ffffff;
  position: absolute;
  height: 36px;
  right: 29%;
}

.owl-buttons {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}

.owl-buttons img {
  cursor: pointer;
  margin: 2rem 1rem;
  height: 23px;
}

.owl-buttons img:first-child {
  margin-left: auto;
}

.owl-buttons img:last-child {
  margin-right: 2rem;
}

.form-mt-wrapper {
  background-color: #363636;
  padding: 2rem;
}

.form-mt-wrapper-inverse {
  background-color: #222430;
  border-radius: 15px;
  padding: 2rem;
}

.form-mt-wrapper-inverse .mt-form {
  padding: 1.7rem 0.5rem;
}

.form-mt-wrapper-inverse .mt-form input {
  padding: 0.25rem;
}

.mt-form {
  padding: 1.7rem 3rem;
}

.mt-form input {
  width: 100%;
  padding: 1rem;
  margin: 0.5rem;
  background-color: transparent;
  color: #ffffff;
  border: none;
  border-bottom: #ffffff 2px solid;
  box-shadow: none;
}

.mt-form input::placeholder {
  color: #ffffff;
  font-weight: 500;
}

.mt-submit {
  border-radius: 50px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.footer {
  background-color: #282b2b;
}

a.footer {
  background-color: transparent;
}

.footer-terms {
  padding: 3rem 5rem;
  font-size: 11px;
}

.footer-menu {
  padding-left: 4rem;
  padding-bottom: 1rem;
  font-size: 15px;
  margin-right: -14rem;
  line-height: 1;
}

.footer-bottom {
  padding: 2rem 3.5rem;
  font-size: 11px;
  background-color: rgb(28, 28, 26);
}

.esresp svg {
  width: 140px;
}

a.footer-bottom {
  background-color: rgb(28, 28, 26);
}

.footer-redes {
  font-size: 15px;
}

.contacto {
  line-height: 20px;
}

.container {
  max-width: 100%;
}

#btotalplay-internet {
  display: none;
}

.ps-44 {
  padding-left: 5rem;
}

.social-icons {
  font-size: 22px;
  color: white;
}

.content-general .content-int {
  margin: 0 auto;
  max-width: 1000px;
  padding: 10px;
  position: relative;
}

#content-general {
  background-color: #282b2b;
}

.pagina-gracias .title-section {
  margin-bottom: 40px;
}

.banner .title-section .title-1 {
  font-weight: 400;
  color: #525252;
  font-size: 36px;
  color: #ffffff;
}

.banner .title-section .title-2 {
  font-weight: 400;
  font-size: 36px;
  color: #525252;
  color: #ffffff;
}

.pagina-gracias .change-section {
  text-align: center;
}

.change-section {
  margin-bottom: 20px;
  justify-content: center;
  display: flex;
}

.pagina-gracias .gracias-img {
  width: 167px;
}

.pagina-gracias .par-50 {
  width: 42%;
}

.gracias-text {
  display: flex;
  align-items: center;
}

.pagina-gracias .subtitle-section {
  margin-left: 30px;
}

.pagina-gracias .subtitle-section {
  font-size: 1.25em;
  font-size: 1.4em;
  line-height: normal;
  color: #ffffff;
}

.subtitle-section {
  font-size: 1.25em;
  color: #ffffff;
  max-width: 1062px;
}

.content-int > header:nth-child(1) {
  text-align: center;
}

/*  modal  */
.tp-zone-picker {
  background-color: black;
}

.modal-llamanos {
  background-color: #131313;
  color: white;
}

.llamanos-header {
  border-bottom: 1px solid #131313;
}

.llamanos-footer {
  border-top: 1px solid #131313;
}

/* MODAL  */

#modal-conoce-mas .modal-header {
  background: rgba(55, 47, 81, 1) 0% 0% no-repeat padding-box;
  border-radius: 35px 35px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-conoce-mas .modal-body {
  background: transparent
    linear-gradient(
      132deg,
      rgba(11, 29, 128, 0.3) 0%,
      rgba(84, 4, 214, 0.3) 100%
    )
    0% 0% no-repeat padding-box;
  border-radius: 0px 0px 35px 35px;
  padding: 30px 40px;
}

.card-img-modal {
  padding-block: 10px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}

.card-img-modal img {
  max-width: 140px;
  width: 100%;
}

#modal-conoce-mas .modal-content {
  background-color: #000000;
  border-radius: 35px;
  border: none;
  color: white;
}

#modal-conoce-mas .modal-header {
  border-bottom: none;
}

#modal-conoce-mas .modal-header .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
}

#modal-conoce-mas .modal-dialog {
  max-width: 552px;
  margin: auto;
}

#modal-conoce-mas .titulo-modal {
  font: normal normal 800 24px/21px Montserrat;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 15px;
}

#modal-conoce-mas .texto-modal {
  text-align: left;
  font: normal normal normal 16px/21px Montserrat;
  letter-spacing: 0px;
  margin: 0;
}

/* MODAL DE ZONAS NUEVA */

#staticBackdrop .modal-content {
  background-color: #1e1f27;
  border-radius: 30px;
  border: none;
}

#staticBackdrop .modal-body {
  padding: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: auto;
  overflow-y: scroll;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  z-index: 10;
  background: linear-gradient(
    0deg,
    rgba(24, 25, 32, 1) 0%,
    rgba(23, 25, 30, 0.3) 100%
  );
  -webkit-background-clip: padding-box;
}

#tp-zone-picker {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  padding: 12% 0;
  text-align: center;
  height: auto;
  border-radius: 30px;
  width: 600px;
  z-index: 12;
}

.fancybox-inner {
  display: flex;
  flex-direction: column;
  /* Si quieres que los elementos dentro se apilen verticalmente */
  justify-content: center;
  align-items: center;
}

.fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  /* Para que se mantenga centrado mientras se hace scroll */
  top: 0;
  left: 0;
  width: 100vw;
  /* Ocupar todo el ancho */
  height: 100vh;
  z-index: 11;
}

#tp-zone-picker img {
  max-height: 83px;
  max-width: 55%;
}

#tp-zone-picker h4 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.8em 0 0;
  color: white;
}

#tp-zone-picker p {
  font-size: 1.3em;
  width: 90%;
  font-weight: 400;
  color: white;
}

.macOS #tp-zone-picker select {
  padding: 5px 15px;
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 20px;
  background-image: url(/assets/images/generales/download.svg);
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

.windows #tp-zone-picker select {
  padding: 5px 15px;
  background-color: black;
  color: white;
  border: 2px solid white;
  border-radius: 20px;
  background-image: url(/assets/images/generales/download.svg);
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}

#tp-zone-picker select option:nth-of-type(1) {
  color: white;
}

div#thumbs div.item.text-center {
  padding: 15px;
  border-radius: 10px;
}

div#thumbs div.item.text-center:hover {
  border: 3px solid white;
}

div#big.owl-carousel.owl-theme.py-5.owl-loaded.owl-drag div.owl-nav {
  position: absolute;
  /*top: -80%; */
  width: 100%;
  margin: 0 auto;

  /*! height: 30px; */
  /*! width: 30px; */
}

div#big.owl-carousel.owl-theme.py-5.owl-loaded.owl-drag
  div.owl-nav
  button.owl-prev,
div#big.owl-carousel.owl-theme.py-5.owl-loaded.owl-drag
  div.owl-nav
  button.owl-next {
  width: 30px;
  color: white;
  font-size: 30px;
}

div.service-card.text-white.text-center.pt-5.pb-4
  div.row.w-100
  div.precio
  span.h5 {
  display: block;
  width: 100%;
}

#dedicado {
  padding: 80px 0;
}

.form-sidebar {
  height: 35px;
  border-radius: 25px;
  border-width: 3px;
  margin-bottom: 10px;
}

.politicas {
  text-align: center;
  padding-bottom: 10px;
}

.bordedesktop {
  height: 80px;
}

.tooltip-css {
  position: relative;
}

.invalid-tooltip {
  width: 250px;
  background-color: rgba(220, 53, 69, 0.9);
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 103%;
  position: absolute;
  margin-left: -60px;
}

.tooltip-css:hover .tooltiptext-css {
  visibility: visible;
}

.invalid-tooltip::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: calc(100% + 0px);
  /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(220, 53, 69, 0.9);
}

.error {
  color: #898989;
}

/* ############################################################################################################# */

@media only screen and (max-width: 995px) {
  .service-mgb {
    width: 250px;
    height: 55px;
  }

  .me-auto {
    margin-right: 0 !important;
  }

  .w-20 {
    width: 50%;
  }

  .footer-terms {
    padding: 1.5rem;
  }

  .footer-menu {
    padding: 1rem;
  }

  .footer-bottom {
    padding: 1rem;
  }

  .input-search a {
    font-size: 1.5em;
    right: 23%;
  }

  .mt-form {
    padding: 1rem;
  }

  .mt-submit {
    border-radius: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-cards {
    display: none;
  }

  .cards-mosaico {
    display: block;
  }

  .manual-item-buttom {
    height: 100px;
  }

  .manual-secction {
    justify-content: center;
    margin: auto;
  }
}

@media only screen and (max-width: 500px) {
  .cta-card {
    height: auto;
    padding-bottom: 30px;
    margin: 10px;
  }

  .logo-main {
    width: 120px !important;
  }

  .paquete {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }

  .service-card {
    width: 100%;
  }

  .parrilla {
    margin: 10px 20px;
  }

  .service-internet-icon {
    max-width: 15px;
  }

  .v-center {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .internet-parrallax > div {
    max-width: 179px;
    font-weight: 700;
    font-size: 15px;
    line-height: 10px;
  }

  .hvr-grow {
    padding-right: 1px !important;
  }
}

@media only screen and (max-width: 760px) {
  .hvr-grow1 {
    padding-right: 30px;
  }

  .img-modal {
    max-width: 90%;
  }

  .content-card {
    margin: 5px;
  }

  /* INDEX */
  .slidmovil {
    display: none;
  }

  .imagen-slider1 {
    background-image: url(/assets/images/generales/mobile/banners-web-clean-01-m.jpg);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .imagen-slider2 {
    background-image: url(/assets/images/generales/mobile/banners-web-clean-02-m.jpg);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }

  .imagen-slider3 {
    background-image: url(/assets/images/generales/mobile/Mobile-bannerhotsale2023.jpg);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
    background-size: contain;
  }

  .mega-text-index {
    margin-right: 0;
    font-size: 24px;
  }

  .texto-slider {
    margin: 10rem 39px 1rem;
    height: 10rem;
  }

  .texto-slider > h2 {
    text-align: initial;
  }

  .texto-slider > p {
    text-align: initial;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 200;
  }

  .text-parallax {
    margin: 2rem 0 0;
  }

  .mega-text {
    font-size: 31px;
    margin: 0;
  }

  .internet-parrallax {
    margin-top: 50px;
  }

  .internet-parrallax > div {
    max-width: 221px;
    font-weight: 700;
    line-height: 10px;
  }

  .cta-title {
    font-size: 20px !important;
  }

  .cta-card-text {
    padding: 0 10px;
    margin-right: 50px;
  }

  /* FIN DE INDEX */
  /* EMPRESAS */
  .imagen-slider-1 {
    background-image: url(/assets/images/generales/mobile/seguridad-perimetral-2.jpg);
    display: flex;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .imagen-slider-2 {
    background-image: url(/assets/images/generales/mobile/wifi-administrado-2.jpg);
    display: flex;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .imagen-slider-3 {
    background-image: url(/assets/images/generales/mobile/Internet-dedicado-2.jpg);
    display: flex;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .imagen-slider-4 {
    background-image: url(/assets/images/generales/mobile/002-m.jpg);
    display: flex;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .imagen-slider-5 {
    background-image: url(/assets/images/generales/mobile/Internet-simetrico-2.jpg);
    display: flex;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .border-active-bold:after {
    bottom: 12px;
  }

  .bordedesktop {
    height: 60px;
  }

  .mega-text-empresas {
    font-size: 25px;
  }

  .texto-slider1 {
    margin: 2rem 21px;
    font-size: 14px;
    font-weight: 200;
  }

  /* CARDS NEGOCIOS */

  .card-title {
    font-size: 20px;
    margin-bottom: 35px;
    margin-left: 20px;
    margin-top: 18px;
  }

  .card-body {
    padding: 1.5rem 0rem;
  }

  .ni-item p {
    font-size: 10px;
  }

  .card-body-paquete {
    margin: 20px 40px;
  }

  /* NEGOCIOS */

  .banner-micro {
    background-image: url(/assets/images/generales/mobile/negocios-mobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20rem;
    width: 100%;
  }

  .banner-negocios {
    height: auto;
    width: 100%;
  }

  .full-height1 {
    height: 100%;
    min-height: 100%;
    padding: 2rem !important;
  }

  .titulos {
    padding: 10px 15px;
  }

  .btn-slider {
    background-color: #007bff;
    color: white;
    border: 2px solid #007bff;
  }

  .btn-business .subtitle {
    font-size: 21px;
  }

  .btn-business .title {
    font-size: 20px !important;
  }

  .promo-content {
    padding: 2rem !important;
    font-size: 10px !important;
  }

  .soluciones {
    padding: 10px;
  }

  .promo-content > p {
    font-size: 15px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }

  .promo-content > a {
    font-size: 15px !important;
  }

  .img-promo {
    max-width: 20rem;
  }

  .thumb1 {
    margin-left: 0px;
  }

  .paquete {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
  }

  .solucion {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 35rem;
  }

  .price {
    font-size: 15px;
  }

  .hero-item {
    text-align: center;
  }

  .hero-p {
    text-align: left;
    font-size: 16px;
    margin: 0px 10px 10px;
  }

  .pkg-image {
    max-width: 50px;
    max-height: 50px;
  }

  .accordion-pkg .accordion-item,
  .accordion-pkg .accordion-button {
    font-size: 20px;
  }

  .colabitems {
    margin: 10px;
    margin-left: 25px !important;
  }

  .colabitems > p {
    font-size: 14px !important;
  }

  .colabitems > span {
    font-size: 20px !important;
  }

  .colabtitle {
    margin-bottom: 50px;
  }

  .hero-img {
    max-width: 280px;
    margin: 30px;
  }

  .paquete-card > div {
    margin: 20px;
    width: 100%;
  }

  .texto-micronegocios {
    height: 20rem;
    padding: 0px 80px;
  }

  .texto-micronegocios .mega-text {
    font-size: 25px;
  }

  .justify-content-center--xs {
    justify-content: center;
  }

  .thumb1 .bordedesktop:nth-of-type(1) {
    margin-bottom: 15px;
  }

  .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
    color: #fff;
    text-decoration: none;
  }

  .owl-prev,
  .owl-next {
    margin: 15px !important;
  }

  .owl-theme .owl-nav {
    margin-top: -30px !important;
    margin-left: 5px !important;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    color: #007bff !important;
    font-size: 4rem !important;
  }

  /* EMPRESAS */
  /* ayuda y soporte */
  .ayudarte {
    margin-bottom: 0 !important;
  }

  .ayudarte > h1 {
    font-size: 30px;
    padding-bottom: 0 !important;
    font-weight: 600;
  }

  .atention {
    margin: 0px 10px;
  }

  .borderigth {
    border: none;
    border-bottom-style: inset;
    border-width: 1px;
    border-color: gray;
  }

  .ayudatitle {
    font-size: 23px !important;
    color: white;
  }

  .ayudatext {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .ayuda-redes {
    font-size: 10px;
  }

  .ayuda-redes > div {
    width: auto;
  }

  .redes {
    max-width: 40px !important;
  }

  .ayudatel {
    margin: 30px auto;
    font-size: 25px;
  }

  .telefonos {
    margin: 10px 10px;
  }

  .telefonos > div {
    width: auto;
  }

  .recurrente {
    text-align: center;
  }

  .fqs .mega-text {
    font-size: 23px;
  }

  /* ayuda y soporte */

  /* contrata ahora */
  .contrata {
    padding-top: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(/assets/images/generales/mobilecontratarahora.png);
    background-position: initial;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .form-mt-wrapper-inverse {
    margin-top: 106px;
  }

  .full-height2 {
    height: 100%;
    min-height: 100%;
    padding: 0;
  }

  .full-height2 > div > h1 {
    font-size: 25px !important;
    margin-bottom: 30px !important;
  }

  .full-height2 > div > p {
    font-size: 20px !important;
  }

  .social-icons {
    font-size: 15px;
  }

  /* contrata ahora */

  .col-xs-6 {
    width: 50% !important;
  }

  .p-0--xs {
    padding: 0 !important;
  }

  .p-2--xs {
    padding: 0.5 !important;
  }

  .px-1--xs {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-2--xs {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-4--xs {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-3--xs {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pb-2--xs {
    padding-bottom: 0.5rem !important;
  }

  .my-2--xs {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mb-2--xs {
    margin-bottom: 0.5rem !important;
  }

  .mx-auto--xs {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .logo {
    width: 117px;
  }

  .texto-slide1r > p {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .text-center--xs {
    text-align: center;
  }

  .service-mgb {
    width: 250px;
    height: 55px;
  }

  .input-search input {
    font-size: 1.5em;
  }

  .input-search a {
    font-size: 1.5em;
    right: 13%;
  }

  /* footer */
  .footer-terms {
    padding: 1.5rem;
  }

  .footer-menu {
    font-size: 13px;
    margin-right: 0;
  }

  .footer-bottom {
    padding: 1rem;
  }

  /* fin footer */

  .mt-form {
    padding: 1rem;
  }

  .mt-submit {
    font-size: 13px !important;
    border-radius: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 14rem !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .card-dedicado {
    margin: auto;
    margin-bottom: 100px;
    margin-top: 0px;
  }

  .slider-cards {
    display: block;
  }

  .cards-mosaico {
    display: none;
  }

  .manual-item-top {
    margin-bottom: -30px;
  }

  .tel-md {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
  }

  .fa-arrow-right-arrow-left {
    transform: rotate(90deg);
  }

  .mt-form {
    padding: 1rem;
  }

  .mt-submit {
    font-size: 13px !important;
    border-radius: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 18rem !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .card-dedicado {
    margin: 10px auto;
  }

  .service-icon-card {
    width: 20% !important;
    display: inline !important;
  }

  .slider-cards {
    display: block;
  }

  .cards-mosaico {
    display: none;
  }

  .manual-item-top {
    margin-bottom: -30px;
  }

  .tel-md {
    font-size: 20px;
    margin-left: 0;
    margin-top: 14px;
    font-weight: 600;
  }

  .img-modal {
    max-width: 90%;
  }

  .hvr-grow1 {
    padding-right: 30px;
  }

  .texto-slider1 {
    margin: 2rem 25px;
  }

  .content-card {
    margin: 5px;
  }

  .carousel-control-next {
    width: 50%;
  }

  .carousel-control-prev {
    width: 50%;
  }

  .carousel-control-prev-icon {
    position: absolute;
    top: unset;
    bottom: 50px;
    left: 80%;
  }

  .carousel-control-next-icon {
    position: absolute;
    top: unset;
    bottom: 50px;
    right: 80%;
  }

  #modal-conoce-mas .modal-body {
    padding: 25px;
  }

  #modal-conoce-mas .modal-body > div > img {
    width: 35px;
  }

  .btn-content {
    width: 8rem;
  }

  #tp-zone-picker {
    height: 400px;
    width: auto;
  }

  .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    z-index: 10;
    background: url("/images/fancybox/fancybox_overlay.png");
  }
}

@media (min-width: 1006px) {
  /* Index */
  .header-link .border-active {
    text-decoration-thickness: 23px;
  }

  .text-parallax {
    margin: 5rem 2rem;
  }

  .telslid {
    margin: 8.95rem !important;
    margin-left: 12rem;
  }

  .texto-slider {
    text-align: initial;
    border-left-style: inset;
    border-left-width: 2px;
    border-color: white;
    padding-left: 20px;
    height: auto;
  }

  /* Fin Index */

  /* NEGOCIOS */
  .texto-slider1 {
    margin: auto 50px;
    text-align: initial;
    padding-left: 20px;
    height: 10rem;
    max-width: 50rem;
  }

  .clickable {
    font-size: 17px;
    padding-bottom: 30px;
  }

  .thumb {
    margin-left: 150px;
    margin-right: 150px;
  }

  .thumb1 {
    margin-bottom: 50px;
    max-width: 1565px;
    margin-left: auto;
    margin-right: auto;
  }

  .border-active-bold:after {
    bottom: -17px;
  }

  .imagen-slider-1,
  .imagen-slider-2,
  .imagen-slider-3,
  .imagen-slider-4,
  .imagen-slider-5 {
    height: 505px;
  }

  .service-card {
    height: 105%;
  }

  .paquete-card {
    margin: 0px 50px;
  }

  .texto-micronegocios {
    width: 70rem;
  }

  .slider2 .carousel {
    margin: 50px;
  }

  .slider2 .mega-text,
  .colab .mega-text {
    font-size: 30px;
  }

  .hero-img {
    max-width: 350px;
    margin: auto;
    margin-left: 8rem;
  }

  .hero-item {
    min-height: 70vh;
    margin-left: 20px;
    margin-right: 77px;
  }

  .hero-p {
    font-size: 25px;
  }

  .tel {
    display: none;
  }

  .tptv {
    max-height: 45px;
  }

  /* ayuda y soporte */
  .atention {
    padding-left: 5rem;
    padding-right: 3rem;
    margin-left: 20px;
  }

  .ayuda-redes {
    font-size: 13px;
    margin-top: 70px;
    margin-bottom: 50px;
  }

  .cargos {
    padding-left: 6rem;
    padding-right: 3rem;
  }

  .recurrente {
    margin-bottom: 55px;
  }

  /* ayuda y soporte */
  .mobile-center {
    justify-content: center;
    margin-bottom: 15px;
  }

  .v-center {
    align-items: center;
    display: flex;
  }

  .promocion {
    text-align: left;
  }

  .mobile-center1 {
    padding: 20px 0;
  }

  .colabitems {
    padding-left: 6rem;
  }

  .logo {
    width: 15%;
    margin-right: 10px;
  }

  .nav-item {
    padding: 0 20px;
  }

  .paquete-wrap {
    padding: 0;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
  }

  .paquete-diviertete,
  .paquete-diviertete-mas,
  .paquete-emocionate,
  .paquete-sorprendete,
  .paquete-sorprendete-mas {
    margin: 25px 3%;
  }

  .menu-bottom {
    display: none;
  }

  .sidebar {
    padding: 1% 0;
  }

  .encabezado {
    text-align: center;
    margin-top: 0;
    margin-top: 20px;
  }

  .sub-tittle {
    font-weight: 400;
    color: #888f96;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
  }

  .promo-card {
    margin-left: 25px;
    margin-right: 25px;
  }

  .bolder {
    font-weight: 800;
  }

  .auto-m {
    margin: auto;
  }

  .chat {
    text-align: center;
    padding: 0 10px;
  }

  .tittle-chat {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .img-form {
    width: 75%;
  }

  .pie {
    margin-bottom: 10px;
  }

  .img-gracias {
    text-align: end;
    padding: 15% 40px;
  }

  .text-gracias {
    padding: 15% 40px;
  }

  .wrap-sidebar {
    position: absolute;
    height: auto;
    justify-content: center;
    display: flex;
    top: 1rem;
    right: 3rem;
    background-color: white;
    border-radius: 40px;
    max-width: 25rem;
    transition: border 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .form-hover {
    box-shadow: 0 0 25px white;
  }

  .img-gracias {
    padding: 15% 80px;
  }

  .slider-cards {
    display: none;
  }

  .cards-mosaico {
    display: block;
  }
}

@media (max-width: 1205px) {
  .precio > button {
    width: auto;
    padding: 5px 15px;
    white-space: nowrap;
  }
}

[class*="boton-enviar-sidebar"].tp-bussy {
  background-color: #8cb7e4 !important;
  border-color: transparent;
  color: transparent !important;
  cursor: default;
  position: relative;
}

[class*="boton-enviar-sidebar"].tp-bussy::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: transparent;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.caar .owl-carousel .owl-item img {
  display: block;
  width: 200px !important;
}

@media (min-width: 1800px) {
  .imagen-slider3 {
    background-image: url(/assets/images/generales/Desktop1-bannerhotsale2023.jpg);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
  }
}

@media (min-width: 2100px) {
  .imagen-slider3 {
    background-image: url(/assets/images/generales/Desktop2-bannerhotsale2023.jpg);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
  }
}

/* SECCION RESTAURANTES */

.header-restaurantes {
  padding: 35px 25px;
  text-align: center;
  color: white;

  & h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
  }

  & p {
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
  }

  & img {
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
  }
}

.restaurantes-section {
  background-color: #363636;
  padding: 0;
  margin-bottom: 4rem;
}

#accordionRestaurantes .accordion-item {
  background-color: transparent;
  border: none;
}

#accordionRestaurantes .accordion-button:focus {
  box-shadow: none;
}

#accordionRestaurantes .accordion-button::after {
  margin: 0 auto;
}

#accordionRestaurantes .accordion-button {
  background: transparent linear-gradient(90deg, #ef8052 0%, #d24957 100%) 0% 0%
    no-repeat padding-box;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  gap: 10px;
  border-radius: 0;
}

#accordionRestaurantes .accordion-button:not(.collapsed) {
  color: white;
  box-shadow: none;
  border: none;
  background: transparent linear-gradient(90deg, #db4c56 0%, #5d2059 100%) 0% 0%
    no-repeat padding-box;
}

#accordionRestaurantes .accordion-body {
  background-color: #1e1d1b;
  color: white;
  padding: 2rem 1rem;

  & ul {
    list-style-type: disclosure-closed;
  }

  & li {
    margin-bottom: 1rem;
  }

  & li::marker {
    color: #ec7b52;
    font-size: 22px;
  }

  & small {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 3rem;
  }

  & button {
    min-width: 267px;
    margin-bottom: 2rem;
    font-size: 18px;
  }
}

.benefits-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  & h3 {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.img-beneficios {
  display: none;
}

#restauranteModal {
  .modal-content {
    background-color: white;
    color: black;

    & input {
      background-color: #ebebeb;
      border-radius: 12px;
      border: none;
      max-height: 76px;
      height: auto;
    }
  }
}

.boton-enviar-restaurantes {
  background-color: #027bfe;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  cursor: pointer;
  min-width: 225px;

  &:hover {
    background-color: darken(#027bfe, 5%);
  }
}

small {
  font-size: 17px;
  line-height: 17px;
}

.text-streaming {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 1200px) {
  .text-streaming {
    font-size: 23px;
    line-height: 36px;
  }
  .mobile-restaurantes {
    display: none;
  }

  .header-restaurantes {
    & p {
      font-size: 24px;
      line-height: 29px;
    }
  }

  #accordionRestaurantes .accordion-body {
    display: flex;
    padding: 0;
    justify-content: center;
    background-color: black;

    & li {
      font-size: 21px;
      letter-spacing: -0.53px;
    }

    & button {
      min-width: 341px;
      font-size: 18px;
    }
  }

  #accordionRestaurantes .accordion-body div {
    max-width: 50%;
  }

  .benefits-list {
    padding: 2rem 5rem;
    background-color: #1e1d1b;

    & h3 {
      font-size: 26px;
      line-height: 32px;
    }
  }

  .img-beneficios {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #363636;
    padding: 0 3rem;

    & img {
      max-width: 470px;
      height: auto;
      margin-bottom: 4rem;
    }
  }
}

/* SECCION CARD NETFLIX */

.sec-netflix {
  max-width: 100%;
  flex: 1 0 48.5%;
  font-size: 12px;
  font-weight: 500;
  background-color: white;
  border-radius: 5px;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  margin: 0.5rem 0 0;
  position: relative;
  cursor: pointer;
  height: 50px;
  align-content: center;
}

.sec-netflix::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.4rem;
  width: 20px;
  height: 100%;
}

.sec-netflix::before {
  width: 33%;
  left: 1.75rem;
  background: url(../assets/icons/generales/netflix1.svg) no-repeat 50% /
    contain;
}

.sec-netflix.buenmes {
  height: 63px;
}

.buenmes.sec-netflix::before {
  width: 37%;
}

.buenmes > img {
  width: 50% !important;
  color: #000;
  float: left;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  right: -11px;
  top: -10px;
  position: absolute;
}

.buenmes.dropdown-content p.select {
  background: transparent linear-gradient(90deg, #ff0000 0%, #800000 100%) 0% 0%
    no-repeat padding-box;
  color: white;
  align-items: flex-start;
  padding-inline: 15px;
  position: relative;
  text-align: left;
}

.buenmes.dropdown-content p.select::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../assets/images/generales/buenmes.svg) no-repeat 0 100%;
  z-index: 1;
  top: 0;
  right: 5px;
}

.textobm {
  width: 44%;
  position: absolute;
  z-index: 3;
  right: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 7px;
}

.textobm p {
  margin: 0;
  text-align: center;
}

.titulobm {
  font-weight: 700;
}

.subtitulobm {
  text-align: center;
  margin: 0;
  font-weight: 500;
}

.subtitulobm span {
  font-weight: 300;
}
.sec-netflix ul {
  color: #000;
  float: right;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  right: 50px;
  position: relative;
}

.sec-netflix ul li:last-child {
  border-left: 1px solid;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  min-height: 36px;
}

.sec-netflix ul p {
  position: relative;
  left: 10px;
  display: flex;
  height: auto;
  margin: 0;
  text-align: center !important;
}

.est {
  padding-left: 45px !important;
}
