input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
input[type=Date]::-webkit-outer-spin-button,
input[type=Date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=Date] {
    -moz-appearance:textfield;
}
.modalBackground
{
    background-color: #9a999e;
    filter: alpha(opacity=40);
    opacity: 0.4;
}
.modalPopup
{
    background-color: #fff;
    width: 60vw;
    border: 1px solid #c1c1c1;
}
.modalPopup .header
{
    background-color: #7bc594;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    font-size:16px;
}
.modalPopup .body
{
    min-height: 40px;
    height:10vh;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
}
.modalPopup .footer
{
    padding: 5px;
}
.modalPopup .yes, .modalPopup .no
{
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
    background-color: #7bc594;
}
.modalPopup .yes
{
    background-color: #7bc594;
    border: 1px solid #c1c1c1;
}
.modalPopup .no
{
    background-color: #7bc594;
    border: 1px solid #c1c1c1;
}


.MensajeHeaderError 
{
    color: #fff; 
    background: #ff6666;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}

.CajaDialogoError
{
    
    border-width: 1px;
    border-style:solid;
    border-color:#262626;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px 5px 5px 5px;
}

.CajaDialogo div
{
    margin: 0px;
    text-align: center;
    vertical-align:middle;
}

 .FondoAplicacion
{
    background-color:ButtonShadow;
    filter: alpha(opacity=55);
    opacity: 0.5;
}
      
.updateProgress 

{ 
    border-width: 1px; 
    border-style: solid; 
    background-color: #FFFFFF; 
    position: absolute; 
    width: 450px; 
    height: 310px; 
} 
/**************** procesando ***********/
.pnlprocesando {
    width:50vw; 
    height: 20vh;
    min-height:150px; 
    min-width:200px; 
    background-color: transparent; 
}
.hijo_pnlprocesando {
    position:relative; 
    top:40%; 
    text-align:center; 
    height:200px; 
    overflow:hidden; 
    margin:10px 10px 10px 10px;
}
.hijo_pnlprocesando img {
    vertical-align:middle; 
    min-height:100px;
    height: 150px;
}
.hijo_pnlprocesando span {
    font-size: 12px; 
    color: #FFFFFF!important;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    background: rgba(57, 217, 162,0.3)!important;
}
/**************** procesando ***********/
/*SI EL MENSAJE ES DEL TIPO CORRECTO */
.CajaDialogoCorrecto
{
    border-width: 1px;
    border-style:solid;
    border-color:#262626;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    min-height: 150px;
    min-width: 250px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px 5px 5px 5px;  
}
.MensajeHeaderCorrecto 
{

    color: #fff; 
    background: #7bc594;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}

/*SI EL MENSAJE ES DEL TIPO CORRECTO */
.CajaDialogoConfirmacion
{
    border-width: 1px;
    border-style:solid;
    border-color:#262626;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    min-height: 150px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px 5px 5px 5px;  
}
.MensajeHeaderConfirmacion 
{

    color: #fff; 
    background: #55c6ff;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}

/*SI EL MENSAJE ES DEL TIPO ADVERTENCIA */

.MensajeHeaderAdvertencia 
{
    color: #fff; 
    background: #fd9370;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}

.CajaDialogoAdvertencia
{
    border-width: 1px;
    border-style:solid;
    border-color:#262626;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    min-height: 150px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px 5px 5px 5px;
}
.item-griv
{
    cursor: pointer;
    border: 0px;
}
.cabecera-griv1
{
    align-content: center;
    text-align: center!important;
    font-size: 15px;
    color: #00A34B;
    font-weight: bold;
    border: 2px;
    border-radius: 20px 20px 0px 0px!important;
}
.pie-griv1
{
    text-align: right!important;
    font-size: 15px;
    color: #00A1DE;
    background-color: #fff;
    font-weight: bold;
    border: 0px!important;
    border-radius: 10px 0px 0px 10px!important;
}
.pie-griv2
{
    text-align: right!important;
    font-size: 15px;
    color: #00A1DE;
    background-color: #fff;
    border-radius: 0px!important;
    font-weight: bold;
    border: 0px!important;
}
.pie-griv3
{
    text-align: right!important;
    font-size: 15px;
    color: #00A1DE;
    background-color: #fff;
    border-radius: 0px 10px 10px 0px!important;
    font-weight: bold;
    border: 0px!important;
}
.icon-combustible-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/combustible.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    }
.icon-energia-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/energia.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-cer-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/cer_2.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-agua-potable-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/agua_potable.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-papel-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/papel.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-aereo-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/aereo.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-terrestre-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/terrestre.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-taxi-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/taxi.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-rrss-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/rrss.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-homew-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/homew.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-tras_prod-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/tras_prod.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-tras_rrss-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/tras_rrss.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-casa-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/casa.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-refrigerante-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/refrigerante.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-biomasa-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/biomasa.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-sumidero-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/sumidero.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-adicional-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/adicional.png');
        height: 45px;
        width: 39px;
        display: block;
        /* Other styles here */
    } 
.icon-ptar-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/aguas_res.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-embal-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/embalse_2.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-embal-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/embalse.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-explo-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/explosivo_2.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-soldar-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/soldadura_2.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-sf6-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/sf6_2.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-compost-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/compostaje_2.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-tras-insumos-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/traslado_mat.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-tras-docu-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/tras_docu.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-bienes-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/bienes.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-cemento-56-j2 {
        align-content: center;
        background: url('.././img/icon-f/v2/cemento.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-combustible-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/combustible.png');
        height: 82px;
        width: 82px;
        display: block;
        /* Other styles here */
    }
.icon-energia-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/energia.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-cer-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/cer.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-compost-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/compostaje.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-homew-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/homew.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-tras_prod-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/tras_prod.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-agua-potable-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/agua_potable.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-papel-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/papel.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-aereo-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/aereo.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-terrestre-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/terrestre.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-taxi-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/taxi.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }  
.icon-rrss-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/rrss.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-rrss-3-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/rrss3.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-tras_rrss-3-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/tras_rrss.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-tras_rrss-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/tras_rrss.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-casa-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/casa.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    } 
.icon-refrigerante-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/refrigerante.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-biomasa-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/biomasa.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-sumidero-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/sumidero.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-comb_ter-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/combus3.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-bio_ter-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/biomasa_ter.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-adic_01-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/adicional1.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-adic_03-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/adicional3.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-ptar-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/aguas_res.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-explo-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/explosivo.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-soldar-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/soldadura.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-sf6-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/sf6.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-ptar-3-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/aguas_res3.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-tras-insumos-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/traslado_mat.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-bienes-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/bienes.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-tras-docu-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/tras_docu.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-cemento-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/cemento.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }
.icon-cemento-3-56-j {
        align-content: center;
        background: url('.././img/icon-f/v1/cemento3.png');
        height: 80px;
        width: 80px;
        display: block;
        /* Other styles here */
    }


