@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");

:root {
  /* colores fondo primarios */
  --maximunRed: #da291c;
  --blueMunsell: #0097a9;
  --whiteSmoke: #f5f5f5;
  /* colores fondo secundario */
  --aliceBlue: #f0f8fa;
  --ghostWhite: #f8f8f8;
  --davisGrey: #525252;
  --upsdellRed: #af272f;
  --orange: #ff8200;
  /* colores terciarios */
  /*   --green: #77b521;
  --deepLemon: #f9c711; */

  /* colores tipografias */
  --white: #ffffff;
  --raisinBlack: #2d2926;
  --graniteGray: #666666;
  --taupeGray: #888888;
  /* border radius botones */
  --border: 6px;
  /* tamaños de botones */
  --smallBtn-width: 220px;
  --smallBtn-height: 40px;

  --mediumBtn-width: 240px;
  --mediumBtn-height: 40px;

  --largeBtn-width: 300px;
  --largeBtn-height: 40px;
  /* colores botones primarios MAXIMUNRED Y BLUEMUNSELL */
  /* colores botones secundarios solo borde MAXIMUNRED Y BLUEMUNSELL */
}

div.captcha {
  margin-bottom: 60px;
  display: block;
}

/* HAVAS CAPTCHA */

.havas-captcha {
  position: relative;
  max-width: 100%;
  width: 100% !important;
  margin-bottom: 5px;
}

.havas-captcha>section {
  box-sizing: border-box;
  border: 1px solid #d3d8db;
  border-radius: 2px;
  max-width: 440px;
  width: 100%;
}

.havas-captcha p {
  margin: 10px 0 10px 0;
  font-size: 1em;
  color: #333;
  font-weight: 400;
}

.havas-captcha p i {
  font-style: normal;
  color: #da262c;
  font-weight: 700;
  display: inline-block;
  margin: 0;
}

.havas-captcha section {
  border: solid 1px #d3d8db;
  padding: 0;
}

.havas-captcha div.mensajes div {
  font-weight: normal;
  position: absolute;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 0 0 0.7em 0;
  width: 250px;
  margin: 4px auto 4px;
  box-sizing: border-box;
  left: 0;
  right: 0;
  z-index: 100;
}

.havas-captcha div.mensajes div:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 46%;
  width: 0;
  height: 0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}

.havas-captcha div.mensajes div p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: normal;
  color: #fff;
  font-size: 0.85em;
}

.havas-captcha div.mensajes div p:before {
  font-weight: normal;
  font-size: 1.1em;
  padding-right: 9px;
  position: relative;
  line-height: 0;
  color: #fff;
}

.havas-captcha div.mensajes div.exito {
  background-color: rgba(17, 151, 175, 0.719);
}

.havas-captcha div.mensajes div.exito:after {
  border-bottom: 10px solid rgba(17, 151, 175, 0.719);
}

.havas-captcha div.mensajes div.exito p:before {
  content: "\f058";
}

.havas-captcha div.mensajes div.error {
  background-color: #333;
}

.havas-captcha div.mensajes div.error:after {
  border-bottom: 10px solid #333;
}

.havas-captcha div.mensajes div.error p:before {
  content: "\f057";
}

.havas-captcha div.mensajes p:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -9px;
  width: 0;
  height: 0;
}

.havas-captcha ul {
  box-sizing: border-box;
  max-width: 100%;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.havas-captcha ul li {
  font-size: 0px;
  display: inline-block;
  width: 33px;
  text-align: center;
  margin: 12px;
  padding: 4px 0;
  height: 32px;
  box-sizing: border-box;
}

.havas-captcha ul li.ancla {
  visibility: visible !important;
  position: relative !important;
}

.havas-captcha ul li a {
  outline: 0;
  color: #666;
  transition: all 200ms ease-in;
  text-decoration: none;
  font-size: 0px;
}

.havas-captcha ul li a:before {
  font-size: 20px;
  line-height: 1;
}

.havas-captcha ul li a:hover {
  color: #333;
}

.havas-captcha ul li a:before {
  font-family: "FontAwesome";
  text-decoration: none;
}

.havas-captcha p:before {
  font-family: "FontAwesome";
}

.havas-captcha ul li.active a:before {
  color: #0097a7;
}

.havas-captcha ul li.candado a:before {
  content: "\f13e";
}

.havas-captcha ul li.reloj a:before {
  content: "\f017";
}

.havas-captcha ul li.campana a:before {
  content: "\f0a2";
}

.havas-captcha ul li.corazon a:before {
  content: "\f08a";
}

.havas-captcha ul li.auto a:before {
  content: "\f1b9";
}

.havas-captcha ul li.ancla a:before {
  content: "\f13d";
}

.havas-captcha ul li.tijeras a:before {
  content: "\f0c4";
}

.havas-captcha ul li.cubo a:before {
  content: "\f1b2";
}

.havas-captcha ul li.pelota a:before {
  content: "\f1e3";
}

.havas-captcha ul li.luna a:before {
  content: "\f186";
}

.havas-captcha ul li.ampolleta a:before {
  content: "\f0eb";
}

.havas-captcha ul li.avion a:before {
  content: "\f072";
}

.havas-captcha ul li.maletin a:before {
  content: "\f0b1";
}

.havas-captcha ul li.paraguas a:before {
  content: "\f0e9";
}

.havas-captcha ul li.bicicleta a:before {
  content: "\f206";
}

.havas-captcha ul li.arbol a:before {
  content: "\f1bb";
}

.havas-captcha ul li.basurero a:before {
  content: "\f1f8";
}

.havas-captcha ul li.salvavidas a:before {
  content: "\f1cd";
}

.havas-captcha ul li.llave a:before {
  content: "\f084";
}

.havas-captcha ul li.camara a:before {
  content: "\f083";
}

.havas-captcha ul li.insecto a:before {
  content: "\f188";
}

.havas-captcha ul li.diamante a:before {
  content: "\f219";
}

/*FIN HAVAS CAPTACHA*/

/* INICIO BREADCRUMB */
/* 
.cont_principal {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(212, 228, 239);
  background: -moz-linear-gradient(
    top,
    rgba(212, 228, 239, 1) 0%,
    rgba(134, 174, 204, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(212, 228, 239, 1) 0%,
    rgba(134, 174, 204, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(212, 228, 239, 1) 0%,
    rgba(134, 174, 204, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 );
}

.cont_breadcrumbs {
  width: 350px;
  cursor: pointer;
}

.cont_breadcrumbs_3 {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom:30px ;
  margin-left: 1rem ;
  cursor: pointer;
}

.cont_breadcrumbs_3 > ul > li {
  position: relative;
  float: left;
  background-color: var(--white);
  z-index: 1;
  transition: all 0.5s;
  margin-left: 5px;
  cursor: pointer;
}

.cont_breadcrumbs_3 > ul > li:hover {
  background-color: var(--ghostWhite);
  cursor: pointer;
}

.cont_breadcrumbs_3 > ul > li > a {
  display: block;
  padding: 5px;
  font-size: 13px;
  text-decoration: none;
  color: var(--taupeGray);
  font-weight: 300;
  cursor: pointer;
}
.cont_breadcrumbs_3 > ul > li:last-child {
  border-bottom: 2px solid var(--maximunRed);
  cursor: pointer;
}

.cont_breadcrumbs_3 > ul > li:last-child > a {
  color: var(--maximunRed);
  font-weight: 500;
  cursor: pointer;
}

 */

.container-breadcrumb-ui {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
}

.container-breadcrumb-ui ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  z-index: 3;
  position: relative;
}

