@import url('https://fonts.cdnfonts.com/css/switzer');

#home_page_header{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    background-color: #fff;
  width: calc(100vw - 24px);
}

#header_inner{
    display: grid;
    grid-template-columns: auto 1fr auto;
    width: calc(100% - 24px);
    max-width: 1440px;
    align-items: center;
    background-color: #fff;
    position: relative;
}
@media (max-width: 1300px) {
  #header_inner{
      grid-template-columns: auto 1fr auto;
  }
    }

#header_inner>.header_left{
  height: fit-content;
  width: fit-content;
}

#header_inner>.navbar-right{
  margin: 0 !important;
  background-color: transparent;
  justify-self: flex-end;
  
}
#header_inner>.navbar-right>#menu-landing{
  display: flex;
  align-items: center;
  gap: 16px;
}
#mobile_navigation_menu #menu-landing{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0;
}

#mobile_navigation_menu .profile.hidden-xs{
  display: block !important;
  top: unset !important;
  left: 50vw;
  transform: translateX(-50%);
}

#header_inner>.navbar-right>#menu-landing>li, #mobile_navigation_menu #menu-landing>li{
  margin: 0 !important;
}

#header_inner>.navbar-right>#menu-landing>#menuRegister>#btnRegister, #mobile_navigation_menu #menu-landing>#menuRegister>#btnRegister{
  border: 1px solid #E6E6E6 !important;
  padding: 8px 18px 8px 18px !important;
  border-radius: 4px;
}

#header_inner>.navbar-right>#menu-landing>#menuConsult>.btn-consult, #mobile_navigation_menu #menu-landing>#menuConsult>.btn-consult{
  border: 1px solid #0A75BF;
  color: #fff;
  font-family: Switzer;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(182.94deg, #40AEF0 2.51%, #0A75BF 88.83%);
  padding: 8px 18px;
  border-radius: 4px !important;

}
#header_inner>.navbar-right>#menu-landing>#menuLogin:focus-visible, 
#mobile_navigation_menu #menu-landing>#menuLogin>#navLogin:focus-visible,
#header_inner>.navbar-right>#menu-landing>#menuLogin>#navLogin:focus-visible{
  border: 0;
}

#header_inner>.navbar-right>#menu-landing>#menuRegister>#btnRegister,
#mobile_navigation_menu #menu-landing>#menuLogin>#navLogin,
#header_inner>.navbar-right>#menu-landing>#menuLogin>#navLogin{
  background-color: #fff;
  border: 0;
  color: #101828;
  font-family: Switzer;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  padding: 0;
}

#middle_navigator{
  display: grid;
  align-items: center;
}

.header_navigation>div, .header_navigation>a{
  padding: 10px 16px;
}

#middle_navigator > .header_navigation{
    display: grid;
    grid-template-columns: repeat(6, auto);
    justify-content: center;
    justify-items: center;
    align-items: center;
    height: 44px;
}

.header_navigation_text{
  cursor: pointer;
  font-family: 'Switzer';
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: #101828;
  text-align: center;
  width: fit-content;
  height: fit-content;
}
.header_dropdown_arrow{
  cursor: pointer;
}
#middle_navigator a:hover{
  text-decoration: none;
}

.header_navigation_text{
  text-align: center;
}

.header_navigation>.header_navigation_dropdown{
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 4px;
  height: fit-content;
  position: relative;
  align-items: center;
}

.header_navigation>.header_navigation_dropdown>p{
  margin: 0;
  height: fit-content;
}

.header_navigation_dropdown_body{
  display: grid;
  max-height: 0px;
  opacity: 0%;
  position: absolute;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  box-shadow: 0px 4px 6px -2px #10182808;
  padding: 0px;
  top: 0%;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  column-gap: 24px;
  row-gap: 8px;
  overflow: hidden;
}

.header_navigation_dropdown_body>.about_container{
  width: 100%;
  background: #F1F8FE;
  border-radius: 8px;
  padding: 24px;
  gap: 16px;
}

.header_navigation_dropdown_body>.about_container p{
  font-family: Switzer;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #0D5487;
  margin: 0;
}

.about_header{
  margin-bottom: 16px !important;
}