.icon-flecha-iqz {
        align-content: center;
        background: url('.././img/misc/flecha-izq.png');
        height: 42px;
        width: 22px;
        display: block;
        /* Other styles here */
    } 
.icon-flecha-der {
        align-content: center;
        background: url('.././img/misc/flecha-der.png');
        height: 42px;
        width: 22px;
        display: block;
        /* Other styles here */
    } 
    .calidda700altsub-j01 {
    padding-top: -100px  !important ;
    font-weight: bold !important ;
    color: #9a999e !important ;
    font-size: 16px;
    /*font-family: 'Arial' !important;*/
    font-family: 'NexaFreeBoldwebfont' !important;
    }
.s-8 {
    font-size: 8px!important
}
.s-10 {
    font-size: 10px!important
}
.s-26 {
    font-size: 26px!important
}
.s-20 {
    font-size: 20px!important
}
.s-28 {
    font-size: 28px!important
}
.s-30 {
    font-size: 30px!important
}
.rd_15 {
    border-radius: 15px;
}
.rd_20 {
    border-radius: 20px;
}
.rd_30 {
    border-radius: 30px;
}
.btn-transpa {
    color: #fff;
    background-color: rgba(250, 250, 250, 0.1);
    border-color: #FFFFFF;
}
.bg-negro {
    background-color: #111111;
}
.bg-plomo-claro {
    background-color: #f2f2f2;
}
.bg-plomo-claro-2 {
    background-color: #b3b3b3;
}
.btn_alc01 {
    border: 0px;
    color: #39d9a2;
    font-size: 16px;
}
.btn_alc02 {
    border: 0px;
    color: #fd9370;
    font-size: 16px;
}
.btn_alc03 {
    border: 0px;
    color: #1ee3e4;
    font-size: 16px;
}
.btn_alc01:hover, .btn_alc02:hover, .btn_alc03:hover {
    color: #24bcff!important;
    border: 0px;
    border-radius: 10px;
    padding: 2px;
    background-color: rgba(242, 242, 242, 0.9)!important;
}
.grosor-letra-100 {font-weight: 100!important;}
.grosor-letra-200 {font-weight: 200!important;}
.grosor-letra-300 {font-weight: 300!important;}
.grosor-letra-400 {font-weight: 400!important;}
.grosor-letra-500 {font-weight: 500!important;}

