/*@font-face {
    font-family: "Roboto";
    font-weight: 100;
    src: url('/fonts/Roboto-Thin.woff2');
}

@font-face {
    font-family: "Roboto";
    font-weight: 100;
    font-style: italic;
    src: url('/fonts/Roboto-ThinItalic.woff2');
}

@font-face {
    font-family: "Roboto";
    font-weight: 300;
    src: url('/fonts/Roboto-Light.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 300;
    font-style: italic;
    src: url('/fonts/Roboto-LightItalic.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 400;
    src: url('/fonts/Roboto-Regular.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/Roboto-Italic.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    src: url('/fonts/Roboto-Medium.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
    src: url('/fonts/Roboto-MediumItalic.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: url('/fonts/Roboto-Bold.woff2');
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    font-style: italic;
    src: url('/fonts/Roboto-BoldItalic.woff2');
    font-display: swap;
}*/

:root {
  --cor-primaria: #00687e;
  --cor-secundaria: #058e98;
  --cor-texto-padrao: #083c43;
  --cor-base: #F4A832;
  --cor-verde: #4cae4c;
}

@media (min-width: 1601px) {
  .container {
    max-width: 1366px !important;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1280px !important;
  }
}

.main-header .barra-header {
  background-color: #083c43;
  color: var(--cor-texto-padrao);
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  font-style: italic;
}

.main-header .barra-header a {
  color: #ffffff;
  font-size: 18px;
}

.main-header.header-base {
  z-index: 2;
  height: 150px;
  background-color: white;
}

.main-header .logo {
  max-width: 180px;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-header .logo h1,
.main-header .logo h2,
.main-header .logo strong {
  text-indent: -99999px !important;
  position: absolute !important;
}

.main-header .sobre-nos-header {
  border-left: 1px solid #ffffff;
}

.main-header .login span {
  color: var(--cor-primaria);
  font-style: italic;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}

.resultado-busca {
  display: none;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 120px;
  -webkit-animation: all 1s ease;
  animation: all 1s ease;
  color: var(--cor-texto-padrao);
}

.awesome-search {
  position: relative;
  display: block;
  width: 90%;
  border-radius: 10px;
  border: 2px solid var(--cor-primaria);
  padding: 5px 15px;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.awesome-search > * {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

.awesome-search .awesome-input {
  width: 100%;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: #898988;
  font-style: italic;
  text-align: center;
}

.awesome-search .awesome-input::-webkit-input-placeholder,
awesome-search .awesome-input::-moz-placeholder,
.awesome-search .awesome-input::-ms-input-placeholder {
  font-size: 20px;
  font-weight: 400;
  color: #898988;
  text-align: center;
  font-style: italic;
}

.main-header .middle {
  display: block;
  background: white;
}

.main-header .middle .awesome-search.up {
  z-index: 110;
}

.main-header .middle .awesome-search.up .close-search {
  z-index: 110;
  opacity: 1;
  width: auto;
  height: 40px;
  border-radius: 4px;
}

.main-header .middle .awesome-search .close-search {
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.awesome-search .button-icon {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--cor-secundaria) !important;
  background: transparent;
  width: 30px;
  height: 30px;
  border-radius: 0;
  padding-left: 15px;
}

.header-fixed .middle .awesome-search {
  position: relative;
  display: block;
  width: 100%;
}

.header-fixed .middle .awesome-search.up {
  z-index: 110;
}

.header-fixed .middle .awesome-search.up .close-search {
  z-index: 110;
  opacity: 1;
  width: auto;
  height: 40px;
  border-radius: 4px;
}

.header-fixed .middle .awesome-search .close-search {
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-fixed .middle .awesome-search .button-icon {
  position: absolute;
  top: 6px;
  right: 6px;
}

.qtd-item-car-mobile {
  color: white;
  background-color: var(--cor-texto-padrao);
  font-size: 11px;
  position: absolute;
  right: 6px;
  border-radius: 50%;
  padding: 3px 7px;
  text-align: center;
}

.section-produto {
  min-height: 599px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 0 0;
  margin: 0;
}

.breadcrumbs ul li {
  font-weight: 300;
  font-size: .95rem;
  display: inline-block;
  font-style: italic;
  color: var(--cor-texto-padrao);
}

.breadcrumbs ul li a {
  display: block;
  height: 12px;
  position: relative;
  font-weight: 300;
  font-size: .95rem;
  letter-spacing: 0;
  text-transform: lowercase;
  color: var(--cor-texto-padrao);
}

.breadcrumbs ul li.auxiliar {
  font-weight: 700;
  font-size: .75rem;
  color: #2A3647;
  letter-spacing: 0;
}

.breadcrumbs ul li.current {
  max-width: 30ch;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

.breadcrumbs ul li.current a:before {
  display: none;
}

.favoritar-produto {
  background-image: url("/imagens/icon_favorito.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: unset;
  border: 0;
  position: absolute;
  right: 20px;
  width: 39px;
  height: 39px;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.favoritar-produto.fill {
  background-image: url("/imagens/icon_favorito_fill.png");
}

.aba-informacoes {
  background-color: #ffffff;
  color: var(--cor-primaria);
  margin-right: 10px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border-radius: 10px !important;
  border: 2px solid #00687e !important;
  font-size: 22px !important;
}

@media screen and (min-width: 768px) {
  .vitrine-padrao {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .mobile-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: -100%;
    z-index: 300;
    width: 100%;
    height: 102vh;
    opacity: 0;
    background-color: transparent;
    -webkit-transition: left 0.3s linear, opacity 0.3s linear;
    transition: left 0.3s linear, opacity 0.3s linear;
  }

  .mobile-overlay.show {
    overflow: auto;
    left: 0;
    opacity: 1;
    display: block;
  }

  .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background: white;
    padding: 10px;
  }

  .barra-header {
    background-color: #69b9ab;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: -10px;
    margin-bottom: 5px;
  }

  .link-localizacao {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 30px !important;
  }

  .link-localizacao span {
    overflow: hidden;
    max-width: 90%;
    margin: 0;
    color: var(--cor-texto-padrao);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
  }

  .link-localizacao span:after {
    border-style: solid;
    border-width: 0 1.5px 1.5px 0;
    content: "";
    display: inline-block;
    height: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6px;
    color: #4f4c4c;
    margin: 0;
    bottom: 6px;
    right: -10px;
    position: absolute;
    padding: 2px;
  }

  .logo {
    max-width: 115px;
    height: 35px;
    display: block;
    margin-left: 35px;
  }

  .logo h1,
  .logo h2,
  .logo strong {
    text-indent: -99999px !important;
    display: inline-block;
  }

  .header-mobile .itens-principal {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-mobile .toggle-mobile-menu {
    border: 0;
    padding: 0;
    background-color: transparent;
    padding-right: 15px;
  }

  .header-mobile .toggle-mobile-menu i {
    color: #26687D;
  }

  .header-mobile .mobile-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-mobile .mobile-actions img {
    width: 30px;
    height: 30px;
  }
}

