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

.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;
}

.textolegal{
    color: #050338;
}

.tabla {
    border-collapse: collapse;
    width: 100%;
    color: #050338;
}

.tabla td, .tabla th {
    border: 2px dashed #050338; 
    padding: 10px;
    vertical-align: middle;
    
}

.tabla thead th {
    border-top: none;
}

.tabla tbody tr:last-child td {
    border-bottom: none;
}

.tabla tbody tr td:first-child, .tabla thead th:first-child {
    border-left: none;
}

.tabla tbody tr td:last-child, .tabla thead th:last-child {
    border-right: none;
}


