.first-header {
  background-color: var(--orange);
  padding: 10px 0px;
}

.my-container {
  display: flex;
  padding: 0px;
  max-width: 1300px;
  gap: 70px;
}

.gap-teste {
  gap: 120px;
}

.first-header h1 {
  font-size: var(--paragrafo);
  color: var(--white);
  margin: 0px;
}

.first-header p {
  font-size: var(--paragrafo);
  color: #f5bfb0;
  margin: 0px;
}

.first-header svg {
  width: 20.25px;
  height: 29.25px;
  color: var(--white);
}

.first-header .divisor .a-font-weight {
  font-weight: 500;
  text-decoration: none;
  color: var(--white);
  line-height: 1;
  text-align: center;
}

.first-header .radius {
  border: 2px solid var(--white);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-header .radius svg {
  width: 20px;
  height: 20px;
}

.logo {
  width: 210px;
  height: 60px;
}

.logo-desk {
  padding: 5px 10px;
}

.button-blue {
  background-color: var(--blue-dark);
  text-align: center;
  padding: 30px 18px;
}

.button-blue a {
  text-decoration: none;
  font-weight: 500;
  color: var(--white);
}

.nav-link {
  color: var(--blue-dark);
}

.right {
  right: 0;
}

#navbar_top {
  display: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#navbar_top a {
  font-weight: 700;
  color: var(--blue-dark);
  line-height: 1;
  font-size: 18px;
}

#navbar_top .border-right {
  border-right: 2px solid var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 84px; */
  height: 84px;
  text-decoration: none;
}

#navbar_top .button-blue a {
  color: var(--white);
}

#navbar_top .navhover {
  background-color: var(--orange);
  height: 84px;
  width: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#navbar_top .navhover svg {
  width: 50px;
  height: 40px;
  color: var(--white);
}

#menu:hover .dropdown-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

#navbar_top #menu {
  width: 100%;
  left: 0px;
  border-top: none;
  background-color: var(--orange);
  /* align-items: center; */
  justify-content: center;
}

#navbar_top svg {
  margin-right: 2%;
}

#navbar_top .social-svg svg {
  width: 20x;
  height: 20px;
}

#navbar_top #menu a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  /* width: 150px; */
  padding: 10px 0px;
}

#navbar_top .navhover-2 {
  height: 84px;
  /* width: 84px; */
  display: flex;
  align-items: center;
  padding: 0px 60px;
  justify-content: center;
}

#menu-2:hover .dropdown-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Permite quebras de linha */
}

#navbar_top #menu-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  left: 0px;
  border-top: none;
  background-color: var(--blue-dark);
  color: var(--white);
  align-items: center;
  justify-content: center;
}

.auto-width {
  width: auto;
}

#navbar_top #menu-2 a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  padding: 20px 0px;
  text-align: center;
}

#navbar_top .navhover-3 {
  height: 84px;
  /* width: 84px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-3:hover .dropdown-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

#navbar_top #menu-3 {
  width: 100%;
  left: 0px;
  border-top: none;
  background-color: var(--blue-dark);
  color: var(--white);
  align-items: center;
  justify-content: space-around;
  /* top: 75px; */
}

#navbar_top #menu-3 p {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  width: 530px;
  /* padding: 20px 0px; */
}

#navbar_top #menu-3 a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
  width: 450px;
  padding: 20px 0px;
}

/* OUTRO HOVER */

#navbar_top .navhover-3 {
  height: 84px;
  /* width: 84px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-7 svg {
  margin-right: 1%;
}

#menu-7:hover .dropdown-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu-7 {
  width: 100%;
  left: 0px;
  border-top: none;
  background-color: var(--blue-dark);
  color: var(--white);
  align-items: center;
  justify-content: center;
  top: 75px;
}

#menu-7 p {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  width: 655px;
  /* padding: 20px 0px; */
}

#menu-7 a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
  width: 450px;
  padding: 20px 0px;
}

#nav-2 {
  display: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#nav-2 .texto {
  font-weight: 700;
  color: var(--blue-dark);
  line-height: 1;
}

#nav-2 .button-blue a {
  color: var(--white);
}

#nav-2 .navhover {
  background-color: var(--orange);
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
}

#nav-2 .navhover svg {
  width: 50px;
  height: 40px;
  color: var(--white);
}

#menu:hover .dropdown-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav-2 #menu {
  width: 100%;
  left: 0px;
  border-top: none;
  background-color: var(--orange);
  align-items: center;
  justify-content: center;
}

#nav-2 svg {
  margin-right: 3%;
}

#nav-2 #menu a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  width: 150px;
  padding: 10px 0px;
}

#nav-2 .navhover-2 {
  display: flex;
}

#menu-2:hover .dropdown-menu {
  background-color: green;

  display: flex;
  justify-content: center;
  align-items: center;
}

#nav-2 #menu-2 {
  width: 100%;
  left: 0px;
  border-top: none;
  background-color: var(--blue-dark);
  color: var(--white);
  align-items: center;
  justify-content: center;
}

#nav-2 #menu-2 a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  padding: 20px 0px;
  text-align: center;
}

/*
███╗   ███╗ █████╗ ██╗  ██╗     ██╗██████╗  ██████╗  ██████╗ ██████╗ ██╗  ██╗
████╗ ████║██╔══██╗╚██╗██╔╝    ███║╚════██╗██╔════╝ ██╔═████╗██╔══██╗╚██╗██╔╝
██╔████╔██║███████║ ╚███╔╝     ╚██║ █████╔╝███████╗ ██║██╔██║██████╔╝ ╚███╔╝ 
██║╚██╔╝██║██╔══██║ ██╔██╗      ██║ ╚═══██╗██╔═══██╗████╔╝██║██╔═══╝  ██╔██╗ 
██║ ╚═╝ ██║██║  ██║██╔╝ ██╗     ██║██████╔╝╚██████╔╝╚██████╔╝██║     ██╔╝ ██╗
╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝     ╚═╝╚═════╝  ╚═════╝  ╚═════╝ ╚═╝     ╚═╝  ╚═╝                                                                             
*/

