body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

video {
    width: 100%;
    height: auto;
}

.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1000px){
    .header{
        flex-direction: column;
        align-items: center;
    }
}

.imgRedonda {
    width:100px;
    height:100px;
    border-radius:150px;
    border:4px solid #666;
}

.footer {
    /*left: 0;*/
    bottom: 0;
    width: 100%;
    min-height: 100%;
    text-align: center;
    /*position:relative;*/
    background-color: #FFFFFF;
}
