html
{
   height:100%;
   width:100%;
}
body
{
   padding:0px;
   margin:0px;
   background-color:#515D63;
   height:100%;
   width:100%;
   text-align:center;
   font-family:'Proxima Nova', 'Raleway';
   font-size:16px;
   background: url(../images/1567736v3.png) no-repeat center top fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   color:#DDDDDD;
}
.bgitem
{
   background: url(../images/1567736v3.png) no-repeat center top fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   color:#DDDDDD;
}
@font-face
{
   font-family:'Proxima Nova';
   font-weight:300;
   font-display:swap;
   font-style:normal;
   src: url(/css/fonts/proximanova-light.woff2) format("woff2"),
        url(/css/fonts/proximanova-light.woff) format("woff"),
        url(/css/fonts/proximanova-light.ttf) format("truetype")
}
@font-face
{
   font-family:'Proxima Nova';
   font-weight:400;
   font-display:swap;
   font-style:normal;
   src:  url(/css/fonts/proximanova-regular.woff2) format("woff2"),
         url(/css/fonts/proximanova-regular.woff) format("woff"),
         url(/css/fonts/proximanova-regular.ttf) format("truetype")
}
@font-face
{
   font-family:'Proxima Nova';
   font-weight:600;
   font-display:swap;
   font-style:normal;
   src:
         url(/css/fonts/proximanova-semibold.woff2) format("woff2"),
         url(/css/fonts/proximanova-semibold.woff) format("woff"),
         url(/css/fonts/proximanova-semibold.ttf) format("truetype")
}
.blockbg
{
   position:absolute;
   height: 100%;
   width: 100%;
   left:0px;
   top:0px;
   z-index:998;
   animation: none !important;
}
.loader{color:#fff;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999}
.loader:after,.loader:before{box-sizing:border-box;display:none}
.loader.is-active{background-color:rgba(102,102,102,.6);width:100%;height:100%;left:0;top:0}
.loader.is-active:after,.loader.is-active:before{display:block}
@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}
@keyframes blink{0%{opacity:.5}to{opacity:1}}
.loader[data-text]:before{position:fixed;left:0;top:50%;color:currentColor;font-family:Helvetica,Arial,sans-serif;text-align:center;width:100%;font-size:14px}
.loader[data-text=""]:before{content:"Loading"}
.loader[data-text]:not([data-text=""]):before{content:attr(data-text)}
.loader[data-text][data-blink]:before{animation:blink 1s linear infinite alternate}
.loader-default[data-text]:before{top:calc(50% - 63px)}
.loader-default:after{content:"";position:fixed;width:48px;height:48px;border:8px solid #FFFFFF;border-left-color:transparent;border-radius:50%;top:calc(50% - 24px);left:calc(50% - 24px);animation:rotation 1s linear infinite}
.loader-default[data-half]:after{border-right-color:transparent}
.loader-default[data-inverse]:after{animation-direction:reverse}
#idx_loader
{
   position:absolute;
   width: 50%;
   max-width:260px;
   height: 90px;
   left:25%;
   top:40%;
   font-family:Arial;
   font-size:14px;
   color:#FFFFFF;
   text-align:center;
   border-radius: 10px;
   z-index:999;
}
.banner
{
   background-image:    linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) ,url(/images/FOTO-3.jpg);
   background-size:     cover;
   background-repeat:   no-repeat;
   background-position: center center;
   min-height:50%;
}
.msgerr
{
   padding:10px;
   border-radius:3px;
   background-color:#B82F3A;
   color:#FFFFFF;
   font-family:'Proxima Nova', 'Raleway';
   font-size:14px;
   animation: seconds 1.0s forwards;
   animation-iteration-count: 1;
   animation-delay: 3s;
   border-radius: 10px;
}
@keyframes seconds {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: -9999px; 
  }
}
.logo
{
   width:50%;
   max-width:320px;
}
.login_title
{
   font-family: 'Proxima Nova', 'Raleway';
   color: #FFFFFF;
   font-size: 5vw;
   font-weight:bold;
}
.login_subtitle
{
   font-family: 'Proxima Nova', 'Raleway';
   color: #FFFFFF;
   font-size: 5vw;
}
.formtext
{
   border:0px;
   outline:none;
   border-radius:10px;
   text-align:center;
   font-family:'Proxima Nova', 'Raleway';
   font-size:16px;
   line-height: 40px;
   height: 40px;
   max-width: 620px;
}
.formtext:active, .formtext:focus
{
   box-shadow: 0px 0px 10px 10px rgba(255,255,255,0.2);
   -webkit-transition:all 200ms linear 0s;
   -moz-transition:all 200ms linear 0s;
   -o-transition:all 200ms linear 0s;
   -ms-transition:all 200ms linear 0s;
   transition:all 200ms linear 0s;
}
.button
{
   border:0px;
   outline:none;
   border-radius:10px;
   padding:12px;
   text-align:center;
   font-family:'Proxima Nova', 'Raleway';
   font-size:16px;
   background-color:#71A83C;
   color:#DDDDDD;
   cursor:pointer;
   max-width: 620px;
}
.xform_b
{
   font-family:'Proxima Nova', 'Raleway';
   font-size:16px;
   color:#71A83C;
}
.xform
{
   position:absolute;
   width: 550px;
   max-width: 85%;
   background-color: #FFFFFF;
   border-radius:20px;
   padding:12px;
   font-family:'Proxima Nova', 'Raleway';
   font-size:18px;
   color:#666666;
   left: 0;
   right: 0;
   margin: auto;
   box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
.homeitem
{
   background-color: #E8EDF5;
   margin-bottom: 20px;
   margin-top: 10px;
   border-radius: 10px;
   padding: 10px;
   font-family:'Proxima Nova', 'Raleway';
   font-size:16px;
   text-align: left;
   line-height: 24px;
   box-shadow: 0px 0px 12px 8px rgba(0,0,0,0.15);
   max-width: 600px;

   height: 120px;
   background: rgb(0,0,0);
/*   background: linear-gradient(90deg, rgba(73,180,253,0.5) 0%, rgba(238,238,238,1) 100%);*/
   background: linear-gradient(90deg, rgba(73,180,253,0.4) 0%, rgba(73,180,253,0.25) 100%);
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 27px;
  background-color: white;
  cursor: pointer;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  background: #E33939;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
  border: 1px solid #E33939;
  margin-top:-1px;
  color:#FFFFFF;
  font-family: Arial;
  font-size: 14px;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #EEEEEE;
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  opacity: 0;
}

.switch-input:checked ~ .switch-label {
  background: #47AE47;
  border: 1px solid #47AE47;
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 1px;
  left: 2px;
  width: 25px;
  height: 25px;
  background: rgba(255,255,255,0.5);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
}
.switch-input:checked ~ .switch-handle {
  left: 93px;
  background: #FFFFFF;
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

/*.homeitem_atencion
{
   height: 120px;
   background: rgb(0,0,0);
   background: linear-gradient(90deg, rgba(73,180,253,0.5) 0%, rgba(238,238,238,1) 100%);
}*/

/*
.homeitem_atencion
{
   height: 120px;
   background: rgb(0,0,0);
   background: linear-gradient(90deg, rgba(206,23,24,1) 0%, rgba(238,238,238,1) 100%);
}
.homeitem_rutas
{
   height: 120px;
   background: rgb(0,0,0);
   background: linear-gradient(90deg, rgba(80,62,146,1) 0%, rgba(238,238,238,1) 100%);
}
.homeitem_cierres
{
   height: 120px;
   background: rgb(0,0,0);
   background: linear-gradient(90deg, rgba(33,90,159,1) 0%, rgba(238,238,238,1) 100%);
}
.homeitem_history
{
   height: 120px;
   background: rgb(0,0,0);
   background: linear-gradient(90deg, rgba(0,168,203,1) 0%, rgba(238,238,238,1) 100%);
}
.homeitem_nulas
{
   height: 120px;
   background: rgb(0,0,0);
   background: linear-gradient(90deg, rgba(137,189,106,1) 0%, rgba(238,238,238,1) 100%);
}
.homeitem_infos
{
   height: 120px;
   background: rgb(0,0,0);
   background: linear-gradient(90deg, rgba(41,143,63,1) 0%, rgba(238,238,238,1) 100%);
}
*/