body{
    font-family: Montserrat, sans-serif;
    color: #000000;
    font-weight: lighter;
    text-align: center;
    background-color: #e5e5e5;

}

.s1{
    color: blueviolet !important;
}
.s2{
    color: #0066ff !important;
}
.seccion1{
    background-color: rgb(243, 221, 240);
}
.seccion2{
    background-color: rgb(149, 186, 228);
}

hr{
    border-top:2px solid #463f90 !important;
}

h4{
    font-weight: 800 !important;
}

.hr-subtitulo{
    border-top:1px solid blueviolet !important;
    width: 50%;
    display: inline-flex !important;
}
.hr-subtitulo2{
    border-top:1px solid rgb(0, 0, 0) !important;
    width: 50%;
    display: inline-flex !important;
}

.letras-barra{
    color: #ffffff;
}

.barra{
    background-color: rgb(54, 9, 68) !important;
    color: #ffffff;
}

h3{
    color: blueviolet;
}

h5{
    color:  rgb(54, 9, 68);
}

th{
    color: rgb(114, 16, 84);
    text-align: center !important;
}

.ft{
    font-style: italic;
}
.fw{
    font-weight: 700;
}

.tp-rosa{
    color: rgb(165, 21, 117);
    font-weight: 700;
}