#flot_alcan1, #flot_alcan2, #flot_alcan3
{
    border: 0px solid #808080;
    color: #4d4d4d!important; /* color de letra jeszen*/
    font-family: 'NexaFreeLightwebfont' !important;
    background-color: rgba(57, 217, 162, 0);
    border-radius: 0px 0px 20px 20px;
    padding-top: 0px;
    padding-bottom:  10px;
    padding-left: 10px;
    padding-right: : 10px;
    height: 15px;
    z-index: 8;
    /*-webkit-transition: height 2s, transform 3s ; /* For Safari 3.1 to 6.0 */
    /*transition: height 2s, transform 3s;*/
    -webkit-transition:  height 2s, -webkit-transform 5s;  /* Chrome y Safari */
    -o-transition: height 2s, -o-transform 5s;  /* Opera */
    -moz-transition: height 2s, -moz-transform 5s;  /* Mozilla Firefox */
    -ms-transition: height 2s, -ms-transform 5s;   /* Internet Explorer */
    transition: height 2s, transform 5s;  /* W3C */
}
#flot_alcan1:hover {
    height: 80px;
}
#flot_alcan2:hover {
    height: 165px;
}
#flot_alcan3:hover {
    height: 90px;
}

#flot_alcan1:hover #icon-bajar1, #flot_alcan2:hover #icon-bajar2, #flot_alcan3:hover #icon-bajar3 {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg); /* Standard syntax */
}
#flot_alcan21
{
    position: absolute;
    display: none;
    border: 0px solid #808080;
    color: #FFFFFF;
    font-family: 'NexaFreeLightwebfont' !important;
    background-color: rgba(30, 227, 228, 0.6);
    border-radius: 0px 20px 20px 20px;
    padding: 10px;
    z-index: 100;
    box-shadow: 0.4em 0.4em 1em -0.2em #b3b3b3;
}
#flot_alcan31
{
    position: absolute;
    display: none;
    border: 0px solid #808080;
    color: #FFFFFF;
    font-family: 'NexaFreeLightwebfont' !important;
    background-color: rgba(0, 153, 153, 0.6);
    border-radius: 0px 20px 20px 20px;
    padding: 10px;
    z-index: 100;
    box-shadow: 0.4em 0.4em 1em -0.2em #b3b3b3;
}

#flot_mensaje
{
    position: absolute;
    display: none;
    border: 0px solid #72C7E7;
    color: #001a33;
    text-shadow: 1px 1px 2px #fff;
    font-family: 'NexaFreeLightwebfont' !important;
    background: rgba(114, 199, 231,0.6)!important;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    border-radius: 0px 20px 20px 20px;
    padding: 15px;
    z-index: 100;
    box-shadow: 0.2em 0.2em 0.5em -0.2em #b3b3b3;
}

