.faixa-cinza {
  width: 100%;
  float: left;
  background-color: #2b2b2b;
  height: 50px;
}
.container-informs {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  height: 100%;
}
.container-informs p {
  font: 15px titilliumbold;
  color: #ffffff;
  box-shadow: 3px 0 0 0 #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 207px 0 0;
  margin: 0 0 0 25px;
}
.container-informs a {
  font: 15px titilliumbold;
  color: #ffffff;
}
.email-menu {
  background: url(../img/header/e-mail.svg) no-repeat center left;
  margin: 0 0 0 24px;
  padding: 0 25px 0 28px;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: 21px;
  box-shadow: 3px 0 0 0 #ffffff;
}
.email-menu i {
  display: none;
}
.whats-menu {
  background: url(../img/header/icon-whatsapp.svg) no-repeat center left;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: 21px;
  margin: 0 0 0 24px;
  padding: 0 25px 0 27px;
  box-shadow: 3px 0 0 0 #ffffff;
}
.tel-menu {
  background: url(../img/header/icon-ligar.svg) no-repeat center left;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: 21px;
  margin: 0 0 0 24px;
  padding: 0 0 0 27px;
}
.menu-container {
  float: left;
  width: 100%;
  height: 114px;
  box-shadow: 0px 1px 6px 0px #000000c9;
  background-color: #ffffff;
}
.menu-div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  font-size: 0;
  background: url(../img/header/amplitude-solucoes-acusticas-logo.jpg) no-repeat
    center;
  background-size: 152px;
  width: 161px;
  height: 82px;
  margin: 0 0 0 25px;
}
.menu-link {
  column-gap: 38px;
  display: flex;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-link a {
  font: 15px titilliumbold;
  color: #777777;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-link a:hover {
  color: #ce1715;
  transition: 0.3s;
}
.social-div {
  float: left;
  display: flex;
  margin: 0 27px 0 0;
}
.social-div a {
  font-size: 0px;
}
.face-menu {
  background: url(../img/header/icon-facebook.svg) no-repeat center;
  width: 38px;
  height: 38px;
  background-size: 38px;
  margin: 0 19px 0 0;
}
.face-menu:hover {
  transform: rotate(360deg);
  transition: 1s;
}
.insta-menu {
  background: url(../img/header/icon-instagram.svg) no-repeat center;
  width: 38px;
  height: 38px;
  background-size: 38px;
}
.insta-menu:hover {
  transform: rotate(360deg);
  transition: 1s;
}
.categoria-submenu-isolamento-acustico {
  display: none;
}
.categoria-submenu-tratamento-acustico {
  display: none;
  top: 0;
}
.categoria-submenu-portas-acusticas {
    display: none;
}
.sub-menu-links {
  position: absolute;
  margin: 0 0 0 173px;
  width: max-content;
  background-color: #ffffff;
  z-index: 60;
  box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 25%);
}
.sub-menu-links a {
  padding: 7px 15px;
}
.sub-menu-links a:hover {
  background-color: #2b2b2b;
  color: #ffffff;
  font: 15px titilliumbold;
}
.div-produtos-menu {
  float: left;
  width: 100px;
  height: 114px;
}
.div-produtos-menu a {
  cursor: pointer;
}
.div-produtos-menu:hover .opcao-produtos {
  display: block;
}
.opcao-produtos {
  float: left;
  width: max-content;
  box-shadow: 2px 2px 3px 0px rgb(0 0 0 / 25%);
  display: none;
  position: relative;
  margin: -36px 0 0 -20px;
  z-index: 60;
}
.categoria-menu {
  float: left;
  display: flex;
  align-items: center;
  padding: 2px 20px;
  font: 15px titilliumbold;
  white-space: nowrap;
  width: 133px;
  height: 33px;
  background-color: #ffffff;
  color: #777777;
  transition: 0.3s;
  cursor: pointer;
}
.categoria-menu:hover {
  background-color: #ce1715;
  color: #ffffff;
  transition: 0.3s;
}
.categoria-menu {
  float: left;
  display: flex;
  align-items: center;
  padding: 2px 20px;
  font: 15px titilliumbold;
  white-space: nowrap;
  width: 133px;
  height: 33px;
  background-color: #ffffff;
  color: #777777;
  transition: 0.3s;
  cursor: pointer;
}
.categoria-menu.sub-sub-menu:hover {
  background-color: #ce1715;
  color: #ffffff;
  transition: 0.3s;
}
.sub-menu {
  display: flex;
}
.div-hover-submenu:hover .categoria-submenu-isolamento-acustico {
  display: block;
}
.div-hover-submenu:hover .categoria-submenu-tratamento-acustico {
  display: block;
}

