/* #login #c3, #c4 {
  transition: all 0.4s ease;
} */

#c3, #c4, #c5 {
  position: relative;
  transition: all .4s ease;
  margin: 0 auto;
  left: 0%;
}

#contacto, #quienes_somos, #servicios {
  right: 0px;
  position: relative;
  transition: all 0.4s ease;

  height: 650px;
  overflow: auto;
  padding-bottom: 50px;
  padding-top: 20px;
}

.who-we-are, .content-who-we-are{
  width: 85%;
}
.list-style-true{
  list-style:disc;
}

/* .move3 {
  position: absolute !important;
  left: 150% !important;
  transition: all 0.4s ease;
} */

/* Cambiar el ancho de la barra de scroll */
.panel_scrolling::-webkit-scrollbar {
  width: 12px;
}

/* Cambiar el color del fondo de la barra de scroll */
.panel_scrolling::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Cambiar el color y estilo del "thumb" (la parte que se mueve de la barra de scroll) */
.panel_scrolling::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

/* Cambiar el color del thumb cuando se pasa el mouse por encima */
.panel_scrolling::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Cambiar el color del thumb cuando se presiona */
.panel_scrolling::-webkit-scrollbar-thumb:active {
  background-color: #333;
}