
/* estillo imagen de fondo vistas */
.imgFondo{
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(242,235,243,1) 0%, rgba(234,241,249,1) 90.1% );
    padding: 0 !important;
    /* background-image: url("/public/images/gris_16.9.png"); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% auto; */
    /* background-position: center center; */
    /* overflow-y: hidden; */
    /* height: auto; */
    /* width: 100%; */
    /* opacity: 0.2;  */
}

/* estilo titulos home, login, regitrar */
.titulos{
    color: black !important;
    text-align: center;
}

/* color coppyrigth vista loguin and register */
.colorCoppy{
    color:black !important;
}

/*color del registrarse*/
.registrarlogin {
    color: black;
    text-transform: none !important;
    text-decoration: none !important;
    /*    font-weight: 600;*/
}

.registrarlogin:hover {
    color: #939300;
    text-transform: none !important;
    text-decoration: none !important;
}
/*fin*/

/*COLOR DEL BOTON DE INICIAR SESION*/
.colorbotoningresar {
    color: white !important;
    background-color: #14762B !important;
    border: #14762B !important;
}

.colorbotoningresar:hover {
    color: white !important;
    background-color: #065018 !important;
    border: #065018 !important;
}
/*FIN*/

/*COLOR DEL FONDO DEL LOGIN*/
.colorfondo{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(23,1,1,0.6418942577030813) 100%, rgba(0,212,255,1) 100%);
}

/*IMAGEN LOGIN*/
.tamañoimghomecoop{
    width: 100%;
    overflow-x: hidden;
}

/*ESTILO DEL TEXTEAREA*/
.campos-redaccion{
    max-height: 200px !important;
}

/*TITULO DE LA VISTA CV*/
.titulo-cv {
    font-weight: 600 !important;
    font-size: 23px !important;
    /*    border-bottom: 1px solid rgba(0,0,0,.2) !important;*/
}

.input_prepaga {
  position: relative;
  display: inline-block;
}

.input_prefix_prepaga {
  padding: 0 8px;
  font-size: 2rem;
}

.input_prepaga input {
  font-size: 2rem;
  padding:.5em;
  border: none;
  outline: none;
  width: 8rem;
}

.input_prepaga::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid blue; 
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.input_prepaga input:focus + ::before {
  transform: scaleX(1);
}

.removeArrow::-webkit-outer-spin-button,
.removeArrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.removeArrow[type=number] {
  -moz-appearance: textfield;
}

/* =========================================================
NOMBRE DE LOS CAMPOS CV
========================================================= */
.nombre-persona {
    font-size: 40px;
    font-weight: 700;
}

@media (max-width: 900px) {
    .nombre-persona {
        font-size: 25px;
        font-weight: 700;
    }
}
/* ====================================================== */

/* =========================================================
MENSAJE DE BIENVENIDA
========================================================= */
.nombre-bienvenida {
    font-size:30px;
}

.sistema-bienvenida {
    font-size:70px;
    font-weight: 600;
    font-style: italic;
}

@media (max-width: 650px) {
    .nombre-bienvenida {
        -webkit-font-size:15px;
        font-size:20px;
    }

    .sistema-bienvenida {
        -webkit-font-size:30px;
        font-size:40px;
        font-weight: 600;
        font-style: italic;
    }
}

@media (max-width: 450px) {
    .nombre-bienvenida {
        -webkit-font-size:18px;
        font-size:18px;
    }

    .sistema-bienvenida {
        -webkit-font-size:28px;
        font-size:28px;
        font-weight: 600;
        font-style: italic;
    }
}

@media (max-width: 350px) {
    .nombre-bienvenida {
        -webkit-font-size:12px;
        font-size:12px;
    }

    .sistema-bienvenida {
        -webkit-font-size:20px;
        font-size:20px;
        font-weight: 600;
        font-style: italic;
    }
}
/* ====================================================== */

