.web_header > .container {
  display: flex;
  align-items: center; }
  .web_header .custom-logo-link {
    display: block;
    width: 260px;
    padding: 25px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    background: white; }
    .web_header .custom-logo-link img {
      width: 100%;
      height: auto; }
  .web_header .header_schedules {
    flex: 1;
    padding: 0 30px; }
    .web_header .header_schedules > * {
      padding: 0 15px; }
    .web_header .header_schedules .schbtn {
      background: var(--primary-color);
      color: white;
      text-align: center;
      padding: 15px;
      font-weight: bold;
      position: relative;
      cursor: pointer;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .web_header .header_schedules .schbtn .schedule {
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--primary-color);
        box-shadow: 2px 4px 6px rgba(0, 0, 0, .3); }
        .web_header .header_schedules .schbtn .schedule .schedule-row {
          display: flex;
          align-items: center;
          padding: 15px; }
          .web_header .header_schedules .schbtn .schedule .schedule-row > * {
            flex: 1; }
        .web_header .header_schedules .schbtn .schedule .schedule-row.even {
          background: var(--secondary-color); }
      .web_header .header_schedules .schbtn .tint-image {
        margin-left: 10px; }
  .web_header .lang_choice {
    color: var(--primary-color);
    font-weight: bold; }
    .web_header .lang_choice a {
      color: black;
      font-weight: normal; }
    .web_header .lang_choice a:hover {
      color: var(--primary-color); }

.menu_bar {
  background: var(--primary-color); }
  .menu_bar > .container {
    display: flex;
    align-items: center;
    position: relative; }
  .menu_bar .item-servicios {
    background: white;
    width: 260px;
    padding: 20px 15px;
    color: var(--primary-color);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .menu_bar .item-servicios span {
      display: block;
      flex: 1; }
  .menu_bar .main-items {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    padding-left: 20px; }
    .menu_bar .main-items a {
      display: block;
      color: white;
      padding: 20px; }
    .menu_bar .main-items a:hover {
      font-weight: bold;
      padding: 18px; }
  .menu_bar .menu-servicios {
    background: white;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 99; }
    .menu_bar .menu-servicios .service > a {
      display: block;
      padding: 15px; }
      .menu_bar .menu-servicios .service .service-icon {
        width: 20px;
        height: auto;
        margin-right: 10px; }
    .menu_bar .menu-servicios .service.selected {
      color: var(--primary-color); }
    .menu_bar .menu-servicios .service-card {
      height: 100%;
      position: relative; }
      .menu_bar .menu-servicios .service-card .white-gradient {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)); }

.social-items {
  display: flex;
  align-items: center;
  margin-left: auto; }
  .social-items img {
    height: 25px;
    width: auto;
    margin: 0 10px; }
  .social-items a {
    transition: all 0.5s; }
  .social-items a:hover {
    transform: scale(1.2); }

@media screen and (min-width: 769px) {
  .web_header .burger-toggle {
    display: none; }
    .web_header .dropdown {
      display: none; } }

@media screen and (max-width: 768px) {
  .web_header {
    background: var(--primary-color);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .2); }
    .web_header .container {
      padding: 0; }
    .web_header .custom-logo-link {
      width: 220px;
      padding: 0 45px; }
    .web_header .header_info, .web_header .lang_selector {
      display: none; }
    .web_header .burger-toggle {
      display: block;
      width: 26px;
      height: 26px;
      margin-left: auto;
      margin-right: 30px; }

  .menu_bar {
    display: none; }

  .menu-mobile {
    background: var(--primary-color);
    text-align: right;
    color: white; }
    .menu-mobile .dropdown .dropdown-title {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      border-bottom: solid 1px var(--secondary-color);
      padding: 15px; }
      .menu-mobile .dropdown .dropdown-title .tint-image {
        margin-left: 10px; }
      .menu-mobile .dropdown .dropdown-content {
        padding: 15px;
        background: var(--secondary-color); }
      .menu-mobile .dropdown .dropdown-content .schedule-row {
        width: 100%;
        display: flex;
        margin-bottom: 10px; }
        .menu-mobile .dropdown .dropdown-content .schedule-row > * {
          flex: 1;
          text-align: center; }
      .menu-mobile .dropdown .dropdown-content ul {
        list-style: none; }
        .menu-mobile .dropdown .dropdown-content ul .service {
          padding: 10px; }
          .menu-mobile .dropdown .dropdown-content ul .service a {
            display: flex;
            align-items: center;
            justify-content: flex-end; }
        .menu-mobile .dropdown .dropdown-content ul .service-icon {
          width: 30px;
          height: 30px;
          margin-left: 10px; }
      .menu-mobile .dropdown .lang_choice {
        margin-bottom: 10px;
        font-size: 12px; } }
