/* Nastrova Bank, S.A., Institucion de Banca Multiple. */
.header__bar--mid a{
    font-size:14px;
}


@font-face {
    font-family: "Castellar";
    src: url("https://db.onlinewebfonts.com/t/0407ed4aef00d4db57f6001e710e0a85.eot");
    src: url("https://db.onlinewebfonts.com/t/0407ed4aef00d4db57f6001e710e0a85.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/0407ed4aef00d4db57f6001e710e0a85.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/0407ed4aef00d4db57f6001e710e0a85.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/0407ed4aef00d4db57f6001e710e0a85.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/0407ed4aef00d4db57f6001e710e0a85.svg#Castellar")format("svg");
}

.MainLogo{

font-family:'Castellar';


}
/*Imported from stylesnewage*/
      /* Navegation */
@media (min-width: 990px){
    .my_navigation {
        display: flex;
        justify-content: space-evenly;
    }
}
.my_nav__link {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    margin: 2rem 0;
    color: gray;
}
.my_navigation a:hover {
    cursor: pointer;
    color: var(--darkBlue);
}