/* =========================================================
LOADER
========================================================= */
.fond{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.contener_general
{
    -webkit-animation:animball_two 1s infinite;
    -moz-animation:animball_two 1s infinite;
    -ms-animation:animball_two 1s infinite;
    animation:animball_two 1s infinite;
    width:44px;
    height:44px;
}
.contener_mixte
{
    width:44px;
    height:44px;
    position:absolute;
}
.ballcolor
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.ball_1, .ball_2, .ball_3, .ball_4
{
    position: absolute;
    -webkit-animation:animball_one 1s infinite ease;
    -moz-animation:animball_one 1s infinite ease;
    -ms-animation:animball_one 1s infinite ease;
    animation:animball_one 1s infinite ease;
}
.ball_1
{
    background-color:#cb2025;
    top:0;
    left:0;
}
.ball_2
{
    background-color:#f8b334;
    top:0;
    left:24px;
}
.ball_3
{
    background-color:#00a096;
    top:24px;
    left:0;
}
.ball_4
{
    background-color:#97bf0d;
    top:24px;
    left:24px;
}

@-webkit-keyframes animball_one
{
    0%{
        position: absolute;
    }
    50%{
        top:12px;
        left:12px;
        position: absolute;
        opacity:0.5;
    }
    100%{
        position: absolute;
    }
}
@-moz-keyframes animball_one
{
    0%{
        position: absolute;
    }
    50%{
        top:12px;
        left:12px;
        position: absolute;
        opacity:0.5;
    }
    100%{
        position: absolute;
    }
}
@-ms-keyframes animball_one
{
    0%{
        position: absolute;
    }
    50%{
        top:12px;
        left:12px;
        position: absolute;
        opacity:0.5;
    }
    100%{
        position: absolute;
    }
}
@keyframes animball_one
{
    0%{
        position: absolute;
    }
    50%{
        top:12px;
        left:12px;
        position: absolute;
        opacity:0.5;
    }
    100%{
        position: absolute;
    }
}

@-webkit-keyframes animball_two
{
    0%{
        -webkit-transform:rotate(0deg) scale(1);
    }
    50%{
        -webkit-transform:rotate(360deg) scale(1.3);
    }
    100%{
        -webkit-transform:rotate(720deg) scale(1);
    }
}
@-moz-keyframes animball_two
{
    0%{
        -moz-transform:rotate(0deg) scale(1);
    }
    50%{
        -moz-transform:rotate(360deg) scale(1.3);
    }
    100%{
        -moz-transform:rotate(720deg) scale(1);
    }
}
@-ms-keyframes animball_two
{
    0%{
        -ms-transform:rotate(0deg) scale(1);
    }
    50%{
        -ms-transform:rotate(360deg) scale(1.3);
    }
    100%{
        -ms-transform:rotate(720deg) scale(1);
    }
}
@keyframes animball_two
{
    0%{
        transform:rotate(0deg) scale(1);
    }
    50%{
        transform:rotate(360deg) scale(1.3);
    }
    100%{
        transform:rotate(720deg) scale(1);
    }
}
/* ====================================================== */

/* =========================================================
CONTENEDORES QUE USAMOS PARA MOSTRAR LAS CUENTAS Y SERVICIOS
========================================================= */
.social-box .box{
    background: #FFF;
    width: 100% !important;
    border-radius: 10px;
    padding: 30px 10px 20px 10px !important;
    cursor: pointer;
    transition: all 0.5s ease-out;
    margin-bottom: 30px;
}

.social-box .box{
    box-shadow: 0 0 12px #A2A2A2;
}

/*.social-box .box i{
    color: #4183D7;
}*/

.social-box .box:hover{
    box-shadow: 0 0 20px #4183D7;
    color: black !important;
}

.social-box .box .box-text{
    margin:15px 0px 0px 0px !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.social-box .box .box-btn a{
    text-decoration: none;
    color: #4183D7;
    font-size: 16px;
}
/* ====================================================== */

/* =========================================================
CSS DE LA NOTEBOOK EN CLOUD SERVER
========================================================= */
.notebook {
    font-size: 4px;
    width: 88em;
    margin: 0 auto;
}

.pantalla-pc {
    position: relative;
    width: 75em;
    height: 48em;
    margin: 0 auto;
    background: #35597A;
    border-top: 7.5em solid #363636;
    border-right: 5em solid #363636;
    border-bottom: 5em solid #363636;
    border-left: 5em solid #363636;
    border-radius: 1em;
    -moz-border-radius-topleft: 3em;
    -webkit-border-top-left-radius: 3em;
    border-top-left-radius: 3em;
    -moz-border-radius-topright: 3em;
    -webkit-border-top-right-radius: 3em;
    border-top-right-radius: 3em;
}
.maquina-prendida {
    content: "";
    position: absolute;
    top: -6.5em;
    left: 50%;
    margin-left: -10em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
}
.maquina-estadisticas {
    content: "";
    position: absolute;
    top: -6.5em;
    left: 50%;
    margin-left: 2em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
}
.maquina-apagada {
    content: "";
    position: absolute;
    top: -6.5em;
    left: 50%;
    margin-left: -10em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
}

.maquina-estadisticas:hover{
    box-shadow: inset 0 0 20px rgba(137, 179, 196, 0.5), 0 0 20px rgb(125, 168, 185);
    outline-color: rgba(49, 138, 172, 0);
    outline-offset: 80px;
    text-shadow: 1px 1px 6px #fff;
}
.maquina-prendida:hover{
    box-shadow: inset 0 0 20px rgba(81, 168, 50, 0.48), 0 0 20px rgba(82, 172, 49, 0.95);
    outline-color: rgba(49, 138, 172, 0);
    outline-offset: 80px;
    text-shadow: 1px 1px 6px #fff;
}

.maquina-apagada:hover{
    box-shadow: inset 0 0 20px rgba(168, 50, 50, 0.49), 0 0 20px rgba(225, 11, 11, 0.95);
    outline-color: rgba(49, 138, 172, 0);
    outline-offset: 80px;
    text-shadow: 1px 1px 6px #fff;
}

.borde-abajo-pc {
    position: relative;
    width: 80em;
    height: 2em;
    background: #cccccc;
    margin: 0 auto;
}

.borde-abajo-pc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6em;
    width: 12em;
    height: 1em;
    background: #8e8e8e;
    -moz-border-radius-bottomleft: 1em;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.borde-abajo-pc:after {
    content: "";
    position: absolute;
    bottom: -1em;
    left: 0;
    right: 0;
    border-top: 1em solid #959595;
    border-left: 4em solid transparent;
    border-right: 4em solid transparent;
}
/* ====================================================== */

/*/////////////////////ESTILO TABS/////////////////////*/
#tabs{
    background: white;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: white;
    border-color: transparent transparent #f3f3f3;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    /*    border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;*/
    color: white;
    font-size: 20px;
}
/*//////////////////////////////////////////*/

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}

