.container {
  max-width: 960px !important;
}

.web-navbar {
  background-color: #4c4c4c;
  z-index: 2;
}

.web-navbar__list {
  justify-content: space-between;
}

.web-navbar__list::after {
  content: "  |  ";
  color: white;
}

.web-navbar__link {
  font-size: 16px;
  color: white;
  padding: 0 15px;
  z-index: 10;
  transform-style: preserve-3d;
  text-align: center;
  transition: 0.3s;
}

.web-navbar__link::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  right: 0;
  background-color: white;
  width: 100%;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 10px 10px;
  z-index: 2;
  transform: translateZ(-1px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.web-navbar__telefone a {
  font-size: 16px;
  text-decoration: none;
  color: white;
}

.web-navbar__telefone span {
  font-size: 14px;
}

.web-navbar__item {
  position: relative;
  z-index: 1;
  min-width: 50px;
}

.web-navbar__item:hover .web-navbar__link {
  color: #4c4c4c;
}

.web-navbar__item:hover .web-navbar__link::before {
  height: 45px;
  opacity: 1;
  visibility: visible;
}

.web-navmenu {
  background-color: #efefef;
  padding: 1rem 0;
  z-index: 1;
}

.web-navmenu__mobile {
  display: none;
}

.web-navmenu__item {
  position: relative;
  padding: 0.5rem 0;
  text-align: center;
}

.web-navmenu__item.hovered > .web-navmenu__link {
  background-color: #d1d1d1;
  color: #4c4c4c;
  border-radius: 10px 10px 0 0;
}

.web-navmenu.has-dropdown:hover {
  border-radius: 10px 10px 0 0;
}

.web-navmenu__link {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 14px;
}

.web-navmenu__link:hover {
  background-color: #d1d1d1;
  color: #4c4c4c;
  border-radius: 10px;
}

.web-navmenu__link:hover + .web-navmenu__dropdown {
  opacity: 1;
  max-height: 500px;
  visibility: visible;
}

.web-navmenu__dropdown {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d1d1d1;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
}

.web-navmenu__dropdown--list {
  list-style: none;
  padding: 0;
  background-color: #ebebeb;
}

.web-navmenu__dropdown--item {
  padding: 0 2rem;
  position: relative;
  margin: 0.2rem 0;
}

.web-navmenu__dropdown--item:hover {
  background-color: #4c4c4c;
  color: white;
  transition: all 0.6s;
}
.web-navmenu__dropdown--item:last-child {
  border: none;
}
.web-navmenu__dropdown--item:hover::before {
  position: absolute;
  top: 0;
  left: -4px;
  border-left: #4c4c4c 5px solid;
  border-radius: 5px 0 0 5px;
  height: 100%;
  opacity: 1;
  transform: translateX(0);
}

.web-navmenu__dropdown--item:hover::after {
  position: absolute;
  top: 0;
  right: -4px;
  border-right: #4c4c4c 5px solid;
  border-radius: 0 5px 5px 0;
  height: 100%;
  transform: translateX(0);
}

.web-navmenu__dropdown--item:hover .web-navmenu__dropdown--link {
  color: white;
}

.web-navmenu__dropdown--item::before {
  content: "";
  opacity: 1;
  transition: all 0.6s;
  transform: translateX(10px);
}

.web-navmenu__dropdown--item::after {
  content: "";
  opacity: 1;
  transition: all 0.6s;
  transform: translateX(-10px);
}

.web-navmenu__dropdown--link {
  text-transform: uppercase;
  color: #4c4c4c;
  font-weight: bold;
  font-size: 12px;
}

.web-navmenu__dropdown--link:hover {
  color: #4c4c4c;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.web-navmenu__dropdown:hover {
  opacity: 1;
  visibility: visible;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.web-navmenu__dropdown:hover .web-navmenu__link {
  background-color: #d1d1d1;
}

.web-navmenu__dropdown__mobile-itens a {
  text-transform: uppercase;
}

.web-footer {
  margin-top: 50px;
  background-color: #4c4c4c;
}

.web-footer p,
.web-footer h3,
.web-footer h4,
.web-footer li,
.web-footer a {
  color: white;
}

.web-footer__logo {
  background-color: white;
  text-align: center;
  border-radius: 0 0 20px 20px;
  padding: 42px 15px 42px 15px;
  width: 100%;
  border-radius: 0px 0px 52px 52px;
}

.web-footer .align-footer {
  flex: 0 0 37%;
}

@media (max-width: 1024px) {
  .web-footer .align-footer {
    flex: 0 0 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.web-footer__midias-sociais {
  display: flex;
  justify-content: center;
}

.web-footer__midias-sociais a {
  background: #F3F3F3;
  padding: 10px 0px 10px 0px;
  text-align: center;
  width: 49px;
  color: #323232;
  font-size: 18px;
  border-radius: 100%;
  margin-right: 8px;
}

.web-footer__midias-sociais a:last-child {
  margin-right: 0px;
}

.web-footer__colaborador {
  text-align: center;
  margin-top: 15px !important;
}

.web-footer__colaborador h3 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}

.web-footer__colaborador i {
  margin-right: 10px;
}

.web-footer__colaborador p {
  font-size: 14px;
}

.web-footer__colaborador a {
  padding: 12px 23px 12px 23px;
  background-color: white;
  font-family: Lato;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 20px;
  color: #231F20C2;
  display: flex;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.web-footer__colaborador a:hover {
  scale: 1.05;
}

.web-footer__horarios {
  width: 100%;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.web-footer__horarios i {
  color: white;
  font-size: 36px;
  margin-right: 16px;
  align-self: center;
}

.web-footer__horarios__content p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-right: 20px;
}

.web-footer__horarios__content h4 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 1024px) {
  .web-footer__horarios {
    padding: 0px 20px 0px 20px !important;
  }
}

@media (max-width: 576px) {
  .web-footer__horarios {
    padding: 10px 40px 10px 40px !important;
  }
}

.web-footer__unidades {
  width: 100%;
}

.web-footer__unidades--unidade {
  text-align: center;
  color: white;
  padding: 0px 43px 0px 0px;
  display: flex;
}

.web-footer__unidades--unidade__content p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
}

.web-footer__unidades--unidade__content h4 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

@media (max-width: 576px) {
  .web-footer__unidades--unidade__content {
    width: 100%;
  }

  .web-footer__unidades--unidade__content::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: white;
  }
}

.web-footer__unidades--unidade::before {
  content: "";
  width: 1px;
  height: 75%;
  background-color: white;
  display: flex;
  margin-right: 15px;
  margin-bottom: auto;
}

@media (max-width: 576px) {
  .web-footer__unidades--unidade::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .web-footer__unidades--unidade {
    padding: 0px 20px 0px 20px;
  }
}

@media (max-width: 576px) {
  .web-footer__unidades--unidade {
    padding: 10px 40px 10px 40px;
    display: block;
  }
}

.web-footer__summary {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 25px;
  padding-left: 15px;
}

.web-footer__summary ul {
  list-style: none;
  padding-left: 0;
}

.web-footer__summary ul > li:first-child {
  padding: 0.5rem 0.3rem;
}

.web-footer__summary ul > li:first-child a {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.web-footer__summary ul > li:first-child:hover {
  background-color: transparent;
}

.web-footer__summary ul > li:first-child:hover a {
  color: white;
}

.web-footer__summary ul > li {
  padding: 0.1rem 0.3rem;
  border-radius: 5px;
}

.web-footer__summary ul > li a {
  text-decoration: none;
  font-size: 14px;
}

.web-footer__summary ul > li:hover {
  background-color: white;
}

.web-footer__summary ul > li:hover a {
  color: #4c4c4c;
}

.web-footer__summary ul > li.trabalhe-conosco {
  margin-top: 25px;
}

.web-footer__summary ul > li.trabalhe-conosco a {
  font-weight: 600;
}

.web-footer__imagem {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.web-footer__imagem img {
  width: calc(45% - 36.5px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* .web-footer__imagem img:first-child {
  margin-right: 53px;
} */

@media (max-width: 1024px) {
  .web-footer__imagem img {
    width: calc(40% - 36.5px);
  }
}

.web-footer__copyright {
  width: 100%;
  padding: 15px 30px;
  background: #EDEDED;
  color: #fff;
  display: flex;
  justify-content: space-around;
  border-top: 1px solid white;
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #323232;
}

.web-footer__copyright p {
  margin: 0 auto;
}

.page-banner__img {
  width: -webkit-fill-available;
}

.page-name {
  width: 100%;
  margin: 40px 0;
  text-align: center;
}

.page-name h1 {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 3px #ed1f23 solid;
}

.page-name h1:before {
  content: "\A";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ed1f23;
  display: inline-block;
  margin: 0 10px;
}

/* Cookies */

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000000000;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.7);
}

.cookie-text {
  margin-right: 1rem;
}

.cookie-text,
.cookie-text h4 {
  color: #fff;
}

.cookie-text a {
  color: #fff;
  text-decoration: underline;
}

.cookie-button {
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin: 0 2rem;
}

.cookie-button:hover {
  background: #777 !important;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .cookie-text p {
    margin-bottom: 1rem;
  }

  .cookie-button {
    margin-left: auto;
  }
}

.footer-certificado {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}

.footer-certificado img {
  width: 100px;
}

.img-fluid {
  width: 100%;
}

.footer-certificado > div {
  margin-bottom: 1rem;
}

.form-group input[type=file] {
  width: 94%;
  z-index: 999;
  opacity: 0;
  position: absolute;
}

.form-group textarea.tajara-control {
  height: auto;
  resize: none;
}

.form-group .label-pdf {
  cursor: pointer;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.form-group .tajara-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #f0f0f0;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group .tajara-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

@media (max-width: 992px) {
  .web-navbar__list {
    display: none;
  }

  .web-navbar__telefone {
    flex-wrap: nowrap;
  }

  .web-navmenu__mobile {
    display: block;
    margin-left: 10px;
  }

  .web-navmenu__mobile button {
    padding: 0.375rem 0.75rem;
    border: none;
    outline: none;
    border-radius: 10px;
    color: #4b4b4b;
    background-color: #dedede;
  }

  .web-navmenu__brand {
    padding-left: 15px;
  }

  .web-navmenu__list {
    display: none;
    background-color: white;
    position: fixed;
    top: 122px;
    height: 100%;
    left: 0;
    right: 0;
    transition: 0.5s all;
    overflow: scroll;
  }

  .web-navmenu__item {
    text-align: left;
    width: auto !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .web-navmenu__link {
    padding: 0;
    padding-left: 16px !important;
  }

  .web-navmenu__dropdown {
    position: relative;
    background-color: transparent;
    /* margin-left: 1rem; */
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    width: auto !important;
    top: 0;
  }

  .web-navmenu__dropdown li {
    /* margin-right: 20px; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .web-footer__unidades {
    margin-left: 0;
  }

  .web-footer__summary {
    margin-left: 0;
  }

  .web-footer__midias-sociais i {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
  }
}

@media (max-width: 1200px) {
  /* .web-navmenu__item {
    padding: 0.5rem 0.5rem;
  } */

  .web-navmenu__link {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .web-navmenu__link {
    padding: 0;
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .web-navmenu__mobile {
    margin-left: 10px;
  }

  .web-footer__unidades {
    margin-left: 0;
  }

  .web-footer__unidades--unidade {
    text-align: center !important;
  }

  .web-footer__summary {
    margin-left: 0;
    padding: 0 10px;
    display: flex;
    justify-content: center;
  }
}

.whats-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 5;
  box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.37);
  background-color: #25D366;
}

.whats-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 38px;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .whats-button {
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 600px) {
    .popup .popup__content a img {
        max-width: 330px;
    }
}

@media only screen and (min-width: 601px) {
    .popup .popup__content a img {
        max-width: min(730px, 80vw);
    }
}


@media only screen and (min-width: 992px) {
    .popup .popup__content a img {
        max-width: min(1100px, 80vw);
        max-height: 800px;
    }
}

@media only screen and (min-width: 1200px) {
    .popup .popup__content a img {
        max-width: 80vw;
        max-height: 670px;
    }
}
