.text-accent {
    color: #C0342C;
    fill: #C0342C;
}

.text-white {
    color: #FFFFFF;
}

.text-light {
    color: #F0F0F0;
}

.text-light-2 {
    color: #D0D0D0;
}

.text-light-3 {
    color: #A0A0A0;
}

.text-dark {
    color: #202020;
}

.text-dark-2 {
    color: #404040;
}

.text-dark-3 {
    color: #606060;
}

.text-black {
    color: #000000;
}

.bg-accent {
    background-color: #C0342C;
}

.bg-accent-gradient {
    background: linear-gradient(to bottom, #BB2A21, #550714)
}
/* agregado por natalia para slide 01/2025 */
.bg-accent-gradient-2{
    background: linear-gradient(to bottom, #f09e6a, #c45f60)
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-light-1 {
    background-color: #F6F5F5;
}

.bg-light-2 {
    background-color: #DADADA;
}

.bg-light-3 {
    background-color: #D2D2D2;
}

.bg-dark-1 {
    background-color: #202020;
}

.bg-dark-2 {
    background-color: #6A6A6A;
}

.fade {
    position: absolute;
    top: 0;
    width: 5%;
    height: 100%;
    z-index: 10;
}

    .fade.fade-white.left-to-right {
        left: 0;
        background: linear-gradient(to right, white 40%, rgba(255,255,255,0) 90%);
    }

    .fade.fade-white.right-to-left {
        right: 0;
        background: linear-gradient(to left, white 40%, rgba(255,255,255,0) 90%);
    }


/* Soluciones */

.bg-acceso {
    background-color: #0671B8;
}

.bg-acceso-gradient {
    background: linear-gradient(to top, rgb(6, 113, 184) 0%, rgba(255, 255, 255,0) 40%);
}

.bg-asistencia {
    background-color: #F46F2C;
}

.bg-visitas {
    background-color: #5CAD5C;
}

.bg-molinetes {
    background-color: #AD4961;
}

.bg-proteccion {
    background-color: #f2c020;
}

.bg-cctv {
    background-color: #503F8E;
}

.text-acceso {
    color: #0671B8;
    fill: #0671B8;
}

.text-asistencia {
    color: #F46F2C;
    fill: #F46F2C;
}

.text-visitas {
    color: #5CAD5C;
    fill: #5CAD5C;
}

.text-molinetes {
    fill: #AD4961;
    color: #AD4961;
}

.text-proteccion {
    fill: #f2c020;
    color: #f2c020;
}

.text-cctv {
    fill: #503F8E;
    color: #503F8E;
}
