
body {
 background-image: url('img/background_copia.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero {
    background-size: cover;
    background-position: center;
    height: 50vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
    }
 .hero-content {
   text-align: center;
   background: rgba(6, 182, 0, 0.6);
   padding: 2rem;
   border-radius: 10px;
    }
  .btn-custom {
    margin-top: 1rem;
    }


      

        th, td{
            padding: 10px;
            color: rgb(19, 19, 19); 
        }
        th{
            text-align: left;
                        
        }

        /* este es una nota */

        .custombw {
            width: 190px !important;
        }

        .timebtn {
            width: 100px !important;
            height: 35px !important;
        }

        .btn-primary:hover, .btn-primary:focus {
            color: rgb(24, 24, 24);
            background-color: #FEC107;  
            
        }

  

       

