/* Ventana Colaboradores*/
.anim-in-left{
  margin-left: -5000px;
  transition: all 1s ease;
}
.anim-in-left-act{
  margin-left: 0px;
  transition: all 1s ease;
}
/* Ventana Colaboradores*/

/* Contexto */

.grup_contextos{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.btn_guber{
  width:  400px;
  height: 320px;
  background-image: url(../assets/politico_0.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.posicion_absoluta{
  position: absolute;
}
.primera{
  z-index: 1;
}
.segunda{
  position: relative;
}
.view-riht{
  margin-left: 0% !important;
  transition: all 1s ease;
}

.cont_guber{
  width: 100%;
  height: 400px;
  overflow: hidden;
  background-color: #f5f5f5;
  transition: all 1s ease;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.cont_datos{
  width: 100%;
  height: 320px;
  margin-left: 100%;
  background-image: url(../assets/context_izq.png);
  background-position:left;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  transition: all 1s ease;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.btn_close_guber{
  width: 30px;
  height: 60px;
  margin-left: 50px;
  background-image: url(../assets/btn_close_izq.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.hide{
  opacity: 0;
  transition: all 1s ease !important;
}
.view{
  opacity: 1;
  transition:  all 1s ease !important;
}
