@font-face {
    font-family: 'Coolvetica';
    src: url(../Fonts/coolvetica/Coolvetica\ Rg.otf) format('opentype');
    font-weight: normal;
    font-style: normal;
}
body{
    background-color: #012340;
    margin: 0;   
    color: white;
}
header {
    font-size: 20px;
    background-color: black;
    display: flex;
}
nav {
    width: 100%;
    height: 100%;
    background-color: black;
}
nav ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
}
nav li a{
    color: white;
    color: inherit;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Coolvetica', sans-serif;
    background-color: black;
    margin-inline-end: 20px;
}
section{
    height: 650px;
    width: 100%;
    top: 0;
    position: relative;
}
article{
    /* background-color: green; */
    width: 100%;
    height: 650px;
}
figure{
    /* background-color: red; */
    width: 45vw;
    height: 65vh;
    margin-top: 10vh;
    position: absolute;
}
.texto_principal{
    float: right;
    /* background-color: blue; */
    height: 65vh;
    width: 45vw;
    margin-top: 10vh;
    margin-right: 3vw;
}