body{
    font-family: 'Alte Haas Grotesk', sans-serif;
    color: #333;
    background-color: #f9f9f9;
}


.discontinua{
    border: none; 
    border-top: 3px dashed #000; /*Grosor de la línea */
    margin-left: 5%; 
    margin-right: 5%;
}


.titulo-grande {
    font-weight: 900;
    color: #050338; /* Puedes ajustar este color al tono que necesites */
    font-family: 'Montserrat', sans-serif;
}

.subtitulo {
    color: #050338; /* Un color más suave para el subtítulo */
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.subtitulo2 {
    color: #050338; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

.seccion-tarifas {
    background-color: #0a0a37; /* Fondo oscuro */
    color: white; 
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
}

.titulo-tarifas {
    font-weight: 900; /* Negrita para el título */
    color: #ffffff;
}

.subtitulo-tarifas {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.btn-light {
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px; /* Botón con bordes redondeados */
}

.seccion-contratar {
    
    padding: 40px 20px;
}

.titulo-contratar {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    color: #3b5bdb; /* Color azul */
    font-weight: 700;
    margin-bottom: 20px;
}

.subtitulo-contratar {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    color: #333;
    margin: 0 auto;
}

/*Estilo de las cards informativas*/
.card-informativa {
    background-color: white;
    border-radius: 30px;
}

.card-title-informativa {
    font-size: 1.2rem;
}

.card-img-top-informativa {
    width: 60px;
}

.tarjeta-sombra{
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}


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

.card {
    border-radius: 10px;
    
}

.card-body-tarjeta{
    padding: 2rem;
}

.fila2 {
    
    padding-right: 20px; /* Espacio horizontal derecho */
    padding-left: 20px; /* Espacio horizontal izquierdo */
    padding-bottom: 20px;
}

.tarjeta {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: auto; 
    
}

.tarjeta-oferta{
    background-color: #4e6cef;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: auto; 
}

.card-body-tarjeta {
    padding: 2rem; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-title {
    font-size: 4rem;
    font-weight: bold;
    color: orange;
}
.card-title-oferta{
    font-size: 4rem;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

.parrafo-superior {
    font-size: 1.3rem;
    color: blue;
    margin-bottom: 0; /* Reducir el margen inferior */
}

.parrafo-superior-oferta{
    font-size: 1.3rem;
    color: white;
    margin-top: 0;
    margin-bottom: 0; /* Reducir el margen inferior */
}
.parrafo-peq-oferta{
    font-size: 0.75rem;
    color: white;
    margin-top: 0;
    margin-bottom: 0; /* Reducir el margen inferior */
}

/* Icono ajustado */
.icono-tarjeta {
    max-width: 30px;  /* Tamaño fijo para el icono */
    max-height: 30px;
    opacity: 0.8;
    margin-left: 10px; /* Espacio entre el texto y el icono */
}



.sabermas {
    margin-top: auto;            
    background-color: #0d0f3b;
    border-color: #0d0f3b;
    white-space: nowrap;
    color: white;
    font-weight: bold;
    border-radius: 25px;
    padding: 0.25rem 1.5rem; 
    font-size: 0.75rem; 
    text-align: center;
    display: flex;               
    justify-content: center;      
    align-items: center; 
    width: auto;
    
}

.sabermas:hover {
    background-color: orange;
    border-color: orange;
    color: white;
}
.contenedor-boton{
    display: flex;               
    flex-direction: column;       
    justify-content: flex-end;
}


.card-text-tarjeta {
    margin-bottom: 0;
}
.card-text-informativa {
    margin-bottom: 0;
}

.condiciones{
    font-size: 0.8rem;
   margin-bottom: 0;
}

.letrapeq{
    margin-top: 0;
    font-size: 0.7rem;
    cursor: pointer;
}

.enlace-mas-tarifas {
    color: #0d0f3b;
    font-size: 1.2rem;
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: color 500ms ease, font-size 500ms ease;
}

.enlace-mas-tarifas::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: orange;
    transition: width 500ms ease;
}

.enlace-mas-tarifas:hover {
    font-size: 1.5rem;
    color: orange !important;
}

.enlace-mas-tarifas:hover::after {
    width: 100%;
}





@media (min-width: 992px) {
    .card-title-informativa {
        font-size: 1.5rem;
    }
    .card-text-informativa {
        font-size: 1.1rem;
    }
}

@media (max-width: 991px) {

    
  
    .icono-tarjeta-container {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 10px; /* Ajusta este valor según necesites */
    }

    .icono-tarjeta {
        align-self: flex-start; /* Alinea el icono en la parte superior */
    }

    .sabermas {
       
        width: 100%;
    }

}