body {
  overflow-x: hidden;
  height: 100vh;
}
#page-container {
  overflow: hidden;
}
#nosotros {
  display: flex;
  width: 300%;
}
.panel {
  width: 25%;
}
#c360_menu .et_pb_menu__wrap {
  justify-content: flex-end;
}
#c360_menu .et_pb_menu__wrap ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 35px;
}
#c360_menu .et_pb_menu__wrap ul li a {
  align-items: center;
  display: flex;
}
#c360_menu .et_pb_menu__wrap ul li a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 7.5px;
  background-color: rgba(73, 73, 73, 0.5);
  margin-left: 10px;
  animation: slide-in 2s ease-in-out forwards; /* For animations */
}
#c360_menu .et_pb_menu__wrap ul li a:hover::after {
  width: 12px;
  height: 12px;
  background-color: #e45419;
  animation: slide-in 2s ease-in-out forwards; /* For animations */
}
#c360_menu .et_pb_menu__wrap ul li a:hover {
  font-size: 20px;
  color: #494949 !important;
  animation: slide-in 2s ease-in-out forwards; /* For animations */
}
.solucion_item {
  display: flex !important;
  height: 60vh;
  max-width: 90% !important;
}
.gt_switcher_wrapper {
  bottom: 38px !important;
  right: 50px !important;
  display: flex;
  align-items: center;
}
.gt_switcher_wrapper a {
  color: rgba(73, 73, 73, 0.5) !important;
  margin-left: 10px;
}
.gt_switcher_wrapper a.gt-current-lang {
  color: #494949 !important;
}
.gt_switcher_wrapper::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 7.5px;
  background-color: rgba(73, 73, 73, 0.5);
  margin-left: 10px;
  animation: slide-in 2s ease-in-out forwards; /* For animations */
}
.gt_switcher_wrapper:hover::after {
  width: 12px;
  height: 12px;
  background-color: #e45419;
  animation: slide-in 2s ease-in-out forwards; /* For animations */
}
.swiper-pagination-bullet-active {
  background: #e45419;
}

@media (max-width: 980px) {
  #panel_logo .et-last-child{
    height: 0px;
  }
  #menu_redes .et_pb_module {
    display: flex;
    flex-direction: column;
  }
  #c360_menu_phone .et_pb_menu__wrap {
    justify-content: flex-end;
  }
  #c360_menu_phone .et_pb_menu__wrap #mobile_menu1.et_mobile_menu {
    border-top: 3px solid #e45419;
    top: 60px;
  }
  #menus_bottom {
    padding: 0px;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #menu_redes {
    margin-bottom: 0px;
  }
  #logo_principal {
    margin: 0 0 0px;
  }
  .panel {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
  }
  .gt_switcher_wrapper {
    bottom: 10px !important;
    right: 26px !important;
  }
  .gt_switcher_wrapper::after {
    display: none;
  }
}