
   

    .camera-container {
        display: flex; 
        width: 100%;
        justify-content: center;
        justify-items: center;
        align-content: center;
        align-items: center;
        text-align: center;
       
    }  

    
    
    .row-md-12{
        display: block;
        width: 100%;
        align-items: center;
        justify-content: center;
        justify-items: center;
        align-content: center;       
    }

    .row-md-6{
        display: block;
        width: 50%;
        align-items: center;
        justify-content: center;
        justify-items: center;
        align-content: center;
    }

    .col-md-9{
        display: block; 
        width: 75%;
        align-items: center;
        justify-content: center;
        justify-items: center;
        align-content: center;
    }
    
    .row-md-6{
        display: block;  
        width: 50%;
        align-items: center;
        justify-content: center;
        justify-items: center;
        align-content: center;       
    }

    .col-md-4{
        display: block;
        width: 33%;
        align-items: center;
        justify-content: center;
        justify-items: center;
        align-content: center;
      
    }
       

    .col-md-3{
        display: block;
        width: 25%;
        align-items: center;
        justify-content: center;
        justify-items: center;
        align-content: center;
    }

 
  
   
    
    .modal-content{        
        display:flex;       
        width: 100%;       
    }
    
    .modal-body{
        display:block;
        align-items: center;
        justify-content: center;
        justify-content: center;
        justify-items: center;
    }

    
    .modal-footer{
        display:block;
    }

    .modal-header{
        display:block;
    }
   
    

 
    

    .canvas{   
        display: block;     
        width: 400px;
        height: 250px;  
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
    }

    .canvasface{   
        display: block;     
        width: 250px;
        height: 300px;  
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
    }

    .video{
        width: 400px;
        height: 250px;      
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        display: None; 
    }

    .videoface{
        width: 250px;
        height: 300px;      
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        display: None; 
    }

    .imagen{
        width: 400px;
        height: 250px;     
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
    }


    .imagenface {
        width: 250px;
        height: 300px;     
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
    }

    .modal-body, row{
        width: 100%
    }


    .col-left{
        display:block;
        align-items: left;
        justify-content: left;
        justify-content: left;
        justify-items: left;
        font-size: smaller;
        width: 50%;
    }

    .col-right{
        display:block;
        align-items: center;
        justify-content: center;
        justify-content: center;
        justify-items: center;
        font-size: smaller;
        width: 50%;
        
    }
  
    .row-bonones-foto-1{
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: center;
        justify-items: center;
       
    }



    .label-name{       
        align-items: center;
        justify-content: center;
        justify-content: center;
        justify-items: center;
        width: 100%;
        font-size:larger;
    }

.form-label{
    display: block;
}  