 html{
 scroll-behavior: smooth;
 }
 @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
        body { font-family: 'Raleway', sans-serif; 
        background: #f4f4f4; 
        margin: 0; 
        padding: 20px; 
        }
        h1 { text-align: center; }
        .filtros { text-align: center; margin-bottom: 20px; }
        .filtros a {
            text-decoration: none;
            color: #333;
            background: #eee;
            padding: 8px 16px;
            margin: 0 5px;
            border-radius: 5px;
        }
        .filtros a.active { background: #002f87; color: white; }
        .grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            display: flex;
            flex-direction: column;
            padding: 15px;
            position: relative;
        }

        .equipo-img{
max-height: 150px;
    height: auto;
    object-fit: contain;
    max-width: 130px;
        }
        .card h3{
  font-size: 22p;
  color: #002f87;
  margin-bottom: 15px;
  margin-top:10px;
        }
        .nombre-equipo{
        margin:auto;
        }
       .info {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
        .info h3 { margin: 5px 0; color: #002f87; }
        .info p { margin: 4px 0; text-align:center;}
        .btns { display: flex; gap: 10px; margin-top: 10px; justify-content: center;}
        .btns button {
            flex: 1;
            padding: 8px;
            cursor: pointer;
        }
.btn-contactar {
   	border: 3px solid #F0832A;
    color: #F0832A;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-decoration:none;
    background:white;
    cursor:pointer;
}
.btn-contactar:hover {
    background: #F0832A;
    color: white;
}
.btn-detalles { 
    background: #ffffff;
    border: 3px solid #8c8c8c;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
     font-weight: 600;
    font-size: 18px;
    color: #8c8c8c; 
    text-decoration:none;
    cursor:pointer;
	display:none;
}
.btn-detalles:hover { 
    background: #7f7f7f; 
    color: #fff;
    border: 3px solid #7f7f7f;
}
        
.info-equipo {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}
.plan-logo{
width: 300px;
    max-height: auto;
}
.logo-cashback{
    width: 55px;
    height: auto;
    position:relative;
    z-index: 100;
}
.textos_fichas{
	font-size:16px;
}
.contenedor-cashback {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    margin-bottom: -15px;
    margin-top: 5px;
}
.cashback-incluido {
    background: #e8427f;
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 15px 5px 15px;
    border-radius: 0px 10px 10px 0px;
    margin-left: -25px;
}
.swiper-wrapper{
height:unset;
}
.filtros button{
	border: 1px solid #000000;
    color: #000000;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration:none;
    background:white;
    cursor:pointer;
    margin-bottom: 10px;
}

.tabla-costos {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
}

.etiqueta {
    background-color: #F0832A;
    color: white;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border-radius: 15px 0px 0px 15px;
}

.subetiqueta {
    font-size: 11px;
    display: block;
    margin-top: 2px;
}

.precio {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 8px;
    vertical-align: middle;
    border-radius: 0px 15px 15px 0px;
}

.precio-arrendamiento {
    background-color: #F0832A;
    color: white;
    border-radius: 0px 15px 15px 0px;
}

.precio-plan {
    background-color: #002F87;
    color: white;
}

.cashback {
    text-align: center;
    padding: 10px;
}

.texto-cashback {
	font-family:'Raleway', sans-serif;
    background: #e8427f;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 24px 5px 10px;
    border-radius: 10px 0px 0px 10px;
    margin-right: -25px;
}

.cashback-incluido {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin-left: -15px;
    margin-top: -10px;
}

.logo-cashback {
    vertical-align: middle;
    z-index:100;
}

.total {
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 2px solid #F0832A;
}

.precio-total {
    font-size: 24px;
    color: black;
}
.esquina-distintivo {
    position: absolute;
    top: 74;
    left: -20;
    background: #f0832a;
    color: white;
    padding: 5px 40px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
    transform-origin: top left;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.esquina-distintivo-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.esquina-distintivo-img img {
    width: 60px;
    height: auto;
}

.caract-accordion {
  margin-top: 10px;
  border-top: 1px solid #eee;
  padding-top: 8px;
  margin-bottom: 6px;
}

.caract-accordion > summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  list-style: none;
  position: relative;
  padding-right: 20px;
}
.caract-accordion > summary::-webkit-details-marker { display: none; }
.caract-accordion > summary::after {
  content: "▸";
  position: absolute;
  right: 0;
  transition: transform .2s ease;
}
.caract-accordion[open] > summary::after {
  transform: rotate(90deg);
}

.caract-lista {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.caract-lista li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icono-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
  opacity: .85;
}

.caract-lista .titulo {
  font-weight: 500;
  min-width: 130px;
  color: #333;
  text-align: left;
}

.caract-lista .valor {
  color: #111;
}

.tabla-costos .nota-enganche-row td{
  padding: 6px 8px 0;
}

.nota-enganche{
  display: block;
  text-align: center;
  font-size: 9px;
  line-height: 1.25;
  color: #6b7280;
}


/* ===== CONTENEDOR GENERAL ===== */

.card-nueva {
  max-width: 420px;
  margin: 0 auto 40px;
  background: #fff;
  border-radius: 18px;
  padding: 20px 18px 28px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  font-family: 'Raleway', sans-serif;
}

/* ===== HEADER ===== */

.card-head {
  text-align: center;
  margin-bottom: 15px;
}

.card-title {
  font-size: 22px;
  font-weight: 700;
  color: #002f87;
  margin-bottom: 6px;
}

.card-subtitle .muted {
  font-size: 13px;
  color: #777;
}

/* Badge imagen del plan */
.plan-badge {
  margin-top: 6px;
}

.plan-badge-img {
  max-width: 260px;
  height: auto;
}

/* ===== BODY DOS COLUMNAS ===== */

.card-body {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 15px;
}

.col-equipo {
  flex: 1;
  text-align: center;
}

.equipo-img {
  max-width: 170px;
  height: auto;
}

.col-beneficios {
  flex: 1.2;
}

/* ===== CAJA BENEFICIOS ===== */

.beneficios-box {
  background: #ffffff;
  border: 2px solid #dcdcdc;
  border-radius: 14px;
  padding: 14px 12px;
  font-size: 12px;
  text-align: center;
}

.beneficios-top {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 5px;
}

.beneficios-title {
  font-weight: 600;
}

.beneficios-big {
  font-size: 28px;
  font-weight: 800;
}

.beneficios-ilimitados {
  font-size: 16px;
  font-weight: 800;
}

.beneficios-unit {
  font-weight: 700;
}

.beneficios-note {
  font-size: 10px;
  color: #777;
  margin-bottom: 8px;
}

.beneficios-section {
  margin-bottom: 8px;
}

.beneficios-label {
  font-weight: 600;
  margin-bottom: 4px;
}

.beneficios-icons {
  display: flex;
  justify-content: center;
  gap: 3px;
}


    
.icon-circle img {
  width: 22px;
  height: 22px;
}

.flags {
  display: flex;
  justify-content: center;
  gap: 3px;
}
.flag img{
  width: 20px;        
}

.mini-logo {
  display: inline;
}
    
.mini-logo img{
  width: 65px;
  margin-right: 3px;
}

.beneficios-foot {
  font-size: 10px;
  margin-top: 6px;
}

.beneficios-link {
  color: #002f87;
  text-decoration: underline;
}

/* ===== TOTAL MENSUAL ===== */

.total-row {
  text-align: center;
  margin-top: 20px;
}

.total-pill {
  background: #f0832a;
  border-radius: 14px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-weight: 700;
}

.total-label {
  font-size: 16px;
}

.total-amount {
  font-size: 28px;
  font-weight: 800;
}

/* ===== LINK TÉRMINOS ===== */

/* Pill en 2 filas */
.total-pill--split{
  flex-direction: column;
  gap: 0;
  padding: 0; 
  overflow: hidden;
  border-radius: 14px;
  width:250px;
  margin-bottom:20px;
}

/* Parte superior (no clickeable) */
.total-pill-top{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 12px 18px;
}

/* Línea divisoria */
.total-pill-divider{
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.45);
}

/* Botón inferior */
.total-pill-terms{
  width: 100%;
  padding: 10px 18px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  cursor: pointer;
}

/* Hover sutil */
.total-pill-terms:hover{
  background: rgba(255,255,255,0.12);
}

.vigencia{
    text-align: right;
    font-size: 12px;
    margin-top: -2px;}

/* ===== SECCIONES ===== */

.card-sections {
  margin-top: 18px;
  border-top: 1px solid #ddd;
}

.section-btn {
  width: 100%;
  padding: 14px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.section-btn:hover {
  background: #f9f9f9;
}

.chev {
  font-size: 12px;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 999999;
}
.modal.active { display: block !important; }

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}


.modal-dialog {
  position: relative;
  max-width: 600px;
  width: 90%;
  max-height: 85vh;
  margin: 5vh auto;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  overflow-y: auto;
}


.modal-close{
padding:0px;
line-height:15px;
}

.amigo-kit-head{
display: flex;
align-items: center;
justify-content: space-evenly;
padding: 20px 55px;
}

/* opcional, más pequeño en móvil */
@media (max-width: 480px){
  .nota-enganche{ font-size: 8px; }
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
}