#carrusel{
    height: auto;
    background-color: #F26E22;
}

#barranav{
    height: 100px;
    background-color: #3F61A6;
    color: #6fbfa2;
    display: flex;
}

#barranav2{
    display: none;
    background-color: #3F61A6 !important;
}

.fontme{
    font-size: 20px;
}

.bg-info{
    background-color: #F26E22 !important;
}

.footer{
    height: 150px;
    background-color: #3F61A6;
}

#fotocontainer{
    height: 210px;
    width: 20vh;
    max-width: 150px;
}

.perfil{
    height: 210px;
    width: 100%;
    border-radius: 10px;
}

.boton{
    width: 20%;
}

.juegos{
    height: 800px;
}

.galeria{
    columns: 4 200px;
    column-gap: 1px;
}
.video{
    height: 100%;
    width: 100%; position:static;
    
}

h1{
    font-size: 2vw;
}

@media screen and (max-width:992px){
    h1{
        font-size: 3.5vw;
    }
}

/* Celular */
@media screen and (max-width:413px) {
    #barranav{
        display: none;
    }
    #barranav2{
        display: flex;
    }
    #carrusel{
        margin-top: 56px;
    }
    #foto{
        width: 40%;
    }
}
