@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1200px;
  }
}
 
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
 
@media (max-width: 991px) {



  .navbar .navbar-brand {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 40px;
  }
  .navbar-collapse {
    background: #fff;
    padding: 0 10px;
  }
  .header-menu .container {
    max-width: 100%;
  }
  .header-menu .menu > .nav-item,
  .navbar_fixed.menu_one .menu > .nav-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(237, 237, 237, 0.5);
  }
  .header-menu .menu > .nav-item > .nav-link.active::before {
    display: none;
  }
  .header-menu .menu > .nav-item + .nav-item {
    margin-left: 0;
  }
  .header-menu .menu > .nav-item.submenu .dropdown-menu::before {
    display: none;
  }
  .header-menu .menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding: 0 40px 0 20px;
  }
  .header-menu .theme-btn {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #0050b2;
    color: #fff;
  }
  .navbar-toggler {
    margin-right: 40px;
    box-shadow: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .header-menu .menu {
    padding: 5px 30px;
  }
  .nav_btn {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 20px;
    color: #6b707f;
    margin-top: 15px;
    border-color: rgba(237, 237, 237, 0.5);
  }
  .header-menu .menu > .nav-item > .nav-link {
    color: #6b707f;
  }
  .header-menu .menu .nav-item .mobile_dropdown_icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #6b707f;
    line-height: 42px;
    font-size: 20px;
    display: inline-block;
    opacity: 0.6;
  }
  .header-menu .menu > .nav-item.submenu .dropdown-menu {
    box-shadow: none;
    margin-top: 5px;
    max-height: none !important;
  }
  .navbar-collapse {
    max-height: 400px;
    overflow-y: scroll;
  }
  .doc_mobile_menu .open_icon {
    display: block;
    right: -40px;
    left: auto;
    top: 0;
  }
  .breadcrumb-widget.breadcrumb-widget-2 .shapes .one-shape.shape-4 {
    right: -18%;
  }
   
}
@media (max-width: 767px) {
  

.collapsed .menu_toggle .hamburger span {
    width: 100%;
    background-color: #000 !important;
}
  .sticky_logo{
    width: 60% !important;
    max-width: 60% !important;
  }
.titulo-banner h1{
    font-size: 2.5571428571rem;
    line-height: 4rem;
    font-weight: 600; 
    color: #FFF;  
    padding-top: 45%; 
    align-items: center;
    max-width: 70%; 
}

.titulo-banner h2{
    font-size: 1.6571428571rem;
    line-height: 2rem;
    font-weight: 400; 
    color: #FFF;  
    padding-top: 25%; 
    align-items: center;
    max-width: 80%; 
}


.right-headline{
  text-align: center;
}
.support-content{
  text-align: justify;
} 

  /* ------------- */
  header .header-top .header-info-left,
  header .header-top .header-info-right ul {
    justify-content: center;
    height: 32px;
  }
  header .header-top .header-info-left .language-list .nice-select {
    height: 32px;
    line-height: 30px;
  } 
}
@media (max-width: 575px) {
  
  .navbar .navbar-brand {
    margin-left: 20px;
  }
  .navbar-toggler {
    margin-right: 20px;
  }
  .header-menu .menu {
    padding: 5px 15px;
  }
  .mobile-menu-widget {
    width: 300px;
  }
  #mobile-menu-overlay .menu-close {
    right: 25px;
    top: 20px;
  }
  header .header-top .header-info-right ul li {
    margin: 0;
    margin-right: 10px;
    display: flex;
  }
  header .header-top .header-info-right ul li img {
    max-width: 16px;
    max-height: 16px;
  }
  
}