.formCaso {
}
.formCaso input {
  display: inline-block;
  cursor: pointer;
}
.formCaso p {
  width: 90%;
  display: inline-block;
  cursor: pointer;
}

.fondo-img-valida {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
}

.top-bar-gesibank {
  position: absolute;

  width: 100%;
  height: 10%;
    
  background-color: #ffffff;

}

.gesSubT {
  font-weight: bold;
  font-size: large;
  text-decoration: underline;
}

.gesSliderData {
  
  display: inline-block;
}

.gesSliderIn {
  
  display: inline-block;
}

.percentSliderErr {
  color: red;
  display: none;
}

.btn-perfil-done {
  /* la vieja sintaxis, obsoleta, pero todavía necesaria, prefijada, para Opera y Navegadores basados en Webkit */
  background: -prefix-linear-gradient(left top, blue, white);

  /* La nueva sintaxis necesaria para navegadores apegados al estandar (IE 10 y Firefox 10 en adelante), sin prefijo */
  background: linear-gradient(to bottom right, blue, white);
}

.li-inf-gest {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 13px;
}

.slider-background-style {
  background-color: #f9f9f9;
  padding: 2%;
  border-radius: 6px;
}


@media (min-width: 1199px) {
  .hideMed {
    display: block;
  }
  .showMed {
    display: none;
  }
  .showSmall {
    display: none;
  }

  .gesSliderData {
    width: 30% !important;
  }
  .gesSliderIn {
    width: 69% !important;
  }
}
@media (max-width: 1199px) {
  .hideMed {
    display: none;
  }
  .showMed {
    display: block;
  }
  .hideSm {
    display: block;
  }

  .togglePerfil{
  }

  .gesSliderData {
    width: 100% !important;
  }
  .gesSliderIn {
    width: 100% !important;
  }


  .smallPopMenu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f1f2f3;
  }
  .smallPopMenuUser {
    position: fixed;
    bottom: 1%;
    left: 5%;
  }
  .smallPopMenuLogOut {
    position: fixed;
    bottom: 1%;
    right: 5%;
  }

  
}
@media (min-width: 601px and max-width: 1199px) {

  .showSmall {
    display: none;
  }
  
}
@media (max-width: 600px) {
  .showSmall {
    display: block;
  }
  .hideSm {
    display: none;
  }
}