/* CSS */
body{
    flex-wrap: wrap;
    display: flex;
    min-height: 100vh;
} 
nav{
    background-color: #1976d2;/*blue darken-2*/
    min-width: 1500px;
    
}
.card-panel{
    margin-top: 64px;
    opacity: 0.9;
}
.carousel-item img{
    height: 100%;
    width: 100%;
}
.page-footer{
    background-color: #0d47a1; /* blue darken-4 */
    /* position: absolute; */
    align-self: flex-end;
    width: 100%;
    height: auto;
    bottom: 0px;
}
.sidenav{
    background-color: #1976d2;/*blue darken-2*/
}
.sidenav li a{
    color: white;
}
.sidenav li:hover{
    background-color: #2196f3;/*blue*/
    transition: 0.3s ease-in-out;
}
.imgeltule{
    /* border: blue 2px solid; */
    border-radius: 50px;
    height: 85px;
    width: 130px;
    padding: 0px;
    /* margin-top: -10px; */
    margin-left: -140px;
}
.imgeltulebw{
    height: 180px;
    width: 150px;
    padding: 10px;
    margin-left: 0px;
}
.carousel{
    background-color: #eceff1; /*blue-grey lighten-5*/
    width: 100%;
}
#btnScrollToTop{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1976d2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}
#btnScrollToTop:active{
    background-color: #0d47a1;
}
@media (max-width: 993px){
    .imgeltule{
        display: none;
    }  
}
/* mantenimiento */
.mantenimiento{
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 2em;
}




/* Edgar Ivan Villalobos Reza  */