
@media (min-width: 800px)
{
	*[desktop-hidden]
	{
	    display: none !important;
	}
}
@media (min-width: 0px) and (max-width: 800px)
{
    .title {
        font-size: var(--font-size-xxl);
    }
	*[mobile-hidden],
	*[hidden-mobile]
	{
		display: none !important;
	}
    
	*[visible-mobile]
	{
	    display: block;
	}

	*[mobile-order-0]
	{
		order:0;
	}

	*[mobile-order-1]
	{
		order:1;
	}

    /* Cuerpo */
    .contenedor-modulo
    {
        padding: 5rem 1rem 1rem 1rem !important;
        width:97%;
    }
    [scrollbr]::-webkit-scrollbar {
        width: 0px;
    }
    
    .contenedor-seccion
    {
        --padding-cs:0rem
    }
    footer#fotterWb
    {
        padding: 4rem 1rem;
    }

    #introProyecto
    {
        padding-top:60px;
    }
    div#contSwitchSyt {
        display: flex;
        gap: 0.5rem;
    }
}

@media (min-width: 0px) and (max-width: 600px)
{
    .mb-md-4,.value-prop-list
    {
        margin-bottom: 2rem !important;
    }
    .tile-subtitle
    {
        text-overflow: initial !important;
        white-space: normal !important;
    }
    .dashboard-placeholder-small
    {
        max-width:100%;
    }
}