body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    background-image: url("./videos/fondoAV.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title {
    top: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    display: none;

    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: 180px;
    height: 480px;
    width: 480px;
    left: 530px;;

    /*
    background-color: rgba(48, 57, 143, 0.8);*/
    background-color: rgba(26, 39, 219, 0.918);
    position: absolute;
    
    border-radius: 100%;
    object-fit:cover;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    z-index: 20;
    opacity: .9;
    border: 5px solid #ece921ea;
    backdrop-filter:blur(20px);
    box-shadow: 0px 10px 20px 5px;
}

#local-video {
    top: 0px;
    object-fit: cover;
    width: 100%;
    height: 300;
    z-index: 200;
    background-color: rgb(68, 68, 68, .5);
    position: absolute;
    border-radius: 100%;
    display: none;

}

.meet-controls-bar {
    bottom: 0;
    background-color: black;
    left: 0;
    position: absolute;
    width: 100%;
}


/*
.mascarita {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 900px;
    background-color: rgb(5, 0, 0,.4);
    opacity: .45;
    top: 0px;
    object-fit: cover;

   
}
*/
#aro {
    z-index: 10;
    /*Ajustados
     width: 1300px;
    
    width: 2000px;*/
    height: 100%;
    position: absolute;
    top: 0px;
    left: 20px;
    opacity: .8;

}

.meet-area {
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}



/* resolución nativa funcionando

#remote-video {
    top: 225px;
    height: 761px;
    width: 1800px;
    left:533px;

    background-color: rgba(48, 57, 143, 0.8);
    position: absolute;
    
    border-radius: 100%;
    object-fit:cover;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}


*/

#meet{
    border: 1px solid #444444;
    
   
    top: 30px;


    /*top 60 px*/
    height: 480px;
    width: 1100px;
    left:58px;
    /*80px*/

    /*    background-color: rgba(48, 57, 143, 0.8);*/
    background-color: rgba(0, 0, 0, 0.179);
    position: absolute;
    
    border-radius: 100%;
    object-fit:cover;
    
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;

    z-index: 20;
    opacity: .9;




}

iframe{
    border: 1px solid saddlebrown;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#aro {
    z-index: 10;
    /*Ajustados
     width: 1300px;
    
    width: 2000px;*/
    height: 1700px;
    position: absolute;
    top: -145px;
    left: -850px;

}