.div-hover-submenu:hover .categoria-submenu-portas-acusticas {
    display: none;
}
.ativo {
  color: #ce1715 !important;
  font-family: titillium_bdbold !important;
}
.menu-mobile {
  display: none;
}
.tel-mobile {
  font-size: 0;
}
@media (max-width: 1220px) {
  .container-informs p {
    padding: 0 50px 0 0;
  }
  .menu-link {
    margin: 0 0 0 33px;
    column-gap: 29px;
  }
}
@media (max-width: 1085px) {
  .container-informs a {
    font: 14px titilliumbold;
  }
  .container-informs p {
    font: 14px titilliumbold;
    padding: 0px 43px 0 0;
  }
  .logo {
    width: 123px;
    margin: 0px 0 0 0px;
    background-size: 120px;
  }
}
@media (max-width: 1025px) {
  .container-informs a {
    font: 13px titilliumbold;
  }
  .container-informs p {
    padding: 0px 18px 0 0;
  }
  .social-div {
    margin: 0 10px 0 0;
  }
  .menu-link {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 1010px) {
  .menu-link {
    column-gap: 31px;
  }
}
@media (max-width: 990px) {
  .faixa-cinza {
    display: none;
  }
  .menu-link {
    display: none;
  }
  .social-div {
    display: none;
  }
  .menu-container {
    height: 80px;
  }
  .logo {
    width: 120px;
    margin: 0 0 0 10px;
  }
  .ativo {
    background-color: #ce1715 !important;
    color: #fff !important;
    font-family: montserrat-bold !important;
  }
  .icon-mobile {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 10px 0 0;
  }
  .abrir-menu {
    width: 32px;
    height: 32px;
    background: url(../img/header/icon-menu.png) no-repeat center;
    background-size: 32px;
    cursor: pointer;
  }
  .tel-mobile {
    width: 32px;
    height: 32px;
    background: url(../img/header/icon-ligar-mobile.svg) no-repeat center;
    background-size: 32px;
    margin: 0 25px 0 0;
  }
  .menu-mobile {
    display: block;
    top: 0;
    position: fixed;
    float: left;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 42%);
    z-index: 9999;
    right: -100%;
  }
  .div-fundo {
    float: left;
    width: 85%;
    background: #ffffff;
    height: 100%;
    overflow: overlay;
  }
  .div-infor {
    float: left;
    width: 100%;
    margin: 0 0 50px;
  }
  .menu-mobile a {
    float: left;
    width: calc(100% - 40px);
    padding: 10px 20px;
    color: #000000;
    font: 14.5px montserrat-regular;
    background-color: #ededed;
    border-bottom: 2px solid #fff;
  }
  .div-infor i {
    background: url(../img/header/amplitude-solucoes-acusticas-logo.jpg)
      no-repeat center;
    float: left;
    width: 100%;
    height: 100px;
    background-size: 150px;
    background-color: #ffffff;
  }
  .fechar-menu {
    color: #fff;
    font: 16px montserrat-bold;
    height: 50px;
    background: #7a7a7a;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .produto-mobile {
    float: left;
    width: calc(100% - 40px);
    padding: 10px 20px;
    color: #000000;
    font: 14.5px montserrat-regular;
    background-color: #ededed;
    border-bottom: 2px solid #fff;
  }
  a.sub-menu-mobile,
  .sub-menu-mobile {
    float: left;
    width: calc(100% - 60px);
    padding: 10px 30px;
    color: #ffffff;
    font: 14.5px montserrat-regular;
    background-color: #9e9e9e;
    border-bottom: 2px solid #fff;
  }
  .sub-produto-mobile a {
    background-color: #c7c7c7;
    color: #fff;
    padding: 10px 40px;
    width: calc(100% - 80px);
  }
  .produto-mobile-div {
    display: none;
  }
  .sub-produto-mobile-tratamento-acustico {
    display: none;
  }
  .sub-produto-mobile-isolamento-acustico {
    display: none;
  }
  .ativo-mobile {
    background-color: #dd4a47 !important;
  }
}
.categoria-menu.amplitude-solucoes-acusticas-categoria-menu.markup-sub-sub-menu {
  background-color: #ce1715;
  color: #ffffff;
  transition: unset;
  font-family: titilliumbold;
}
.categoria-menu.amplitude-solucoes-acusticas-categoria-menu.markup-sub-sub-menu:hover {
  background-color: #ce1715;
  color: #ffffff;
}
.sub-menu-mobile.amplitude-solucoes-acusticas-sub-menu-mobile.markup-sub-sub-menu {
  background-color: #ce1715;
  color: #ffffff;
}
.categoria-menu.link-sub-menu {
  height: 30px;
}
.produtos-sub-menu {
  width: 100%;
  justify-content: center;
}