/*/////////////////////ESTILO NIVEL CISTERNA/////////////////////*/


#gaugeArea4 {
    width: 100%!important;
    height: 200px !important;
}

.nivel_cisterna_graf {
    width: 100%!important;

}

/*//////////////////////////////////////////*/

/*/////////////////////ESTILO TERMOMTETRO/////////////////////*/
#wrapper_termometro {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#info {
    opacity: 0.2;
    margin: 0;
    text-align: center;
}

#termometer {
    width: 25px;
    background: white;
    height: 180px;
    position: relative;
    border: 4px solid #2a2a2e;
    border-radius: 20px;
    z-index: 1;
    margin-bottom: 50px;
}
#termometer:before, #termometer:after {
    position: absolute;
    content: "";
    border-radius: 50%;
}
#termometer:before {
    height: 34px;
    bottom: 9px;
    background: #38383f;
    z-index: -1;
}
#termometer:after {
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #3dcadf;
    bottom: -41px;
    border: 6px solid #2a2a2e;
    z-index: -3;
    left: 50%;
}
#termometer #graduations {
    height: 59%;
    top: 20%;
    width: 50%;
}
#termometer #graduations, #termometer #graduations:before {
    position: absolute;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
#termometer #graduations:before {
    content: "";
    height: 34%;
    width: 100%;
    top: 32%;
    left: 0;
}
#termometer .temperature {
    bottom: 0;
    background: linear-gradient(#E53516, #4AB4E8) no-repeat bottom;
    width: 100%;
    border-radius: 20px;
    background-size: 100% 240px;
    transition: all 0.2s ease-in-out;
}
#termometer .temperature, #termometer .temperature:before, #termometer .temperature:after {
    position: absolute;
}
#termometer .temperature:before {
    content: attr(data-value);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1;
    transform: translateY(50%);
    left: calc(100% + 1em / 1.5);
    top: calc(-1em + 5px - 5px * 2);
}
#termometer .temperature:after {
    content: "";
    border-top: 0.4545454545em solid transparent;
    border-bottom: 0.4545454545em solid transparent;
    border-right: 0.6666666667em solid rgba(0, 0, 0, 0.7);
    left: 100%;
    top: calc( -1em / 2.2 + 5px );
}

