.bg-lila{
     background-color: var(--lila);
}

.recharge-img{
     width: 1.25rem;
     height: 1.25rem;
     display: flex;
     justify-content: center;
     align-items: center;
}

.recharge-img img{
     width: 100%;
     height: auto;
}

.recharge-flex {
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-gap: 2rem;
     max-width: 37.5rem;
     margin-top: 5%;
}

.recharge-ul li{
     display: flex;
     align-items: center;
     gap: 0.5rem;
     font-size: 1rem;
     margin-bottom: 1rem;
}

.hrs1{
     color: var(--lila);
}

.recharge-section{
     padding: 6rem;
     margin: 0;
}

.recharge-plan{
     margin-top: 0;
}


.plan-section {
     position: relative;
     width: 100%;
     height: 26.875rem;
     display: flex;
     justify-content: center;
     align-items: center;
     text-align: center;
     padding: 1.25rem;
     overflow: hidden;
     margin-top: 0;
 }
 
 .plan-image {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
 
 .plan-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center bottom;
     filter: hue-rotate(4deg);
 }
 
 .plan-content {
     position: relative;
     z-index: 1;
     max-width: 37.5rem;
     text-shadow: 0.125rem 0.125rem  0.625rem rgba(0, 0, 0, 0.5);
 }
 
 .plan-title {
     color: var(--blanco);
     font-size: 2.5rem;
     font-weight: bold;
     margin-bottom: 0.625rem;
 }
 
 .plan-subtitle {
     font-size: 1.2rem;
     font-weight: 500;
     color: var(--blanco)
 }

 .m-informacion{
     background-color: var(--blanco);
 }

 .recharge-enlaces{
     color: var(--verde-oscuro);
 }

@media(max-width: 991px) and (min-width: 768px){
     .flex-wrap{
          display: flex;
          flex-wrap: wrap-reverse!important;
     }

     
}

@media(max-width: 560px){
     .responMb-3{
          margin-top: 0!important;
     }

     .recharge-flex{
          grid-template-columns: 1fr;
     }

     
}