@charset "UTF-8";
/* basic reset  */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  list-style: none;
  border: 0;
  font-family: "Open Sans";
}

a, a:active, a:hover, a:checked {
  text-decoration: none;
}

/*Variaveis*/
/*classes padrão */
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.right {
  float: right;
}

.left {
  float: left;
}

.none {
  display: none;
}

b {
  background: #fab49b;
}

.menu a {
  color: #676767;
}

.orders-signup {
  height: 25px;
  background: #fab49b;
  width: 100%;
}
.orders-signup .menu {
  width: 70%;
  margin: 0 auto;
}
.orders-signup .menu a {
  margin-left: 0.4em;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.brand {
  width: 100%;
  min-height: 60px;
  margin-top: 30px;
}
.brand div {
  width: 32%;
  float: left;
  margin-left: 1%;
  text-align: center;
}
.brand .option-search .search {
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  height: 40px;
  outline: none;
  padding: 0px 10px;
  width: 200px;
  color: #505050;
  border-radius: 2px;
  border-bottom: 2px solid #ccc;
  font-size: 11px;
}
.brand .option-search img {
  top: 7px;
  right: 50px;
  position: relative;
}
.brand .expositive {
  @entend :%center;
}
.brand .expositive img {
  text-align: center;
  display: block;
}
.brand .more-opt ul li {
  display: inline-block;
  margin: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: middle;
}
.brand .more-opt ul li a {
  color: #676767;
  vertical-align: middle;
}
.brand .more-opt ul li a img {
  vertical-align: middle;
  margin-left: 5px;
}

nav.menu.main {
  min-height: 30px;
  margin: 40px 0px 15px 0px;
}
nav.menu.main a {
  margin-left: 1.5em;
  font-family: Georgia;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
}
nav.menu.main a:hover, nav.menu.main a:active {
  color: #fab49b;
  letter-spacing: 1.5px;
  border: 2px 0px;
  border-bottom: 1px solid #fab49b;
  border-top: 1px solid #fab49b;
}

.slideshow {
  height: 550px;
  width: 100%;
  /*controladores*/
}
.slideshow .trs {
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  -ms-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.slideshow #slider {
  position: relative;
  z-index: 1;
}
.slideshow #slider a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.slideshow .ativo {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.slideshow span {
  background: #fab49b;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 50%;
  width: 43px;
  height: 43px;
  z-index: 5;
}
.slideshow .next {
  right: 10px;
}
.slideshow .next:before, .slideshow .next:after {
  left: 21px;
}
.slideshow .next:before {
  -webkit-transform: rotate(-42deg);
  top: 5px;
}
.slideshow .next:after {
  -webkit-transform: rotate(-132deg);
  top: 19px;
}
.slideshow .next:before, .slideshow .next:after, .slideshow .prev:before, .slideshow .prev:after {
  content: "";
  height: 20px;
  background: #fff;
  width: 1px;
  position: absolute;
}
.slideshow .prev {
  left: 10px;
}
.slideshow .prev:before, .slideshow .prev:after {
  left: 18px;
}
.slideshow .prev:before {
  -webkit-transform: rotate(42deg);
  top: 5px;
}
.slideshow .prev:after {
  -webkit-transform: rotate(132deg);
  top: 19px;
}
.slideshow figure:hover span {
  opacity: 0.76;
  filter: alpha(opacity=76);
}
.slideshow figure {
  max-width: 100%;
  height: 550px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.slideshow figcaption {
  text-align: center;
  padding-left: 20px;
  font-size: 22px;
  background: #fab49b;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 55px;
  z-index: 5;
  color: #fff;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 46.82px;
  letter-spacing: 1.03px;
  align-items: center;
  text-transform: uppercase;
}

.benefits {
  width: 100%;
  height: 90px;
  background: #eef1f2;
  margin: 10px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.benefits ul li {
  display: inline-block;
  margin-left: 20px;
}

.models-brand-01 {
  width: 100%;
}
.models-brand-01 .model img {
  width: 100%;
}
.models-brand-01 .model.m1 {
  margin-right: 1%;
}
.models-brand-01 .model.m1, .models-brand-01 .model.m2 {
  width: 49.5%;
  text-align: center;
  float: left;
}
.models-brand-01 .model .container {
  display: inline-block;
  position: relative;
}
.models-brand-01 .model .container figcaption {
  position: absolute;
  background: #f2f2f2;
  padding: 20px;
  height: 16px;
  color: #636363;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 46.82px;
  letter-spacing: 1.03px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 36%;
  bottom: 5px;
}
.models-brand-01 .m3 .container {
  display: block;
}
.models-brand-01 .m3 .container figcaption {
  left: 42%;
}

.products {
  width: 100%;
  min-height: 250px;
  align-items: center;
  margin-top: 20px;
}
.products .prod {
  float: left;
  width: 28%;
  margin-left: 4%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ccc;
  min-height: 235px;
}
.products .prod figure img {
  display: block;
  float: left;
}
.products .prod figure figcaption {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.products .prod figure figcaption.name {
  color: #636363;
  font-family: Georgia;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2.4px;
  margin-top: 20%;
}
.products .prod figure figcaption.cta {
  width: 78px;
  height: 8px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5%;
  border: 1px solid #ccc;
  padding: 8px;
}

.launch {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 15px;
  min-height: 600px;
}
.launch hr {
  display: inline-block;
  width: 35%;
  margin: 5px 10px;
  border-top: 2px solid #e5e5e5;
}
.launch .title {
  margin: 25px auto;
  opacity: 0.75;
  color: #000000;
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 5.2px;
  z-index: 1;
}
.launch .lanc {
  margin-top: 10px;
  width: 30%;
  margin-left: 2.5%;
  float: left;
  background: #fff;
  position: relative;
}
.launch .lanc .promotion {
  width: 56px;
  height: 56px;
  opacity: 0.8;
  background: #000;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 28%;
}
.launch .lanc .promotion span {
  width: 34px;
  height: 25px;
  color: #fab49b;
  font-family: "Open Sans - Extrabold";
  font-size: 17px;
  font-weight: 400;
  line-height: 12.96px;
  text-transform: uppercase;
  font-family: "Open Sans Extrabold";
  font-weight: 700;
  letter-spacing: -1.2px;
}
.launch .lanc .promotion span b {
  font-family: "Open Sans - Semibold";
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.9px;
}
.launch .lanc .espiar {
  display: none;
  width: 200px;
  height: 40px;
  opacity: 0.8;
  background: #000;
  text-align: center;
  cursor: pointer;
  z-index: unset;
  position: absolute;
  top: 34%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.launch .lanc .espiar span {
  width: 67px;
  height: 11px;
  color: #fab49b;
  font-family: Georgia;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  z-index: unset;
}
.launch .lanc .espiar span img {
  display: inherit;
  margin-top: 10px;
}
.launch .lanc img.ads {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  max-height: 250px;
}
.launch .lanc img.ads:hover {
  opacity: 0.4;
}
.launch .lanc img.ads:hover ~ .espiar {
  display: block;
}
.launch .lanc .desc {
  position: inherit;
  display: inline-block;
}
.launch .lanc .desc .text {
  color: #676767;
  font-family: Georgia;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 2.8px;
  width: 100%;
  padding: 10px 100px;
}
.launch .lanc .desc .prices {
  text-align: center;
  margin-top: 0px;
}
.launch .lanc .desc .prices .old, .launch .lanc .desc .prices .new {
  padding: 10px auto;
  margin-left: 20px;
}
.launch .lanc .desc .prices .old {
  width: 216px;
  height: 16px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
  color: #676767;
  font-family: "Open Sans";
  letter-spacing: 1.4px;
  text-decoration: line-through;
}
.launch .lanc .desc .prices .new {
  letter-spacing: 1.6px;
  font-family: "Open Sans - Semibold";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
}
.launch .lanc .desc .prices .condition {
  width: 100%;
  display: inline-block;
  color: #676767;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1.2px;
}
.launch .lanc .desc .prices a.btn {
  text-align: center;
  display: inline-block;
  background: #fab49b;
  color: #ffffff;
  font-family: Georgia;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1.6px;
  padding: 20px;
  margin-top: 7px;
  width: 190px;
}
.launch h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  color: #fff;
}

.destaq {
  width: 100%;
  margin: 0px auto 20px auto;
  min-height: 715px;
}
.destaq div {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
  position: relative;
  text-align: center;
}
.destaq .blocos {
  display: inline-block;
}
.destaq .blocos .bl {
  float: left;
  width: auto !important;
  margin-right: 10px !important;
}
.destaq .blocos .bl.b1 {
  margin-left: 3%;
}
@media only screen and (min-width: 1400px) {
  .destaq .blocos .bl.b1 {
    margin-left: 12%;
  }
}
.destaq .blocos .bl .b3 {
  margin-top: 5px;
}
.destaq .blocos .bl span {
  display: block;
  position: relative;
}
.destaq .blocos .bl span b {
  position: absolute;
  background: #f2f2f2;
  padding: 20px;
  height: 16px;
  color: #636363;
  font-family: Georgia;
  font-size: 20px;
  font-weight: 400;
  line-height: 46.82px;
  letter-spacing: 1.03px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  left: 36%;
  bottom: 5px;
}
.destaq .blocos .bl img {
  max-width: 100%;
}

.social {
  margin-bottom: 30px;
}
.social h2 {
  color: #676767;
  font-family: "Open Sans";
  font-size: 25px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.25px;
  border-bottom: 1px solid #676767;
  padding-bottom: 6px;
  margin: 0 auto;
  width: 220px;
  margin-bottom: 20px;
}

.contact-newslatter {
  min-height: 75px;
}
.contact-newslatter ul {
  text-align: center;
}
.contact-newslatter ul li {
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  line-height: 71px;
}
.contact-newslatter ul li img {
  vertical-align: middle;
}
.contact-newslatter ul li.email input {
  width: 482px;
  height: 43px;
  border: 1px solid #d2d2d2;
  background-color: white;
  background-image: url("img/send.PNG");
  background-position: 439px 0px;
  background-repeat: no-repeat;
  padding-left: 10px;
}
.contact-newslatter ul li .news {
  color: #626161;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.sitemap {
  background: #fab49b;
  min-height: 350px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.sitemap a, .sitemap a:hover, .sitemap a:active {
  color: #000;
}
.sitemap .attention {
  width: 20%;
  float: left;
  margin-right: 1%;
  min-height: 250px;
}
.sitemap .attention .title {
  opacity: 0.9;
  font-family: Georgia;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.sitemap .attention .more-info {
  margin-bottom: 5px;
  opacity: 0.8;
  color: #000000;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}
.sitemap .attention.bloco3 img {
  vertical-align: bottom;
  margin-left: -18px;
}

.opt-payments {
  background: #fbc7b4;
  height: 60px;
  padding: 5px 0;
}
.opt-payments .payments {
  opacity: 1;
  z-index: 1;
  display: inline-flex;
  width: 80%;
  margin-left: 7.5%;
  margin-bottom: 10px;
}
.opt-payments .payments li {
  background-color: #fff;
  width: 50px;
  height: 40px;
  margin: 5px 2px;
  display: inline-block;
  padding: 0px;
  border: 0;
  font-size: 100%;
  font: inherit;
}
.opt-payments .payments li.title {
  width: 200px;
  background: none;
  color: #000;
  line-height: 40px;
  font-weight: 100;
  width: 190px;
  font-size: 13px;
}
.opt-payments .payments li img {
  margin: 0 auto;
  display: block;
  margin-top: 5px;
}

footer {
  width: 100%;
  position: absolute;
}
footer div {
  margin: 15px auto;
  width: 85%;
}
footer div p {
  width: 70%;
  float: left;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 21px;
  opacity: 0.8;
}
footer div img {
  float: right;
}

/*# sourceMappingURL=style.css.map */