#termometer #temperature {
    bottom: 0;
    background: linear-gradient(#E53516, #4AB4E8) no-repeat bottom;
    width: 100%;
    border-radius: 20px;
    background-size: 100% 240px;
    transition: all 0.2s ease-in-out;
}
#termometer #temperature, #termometer #temperature:before, #termometer #temperature:after {
    position: absolute;
}
#termometer #temperature:before {
    content: attr(data-value);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1;
    transform: translateY(50%);
    left: calc(100% + 1em / 1.5);
    top: calc(-1em + 5px - 5px * 2);
}
#termometer #temperature:after {
    content: "";
    border-top: 0.4545454545em solid transparent;
    border-bottom: 0.4545454545em solid transparent;
    border-right: 0.6666666667em solid rgba(0, 0, 0, 0.7);
    left: 100%;
    top: calc( -1em / 2.2 + 5px );
}

#playground {
    font-size: 1.1em;
}
#playground #range {
    display: flex;
}
#playground #range input[type="text"] {
    width: 2em;
    background: transparent;
    border: none;
    color: inherit;
    font: inherit;
    margin: 0 5px;
    padding: 0px 5px;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}
#playground #range input[type="text"]:focus {
    border-color: #3dcadf;
    outline: none;
}
#playground #range input[type="text"]:first-child {
    text-align: right;
}
#playground #unit {
    width: 100%;
    margin: 0;
    text-align: center;
}
#playground #unit:hover {
    cursor: pointer;
}
/*//////////////////////////////////////////*/

/*/////////////////////ESTILO TANQUE DE AGUA/////////////////////*/
#glass {
    background: rgba( 255, 255, 255, 0.50);
    border: 3px solid #00366F;
    border-top: 3px double #195492;
    border-radius: 15px;
    width: 130px;
    height: 170px;
    position: relative;
    -webkit-box-shadow: 0px 11px 21px 3px rgba(191,191,191,1);
    -moz-box-shadow: 0px 11px 21px 3px rgba(191,191,191,1);
    box-shadow: 0px 11px 21px 3px rgba(191,191,191,1);
}
#water {
    background-color: #9cc6ff;
    background-image: url("https://thumbs.gfycat.com/UnevenFarHedgehog-size_restricted.gif");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30%;
    border-radius: 10px;
    -webkit-transition: all 3s ease-out;
    -moz-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
}

#porcentaje_agua {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
}

#porcentaje_agua h3 {
    font-size: 1.50rem;
    font-weight: 600;
}
/*//////////////////////////////////////////*/

/*/////////////////////ESTILO PORCENTAJE DE HUMEDAD/////////////////////*/
.widget-welcome {
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
    font-family: 'Manrope', sans-serif;
    ;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.5;
    color: #33558b;
    background-color: #fff;
}

.widget-welcome .temperature-digit {
    font-size: 2em;
    font-weight: 700;
}

.widget-welcome .time {
    position: relative;
    top: -10px;
    opacity: .5;
    font-weight: 500;
}

.widget-welcome .welcome-msg {
    margin-top: 25px;
    font-size: 2.25em;
    line-height: 1.25;
}

.widget-welcome .welcome-msg span {
    font-weight: 800;
}

.widget-welcome::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    z-index: -1;
    width: 340px;
    height: 100px;
    border-radius: 15px;
    background-color: #ffffff44;
}

/* Display this style when screen-width is lower than 425px */
@media only screen and (max-width: 425px) {

    .widget-welcome {
        height: auto;
    }

    .widget-welcome::after {
        width: 90%;
    }

}
/*//////////////////////////////////////////*/


/*estilos nivel de cisterna*/
.circle
{
    width: 160px;
    height: 160px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px #4973ff;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}


.caudal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    color: black;
    font-size: 1.3rem !important;
    font-weight: 600;
}

