/* Generales*/

/*header{
    height: 100vh;
}*/


body{
    background-color: #ebf8ff;
}

a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #ff612d;
}

p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #0052EB;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ebf8ff;
}


/* Sección de la NAV */

.navbar{
    padding: 0px;
    background-color: #ebf8ff;
    
}

a.nav-link{
    color: black;
    padding: 27px !important;
    font-weight: 600;
    font-size: 15px;
}

a.nav-link:hover{
    background-color: #ff612d;
    color: white;
}




#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100vh;
    object-fit: cover;
}


footer{
    background-color: #0052EB;
    color: #ebf8ff;
}


a.redes{
    padding: 5px !important; 
}

@media (max-width: 576px) {

    #myVideo{
        src: url(../video-bg/videohome_mobile.mp4) !important;
    }

}
    