.container-breadcrumb-ui ul li {
  list-style: none;
  font-family: "Roboto", sans-serif;
  background: var(--davisGrey);
  color: var(--white);
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/*barra progreso*/
.contenedor-barra {
  position: relative;
  margin-top: -23px;
  z-index: 2;
  width: 97% !important;
  margin-left: auto;
  margin-right: auto;
}

.progress {
  width: 100%;
  height: 10px;
}

.progress-container {
  background: var(--davisGrey);
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.progress-container .progress {
  background: var(--whiteSmoke);
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}

.bar-to-2 {
  animation: barto2 2s;
}

.bar-to-3 {
  animation: barto3 3s infinite;
}

.bar-to-4 {
  animation: barto4 3s infinite;
}

.bar-to-5 {
  animation: barto5 3s infinite;
}

.bar-to-6 {
  animation: barto2A 3s infinite;
}

.bar-to-7 {
  animation: barto3A 3s infinite;
}

.bar-to-8 {
  animation: barto8 3s infinite;
}

.bar-to-9 {
  animation: barto9 3s infinite;
}

.bar-to-0 {
  animation: barto0 3s infinite;
}

.bar-to-2,
.bar-to-3,
.bar-to-4,
.bar-to-5,
.bar-to-6,
.bar-to-7,
.bar-to-8,
.bar-to-9,
.bar-to-0 {
  -webkit-animation-fill-mode: forwards;
  /* Chrome 16+, Safari 4+ */
  -moz-animation-fill-mode: forwards;
  /* FF 5+ */
  -o-animation-fill-mode: forwards;
  /* Not implemented yet */
  -ms-animation-fill-mode: forwards;
  /* IE 10+ */
  animation-fill-mode: forwards;
  /* When the spec is finished */
  animation-iteration-count: 1;
}

@keyframes barto2 {
  0% {
    left: 0%;
  }

  100% {
    left: 25%;
  }
}

@keyframes barto3 {
  0% {
    left: 25%;
  }

  100% {
    left: 50%;
  }
}

@keyframes barto4 {
  0% {
    left: 50%;
  }

  100% {
    left: 75%;
  }
}

@keyframes barto5 {
  0% {
    left: 75%;
  }

  100% {
    left: 100%;
  }
}

@keyframes barto2A {
  0% {
    left: 0%;
  }

  100% {
    left: 50%;
  }
}

@keyframes barto3A {
  0% {
    left: 50%;
  }

  100% {
    left: 100%;
  }
}

@keyframes barto8 {
  0% {
    left: 0%;
  }

  100% {
    left: 33%;
  }
}

@keyframes barto9 {
  0% {
    left: 33%;
  }

  100% {
    left: 66%;
  }
}

@keyframes barto0 {
  0% {
    left: 66%;
  }

  100% {
    left: 100%;
  }
}

/* FIN BREADCRUMB */

/* HEAAAAAAAAAAAAAAAAAAAAAAAAAADER FOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOTER */
.header-footer {
  width: 100%;
}

.header-footer img {
  width: 100%;
}

/* #header2 {
  display: none;
}
#footer2 {
  display: none;
} */
.bg-headerR {
  background-color: #e5e5e5;
  width: 100%;
  height: 60px;
}

.bg-headerR .bg-headerR_tamano {
  width: 100%;
  max-width: 1000px;
  margin: 0;
  padding-top: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.bg-headerR img {
  width: auto;
  display: block;
}











.bg-footerR {
  background-color: black;
  width: 100%;
  height: 60px;
}

.bg-footerR .bg-footerR_tamano {
  width: 100%;
  /* max-width: 1000px; */
  margin: auto;
  padding-top: 5px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.bg-footerR img {
  width: 100px;
  display: block;
}

.bg-footerR p {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  align-self: center;
  padding-top: 10px;
}

.bg-footerR a {
  padding: 6px;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #1F97AE;
  font-weight: 300;
  align-self: center;
  align-self: center;
  padding-top: 10px;
}

.bg-footerR ul {
  padding-top: 18px;
}


.bg-footerR li {
  display: inline;
}




/* INICIO NUEVO */



.bg-footerLink {
  background-color: black;
  width: 100%;
  /* height: 60px; */
}

.bg-footerLink .bg-footerLink_tamano {
  width: 100%;
  /* max-width: 1000px; */
  margin: auto;
  padding-bottom: 5px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.bg-footerLink img {
  width: auto;
  display: block;
}

.bg-footerLink p {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  align-self: center;
  padding-top: 10px;
}

.bg-footerLink a {
  padding: 5px;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #1F97AE;
  font-weight: 300;
  align-self: center;
  align-self: center;

}

.bg-footerLink ul {
  /* padding-top: 18px; */
}


.bg-footerLink li {
  display: inline;
}

.columnLink {
  float: left;
  width: 33.33%;
  height: 60px;
}

.rowLink:after {
  content: "";
  display: table;
  clear: both;
}

.columnLink .listMenu {
  display: flex;
  justify-content: center;

}

.columnLink .listMenu li {
  position: relative;
  font-size: 14px;
  font-size: .875rem
}

.columnLink .listMenu li+li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -6px;
  background-color: #BBB
}

.columnLink .listMenu a {
  padding: 6px;
  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #1F97AE;
  font-weight: 300;
}

.textLink {
  /*    font-weight: 500;
    position: relative;
    color:  # 0097A9;
    display: inline-block;
    text-decoration: underline */

  color: inherit;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #1F97AE;
  font-weight: 300;

}

.columnLink.textLink:after {
  background-color: #E3DEDE
}

/* FIN NUEVO */

/* --------------------PRUEBA 3 */

/* contenedor padre */
.contenedor-padre {
  background-color: var(--white);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

/* ---------------------------------------------NavMenu */

/* contenedor de secciones */
.contenedor-info {
  width: 80%;
  height: 100%;
}

/* PROBANDO SECCION TABS NAVMENU */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* contenedor de secciones y navMenu */
.wrapper {
  max-width: 1080px;
  box-shadow: none !important;
  align-self: center;
  margin-top: 60px;
  border-right: 2px solid var(--davisGrey);
  border-bottom: 2px solid var(--davisGrey);
  border-left: 2px solid var(--davisGrey);
  border-top: 1px solid var(--davisGrey);
}

.tabs__header {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.tabs__heading {
  /*   text-transform: uppercase; */
  font-weight: 500;
  flex: 1;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  color: var(--graniteGray);
  border-right: 3px solid var(--white);
  height: 70px;
  display: flex;
  justify-content: center;
  background-color: var(--ghostWhite);
}

.tabs__heading:hover {
  background-color: var(--ghostWhite);
}

.tabs__heading h5 {
  font-weight: 500;
  align-self: center;
}

.tabs__heading.is-active {
  background-color: var(--white);
  color: var(--maximunRed) !important;
  border-bottom: 5px solid var(--maximunRed);
}

/* .tabs__heading-img.is-active {
  filter: grayscale(100);
} */
.tabs__heading img {
  width: 20px;
  margin: 5px;
}

.tabs__heading-img {
  width: 30px !important;
  filter: grayscale(0);
}

/* .tabs__headingMenu.is-active {
  color: var(--blueMunsell) !important;
} */
.tabs__body {
  padding: 0 0 60px 0;
  background-color: var(--white);
}

/* no sacar display none para que funcione js y oculte las secciones */
.tabcontent

/* .tabs__contentMenu  */
  {
  padding: 10px;
  display: none;
  margin: auto;
  width: 100%;
}

/* cambia display none cuando la sección está activa */
.tabcontent.is-active {
  display: flex;
}

.tabs-top {
  margin-top: 30px !important;
}

/* FIN contenedor de secciones y navMenu */
/*  */
/*  */
/*  */
/* contenedor de información 1-menú RECARGA DE SEEVICIOS */
.servicioRecarga-txt {
  width: 100%;
  max-width: 300px;
}


.contentOne {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: auto;
}

.menu-servRecarga,
.menu-armaPrepago,
.menu-compraPaquete,
.menu-codigoPromocional {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.btn-celular,
.btn-bam,
.btn-tele,
.btn-bafi,
.btn-paquete {
  background-color: var(--white);
  border: 1px solid var(--davisGrey);
  width: 100%;
  max-width: 280px;
  height: 60px;
  border-radius: var(--border);
  color: var(--graniteGray);
  display: flex;
  padding: 10px;
  margin: 10px 0;
  cursor: pointer;
}

.btn-celular img {
  width: 20px;
  margin-left: 4px;
}

.btn-celular p {
  align-self: center;
  margin: 0 17px;
  font-size: 17px;
}

.btn-bam img {
  width: 15px;
  margin-left: 8px;
}

.btn-bam p {
  align-self: center;
  margin: 0 18px;
  font-size: 17px;
}

.btn-tele img {
  width: 23px;
  margin-left: 7px;
  margin-top: 7px;
}

.btn-tele p {
  align-self: center;
  margin: 0 12px;
  font-size: 17px;
}

.btn-bafi img {
  width: 25px;
  margin-left: 7px;
  margin-top: 7px;
}

.btn-bafi p {
  align-self: center;
  margin: 0 10px;
  font-size: 16px;
}

.btn-paquete img {
  width: 20px;
  margin-left: 4px;
}

.btn-paquete p {
  align-self: center;
  margin: 0 20px;
  font-size: 18px;
}

.menu-servRecarga h2 {
  font-size: 20px;
  /*   margin-bottom: 20px; */
}

/* SUBCONTENEDOR sección recarga CELULAR */
.subContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: auto;
}

.servRecarga-Celular__titulo,
.servRecarga-Bam__titulo {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.servRecarga-Bam__titulo img {
  width: 15px;
  margin-right: 10px;
}

.servRecarga-Celular__titulo h2 {
  font-family: "AMX Bold", sans-serif;
  color: #3c3c3c;
  font-weight: 700;
  align-self: center;
}

.servRecarga-Celular__subTitulo {
  width: 100%;
  text-align: center;
}

.servRecarga-Celular__subTitulo h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--graniteGray);
  font-weight: 300;
}

.servRecarga-Celular__Captcha {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 350px;
}

.servRecarga-Celular__Captcha h5 {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  color: var(--graniteGray);
  font-weight: 300;
}

.servRecarga-Celular__Captcha input[type="text"] {
  width: 48%;
  border-radius: var(--border);
}

.servRecarga-Celular__Captcha button {
  font-size: 20px !important;
  width: 48%;
  height: 40px;
  margin: 0 5px;
  background-color: var(--maximunRed);
  border: none;
  border-radius: var(--border);
  color: var(--white);
  font-weight: 500;
  font-size: 16px !important;
  cursor: pointer;
}

.servRecarga-Celular__cards,
.servRecarga-Bam__cards,
.servRecarga-Tele__cards,
.servRecarga-Bafi__cards,
.paquetes__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  color: var(--graniteGray);
  height: 100%;
}

.paquetes-especiales__cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  color: var(--graniteGray);
  height: 100%;
}

.servRecarga-Celular__cards h4 {
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

/* cards sección recarga celular */
.cardCelular {
  border-radius: var(--border);
  width: 312px;
  /*  min-height: 265px; */
  box-shadow: 2px 2px 3px 0px rgba(189, 187, 189, 0.5);
  margin: 15px;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  background: white;
}

.cardXL {
  max-height: 100%;
}

.cardS {
  max-height: 100%;
}

.cardCelular h2 {
  color: var(--maximunRed);
  font-weight: 700;
  text-align: center;
  margin: 5px 0;
}

.cardCelular p {
  font-size: 16px;
  margin: 5px 0;
  text-align: center;
}

.cardCelular-rrss {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cardCelular-rrss img {
  width: 13%;
  margin: 3px;
}

.cardPromoMes h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 5px 0;
}

.cardPromoMes h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #3c3c3c;
}

.cardPromoMes h3 span {
  color: var(--maximunRed);
  font-weight: 500;
}

.cardCelular button {
  background-color: var(--maximunRed);
  color: var(--white);
  text-align: center;
  font-weight: 500;
  border-radius: var(--border);
  margin: 10px auto;
  border: none;
  width: 200px;
  height: 40px;
  font-size: 16px !important;
  /*   padding: 10px 0; */
  cursor: pointer;
}

/* cards sección recarga BANDA ANCHA MÓVIL */
.servRecarga-Bam__cards h4 {
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.cardBam {
  border-radius: var(--border);
  width: 312px;
  height: 100%;
  max-height: 110px;
  padding-top: 5px;
  box-shadow: 2px 2px 3px 0px rgba(189, 187, 189, 0.5);
  margin: 15px;
  display: flex;
  flex-direction: column;
  background: white;
}

.cardBam h2 {
  color: var(--maximunRed);
  font-weight: 700;
  text-align: center;
  margin: 5px 0;
  margin-bottom: 1rem;
}

.cardBam button {
  background-color: white !important;
  color: #DA291C !important;
  text-align: center !important;
  font-weight: 500 !important;
  border-radius: 6rem !important;
  border: 2px solid #DA291C !important;
  width: 160px !important;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  font-family: "AMX Medium", sans-serif !important;
  cursor: pointer !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
}

.servRecarga-Bam__titulo h2 {
  color: #3c3c3c;
  font-weight: 700;
  align-self: center;
}

/* Cards para sección de Televisión */
.servRecarga-Tele__cards h4 {
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.cardTele {
  border-radius: var(--border);
  width: 312px;
  height: 100%;
  max-height: 110px;
  padding-top: 5px;
  box-shadow: 2px 2px 3px 0px rgba(189, 187, 189, 0.5);
  margin: 15px;
  display: flex;
  flex-direction: column;
  background: white;
}

.cardTele h2 {
  color: var(--maximunRed);
  font-weight: 700;
  text-align: center;
  margin: 5px 0;
}

.cardTele button {
  background-color: var(--maximunRed);
  color: var(--white);
  text-align: center;
  font-weight: 500;
  border-radius: var(--border);
  margin: 10px auto;
  border: none;
  width: 200px;
  height: 40px;
  font-size: 16px !important;
  /*   padding: 10px 0; */
  cursor: pointer;
}

.servRecarga-Tele__titulo {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.servRecarga-Tele__titulo h2 {
  font-size: 20px;
  color: var(--graniteGray);
  font-weight: 700;
  margin-left: 10px;
  align-self: center;
}

/* cards para sección telefonia y banda ancha fija / BAFI */

.cardBafi {
  border-radius: var(--border);
  width: 312px;
  height: auto;
  max-height: 260px;
  box-shadow: 2px 2px 3px 0px rgba(189, 187, 189, 0.5);
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: white;
  overflow: hidden;
}

.cardBafi h2 {
  font-weight: 700;
  text-align: center;
  margin: 5px 0;
  color: #3c3c3c;
  padding-bottom: 20px;
  margin-top: 10px;
}

.cardBafi p {
  text-align: center;
  font-size: 16px;
  margin: 5px 0;
  color: #3c3c3c;
}

.cardBafi h3 {
  text-align: center;
  font-weight: 700;
  margin: 3px 0;
  font-size: 20px;
  color: var(--maximunRed);
}

.cardBafi button {
  background-color: var(--white);
  color: var(--maximunRed);
  text-align: center;
  font-weight: 500;
  border-radius: 25px;
  margin: 5px auto 15px auto;
  border: 2px solid var(--maximunRed);
  width: 150px;
  height: 35px;
  font-size: 14px !important;
  cursor: pointer;
}

.servRecarga-Bafi__cards h4 {
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.servRecarga-Bafi__titulo h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--graniteGray);
  font-weight: 700;
}

.cardBafi-franjaRojo {
  background-color: var(--maximunRed);
  border-radius: 0 0 10px 10px;
  padding: 5px 15px;
  width: 200px;
  max-width: 200px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0px -1px 4px 0px #b52217 inset;
}

.cardBafi-franjaRojo p {
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

/* contenedor de información 2-menú ARMA TU PREPAGO! */

.btn-prepago {
  background-color: var(--white);
  width: 60px;
  height: 35px;
  padding: 10px 0;
  margin: 10px;
  border-radius: var(--border);
  font-size: 15px;
  color: var(--graniteGray);
  border: 1px solid var(--graniteGray);
  cursor: pointer;
}

.btn-gb {
  background-color: var(--white);
  width: 60px;
  height: 35px;
  padding: 10px 0;
  margin: 10px;
  border-radius: var(--border);
  font-size: 15px;
  color: var(--graniteGray);
  border: 1px solid var(--graniteGray);
  cursor: pointer;
}

.btn-min {
  background-color: var(--white);
  width: 60px;
  height: 35px;
  padding: 10px 0;
  margin: 10px;
  border-radius: var(--border);
  font-size: 15px;
  color: var(--graniteGray);
  border: 1px solid var(--graniteGray);
  cursor: pointer;
}

.btn-vig {
  background-color: var(--white);
  width: 60px;
  height: 35px;
  padding: 10px 0;
  margin: 10px;
  border-radius: var(--border);
  font-size: 15px;
  color: var(--graniteGray);
  border: 1px solid var(--graniteGray);
  cursor: pointer;
}

.btn-sms {
  background-color: var(--white);
  width: 60px;
  height: 35px;
  padding: 10px 0;
  margin: 10px;
  border-radius: var(--border);
  font-size: 15px;
  color: var(--graniteGray);
  border: 1px solid var(--graniteGray);
  cursor: pointer;
}

.btn-ldi {
  background-color: var(--white);
  width: 60px;
  height: 35px;
  padding: 10px 0;
  margin: 10px;
  border-radius: var(--border);
  font-size: 15px;
  color: var(--graniteGray);
  border: 1px solid var(--graniteGray);
  cursor: pointer;
}

/* .menu-armaPrepago :nth-child(1) {
  margin: 0;
  margin-bottom: 15px;
} */
.rrss-armaPrepago {
  background-color: var(--whiteSmoke);
  padding: 15px;
  border-radius: var(--border);
  margin: 10px auto;
  width: 300px;
  display: flex;
  color: var(--taupeGray);
  justify-content: space-around;
}

.rrss-armaPrepago p {
  font-size: 13px;
  align-self: center;
  width: 60%;
}

.resumen-armaPrepago {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 10px;
  width: 300px;
  color: var(--graniteGray);
}

/* .resumen-armaPrepago :nth-child(1) {
  font-size: 15px;
  font-weight: 300;
  color: var(--taupeGray);
  margin: 0;
}
.resumen-armaPrepago :nth-child(2) {
  font-size: 15px;
  font-weight: 500;
  color: var(--taupeGray);
  margin: 5px 0;
} */
.resumen-armaPrepago span {
  font-size: 12px;
  font-weight: 500;
  color: white;
  text-align: center;
}

.resumen-armaPrepago li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.resumen-armaPrepago li {
  margin: 2px 0 !important;
}

.hr-resumen-armaPrepago {
  border-bottom: 1px solid var(--taupeGray);
}

.btn-armaPrepago {
  color: var(--white);
  background-color: var(--maximunRed);
  width: 200px;
  height: 40px;
  /*  padding: 8px 0; */
  border: none;
  border-radius: var(--border);
  margin: 20px auto;
  font-size: 16px;
  cursor: pointer;
}

.menu-armaPrepago__titulo {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.menu-armaPrepago__titulo h2 {
  font-family: "AMX Bold", sans-serif;
  color: #3c3c3c;
  font-weight: 700;
  align-self: center;
  margin-left: 10px;
}

.menu-armaPrepago__Subtitulo h4 {
  font-size: 17px;
}

/* PAGO ARMA PREPAGO */
.cardCelular-rrss p {
  width: 100%;
  margin: 5px 0;
}

/* contenedor de información 3-menú COMPRA PAQUETE */
.menu-compraPaquete__titulo h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* .menu-compraPaquete :nth-child(1) {
  margin: 0;
  margin-bottom: 15px;
} */
.menu-compraPaquete p {
  color: var(--graniteGray);
}

/* contenedor de información 3-SUBMENU paquetes */
.paquetes__cards h4 {
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 10px 0;
  font-weight: 500;
}

.paquetes__titulo {
  width: 100%;
  text-align: center;
}

.paquetes__titulo h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--graniteGray);
}

.paquetes__subTitulo {
  width: 100%;
  text-align: center;
}

.paquetes__subTitulo h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--graniteGray);
  font-weight: 300;
}

.alto-max {
  height: 310px;
}

.cardPaquetes {
  border-radius: var(--border);
  width: 250px;
  height: auto !important;
  min-height: 340px;
  max-height: none !important;
  box-shadow: 2px 2px 3px 0px rgba(189, 187, 189, 0.5);
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
}

.cardPaquetes h2 {
  color: var(--maximunRed);
  font-weight: 700;
  text-align: center;
  margin: 5px 0;
}

.cardPaquetes p {
  font-size: 16px;
  margin: 5px 0;
  text-align: center;
  font-weight: 500;
}

.cardPaquetes-vigencia {
  margin-top: 46px !important;
}

.suscripcion {
  font-size: 18px !important;
}

.cardPaquetes button {
  background-color: var(--maximunRed);
  color: var(--white);
  text-align: center;
  font-weight: 500;
  border-radius: var(--border);
  margin: 5px auto;
  border: none;
  width: 200px;
  height: 40px;
  font-size: 16px !important;
  /*   padding: 10px 0; */
  cursor: pointer;
}

.titulocard {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

/* paquetes especiales */

.paquetes-especiales__titulo {
  width: 100%;
  text-align: center;
}

.paquetes-especiales__titulo h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.paquetes-especiales__subTitulo {
  width: 100%;
  text-align: center;
}

.paquetes-especiales__subTitulo h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--graniteGray);
  font-weight: 300;
}

.paquetes-especiales__cards h4 {
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

.cardpaquetes-especiales {
  border-radius: var(--border);
  width: 312px;
  height: auto;
  max-height: none;
  box-shadow: 2px 2px 3px 0px rgba(189, 187, 189, 0.5);
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
}

/* ===== ESTILOS PARA CARD DE PLAN SIMPLE - MAQUETA ===== */
.cardPlanSimple {
  width: 312px !important;
  margin: 15px !important;
}

.cardPlanSimple__header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 0 0 10px 0 !important;
  background: linear-gradient(180deg, #e0e7f6cc 1.63%, #ffffff 100%) !important;
}

.cardPlanSimple__icon {
  width: 40px !important;
  height: 40px !important;
  margin: 10px 0 5px 0 !important;
}

.cardPlanSimple__body {
  text-align: center !important;
  padding: 0 15px !important;
}

.cardPlanSimple__body p {
  margin: 3px 0 !important;
  font-size: 14px !important;
  color: #3c3c3c !important;
}

/* h2 es el contenido (GB + min) - color oscuro */
.cardPlanSimple__body h2 {
  margin: 5px 0 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #3c3c3c !important;
}

/* h3 es el PRECIO - color ROJO */
.cardPlanSimple__body h3 {
  margin: 5px 0 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}

/* Sección de PRECIO - ocultar franja PLAN SIMPLE, mostrar precio */
.cardPlanSimple .cardPlanSimple__price {
  text-align: center !important;
  padding: 5px 15px !important;
}

/* Ocultar la franja "PLAN SIMPLE" del head_html */
.cardPlanSimple .cardPlanSimple__price .cardpaquetes-especiales-franja {
  display: none !important;
}

/* Mostrar el precio en rojo */
.cardPlanSimple .cardPlanSimple__price h3,
.cardPlanSimple .cardPlanSimple__price .evoCard__amount {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #DA291C !important;
  margin: 5px 0 !important;
}

/* Footer con vigencia */
.cardPlanSimple .cardPlanSimple__footer {
  text-align: center !important;
  padding: 0 15px 5px 15px !important;
}

.cardPlanSimple .cardPlanSimple__footer p {
  font-size: 14px !important;
  color: #3c3c3c !important;
  margin: 3px 0 !important;
}

/* RRSS con ancho 72% centrado como en recargaweb_original */
.cardPlanSimple .cardPlanSimple__rrss {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 10px 0 !important;
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

.cardPlanSimple .cardPlanSimple__rrss p {
  text-align: center !important;
  margin: 5px 0 !important;
  font-size: 12px !important;
  color: #666 !important;
}

/* Contenedor de íconos RRSS - ancho 72% centrado, flex-start dentro */
.cardPlanSimple .cardPlanSimple__rrss #html_rrss,
.cardPlanSimple .cardPlanSimple__rrss .cardCelular-rrss,
.cardPlanSimple .cardPlanSimple__rrss .cardPaquetes-especiales-rrss,
.cardPlanSimple .cardPlanSimple__rrss > div {
  width: 72% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 5px 0 !important;
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  margin: 0 auto !important;
}

.cardPlanSimple .cardPlanSimple__rrss img {
  width: 28px !important;
  height: 28px !important;
}

/* Quitar TODAS las líneas extra dentro de RRSS de Plan Simple */
.cardPlanSimple .cardPlanSimple__rrss * {
  border-top: none !important;
  border-bottom: none !important;
}

/* ===== ESTILOS PARA CARD DE BOLSAS MIXTAS ===== */

/* Card con posición relativa para el ícono absoluto */
.cardBolsaMixta {
  position: relative !important;
  padding-top: 85px !important;
}

/* Franja posicionada en la parte superior */
.cardBolsaMixta .cardpaquetes-especiales-franja {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 20px 20px 0 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* Contenedor del ícono smartphone - posición absoluta debajo de la franja */
.cardBolsaMixta__icon-container {
  position: absolute !important;
  top: 40px !important;
  left: 0 !important;
  right: 0 !important;
  display: flex !important;
  justify-content: center !important;
  padding: 5px 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.cardBolsaMixta__icon {
  width: 40px !important;
  height: 40px !important;
}

/* Card especial - fondo rosado para el ícono */
.cardBolsaMixta:has(.cardPromoMes[style*="background-color"]) .cardBolsaMixta__icon-container {
  background-color: #ffe5e5 !important;
}

/* Card especial - quitar gradiente y poner fondo rosado */
.paquetes__cards .cardBolsaMixta:has(.cardPromoMes[style*="background-color"]) {
  background: #ffe5e5 !important;
}

.paquetes__cards .cardBolsaMixta:has(.cardPromoMes[style*="background-color"]) > div:first-child {
  background: transparent !important;
}

/* Franja con fondo rosado en card especial */
.cardBolsaMixta:has(.cardPromoMes[style*="background-color"]) .cardpaquetes-especiales-franja {
  background-color: #ffe5e5 !important;
}

/* RRSS alineados a la izquierda (como Plan Simple) */
.cardBolsaMixta .cardBolsaMixta__rrss {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 10px 0 !important;
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

.cardBolsaMixta .cardBolsaMixta__rrss p {
  text-align: center !important;
  margin: 5px 0 !important;
  font-size: 12px !important;
  color: #666 !important;
  border: none !important;
}

/* Contenedor de íconos RRSS - ancho 72% centrado, flex-start dentro */
.cardBolsaMixta .cardBolsaMixta__rrss #html_rrss,
.cardBolsaMixta .cardBolsaMixta__rrss .cardCelular-rrss,
.cardBolsaMixta .cardBolsaMixta__rrss .cardPaquetes-especiales-rrss,
.cardBolsaMixta .cardBolsaMixta__rrss > div {
  width: 72% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  margin: 0 auto !important;
  border: none !important;
}

.cardBolsaMixta .cardBolsaMixta__rrss img {
  width: 28px !important;
  height: 28px !important;
}

/* Quitar TODAS las líneas/bordes dentro de RRSS de Bolsas Mixtas */
.cardBolsaMixta .cardBolsaMixta__rrss *,
.cardBolsaMixta .cardBolsaMixta__rrss p,
.cardBolsaMixta .cardBolsaMixta__rrss div,
.cardBolsaMixta .cardBolsaMixta__rrss #html_rrss {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* Fondo rosado para RRSS en cards especiales (PROMO EXTRA GB) */
.cardBolsaMixta:has(.cardPromoMes[style*="background-color"]) .cardBolsaMixta__rrss {
  background-color: #ffe5e5 !important;
  border: none !important;
}

/* Centrar texto "Incluye RRSS Libres" en TODAS las cards de Bolsas Mixtas (incluida la especial) */
.cardBolsaMixta .cardBolsaMixta__rrss p,
.cardBolsaMixta .cardBolsaMixta__rrss span,
.cardBolsaMixta .cardBolsaMixta__rrss > p,
.cardBolsaMixta:has(.cardPromoMes[style*="background-color"]) .cardBolsaMixta__rrss p,
.cardBolsaMixta:has(.cardPromoMes[style*="background-color"]) .cardBolsaMixta__rrss span {
  text-align: center !important;
  width: 100% !important;
  display: block !important;
}

/* ===== ESTILOS PARA CARD DE BOLSAS LARGA DISTANCIA ===== */

/* Card con posición relativa para el ícono absoluto */
.cardBolsaLDI {
  position: relative !important;
  padding-top: 85px !important;
}

/* Franja posicionada en la parte superior */
.cardBolsaLDI .cardpaquetes-especiales-franja {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 20px 20px 0 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* Contenedor del ícono smartphone - posición absoluta debajo de la franja */
.cardBolsaLDI__icon-container {
  position: absolute !important;
  top: 40px !important;
  left: 0 !important;
  right: 0 !important;
  display: flex !important;
  justify-content: center !important;
  padding: 5px 0 !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.cardBolsaLDI__icon {
  width: 40px !important;
  height: 40px !important;
}

/* RRSS alineados a la izquierda (como Plan Simple) */
.cardBolsaLDI .cardBolsaLDI__rrss {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 10px 0 !important;
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

.cardBolsaLDI .cardBolsaLDI__rrss p {
  text-align: center !important;
  margin: 5px 0 !important;
  font-size: 12px !important;
  color: #666 !important;
  border: none !important;
}

/* Contenedor de íconos RRSS - ancho 72% centrado, flex-start dentro */
.cardBolsaLDI .cardBolsaLDI__rrss #html_rrss,
.cardBolsaLDI .cardBolsaLDI__rrss .cardCelular-rrss,
.cardBolsaLDI .cardBolsaLDI__rrss .cardPaquetes-especiales-rrss,
.cardBolsaLDI .cardBolsaLDI__rrss > div {
  width: 72% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  margin: 0 auto !important;
  border: none !important;
}

.cardBolsaLDI .cardBolsaLDI__rrss img {
  width: 28px !important;
  height: 28px !important;
}

/* Quitar TODAS las líneas/bordes dentro de RRSS */
.cardBolsaLDI .cardBolsaLDI__rrss *,
.cardBolsaLDI .cardBolsaLDI__rrss p,
.cardBolsaLDI .cardBolsaLDI__rrss div,
.cardBolsaLDI .cardBolsaLDI__rrss #html_rrss {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* ===== ESTILOS PARA CARD DE PROMOCIONES DEL MES ===== */

/* RRSS alineados a la izquierda (como Plan Simple) */
.cardPromoMes .cardPromoMes__rrss {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 10px 0 !important;
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

.cardPromoMes .cardPromoMes__rrss p {
  text-align: center !important;
  margin: 5px 0 !important;
  font-size: 12px !important;
  color: #666 !important;
  border: none !important;
}

/* Contenedor de íconos RRSS - ancho 72% centrado, flex-start dentro */
.cardPromoMes .cardPromoMes__rrss #html_rrss,
.cardPromoMes .cardPromoMes__rrss .cardCelular-rrss,
.cardPromoMes .cardPromoMes__rrss .cardPaquetes-especiales-rrss,
.cardPromoMes .cardPromoMes__rrss > div {
  width: 72% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  margin: 0 auto !important;
  border: none !important;
}

.cardPromoMes .cardPromoMes__rrss img {
  width: 28px !important;
  height: 28px !important;
}

/* Quitar TODAS las líneas/bordes dentro de RRSS */
.cardPromoMes .cardPromoMes__rrss *,
.cardPromoMes .cardPromoMes__rrss p,
.cardPromoMes .cardPromoMes__rrss div,
.cardPromoMes .cardPromoMes__rrss #html_rrss {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* Cards de Promociones del Mes - contenido distribuido */
.paquetes-especiales__cards .cardPromoMes {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* Cards PEQUEÑAS (sin RRSS) - altura compacta, sin min-height forzado */
.paquetes-especiales__cards .cardpaquetes-especiales.cardCelular-custom.cardPromoMes.cardSmall {
  min-height: unset !important;
  height: auto !important;
}

/* Cards GRANDES (con RRSS) - altura mínima fija de 420px */
.paquetes-especiales__cards .cardpaquetes-especiales.cardCelular-custom.cardPromoMes.cardLarge {
  min-height: 420px !important;
  height: auto !important;
}

.cardpaquetes-especiales h2 {
  color: var(--maximunRed);
  font-weight: 700;
  text-align: center;
  margin: 5px 0;
}

.cardpaquetes-especiales p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-top: -1px !important;
  margin-bottom: 10px !important;
}

.cardpaquetes-especiales h3 {
  text-align: center;
  font-weight: 500;
  margin: 5px;
}

.cardpaquetes-especiales button {
  background-color: var(--maximunRed);
  color: var(--white);
  text-align: center;
  font-weight: 500;
  border-radius: var(--border);
  margin: 8px auto;
  border: none;
  width: 200px;
  height: 40px;
  font-size: 16px !important;
  /*   padding: 10px 0; */
  cursor: pointer;
}

.cardpaquetes-especiales-franja {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 1rem 0.5rem !important;
  border-radius: 20px 20px 0 0 !important;
  position: relative !important;
  bottom: 3px !important;
  min-height: 45px !important;
}



/* Si el PADRE DIRECTO tiene background-color inline, la franja debe ser transparente */
/* El div con background-color está ENTRE .cardPaquetes y .cardpaquetes-especiales-franja */
div[style*="background-color"] > .cardpaquetes-especiales-franja {
  background: transparent !important;
  background-color: transparent !important;
}

.cardpaquetes-especiales-franja p {
  width: 100% !important;
  max-width: 200px !important;
  height: 26px !important;
  display: flex !important;
  margin: -15px auto !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background-color: #DA291C !important;
  box-shadow: 0px -1px 4px 0px #b52217 inset !important;
  padding: 6px 20px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.cardpaquetes-especiales-franjaXL {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 0rem 0.5rem !important;
  border-radius: 20px 20px 0 0 !important;
  position: relative !important;
  min-height: 45px !important;
}

/* Si el PADRE DIRECTO tiene background-color inline, la franja debe ser transparente */
div[style*="background-color"] > .cardpaquetes-especiales-franjaXL {
  background: transparent !important;
  background-color: transparent !important;
}

.cardpaquetes-especiales-franjaXL p {
  width: 100% !important;
  max-width: 200px !important;
  height: 26px !important;
  display: flex !important;
  margin: 0 auto !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background-color: #DA291C !important;
  box-shadow: 0px -1px 4px 0px #b52217 inset !important;
  padding: 6px 20px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.cardPromoMes2 h4 {
  font-size: 17px;
  font-weight: 500;
  margin: 5px 0;
}

.cardPromoMes2 h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #3c3c3c;
}

.cardPromoMes2 h3 span {
  font-weight: 500;
}

.cardPromoMes2 p {
  font-weight: 500;
  color: #3c3c3c;
}

/* OBSOLETO - Ver estilos actualizados al final del archivo */
/* .cardPaquetes-especiales-rrss {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px 0;
}

.cardPaquetes-especiales-rrss p {
  width: 100%;
  text-align: center;
}

.cardPaquetes-especiales-rrss img {
  width: 15%;
  margin: 3px;
} */

.vigenciaPaquetes {
  margin-top: 65px;
}

.vigenciaPaquetes2 {
  margin-top: 60px;
}

.vigenciaPaquetes3 {
  margin-top: 42px;
}

.resumenM {
  height: 145px !important;
  width: 300px !important;
}

.resumenL {
  height: 100% !important;
  width: 300px !important;
}

.resumenXL {
  height: 304px !important;
  width: 300px !important;
}

.resumenPES {
  height: 100% !important;
  width: 300px !important;
  margin-top: 30px;
}

/* RESUMEN COMPRA PAQUETES ESPECIALES */
.paquetesEspeciales-resumenCompra {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  margin: auto auto;
}

.paquetesEspeciales-resumenCompra li {
  margin: auto auto;
}

.input-resumenCompra input[type="text"] {
  width: 300px;
  border-radius: 12px;
  margin: 1rem 0;
  text-align: center;
}

.medioDePago {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto !important;
}

.mobilePago {
  display: none;
}

.medioDePago img {
  width: 38%;
  margin: 10px 10px 10px 0;
  border-radius: var(--border);
}

.paquetesEspeciales-Pago {
  color: var(--taupeGray);
}

/* Título "Elige el medio de pago" */
.titulo-medio-pago h2 {
  font-family: "AMX Bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #3c3c3c;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.subTXTpago p {
  font-family: "AMX Regular", sans-serif;
  color: #3c3c3c;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* FIN RESUMEN COMPRA PAQUETES */
.fin-Pagos_Paquetes {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.fin-Pagos_Paquetes h2 {
  font-size: 20px;
  font-weight: 300;
  color: var(--graniteGray);
  text-align: center;
  margin: 20px 0;
}

.fin-Pagos_Paquetes button {
  background-color: var(--maximunRed);
  color: var(--white);
  text-align: center;
  font-weight: 500;
  border-radius: var(--border);
  margin: 10px auto;
  border: none;
  width: 220px;
  height: 40px;
  font-size: 16px !important;
  /*  padding: 10px 0; */
  cursor: pointer;
}

.fin-Pagos_Paquetes img {
  width: 30%;
  margin: auto auto;
}

/* contenedor de información 4-menú CÓDICO PROMOCIONAL */

.menu-codigoPromocional__titulo {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.menu-codigoPromocional__titulo h2 {
  font-size: 20px;
  color: var(--graniteGray);
  font-weight: 700;
  align-self: center;
  margin-left: 10px;
}

.captcha-codigoPromocional {
  border: 1px solid var(--graniteGray);
  border-radius: var(--border);
}

.menu-codigoPromocional li p span {
  color: var(--maximunRed);
}

.menu-codigoPromocional p {
  color: var(--graniteGray);
  margin: 5px 0;
}

/*  IMAGEN Y BANNER DESKTOP MOBILE*/
.heroSection {
  width: 100%;
  overflow: hidden;
  margin-right: 20px;
  /*   margin-top: 15px; */
  max-width: 700px;
}

.heroSection img {
  width: 100%;
  height: auto;
}

.heroSection-mobile {
  display: none;
}

.heroSection-mobile img {
  width: 100%;
}

/* --------------------------------------------Carrusel */
.carrusel {
  max-width: 1080px;
  margin: 30px auto;
  width: 100%;
}

/*owl carousel*/
/* .owl-carousel {
  border: red solid 1px;

} */

.owl-carousel .item {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-position: center;
  /*   width: 70%; */

  height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.owl-carousel .item article {
  color: var(--white);
  text-align: center;
  padding: 6%;
}

.owl-carousel .item article h4 {
  font-weight: 500;
  font-size: 1.3vw;
}

.btn-green {
  background: var(--maximunRed);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  /*  padding: 8px 25px 8px 25px; */
  display: block;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: none;
  cursor: pointer;
}

.btn-white {
  background: #FFFFFF;
  color: #FF0000;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  /* padding: 8px 25px 8px 25px; */
  display: block;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: none;
  cursor: pointer;
}

.owl-carousel .owl-stage-outer {
  width: 90%;
  margin: auto;
}

.owl-nav .owl-prev {
  position: relative;
  right: 500px;
  bottom: 188px;
}

.owl-nav .owl-prev span {
  font-size: 50px;
  color: var(--davisGrey);
}

.owl-nav .owl-next {
  position: relative;
  left: 500px;
  bottom: 188px;
}

.owl-nav .owl-next span {
  font-size: 50px;
  color: var(--graniteGray);
}

.owl-dots {
  position: relative;
  bottom: 50px;
}

/* .owl-carousel .item article{
  position: relative;
  top: 82px;
} */
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--davisGrey);
}

.owl-theme .owl-dots .owl-dot span {
  background: var(--taupeGray);
}

/* ---------------------------------------MODAL CARRUSEL */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-condicionesComerciales {
  padding: 20px;
}

.modal-condicionesComerciales h3 {
  font-size: 25px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 20px;
  text-align: center;
}

.modal-condicionesComerciales p {
  font-size: 17px;
  font-weight: 300;
  color: #8e8e8e;
  line-height: 22px;
  margin-bottom: 60px;
}

.promos {
  display: flex;
  flex-direction: column;
}

.promos img {
  width: 50%;
  margin: 40px auto;
}

.modal-vigencia {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px auto;
  width: 94%;
  border: 1px solid #8e8e8e;
  padding: 15px;
  justify-content: space-around;
}

.modal-vigencia img {
  width: 7%;
}

.titulo-modalVigencia h3 {
  color: #ef3829;
  font-weight: 700;
}

.titulo-modalVigencia h2 {
  color: #ef3829;
  font-weight: 700;
  font-size: 46px;
}

.titulo-modalVigencia h4 {
  color: #666666;
  font-weight: 700;
  letter-spacing: 1px;
}

.modal-cardVigencia {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 97%;
  margin: auto auto;
  justify-content: space-between;
}

.modal-card {
  width: 17%;
  border: 1px solid gray;
  text-align: center;
  margin: 10px;
}

.red-modalCard {
  background-color: #ef3829;
  color: white;
  padding: 10px;
}

.red-modalCard h3 {
  font-weight: 500;
  font-size: 17px;
}

.grey-modalCard {
  background-color: #e8e8e8;
  color: #666666;
  padding: 10px;
}

.grey-modalCard h3 {
  font-weight: 500;
  font-size: 17px;
}

.grey-modalCard h3 span {
  color: #ef3829;
  font-weight: 500;
  font-size: 17px;
}

.white-modalCard {
  background-color: white;
  color: #666666;
  padding: 10px;
}

.white-modalCard h3 {
  font-weight: 500;
  font-size: 17px;
}

.modal-textoVigencia {
  background-color: #e8e8e8;
  color: #666666;
  padding: 20px;
  width: 97%;
  margin: auto;
  margin-bottom: 50px !important;
}

.modal-textoVigencia h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 20px;
}

.modal-textoVigencia h5 {
  display: none;
  color: #ef3829;
  font-size: 10px;
}

.modal-textoVigencia h5 span {
  display: none;
  color: #707070;
  font-size: 10px;
}

.modal-textoVigencia span {
  color: #ef3829;
  font-weight: 700;
  font-size: 40px;
  position: relative;
  top: 15px;
}

.modal-textoPrivacidad {
  /* background-color: #e8e8e8; */
  color: #666666;
  padding: 20px;
  width: 97%;
  margin: auto;
  margin-bottom: 50px !important;
}

.modal-textoPrivacidad h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 20px;
}

.modal-textoPrivacidad h5 {
  display: none;
  color: #ef3829;
  font-size: 10px;
}

.modal-textoPrivacidad h5 span {
  display: none;
  color: #707070;
  font-size: 10px;
}

.modal-textoPrivacidad span {
  color: #ef3829;
  font-weight: 700;
  font-size: 40px;
  position: relative;
  top: 15px;
}

/*  .modal-textoPrivacidad h5 {
    display: flex;
  }
  .modal-textoPrivacidad h3 {
    margin: auto;
  }
  .modal-textoPrivacidad span {
    display: none;
  } */

/* ------------------------------------------------------------------------MEDIAQUERIES!!! */
@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1080px) {
  .owl-nav .owl-prev {
    right: 46vw;
  }

  .owl-nav .owl-next {
    left: 46vw;
  }

  .owl-carousel .item article h4 {
    font-size: 1.8vw;
  }

  .vigencias {
    bottom: 100px;
  }

  .vigencias h5 {
    margin-bottom: 32px !important;
  }

  /* .modal-cardVigencia .modal-card .red-modalCard h3,
.modal-cardVigencia .modal-card .grey-modalCard h3,
.modal-cardVigencia .modal-card .white-modalCard h3{
  font-size: 12px !important;
} */
  .modal-cardVigencia {
    flex-wrap: wrap;
    justify-content: center;
  }

  .modal-card {
    width: 30% !important;
  }
}

@media screen and (max-width: 825px) {
  .modal-card {
    width: 45% !important;
  }
}

@media screen and (max-width: 768px) {
  .btn-green {
    width: 200px !important;
  }

  .btn-white {
    width: 200px !important;
  }

  .modal-vigencia {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .modal-vigencia img {
    width: 14%;
  }

  .titulo-modalVigencia {
    width: 100%;
    text-align: center;
  }

  .tabs__heading {
    height: 90px;
  }

  .tabs__body {
    padding: 20px 20px 20px 20px;
  }

  .owl-carousel .item article h4 {
    font-size: 2.2vw;
  }

  .owl-carousel .owl-stage-outer {
    width: 80%;
  }

  .owl-nav .owl-prev {
    right: 43vw;
  }

  .owl-nav .owl-next {
    left: 43vw;
  }

  .heroSection {
    display: none;
  }

  .heroSection-mobile {
    display: block;
  }

  .wrapper {
    margin-top: 0;
  }

  .tabs__heading h5 {
    font-size: 10px;
    padding: 10px 0;
  }

  .tabs__heading {
    flex-direction: column;
  }

  .tabs__heading img {
    width: 20px;
    margin: auto;
  }

  .tabs__heading-img {
    width: 30px !important;
    margin: auto;
    margin-top: 10px !important;
  }

  .wrapper {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
  }

  .paquetesEspeciales-resumenCompra {
    width: 100%;
  }

  .promos img {
    width: 70% !important;
    margin: 30px auto;
  }
}

/* Media query para medios de pago en modo responsive - columna (breakpoint mayor) */
@media screen and (max-width: 991px) {
  .mp_obligatorio {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
    max-width: 100% !important;
  }

  .mp_obligatorio label {
    max-width: 100% !important;
    width: 100% !important;
  }

  .mp_obligatorio label img {
    display: block !important;
    width: 180px !important;
    height: 90px !important;
    padding: 0.5rem 1rem !important;
  }
}

@media screen and (max-width: 599px) {
  .medioDePago {
    /* display: none; */
  }

  .medioDePago img {
    display: none;
  }

  .mobilePago {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto !important;
  }

  .mobilePago img {
    margin: 10px 10px 10px 0;
    border: 1px solid var(--taupeGray);
    border-radius: var(--border);
    width: 45%;
  }

  .owl-carousel .item article h4 {
    font-size: 3.5vw;
  }

  .owl-carousel .item {
    width: 80%;
  }

  /*   #header1 {
    display: none;
  }
  #footer1 {
    display: none;
  }
  #header2 {
    display: block;
  }
  #footer2 {
    display: block;
  } */
  .modal-card {
    width: 100% !important;
  }

  .promos img {
    width: 80% !important;
    margin: 20px auto;
  }
}

@media screen and (max-width: 410px) {
  .bg-footerR {
    height: 95px;
  }

  .bg-footerR img {
    width: 75px;
  }

  .bg-footerR p {
    padding-top: 5px;
  }

  .cardpaquetes-especiales-franjaXL {
    bottom: 40px;
    width: 250px;
  }

  #dv_captcha-celular,
  #dv_captcha {
    width: 240px;
    margin: auto;
  }

  .cardPaquetes,
  .cardCelular,
  .cardBam,
  .cardTele {
    margin: 15px auto !important;
  }

  .cardPaquetes h2 {
    padding-top: 8px;
  }

  .subTXTpago p {
    font-size: 13px;
    margin: 5px 10px;
  }

  .havas-captcha ul {
    width: 80% !important;
  }

  .havas-captcha p {
    font-size: 0.9em;
  }

  .cont_breadcrumbs_3 ul li a {
    font-size: 10px;
  }

  .cont_breadcrumbs_3 ul li {
    margin-left: 0;
  }

  /*   .cont_breadcrumbs_3 {
    margin: 10px 0 30px 0;
  } */
  .resumenXL,
  .resumenL,
  .resumenM {
    width: 250px !important;
  }

  .owl-carousel .item {
    width: 70%;
  }

  .titulo-modalVigencia h3 {
    font-size: 18px !important;
  }

  .titulo-modalVigencia h4 {
    font-size: 16px !important;
  }

  .titulo-modalVigencia h2 {
    font-size: 32px !important;
  }

  .modal-textoVigencia h5 {
    display: flex;
  }

  .modal-textoVigencia h3 {
    margin: auto;
  }

  .modal-textoVigencia span {
    display: none;
  }

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

  .modal-card {
    width: 100%;
  }

  .modal-condicionesComerciales p {
    width: 100% !important;
  }

  .modal-condicionesComerciales {
    padding: 0;
  }

  .promos img {
    width: 160px;
    margin: 23px 0 0 0;
  }

  .modal-condicionesComerciales p {
    width: 100% !important;
  }

  .modal-condicionesComerciales {
    padding: 0;
  }

  .owl-carousel .item article h4 {
    font-size: 3.6vw;
    width: 70%;
    margin: auto;
  }

  .owl-carousel .owl-stage-outer {
    width: 70%;
  }

  .owl-nav .owl-prev {
    right: 38vw;
  }

  .owl-nav .owl-next {
    left: 38vw;
  }

  .btn-prepago {
    width: 50px;
    height: 30px;
    padding: 8px 0;
    margin: 3px;
    font-size: 12px;
  }

  .btn-gb {
    width: 50px;
    height: 30px;
    padding: 8px 0;
    margin: 3px;
    font-size: 12px;
  }

  .btn-min {
    width: 50px;
    height: 30px;
    padding: 8px 0;
    margin: 3px;
    font-size: 12px;
  }

  .btn-vig {
    width: 50px;
    height: 30px;
    padding: 8px 0;
    margin: 3px;
    font-size: 12px;
  }

  .btn-sms {
    width: 50px;
    height: 30px;
    padding: 8px 0;
    margin: 3px;
    font-size: 12px;
  }

  .btn-ldi {
    width: 50px;
    height: 30px;
    padding: 8px 0;
    margin: 3px;
    font-size: 12px;
  }

  .menu-armaPrepago__Subtitulo h4 {
    font-size: 15px;
  }

  .btn-armaPrepago {
    width: 250px;
    margin: 20px auto;
  }

  .input-codigoPromocional input[type="text"] {
    width: 250px;
  }

  .captcha-codigoPromocional {
    width: 250px;
  }

  .menu-compraPaquete__titulo h2 {
    font-size: 17px;
  }

  .menu-codigoPromocional__titulo h2 {
    font-size: 17px;
  }

  .menu-servRecarga__titulo h2 {
    font-size: 17px;
  }

  .menu-armaPrepago__titulo h2 {
    font-size: 17px;
  }

  .menu-codigoPromocional p {
    font-size: 13px;
  }

  .btn-celular,
  .btn-bam,
  .btn-tele,
  .btn-bafi,
  .btn-paquete {
    height: 50px;
  }

  .input-resumenCompra input[type="text"] {
    width: 250px;
  }

  .paquetesEspeciales-resumenCompra li h2 {
    font-size: 25px;
  }

  .servRecarga-Celular__Captcha {
    width: 270px;
    flex-direction: column;
  }

  .servRecarga-Celular__Captcha input[type="text"] {
    width: 240px;
    margin: auto;
  }

  .servRecarga-Celular__Captcha button {
    width: 240px;
    margin: auto;
    margin-top: 8px;
  }
}

@media screen and (max-width: 320px) {
  .promos img {
    width: 90% !important;
    margin: 10px auto;
  }

  /*   .medioDePago {
    justify-content: space-evenly;
  }
  .medioDePago img {
    margin: 10px 0;
    height: 45%;
  } */

  .menu-compraPaquete__titulo h2 {
    margin-bottom: 0;
  }

  .menu-codigoPromocional__titulo {
    justify-content: inherit;
  }

  .menu-armaPrepago__titulo {
    justify-content: inherit;
  }

  .btn-paquete p {
    font-size: 15px;
    margin: 0;
    margin-left: 10px;
  }

  .tabcontent {
    padding: 0;
  }

  /*   #menu4 {
    padding: 15px;
  } */
  .servRecarga-Celular__Captcha {
    width: 270px;
    flex-direction: column;
  }

  .owl-carousel .item {
    width: 69%;
  }

  .owl-carousel .item article h4 {
    font-size: 5vw;
    margin-bottom: 5px;
  }

  /*   .owl-carousel .item article{
top: 87px;
    } */
  .btn-green {
    padding: 5px 15px 5px 15px;
    max-width: 180px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .btn-white {
    padding: 5px 15px 5px 15px;
    max-width: 180px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .btn-celular,
  .btn-bam,
  .btn-tele,
  .btn-bafi,
  .btn-paquete {
    width: 250px;
    height: 50px;
    margin: 15px auto;
  }

  .btn-bam {
    padding: 0 !important;
  }

  .input-resumenCompra input[type="text"] {
    width: 250px;
  }

  .resumen-armaPrepago {
    font-size: 15px;
    width: 250px;
    margin: 10px auto;
  }

  .rrss-armaPrepago {
    width: 250px;
  }

  .menu-armaPrepago li {
    margin: 2px 0;
  }

  .btn-bafi img {
    margin-top: 0;
    margin-left: 3px !important;
  }

  .btn-tele img {
    margin-top: 6px;
    margin-left: 5px !important;
  }

  .btn-celular p {
    font-size: 14px;
    margin: 0 14px !important;
  }

  .btn-bafi p {
    margin: 0 10px;
    font-size: 13px;
  }

  .btn-bam p {
    font-size: 14px;
  }

  .btn-bam img {
    margin-left: 15px !important;
    margin-top: 7px !important;
  }

  .btn-tele p {
    font-size: 14px;
    margin: 0 8px;
  }

  .servRecarga-Celular__titulo h2,
  .servRecarga-Bam__titulo h2,
  .servRecarga-Tele__titulo h2,
  .servRecarga-Bafi__titulo h2 {
    font-size: 18px;
  }

  .servRecarga-Celular__subTitulo h2,
  .servRecarga-Bam__subTitulo h2,
  .servRecarga-Tele__subTitulo h2,
  .servRecarga-Bafi__subTitulo h2,
  .paquetes__subTitulo h2 {
    font-size: 16px;
  }

  .paquetes__cards h4 {
    font-size: 14px;
  }

  .cardpaquetes-especiales h2,
  .cardCelular-rrss p,
  .cardpaquetes-especiales p,
  .cardpaquetes-especiales h3,
  .cardpaquetes-especiales p {
    margin: 0 auto !important;
  }

  .cardCelular-rrss p {
    margin: 0 !important;
  }
}

/* galaxy fold 280px*/
@media screen and (max-width: 280px) {
  .tabs__body {
    padding: 0;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row;
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-align: right;
}

/* ===== HEADERS DE CARDS - ESTILOS DE LAYOUT ===== */
/* El gradiente ahora se aplica al contenedor padre (.evoCard__*__Box) */
.evoCard__celular__Box__header,
.evoCard__bam__Box__header,
.evoCard__tv__Box__header,
.evoCard__tvBam__Box__header,
.evoCard__bafi__Box__header,
.evoCard__bolsaMixta__Box__header,
.evoCard__ldi__Box__header,
.evoCard__promo-especial__Box__header,
.evoCard__promo-especial--rrss__Box__header,
.evoCard__planSimple__Box__header {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.25rem !important;
  align-items: center !important;
  color: #3c3c3c !important;
  background: transparent !important;
  padding: 0.5rem 0.5rem 0.25rem 0.5rem !important;
  border-radius: 15px 15px 0 0 !important;
  min-height: auto !important;
  justify-content: flex-start !important;
}

.evoCard__celular__Box__header {
  border-radius: 20px 20px 0 0 !important;
  min-height: auto !important;
}

.evoCard__planSimple__Box__header {
  min-height: auto !important;
}

/* ===== GRADIENTE EN CONTENEDORES REALES DE REACT ===== */
/* El gradiente se aplica al contenedor de la card */
/* Solo el contenedor del header es transparente, NO los elementos con colores propios */

/* ----- RECARGA CELULAR ----- */
.servRecarga-Celular__cards .cardCelular.cardCelular-custom {
  background: linear-gradient(180deg, #e0e7f6cc 1.63%, #ffffff 65%) !important;
}
/* Solo el wrapper del head_html es transparente */
.servRecarga-Celular__cards .cardCelular.cardCelular-custom > div:first-child {
  background: transparent !important;
}
/* Headers internos (article) transparentes */
.servRecarga-Celular__cards .cardCelular.cardCelular-custom article[class*="__header"],
.servRecarga-Celular__cards .cardCelular.cardCelular-custom div[class*="__header"] {
  background: transparent !important;
}

/* ----- RECARGA BANDA ANCHA MÓVIL (BAM) ----- */
.servRecarga-Bam__cards .cardBam.cardCelular-custom {
  background: linear-gradient(180deg, #e0e7f6cc 1.63%, #ffffff 60%) !important;
}
.servRecarga-Bam__cards .cardBam.cardCelular-custom > div:first-child {
  background: transparent !important;
}
.servRecarga-Bam__cards .cardBam.cardCelular-custom article[class*="__header"],
.servRecarga-Bam__cards .cardBam.cardCelular-custom div[class*="__header"] {
  background: transparent !important;
}

/* ----- TELEFONÍA FIJA (usa cardBam dentro de servRecarga-Tele__cards) ----- */
.servRecarga-Tele__cards .cardBam.cardCelular-custom {
  background: linear-gradient(180deg, #e0e7f6cc 1.63%, #ffffff 60%) !important;
}
.servRecarga-Tele__cards .cardBam.cardCelular-custom > div:first-child {
  background: transparent !important;
}
.servRecarga-Tele__cards .cardBam.cardCelular-custom article[class*="__header"],
.servRecarga-Tele__cards .cardBam.cardCelular-custom div[class*="__header"] {
  background: transparent !important;
}

/* ----- BANDA ANCHA FIJA (BAFI) ----- */
.servRecarga-Tele__cards .cardBafi.cardCelular-custom {
  background: linear-gradient(180deg, #e0e7f6cc 1.63%, #ffffff 60%) !important;
  max-height: 260px !important;
  min-height: auto !important;
  padding: 0 !important;
}
.servRecarga-Tele__cards .cardBafi.cardCelular-custom > div:first-child {
  background: transparent !important;
  padding-top: 0 !important;
  margin: 0 !important;
}
.servRecarga-Tele__cards .cardBafi.cardCelular-custom > div {
  text-align: center !important;
  margin: 0 !important;
  padding: 5px 10px !important;
}
.servRecarga-Tele__cards .cardBafi.cardCelular-custom > div p {
  margin: 3px 0 !important;
  font-size: 16px !important;
}
.servRecarga-Tele__cards .cardBafi.cardCelular-custom > div h2 {
  margin: 3px 0 !important;
  font-size: 24px !important;
  color: #3c3c3c !important;
}
.servRecarga-Tele__cards .cardBafi.cardCelular-custom > div h3 {
  margin: 3px 0 !important;
  font-size: 24px !important;
  color: #DA291C !important;
}
.servRecarga-Tele__cards .cardBafi.cardCelular-custom article[class*="__header"],
.servRecarga-Tele__cards .cardBafi.cardCelular-custom div[class*="__header"] {
  background: transparent !important;
}

/* ----- PLAN SIMPLE ----- */
.paquetes-especiales__cards .cardpaquetes-especiales.cardCelular-custom {
  background: linear-gradient(180deg, #e0e7f6cc 1.63%, #ffffff 65%) !important;
}
.paquetes-especiales__cards .cardpaquetes-especiales.cardCelular-custom > div:first-child {
  background: transparent !important;
}
/* Headers internos transparentes */
.paquetes-especiales__cards .cardpaquetes-especiales.cardCelular-custom article[class*="__header"],
.paquetes-especiales__cards .cardpaquetes-especiales.cardCelular-custom div[class*="__header"],
.paquetes-especiales__cards .cardpaquetes-especiales.cardCelular-custom .cardpaquetes-especiales-franja:not([style*="background-color"]) {
  background: transparent !important;
}

/* ----- BOLSAS MIXTAS ----- */
.paquetes__cards .cardPaquetes.cardCelular-custom {
  background: linear-gradient(180deg, #e0e7f6cc 1.63%, #ffffff 60%) !important;
}
.paquetes__cards .cardPaquetes.cardCelular-custom > div:first-child {
  background: transparent !important;
}
.paquetes__cards .cardPaquetes.cardCelular-custom article[class*="__header"],
.paquetes__cards .cardPaquetes.cardCelular-custom div[class*="__header"],
.paquetes__cards .cardPaquetes.cardCelular-custom .cardpaquetes-especiales-franja:not([style*="background-color"]) {
  background: transparent !important;
}
/* Respetar colores especiales de la BD */
.paquetes__cards .cardPaquetes.cardCelular-custom > div[style*="background-color"] {
  background: inherit !important;
}
.paquetes__cards .cardPaquetes.cardCelular-custom > div[style*="background-color"] .cardpaquetes-especiales-franja {
  background: transparent !important;
}

/* ===== RESÚMENES: GRADIENTE EN TODA LA CARD ===== */
.cardpaquetes-especiales.resumenXL,
.cardpaquetes-especiales.resumenL {
  background: linear-gradient(180deg, #e0e7f6cc 1.63%, #ffffff 100%) !important;
}
/* Solo los contenedores de divs son transparentes */
.cardpaquetes-especiales.resumenXL > div,
.cardpaquetes-especiales.resumenL > div {
  background: transparent !important;
}
.cardpaquetes-especiales.resumenXL article[class*="__header"],
.cardpaquetes-especiales.resumenL article[class*="__header"],
.cardpaquetes-especiales.resumenXL div[class*="__header"],
.cardpaquetes-especiales.resumenL div[class*="__header"],
.cardpaquetes-especiales.resumenXL .cardpaquetes-especiales-franjaXL:not([style*="background-color"]),
.cardpaquetes-especiales.resumenL .cardpaquetes-especiales-franjaXL:not([style*="background-color"]) {
  background: transparent !important;
}
/* Pero mantener los colores especiales de la BD en resúmenes */
.cardpaquetes-especiales.resumenXL > div[style*="background-color"],
.cardpaquetes-especiales.resumenL > div[style*="background-color"] {
  background: inherit !important;
}

.servRecarga-Tele__cards .cardBafi.cardCelular-custom {
  padding-top: 0 !important;
}

/* Las cards de Plan Simple y Promociones del mes ya tienen header interno, 
   entonces mantienen solo el background blanco */
.paquetes-especiales__cards .cardpaquetes-especiales.cardCelular-custom {
  padding-top: 0 !important;
}

/* ===== ESTILOS PARA RRSS CON LÍNEAS DIVISORIAS - RECARGAWEB_ORIGINAL ===== */
/* Contenedor de RRSS con líneas divisorias arriba y abajo */
.cardCelular-rrss,
.cardPaquetes-especiales-rrss,
#html_rrss {
  width: 100% !important;
  padding: 1rem !important;
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.5rem !important;
  box-sizing: border-box !important;
}

/* Texto "Incluye RRSS Libres" */
.cardCelular-rrss p,
.cardPaquetes-especiales-rrss p {
  width: 100% !important;
  font-size: 14px !important;
  color: #6c6c6c !important;
  margin: 0 0 0.5rem 0 !important;
  text-align: center !important;
}

/* Imágenes de RRSS - Tamaño reducido como recargaweb_original */
.cardCelular-rrss img,
.cardPaquetes-especiales-rrss img,
#html_rrss img {
  height: 32px !important;
}

/* ===== SOLUCIÓN PARA LÍNEAS DE RRSS ===== */

/* REGLA GENERAL: Todas las cards tienen border-bottom en RRSS */
.cardpaquetes-especiales #html_rrss,
.cardpaquetes-especiales .cardCelular-rrss,
.cardPaquetes #html_rrss,
.cardPaquetes .cardCelular-rrss,
.cardBam #html_rrss,
.cardBam .cardCelular-rrss,
.cardBafi #html_rrss,
.cardBafi .cardCelular-rrss,
.cardTele #html_rrss,
.cardTele .cardCelular-rrss {
  border-bottom: 1px solid #e8e8e8 !important;
}

/* EXCEPCIÓN: Card de resumen de Recarga Celular (.resumenXL) */
/* El primer #html_rrss (RRSS principales) NO tiene border-bottom */
.cardpaquetes-especiales.resumenXL > div > #html_rrss,
.cardpaquetes-especiales.resumenXL > div > .cardCelular-rrss {
  border-bottom: none !important;
}

/* PERO el #html_rrss dentro de .cardPromoMe SÍ tiene border-bottom */
.cardpaquetes-especiales.resumenXL .cardPromoMe #html_rrss,
.cardpaquetes-especiales.resumenXL .cardPromoMe .cardCelular-rrss {
  border-bottom: 1px solid #e8e8e8 !important;
}



/* El .cardPromoMe tiene el border-bottom */
.cardPromoMe {
  border-bottom: 1px solid #e8e8e8 !important;
  padding: 0.5rem calc((100% - 72%) / 2) !important;
  margin-top: 0 !important;
}

/* El #html_rrss dentro de .cardPromoMe NO tiene borders propios */
.cardPromoMe #html_rrss,
.cardPromoMe .cardCelular-rrss {
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
}

/* ===== SECCIÓN WHATSAPP LIBRE - RECARGA CELULAR ===== */
.container__whatsapp {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  background-color: #cceaee;
  color: #00818f;
  font-family: "AMX Bold", sans-serif;
  margin-top: 2rem;
  border-radius: 16px;
  text-align: center;
  padding: 0 1rem;
}

.container__whatsapp h4 {
  font-weight: 300;
  font-size: 20px;
  margin: 0;
}

@media (max-width: 640px) {
  .container__whatsapp {
    height: auto;
    padding: 1rem;
  }
  
  .container__whatsapp h4 {
    font-size: 14px;
  }
}

/* ===== OCULTAR WHATSAPP Y "+" EN CARDS DE RECARGA CELULAR ===== */
/* El contenido viene de la BD (body_html), lo ocultamos con CSS */

/* Ocultar el contenedor que tiene el "+" y WhatsApp */


/* RRSS en Recarga Celular - mostrar correctamente */
.servRecarga-Celular__cards .cardCelular.cardCelular-custom .cardCelular-rrss {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  padding: 1rem !important;
  border-top: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

/* Ocultar secciones de RRSS con texto "Incluye RRSS" */
.paquetesEspeciales-Pago .cardpaquetes-especiales .evoCard__rrssLife,
.paquetesEspeciales-Pago .cardpaquetes-especiales p:has(~ .cardCelular-rrss) {
  display: none !important;
}

/* ===== ESTILOS PARA CARDS EN RESUMEN DE COMPRA ===== */
.resumen-card-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
}

/* Card de resumen - estilos básicos */
.resumen-card {
  width: 312px !important;
  margin: 10px auto !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #e0e7f6cc 1.63%, #ffffff 65%) !important;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.15) !important;
  padding: 1px !important;
  text-align: center !important;
}

/* Quitar fondos de elementos internos */
.resumen-card > div,
.resumen-card [class*="__Box__header"],
.resumen-card [class*="__Box__body"],
.resumen-card [class*="__Box__footer"],
.resumen-card article,
.resumen-card section {
  background: transparent !important;
}

/* Ocultar vigencia en el resumen de Banda Ancha Móvil */
.resumen-card.cardBam > div:last-child,
.resumen-card.cardBam .evoCard__bam__Box__footer,
.resumen-card.cardBam [class*="__footer"] {
  display: none !important;
}

/* Resumen de Plan Simple */
.resumen-card.cardPlanSimple .cardPlanSimple__header {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-bottom: 10px !important;
}

.resumen-card.cardPlanSimple .cardPlanSimple__header .evoCard__offer {
  margin-bottom: 10px !important;
}

.resumen-card.cardPlanSimple .cardPlanSimple__icon {
  margin: 5px 0 !important;
}

/* Resumen de Bolsas Mixtas y LDI - ícono y padding */
.resumen-card.cardBolsaMixta,
.resumen-card.cardBolsaLDI {
  padding-top: 30px !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Card rosada (PROMO EXTRA GB) - quitar padding-top extra ya que la franja va primero */
.resumen-card.cardBolsaMixta:has([class*="cardpaquetes-especiales-franjaXL"]) {
  padding-top: 0px !important;
}

.resumen-card .resumen-card__icon {
  display: flex !important;
  justify-content: center !important;
  margin: 10px 0 !important;
  order: 2 !important;
}

/* El contenedor del html_resumen usa display:contents para que sus hijos participen en el flex */
.resumen-card.cardBolsaMixta > div:last-child,
.resumen-card.cardBolsaLDI > div:last-child {
  display: contents !important;
}

/* La franja va primero (incluye franjaXL) */
.resumen-card.cardBolsaMixta .cardpaquetes-especiales-franja,
.resumen-card.cardBolsaMixta .cardpaquetes-especiales-franjaXL,
.resumen-card.cardBolsaMixta [class*="cardpaquetes-especiales-franja"],
.resumen-card.cardBolsaLDI .cardpaquetes-especiales-franja,
.resumen-card.cardBolsaLDI .cardpaquetes-especiales-franjaXL,
.resumen-card.cardBolsaLDI [class*="cardpaquetes-especiales-franja"] {
  order: 1 !important;
}

/* El resto del contenido va después del ícono */
.resumen-card.cardBolsaMixta > div:last-child > *:not([class*="cardpaquetes-especiales-franja"]),
.resumen-card.cardBolsaLDI > div:last-child > *:not([class*="cardpaquetes-especiales-franja"]) {
  order: 3 !important;
}

/* Ocultar botones dentro de la card de resumen */
.resumen-card button,
.resumen-card .btn-armaPrepago,
.resumen-card a:has(button) {
  display: none !important;
}

/* ===== ESTILOS RRSS EN RESÚMENES DE BOLSAS MIXTAS, LDI Y PROMO MES ===== */

/* Contenedor de RRSS - 100% con bordes usando box-shadow para líneas */
.resumen-card.cardBolsaMixta .cardPaquetes-especiales-rrss,
.resumen-card.cardBolsaMixta .cardCelular-rrss,
.resumen-card.cardBolsaMixta #html_rrss,
.resumen-card.cardBolsaLDI .cardPaquetes-especiales-rrss,
.resumen-card.cardBolsaLDI .cardCelular-rrss,
.resumen-card.cardBolsaLDI #html_rrss,
.resumen-card.cardPromoMes .cardPaquetes-especiales-rrss,
.resumen-card.cardPromoMes .cardCelular-rrss,
.resumen-card.cardPromoMes #html_rrss {
  width: 72% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 0.5rem !important;
  padding: 10px 0 !important;
  border: none !important;
  margin: 0 auto !important;
  position: relative !important;
}

/* Líneas horizontales usando pseudo-elementos */
.resumen-card.cardBolsaMixta .cardPaquetes-especiales-rrss::before,
.resumen-card.cardBolsaMixta .cardCelular-rrss::before,
.resumen-card.cardBolsaMixta #html_rrss::before,
.resumen-card.cardBolsaLDI .cardPaquetes-especiales-rrss::before,
.resumen-card.cardBolsaLDI .cardCelular-rrss::before,
.resumen-card.cardBolsaLDI #html_rrss::before,
.resumen-card.cardPromoMes .cardPaquetes-especiales-rrss::before,
.resumen-card.cardPromoMes .cardCelular-rrss::before,
.resumen-card.cardPromoMes #html_rrss::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -20% !important;
  width: 140% !important;
  height: 1px !important;
  background-color: #e8e8e8 !important;
}

.resumen-card.cardBolsaMixta .cardPaquetes-especiales-rrss::after,
.resumen-card.cardBolsaMixta .cardCelular-rrss::after,
.resumen-card.cardBolsaMixta #html_rrss::after,
.resumen-card.cardBolsaLDI .cardPaquetes-especiales-rrss::after,
.resumen-card.cardBolsaLDI .cardCelular-rrss::after,
.resumen-card.cardBolsaLDI #html_rrss::after,
.resumen-card.cardPromoMes .cardPaquetes-especiales-rrss::after,
.resumen-card.cardPromoMes .cardCelular-rrss::after,
.resumen-card.cardPromoMes #html_rrss::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: -20% !important;
  width: 140% !important;
  height: 1px !important;
  background-color: #e8e8e8 !important;
}

/* Íconos de RRSS - tamaño */
.resumen-card.cardBolsaMixta .cardPaquetes-especiales-rrss img,
.resumen-card.cardBolsaMixta .cardCelular-rrss img,
.resumen-card.cardBolsaMixta #html_rrss img,
.resumen-card.cardBolsaLDI .cardPaquetes-especiales-rrss img,
.resumen-card.cardBolsaLDI .cardCelular-rrss img,
.resumen-card.cardBolsaLDI #html_rrss img,
.resumen-card.cardPromoMes .cardPaquetes-especiales-rrss img,
.resumen-card.cardPromoMes .cardCelular-rrss img,
.resumen-card.cardPromoMes #html_rrss img {
  width: 28px !important;
  height: 28px !important;
}

/* Texto de RRSS centrado */
.resumen-card.cardBolsaMixta p:has(+ .cardPaquetes-especiales-rrss),
.resumen-card.cardBolsaMixta p:has(+ .cardCelular-rrss),
.resumen-card.cardBolsaMixta p:has(+ #html_rrss),
.resumen-card.cardBolsaLDI p:has(+ .cardPaquetes-especiales-rrss),
.resumen-card.cardBolsaLDI p:has(+ .cardCelular-rrss),
.resumen-card.cardBolsaLDI p:has(+ #html_rrss),
.resumen-card.cardPromoMes p:has(+ .cardPaquetes-especiales-rrss),
.resumen-card.cardPromoMes p:has(+ .cardCelular-rrss),
.resumen-card.cardPromoMes p:has(+ #html_rrss) {
  text-align: center !important;
  margin: 5px 0 !important;
  font-size: 12px !important;
  color: #666 !important;
}

/* Quitar TODAS las líneas/bordes dentro de RRSS en resúmenes */
.resumen-card.cardBolsaMixta .cardPaquetes-especiales-rrss *,
.resumen-card.cardBolsaMixta .cardCelular-rrss *,
.resumen-card.cardBolsaMixta #html_rrss *,
.resumen-card.cardBolsaLDI .cardPaquetes-especiales-rrss *,
.resumen-card.cardBolsaLDI .cardCelular-rrss *,
.resumen-card.cardBolsaLDI #html_rrss *,
.resumen-card.cardPromoMes .cardPaquetes-especiales-rrss *,
.resumen-card.cardPromoMes .cardCelular-rrss *,
.resumen-card.cardPromoMes #html_rrss * {
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
}

/* ========================================
   RESUMEN ARMA TU PREPAGO - Estilos específicos
   ======================================== */
.resumen-armaPrepago__titulo {
  font-family: "AMX Medium", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
}

.resumen-armaPrepago {
  background: linear-gradient(180deg, #e0e7f6cc 1.63%, #ffffff 60%);
  border-radius: 20px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.15) !important;
  overflow: hidden;
  width: 312px;
}

/* Franja roja superior */
.resumen-armaPrepago__franja {
  background: #da291c;
  color: white;
  text-align: center;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  max-width: 200px;
  height: 26px;
  margin: 0 auto;
  box-shadow: 0px -1px 4px 0px #b52217 inset;
  padding: 6px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: -11px;
}

/* Sección Monto */
.resumen-armaPrepago__monto {
  padding: 20px 20px 15px 20px;
  text-align: center;
}

.resumen-armaPrepago__monto .monto-label {
  font-size: 16px;
  font-weight: 500;
  color: #3c3c3c;
  margin: 0 0 5px 0;
}

.resumen-armaPrepago__monto h2 {
  font-size: 24px;
  color: #da291c;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.resumen-armaPrepago__monto .incluye-label {
  font-size: 16px;
  font-weight: 700;
  color: #3c3c3c;
  margin: 0;
}

/* Contenedor de íconos (con línea horizontal arriba) */
.resumen-armaPrepago__iconos-container {
  padding: 15px 20px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

/* Contenedor de íconos */
.resumen-armaPrepago__iconos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

/* Item de ícono individual */
.resumen-armaPrepago__icono-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.resumen-armaPrepago__icono-item img {
  width: 36px !important;
  height: auto !important;
}

.resumen-armaPrepago__icono-item span {
  font-family: "AMX Regular", sans-serif;
  font-size: 18px;
  color: #3c3c3c;
}

/* Sección Vigencia */
.resumen-armaPrepago__vigencia {
  padding: 15px 20px 20px 20px;
  text-align: center;
  margin-top: 10px;
}

.resumen-armaPrepago__vigencia p {
  color: #3c3c3c;
  margin: 0;
}

/* Responsive */
@media (max-width: 480px) {
  .resumen-armaPrepago__iconos {
    flex-direction: column;
    gap: 15px;
  }
  
  .resumen-armaPrepago__monto h2 {
    font-size: 28px;
  }
}