<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rutasWeb {
    margin-top: 10px;
}

.rutasWeb p {
    margin: 0;
    padding: 0;
}

.container-sistema {
    margin: 30px;
}

.foto-sistema img {
    width: 100%;
}

.card .boton-acordeon-sistema {
    display: flex;
    align-items: center;
    width:100%;
    text-align:left;
    font-size: 1.2em;
    padding-left: 0;
    text-decoration: none;
    color: black
}

.card .boton-acordeon-sistema:hover {
    text-decoration: none;
    color: black;
}

.accordion-sistema .card {
    margin-bottom: 8px;
}

.accordion-sistema .card:last-child {
    margin-bottom: 0px;
}

.imagenes-sistema-edit .imagen-sistema-borrar form {
    width: 100%;
}

.imagen-sistema-borrar .mascara-imagenes-sistema {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.imagenes-sistema-edit .imagen-sistema-borrar form button {
    font-size: 15px;
    width: 100%;
    border-radius: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.container-galeria {
    margin-bottom: 25px;
}

.container-galeria .carousel-cell {
    width: 200px;
    height: 200px;
    margin-right: 10px;
}

.container-galeria .carousel-cell img {
    width: 100%;
}

@media only screen and (max-width: 992px) {

    .m2-article {
        display: none !important;
    }

    .m2-span {
        display:inline !important;
    }

    .h2-titleprice-m2 {
        font-size: 1.4em !important;
    }

    .div-contenedor-system-m2 {
        padding: 17px !important;
    }

}


@media only screen and (max-width: 400px) {

    .div-padding-text-m2 {
        padding-right: 10px !important;
    }

    .div-padding-price-m2 {
        padding-left: 10px !important;
    }

    .span-iva-pricem2 {
        display: none;
    }

}</pre></body></html>