.wave
{
    position: relative;
    width: 100%;
    height: 100%;
    background: #4973ff;
    border-radius: 50%;
    box-shadow: inset 0 0 50px rgba(0,0,0.5);
}
.wave:before,
.wave:after
{
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 50%;
    transform: translate(-50%,-75%);
    background: #000;
}
.wave:before
{
    border-radius: 45%;
    background: rgba(255,255,255,1);
    animation: animate 10s linear infinite;
}
.wave:after
{
    border-radius: 40%;
    background: rgba(255,255,255,.5);
    animation: animate 5s linear infinite;
}
@keyframes animate
{
    0%
    {
        transform: translate(-50%,-70%) rotate(0deg);
    }
    100%
    {
        transform: translate(-50%,-75%) rotate(360deg);
    }
}



/*    dasdsadasdas*/

.circle_dosificador
{
    width: 160px;
    height: 160px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 5px #f5ff51;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.caudal_dosificador {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    color: black;
    font-size: 1.3rem !important;
    font-weight: 600;
}

.wave_dosificador
{
    position: relative;
    width: 100%;
    height: 100%;
    background: #eefd01;
    border-radius: 50%;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.2);
}
.wave_dosificador:before,
.wave_dosificador:after
{
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0;
    left: 50%;
    transform: translate(-50%,-75%);
    background: #000;
}
.wave_dosificador:before
{
    border-radius: 45%;
    background: rgba(255,255,255,1);
    animation: animate 10s linear infinite;
}
.wave_dosificador:after
{
    border-radius: 40%;
    background: rgba(255,255,255,.5);
    animation: animate 5s linear infinite;
}
@keyframes animate
{
    0%
    {
        transform: translate(-50%,-70%) rotate(0deg);
    }
    100%
    {
        transform: translate(-50%,-75%) rotate(360deg);
    }
}




