.bloque_servicio{
    margin-top: 2%;
    margin-bottom: 2%;
}

.mb-3 {
    margin-bottom: 0rem !important;
}





/*Estilos para resoluciones mas pequeñas----------------------------------------------------------------------------------------------------------*/

@media (max-width:1024px){
    
    /*#nav-home-tab{
        background-image: none !important;
        width: 100% !important;
        height: 40px !important;
    }
    #nav-profile-tab{
        background-image: none !important;
        width: 100% !important;
        height: 40px !important;
    }
    #nav-contact-tab{
        background-image: none !important;
        width: 100% !important;
        height: 40px !important;   
    }
    */
    .selector_proyecto{
        background-image: none !important;
        width: 100% !important;
        height: 40px !important;
    }

    .imagen_boton{
        display: none;
    }
    .contenedor_imagen_boton{
        height: 0% !important;
    }
    .contenedor_titulo_boton{
        height: 100% !important;
    }
    .titulo_boton{
        display:block !important;
    }


    


}

/*Estilos para resoluciones mas pequeñas----------------------------------------------------------------------------------------------------------*/