*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-top-12 {
  top: -3rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-8 {
  left: 2rem;
}

.left-\[10\%\] {
  left: 10%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-\[-40px\] {
  top: -40px;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-225 {
  height: 225px;
}

.h-31 {
  height: 495px;
}

.h-5 {
  height: 0.05rem;
}

.h-6 {
  height: 1.5rem;
}

.h-92 {
  height: 92vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-250 {
  max-height: 250px;
}

.max-h-77 {
  max-height: 77px;
}

.min-h-202 {
  min-height: 150px;
}

.min-h-230 {
  min-height: 230px;
}

.min-h-710 {
  min-height: 650px;
}

.w-1\/2 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-33 {
  width: 33%;
}

.w-350 {
  width: 350px;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-95 {
  width: 95%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-2lg {
  min-width: 280px;
}

.min-w-6xl {
  min-width: 53rem;
}

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.max-w-36 {
  max-width: 9rem;
}

.max-w-480 {
  max-width: 480px;
}

.max-w-330 {
  max-width: 330px;
}

.max-w-4xl {
  max-width: 302px;
}

.max-w-5xl {
  max-width: 295px;
}

.max-w-6xl {
  max-width: 55rem;
}

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-md {
  max-width: 21rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-1\/4 {
  flex-basis: 25%;
}

.basis-2\/3 {
  flex-basis: 66.666667%;
}

.basis-2\/5 {
  flex-basis: 40%;
}

.basis-3\/5 {
  flex-basis: 60%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-outside {
  list-style-position: outside;
}

.list-image-checkmark {
  list-style-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjMzhiZGY4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy42ODUuMTUzYS43NTIuNzUyIDAgMCAxIC4xNDMgMS4wNTJsLTggMTAuNWEuNzUuNzUgMCAwIDEtMS4xMjcuMDc1bC00LjUtNC41YS43NS43NSAwIDAgMSAxLjA2LTEuMDZsMy44OTQgMy44OTMgNy40OC05LjgxN2EuNzUuNzUgMCAwIDEgMS4wNS0uMTQzWiIgLz48L3N2Zz4=");
}

.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-center {
  justify-items: center;
}

.gap-0 {
  gap: 0px;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 2.5rem !important;
}

.rounded-1md {
  border-radius: 1.688rem;
}

.rounded-1xs {
  border-radius: 1.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-3xs {
  border-radius: 0.813rem;
}

.rounded-4xs {
  border-radius: 0.688rem;
}

.rounded-md {
  border-radius: 3rem;
}

.rounded-xs {
  border-radius: 1rem;
}

.rounded-b-2xs {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-md {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.border {
  border-width: 3px;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 3px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-amarillo4 {
  --tw-border-opacity: 1;
  border-color: rgb(242 142 16 / var(--tw-border-opacity, 1));
}

.border-amarillo5 {
  --tw-border-opacity: 1;
  border-color: rgb(243 142 16 / var(--tw-border-opacity, 1));
}

.border-azul {
  --tw-border-opacity: 1;
  border-color: rgb(0 142 255 / var(--tw-border-opacity, 1));
}

.border-blue4 {
  --tw-border-opacity: 1;
  border-color: rgb(38 66 148 / var(--tw-border-opacity, 1));
}

.border-blue5 {
  --tw-border-opacity: 1;
  border-color: rgb(38 66 148 / var(--tw-border-opacity, 1));
}

.border-bm {
  --tw-border-opacity: 1;
  border-color: rgb(182 4 143 / var(--tw-border-opacity, 1));
}

.border-c1000 {
  --tw-border-opacity: 1;
  border-color: rgb(252 95 4 / var(--tw-border-opacity, 1));
}

.border-c1200 {
  --tw-border-opacity: 1;
  border-color: rgb(108 129 17 / var(--tw-border-opacity, 1));
}

.border-c500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 48 156 / var(--tw-border-opacity, 1));
}

.border-morado4 {
  --tw-border-opacity: 1;
  border-color: rgb(100 48 157 / var(--tw-border-opacity, 1));
}

.border-morado5 {
  --tw-border-opacity: 1;
  border-color: rgb(103 51 160 / var(--tw-border-opacity, 1));
}

.border-naranja4 {
  --tw-border-opacity: 1;
  border-color: rgb(251 128 16 / var(--tw-border-opacity, 1));
}

.border-naranja5 {
  --tw-border-opacity: 1;
  border-color: rgb(251 128 16 / var(--tw-border-opacity, 1));
}

.border-negro {
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity, 1));
}

.border-rosa4 {
  --tw-border-opacity: 1;
  border-color: rgb(166 29 140 / var(--tw-border-opacity, 1));
}

.border-rosa5 {
  --tw-border-opacity: 1;
  border-color: rgb(182 41 136 / var(--tw-border-opacity, 1));
}

.border-verde4 {
  --tw-border-opacity: 1;
  border-color: rgb(155 175 6 / var(--tw-border-opacity, 1));
}

.border-verde5 {
  --tw-border-opacity: 1;
  border-color: rgb(155 175 6 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-azul1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 255 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-bm {
  --tw-bg-opacity: 1;
  background-color: rgb(182 4 143 / var(--tw-bg-opacity, 1));
}

.bg-c1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 95 4 / var(--tw-bg-opacity, 1));
}

.bg-c1200 {
  --tw-bg-opacity: 1;
  background-color: rgb(108 129 17 / var(--tw-bg-opacity, 1));
}

.bg-c500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 48 156 / var(--tw-bg-opacity, 1));
}

.bg-fondo {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gris {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity, 1));
}

.bg-grisNav {
  --tw-bg-opacity: 1;
  background-color: rgb(46 45 45 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-100-i {
  background-image: url(../imagenes/img/fondo100.jpg);
}

.bg-1000-i {
  background-image: url(../imagenes/img/fondo1000.jpg);
}

.bg-1200-i {
  background-image: url(../imagenes/img/fondo1200.jpg);
}

.bg-200-i {
  background-image: url(../imagenes/img/fondo200.jpg);
}

.bg-300-i {
  background-image: url(../imagenes/img/fondo300.jpg);
}

.bg-500-i {
  background-image: url(../imagenes/img/fondo500.jpg);
}

.bg-80-i {
  background-image: url(../imagenes/img/fondo80.jpg);
}

.bg-card1 {
  background-image: url("/promo/imagenes/card1.webp");
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-miniatura {
  background-image: url("promo/imagenes/portadaYoutube.webp");
}

.from-amarillo6 {
  --tw-gradient-from: #ff9300 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 147 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue6 {
  --tw-gradient-from: #3b86d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 134 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-morado6 {
  --tw-gradient-from: #5915c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(89 21 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-naranja6 {
  --tw-gradient-from: #ff8d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 141 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rosa6 {
  --tw-gradient-from: #db34a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 52 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-verde6 {
  --tw-gradient-from: #aac600 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 198 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-amarillo7 {
  --tw-gradient-to: #d95c00 var(--tw-gradient-to-position);
}

.to-blue7 {
  --tw-gradient-to: #1a3d89 var(--tw-gradient-to-position);
}

.to-morado7 {
  --tw-gradient-to: #31096f var(--tw-gradient-to-position);
}

.to-naranja7 {
  --tw-gradient-to: #d54100 var(--tw-gradient-to-position);
}

.to-rosa7 {
  --tw-gradient-to: #720a6c var(--tw-gradient-to-position);
}

.to-verde7 {
  --tw-gradient-to: #5b6703 var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[55px\] {
  padding-top: 55px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.font-montse {
  font-family: Montserrat, sans-serif;
}

.text-10sm {
  font-size: 5px;
}

.text-10xl {
  font-size: 6.313rem;
}

.text-10xs {
  font-size: 0.6rem;
}

.text-11xl {
  font-size: 4.125rem;
}

.text-1sm {
  font-size: 0.9rem;
}

.text-1xl {
  font-size: 1.5rem;
}

.text-1xs {
  font-size: 0.8rem;
}

.text-2xl {
  font-size: 6.5rem;
}

.text-2xs {
  font-size: 2rem;
}

.text-3sm {
  font-size: 3rem;
}

.text-3xl {
  font-size: 1.953rem;
}

.text-3xs {
  font-size: 1.39rem;
}

.text-4sm {
  font-size: 3.438rem;
}

.text-4xl {
  font-size: 2.441rem;
}

.text-5sm {
  font-size: 2.5rem;
}

.text-3xs {
  font-size: 1.39rem;
}

.text-5xs {
  font-size: 0.75rem;
}

.text-6sm {
  font-size: 1.375rem;
}

.text-6xl {
  font-size: 5rem;
}

.text-6xs {
  font-size: 1.25rem;
}

.text-7sm {
  font-size: 0.75rem;
}

.text-7xl {
  font-size: 2.8rem;
}

.text-7xs {
  font-size: 0.6rem;
}

.text-8sm {
  font-size: 0.875rem;
}

.text-8xs {
  font-size: 2.2rem;
}

.text-9sm {
  font-size: 0.813rem;
}

.text-9xs {
  font-size: 1.125rem;
}

.text-base {
  font-size: 1rem;
}

.text-sm {
  font-size: 1.75rem;
}

.text-xl {
  font-size: 3.7rem;
}

.text-xs {
  font-size: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-0 {
  line-height: 0;
}

.leading-10 {
  line-height: 3.5rem;
}

.leading-12 {
  line-height: 3.125rem;
}

.leading-13 {
  line-height: 3rem;
}

.leading-14 {
  line-height: 4rem;
}

.leading-16 {
  line-height: 1.8rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-8 {
  line-height: 2.5rem;
}

.leading-9 {
  line-height: 2rem;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.text-azul {
  --tw-text-opacity: 1;
  color: rgb(0 142 255 / var(--tw-text-opacity, 1));
}

.text-blanco {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-bm {
  --tw-text-opacity: 1;
  color: rgb(182 4 143 / var(--tw-text-opacity, 1));
}

.text-bm1 {
  --tw-text-opacity: 1;
  color: rgb(75 13 88 / var(--tw-text-opacity, 1));
}

.text-canales {
  --tw-text-opacity: 1;
  color: rgb(74 3 92 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gris {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}

.text-negro {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(230 0 12 / var(--tw-text-opacity, 1));
}

.text-speak {
  --tw-text-opacity: 1;
  color: rgb(108 56 228 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-bm {
  --tw-shadow-color: #b6048f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grisclaro {
  --tw-shadow-color: #00000029;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-50 {
  --tw-brightness: brightness(0.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.bm:hover {
  background: transparent
    linear-gradient(99deg, #ff0000 0%, #ef0000 0%, #ffa907 100%) 0% 0% no-repeat
    padding-box;
  color: white;
}

.btn-bm {
  background: transparent
    linear-gradient(99deg, #ff0000 0%, #ef0000 0%, #ffa907 100%) 0% 0% no-repeat
    padding-box !important;
}

.texto-bm {
  text-shadow: 4px 4px 0px #e30060;
}

.shadow-bm {
  box-shadow: 3px 3px 20px #eb08158b;
}

.borde-bm {
  box-shadow: 1px 1px 10px #b6048fa3;
}

.bg-bm {
  background: transparent linear-gradient(180deg, #700090 0%, #ef0101 100%) 0%
    0% no-repeat padding-box;
}

.bg-b-bm {
  background: transparent linear-gradient(180deg, #430551 0%, #5f0179 100%) 0%
    0% no-repeat padding-box;
}

/* .cintillo::before {
  content: "";
  background-image: url(../imagenes/regalo.png);
  position: absolute;
  left: -10%;
  top: -13px;
  width: 55px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
} */

.incluye {
  max-width: 188px;
  width: 100%;
  border: 1px solid #9700be;
  border-radius: 13px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 15px;
  height: 66px;
}

.incluye3 {
  max-width: 260px;
  width: 100%;
  border: 1px solid #9700be;
  border-radius: 13px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 15px;
  height: 66px;
}

.incluye2 {
  max-width: 78px;
  width: 100%;
  border: 1px solid #9700be;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 15px;
  height: 53px;
}

.incluye4 {
  max-width: 125px;
  width: 100%;
  border: 1px solid #9700be;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 15px;
  height: 66px;
}

.incluye5 {
  max-width: 78px;
  width: 100%;
  border: 1px solid #9700be;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 15px;
  height: 53px;
}

.contenedor-incluye {
  display: flex;
  align-items: center;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.youtube {
  max-width: 44px;
}

.anytime {
  max-width: 67px;
}

.universal {
  max-width: 59px;
}

.amazon {
  max-width: 66px;
}

.hbo {
  max-width: 66px;
}

.disney {
  max-width: 60px;
}

.incluye3 .amazon {
  max-width: 104px;
}

.incluye3 .disney {
  max-width: 108px;
}

.incluye4 .disney {
  max-width: 75px;
}

.incluye img {
  width: 100%;
}

.youtubeimg {
  max-width: 55px;
}

.anyimg {
  max-width: 85px;
}

.border-card-megas {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 28px;
}

.card-plan {
  background: rgba(255, 255, 255, 0.32) 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 12px;
  font-size: 18px;
  letter-spacing: -0.48px;
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 1200px) {
  .card-plan {
    font-size: 24px;
  }
}

.card-incluido {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 15px;
  max-width: 130px;
  min-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 5px;
  gap: 10px;
  width: 130px;
}

@media (min-width: 1200px) {
  .card-incluido {
    max-width: 162px;
    min-width: 70px;
    min-height: 80px;
    padding: 5px;
    gap: 10px;
    width: 162px;
  }
}

.gap-clamp {
  gap: clamp(1rem, 2vw, 1.2rem);
}

.card-incluido img {
  max-width: 20px;
}

@media (min-width: 1200px) {
  .card-incluido img {
    max-width: 31px;
  }
}

.card-incluido p {
  font: normal normal 900 8px/8px Montserrat;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.card-incluido p span {
  font: normal normal 300 8px/8px Montserrat;
}

.card-aplicacion {
  background: white;
  border: 1px solid #ffffff;
  border-radius: 13px;
  min-width: 60px;
  max-width: 60px;
  min-height: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .card-aplicacion {
    min-width: 75px;
    max-width: 75px;
    min-height: 50px;
    height: 50px;
    padding: 10px;
  }
}

/* LOGO HOTSALE EN CARDS 
.item::after {
content: url(../imagenes/img/mobile_hot_sale.png);
    height: 30px;
    top: 11px;
    position: absolute;
    z-index: 30;
    right: 23px;
    transform: rotate(-20deg);
}
@media (min-width: 1200px) {
  .item::after {content: url(../imagenes/img/TAG_hotSale.png);}
}
  */

.border-card-adicionales {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 18px;
}

.card-anytime {
  border-radius: 15px 15px 0px 0px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-anytime-2 {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0px 0px 15px 15px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-anytime-2 p {
  color: white;
  font-size: 16px;
}

.card-anytime p > span {
  font-weight: 700;
}

.card-anytime img {
  max-width: 120px;
}

.card-anytime-3 {
  border-radius: 13px 13px 0px 0px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100%;
}

@media (min-width: 1200px) {
  .card-anytime-3 {
    border-radius: 15px 15px 0px 0px;
    height: 40px;
  }
}

.card-anytime-3 img {
  max-width: 80px;
}

@media (min-width: 1200px) {
  .card-anytime-3 img {
    max-width: 100px;
  }
}

.card-anytime-4 {
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 0px 0px 15px 15px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 1200px) {
  .card-anytime-4 {
    height: 40px;
  }
}

.any-taim {
  flex-direction: column;
}

@media (min-width: 1200px) {
  .any-taim {
    flex-direction: row;
  }
}

.footer-adicionales {
  border-radius: 0px 0px 18px 0px;
  height: 180px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.footer-adicionales::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.42);
  filter: contrast(0.5);
  border-radius: 0px 0px 18px 0px;
}

.img-dispositivo {
  width: 150px !important;
}

@media (min-width: 1024px) {
  .card-incluido {
    max-width: 86px;
    min-width: 70px;
    flex-direction: column;
    width: 86px;
  }

  .card-aplicacion {
    min-width: 90px;
    max-width: 90px;
  }

  .footer-adicionales {
    max-height: 103px;
    width: 100%;
    gap: 40px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
  }

  .img-dispositivo {
    width: 100% !important;
  }

  #carousel-2p,
  #carousel-3p,
  #carousel-promoTres,
  #carousel-promoTres1,
  #carousel-promoTres2,
  #carousel-promoTres3,
  #carousel-promoTres4,
  #carousel-promoTres5,
  #carousel-promoTres6,
  #carousel-promoDos,
  #carousel-promoDos1,
  #carousel-promoDos2,
  #carousel-promoDos3,
  #carousel-promoDos4,
  #carousel-promoDos5,
  #carousel-promoDos6,
  #carousel-promoHbo,
  #carousel-promoHbo2 {
    width: 89% !important;
    margin: 0 auto;
  }
}

/* PAQUETE 80 */

.bg-80 {
  background: transparent
    linear-gradient(180deg, #ffca1a 0%, #f49012 38%, #f38c11 44%, #f28a11 100%)
    0% 0% no-repeat padding-box;
}

.bg-80::before {
  content: " ";
  background-image: url(../imagenes/FONDO2.png);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 0;
  opacity: 0.4;
}

.texto-80 {
  /*Texto megas*/
  text-shadow: 3px 3px 3px #00000029, 5px 5px 0px #ee8a14;
}

.texto-80-2 {
  /*Texto precio*/
  text-shadow: 3px 3px 7px #ee8a14;
}

.shadow-80 {
  /*Contorno caja megas*/
  box-shadow: 3px 3px 20px #eb08158b;
}

.shadow-80-2 {
  box-shadow: 3px 3px 20px rgba(235, 8, 21, 0.55);
}

.deco-80 {
  text-decoration-color: #ee8a14;
  text-decoration-thickness: 3px;
}

/* PAQUETE 100 */

.bg-100 {
  background: transparent linear-gradient(0deg, #039588 0%, #22d1c3 100%) 0% 0%
    no-repeat padding-box;
}

.bg-100::before {
  content: " ";
  background-image: url(../imagenes/FONDO2.png);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 0;
  opacity: 0.4;
}

.texto-100 {
  /*Texto megas*/
  text-shadow: 3px 3px 3px #00000029, 5px 5px 0px #029b90;
}

.texto-100-2 {
  /*Texto precio*/
  text-shadow: 3px 3px 7px #029b90;
}

.shadow-100 {
  /*Contorno caja megas*/
  box-shadow: 3px 3px 20px #51a9dc;
}

.shadow-100-2 {
  box-shadow: 3px 3px 20px rgba(81, 169, 220, 1);
}

.deco-100 {
  text-decoration-color: #029b90;
  text-decoration-thickness: 3px;
}

/* PAQUETE 200 */

.bg-200 {
  background: transparent linear-gradient(180deg, #52a9dc 0%, #264294 100%) 0%
    0% no-repeat padding-box;
}

.bg-200::before {
  content: " ";
  background-image: url(../imagenes/FONDO2.png);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 0;
  opacity: 0.4;
}

.texto-200 {
  /*Texto megas*/
  text-shadow: 2px 2px 3px #00000045, 5px 5px 0px #327fd5;
}

.texto-200-2 {
  /*Texto precio*/
  text-shadow: 3px 3px 7px #4081cb;
}

.shadow-200 {
  /*Contorno caja megas*/
  box-shadow: 3px 3px 20px #51a9dc;
}

.shadow-200-2 {
  box-shadow: 3px 3px 20px rgba(81, 169, 220, 1);
}

.deco-200 {
  text-decoration-color: #327fd5;
  text-decoration-thickness: 3px;
}

/* PAQUETE 300 */

.bg-300 {
  background: transparent linear-gradient(0deg, #5b025f 0%, #d91d74 100%) 0% 0%
    no-repeat padding-box;
}

.bg-300::before {
  content: " ";
  background-image: url(../imagenes/FONDO2.png);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 0;
  opacity: 0.4;
}

.texto-300 {
  /*Texto megas*/
  text-shadow: 3px 3px 3px #00000045, 5px 5px 0px #a70d5f;
}

.texto-300-2 {
  /*Texto precio*/
  text-shadow: 3px 3px 7px #e61c8bd5;
}

.shadow-300 {
  /*Contorno caja megas*/
  box-shadow: 2px 2px 40px #be138b;
}

.shadow-300-2 {
  box-shadow: 2px 2px 40px rgba(190, 19, 139, 1);
}

.deco-300 {
  text-decoration-color: #a70d5f;
  text-decoration-thickness: 3px;
}

/* PAQUETE 500 */

.bg-500 {
  background: transparent linear-gradient(0deg, #20064e 0%, #5d10b5 100%) 0% 0%
    no-repeat padding-box;
}

.bg-500::before {
  content: " ";
  background-image: url(../imagenes/FONDO2.png);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 0;
  opacity: 0.4;
}

.texto-500 {
  text-shadow: 3px 3px 3px #00000045, 5px 5px 0px #7318e6;
}

.texto-500-2 {
  text-shadow: 3px 3px 7px rgba(105, 27, 231, 0.84);
}

.shadow-500 {
  box-shadow: 2px 2px 40px #8614ffb1;
}

.shadow-500-2 {
  box-shadow: 2px 2px 40px rgba(134, 20, 255, 0.69);
}

.deco-500 {
  text-decoration-color: #7318e6;
  text-decoration-thickness: 3px;
}

/* PAQUETE 1000 */

.bg-1000 {
  background: transparent linear-gradient(0deg, #ea4101 0%, #fd8610 100%) 0% 0%
    no-repeat padding-box;
}

.bg-1000::before {
  content: " ";
  background-image: url(../imagenes/FONDO2.png);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 0;
  opacity: 0.4;
}

.texto-1000 {
  /*Texto megas*/
  text-shadow: 3px 3px 3px #00000045, 5px 5px 0px #d14708;
}

.texto-1000-2 {
  /*Texto precio*/
  text-shadow: 3px 3px 7px #fc810fd5;
}

.shadow-1000 {
  /*Contorno caja megas*/
  box-shadow: 2px 2px 40px #eb08158b;
}

.shadow-1000-2 {
  box-shadow: 2px 2px 40px rgba(235, 8, 21, 0.55);
}

.deco-1000 {
  text-decoration-color: #d14708;
  text-decoration-thickness: 3px;
}

/* PAQUETE 1200 */

.bg-1200 {
  background: transparent linear-gradient(0deg, #869402 0%, #afcb09 100%) 0% 0%
    no-repeat padding-box;
}

.bg-1200::before {
  content: " ";
  background-image: url(../imagenes/FONDO2.png);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 0;
  opacity: 0.4;
}

.texto-1200 {
  /*Texto megas*/
  text-shadow: 3px 3px 3px #00000045, 5px 5px 0px #7f9a0e;
}

.texto-1200-2 {
  /*Texto precio*/
  text-shadow: 3px 3px 7px #afcc00;
}

.shadow-1200 {
  /*Contorno caja megas*/
  box-shadow: 2px 2px 40px #bade1f52;
}

.shadow-1200-2 {
  box-shadow: 2px 2px 40px rgba(186, 222, 31, 0.32);
}

.deco-1200 {
  text-decoration-color: #5a0b49;
  text-decoration-thickness: 3px;
}

/*---TERMINA COLORES----*/

.w-7 {
  width: 1.75rem !important;
}

.insigniasFooter {
  width: 85px;
}

.wifiProModal {
  width: 85% !important;
}

/* Estilos para el botón activo */
button.active {
  background-color: #007bff;
  color: #fff;
}

.imagen_streaming {
  width: 9rem !important;
}

.imagen_promo {
  width: 50% !important;
}

#cards.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
#testimonios.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 50px;
}

#selector.owl-carousel .owl-stage {
  width: max-content !important;
}

#cards.owl-carousel .owl-stage {
  margin: 0 auto;
  width: max-content !important;
}

.pildora::after {
  content: "Apple TV+ por 3 meses";
  position: absolute;
  right: 0;
  top: 70px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fe5537;
  height: 30px;
  width: 210px;
  border-radius: 30px;
  z-index: 9;
  margin: 0 auto;
  font-weight: 500;
  color: white;
}

.pildora2::after {
  content: "Apple TV+ por 1 año";
  position: absolute;
  right: 0;
  top: 70px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fe5537;
  height: 30px;
  width: 210px;
  border-radius: 30px;
  z-index: 9;
  margin: 0 auto;
  font-weight: 500;
  color: white;
}

@media (min-width: 1024px) {
  .insignias {
    width: 100px !important;
  }

  #selector.owl-carousel .owl-stage {
    width: max-content !important;
    margin: 0 auto;
  }

  .imagen_streaming {
    width: 6rem !important;
  }

  #cards {
    width: 89% !important;
    margin: 0 auto;
  }

  #cards.owl-carousel .owl-stage-outer {
    margin: 0 auto;
    width: 100% !important;
  }

  .footer-adicionales {
    max-height: 103px;
    width: 100%;
    gap: 40px;
    align-items: center;
    flex-direction: row;
  }

  .owl-nav {
    display: flex !important;
  }
}

/* Generales del formulario */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input.tp-error-input,
input.tp-error-input:focus {
  border-color: deeppink;
}

div[class^="tp-"] {
  font-size: 0.8em;
  font-style: italic;
}

div.tp-error-input {
  color: deeppink;
}

input.tp-success-input,
input.tp-success-input:focus {
  border-color: lime;
}

div.tp-error-input {
  color: deeppink;
}

.tp-send-lead-button {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.tp-send-lead-button .tp-front {
  z-index: 2;
}

.tp-send-lead-button .tp-front,
.tp-send-lead-button .tp-back {
  backface-visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.775, 0.07, 0.575, 0.995);
}

.tp-send-lead-button .tp-back {
  transform: rotateX(-180deg);
}

.tp-send-lead-button.tp-bussy .tp-front {
  transform: rotateX(180deg);
}

.tp-send-lead-button.tp-bussy .tp-back {
  transform: rotateX(0);
}

.tp-send-lead-button.tp-bussy {
  cursor: default;
}

/* Estilos modal internet */

#internet .owl-item.active.center div {
  opacity: 1 !important;
}

#internet .owl-item.active.center .internetCard {
  border: solid 2px #008eff !important;
  padding: 15px 10px !important;
}

/* Funcionamiento cards descriptivas de internet */
#internet .owl-item.active.center .internetDescripcion {
  display: flex;
}

#internet .owl-item.active.center .enlaceInternet {
  display: block;
}

#internet .owl-item .internetDescripcion,
#internet .owl-item .enlaceInternet {
  display: none;
}

/* Fin funcionamiento cards descriptivas de internet */
.owl-nav {
  display: flex;
  position: absolute;
  left: -31px;
  top: 200px;
  justify-content: space-between;
  width: calc(100% + 70px);
  z-index: -1;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  text-decoration: none !important;
  color: inherit !important;
}

.owl-prev span,
.owl-next span {
  font-size: 100px;
}

.internetDescripcion::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: 280px;
  margin: 0px auto;
  border-left: 15px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid white;
  border-right: 15px solid transparent;
}

.cohete {
  width: 40px !important;
  margin: 10px auto;
}

.internetCard {
  padding: 45px 10px;
}

.dorito {
  max-width: 350px !important;
  width: 300px !important;
}

.doro {
  position: relative;
  bottom: 25px;
  left: 15px;
  width: max-content;
}

.tv::before {
  content: " ";
  position: absolute;
  background-image: url(../imagenes/4k.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 22px;
}

i.tv {
  background-color: black;
  width: 24px;
  height: 23px;
}

/* Fin estilos modal internet */

/* Estilos fontawesome */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-solid {
  font-weight: 900;
}

.fa-phone::before {
  content: "\f095";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-star::before {
  content: "\f005";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
    url("../webfonts/fa-solid-900.ttf") format("truetype");
}

.hover\:bg-azul:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 142 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (max-width: 468px) {
  .xs\:m-3 {
    margin: 0.75rem;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xs\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:w-44 {
    width: 11rem;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-5 {
    padding: 1.25rem;
  }

  .xs\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xs\:text-1xs {
    font-size: 0.8rem;
  }

  .xs\:text-2xs {
    font-size: 2rem;
  }

  .xs\:text-3xs {
    font-size: 1.39rem;
  }
}

@media (min-width: 469px) and (max-width: 766px) {
  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 767px) {
  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:text-1xl {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:max-h-273 {
    max-height: 273px;
  }

  .lg\:max-h-500 {
    max-height: 500px;
  }

  .lg\:min-h-142 {
    min-height: 142px;
  }

  .lg\:min-h-250 {
    min-height: 250px;
  }

  .lg\:min-h-314 {
    min-height: 314px;
  }

  .lg\:min-h-500 {
    min-height: 500px;
  }

  .lg\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

  .lg\:min-h-557 {
    min-height: 557px;
  }

  .lg\:w-100 {
    width: 100%;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-95 {
    width: 95%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-3lg {
    min-width: 1000px;
  }

  .lg\:min-w-4lg {
    min-width: 350px;
  }

  .lg\:min-w-5xl {
    min-width: 443px;
  }

  .lg\:min-w-7xl {
    min-width: 50rem;
  }

  .lg\:min-w-lg {
    min-width: 265px;
  }

  .lg\:max-w-1xl {
    max-width: 1000px;
  }

  .lg\:max-w-2xl {
    max-width: 265px;
  }

  .lg\:max-w-33 {
    max-width: 33.333333%;
  }

  .lg\:max-w-66 {
    max-width: 66.666667%;
  }

  .lg\:max-w-6xl {
    max-width: 55rem;
  }

  .lg\:max-w-800 {
    max-width: 800px;
  }

  .lg\:min-w-800 {
    min-width: 800px;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:bg-card1Fondo {
    background-image: url("promo/imagenes/back-temp.png");
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:ps-5 {
    padding-inline-start: 1.25rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:text-12xl {
    font-size: 5.9rem;
  }

  .lg\:text-13xl {
    font-size: 3.875rem;
  }

  .lg\:text-1xl {
    font-size: 1.5rem;
  }

  .lg\:text-2xs {
    font-size: 2rem;
  }

  .lg\:text-5sm {
    font-size: 2.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.953rem;
  }

  .lg\:text-4xl {
    font-size: 2.441rem;
  }

  .lg\:text-5xl {
    font-size: 3.052rem;
  }

  .lg\:text-5xs {
    font-size: 0.75rem;
  }

  .lg\:text-6sm {
    font-size: 1.375rem;
  }

  .lg\:text-6xl {
    font-size: 5rem;
  }

  .lg\:text-6xs {
    font-size: 1.25rem;
  }

  .lg\:text-7xl {
    font-size: 2.8rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:leading-13 {
    line-height: 3rem;
  }

  .lg\:leading-15 {
    line-height: 2.813rem;
  }

  .lg\:leading-9 {
    line-height: 2rem;
  }
}

@media (min-width: 1920px) {
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:max-w-550 {
    max-width: 550px;
  }

  .xl\:max-w-75 {
    max-width: 75%;
  }

  .xl\:basis-1\/4 {
    flex-basis: 25%;
  }

  .xl\:basis-3\/4 {
    flex-basis: 75%;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }
}