.cup {
    position: relative;
    width: 170px;
    height: 150px;
    border: 6px solid #262626;
    border-top: 2px solid transparent;
    border-radius: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: url(https://static.vecteezy.com/system/resources/thumbnails/009/302/625/small/sea-waves-clipart-design-illustration-free-png.png);
    /*background-position: 0px 350px;*/
    background-repeat: repeat-x;
    animation: filling 30s linear infinite;
    -webkit-box-shadow: 0px 13px 25px 0px rgba(184,184,184,1);
    -moz-box-shadow: 0px 13px 25px 0px rgba(184,184,184,1);
    box-shadow: 0px 13px 25px 0px rgba(184,184,184,1);
}

@keyframes filling {
    100% {
        background-position: 3000px 0px;
    }
/*    100% {
        background-position: 6000px 350px;
    }*/
}








.bowl {
    position: relative;
    /*border-radius: 50%;*/
    width: 150px;
    height: 150px;
    -webkit-box-shadow: 0px 0px 42px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 42px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 42px 0px rgba(0,0,0,0.75);
    margin: 20px;
}

.bowl:before {
    overflow: hidden;
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 2
}

.bowl .inner {
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.bowl .inner:before {
    content: "";
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    right: 40%;
    top: 60%;
    z-index: 2
}

.bowl .inner:after {
    content: "";
    width: 20px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: absolute;
    right: 30%;
    top: 15%;
    transform: rotate(-20deg);
    z-index: 2
}

.bowl .fill {
    -webkit-animation-name: fillAction;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.2, 0.6, 0.8, 0.4);
    -webkit-animation-duration: 4s;
    -webkit-animation-fill-mode: forwards
}

.bowl .waveShape {
    -webkit-animation-name: waveAction;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 0.5s;
    width: 300px;
    height: 150px;
    fill: #039be4
}

@-webkit-keyframes fillAction {
    0% {
        -webkit-transform: translate(0, 150px)
    }

    100% {
        -webkit-transform: translate(0, 10px)
    }
}

@-webkit-keyframes waveAction {
    0% {
        -webkit-transform: translate(-150px, 0)
    }

    100% {
        -webkit-transform: translate(0, 0)
    }
}

.explanation {
    padding: 20px 40px;
    float: right;
    background: #e64a19;
    -webkit-box-shadow: inset 0 30px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 10px solid #ccc;
    max-width: 300px
}

.explanation p {
    color: #fff;
    font-size: 0.8rem
}



.wrapper2 {
    width: 150px;
    height: 160px;
    position: relative;
    border-radius: 15px;
    background-image: linear-gradient(to top, #FFEB59 0%, #FFF6B8 100%);
    overflow: hidden;
    -webkit-box-shadow: 0px 11px 21px 3px rgba(191,191,191,1);
    -moz-box-shadow: 0px 11px 21px 3px rgba(191,191,191,1);
    box-shadow: 0px 11px 21px 3px rgba(191,191,191,1);
}

.wave2 {
    width: 603px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -350px;
    margin-top: -470px;
    border-radius: 33%;
    background: rgba(255, 255, 255, .75);
    animation: wave 15s infinite linear;
}

.valor-cloro {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    color: black;
    font-size: 1.3rem !important;
    font-weight: 600;
}

@keyframes wave {
    from {
        transform: rotate(0deg);
    }
    from {
        transform: rotate(360deg);
    }
}

/*////////////////////////////////////*/

/*================ ESTILO SELECT DE MESES EN LOS GRAFICOS ================*/
.size {
    position:absolute;
    left: 2px;
    top: -13px;
    z-index: 999;
}
@media (max-width: 767px) {
    .size {
        position:absolute;
        left: -15px;
        top: -13px;
        z-index: 999;
    }
}
@media (min-width: 767px) {
    #cerrar-menu-graficos {
        display: none !important;
    }
}
.size .field {
    width:110px;
    background: rgb(255, 255, 255);
    color: black;
    padding:5px;
    border:none;
    cursor:pointer;
    font-family:'lucida sans unicode',sans-serif;
    font-size:1em;
    border:solid 2px #4E73DF;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: .35rem;
    text-align: center;
}
.size .field:hover {
    border:solid 1px #fff;
    -moz-box-shadow:0 0 5px #999;
    -webkit-box-shadow:0 0 5px #999;
    box-shadow:0 0 5px #999;
    border-radius: .35rem;
}
.size>ul.list {
    display:none;
    position:absolute;
    left:105px;
    top:1px;
    z-index:999;
    width:110px;
    margin:0;
    padding:5px;
    list-style:none;
    background:#fff;
    color:#333;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:0 0 5px #999;
    -webkit-box-shadow:0 0 5px #999;
    box-shadow:0 0 5px #999
}
.size>ul.list li {
    cursor: pointer;
    padding:5px;
    border-bottom: solid 1px #ccc;
    font-size:14px;
}
.size>ul.list li:hover {
    background:#4E73DF;
    color:#fff;
    border-radius: .35rem;
}
.size>ul.list li:last-child {
    border:none
}

#cerrar-menu-graficos {
    position:absolute;
    right:-40px;
    top:5px;
    z-index:999;
}
/*================ FIN ESTILO SELECT DE MESES EN LOS GRAFICOS ================*/

