@font-face {
  font-family: "ubuntubold";
  src: url("ubuntu-b-webfont.woff2") format("woff2"),
    url("ubuntu-b-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 27, 2018 */
@font-face {
  font-family: "ubuntulight";
  src: url("ubuntu-l-webfont.woff2") format("woff2"),
    url("ubuntu-l-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 27, 2018 */
@font-face {
  font-family: "rommantisregular";
  src: url("rommantis-webfont.woff2") format("woff2"),
    url("rommantis-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  overflow-x: hidden;
}

.over-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
}

.menu_mobile {
  width: 70%;
  height: 100%;
  clear: both;
  position: fixed;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  background: #fff;
}

.menu_mobile .logo {
  margin-left: 10px;
  width: 100%;
}

.menu_mobile .logo img {
  max-width: 200px;
}

.menu_mobile.fade {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.menu_mobile ul {
  list-style: none;
  margin-top: 30px;
}

.menu_mobile ul li {
  display: inline-block;
  float: left;
  clear: both;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  position: relative;
}

.menu_mobile ul li a {
  display: block;
  width: 100%;
  font-family: ubuntubold;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  text-decoration: none;
  color: #ed3237;
  font-size: 14px;
}

.menu_mobile .infos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: ubuntulight;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ed3237;
}

.menu_mobile .infos div,
.menu_mobile .infos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 10px;
}

.menu_mobile .infos div img,
.menu_mobile .infos a img {
  margin-right: 3px;
}

.container {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}

nav.mobile {
  width: 100%;
  height: 94px;
  float: left;
  position: relative;
  z-index: 200;
  padding-top: 29px;
  display: none;
}

@media (max-width: 1024px) {
  nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

nav.mobile .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 94px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

nav.mobile .container svg {
  fill: #fff;
}

nav.desk {
  width: 100%;
  height: 94px;
  float: left;
  position: relative;
  z-index: 9999;
  padding-top: 29px;
}

@media (max-width: 1024px) {
  nav.desk {
    display: none;
  }
}

nav.desk .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 94px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1370px) {
  nav.desk .container {
    width: 98%;
  }
}

nav.desk ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav.desk ul li a {
  font-family: ubuntubold;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 38px;
}

@media (max-width: 1370px) {
  nav.desk ul li a {
    padding: 0 15px;
  }
}

nav.desk .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: ubuntulight;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

nav.desk .infos div,
nav.desk .infos a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

nav.desk .infos div img,
nav.desk .infos a img {
  margin-right: 3px;
}

.home {
  width: 100%;
  float: left;
  margin-top: -94px;
}

.home .swiper-container {
  width: 100%;
  height: 938px;
}

.home .swiper-container .conteudo_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 938px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .home .swiper-container .conteudo_slider {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.home .swiper-container .conteudo_slider span:nth-child(1) {
  font-family: rommantisregular;
  font-size: 227.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: normal;
  text-align: left;
  color: #ed3237;
}

@media (max-width: 1024px) {
  .home .swiper-container .conteudo_slider span:nth-child(1) {
    font-size: 120px;
    line-height: 50px;
    text-align: center;
  }
}

.home .swiper-container .conteudo_slider span:nth-child(2) {
  font-family: rommantisregular;
  font-size: 92.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  left: 173px;
  color: #ed3237;
}

@media (max-width: 1024px) {
  .home .swiper-container .conteudo_slider span:nth-child(2) {
    font-size: 60px;
    line-height: 60px;
    left: 0;
    text-align: center;
  }
}

.home .swiper-container .conteudo_slider span:nth-child(3) {
  font-family: rommantisregular;
  font-size: 227.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: normal;
  text-align: left;
  position: relative;
  left: 163px;
  color: #ed3237;
}

@media (max-width: 1024px) {
  .home .swiper-container .conteudo_slider span:nth-child(3) {
    font-size: 130px;
    line-height: 60px;
    left: 0;
    text-align: center;
  }
}

.home .swiper-container .conteudo_slider a {
  width: 219px;
  height: 44px;
  border-radius: 5px;
  background-color: #ffcc00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: ubuntubold;
  font-size: 15px;
  position: relative;
  text-decoration: none;
  left: 263px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ed3237;
}

@media (max-width: 1024px) {
  .home .swiper-container .conteudo_slider a {
    left: 0;
  }
}

.sobre {
  width: 100%;
  padding: 99px 0px;
  float: left;
}

.sobre h2 {
  font-family: ubuntubold;
  font-size: 86.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ed3237;
}

@media (max-width: 1024px) {
  .sobre h2 {
    font-size: 40px;
    text-align: center;
  }
}

.sobre h2 span {
  font-family: rommantisregular;
  font-size: 158.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: normal;
  text-align: left;
  color: #ed3237;
}

@media (max-width: 1024px) {
  .sobre h2 span {
    font-size: 100px;
    line-height: 50px;
    text-align: center;
  }
}

.sobre .fundo_sobre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
  width: 100%;
}

@media (max-width: 1024px) {
  .sobre .fundo_sobre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sobre .fundo_sobre .foto {
  width: 40%;
  height: 586px;
  margin-right: 33px;
}

@media (max-width: 1024px) {
  .sobre .fundo_sobre .foto {
    width: 100%;
    height: auto;
  }
}

.sobre .fundo_sobre .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sobre .fundo_sobre p {
  width: 60%;
  font-family: ubuntulight;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #474545;
}

@media (max-width: 1024px) {
  .sobre .fundo_sobre p {
    width: 100%;
    margin-top: 20px;
  }
}

.sobre .fundo_sobre p span {
  font-weight: bold;
  color: #ed3237;
}

.historia {
  width: 100%;
  float: left;
}

.historia h2 {
  font-family: ubuntulight;
  font-size: 40px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 8px;
  text-align: center;
  color: #474545;
}

.historia .anos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 99px;
  height: 100px;
}

@media (max-width: 1024px) {
  .historia .anos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.historia .anos .ano {
  font-family: ubuntulight;
  font-size: 25px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.58;
  letter-spacing: normal;
  text-align: left;
  color: #ed3237;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  cursor: pointer;
  position: relative;
}

.historia .anos .ano:after {
  content: "";
  opacity: 0;
  width: 44px;
  height: 7px;
  background-color: #ed3237;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.historia .anos .ano:hover {
  font-size: 44.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.01;
}

.historia .anos .ano:hover:after {
  opacity: 1;
}

.historia .anos .ano.active {
  font-size: 44.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.01;
}

.historia .anos .ano.active:after {
  opacity: 1;
}

.historia .historia {
  width: 80%;
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
}

.historia .historia .item {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .historia .historia .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.historia .historia .item .foto {
  max-width: 428px;
  width: 50%;
  height: 426px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .historia .historia .item .foto {
    width: 100%;
  }
}

.historia .historia .item .foto img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.historia .historia .item .desc {
  width: 50%;
}

@media (max-width: 1024px) {
  .historia .historia .item .desc {
    width: 100%;
  }
}

.historia .historia .item .desc .titulo {
  font-family: ubuntubold;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.58;
  letter-spacing: normal;
  text-align: left;
  color: #ed3237;
}

.historia .historia .item .desc p {
  font-family: ubuntulight;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #474545;
}

.fleex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.lojavirtual {
  width: 100%;
  max-width: 1446px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 427px;
  margin-top: 147px;
  float: left;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("../images/loja_virtual.jpg") no-repeat top center;
  -webkit-box-shadow: 4.7px 11px 22.7px 4.3px rgba(0, 0, 0, 0.29);
  box-shadow: 4.7px 11px 22.7px 4.3px rgba(0, 0, 0, 0.29);
}

.contato {
  width: 100%;
  float: left;
  background: #ffcc00;
  padding-top: 340px;
  padding-bottom: 131px;
  margin-top: -200px;
}

.contato h2 {
  font-family: ubuntubold;
  font-size: 86.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ed3237;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .contato h2 {
    font-size: 40px;
    text-align: center;
  }
}

.contato h2 span {
  font-family: rommantisregular;
  font-size: 158.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 100px;
  letter-spacing: normal;
  text-align: left;
  color: #ed3237;
}

@media (max-width: 1024px) {
  .contato h2 span {
    font-size: 100px;
    line-height: 50px;
    text-align: center;
  }
}

.contato h3 {
  font-family: ubuntubold;
  font-size: 61px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ed3237;
  margin-bottom: 103px;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .contato h3 {
    font-size: 40px;
    text-align: center;
  }
}

.contato h3 span {
  font-family: rommantisregular;
  font-size: 112px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  color: #ed3237;
  text-transform: lowercase;
}

@media (max-width: 1024px) {
  .contato h3 span {
    font-size: 100px;
    line-height: 50px;
    text-align: center;
  }
}

.contato .formcontato {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* Safari 6.1+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.contato .formcontato input[type="text"] {
  width: 30%;
  font-family: ubuntulight;
  height: 83px;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  background: #fff;
}

.contato .formcontato textarea {
  width: 100%;
  font-family: ubuntulight;
  height: 300px;
  padding-left: 10px;
  background: #fff;
  padding-top: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contato .formcontato input[type="submit"] {
  width: 196px;
  height: 62px;
  border-radius: 5px;
  background-color: #ed3237;
  border: none;
  margin-bottom: 60px;
  font-family: ubuntulight;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: ubuntubold;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffcc00;
  float: left;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contato .fundo_lojas {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contato .fundo_lojas .item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
  padding: 4rem;
}

.contato .fundo_lojas .item .titulo {
  font-family: ubuntulight;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #ed3237;
}

.contato .fundo_lojas .item p {
  font-family: ubuntulight;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: left;
  color: #474545;
}

footer {
  width: 100%;
  background: #fff;
  float: left;
  padding-top: 70px;
  padding-bottom: 70px;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .item {
  font-family: ubuntulight;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

footer .item:first-of-type {
  width: 35%;
}

footer .item ul {
  list-style: none;
}

footer .item ul a {
  font-family: ubuntulight;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

footer .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .item div img {
  margin-right: 5px;
}

footer h3 {
  font-family: ubuntubold;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #474545;
  margin-bottom: 20px;
}

footer form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

footer form input[type="email"] {
  width: calc(100% - 139px);
  border: none;
  height: 48px;
  border-bottom: 1px solid #2b5a4f;
  padding-left: 10px;
  font-family: ubuntulight;
}

footer form input[type="submit"] {
  width: 139px;
  border: none;
  height: 44px;
  border-radius: 5px;
  background-color: #ffcc00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: ubuntubold;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ed3237;
}
/*# sourceMappingURL=style.css.map */
