@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #333333;
}
body .tryon-titulo {
  text-transform: uppercase;
  color: #a98d38;
}
body .tryon-titulo strong {
  font-weight: 900;
}
body .tryon-ddd {
  font-size: 75%;
  margin-right: 5px;
}
body .tryon-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-size: 14px;
  font-weight: 300;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.5));
}
body .tryon-header .navbar {
  padding: 0;
}
body .tryon-header .navbar-brand {
  padding: 10px;
  background-color: #fff;
  margin: 0;
}
body .tryon-header .navbar-collapse {
  background-color: #a98d38;
}
body .tryon-header .navbar-nav {
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}
body .tryon-header .navbar-nav .nav-link {
  color: #fff;
}
body .tryon-header .navbar .container-fluid {
  padding: 0;
}
body .tryon-header-sociais {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body .tryon-header-sociais a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
body .tryon-header-sociais-instagram {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 16px;
}
body .tryon-header-sociais-instagram i {
  margin-top: 2px;
}
body .tryon-header-sociais-facebook i {
  font-size: 24px;
}
body .tryon-banners {
  width: 100%;
  height: 100vh;
  position: relative;
}
body .tryon-banners .owl-banners {
  height: 100%;
}
body .tryon-banners .owl-banners .owl-stage-outer {
  height: 100%;
}
body .tryon-banners .owl-banners .owl-stage-outer .owl-stage {
  height: 100%;
}
body .tryon-banners .owl-banners .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
body .tryon-banners .owl-banners .owl-stage-outer .owl-stage .owl-item .tryon-banners-link {
  display: block;
  width: 100%;
  height: 100%;
}
body .tryon-banners .owl-banners .owl-stage-outer .owl-stage .owl-item .tryon-banners-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .tryon-banners .owl-banners .owl-stage-outer .owl-stage .owl-item .tryon-banners-link img.mobile {
  display: none;
}
body .tryon-banners .owl-banners .owl-dots {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  right: 15%;
}
body .tryon-banners .owl-banners .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #fff;
}
body .tryon-banners .owl-banners .owl-dots .owl-dot.active span {
  border: none;
  background: #a98d38;
}
body .tryon-historia {
  position: relative;
  overflow: hidden;
}
body .tryon-historia-texto {
  padding: 59px 0;
}
body .tryon-historia-img {
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 3.2558139535%;
}
body .tryon-historia:has(.tryon-historia-img.aos-animate) {
  overflow: unset;
}
body .tryon-produtos {
  padding: 59px 0;
  background-color: #eeeeee;
}
body .tryon-produtos .tryon-titulo {
  text-align: center;
}
body .tryon-produtos p {
  text-align: center;
  margin-bottom: 15px;
}
body .tryon-produtos-categorias {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
  flex-wrap: wrap;
}
body .tryon-produtos-categorias-item {
  border: 1px solid #a98d38;
  width: 200px;
  color: #a98d38;
  text-align: center;
  padding: 5px;
  border-radius: 25px;
  cursor: pointer;
  flex-shrink: 0;
}
body .tryon-produtos-categorias-item.active {
  cursor: default;
  pointer-events: none;
  background-color: #a98d38;
  color: #fff;
  font-weight: bold;
}
body .tryon-produtos-produto {
  padding: 2px;
}
body .tryon-produtos-produto-img {
  border: 1px solid #a98d38;
  padding: 25px;
  border-radius: 25px 25px 0 0;
}
body .tryon-produtos-produto-titulo {
  background-color: #adacab;
  text-align: center;
  font-weight: bold;
  color: #3f3e3e;
  padding: 5px;
  border-radius: 0 0 25px 25px;
}
body .tryon-produtos #produtos-no-content {
  display: none;
}
body .tryon-produtos .owl-produtos .owl-nav:not(.disabled) {
  position: absolute;
  width: calc(100% + 90px);
  display: flex;
  justify-content: space-between;
  top: 50%;
  transform: translateX(-45px) translateY(-50%);
}
body .tryon-produtos .owl-produtos .owl-nav:not(.disabled) .owl-prev,
body .tryon-produtos .owl-produtos .owl-nav:not(.disabled) .owl-next {
  color: #a98d38;
  width: 30px;
  height: 30px;
  border: 1px solid #a98d38;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
body .tryon-produtos .owl-produtos .owl-nav:not(.disabled) .owl-prev:hover,
body .tryon-produtos .owl-produtos .owl-nav:not(.disabled) .owl-next:hover {
  background-color: #a98d38;
  color: #fff;
}
body .tryon-produtos .owl-produtos .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #a98d38;
}
body .tryon-produtos .owl-produtos .owl-dots .owl-dot.active span {
  background: #a98d38;
}
body .tryon-diferenciais {
  padding: 59px 0;
}
body .tryon-diferenciais-item {
  text-align: center;
}
body .tryon-diferenciais-item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
body .tryon-diferenciais-item p {
  max-width: 75%;
  margin: 0 auto;
}
body .tryon-representantes {
  position: relative;
  background-size: cover;
  background-position: center top;
  background-image: url(../img/representantes-bg.png);
  height: 700px;
}
body .tryon-representantes-texto {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body .tryon-representantes-texto .row {
  justify-content: center;
}
body .tryon-representantes-texto-conteudo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .tryon-representantes-texto-conteudo .tryon-titulo {
  color: #fff;
}
body .tryon-representantes-texto-conteudo .tryon-titulo strong {
  display: block;
}
body .tryon-representantes-btn {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
body .tryon-representantes-btn button {
  background-color: #434343;
  border: none;
  color: #a98d38;
  padding: 20px 50px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 25px;
}
body .tryon-localizacao {
  position: relative;
  height: 700px;
  overflow: hidden;
}
body .tryon-localizacao iframe {
  filter: saturate(0);
}
body .tryon-localizacao-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body .tryon-localizacao-texto {
  background-color: #18498e;
  padding: 50px 40px;
  color: #fff;
  position: relative;
}
body .tryon-localizacao-texto .tryon-titulo {
  color: inherit;
}
body .tryon-localizacao-texto address {
  font-weight: 300;
}
body .tryon-localizacao-texto::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: #a98d38;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(25%) translateY(-25%);
}
body .tryon-newsletter {
  background-color: #434343;
  color: #fff;
  padding: 20px 0;
}
body .tryon-newsletter .row {
  justify-content: center;
}
body .tryon-newsletter-conteudo {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: center;
}
body .tryon-newsletter-conteudo strong {
  display: block;
}
body .tryon-newsletter-conteudo form {
  flex-grow: 1;
  display: flex;
}
body .tryon-newsletter-conteudo form input {
  border-radius: 0;
}
body .tryon-newsletter-conteudo form input:focus {
  box-shadow: 0 0 0 0.25rem rgba(169, 141, 56, 0.25);
  border-color: #a98d38;
}
body .tryon-newsletter-conteudo form button {
  background-color: #a98d38;
  color: #fff;
  border: none;
  font-weight: bold;
  padding: 10px 20px;
}
body .tryon-footer {
  background-color: #18498e;
  color: #fff;
  font-size: 14px;
  padding: 59px 0;
}
body .tryon-footer p, body .tryon-footer address {
  line-height: 18px;
}
body .tryon-footer .row {
  align-items: flex-end;
}
body .tryon-footer-item1 p {
  margin: 15px 0;
}
body .tryon-footer-item1-sociais {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
body .tryon-footer-item1-sociais a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
body .tryon-footer-item1-sociais-instagram {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 100%;
}
body .tryon-footer-item1-sociais-instagram i {
  font-size: 16px;
  margin-top: 2px;
}
body .tryon-footer-item1-sociais-facebook i {
  font-size: 24px;
}
body .tryon-footer-item4-info {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-start;
}
body .tryon-footer-item4-info i {
  background-color: #a98d38;
  color: #18498e;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .tryon-footer-item4-info a {
  text-decoration: none;
  color: inherit;
}
body .tryon-footer-item4-info address {
  margin-bottom: 0;
}
body .tryon-footer ul li a {
  text-decoration: none;
  color: inherit;
}
body .tryon-footer ul li::marker {
  color: #a98d38;
}
body .tryon-assinatura {
  background-color: #434343;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding: 20px 0;
  font-size: 12px;
}
body .tryon-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade 300ms ease-in;
}
body .tryon-modal.active {
  display: block;
}
body .tryon-modal-content {
  position: relative;
  background-color: #f6f6f6;
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
  padding: 35px;
  animation: fadeUp 300ms ease-in;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
body .tryon-modal-content form .container-fluid {
  padding: 0;
}
body .tryon-modal-content form .form-label {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}
body .tryon-modal-content form .form-label::after {
  content: "*";
  color: red;
  margin-left: 2px;
  font-weight: bold;
}
body .tryon-modal-content form .form-control {
  border-radius: 0;
  border-color: #000000;
  margin-bottom: 15px;
}
body .tryon-modal-content form .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(169, 141, 56, 0.25);
  border-color: #a98d38;
}
body .tryon-modal-content form button {
  background-color: #18498e;
  border: none;
  color: #fff;
  padding: 5px 50px;
}
body .tryon-modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  background: none;
  color: #a98d38;
}
body .tryon-modal-produto {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.container {
  max-width: 70%;
}

.toast {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 9999999999;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1200px) {
  body .tryon-header {
    background-color: #fff;
  }
  body .tryon-header .container {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body .tryon-header .navbar-brand {
    padding-left: 15px;
  }
  body .tryon-header .navbar-brand img {
    height: 50px;
  }
  body .tryon-header .navbar-toggler {
    margin-right: 15px;
  }
  body .tryon-header .navbar-nav {
    align-items: flex-start;
    padding: 0 15px;
  }
  body .tryon-historia-img {
    position: static;
  }
  body .tryon-historia-img img {
    display: block;
    margin: 0 auto;
  }
  .container {
    max-width: 80%;
  }
}
@media screen and (max-width: 992px) {
  body,
  html {
    max-width: 100%;
    overflow-x: hidden;
  }
  body .tryon-diferenciais-item {
    margin-bottom: 50px;
  }
  body .tryon-representantes {
    background-image: url(../img/representantes-bg-mobile.png);
    background-position: left top;
    height: unset;
    padding: 59px 0;
  }
  body .tryon-representantes-texto {
    position: static;
    transform: none;
    margin-bottom: 15px;
  }
  body .tryon-representantes-texto-conteudo {
    row-gap: 15px;
    flex-direction: column;
  }
  body .tryon-representantes-btn {
    position: static;
  }
  body .tryon-representantes-btn button {
    font-size: unset;
    padding: 10px 50px;
  }
  body .tryon-newsletter-conteudo {
    flex-direction: column;
    row-gap: 15px;
  }
  body .tryon-newsletter-conteudo strong br {
    display: none;
  }
  body .tryon-newsletter-conteudo form {
    width: 100%;
  }
  body .tryon-modal-produto {
    grid-template-columns: 1fr;
  }
  .container {
    max-width: 90%;
  }
}/*# sourceMappingURL=styles.css.map */