i{
    font-family: "Material Icons";
}
a{
    color:#19223f;
}
a:hover{
    color:#42a5f5;
}
.footmenu a{
    color:#ffffff;
}
.footmenu a:hover{
    color:#42a5f5;
}
.footitem{
    font-family: "Jura";
}
header{
    font-family: "Jura";
}
.BannerText{
    font-family: 'Montserrat';
    text-align: justify;
}
.BannerText a{
    font-weight: bold;
    border-bottom: 2px solid #19223f;
}
.BannerText a:hover{
    border-bottom: 2px solid #42a5f5;
}
.TituloB{
    font-weight: bold;
    color: #19223f;
    font-family: 'Montserrat';
    font-size: 1.5rem;
}
.TituloA{
    font-weight: bold;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 1.5rem;
}

.bluetext{
    background: #19223f;
    color: white;
    font-family: 'Jura';
    /* text-align: justify; */
    font-size: 0.90rem;
}
.bluetext h6{
    color: #42a5f5;
    font-family: 'Montserrat'
}

.hoverable{
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}
.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.p1{
    background-image: url("../IMG/separador01.png");
}