
.contenedor-tarjetas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 40px;
  }
  
.tarjeta {
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 1px 11px 7px rgb(4 4 4 / 10%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible;
  }

.titulo {
    font-size: 24px;
    font-weight: 700;
    color: #0077A8;
    padding: 15px 28px 9px 28px;
    border-bottom: 1px solid #ededed;
    line-height: 23px;
    align-items: center;
    text-align: center;
    min-height: 67px;
    margin: 0 auto;
    font-family: 'Roboto';
    font-weight: 500;
}

.texto-titulo {
  font-size: 10px;
}

.price-box-tarjeta {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 10px 20px;
    text-align: center;
    color: #C30180;
  }
  .price-prefix {
    font-size: 12px;
    line-height: 1;
    width: 100%;
    text-align: left;
  }
  .price-value {
    font-size: 69px;
 
    line-height: 1;
    font-family: 'Roboto';
    font-weight: 500; 

  }
  .price-period {
    font-size: 16px;
    margin-left: 2px;
     
  }

.promo-block {
    background-color: #C30180;
    color: #fff;
    padding: 3px 20px 0px 20px;
    margin: 11px 0;
  }
  .promo-line {
    font-size: 1.3rem;
    margin-bottom: -17px;
  }
  .promo-columns {
    display: flex;
    justify-content: center;
  }
  .promo-value {
    font-size: 49px;
   font-weight: 500;
  }
  .promo-text {
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 5px;
    line-height: 14px;
  }

.descripcion-block {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    margin-bottom: 9px;
 
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 20px;
        text-align: left;
  }

.copago {
    font-size: 15px;
    font-weight: 300;
    margin: 9px 0;
    color: #444;
  }

.boton-contratar {
    background-color: #C30180;
    color: #fff;
    
    border: none;
    border-radius: 999px;
    padding: 12px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .boton-contratar:hover {
    background-color: #C30180;
  }
  .contenedor-boton {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 20px;
  }
  


@media only screen and (max-width: 767px) {
  .promo-columns {
    display: flex;
    justify-content: center;
}

.promo-text {
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 5px;
  line-height: 16px;
  width: 162px;
 
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .promo-columns {
    display: flex;
    justify-content: center;
}


.promo-text {
  font-size: 18px;
  display: flex;
  align-items: center;
  text-align: left;
  padding-left: 5px;
  line-height: 17px;
  max-width: 152px;
}
}




.tc-listado-front {
  list-style: none;
    margin: 0 5px 0px;
  padding: 0;
}
.tc-listado-front li {
    display: flex;
    align-items: flex-start; /* importante para que el contenido se alinee arriba */
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #4e4e4e;
    margin-bottom: 0px;
}

.tc-listado-front li .dashicons-yes {
    color: #c30180;
    margin-right: 14px;
    font-size: 32px;
    margin-top: -3px;
    line-height: 1;
    align-self: flex-start;
}


.tarjeta-txt-custom {font-size: 16px;}
 
.tc-circulito {
position: absolute;
    top: -10px;
    right: -7px;
    background-color: #C30180;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    font-weight: 700;
    line-height: 1;
    min-width: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    z-index: 10;
}

.tc-duracion {
  display: flex;
    align-items: center;
    padding: 8px 0;
}

.tc-duracion-left {
    font-size: 37px;
    font-weight: 700;
    line-height: 1;
    margin-right: 4px;
}

.tc-duracion-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
height: 34px;
}

.tc-duracion-item {
    font-size: 11px;
    text-align: left;
}

.tc-listado-front img{
 width: 23px;
}

.check-tarjeta{

 
    margin-right: 7px;
    margin-left: 5px;
}