/**
    Default large desktops anss monitors
*/



/**
* Movil Vertical
*/
@media (max-width:480px){
    .line-pa-asl{
        border-right:none;
        border-bottom: 1px solid var(--color-pink-buttom);
        padding-bottom: 1em;
    }
}

/**
* Tablet and Movil Orizontal
*/
@media (min-width:481px) and (max-width:768px){

}

/**
* Laptop 
*/
@media (min-width:769px) and (max-width:1366px){

}