@font-face {
    font-family: 'Bebas-Neue';
    src: url('/assets/fontes/BebasNeue-Regular.ttf');
}
body{
    background-color: #071035;
    margin: 0;
}
.logotipo-images-content{
    min-width: 300px;
    max-width: 800px;
    width: 100%;
}
.info-content {
    font-family: 'Bebas-Neue';
    font-size: 33px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    height: 100vh;
}
.info-content a  ,.info-content a:hover {
    font-family: 'Bebas-Neue';
    font-size: 33px;
    color: white;
    text-decoration: none;

}
.hr-1{
    padding-top: 100px;
}
.hr-2{
    padding-top: 40px;
}