/*===================================================*/
/*================ ESTILO SERVIDORES ================*/
@media (max-width: 430px) {
    .humedad-data-center {
        display: block !important;
        top: 0 !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 767px) and (max-width: 1076px) {
    .humedad-data-center {
        display: block !important;
        top: 0 !important;
        margin-left: 0 !important;
    }
}

main {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}
.humedad-data-center {
    display: inline-block;
    top: -42px;
    margin-left: 1.5rem;
}
main span {
    background: #13fc13;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}
.server {
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 200px;
    max-width: 100% !important;
    /*height: 250px;*/
}
.server aside {
    background: #202730;
    height: 200px;
    width: 15px;
    max-width: 100% !important;
    position: absolute;
    z-index: -1;
}
.server aside:nth-child(1) {
    left: 5px;
    top: 20px;
}
.server aside:nth-child(2) {
    right: 5px;
    top: 20px;
}
.server article {
    width: 100%;
    height: 40px;
    background: #202730;
    margin: 10px auto;
    position: relative;
    box-shadow: 10px 0px 15px #2d3540, -10px 0px 15px #2d3540;
}
.server article span {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    display: block;
    position: relative;
    top: 6px;
    left: 6px;
    margin: 0 0 15px 0;
}
.server article span:nth-child(1) {
    background: #28cb40;
    animation: blinker 0.7s linear infinite;
}
.server article span:nth-child(2) {
    background: #c99a31;
    animation: blinker 1.3s linear infinite;
}
.server article span:nth-child(3) {
    background: transparent;
    border: 1px solid #fff;
    position: absolute;
    top: 17px;
    right: 47px;
    left: inherit;
}
.server article ul li {
    width: 6px;
    height: 25px;
    background: #818993;
    position: absolute;
    display: inline-block;
    /*    z-index: 1;*/
    top: 8px;
}
.server article ul li:nth-child(1) {
    left: 25px;
    animation: fade 2s infinite alternate backwards;
}
.server article ul li:nth-child(2) {
    left: 40px;
    animation: fade 1.8s 0.2s infinite alternate backwards;
}
.server article ul li:nth-child(3) {
    left: 55px;
    animation: fade 1.6s 0.4s infinite alternate backwards;
}
.server article ul li:nth-child(4) {
    left: 70px;
    animation: fade 1.4s 0.6s infinite alternate backwards;
}
.server article ul li:nth-child(5) {
    left: 85px;
    animation: fade 1.2s 0.8s infinite alternate backwards;
}
.server article ul li:nth-child(6) {
    left: 100px;
    animation: fade 1s 1s infinite alternate backwards;
}
.server article ul li:nth-child(7) {
    left: 115px;
    animation: fade 0.8s 1.2s infinite alternate backwards;
}
.server article ul li:nth-child(8) {
    left: 130px;
    animation: fade 0.6s 1.4s infinite alternate backwards;
}
.server article ul li:nth-child(9) {
    width: 30px;
    background: #B2B2B2;
    color: #202730;
    font-family: monospace;
    left: 162px;
    line-height: 27px;
    text-align: center;
    animation: pulse 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
@keyframes pulse {
    from {
        background-color: #B2B2B2;
        box-shadow: 0 0 9px #333;
    }
    50% {
        background-color: #B2B2B2;
        box-shadow: 0 0 15px #047ac7;
    }
    to {
        background-color: #B2B2B2;
        box-shadow: 0 0 9px #333;
    }
}
@keyframes fade {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        filter: alpha(opacity=100);
        opacity: 1;
    }
}
@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    from {
        background-color: #B2B2B2;
        box-shadow: 0 0 9px #333;
    }
    50% {
        background-color: #59b6f2;
        box-shadow: 0 0 15px #047ac7;
    }
    to {
        background-color: #B2B2B2;
        box-shadow: 0 0 9px #333;
    }
}
@-webkit-keyframes fade {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

.temperatura_servidores {
    font-size: 1.5rem;
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    color: white;
}

.verde-servidor {
    background: #4A9B22 !important;
}

.verde-datacenter {
    color: #4A9B22 !important;
}

.rojo-servidor {
    background: #B61818 !important;
    color: white !important;
}

.rojo-datacenter {
    color: #B61818 !important;
}

.naranja-servidor {
    background: #C2600E !important;
    color: white !important;
}

.naranja-datacenter {
    color: #C2600E !important;
}

.parpadea {

    animation-name: parpadeo;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 2s;
    -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;
    }
}
/*================ FIN ESTILO SERVIDORES ================*/
/*=======================================================*/


/*=====================================================================*/
/*================ ESTILO GRÁFICO DE NIVEL DE CISTERNA ================*/
section.seccion-bateria{
    position: relative;
    width: 85%;
    height: 30px;
    background-color: #4F5962;
    border: 1px solid #E8E9EC;
    /*        background: rgb(250,136,124);
            background: linear-gradient(90deg, rgba(250,136,124,1) 0%, rgba(250,136,124,1) 16%, rgba(255,255,255,1) 17%, rgba(255,252,133,1) 18%, rgba(255,252,133,1) 67%, rgba(255,255,255,1) 68%, rgba(131,246,126,1) 69%, rgba(131,246,126,1) 100%);*/
    border-radius: 10px 5px 5px 10px;
    margin: 0 auto !important;
}

.nivel_cisterna_porcentaje {
    height: 28px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    transition: 2s;
}

#valor_agua_cisterna {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    color: black;
    font-weight: 600;
}

#min_valor_agua_cisterna {
    position: absolute;
    right: 100%;
    top: 8%;
    font-size: 14px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    color: #BFBFBF;
    font-weight: 600;
    transform: rotate(-90deg);
}

