@font-face {
  font-family: 'Raleway-Thin';
  src: url("fonts/Raleway-Thin.woff2") format("woff2"), url("fonts/Raleway-Thin.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Raleway-Regular';
  src: url("fonts/Raleway-Regular.woff2") format("woff2"), url("fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamRounded-Book';
  src: url("fonts/GothamRounded-Book.woff2") format("woff2"), url("fonts/GothamRounded-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamRounded-Bold';
  src: url("fonts/GothamRounded-Bold.woff2") format("woff2"), url("fonts/GothamRounded-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 400;
  font-family: Arial, sans-serif; }

input,
select {
  -webkit-appearance: none;
  border-radius: 0; }

button {
  cursor: pointer; }

img {
  display: block; }

.max-w-620px {
  max-width: 620px;
  width: 100%;
  margin: 0 auto; }

.max-w-860px {
  max-width: 860px;
  width: 100%;
  margin: 0 auto; }

.max-w-1040px {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto; }

.max-w-1180px {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto; }

.max-w-100pc {
  max-width: 100%;
  width: 100%; }

.mg-0-auto {
  margin: 0 auto; }

.gray-gradient {
  background: linear-gradient(180deg, #fafafa 0%, #e5e5e5 100%); }

.center-item {
  text-align: center; }

.mg-bt-80px {
  margin-bottom: 80px; }

.bg-triple {
  background: #fff url(images/bg-doble.png) left top no-repeat;
  background-size: cover;
  position: relative; }

.box_product {
  max-width: 320px;
  width: 100%;
  height: 269px;
  margin-top: 160px;
  padding: 24px;
  background: #d1b666;
  border-radius: 5px 35px 5px 35px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center; }
  .box_product .box_product_cut_img {
    width: 100%;
    height: auto;
    margin-top: -240px; }
    .box_product .box_product_cut_img img {
      width: 100%;
      height: auto;
      transform: scale(1.2) translate3d(0, -20px, 0); }
  .box_product h3 {
    color: #fff;
    font-size: 22px;
    font-family: "GothamRounded-Bold";
    margin-bottom: 15px;
    margin-top: 5px;
    min-height: 52px;
    display: flex;
    align-items: center; }
  .box_product p {
    font-size: 16px;
    font-family: 'GothamRounded-Book';
    color: #fff;
    margin-bottom: 15px; }
  .box_product .box_product_more-info {
    font-size: 22px;
    font-family: "GothamRounded-Bold";
    color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 12px 53px;
    margin-bottom: 12px; }
  .box_product .box_product_buy {
    color: #c6a85b;
    font-size: 22px;
    font-family: "GothamRounded-Bold";
    border-radius: 10px;
    background: #fff;
    padding: 12px 64px;
    position: relative;
    z-index: 1; }
  @media (max-width: 1000px) {
    .box_product {
      max-width: 240px;
      height: 240px;
      margin-top: 120px; }
      .box_product .box_product_cut_img {
        margin-top: -170px; }
      .box_product h3 {
        font-size: 16px; }
      .box_product p {
        font-size: 12px; }
      .box_product .box_product_more-info {
        font-size: 16px;
        padding: 9px 41px; }
      .box_product .box_product_buy {
        font-size: 16px;
        padding: 9px 50px; } }

/****************Teste Box Categoria***************/

.box_product_categoria {

width: 100%;
height: auto;
/*height: 269px;*/
margin-top: 20px;
padding: 24px;
/*background: #d1b666;*/
border: 2px solid #d1b666;
border-radius: 20px;
/*border-radius: 5px 35px 5px 35px;*/
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
display: flex;
flex-direction: column;
align-items: center; }
.box_product_categoria .box_product_cut_img {
  width: 80%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;

  /*margin-top: -240px;*/ }
  .box_product_categoria .box_product_cut_img img {
    width: 100%;
    height: auto;
    transform: scale(1.2) translate3d(0, -20px, 0); }
.box_product_categoria h3 {
  color: #c6a85b;
  font-size: 24px;
  font-family: "GothamRounded-Bold";
  margin-bottom: 15px;
  margin-top: 5px;
  min-height: 52px;
  display: flex;
  align-items: center; }
.box_product_categoria p {
  font-size: 16px;
  font-family: 'GothamRounded-Book';
  color: #c6a85b;
  margin-bottom: 15px; }
.box_product_categoria .box_product_more-info {
  font-size: 22px;
  font-family: "GothamRounded-Bold";
  color: #c6a85b;
  border-radius: 10px;
  border: 1px solid #c6a85b;
  padding: 12px 53px;
  margin-bottom: 12px; }
.box_product_categoria .box_product_buy {
  color: #fff;
  font-size: 22px;
  font-family: "GothamRounded-Bold";
  border-radius: 10px;
  background: #c6a85b;
  padding: 12px 64px;
  position: relative;
  z-index: 1; }
@media (max-width: 1000px) {
  .box_product {
    max-width: 240px;
    height: 240px;
    margin-top: 120px; }
    .box_product .box_product_cut_img {
      margin-top: -170px; }
    .box_product h3 {
      font-size: 16px; }
    .box_product p {
      font-size: 12px; }
    .box_product .box_product_more-info {
      font-size: 16px;
      padding: 9px 41px; }
    .box_product .box_product_buy {
      font-size: 16px;
      padding: 9px 50px; } }

.pd-div {
  padding: 50px; }
  @media (max-width: 1000px) {
    .pd-div {
      padding: 25px; } }

.h2-default {
  font-size: 50px;
  font-family: "GothamRounded-Bold";
  color: #d1b666; }
  @media (max-width: 1000px) {
    .h2-default {
      font-size: 30px; } }

h1.h1-internal {
  font-size: 50px;
  font-family: "GothamRounded-Bold";
  color: #d1b666;
  text-align: center; }
  @media (max-width: 1000px) {
    h1.h1-internal {
      font-size: 30px; } }

.content-relative {
  position: relative; }

.hide-767px {
  display: block !important; }

.show-767px {
  display: none !important; }

@media (max-width: 767px) {
  .hide-767px {
    display: none !important; }
  .show-767px {
    display: block !important; } }

@media (max-width: 1200px) {
  .pd-20px {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .pd-20px-r-0 {
    padding-left: 20px !important;
    padding-right: 0 !important; } }

.box-reading {
  width: 100%;
  max-width: 320px;
  height: 420px; }
  .box-reading .box-reading_cut_img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden; }
    .box-reading .box-reading_cut_img img {
      width: 100%;
      height: auto; }
  .box-reading .box-reading_txt {
    position: relative;
    top: -100px;
    right: -10px;
    width: 100%;
    height: 200px;
    padding: 20px;
    background: #b07468;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: radial-gradient(circle, #b07468 0%, #596054 100%);
    border-radius: 30px 5px 30px 5px; }
    .box-reading .box-reading_txt .box-reading_txt {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .box-reading .box-reading_txt h4 {
      font-size: 24px;
      color: #fff;
      font-family: "GothamRounded-Bold";
      text-align: center;
      margin-bottom: 15px; }
    .box-reading .box-reading_txt p {
      color: #fff;
      font-size: 14px;
      font-family: "GothamRounded-Book"; }
    .box-reading .box-reading_txt .box-reading_txt_link {
      display: flex;
      justify-content: space-between; }
      .box-reading .box-reading_txt .box-reading_txt_link a {
        color: #fff;
        font-size: 18px;
        font-family: "GothamRounded-Bold";
        text-decoration: underline; }
      .box-reading .box-reading_txt .box-reading_txt_link p {
        font-size: 16px;
        font-family: 'GothamRounded-Book';
        color: #fff;
        position: relative;
        display: flex;
        align-items: center; }
        .box-reading .box-reading_txt .box-reading_txt_link p::before {
          content: "";
          width: 32px;
          height: 32px;
          display: inline;
          background: url(images/icon-stopwatch.png) no-repeat;
          background-size: contain;
          margin-right: 8px; }
  @media (max-width: 1000px) {
    .box-reading {
      max-width: 240px; }
      .box-reading .box-reading_txt h4 {
        font-size: 16px; }
      .box-reading .box-reading_txt p {
        font-size: 12px; }
      .box-reading .box-reading_txt .box-reading_txt_link {
        align-items: center; }
        .box-reading .box-reading_txt .box-reading_txt_link a {
          font-size: 16px; }
        .box-reading .box-reading_txt .box-reading_txt_link p {
          font-size: 16px; } }

.bg-calc {
  background: #65ac8d;
  background: linear-gradient(90deg, #65ac8d 0%, #3d745c 100%); }

.calc {
  margin-bottom: 40px; }
  .calc .calc_content {
    background: url(images/bg-diaper.png) right center no-repeat;
    display: flex;
    padding: 30px 0;
    align-items: center; }
    @media (max-width: 1000px) {
      .calc .calc_content {
        flex-direction: column; }
        .calc .calc_content .calc_content_item_1 {
          width: 100%;
          padding-right: 0; }
        .calc .calc_content .calc_content_item_2 {
          padding-left: 0;
          padding-top: 20px;
          margin-top: 20px;
          width: 100%; }
          .calc .calc_content .calc_content_item_2::before {
            top: 0;
            left: 0;
            right: 0;
            bottom: auto;
            margin: auto;
            width: 300px;
            height: 1px;
            opacity: 0.5; }
          .calc .calc_content .calc_content_item_2 .calc_content_item_2_select {
            flex-direction: column;
            margin-bottom: 20px; }
            .calc .calc_content .calc_content_item_2 .calc_content_item_2_select p {
              margin-bottom: 20px; }
            .calc .calc_content .calc_content_item_2 .calc_content_item_2_select select {
              margin-left: 0; }
          .calc .calc_content .calc_content_item_2 .calc_content_item_2_result {
            flex-direction: column;
            justify-content: center;
            align-items: center; }
            .calc .calc_content .calc_content_item_2 .calc_content_item_2_result .item_2_result_item {
              flex-direction: row;
              width: 300px;
              text-align: left; }
              .calc .calc_content .calc_content_item_2 .calc_content_item_2_result .item_2_result_item img {
                margin-bottom: 0; }
              .calc .calc_content .calc_content_item_2 .calc_content_item_2_result .item_2_result_item p {
                width: 150px; }
              .calc .calc_content .calc_content_item_2 .calc_content_item_2_result .item_2_result_item p + p {
                margin-top: 0;
                width: 70px;
                text-align: right; }
                .calc .calc_content .calc_content_item_2 .calc_content_item_2_result .item_2_result_item p + p b {
                  font-size: 22px; } }
  .calc h2 {
    color: #FFD874;
    font-family: "GothamRounded-Bold";
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1; }
    .calc h2 span {
      font-size: 30px; }
    @media (max-width: 1200px) {
      .calc h2 {
        font-size: 32px; }
        .calc h2 span {
          font-size: 26px; } }
    @media (max-width: 1100px) {
      .calc h2 {
        font-size: 26px; }
        .calc h2 span {
          font-size: 22px; } }
  .calc p {
    font-size: 16px;
    font-family: 'GothamRounded-Book';
    color: #fff; }
  .calc .calc_content_item_1 {
    width: calc(100% - 720px);
    padding-right: 20px; }
    .calc .calc_content_item_1 p {
      margin-bottom: 15px; }
    .calc .calc_content_item_1 b {
      font-family: "GothamRounded-Bold"; }
  .calc .calc_content_item_2 {
    position: relative;
    padding-left: 20px;
    width: 720px; }
    .calc .calc_content_item_2::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 180px;
      background: #fff;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .calc .calc_content_item_2 .calc_content_item_2_select {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 50px; }
      .calc .calc_content_item_2 .calc_content_item_2_select select {
        margin-left: 20px;
        font-size: 18px;
        font-size: 16px;
        font-family: 'GothamRounded-Book';
        color: #fff;
        border: 1px solid #fff;
        padding: 14px 8px;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
        background: transparent url(images/icon-select-calc.png) no-repeat right 10px center;
        cursor: pointer;
        width: 300px;
        border-radius: 10px; }
        .calc .calc_content_item_2 .calc_content_item_2_select select option {
          color: #000;
          font-family: "Raleway-Regular"; }
    .calc .calc_content_item_2 .calc_content_item_2_result {
      display: flex;
      justify-content: space-between;
      width: calc(100% - 90px);
      margin: 0 auto; }
      .calc .calc_content_item_2 .calc_content_item_2_result .item_2_result_item {
        display: flex;
        width: 160px;
        flex-direction: column;
        align-items: center;
        text-align: center; }
        .calc .calc_content_item_2 .calc_content_item_2_result .item_2_result_item img {
          margin-bottom: 10px; }
      .calc .calc_content_item_2 .calc_content_item_2_result p {
        font-size: 16px;
        font-family: 'GothamRounded-Book';
        font-size: 18px;
        color: #fff; }
        .calc .calc_content_item_2 .calc_content_item_2_result p b {
          font-size: 16px;
          font-family: 'GothamRounded-Bold';
          font-size: 30px;
          color: #FFD874; }
      .calc .calc_content_item_2 .calc_content_item_2_result p + p {
        margin-top: 30px; }

.bg-tab {
  margin-bottom: 90px;
  background: url(images/bg-tab.png) no-repeat #d2b766;
  background: url(images/bg-tab.png) linear-gradient(90deg, #d2b766 0%, #c5a75a 100%);
  background-position: center center; }

.tab {
  padding: 40px 0 60px;
  display: none; }
  .tab h2 {
    font-size: 36px;
    color: #fff;
    font-family: "GothamRounded-Bold";
    text-align: center;
    margin-bottom: 40px; }

.tab.show-tab {
  display: block; }
  @media (max-width: 1000px) {
    .tab.show-tab {
      display: none; } }

.tab_content {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: #dedbd3;
  padding: 30px;
  background: linear-gradient(90deg, #dedbd3 0%, #f9f6ef 100%); }
  .tab_content .tab_content_item {
    display: grid;
    grid-template-columns: 190px 210px 190px 210px;
    justify-items: center;
    align-items: center; }
    .tab_content .tab_content_item p {
      color: #d1b666;
      font-size: 22px;
      text-align: center;
      font-family: "GothamRounded-Book"; }
      .tab_content .tab_content_item p b {
        font-family: "GothamRounded-Bold"; }
  .tab_content .bt-tab {
    border-bottom: 1px solid #d1b666;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .tab_content .tab_content_item + .tab_content_item {
    margin-top: 20px; }
  .tab_content .tab_content_item_footer p {
    font-size: 18px;
    font-family: "GothamRounded-Book";
    color: #d1b666; }

.bg-border-top {
  background: url(images/bg-border-top.png) top right no-repeat;
  background-size: contain; }

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px; }
  .menu .menu_logo {
    width: 100px;
    height: 70px;
    background: url(images/logo-v2.png) center center no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 4; }
  .menu .menu_nav {
    display: flex;
    justify-content: space-between; }
    .menu .menu_nav .menu_nav_top_mobile {
      display: none; }
    .menu .menu_nav li {
      position: relative; }
      .menu .menu_nav li a {
        font-size: 16px;
        color: #000;
        font-family: "GothamRounded-Book"; }
      .menu .menu_nav li .menu_nav_dropdown {
        height: 0;
        overflow: hidden;
        transform: translate3d(0, -20px, 0);
        transition: 300ms;
        position: absolute;
        right: 0;
        top: 45px;
        margin: auto;
        background: rgba(60, 115, 91, 0.7);
        border-radius: 30px 0 30px 5px;
        z-index: 2; }
        .menu .menu_nav li .menu_nav_dropdown::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 53px;
          top: -28px;
          left: 0; }
        .menu .menu_nav li .menu_nav_dropdown::after {
          content: '';
          position: absolute;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          right: 0;
          top: -15px;
          margin: auto;
          background: #3c735b; }
        .menu .menu_nav li .menu_nav_dropdown ul {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          .menu .menu_nav li .menu_nav_dropdown ul a {
            font-size: 16px;
            font-family: 'GothamRounded-Book';
            color: #fff;
            width: 100%; }
          .menu .menu_nav li .menu_nav_dropdown ul li {
            width: 100%;
            display: flex;
            justify-content: flex-start; }
            .menu .menu_nav li .menu_nav_dropdown ul li a {
              padding: 20px 20px; }
          .menu .menu_nav li .menu_nav_dropdown ul li + li {
            margin-left: 0; }
            .menu .menu_nav li .menu_nav_dropdown ul li + li a {
              padding: 0 20px 20px; }
    .menu .menu_nav li + li {
      margin-left: 40px; }
      @media (max-width: 1100px) {
        .menu .menu_nav li + li {
          margin-left: 20px; } }
    .menu .menu_nav .menu_nav-buy-now {
      background: #3c735b;
      color: #fff;
      border-radius: 10px;
      padding: 14px 22px; }
    .menu .menu_nav .menu_nav_li:hover a.menu_nav_li_a {
      color: #3c735b; }
    .menu .menu_nav .menu_nav_li:hover .menu_nav_dropdown {
      overflow: initial;
      height: auto;
      transition: 300ms;
      display: block;
      transform: translate3d(0, 0, 0); }
  .menu .click-menu {
    width: 28px;
    height: 35px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    right: 20px;
    top: 30px;
    z-index: 5; }
  .menu .click-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #d1b666;
    border-radius: 6px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  .menu .click-menu span:nth-child(1) {
    top: 0px; }
  .menu .click-menu span:nth-child(2),
  .menu .click-menu span:nth-child(3) {
    top: 9px; }
  .menu .click-menu span:nth-child(4) {
    top: 19px; }
  .menu .click-menu.active span {
    background: #fff; }
  .menu .click-menu.active span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
    background: #fff; }
  .menu .click-menu.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff; }
  .menu .click-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff; }
  .menu .click-menu.active span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    background: #fff; }
  .menu .click-menu {
    display: none; }
  @media (max-width: 1000px) {
    .menu {
      height: 90px; }
      .menu .click-menu {
        display: block; }
      .menu .menu_nav {
        width: 100%;
        position: absolute;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 4;
        background: #e3c656;
        background: linear-gradient(90deg, #e3c656 0%, #c6a85b 100%);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        transform: translate3d(-100%, 0, 0);
        transition: 300ms; }
        .menu .menu_nav .menu_nav_top_mobile {
          display: block;
          position: relative;
          width: 100%;
          text-align: center; }
          .menu .menu_nav .menu_nav_top_mobile p {
            font-size: 50px;
            color: #fff;
            font-family: "GothamRounded-Bold";
            margin: 30px 0; }
        .menu .menu_nav .menu_nav_li {
          margin-left: 0; }
          .menu .menu_nav .menu_nav_li a {
            color: #fff;
            font-size: 25px; }
        .menu .menu_nav .menu_nav_li + .menu_nav_li {
          margin-top: 25px; }
        .menu .menu_nav .menu_nav_li_final {
          margin-left: 0; }
        .menu .menu_nav .menu_nav-buy-now {
          margin-top: 25px;
          display: block; }
      .menu .menu_nav.active {
        transform: translate3d(0, 0, 0); }
      .menu .menu_nav_dropdown {
        display: none !important; }
      .menu .close-menu-mobile {
        position: absolute;
        width: 26px;
        height: 28px;
        background: url(images/icon-x.png) center center no-repeat;
        background-size: contain;
        right: 20px;
        top: 20px; } }

.nav-internal {
  display: flex;
  justify-content: space-between;
  padding: 60px 0; }
  .nav-internal a.nav-internal_back {
    display: flex;
    align-items: center; }
    .nav-internal a.nav-internal_back span {
      color: #d1b666;
      font-size: 16px;
      font-family: 'GothamRounded-Book'; }
    .nav-internal a.nav-internal_back::before {
      content: '';
      width: 45px;
      height: 37px;
      background: url(images/arrow-back.png) no-repeat;
      background-size: contain;
      margin-right: 20px; }
      @media (max-width: 1000px) {
        .nav-internal a.nav-internal_back::before {
          width: 35px; } }
  @media (max-width: 1000px) {
    .nav-internal {
      padding: 20px 0 40px; }
      .nav-internal a span {
        display: none; } }

.home_slider-1 .swiper {
  width: 100%; }

.home_slider-1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 30px;
  color: #f00; }
  .home_slider-1 .swiper-slide .play-video {
    width: 100%;
    height: 100%;
    background: url(images/icon-play.png) center center no-repeat;
    position: absolute; }
  .home_slider-1 .swiper-slide .env-iframe-banner {
    width: 100%;
    height: 100%;
    position: absolute; }
    .home_slider-1 .swiper-slide .env-iframe-banner iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.home_slider-1 .swiper-pagination-bullet {
  height: 7px;
  width: 49px;
  border-radius: 3px;
  background: #fff;
  opacity: 20%;
  margin: 15px auto !important;
  border: 1px solid #41403d;
  margin: auto 10px 60px !important; }

.home_slider-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1; }

.home_slider-1 .swiper-slide a {
  display: flex;
  width: 100%; }

.home_slider-1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.home_slider-1 .home_slider_arrow_down {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  display: flex;
  width: 100%;
  bottom: 40px;
  position: absolute;
  z-index: 2;
  margin: 0 auto;
  justify-content: center; }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

@media (max-width: 1000px) {
  .home_content_4 .home_content_4-slide .swiper-slide {
    width: 240px !important; } }

.home_content_6 .swiper-slide {
  display: flex;
  justify-content: center; }

.home_content_6 .env-navigation-content_6 {
  position: absolute;
  width: 120px;
  height: 60px;
  top: 100px;
  right: 10px;
  display: flex;
  justify-content: space-between; }

.home_content_6 .swiper-button-prev-content_6 {
  width: 50px;
  height: 50px;
  background: url(images/arrow-slider-active.png) no-repeat;
  background-size: cover !important;
  cursor: pointer;
  transform: rotate(180deg); }

.home_content_6 .swiper-button-prev-content_6.swiper-button-disabled {
  background: url(images/arrow-slider.png) no-repeat;
  transform: rotate(0deg); }

.home_content_6 .swiper-button-next-content_6 {
  width: 50px;
  height: 50px;
  background: url(images/arrow-slider-active.png) no-repeat;
  background-size: cover !important;
  cursor: pointer; }

.home_content_6 .swiper-button-next-content_6.swiper-button-disabled {
  background: url(images/arrow-slider.png) no-repeat;
  transform: rotate(180deg); }

@media (max-width: 1000px) {
  .home_content_6 .swiper-wrapper {
    height: 380px; }
  .home_content_6 .swiper-slide {
    width: 240px !important; }
  .home_content_6 .env-navigation-content_6 {
    display: none !important; } }

.home_content_7 .env-navigation-content_7 {
  position: absolute;
  width: 120px;
  height: 60px;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: space-between; }

.home_content_7 .swiper-button-prev-content_7 {
  width: 50px;
  height: 50px;
  background: url(images/arrow-slider-active.png) no-repeat;
  background-size: cover !important;
  cursor: pointer;
  transform: rotate(180deg); }

.home_content_7 .swiper-button-prev-content_7.swiper-button-disabled {
  background: url(images/arrow-slider.png) no-repeat;
  transform: rotate(0deg); }

.home_content_7 .swiper-button-next-content_7 {
  width: 50px;
  height: 50px;
  background: url(images/arrow-slider-active.png) no-repeat;
  background-size: cover !important;
  cursor: pointer; }

.home_content_7 .swiper-button-next-content_7.swiper-button-disabled {
  background: url(images/arrow-slider.png) no-repeat;
  transform: rotate(180deg); }

@media (max-width: 1000px) {
  .home_content_7 .swiper-slide {
    width: 240px !important; }
  .home_content_7 .env-navigation-content_7 {
    display: none !important; } }

.env-slide-thumb {
  position: relative;
  width: 530px; }
  .env-slide-thumb .swiper {
    width: 100%;
    height: 100%; }
  .env-slide-thumb .swiper-button-prev {
    color: #d1b666; }
  .env-slide-thumb .swiper-button-next {
    color: #d1b666; }
  .env-slide-thumb .swiper-button-next,
  .env-slide-thumb .swiper-button-prev {
    top: 540px; }
  .env-slide-thumb .slider-thumb-1 {
    width: 80%;
    margin-bottom: 20px; }
    .env-slide-thumb .slider-thumb-1 .swiper-slide {
      border: 2px solid #bababa;
      border-radius: 10px;
      cursor: pointer; }
      .env-slide-thumb .slider-thumb-1 .swiper-slide img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        margin: 0 auto; }
  .env-slide-thumb .slider-thumb-2 {
    border: 2px solid #bababa;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 450px;
    width: 100%; }
    .env-slide-thumb .slider-thumb-2 .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
    .env-slide-thumb .slider-thumb-2 img {
      width: 600px;
      height: auto;
      position: absolute;
      top: -200px; }
  .env-slide-thumb .slider-thumb-1 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0; }
    .env-slide-thumb .slider-thumb-1 img {
      margin-top: -15px !important;
      margin-bottom: 15px !important; }
  .env-slide-thumb .slider-thumb-1 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4; }
  .env-slide-thumb .slider-thumb-1 .swiper-slide-thumb-active {
    opacity: 1; }
  @media (max-width: 1000px) {
    .env-slide-thumb {
      width: 300px;
      margin: 0 auto; }
      .env-slide-thumb .slider-thumb-2 {
        width: 300px;
        height: 300px; }
        .env-slide-thumb .slider-thumb-2 img {
          width: 330px;
          top: -80px; }
      .env-slide-thumb .slider-thumb-1 img {
        margin-bottom: 7px !important; }
      .env-slide-thumb .js-swiper-button-next-1,
      .env-slide-thumb .js-swiper-button-prev-2 {
        top: 395px; }
      .env-slide-thumb .js-swiper-button-prev-2 {
        left: 0; }
      .env-slide-thumb .js-swiper-button-next-1 {
        right: 0; } }

.internal_grid_item_list {
  width: 100%;
  max-width: 512px; }
  .internal_grid_item_list .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; }
  .internal_grid_item_list .swiper-button-next,
  .internal_grid_item_list .swiper-button-prev {
    color: #d1b666; }
  .internal_grid_item_list .swiper-button-prev {
    left: -20px; }
  .internal_grid_item_list .swiper-button-next {
    right: -20px; }
  .internal_grid_item_list .swiper-slide a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .internal_grid_item_list .swiper-slide img.active-gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  @media (max-width: 1200px) {
    .internal_grid_item_list {
      max-width: 300px;
      padding: 0 10px;
      margin: 0 auto;
      position: relative; } }

      
.products_internal_system {
  border-top: 2px solid #eaeaea;
  margin: 40px auto 60px;
  padding-top: 40px;
  display: flex;
  width: 100%; }
  .products_internal_system .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; }
  .products_internal_system .swiper-button-next,
  .products_internal_system .swiper-button-prev {
    color: #d1b666; }

.home_slider-1 .border-bt {
  position: relative; }
  .home_slider-1 .border-bt::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1000px) {
    .home_slider-1 .border-bt::before {
      display: none; } }

.home_content_2 {
  margin-top: -2px;
  overflow: hidden;
  background: #c8aa5e;
  background: linear-gradient(180deg, #c8aa5e 0%, #e5c856 100%); }
  .home_content_2 .home_content_2_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 140px 0; }
    .home_content_2 .home_content_2_flex h2 {
      color: #fff;
      font-size: 50px;
      font-family: "GothamRounded-Book"; }
      .home_content_2 .home_content_2_flex h2 b {
        font-family: "GothamRounded-Bold"; }
    .home_content_2 .home_content_2_flex p {
      font-size: 16px;
      font-family: 'GothamRounded-Book';
      color: #fff; }
    .home_content_2 .home_content_2_flex p + p {
      margin-top: 15px; }
    .home_content_2 .home_content_2_flex div {
      width: 520px;
      margin-right: 20px; }
    .home_content_2 .home_content_2_flex div + div {
      width: calc(100% - 520px);
      padding-left: 70px;
      position: relative; }
      .home_content_2 .home_content_2_flex div + div::before {
        content: "";
        position: absolute;
        width: 3px;
        height: 120px;
        background: #fff;
        opacity: 0.5;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
  .home_content_2 .bg-heart {
    position: relative; }
    .home_content_2 .bg-heart::before {
      content: "";
      position: absolute;
      left: -80px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 813px;
      height: 513px;
      background: url(images/bg-heart-1.png) no-repeat;
      background-size: contain; }
  @media (max-width: 1000px) {
    .home_content_2 .home_content_2_flex {
      flex-direction: column;
      width: 100%;
      margin-right: 0;
      padding: 30px 0 40px; }
      .home_content_2 .home_content_2_flex h2 {
        text-align: center;
        font-size: 40px;
        margin-bottom: 40px; }
    .home_content_2 .bg-heart::before {
      left: 0;
      right: 0;
      width: 300px;
      bottom: auto; }
    .home_content_2 .home_content_2_flex div {
      width: 100%; }
    .home_content_2 .home_content_2_flex div + div {
      padding-top: 40px;
      padding-left: 0;
      width: 100%;
      margin-right: auto; }
      .home_content_2 .home_content_2_flex div + div::before {
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        width: 245px;
        height: 1px; } }

.home_content_3 {
  background: url(images/bg-hive.png) repeat-x;
  background-size: contain; }
  .home_content_3 .home_content_3_flex {
    min-height: 730px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0; }
    .home_content_3 .home_content_3_flex .home_content_3_flex_video_item {
      width: 425px;
      height: 530px;
      /*overflow: hidden;*/
      position: relative;
      border-radius: 10px; }
      @media (max-width: 1000px) {
        .home_content_3 .home_content_3_flex .home_content_3_flex_video_item {
          max-width: 300px; } }
      .home_content_3 .home_content_3_flex .home_content_3_flex_video_item img {
        width: auto;
        height: 100%; }
      .home_content_3 .home_content_3_flex .home_content_3_flex_video_item .video-iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
        .home_content_3 .home_content_3_flex .home_content_3_flex_video_item .video-iframe iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      .home_content_3 .home_content_3_flex .home_content_3_flex_video_item .play-video {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7) url(images/icon-play.png) center center no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
    .home_content_3 .home_content_3_flex .home_content_3_flex_txt {
      z-index: 3; }
      .home_content_3 .home_content_3_flex .home_content_3_flex_txt h2 {
        font-size: 50px;
        color: #d1b666;
        font-family: "GothamRounded-Book";
        margin-bottom: 20px; }
        .home_content_3 .home_content_3_flex .home_content_3_flex_txt h2 b {
          font-family: "GothamRounded-Bold"; }
      .home_content_3 .home_content_3_flex .home_content_3_flex_txt p {
        font-size: 16px;
        color: #000;
        font-family: "Raleway-Thin";
        display: flex;
        align-items: center; }
        .home_content_3 .home_content_3_flex .home_content_3_flex_txt p img {
          margin-right: 15px; }
      .home_content_3 .home_content_3_flex .home_content_3_flex_txt p + p {
        margin-top: 15px; }
  .home_content_3 .home_content_3_flex_video {
    z-index: 3; }
    @media (max-width: 767px) {
      .home_content_3 .home_content_3_flex_video {
        width: 100%; } }
  .home_content_3 .bg-home_content_3 {
    position: relative; }
    .home_content_3 .bg-home_content_3::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: -95%;
      background: #fff;
      z-index: 1; }
    .home_content_3 .bg-home_content_3::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: -88%;
      background: url(images/line.png) right no-repeat;
      background-size: contain;
      z-index: 2; }
  @media (max-width: 1000px) {
    .home_content_3 .home_content_3_flex {
      flex-direction: column;
      padding: 40px 0; }
      .home_content_3 .home_content_3_flex::before {
        display: none; }
      .home_content_3 .home_content_3_flex::after {
        top: 0;
        left: -20px;
        width: 120px;
        background: url(images/line.png) top left no-repeat;
        background-size: cover; }
    .home_content_3 .home_content_3_flex .home_content_3_flex_video_item {
      width: 100%;
      height: 390px;
      margin-bottom: 30px; }
    .home_content_3 .home_content_3_flex .home_content_3_flex_txt h2 {
      font-size: 24px;
      text-align: center; }
    .home_content_3 .home_content_3_flex .home_content_3_flex_txt p {
      font-size: 12px; } }

.bg-border-top {
  background: url(images/bg-border-top.png) top right no-repeat;
  background-size: contain; }

.home_content_4 {
  padding: 40px 0 100px;
  padding: 40px 0; }
  .home_content_4 h2 {
    margin-bottom: 60px; }
  .home_content_4 .home_content_4-slide {
    width: 100%;
    height: 100%; }
    .home_content_4 .home_content_4-slide .swiper-slide {
      width: 320px;
      padding: 10px; }
  .home_content_4 .swiper-button-next, .home_content_4 .swiper-button-prev {
    color: #d1b666;
    top: 40%; }
  @media (max-width: 1200px) {
    .home_content_4 .swiper-button-next, .home_content_4 .swiper-button-prev {
      display: none; } }
  @media (max-width: 1000px) {
    .home_content_4 h2 {
      margin-bottom: 20px; } }

.home_content_5 {
  background: #66ad8e;
  background: linear-gradient(180deg, #66ad8e 0%, #4f816b 100%); }
  .home_content_5 .bg-sound {
    background: url(images/icon-sound.png) center center no-repeat; }
  .home_content_5 .home_content_5_flex {
    display: flex;
    min-height: 300px;
    align-items: center; }
    .home_content_5 .home_content_5_flex .home_content_5_flex_txt {
      width: calc(100% - 390px);
      display: flex;
      justify-content: right;
      position: relative; }
      .home_content_5 .home_content_5_flex .home_content_5_flex_txt .content_5_flex_img {
        position: absolute;
        bottom: 0;
        top: -110px;
        left: -130px;
        width: 490px;
        height: 329px; }
      .home_content_5 .home_content_5_flex .home_content_5_flex_txt h3 {
        font-size: 35px;
        color: #fff;
        margin-right: 30px;
        font-family: "GothamRounded-Book"; }
        .home_content_5 .home_content_5_flex .home_content_5_flex_txt h3 b {
          font-family: "GothamRounded-Bold"; }
    .home_content_5 .home_content_5_flex .home_content_5_flex_medias {
      position: relative;
      padding-left: 30px; }
      .home_content_5 .home_content_5_flex .home_content_5_flex_medias::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        height: 100%;
        background: #6da48c; }
      .home_content_5 .home_content_5_flex .home_content_5_flex_medias .home_content_5_flex_mp3 {
        display: flex; }
        .home_content_5 .home_content_5_flex .home_content_5_flex_medias .home_content_5_flex_mp3 a {
          width: 53px;
          height: 53px;
          background: url(images/icon-play.png) no-repeat;
          background-size: cover;
          display: block; }
        .home_content_5 .home_content_5_flex .home_content_5_flex_medias .home_content_5_flex_mp3 a.js-play-mp3 {
          background: url(images/pause-icon.png) no-repeat; }
      .home_content_5 .home_content_5_flex .home_content_5_flex_medias .home_content_5_flex_mp3_txt {
        margin-left: 45px;
        margin-bottom: 40px; }
        .home_content_5 .home_content_5_flex .home_content_5_flex_medias .home_content_5_flex_mp3_txt p {
          position: relative;
          font-size: 16px;
          font-family: 'GothamRounded-Book';
          color: #fff; }
          .home_content_5 .home_content_5_flex .home_content_5_flex_medias .home_content_5_flex_mp3_txt p b {
            font-family: "GothamRounded-Bold"; }
          .home_content_5 .home_content_5_flex .home_content_5_flex_medias .home_content_5_flex_mp3_txt p::before {
            content: "";
            position: absolute;
            width: 26px;
            height: 26px;
            background: url(images/icone-wave.png) no-repeat;
            background-size: contain;
            left: -35px;
            top: 0;
            bottom: 0;
            margin: auto; }
    .home_content_5 .home_content_5_flex .home_content_5_flex_spotify {
      display: flex;
      align-items: center; }
      .home_content_5 .home_content_5_flex .home_content_5_flex_spotify a {
        font-size: 16px;
        font-family: 'GothamRounded-Book';
        color: #fff;
        display: flex;
        align-items: center; }
        .home_content_5 .home_content_5_flex .home_content_5_flex_spotify a img {
          margin-right: 30px; }
  @media (max-width: 1200px) {
    .home_content_5 .home_content_5_flex .home_content_5_flex_txt h3 {
      font-size: 22px; }
    .home_content_5 .home_content_5_flex .home_content_5_flex_txt .content_5_flex_img {
      width: 454px;
      height: auto; } }
  @media (max-width: 1000px) {
    .home_content_5 .home_content_5_flex {
      min-height: auto;
      flex-direction: column;
      padding: 40px 0; }
      .home_content_5 .home_content_5_flex .home_content_5_flex_txt {
        width: 100%;
        justify-content: center; }
        .home_content_5 .home_content_5_flex .home_content_5_flex_txt h3 {
          margin-bottom: 40px;
          margin-right: 0; }
        .home_content_5 .home_content_5_flex .home_content_5_flex_txt .content_5_flex_img {
          display: none; }
      .home_content_5 .home_content_5_flex .home_content_5_flex_medias {
        padding-left: 0; }
      .home_content_5 .home_content_5_flex .home_content_5_flex_mp3 {
        justify-content: center;
        margin-top: 40px; }
        .home_content_5 .home_content_5_flex .home_content_5_flex_mp3 .home_content_5_flex_mp3_txt p {
          font-size: 12px; }
      .home_content_5 .home_content_5_flex .home_content_5_flex_spotify a {
        font-size: 12px; }
    .home_content_5 .home_content_5_flex_medias::before {
      left: 0;
      right: 0;
      top: 0;
      bottom: auto !important;
      margin: auto;
      width: 300px !important;
      height: 1px !important; } }

.home_content_6 h2 {
  margin: 100px auto; }

.home_content_6 .home_content_6_mg-bt {
  margin-bottom: 80px; }

@media (max-width: 1000px) {
  .home_content_6 .h2-default {
    font-size: 30px;
    margin: 40px 0; }
  .home_content_6 .home_content_6_mg-bt {
    margin-bottom: 0; } }

.home_content_7 {
  padding-bottom: 100px; }
  .home_content_7 h2 {
    margin-bottom: 10px; }
  .home_content_7 p {
    font-size: 16px;
    font-family: 'GothamRounded-Book';
    color: #d1b666;
    font-style: italic;
    margin-bottom: 90px; }
    .home_content_7 p a {
      color: #d1b666;
      font-style: italic; }
  .home_content_7 .bg-content_7 {
    background: #3c735b !important;
    border-radius: 30px 5px 30px 5px;
    padding: 15px; }
  .home_content_7 .home_content_7_img {
    width: 100%;
    max-width: 370px;
    overflow: hidden;
    border-radius: 30px 5px 30px 5px; }
    .home_content_7 .home_content_7_img img {
      width: 100%;
      height: auto; }
  @media (max-width: 1000px) {
    .home_content_7 {
      padding-bottom: 40px; }
      .home_content_7 p {
        font-size: 12px;
        margin-bottom: 40px; } }

.bg-gradient_content_8 {
  background: #e3c656;
  background: radial-gradient(circle, #e3c656 0%, #c6a85b 100%); }

.home_content_8 .home_content_8_flex {
  display: flex;
  align-items: center;
  padding: 30px 0; }
  .home_content_8 .home_content_8_flex h2 {
    color: #fff;
    font-family: "GothamRounded-Bold";
    font-size: 50px;
    margin-bottom: 50px; }
  .home_content_8 .home_content_8_flex .home_content_8_border {
    position: relative; }
    .home_content_8 .home_content_8_flex .home_content_8_border::before {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      width: 47px;
      height: 12px;
      background: #fff;
      border-radius: 6px; }
  .home_content_8 .home_content_8_flex p {
    font-size: 16px;
    font-family: 'GothamRounded-Book';
    color: #fff; }
    .home_content_8 .home_content_8_flex p b {
      font-family: "GothamRounded-Bold"; }
  .home_content_8 .home_content_8_flex .home_content_8_flex_item {
    width: 50%;
    padding: 0 30px; }
  .home_content_8 .home_content_8_flex .home_content_8_flex_item + .home_content_8_flex_item {
    position: relative; }
    .home_content_8 .home_content_8_flex .home_content_8_flex_item + .home_content_8_flex_item::before {
      background: rgba(255, 255, 255, 0.5);
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 2px;
      height: 140px; }

.home_content_8 .bg-register {
  background: url(images/bg-register.png) center right no-repeat; }

.home_content_8 .home_content_8_form input[type="text"] {
  margin: 15px auto 30px;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  padding: 12px;
  border: 0;
  font-size: 16px;
  font-family: 'GothamRounded-Book';
  -webkit-box-shadow: inset 1px -1px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px -1px 15px 0px rgba(0, 0, 0, 0.3); }

.home_content_8 .home_content_8_form input[type="submit"] {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  font-family: "GothamRounded-Bold";
  background: #3c735b;
  border: 0;
  padding: 16px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 8px 15px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 8px 15px -1px rgba(0, 0, 0, 0.3);
  margin-top: 30px; }

@media (max-width: 1000px) {
  .home_content_8 .home_content_8_flex {
    flex-direction: column; }
    .home_content_8 .home_content_8_flex h2 {
      font-size: 30px; }
      .home_content_8 .home_content_8_flex h2::before {
        bottom: -20px !important; }
    .home_content_8 .home_content_8_flex p {
      font-size: 12px; }
    .home_content_8 .home_content_8_flex .home_content_8_flex_item {
      width: 100%;
      padding: 0; }
      .home_content_8 .home_content_8_flex .home_content_8_flex_item::before {
        display: none; }
      .home_content_8 .home_content_8_flex .home_content_8_flex_item input[type="text"] {
        max-width: 100%; }
      .home_content_8 .home_content_8_flex .home_content_8_flex_item input[type="submit"] {
        display: block;
        margin: 30px auto 0; } }

.tips {
  display: flex; }
  .tips h1 {
    text-align: center;
    margin: 70px auto; }
  .tips .tips_select {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 80px; }
    .tips .tips_select select {
      margin-bottom: 50px;
      font-size: 18px;
      font-size: 16px;
      font-family: 'GothamRounded-Book';
      color: #1c191a;
      border: 0;
      border-bottom: 1px solid #3c735b;
      padding: 8px;
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      /* Safari and Chrome */
      appearance: none;
      background: #fff url(images/icon-select.png) no-repeat right 10px center;
      cursor: pointer;
      width: 230px; }
      .tips .tips_select select option {
        color: #000;
        font-family: "Raleway-Regular"; }
    @media (max-width: 1000px) {
      .tips .tips_select {
        justify-content: center;
        margin-bottom: 40px; } }
  .tips .tips_grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
    justify-items: center;
    margin-bottom: 80px; }
    @media (max-width: 1000px) {
      .tips .tips_grid {
        max-width: 550px;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 40px; }
        .tips .tips_grid .box-reading {
          height: 340px; } }
    @media (max-width: 767px) {
      .tips .tips_grid {
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 30px 0;
        margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .tips h1 {
      font-size: 50px;
      margin: 105px auto 40px; }
    .tips .tips_select {
      margin-bottom: 40px; } }

.tips_internal .tips_internal_banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px; }
  .tips_internal .tips_internal_banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3); }
  .tips_internal .tips_internal_banner img {
    width: 100%;
    height: auto; }
  .tips_internal .tips_internal_banner h1 {
    font-size: 70px;
    font-family: "GothamRounded-Bold";
    color: #fff;
    position: absolute;
    z-index: 2;
    padding: 20px; }
    @media (max-width: 1000px) {
      .tips_internal .tips_internal_banner h1 {
        font-size: 50px; } }
  @media (max-width: 1000px) {
    .tips_internal .tips_internal_banner {
      margin-bottom: 40px; } }

.tips_internal .border-bt::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.3); }

.tips_internal .tips_internal_txt {
  margin-bottom: 70px;
  margin-bottom: 50px; }
  .tips_internal .tips_internal_txt * {
    line-height: initial; }
  .tips_internal .tips_internal_txt h2 {
    font-size: 36px;
    color: #3c735b;
    font-family: "GothamRounded-Bold";
    margin-bottom: 15px; }
  .tips_internal .tips_internal_txt td {
    font-family: "GothamRounded-Book" !important; }
    .tips_internal .tips_internal_txt td b {
      font-family: "GothamRounded-Bold" !important; }
  .tips_internal .tips_internal_txt b {
    font-family: "GothamRounded-Bold" !important; }
  .tips_internal .tips_internal_txt p {
    color: #1e1e1e;
    font-family: "GothamRounded-Book" !important;
    margin-bottom: 15px; }
    .tips_internal .tips_internal_txt p span {
      font-family: "GothamRounded-Book" !important; }
    .tips_internal .tips_internal_txt p b {
      font-family: "GothamRounded-Bold" !important; }
  .tips_internal .tips_internal_txt span {
    font-family: "GothamRounded-Book" !important; }
  .tips_internal .tips_internal_txt font span {
    font-family: "GothamRounded-Bold" !important; }
  .tips_internal .tips_internal_txt img {
    max-width: 100%; }
  .tips_internal .tips_internal_txt iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  @media (max-width: 1000px) {
    .tips_internal .tips_internal_txt h2 {
      font-size: 26px; }
    .tips_internal .tips_internal_txt p {
      font-size: 12px; } }

.buy_now h1 {
  margin-bottom: 20px; }

.buy_now p {
  font-size: 16px;
  font-family: 'GothamRounded-Book';
  color: #000;
  text-align: center;
  margin-bottom: 70px; }
  @media (max-width: 1000px) {
    .buy_now p {
      font-size: 12px;
      margin-bottom: 40px; } }

.buy_now .buy_now_stores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-items: center;
  padding-bottom: 140px;
  margin: 0 auto; }
  @media (max-width: 1000px) {
    .buy_now .buy_now_stores {
      grid-template-columns: 1fr 1fr;
      max-width: 660px;
      padding: 0 0 100px; } }
  @media (max-width: 767px) {
    .buy_now .buy_now_stores {
      grid-template-columns: 1fr;
      max-width: 100%;
      padding: 0 0 50px; } }
  .buy_now .buy_now_stores .grid_stores_item {
    background: #decb93;
    border-radius: 5px 35px 5px 35px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
    width: 310px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .buy_now .buy_now_stores .grid_stores_item:hover {
      background: #d1b666; }
    @media (max-width: 767px) {
      .buy_now .buy_now_stores .grid_stores_item {
        width: 280px;
        height: 260px; } }
    .buy_now .buy_now_stores .grid_stores_item a {
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center; }
      .buy_now .buy_now_stores .grid_stores_item a img {
        width: 100%;
        max-width: 180px; }
        @media (max-width: 767px) {
          .buy_now .buy_now_stores .grid_stores_item a img {
            max-width: 150px; } }

.section_contact h1 {
  margin-bottom: 40px; }
  .section_contact h1 .br_contact {
    display: none; }
  @media (max-width: 1000px) {
    .section_contact h1 .br_contact {
      display: block; } }

.section_contact p {
  font-size: 16px;
  font-family: 'GothamRounded-Book';
  color: #000;
  text-align: center;
  margin-bottom: 70px; }

.section_contact .env_contact .env_contact_form {
  width: 100%;
  display: flex; }
  .section_contact .env_contact .env_contact_form form {
    width: 100%; }

.section_contact .env_contact .env_contact_form_item {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom: 2px solid #cccccc; }
  .section_contact .env_contact .env_contact_form_item label {
    font-size: 16px;
    font-family: 'GothamRounded-Bold';
    color: #d1b666;
    margin-bottom: 25px; }
  .section_contact .env_contact .env_contact_form_item input[type='text'] {
    color: #000;
    font-size: 16px;
    font-size: 16px;
    font-family: 'GothamRounded-Book';
    padding: 10px;
    border: 1px solid transparent; }

.section_contact .env_contact .env_contact_form_item.error label {
  color: #f00; }

.section_contact .env_contact .env_contact_form_item.error input[type='text'] {
  color: #f00; }

.section_contact .env_contact .env_contact_form_item + .env_contact_form_item {
  margin-top: 25px; }

.section_contact .env_contact .contact_form_item_select {
  border-bottom: 0;
  margin-top: 40px !important; }
  .section_contact .env_contact .contact_form_item_select select {
    color: #d2b666;
    font-size: 16px;
    font-family: 'GothamRounded-Bold';
    border: 1px solid #d2b666;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: url(images/icon-select-contato.png) no-repeat right 20px center;
    cursor: pointer; }

.section_contact .env_contact .contact_form_item_textarea {
  border-bottom: 0;
  margin-top: 40px !important; }
  .section_contact .env_contact .contact_form_item_textarea textarea {
    width: 100%;
    height: 360px;
    border-radius: 10px;
    background: #f4eedf;
    padding: 30px;
    resize: none;
    color: #000;
    font-size: 16px;
    font-family: 'GothamRounded-Book';
    border: 0; }

.section_contact .env_contact .contact_form_item_send {
  margin: 60px auto 80px !important;
  border-bottom: 0; }
  .section_contact .env_contact .contact_form_item_send input[type='submit'] {
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    background: #c8aa5e;
    padding: 16px 50px;
    font-size: 16px;
    font-family: 'GothamRounded-Bold';
    margin-right: 90px;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto; }

.products {
  display: flex; }
  .products h1 {
    text-align: center;
    margin: 70px auto; }
  .products .products_select {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 80px;
    z-index: 1;
    position: relative; }
    .products .products_select select {
      font-size: 18px;
      font-size: 16px;
      font-family: 'GothamRounded-Book';
      color: #1c191a;
      border: 0;
      border-bottom: 1px solid #3c735b;
      padding: 8px;
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      /* Safari and Chrome */
      appearance: none;
      background: #fff url(images/icon-select.png) no-repeat right 10px center;
      cursor: pointer;
      width: 100%; }
      .products .products_select select option {
        color: #000;
        font-family: "Raleway-Regular"; }
    .products .products_select .products_select_item {
      width: 230px; }
    .products .products_select .products_select_item + .products_select_item {
      margin-left: 40px; }
    .products .products_select .products_select_item-2 {
      width: 380px; }
    @media (max-width: 1000px) {
      .products .products_select {
        justify-content: center;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
        width: 300px;
        margin: 0 auto; }
        .products .products_select .products_select_item {
          width: 300px; }
          .products .products_select .products_select_item select {
            font-size: 12px; }
        .products .products_select .products_select_item + .products_select_item {
          margin-left: 0;
          margin-top: 20px; } }
  .products .products_grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 20px;
    justify-items: center;
    margin-bottom: 80px; }
    @media (max-width: 1000px) {
      .products .products_grid {
        max-width: 550px;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 40px; }
        .products .products_grid .box-reading {
          height: 340px; } }
    @media (max-width: 767px) {
      .products .products_grid {
        max-width: 100%;
        grid-template-columns: 1fr;
        gap: 30px 0;
        margin-bottom: 60px; } }

  .products .products_grid_categoria {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
    justify-items: center;
    margin-bottom: 80px; }
  
  .products .products_grid_categoria_toalhas {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 40px;
    justify-items: center;
    margin-bottom: 80px; }

  @media (max-width: 767px) {
    .products h1 {
      font-size: 50px;
      margin: 105px auto 40px; }
    .products .products_select {
      margin: bottom 0; } }
  .products .clean-filter {
    color: #d1b666;
    font-size: 16px;
    font-family: "GothamRounded-Book";
    text-decoration: underline;
    display: flex;
    margin-left: 30px;
    align-items: center;
    position: relative;
    top: 4px; }
    @media (max-width: 1000px) {
      .products .clean-filter {
        margin-top: 30px; } }
    .products .clean-filter::after {
      content: "";
      width: 21px;
      height: 24px;
      margin-left: 10px;
      background: url(images/icon-garbage.png) no-repeat right center; }
  .products .hidden {
    display: none; }

.products_internal .products_internal_grid {
  display: grid;
  column-gap: 140px;
  grid-template: "item-slider item-content-1"
 "item-slider item-content-2"; }
  @media (max-width: 1200px) {
    .products_internal .products_internal_grid {
      column-gap: 20px; } }
  @media (max-width: 1000px) {
    .products_internal .products_internal_grid {
      grid-template: "item-content-1"
 "item-slider"
 "item-content-2"; } }

.products_internal .env-slider-thumb {
  grid-area: item-slider; }

.products_internal .product-env-title {
  grid-area: item-content-1; }

.products_internal .product-env-select-sizes {
  grid-area: item-content-2; }

.products_internal .products_internal_grid_item {
  position: relative; }
  .products_internal .products_internal_grid_item h1 {
    font-size: 46px;
    color: #d1b666;
    font-family: "GothamRounded-Bold";
    margin-bottom: 20px; }
  .products_internal .products_internal_grid_item p {
    font-size: 16px;
    font-family: 'GothamRounded-Book';
    color: #000;
    margin-bottom: 60px; }
  @media (max-width: 1000px) {
    .products_internal .products_internal_grid_item h1 {
      text-align: center;
      font-size: 30px;
      margin-bottom: 30px; } }

.products_internal .internal_grid_item_list_click {
  margin: 60px auto 40px;
  display: flex;
  width: 100%;
  justify-content: flex-start; }
  .products_internal .internal_grid_item_list_click a {
    font-size: 26px;
    color: #fff;
    font-family: "GothamRounded-Bold";
    background: #d1b666;
    border-radius: 10px;
    padding: 15px 20px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1200px) {
      .products_internal .internal_grid_item_list_click a {
        font-size: 22px; } }

.products_internal .products_internal_grid-towels {
  margin-bottom: 50px; }

@media (max-width: 1000px) {
  .products_internal .products_internal_grid_item p {
    margin-bottom: 20px; }
  .products_internal .internal_grid_item_list_click {
    justify-content: center;
    margin: 40px auto; }
  .products_internal .products_internal_system {
    border-top: 0;
    padding-top: 0;
    margin: 0 auto 60px; }
  .products_internal .swiper-towels .swiper-slide-active {
    margin-left: 50px; }
  .products_internal .products_internal_grid-towels {
    margin-bottom: 40px; } }

.privacy_policy {
  margin-bottom: 100px; }
  .privacy_policy h1 {
    margin-bottom: 60px; }
    @media (max-width: 1000px) {
      .privacy_policy h1 {
        margin-bottom: 30px; } }
  .privacy_policy h2 {
    font-size: 18px;
    font-family: "GothamRounded-Bold" !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    color: #3c735b; }
  .privacy_policy p {
    font-size: 16px;
    font-family: "GothamRounded-Book" !important;
    margin-bottom: 20px; }
    .privacy_policy p span {
      font-size: 30px;
      padding-left: 20px;
      position: relative;
      top: 6px; }
  .privacy_policy td {
    font-family: "GothamRounded-Book" !important; }
    .privacy_policy td b {
      font-family: "GothamRounded-Bold" !important; }
  .privacy_policy b {
    font-family: "GothamRounded-Bold" !important; }
  .privacy_policy p {
    color: #1e1e1e;
    font-family: "GothamRounded-Book" !important;
    margin-bottom: 15px; }
    .privacy_policy p span {
      font-family: "GothamRounded-Book" !important; }
    .privacy_policy p b {
      font-family: "GothamRounded-Bold" !important; }
  .privacy_policy span {
    font-family: "GothamRounded-Book" !important; }
  .privacy_policy font span {
    font-family: "GothamRounded-Bold" !important; }
  .privacy_policy img {
    max-width: 100%; }
  .privacy_policy iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  @media (max-width: 1000px) {
    .privacy_policy {
      margin-bottom: 50px; } }

.pants_c_video {
  background: url(images/bg-hive.png) repeat-x;
  background-size: contain; }
  .pants_c_video .pants_c_video_flex {
    min-height: 730px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0; }
    .pants_c_video .pants_c_video_flex .pants_c_video_flex_video_item {
      width: 530px;
      height: 530px;
      overflow: hidden;
      position: relative;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
      border: 1px solid #000; }
      .pants_c_video .pants_c_video_flex .pants_c_video_flex_video_item img {
        width: auto;
        height: 100%; }
      .pants_c_video .pants_c_video_flex .pants_c_video_flex_video_item .video-iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
        .pants_c_video .pants_c_video_flex .pants_c_video_flex_video_item .video-iframe iframe {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
      .pants_c_video .pants_c_video_flex .pants_c_video_flex_video_item .play-video {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7) url(images/icon-play.png) center center no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
    .pants_c_video .pants_c_video_flex .pants_c_video_flex_txt {
      z-index: 3;
      max-width: 540px;
      margin-left: 40px; }
      .pants_c_video .pants_c_video_flex .pants_c_video_flex_txt h2 {
        font-size: 43px;
        color: #d1b666;
        font-family: "GothamRounded-Book";
        margin-bottom: 20px; }
        .pants_c_video .pants_c_video_flex .pants_c_video_flex_txt h2 b {
          font-family: "GothamRounded-Bold"; }
      .pants_c_video .pants_c_video_flex .pants_c_video_flex_txt p {
        font-size: 16px;
        color: #000;
        font-family: "Raleway-Thin";
        display: flex;
        align-items: center; }
        .pants_c_video .pants_c_video_flex .pants_c_video_flex_txt p img {
          margin-right: 15px; }
      .pants_c_video .pants_c_video_flex .pants_c_video_flex_txt p + p {
        margin-top: 15px; }
  .pants_c_video .pants_c_video_flex_video {
    z-index: 3; }
    @media (max-width: 767px) {
      .pants_c_video .pants_c_video_flex_video {
        width: 100%; } }
  .pants_c_video .bg-pants_c_video {
    position: relative; }
    .pants_c_video .bg-pants_c_video::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: -95%;
      background: #fff;
      z-index: 1; }
    .pants_c_video .bg-pants_c_video::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: -88%;
      background: url(images/line.png) right no-repeat;
      background-size: contain;
      z-index: 2; }
  @media (max-width: 1000px) {
    .pants_c_video .pants_c_video_flex {
      flex-direction: column;
      padding: 40px 0; }
      .pants_c_video .pants_c_video_flex::before {
        display: none; }
      .pants_c_video .pants_c_video_flex::after {
        top: 0;
        left: -20px;
        width: 120px;
        background: url(images/line.png) top left no-repeat;
        background-size: cover; }
    .pants_c_video .pants_c_video_flex .pants_c_video_flex_video_item {
      width: 100%;
      height: 390px;
      margin-bottom: 30px; }
    .pants_c_video .pants_c_video_flex .pants_c_video_flex_txt h2 {
      font-size: 24px;
      text-align: center; }
    .pants_c_video .pants_c_video_flex .pants_c_video_flex_txt p {
      font-size: 12px; } }

.pants_c_tec {
  padding: 90px 0 60px; }
  .pants_c_tec .pants_c_tec_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .pants_c_tec h2 {
    margin-bottom: 30px;
    font-family: "GothamRounded-Book"; }
    .pants_c_tec h2 b {
      font-family: "GothamRounded-Bold"; }
  .pants_c_tec p {
    font-family: "Raleway-Thin";
    font-size: 22px;
    color: #000;
    margin-bottom: 40px;
    text-align: center; }
  .pants_c_tec img {
    width: 100%;
    height: auto; }
  @media (max-width: 1000px) {
    .pants_c_tec {
      padding-top: 50px; }
      .pants_c_tec p {
        font-size: 12px;
        margin-bottom: 20px; }
        .pants_c_tec p br {
          display: none; } }

.pants_calc.calc h2 {
  color: #fff; }

.pants_calc.calc .calc_content_item_1 p {
  padding-right: 30px; }
  @media (max-width: 1000px) {
    .pants_calc.calc .calc_content_item_1 p {
      padding-right: 0; } }

.pants_calc.calc a {
  font-size: 22px;
  color: #3d755d;
  font-family: "GothamRounded-Bold";
  background: #fff;
  border-radius: 10px;
  padding: 12px 33px;
  display: inline-block; }
  @media (max-width: 1000px) {
    .pants_calc.calc a {
      margin: 25px auto 10px;
      display: table; } }

.pants_rating_header {
  text-align: center;
  margin-bottom: 70px; }
  .pants_rating_header h2 {
    margin-bottom: 20px; }
  .pants_rating_header p {
    font-size: 22px;
    color: #000;
    font-family: "Raleway-Thin"; }
  @media (max-width: 767px) {
    .pants_rating_header {
      margin-bottom: 40px; }
      .pants_rating_header p {
        font-size: 12px; } }

.pants_rating_stars ul {
  display: flex; }
  .pants_rating_stars ul li + li {
    margin-left: 5px; }

.pants_rating_box {
  max-width: 539px;
  border-radius: 10px;
  background: black;
  background: linear-gradient(180deg, #2aaa80 1%, #21ae8d 1%, #25836b 100%);
  padding: 20px; }
  @media (max-width: 767px) {
    .pants_rating_box {
      width: calc(100% - 40px);
      max-width: 100%;
      margin: 0 auto; } }

.pants_rating_box_top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px; }
  .pants_rating_box_top h3 {
    font-size: 22px;
    color: #fff;
    font-family: "GothamRounded-Bold"; }
  .pants_rating_box_top .pants_rating_stars {
    margin-left: 30px; }
  @media (max-width: 767px) {
    .pants_rating_box_top {
      justify-content: space-between; }
      .pants_rating_box_top h3 {
        font-size: 16px; }
      .pants_rating_box_top img {
        width: 20px;
        height: 20px; }
      .pants_rating_box_top .pants_rating_stars {
        margin-left: 10px; } }

.pants_rating_item {
  margin-top: 20px; }
  .pants_rating_item .pants_rating_stars {
    margin-bottom: 20px; }
    .pants_rating_item .pants_rating_stars img {
      width: 16px;
      height: 16px; }
  .pants_rating_item .pants_rating_user {
    display: flex;
    flex-direction: column; }
    .pants_rating_item .pants_rating_user h4 {
      font-size: 22px;
      color: #fff;
      font-family: "GothamRounded-Bold";
      margin-bottom: 20px; }
    .pants_rating_item .pants_rating_user p {
      font-size: 16px;
      color: #fff;
      font-family: "GothamRounded-Book";
      margin-bottom: 10px; }
    .pants_rating_item .pants_rating_user i {
      color: #fff;
      font-size: 14px;
      font-family: "GothamRounded-Book"; }
    @media (max-width: 767px) {
      .pants_rating_item .pants_rating_user h4 {
        font-size: 16px; }
      .pants_rating_item .pants_rating_user p {
        font-size: 12px; }
      .pants_rating_item .pants_rating_user i {
        font-size: 12px; } }

.pants_rating_content {
  height: 560px;
  overflow: hidden; }
  @media (max-width: 1000px) {
    .pants_rating_content {
      min-height: 560px; } }

.pants_rating_navigation {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between; }
  .pants_rating_navigation .swiper-button-next-rate {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1; }
    .pants_rating_navigation .swiper-button-next-rate::after {
      content: "";
      width: 30px;
      height: 30px;
      background: url(images/arrow-rate.png) center right no-repeat; }
    .pants_rating_navigation .swiper-button-next-rate p {
      font-size: 16px;
      color: #fff;
      font-family: "GothamRounded-Bold"; }
    @media (max-width: 767px) {
      .pants_rating_navigation .swiper-button-next-rate p {
        font-size: 10px; } }
  .pants_rating_navigation .swiper-button-prev-rate {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1; }
    .pants_rating_navigation .swiper-button-prev-rate::before {
      content: "";
      width: 30px;
      height: 30px;
      background: url(images/arrow-rate.png) center right no-repeat;
      transform: rotate(-180deg); }
    .pants_rating_navigation .swiper-button-prev-rate p {
      font-size: 16px;
      color: #fff;
      font-family: "GothamRounded-Bold"; }
    @media (max-width: 767px) {
      .pants_rating_navigation .swiper-button-prev-rate p {
        font-size: 10px; } }

.env_pants_rating {
  position: relative; }
  .env_pants_rating .swiper-pagination-rate {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    margin: auto;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center; }
  .env_pants_rating .swiper-pagination-current {
    color: #518d73;
    font-size: 16px;
    font-family: "GothamRounded-Bold";
    background: #fff;
    border-radius: 5px;
    padding: 7px 13px;
    width: 35px;
    display: inline-block; }
  .env_pants_rating .swiper-pagination-total {
    font-size: 16px;
    color: #fff;
    font-family: "GothamRounded-Book";
    margin-left: 3px; }
    .env_pants_rating .swiper-pagination-total::before {
      content: "de";
      color: #fff;
      font-size: 16px;
      margin-right: 5px; }

.swiper-pagination-lock span {
  display: none !important; }

.swiper-pagination-lock + .pants_rating_navigation {
  display: none !important; }

.pants_rating_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .pants_rating_flex {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-bottom: 30px; } }

.swiper-wrapper-height {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  padding: 10px 10px 10px 0; }
  @media (max-width: 767px) {
    .swiper-wrapper-height {
      padding: 10px 0; } }

.pants_rating_new {
  max-width: 377px;
  border-radius: 10px;
  background: black;
  background: linear-gradient(180deg, #2aaa80 1%, #21ae8d 1%, #25836b 100%);
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  float: right;
  height: 100%;
  -webkit-box-shadow: -1px 0px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0px 5px 3px rgba(0, 0, 0, 0.2);
  margin-right: 5px; }
  @media (max-width: 767px) {
    .pants_rating_new {
      float: none;
      width: calc(100% - 40px);
      max-width: 100%;
      margin: 0 auto; } }
  .pants_rating_new h3 {
    font-size: 22px;
    font-family: "GothamRounded-Bold";
    padding: 0 20px;
    color: #fff;
    margin-bottom: 20px; }
  .pants_rating_new p {
    font-size: 16px;
    font-family: "GothamRounded-Book";
    color: #fff;
    padding: 0 30px;
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .pants_rating_new p {
        margin-bottom: 50px; } }
  .pants_rating_new .pants_rating_new_stars {
    display: flex;
    justify-content: center; }
    .pants_rating_new .pants_rating_new_stars h3 {
      font-size: 16px;
      padding-left: 0;
      margin-bottom: 30px; }
    .pants_rating_new .pants_rating_new_stars .pants_rating_stars img {
      width: 16px;
      height: 16px; }
  .pants_rating_new a {
    font-size: 22px;
    color: #3d755d;
    font-family: "GothamRounded-Bold";
    background: #fff;
    border-radius: 10px;
    padding: 12px 33px;
    display: inline-block; }

@media (max-width: 767px) {
  .swiper-slide-border.swiper-slide-active + .swiper-slide-border {
    left: -60px; }
  .swiper-slide-border {
    right: -60px; }
  .swiper-slide-border.swiper-slide-active {
    right: auto;
    left: auto; } }

.env_pants_rating_form {
  margin-bottom: 90px; }

.pants_rating_form {
  display: flex;
  width: 100%;
  max-width: 539px;
  border-radius: 10px;
  background: black;
  background: linear-gradient(180deg, #2aaa80 1%, #21ae8d 1%, #25836b 100%);
  padding: 20px;
  display: flex;
  flex-direction: column; }
  .pants_rating_form p {
    font-size: 22px;
    color: #fff;
    font-family: "GothamRounded-Bold";
    margin-bottom: 20px; }
  .pants_rating_form input[type=text] {
    font-size: 16px;
    color: #000;
    font-family: "GothamRounded-Book";
    padding: 14px 20px;
    border: 0;
    border-radius: 10px;
    margin-bottom: 20px; }
  .pants_rating_form textarea {
    width: 100%;
    height: 150px;
    resize: none;
    font-size: 16px;
    color: #000;
    font-family: "GothamRounded-Book";
    padding: 14px 20px;
    border: 0;
    border-radius: 10px;
    margin-bottom: 20px; }
  .pants_rating_form .pants_rating_form_btn {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .pants_rating_form .pants_rating_form_btn {
        justify-content: center; } }
  .pants_rating_form input[type=submit] {
    font-size: 22px;
    color: #3d755d;
    font-family: "GothamRounded-Bold";
    background: #fff;
    border-radius: 10px;
    border: 0;
    padding: 12px 33px;
    cursor: pointer; }
  .pants_rating_form .rating {
    position: relative;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .3em;
    padding: 5px;
    overflow: hidden;
    border-radius: 20px; }
  .pants_rating_form .rating__star {
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    transition: filter linear .3s; }
  .pants_rating_form .rating_star {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(images/icon-sprite-star.png) no-repeat; }
  .pants_rating_form .rating_star.active {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(images/icon-sprite-star.png) -27px no-repeat; }
  @media (max-width: 767px) {
    .pants_rating_form {
      width: 100%;
      max-width: 100%; } }

.pants_rating_form_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 15px;
  font-family: "GothamRounded-Bold";
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .pants_rating_form_item {
      flex-direction: column;
      align-items: flex-start; } }

.textarea_feedback {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px; }

.bg-c8aa5b {
  background: #c8aa5b;
  padding: 40px 0; }

.pants_events {
  display: flex; }
  .pants_events .pants_events_txt {
    width: 50%;
    display: flex;
    flex-direction: column; }
    .pants_events .pants_events_txt .bt-bar::before {
      content: "";
      width: 47px;
      height: 12px;
      border-radius: 6px;
      background: #fff;
      position: absolute;
      left: 0;
      bottom: -18px; }
      @media (max-width: 767px) {
        .pants_events .pants_events_txt .bt-bar::before {
          width: 40px;
          height: 10px;
          bottom: -16px; } }
    .pants_events .pants_events_txt h2 {
      color: #fff;
      margin-bottom: 40px;
      position: relative;
      font-family: "GothamRounded-Book"; }
      .pants_events .pants_events_txt h2 b {
        font-family: "GothamRounded-Bold"; }
    .pants_events .pants_events_txt p {
      font-size: 22px;
      color: #fff;
      font-family: "GothamRounded-Book";
      margin-bottom: 50px; }
    .pants_events .pants_events_txt .pants_events_txt_link {
      display: flex;
      justify-content: flex-start; }
      .pants_events .pants_events_txt .pants_events_txt_link a {
        font-size: 22px;
        color: #fff;
        font-family: "GothamRounded-Bold";
        background: #007b62;
        -webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        padding: 16px 46px; }
    @media (max-width: 767px) {
      .pants_events .pants_events_txt p {
        font-size: 12px; } }
  .pants_events .pants_events_img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pants_events .pants_events_img .pants_events_img_cut {
      max-width: 535px;
      overflow: hidden;
      border-radius: 10px;
      background: #000; }
      .pants_events .pants_events_img .pants_events_img_cut img {
        width: 100%;
        height: auto; }
  @media (max-width: 1000px) {
    .pants_events {
      flex-direction: column; }
      .pants_events .pants_events_img {
        order: 1;
        width: 100%; }
        .pants_events .pants_events_img .pants_events_img_cut {
          width: 100%;
          max-width: 100%;
          margin-bottom: 30px; }
      .pants_events .pants_events_txt {
        order: 2;
        width: 100%; } }

.ov-hiden {
  overflow: hidden; }

.pants_partner {
  text-align: center;
  margin: 80px auto;
  position: relative; }
  @media (max-width: 1280px) {
    .pants_partner {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .pants_partner {
      margin: 40px auto 60px; } }
  .pants_partner h2 {
    font-family: "GothamRounded-Book";
    margin-bottom: 50px; }
    .pants_partner h2 b {
      font-family: "GothamRounded-Bold"; }
    @media (max-width: 767px) {
      .pants_partner h2 br {
        display: none; } }

.pants_partner_slider {
  width: 100%;
  padding: 10px; }
  @media (max-width: 1280px) {
    .pants_partner_slider {
      padding-left: 20px; } }
  .pants_partner_slider .swiper-slide {
    width: 140px; }
    @media (max-width: 767px) {
      .pants_partner_slider .swiper-slide {
        width: 130px; } }

.pants_partner_item {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pants_partner_item .pants_partner_item_cut_img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    background: #518d73;
    -webkit-box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .pants_partner_item .pants_partner_item_cut_img {
        width: 130px;
        height: 130px; } }
  .pants_partner_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px; }
  .pants_partner_item p {
    font-size: 16px;
    color: #000;
    font-family: "GothamRounded-Book"; }

.swiper-button-next-partner {
  right: -20px;
  color: #d1b666; }

.swiper-button-prev-partner {
  left: -30px;
  color: #d1b666; }

@media (max-width: 1280px) {
  .swiper-button-next-partner {
    display: none; }
  .swiper-button-prev-partner {
    display: none; } }

.pants_recaptcha_flex {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px; }
  .pants_recaptcha_flex .g-recaptcha {
    max-width: 100%;
    overflow: hidden; }

.footer {
  position: relative;
  padding: 40px 0; }
  .footer::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
    transform: rotate(180deg);
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .footer .footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer .footer_flex_1 {
    width: 50%;
    display: flex;
    align-items: flex-start; }
    .footer .footer_flex_1 .footer_flex_1-item-1 {
      margin-right: 100px; }
      .footer .footer_flex_1 .footer_flex_1-item-1 img {
        width: 100%;
        max-width: 110px; }
    .footer .footer_flex_1 .footer_flex_1-item-2 ul {
      display: flex;
      flex-direction: column; }
      .footer .footer_flex_1 .footer_flex_1-item-2 ul a {
        font-family: "Raleway-Regular";
        font-size: 16px;
        color: #3c735b;
        font-weight: 700; }
      .footer .footer_flex_1 .footer_flex_1-item-2 ul li + li {
        margin-top: 20px; }
  .footer .footer_flex_2 {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 60px; }
    .footer .footer_flex_2::before {
      content: "";
      position: absolute;
      width: 3px;
      height: 120px;
      background: rgba(0, 0, 0, 0.2);
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .footer .footer_flex_2 .footer_flex_2-item-1 {
      margin-right: 60px; }
      .footer .footer_flex_2 .footer_flex_2-item-1 ul {
        display: flex; }
        .footer .footer_flex_2 .footer_flex_2-item-1 ul li + li {
          margin-left: 30px; }
    .footer .footer_flex_2 .footer_flex_2-item-2 {
      display: flex;
      flex-direction: column; }
      .footer .footer_flex_2 .footer_flex_2-item-2 .pd-l-50px {
        padding-left: 50px; }
      .footer .footer_flex_2 .footer_flex_2-item-2 p {
        font-size: 16px;
        font-family: "Raleway-Thin";
        color: #010101; }
      .footer .footer_flex_2 .footer_flex_2-item-2 a {
        font-size: 16px;
        font-family: "Raleway-Thin";
        color: #010101;
        text-decoration: underline; }
      .footer .footer_flex_2 .footer_flex_2-item-2 li + li {
        margin-top: 20px; }
      .footer .footer_flex_2 .footer_flex_2-item-2 .font-12px {
        font-size: 12px; }
  .footer .icon-phone {
    display: flex;
    align-items: center; }
    .footer .icon-phone::before {
      content: "";
      display: inline;
      width: 31px;
      height: 31px;
      background: url(images/icon-phone.png) no-repeat;
      background-size: contain;
      margin-right: 20px; }
  .footer .icon-mail {
    display: flex;
    align-items: center; }
    .footer .icon-mail::before {
      content: "";
      display: inline;
      width: 31px;
      height: 31px;
      background: url(images/icon-email.png) no-repeat;
      background-size: contain;
      margin-right: 20px; }
  @media (max-width: 1200px) {
    .footer .footer_flex_2 .footer_flex_2-item-1 {
      margin-right: 30px; } }
  @media (max-width: 1000px) {
    .footer {
      margin-bottom: 150px; }
      .footer .footer_flex {
        flex-direction: column; }
      .footer .footer_flex_1-item-1 {
        position: absolute;
        bottom: -100px;
        left: 0;
        right: 0;
        margin-right: auto !important;
        margin: auto;
        display: flex;
        justify-content: center; }
      .footer .footer_flex_1-item-2 a {
        font-size: 13px !important; }
      .footer .footer_flex_1 {
        width: 300px; }
      .footer .footer_flex_2::before {
        display: none; }
      .footer .footer_flex_2 {
        padding-left: 0;
        flex-direction: column;
        width: 300px; }
        .footer .footer_flex_2 .footer_flex_2-item-1 {
          order: 2;
          margin-right: 0;
          margin-top: 20px; }
        .footer .footer_flex_2 .footer_flex_2-item-2 {
          margin-top: 30px;
          width: 300px;
          order: 1;
          padding-left: 0; }
          .footer .footer_flex_2 .footer_flex_2-item-2 p {
            font-size: 13px; }
          .footer .footer_flex_2 .footer_flex_2-item-2 a {
            font-size: 13px; }
      .footer .abs-mobile {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
        margin: auto; } }

.modal_container_buy {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center; }

@keyframes modal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .modal_container_buy .active .modal {
    animation: modal 0.3s forwards; }
  .modal_container_buy .modal {
    padding: 40px 80px;
    position: relative;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column; }
    .modal_container_buy .modal .close {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 29px;
      height: 29px;
      background: url(images/icon-x-buy.png) no-repeat;
      background-size: contain;
      z-index: 1; }
      @media (max-width: 767px) {
        .modal_container_buy .modal .close {
          top: 15px;
          right: 15px;
          width: 20px;
          height: 20px; } }
    .modal_container_buy .modal h1 {
      font-size: 45px;
      color: #d1b666;
      font-family: "GothamRounded-Bold";
      font-weight: 300;
      margin: 40px auto; }
      @media (max-width: 767px) {
        .modal_container_buy .modal h1 {
          font-size: 26px;
          margin: 20px 0; }
          .modal_container_buy .modal h1 br {
            display: none; } }
    .modal_container_buy .modal .grid_stores {
      display: grid;
      width: 100%;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      justify-items: center; }
      .modal_container_buy .modal .grid_stores .grid_stores_item {
        background: #d1b666;
        border-radius: 5px 35px 5px 35px;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.3);
        width: 130px;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .modal_container_buy .modal .grid_stores .grid_stores_item a {
          display: block;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
        .modal_container_buy .modal .grid_stores .grid_stores_item img {
          max-width: 80%;
          height: auto; }
      @media (max-width: 767px) {
        .modal_container_buy .modal .grid_stores {
          width: 100%;
          gap: 20px; }
          .modal_container_buy .modal .grid_stores .grid_stores_item {
            width: 110px;
            height: 110px; }
            .modal_container_buy .modal .grid_stores .grid_stores_item img {
              width: 80%;
              height: auto; } }
      @media (max-width: 767px) {
        .modal_container_buy .modal .grid_stores {
          grid-template-columns: repeat(2, 1fr);
          gap: 10px; } }
    @media (max-width: 1000px) {
      .modal_container_buy .modal {
        width: calc(100% - 40px); } }
    @media (max-width: 767px) {
      .modal_container_buy .modal {
        padding: 25px; } }

.modal_container_buy.active {
  display: flex; }

.modal_container_generic {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center; }

@keyframes modal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .modal_container_generic .active .modal {
    animation: modal 0.3s forwards; }
  .modal_container_generic .modal {
    max-width: 800px;
    background: #fff;
    padding: 40px 80px;
    position: relative;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column; }
    .modal_container_generic .modal .close {
      position: absolute;
      right: 30px;
      top: 30px;
      width: 29px;
      height: 29px;
      background: url(images/icon-x-buy.png) no-repeat;
      background-size: contain;
      z-index: 1; }
      @media (max-width: 767px) {
        .modal_container_generic .modal .close {
          top: 15px;
          right: 15px;
          width: 20px;
          height: 20px; } }
    .modal_container_generic .modal h1 {
      font-size: 45px;
      color: #d1b666;
      font-family: "GothamRounded-Bold";
      font-weight: 300;
      margin: 40px auto 20px; }
      @media (max-width: 767px) {
        .modal_container_generic .modal h1 {
          font-size: 26px;
          margin: 20px 0; } }
    .modal_container_generic .modal p {
      font-size: 16px;
      font-family: 'GothamRounded-Book';
      color: #000;
      margin-bottom: 20px; }
    .modal_container_generic .modal a {
      font-size: 16px;
      font-family: 'GothamRounded-Book';
      color: #000; }
    .modal_container_generic .modal a.modal_generic-call-direction {
      background: #d1b666;
      color: #fff;
      font-family: "GothamRounded-Bold";
      font-size: 18px;
      padding: 10px 15px;
      border-radius: 10px;
      text-transform: uppercase; }
    .modal_container_generic .modal img {
      width: 100%;
      height: auto;
      max-height: 350px;
      margin-bottom: 20px;
      object-fit: cover; }
    @media (max-width: 1000px) {
      .modal_container_generic .modal {
        width: calc(100% - 40px); } }
    @media (max-width: 767px) {
      .modal_container_generic .modal {
        padding: 25px; } }

.modal_container_generic.active {
  display: flex; }


.lista-icones {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}