.about_entry{
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.header_navigation_dropdown_body>.about_container>.about_links{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}


.header_navigation_dropdown.active > .header_navigation_dropdown_body{
  max-height: 700px;
  top: 100%;
  opacity: 100%;
  padding: 20px;
}

.header_navigation_dropdown>.header_dropdown_arrow{
  transform: rotate(0deg);
  transition: all 0.3s;
}
.header_navigation_dropdown.active>.header_dropdown_arrow{
  transform: rotate(180deg);
}

.header_navigation_dropdown_body>.entry_container{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 12px;
  width: 288px;
  user-select: none;
  cursor: pointer;
}

.header_navigation_dropdown_body>.entry_container:hover>.entry_about>.entry_title{
  text-decoration: underline;
}

.about_links>.about_entry:hover{
  text-decoration: underline !important;
}

.header_navigation_dropdown_body>.entry_container>.entry_about{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header_navigation_dropdown_body>.entry_container>.entry_about>.entry_title{
  font-family: 'Switzer';
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #101828;
  margin-bottom: 4px;
}

.header_navigation_dropdown_body>.entry_container>.entry_about>.entry_description{
  font-family: 'Switzer';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #475467;
  margin: 0;
}

  #mobile_menu_header_container{
    width: fit-content;
  }

  #mobile_menu_header_toggle {
    display: none;
    width: 40px;
    cursor: pointer;
    padding: 0;
  }
  
  #mobile_menu_header_toggle>span {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
    border-radius: 3px;
    height: 4px;
    background: #000;
    transition: all .3s;
    position: relative;
  }
  
  span + span {
    margin-top: 7px;
  }
  
  #mobile_menu_header_toggle.active span:nth-child(1) {
    animation: ease .7s top forwards;
  }
  
  #mobile_menu_header_toggle.not-active span:nth-child(1) {
    animation: ease .7s top-2 forwards;
  }
  
  #mobile_menu_header_toggle.active span:nth-child(2) {
    animation: ease .7s scaled forwards;
  }
  
  #mobile_menu_header_toggle.not-active span:nth-child(2) {
    animation: ease .7s scaled-2 forwards;
  }
  
  #mobile_menu_header_toggle.active span:nth-child(3) {
    animation: ease .7s bottom forwards;
  }
  
  #mobile_menu_header_toggle.not-active span:nth-child(3) {
    animation: ease .7s bottom-2 forwards;
  }
  
  @keyframes top {
    0% {
      top: 0;
      transform: rotate(0);
    }
    50% {
      top: 11px;
      transform: rotate(0);
    }
    100% {
      top: 11px;
      transform: rotate(45deg);
    }
  }
  
  @keyframes top-2 {
    0% {
      top: 11px;
      transform: rotate(45deg);
    }
    50% {
      top: 11px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
  
  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }
    50% {
      bottom: 11px;
      transform: rotate(0);
    }
    100% {
      bottom: 11px;
      transform: rotate(135deg);
    }
  }
  
  @keyframes bottom-2 {
    0% {
      bottom: 11px;
      transform: rotate(135deg);
    }
    50% {
      bottom: 11px;
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }
  
  @keyframes scaled {
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }
  
  @keyframes scaled-2 {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  
  #mobile_navigation_menu{
    display: none;
    background-color: #fff;
  }

  #mobile_navigation_menu>.header_navigation{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
  }

@media (max-width: 1024px) {
  #middle_navigator{
    display: none;
  }
  .navbar-right>#menu-landing{
    display: none !important;
  }
  .navbar-right{
    position: absolute !important;
  top: 0;
  }
  #mobile_menu_header_toggle{
    display: block;
    position: absolute;
    right: 12px;
    top: 18px;
  }
  #mobile_navigation_menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.7s ease;
    position: fixed;
    top: 66px;
    right: 0;
    z-index: 999;
  }
  
  #mobile_navigation_menu.active{
    width: 100vw;
    height: calc(100dvh - 66px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  #mobile_navigation_menu.not-active{
    width: 0;
    height: 100dvh;
    overflow: hidden;
  }

  #mobile_navigation_menu #menu-landing>#menuLogin>.dropdown-menu{
    position: fixed;
    left: 50vw;
    transform: translate(-50%, -50%);
    top: 50vh;
    padding: 17px !important;
  }

  
  .header_navigation_text{
    font-size: 18px !important;
  }
  #mobile_navigation_menu #menu-landing>#menuLogin>#navLogin{
    font-size: 18px;
  }

.header_navigation_dropdown_body{
    position: static;
    overflow-y: auto; 
  }

  .header_navigation_dropdown{
    width: 100%;
    grid-template-columns: 1fr auto !important;
  }

  @media (max-width:768px){
    .header_navigation_dropdown_body{
      grid-template-columns: 1fr !important;
    }

  .header_navigation_dropdown.active > .header_navigation_dropdown_body{
    padding: 0;
    max-height: 70dvh;
  }
  .header_navigation_dropdown_body>.about_container{
    grid-column: 1 !important;
    
  }
  .header_navigation_dropdown_body>.about_container>.about_header{
    text-align: center !important;
  }
  .header_navigation_dropdown_body>.about_container>.about_links{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }
  .header_navigation_dropdown_body>.about_container>.about_links>.about_entry{
    justify-self: center !important;
  }
  }

}

.custom-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 250px !important;
}

.dropdown-menu #add_new_client{
  background-color: #fff;
  color: #101828;
  font-family: 'Switzer';
font-size: 15px;
font-weight: 600;
line-height: 24px;
text-align: left;
border: 0;
}

.custom-dropdown .dropdown-menu.show {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  width: fit-content !important;
  min-width: 300px;
  gap: 8px;
}

.switch-products-header, .switch-products-header>a{
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}

.switch-products-header, .switch-products-header>a>b{
  margin-right: 8px;
}


.custom-dropdown .dropdown-menu p{
  font-family: 'Switzer';
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #101828;
}

.custom-dropdown .dropdown-menu span{
  font-family: 'Inter';
font-size: 12px;
font-weight: 400;
line-height: 20px;
text-align: left;
color: #475467;
}

.custom-dropdown .dropdown-menu .user_in_menu a{
  display: flex !important;
  align-items: center;
  gap: 12px;
}

.custom-dropdown .dropdown-menu .user_in_menu a img{
  width: 32px;
  height: 32px;
}

.custom-dropdown .dropdown-menu .user_in_menu a div{
  display: flex;
  flex-direction: column;
}

.custom-dropdown .dropdown-menu .user_in_menu a div p{
 margin: 0;
}
.alert.alert-success.alert-autohide {
  color: #fff!important;
}