#max_valor_agua_cisterna {
    position: absolute;
    left: 98%;
    top: 8%;
    font-size: 14px !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
    color: #BFBFBF;
    font-weight: 600;
    transform: rotate(90deg);
}

#flechaAbajo {
    position: absolute;
    width:0px;
    height:0px;
    left: 50%;
    top: -22%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 10px;
    border-bottom-width:0px;
    border-color: black transparent transparent transparent;
}

#svg-nivel-cisterna {
    transform: rotate(-90deg);
}
#svg-nivel-cisterna circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #4D4D4D;
    stroke-width: 2em;
}
#svg-nivel-cisterna #bar-nivel-cisterna {
    stroke: #4D4D4D;
}
#cont-nivel-cisterna {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    /*            box-shadow: 0 0 1em black;*/
    border-radius: 100%;
    position: relative;
}
#cont-nivel-cisterna:after {
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    left: 50%;
    top: 50%;
    /*box-shadow: inset 0 0 1em black;*/
    content: attr(data-pct)"%";
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 100%;
    line-height: 160px;
    color: #4D4D4D;
    font-size: 2em;
    /*text-shadow: 0 0 0.5em black;*/
}
/*================ ESTILO GRÁFICO DE NIVEL DE CISTERNA ================*/
/*=====================================================================*/




.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #0F4976;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon i.doble-icono-card {
    color: #0F4976;
    font-size: 33px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #0F4976;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #0F4976;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.botones_coopcloud{
    background-color: #5e5e5e66;
    box-shadow: 0px 0px 5px 2px #b1b6b7;
}
.botones_coopcloud:hover{
    background-color: captiontext;
    color: white;
} 

.btn-instagram-pulse {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    color: white;
    position: fixed;
    bottom: 20px;
    right: 1rem !important;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}


.btn-instagram-pulse-border {
    bottom: 5%;
    left: 5%;
    z-index: 1000;
    animation-play-state: paused;
}

.btn-instagram-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}


.btn-instagram-pulse-border:hover {
    color: #ffff !important;
    cursor: pointer;
text-decoration: none;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


@media (max-width: 550px) {

    .btn-instagram-pulse {
        font-size: 25px;
        padding: 25px;
        right: 0.8rem;
    }

    .btn-instagram-pulse-border::before {
        padding: 5px;
    }  


}


.fullscreanComponentBackground{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: #000000ab;
    z-index: 999;
}

.fullscreanComponentCard{
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 0.5rem;
    min-height: 25vh;
    min-width: 25vw;
    box-shadow: 2px 2px 2px 1px white;
}
.containerComponentAlert{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.divCrossbtn{
    width: 100% ;
    align-items: center ;
    display: flex ;
    justify-content: end ;
}
.Crossbtn{
    justify-content: center!important;
    align-content: center!important;
    display: flex!important;
}
@media (max-width: 900px) {
    .btnCelular{
        transform: scale(0.6)!important;
        margin-left: -5px!important;
        margin-right: 15px!important;
    }
}


.cardWallet {
    padding-top: 1rem;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.29);
    transition: all 0.3s ease-out;
    text-decoration: none;
}

.cardWallet:hover {
    transform: translateY(-5px) scale(1.005) translateZ(0);
    box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px rgba(178, 191, 252, 0.48);
}

.cardWallet:hover .Wallet {
    transform: scale(4) translateZ(0);
}

.cardWallet:hover .circleWallet i {
    color: white !important;
}
.cardWallet p {
    font-size: 17px;
    color: #4c5656;
    margin-top: 20px;
    z-index: 1000;
    transition: color 0.3s ease-out;
}

.circleWallet {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    border: 2px solid #f0e7ff;
    background: #4e73df;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-out;
}

.circleWallet:after {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    background: #e7ebff;
    border-radius: 50%;
    top: 7px;
    left: 7px;
    transition: opacity 0.3s ease-out;
}

.cardWallet:hover .circleWallet {
    background: #e7ebff;
    border-color: #dbe1ff;
}

.cardWallet:hover .circleWallet:after {
    background: #4e73df;
}

.circleWallet i {
    z-index: 10000;
    transform: translateZ(0);
    color: #4e73df;
}