@media print {
.noimpre {display:none}
}
.alcance1 { 
  color: #666;
  text-align: center;
  font: 32px  ;
   font-size: 50px;
  background: -webkit-linear-gradient( #5385f8 0%, #aeadb3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.alcance2 { 
  color: #666;
  text-align: center;
  font: 32px  ;
   font-size: 50px;
  background: -webkit-linear-gradient( #fd9370 0%, #aeadb3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.alcance3 { 
  color: #7bc594;
  text-align: center;
  font: 32px  ;
   font-size: 50px;
  background: -webkit-linear-gradient( #72C7E7 0%, #72C7E7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.caliddacolor {
    background: linear-gradient(to top, #72C7E7 0%, #1ee3e4 100%) !important
}
.div-butom-calidda {
     height: 5px;
    background: linear-gradient(to left, #72C7E7 0%, #1ee3e4 100%);
}
.div-butom-calidda-b {
     height: 5px;
    background: linear-gradient(to left, #72C7E7 0%, #72C7E7 100%);
}
.bg-lr {
        background: linear-gradient(to right, #72C7E7 0%, #72C7E7 100%);
    }
.bg-rl {
        background: linear-gradient(to right, #72C7E7 0%, #72C7E7 100%);
    }
.bg-top-buttom{
    background: linear-gradient(to bottom, #72C7E7 0%, #72C7E7 100%) !important; */
}
.bg-buttom-top{
    background: linear-gradient(to bottom, #72C7E7 0%, #72C7E7 100%) !important; 
}
.bg-to-rigth-prin{
    background: linear-gradient(to right, #72C7E7 0%, #72C7E7 100%) !important; */
}
.bg-to-left-prin{
    background: linear-gradient(to right, #72C7E7 0%, #72C7E7 100%) !important; */
}
.boton_calidda {
    margin: 10px;
    opacity: .8; 
    background-color: #ffffff;
    border-color: #2FBE02;
    border-width: 1.5px;
}
.boton_calidda:hover
{
    box-shadow: 0 3px 9px 0 rgba(47, 19, 2, 0.26);
    background-color: #2FBE02!important;
    opacity: .8; 
    border-color: #2FBE02!important;
    border-width: 1.5px;
}
.boton_calidda:focus
{
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
    background-color: #3CCBDA!important;
    border-color: #3CCBDA!important;
    opacity: .8;
    border-width: 1.5px;    
}
.custom-select-calidda {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #4d4d4d!important; /* color de letra jeszen*/
    max-height: 40px!important;
    vertical-align: middle;
    text-align: left!important;
    background: transparent; height: 40px !important; padding: 0px; padding-left: 20px;
    /*background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border-radius: .25rem;*/
    border-bottom: 2px solid #39d9a2;
    border-top:  0px solid #39d9a2;
    border-left:  0px solid #39d9a2;
    border-right:  0px solid #39d9a2;
    appearance: none
}
.custom-select-calidda:focus {
    border-bottom-color: #1ee3e4;
    outline: 0;
    box-shadow: 0px 0px 2px #b3b3b3;
   /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(121, 212, 253, .5)*/
}

.custom-select-calidda:focus::-ms-value {
    color: #b3b3b3;
    background-color: #fff;
}

.custom-select-calidda[multiple],
.custom-select-calidda[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select-calidda:disabled {
    color: #b3b3b3;
    background-color: #e9ecef
}

.custom-select-calidda::-ms-expand {
    opacity: 0
}
.custom-list-calidda {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: .375rem 1.rem .375rem .5rem;
    line-height: 1.5;
    color: #4d4d4d!important; /* color de letra jeszen*/
    max-height: 100px!important;
    vertical-align: middle;
    text-align: left!important;
    background: transparent; height: 100px !important; padding: 0px; padding-left: 10px;
    border-bottom: 2px solid #39d9a2;
    border-top:  0px solid #39d9a2;
    border-left:  0px solid #39d9a2;
    border-right:  0px solid #39d9a2;
    appearance: none
}
.custom-list-calidda:focus {
    border-bottom-color: #1ee3e4;
    outline: 0;
    box-shadow: 0px 0px 2px #b3b3b3;
   /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(121, 212, 253, .5)*/
}
.custom-list-calidda:focus::-ms-value {
    color: #b3b3b3;
    background-color: #fff;
}
.custom-list-calidda:disabled {
    color: #b3b3b3;
    background-color: #e9ecef
}
.custom-list-calidda[multiple],
.custom-list-calidda[size]:not([size="10"]) {
    height: auto;
    padding-right: .5rem;
    background-image: none
}
.custom-list-calidda::-ms-expand {
    opacity: 0
}
/************************************ slider  *******************************/
.slideri {
    width: 100%;
    height: auto;
    margin: 0px;
    overflow: hidden;
}
.slideri ul {
    display: flex;
    padding: 0;
    width: 400%;
    overflow: hidden;
    animation: cambio 20s infinite alternate ease-in;
}
.fade-in {
    animation: fade-in 0.5s;
}
.slideri li {
    width: 100%;
    list-style: none;
}
.slideri img {
    width: 100%;
}

@keyframes cambio {
    0%  {margin-left: 0;}
    20% {margin-left: 0;}

    25%  {margin-left: -100%;}
    45% {margin-left: -100%;}

    50%  {margin-left: -200%;}
    70% {margin-left: -200%;}

    75%  {margin-left: -300%;}
    100% {margin-left: -300%;}
}

@keyframes fade-in {
    from { opacity: 0; }
    to {opacity: 1;}
}

.slide-1 {
    background: url(../assets/img/fondos/fi-1.jpg) no-repeat 0px 0px fixed;
}
.slide-2 {
    background: url(../assets/img/fondos/fi-2.jpg) no-repeat 0px 0px fixed;
}
.slide-3 {
    background: url(../assets/img/fondos/fi-3.jpg) no-repeat 0px 0px fixed;
}
.slide-4 {
    background: url(../assets/img/fondos/fi-1.jpg) no-repeat 0px 0px fixed;
}
.slide-1 h3 { 
    color: #fd9370;
    font-size: 50px;
    font-weight: 700;
}
.slide-2 h3 {
    color: #1ee3e4;
    font-size: 50px;
    font-weight: 700;
}
.slide-3 h3 {
    color: #39d9a2;
    font-size: 50px;
    font-weight: 700;
}
.slide-4 h3 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 700;
}
.slide-1 h4, .slide-2 h4, .slide-3 h4, .slide-4 h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 200;
    padding: 0px 0vw 0px 0vw;
}
/************************************ slider  *******************************/
@media screen and (max-width: 2300px) {
.modalPopupProcesando { width: 40vw; 
 height: 15vh; min-height:150px; min-width:350px; border: 0px solid #333333; background-color:White; border-radius: 10px; opacity: 0.8;}    
 .modalPopupProcesandotexto {
    font-size: 16px;
    color: #262626;
    margin-top: 5px;
}
.CajaDialogoConfirmacion
{
    border-width: 0px;
    padding: 0px; 
    width: 30vw;
    height:20vh;
    min-height: 150px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px;  
}
.MensajeHeaderConfirmacion 
{
    color: #fff; 
    background: #55c6ff;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}
.CajaDialogoError { 
    border-width: 0px;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px; }
.MensajeHeaderError 
{
    color: #fff; 
    background: #ff6666;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}
.MensajeHeaderAdvertencia 
{
    color: #fff; 
    background: #fd9370;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}

.CajaDialogoAdvertencia
{
    border-width: 0px;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    min-height: 150px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px;
}
.CajaDialogoCorrecto
{
    border-width: 0px;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    min-height: 150px;
    min-width: 250px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px;  
}
.MensajeHeaderCorrecto 
{
    color: #fff; 
    background: #7bc594;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}
}
@media screen and (max-width: 1300px) {
.modalPopupProcesando { width: 50vw; 
height: 20vh; min-height:150px; min-width:300px; border: 0px solid #333333;  background-color:White; border-radius: 10px;  opacity: 0.8;}    
.modalPopupProcesandotexto {
    font-size: 14px;
    color: #262626;
    margin-top: 5px;
}
.CajaDialogoConfirmacion
{
    border-width: 0px;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    min-height: 200px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 10px;  
}
.MensajeHeaderConfirmacion 
{
    color: #fff; 
    background: #55c6ff;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}
.CajaDialogoError { 
    border-width: 0px;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px; }
.MensajeHeaderError 
{
    color: #fff; 
    background: #ff6666;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}
.MensajeHeaderAdvertencia 
{
    color: #fff; 
    background: #fd9370;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}

.CajaDialogoAdvertencia
{
    border-width: 0px;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    min-height: 150px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px;
}
.CajaDialogoCorrecto
{
    border-width: 0px;
    padding: 0px; 
    width: 30vw;
    height:25vh;
    min-height: 150px;
    min-width: 250px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px;  
}
.MensajeHeaderCorrecto 
{
    color: #fff; 
    background: #7bc594;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}
}
@media screen and (max-width: 768px) {
.modalPopupProcesando { width: 80vw; 
height: 20vh; min-height:150px; min-width:200px; border: 0px solid #333333; background-color:White; border-radius: 10px;  opacity: 0.8;}    
.modalPopupProcesandotexto {
    font-size: 12px;
    color: #262626;
    margin-top: 2px;
}
.CajaDialogoConfirmacion
{
    border-width: 0px;
    padding: 0px; 
    width: 50vw;
    height:30vh;
    min-height: 150px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px;  
}
.MensajeHeaderConfirmacion 
{
    color: #fff; 
    background: #55c6ff;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}
.CajaDialogoError { 
    border-width: 0px;
    padding: 0px; 
    width: 40vw;
    height:25vh;
    min-height: 200px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px; }
.MensajeHeaderError 
{
    color: #fff; 
    background: #ff6666;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}
.MensajeHeaderAdvertencia 
{
    color: #fff; 
    background: #fd9370;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}

.CajaDialogoAdvertencia
{
    border-width: 0px;
    padding: 0px; 
    width: 40vw;
    height:25vh;
    min-height: 200px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px;
}
.CajaDialogoCorrecto
{
    border-width: 0px;
    padding: 0px; 
    width: 40vw;
    height:25vh;
    min-height: 200px;
    min-width: 250px;
    color: #262626;
    background-color: #e6e6e6;
    border-radius: 5px;  
}
.MensajeHeaderCorrecto 
{
    color: #fff; 
    background: #7bc594;
    font-size: 16px;
    font-stretch: 300;
    border-bottom:none;
    border-radius: 5px 5px 0px 0px;
}
}
