﻿/*
.fondoVerde {
    background-color: rgb(114, 216, 100) !important;
}
*/
.fondoVerde {
    background-color: #72D864 !important;
}

.img-icon {
    width: 32px; /* Puedes ajustar el tamaño según tus preferencias */
    height: auto;
    margin-right: 5px; /* Añade un margen derecho opcional para separar la imagen del texto */
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.magentaStyle {
    color: white;
    background-color: mediumslateblue;
}

.estiloNombresSistema {
    font-family: cursive;
}

.pdfp {
    display: none;
}

.excelp {
    display: none;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.text {
    font-size: 28px;
    font-family: helvetica;
    font-weight: bold;
    color: #71d90b;
    text-transform: uppercase;
}

.parpadeo {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


