    @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");  
    .bloque-a{
        transition: all 0.3s ease;
        opacity: 0.85;
        padding: 19px;
        
    }
    .bloque-a:hover{
        transition: all 0.3s ease;
        background: #FDF2E9;             
        opacity: 1;
        
        /*-webkit-transform: scale(0.99);
        -ms-transform: scale(0.99);
        transform: scale(0.99);*/
    }
    .nav-link{
        transition: all 0.5s ease;
        font-weight:600;
    }
    .nav-link:hover{
        transition: all 0.5s ease;
      
    }
    .nav-item-link{
        transition: all 0.5s ease;
        color: white;
    }
    .nav-item-link:hover{
        transition: all 0.5s ease;
        color: darkorange;
        opacity: 0.9;
    }
    body{
        font-family: 'Ubuntu', sans-serif;
    }
    .bg-overlay {
        background: linear-gradient(rgba(255,255,255,0.97), rgba(255,255,255,.85)), url("https://w.radiouno.pe/imagenes/noticias/66162.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
         
        /*height: 450px;*/
    }
    .img-responsive{
        display: inline;
        height: auto;
        max-width: 100%;
	    margin:0 auto;
    }
    .modal-lg {
         
    }