
          .download-link {
        display: inline-block;
        padding: 10px 20px;
        background-color: #007bff; /* Color de fondo del botón */
        color: #fff; /* Color del texto */
        text-decoration: none; /* Quita el subrayado */
        border-radius: 5px; /* Bordes redondeados */
        border: none; /* Quita el borde */
        cursor: pointer; /* Cambia el cursor al pasar el mouse */
    }

    /* Cambia el color de fondo del botón al pasar el mouse */
    .download-link:hover {
                background-color: gold; /* Color de fondo del botón */

        color:white;
       border: none;      
       text-decoration: none; /* Quita el subrayado */
 /* Quita el borde */

    }
img{
    margin:14.9%;
}
.se{display:none;}

@media screen and (max-width: 600px) { 
    *{
        font-size:13px;
    }
      .bigger-110{ font-size:8px !important;
		    }
		      .nav-search{
		          display:none;
		      }
		      .se{display:block;
		          
		      }
		      .btn-success, .btn-success.focus, .btn-success:focus {
                   margin-left: 30px;
                  margin-right: 12px;

		          
		      }

		      .navbar .navbar-brand {
    margin-left: 10px;
    
    font-size: 15px;}
    .seba{
        display:flex;
    }
    .sidebar-shortcuts-large{
        display:none;
    }
    .video iframe{
        width: 80%;
        height: 200px;
    }
    .video video{
        width: 80%;
        height: 200px;
    }
    .video{
         text-align: center;
         font-size: 8px;

    }
     .video h3{
       
         font-size: 13px;

    }
    img{
         width: 80%;
        height: 400px;
    }
    

    input[type="submit"]{
        font-size: 9px;
        margin-left: 10px;
    }
    .form-group label, .form-group2 label, .form-group3 label, .form-group4 label, .form-group1 label {
        font-size: 6px;
    }
    .form-group2 p, .form-group3 p, .form-group4 p, .form-group1 p {
        height: 10px;
}
    .column1{
        margin-top: -54px;
    }
    .row p{
    font-size: 6px;
    }
}
.column1{
    margin-top: -1px !important;
}
video {
            margin-bottom: 20px;
        }
        p{
            text-align: center !important;
        }