@media screen and (max-width: 1370px) {
  .my-container {
    max-width: 1140px;
    gap: 92px;
  }

  .gap-teste {
    max-width: 1161px;
    gap: 108px;
  }

  .first-header h1 {
    font-size: 12px;
    color: var(--white);
    margin: 0px;
  }

  .first-header p {
    font-size: 12px;
    color: #f5bfb0;
    margin: 0px;
  }

  #nav-2 a {
    font-size: 14px;
    padding: 0px;
  }

  #navbar_top a {
    font-size: 14px;
  }
}

/*
███╗   ███╗ █████╗ ██╗  ██╗     ██╗██████╗  ██████╗  ██████╗ ██████╗ ██╗  ██╗
████╗ ████║██╔══██╗╚██╗██╔╝    ███║╚════██╗██╔═████╗██╔═████╗██╔══██╗╚██╗██╔╝
██╔████╔██║███████║ ╚███╔╝     ╚██║ █████╔╝██║██╔██║██║██╔██║██████╔╝ ╚███╔╝ 
██║╚██╔╝██║██╔══██║ ██╔██╗      ██║██╔═══╝ ████╔╝██║████╔╝██║██╔═══╝  ██╔██╗ 
██║ ╚═╝ ██║██║  ██║██╔╝ ██╗     ██║███████╗╚██████╔╝╚██████╔╝██║     ██╔╝ ██╗
╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝     ╚═╝╚══════╝ ╚═════╝  ╚═════╝ ╚═╝     ╚═╝  ╚═╝
*/
@media screen and (max-width: 1440px) {
  .first-header .premium {
    margin-left: -2em;
  }
}

@media screen and (max-width: 1024px) {
  .first-header .premium {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .first-header h1 {
    font-size: 12px;
  }

  .first-header .divisor .a-font-weight {
    font-size: 14px;
  }

  #navbar_top a {
    font-size: 13px;
  }
}

/*
███╗   ███╗ █████╗ ██╗  ██╗     █████╗  █████╗  ██╗██████╗ ██╗  ██╗
████╗ ████║██╔══██╗╚██╗██╔╝    ██╔══██╗██╔══██╗███║██╔══██╗╚██╗██╔╝
██╔████╔██║███████║ ╚███╔╝     ╚██████║╚██████║╚██║██████╔╝ ╚███╔╝ 
██║╚██╔╝██║██╔══██║ ██╔██╗      ╚═══██║ ╚═══██║ ██║██╔═══╝  ██╔██╗ 
██║ ╚═╝ ██║██║  ██║██╔╝ ██╗     █████╔╝ █████╔╝ ██║██║     ██╔╝ ██╗
╚═╝     ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝     ╚════╝  ╚════╝  ╚═╝╚═╝     ╚═╝  ╚═╝
*/

@media screen and (max-width: 991px) {
  #mobile {
    background-color: var(--white);
    height: 80px;
    z-index: 99999;
  }

  .navbar-toggler {
    background-color: var(--white);
  }

  #mobile .logo {
    /*width: 60px;
		height: 70px;*/

    width: 60px;
    height: 60px;
  }

  #mobile .logoIcon {
    /*width: 60px;
		height: 70px;*/

    width: 35px;
    height: 35px;
  }

  #mobile button {
    border: none;
    color: transparent !important;
    background-color: transparent;
  }

  #mobile svg {
    width: 40px;
    height: 40px;
    color: var(--red-dark);
  }

  #mobile .color-orange {
    background-color: var(--orange);
  }

  #mobile .midia {
    background-color: var(--red-dark);
    width: 60%;
    height: 80px;
  }

  #mobile .midia svg {
    color: var(--white);
  }

  #mobile ul {
    padding: 0 10%;
  }

  #mobile li {
    width: 100%;
    border-bottom: 1px solid var(--blue-dark);
  }

  #mobile li a {
    color: var(--white);
    text-decoration: none;
    font-size: 20px;
  }

  #mobile .uni {
    margin-top: 20px;
    border: none;
  }

  #mobile .uni h1 {
    color: var(--white);
    font-size: 20px;
    margin: 0px;
  }

  #mobile .uni p {
    color: var(--white);
    font-size: 14px;
    margin: 0px;
  }

  #mobile .uni .location svg {
    width: 30px;
    height: 30px;
  }

  #mobile .social {
    padding: 10px;
    background-color: var(--red-dark);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #mobile .social .radius {
    border: 2px solid var(--white);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #mobile .social svg {
    color: var(--white);
    width: 14.25px;
    height: 14.25px;
  }

  #mobile .exames {
    background-color: var(--blue-dark);
    height: 80px;
  }

  #mobile .exames a {
    color: var(--white);
    text-decoration: none;
    /*text-align: center;*/
    font-size: 16px;
    padding: 10px;
    line-height: 15px;
  }

  #mobile .exames .iconeRequisicaoHeader {
    width: 50px !important;
  }

  #mobile .exames img {
    width: 45px;
    height: 45px;
  }

  #mobile .exames .border-rig {
    border-right: 2px solid var(--white);
  }

  #navbar_top {
    display: none !important;
  }
}

@media screen and (max-width: 369px) {
  #mobile .logo {
    /*width: 60px;
		height: 70px;*/

    width: 40px;
    height: 50px;
  }

  .navbar-collapse {
    max-height: 500px;
    overflow-y: auto;
  }
}
