.navbar{
    background: linear-gradient(to left, #a6a3e8, #4912efba);
       line-height: 40px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

body {
    font-weight: 400;
    font-family: Prumo Text;
    }
.colorPersonal{
    color: rgb(229, 238, 236);

}
.colorPersonal:hover{
    color: rgb(229, 238, 236);

}

.fondoPersonal{
    background: linear-gradient(to left, #0e0e0e, #000000e8);
}

.videos{
    height: 600px;
}

/*

body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
}






.title{
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    display: block;
  
    position: absolute;
    background-color: #444444;
    color: white;
   margin: 0;
}

.entry-modal{
    border: 10px solid #444444;
    width: 300px;
    margin: auto;
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 70;
    margin-left: -150px;
    padding: 5px;
    color: #fff;
    background-color: #444444;
    text-align: center;
}

#notification{
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #fff;
    margin: 0;
    top: 47.33px;
    font-size: 18pt;
    width: 100%;
    background-color: orange;
}


.room-input{
  border: none;
  padding:5px;
}

button{
    margin: 3px;
    padding: 5px;
}

#remote-video{
    top: 60;
    width: 100%;
    height: 800;
    object-fit: cover;
    left: auto10;
    position: absolute;
    border-radius: 0%;
    object-fit: cover;
    -webkit-border-radius: 000%;
    -moz-border-radius: 00%;
    -ms-border-radius: 00%;
    -o-border-radius: 00%;
}

#local-video{
    top: 5;
    width: 100%;
    object-fit: cover;
    height: 100%;
    z-index: 00;
    right: auto;
    
    position: relative;
    border-radius: 0%;
    -webkit-border-radius: 00%;
    -moz-border-radius: 00%;
    -ms-border-radius: 00%;
    -o-border-radius: 00%;
}
.meet-controls-bar{
    bottom: 0;
    background-color: black;
    left: 0;
    position: absolute;
    width: 100%;
}   

.mascarita{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    background-color: rgb(5, 0, 0   );
    opacity: .6;   
}

#aro{
    z-index:0;
    width: 80%;
    position: relative;
    border-radius: 50%;
    

}

*/