@charset "UTF-8";
/*!
 * Theme Name: Rantikuy
 * Theme URI: http://www.rantikuy.com.br
 * Author: Renso Valencia
 * Author URI: https://www.rantikuy.com.br
 * Description: Tema desenvolvido para Bivik Jeans
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: rantikuy
 */
body.modal-active {
  overflow: hidden;
  position: relative; }

h1, h2, h3, h4, h5 {
  color: #554422;
  font-family: "DIN Alternate", sans-serif; }

b {
  font-weight: bold; }

button {
  background: #ffffff;
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #014a99; }
  button:hover {
    cursor: pointer; }

input[type=text] {
  border: 1px solid #999; }

input[type=submit]:hover {
  cursor: pointer; }

.bx-wrapper {
  box-shadow: none;
  border: none; }

.img-responsive {
  width: 100%;
  height: auto;
  max-width: 100%; }

.video-container {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%; }
  .video-container .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .video-container .video-container-mobile-img {
    display: none; }

#content {
  margin-top: 0 !important; }

section.internal-page {
  margin-bottom: 40px; }
  section.internal-page .gform_wrapper form[id*="gform_"] {
    margin-bottom: 50px; }
    section.internal-page .gform_wrapper form[id*="gform_"] div.validation_error {
      display: none; }
    section.internal-page .gform_wrapper form[id*="gform_"] .gform_heading {
      color: #262626; }
      section.internal-page .gform_wrapper form[id*="gform_"] .gform_heading h3.gform_title {
        font-weight: bold;
        font-size: 30px; }
      section.internal-page .gform_wrapper form[id*="gform_"] .gform_heading span.gform_description {
        font-weight: bold;
        font-size: 20px; }
    section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label .gfield.gfield_error {
      border: none;
      padding: 0;
      background: none; }
      section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label .gfield.gfield_error input, section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label .gfield.gfield_error select, section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label .gfield.gfield_error textarea {
        background: rgba(255, 223, 224, 0.25); }
      section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label .gfield.gfield_error div.gfield_description {
        padding-top: 5px; }
    section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label .gfield_label {
      display: none; }
    section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label input, section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label select, section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label textarea, section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label .gfield_radio label {
      font-size: 17px !important;
      padding: 10px !important;
      font-weight: 300; }
    section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label input[type=radio] {
      width: auto !important; }
@media(max-width: 767px) {
  section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .gform_fields.top_label .gf_left_half {
    width: auto !important; } }
    section.internal-page .gform_wrapper form[id*="gform_"] .gform_body .tipo-publico input[type=radio] {
      margin: 15px 5px !important; }
    section.internal-page .gform_wrapper form[id*="gform_"] .gform_footer.top_label {
      text-align: right; }
      section.internal-page .gform_wrapper form[id*="gform_"] .gform_footer.top_label input[type=submit] {
        background: #061323;
        border-radius: 5px;
        color: #FFF;
        font-weight: bold;
        font-size: 20px;
        text-transform: uppercase;
        padding: 10px 40px;
        border: 2px solid #061323; }
        section.internal-page .gform_wrapper form[id*="gform_"] .gform_footer.top_label input[type=submit]:hover {
          background-color: #ffffff;
          color: #061323; }
      section.internal-page .gform_wrapper form[id*="gform_"] .gform_footer.top_label::after {
        content: "";
        clear: both;
        position: relative; }

.blog-content, #content.produtos .produtos-home-content {
  position: relative;
  cursor: pointer; }
  .blog-content::after, #content.produtos .produtos-home-content::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #014a99;
    background: rgba(38, 38, 38, 0.6);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 65%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 );
    position: absolute;
    top: 0;
    z-index: 50; }
  .blog-content figure img, #content.produtos .produtos-home-content figure img {
    width: 100%; }
  .blog-content figure figcaption, #content.produtos .produtos-home-content figure figcaption {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 30px;
    z-index: 52; }
    .blog-content figure figcaption .blog-titulo, #content.produtos .produtos-home-content figure figcaption .blog-titulo {
      font-family: "DIN Alternate", sans-serif;
      font-size: 25px;
      line-height: 28px;
      display: block; }
    .blog-content figure figcaption .blog-leia-mais, #content.produtos .produtos-home-content figure figcaption .blog-leia-mais {
      font-family: "DIN Alternate", sans-serif;
      display: block;
      font-size: 16px;
      padding-bottom: 20px;
      text-transform: uppercase; }

header.main-header {
  width: 100%;
  margin-bottom: 20px;
  position: relative; }
  header.main-header .topbar {
    background-color: #014a99;
    width: 100%;
    height: 24px;
    line-height: 24px; }
  header.main-header .lang .qtranxs_language_chooser {
    float: right;
    margin: 0;
    height: 24px; }
  header.main-header .lang li, header.main-header .lang a, header.main-header .lang span {
    height: 24px;
    display: inline-block;
    line-height: 24px; }
  header.main-header .lang a {
    background-position: left center;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none; }
    header.main-header .lang a span {
      width: 0;
      display: inline-block;
      padding-left: 22px;
      overflow: hidden; }
  header.main-header .lang li.active span {
    width: auto;
    padding-left: 26px; }
  header.main-header .main-content {
    margin-bottom: 26px;
    margin-top: 26px; }
    @media screen and (max-width: 991px) {
      header.main-header .main-content {
        margin-bottom: 20px;
        margin-top: 20px; }
        header.main-header .main-content .col {
          margin-bottom: 20px; }
          header.main-header .main-content .col:last-child {
            margin-bottom: 0; } }
  header.main-header .btn-be-a-reseller {
    color: #014a99;
    font-family: "DIN Alternate", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 10px;
    border: 2px solid #014a99;
    border-radius: 0; }
    header.main-header .btn-be-a-reseller:hover {
      background-color: #014a99;
      color: #ffffff;
      cursor: pointer; }
  header.main-header .header-logo {
    display: block;
    text-align: center; }
  header.main-header .social-btns {
    margin: 0; }
    header.main-header .social-btns li {
      display: inline-block;
      margin: 0; }
    header.main-header .social-btns a {
      color: #434d53;
      display: inline-block;
      font-size: 18px;
      padding: 8px; }
      header.main-header .social-btns a:hover {
        color: #014a99; }
  header.main-header .main-nav {
    position: relative;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px; }
    header.main-header .main-nav .menu-header-container {
      width: 100%; }
    header.main-header .main-nav .menu {
      margin-bottom: 0; }
    header.main-header .main-nav li {
      display: inline-block;
      font-weight: bold;
      text-decoration: none;
      padding-right: 4px;
      border-right: 1px solid #0056a3; }
      header.main-header .main-nav li:last-child {
        border-right: none; }
    header.main-header .main-nav .menu > li.menu-item-has-children > a::after {
      content: " ";
      width: 0;
      height: 0;
      display: none;
      position: absolute;
      bottom: -15px;
      left: 50%;
      margin-left: -15px;
      border: solid transparent;
      border-color: rgba(0, 86, 163, 0);
      border-bottom-color: #0056a3;
      border-width: 15px;
      pointer-events: none; }
    header.main-header .main-nav .menu > li.menu-item-has-children:hover > a::after {
      display: block; }
    header.main-header .main-nav a {
      color: #0056a3;
      display: inline-block;
      position: relative;
      padding: 0 5px; }
    header.main-header .main-nav li:hover .sub-menu-wrapper {
      display: block; }
    header.main-header .main-nav .sub-menu-wrapper {
      width: 100%;
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      padding-top: 14px;
      z-index: 99; }
      header.main-header .main-nav .sub-menu-wrapper .sub-menu-container {
        background-color: #0056a3; }
      header.main-header .main-nav .sub-menu-wrapper .row {
        position: relative; }
      header.main-header .main-nav .sub-menu-wrapper ul.sub-menu {
        background-color: #014a99;
        text-align: left;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100px; }
        header.main-header .main-nav .sub-menu-wrapper ul.sub-menu li {
          color: #ffffff;
          width: 100%;
          display: block;
          font-family: "DIN Alternate", sans-serif;
          font-size: 20px;
          font-weight: normal;
          text-transform: uppercase;
          padding-left: 100px;
          border: none; }
          header.main-header .main-nav .sub-menu-wrapper ul.sub-menu li:hover, header.main-header .main-nav .sub-menu-wrapper ul.sub-menu li.current-menu-item {
            background-color: #013a87; }
            header.main-header .main-nav .sub-menu-wrapper ul.sub-menu li:hover > a::after, header.main-header .main-nav .sub-menu-wrapper ul.sub-menu li.current-menu-item > a::after {
              display: inline-block; }
        header.main-header .main-nav .sub-menu-wrapper ul.sub-menu a {
          color: #ffffff;
          width: 100%;
          display: block;
          padding: 20px 50px 20px 0;
          position: relative; }
          header.main-header .main-nav .sub-menu-wrapper ul.sub-menu a::after {
            content: "";
            font-family: "DIN Alternate", sans-serif;/* aqui modifique para ccambiar el tipo de texto del navegador*/
            display: none;
            position: absolute;
            right: 10px; }
    header.main-header .main-nav .img-container img {
      display: none;
      padding: 20px; }
      header.main-header .main-nav .img-container img.img-active {
        display: block; }
  header.main-header .mobile-main-nav-toggle {
    background-color: #014a99;
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    position: relative;
    top: 0;
    z-index: 101;
    transition: top 0.3s, right 0.3s, opacity 0.3s;
    cursor: pointer;
    border: 1px solid #ffffff; }
    header.main-header .mobile-main-nav-toggle.scrolling {
      position: fixed;
      top: 20px;
      right: 20px;
      opacity: 1; }
    header.main-header .mobile-main-nav-toggle span, header.main-header .mobile-main-nav-toggle::before, header.main-header .mobile-main-nav-toggle::after {
      content: "";
      background-color: #ffffff;
      width: 60%;
      height: 2px;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -1px;
      margin-left: -30%; }
    header.main-header .mobile-main-nav-toggle::before {
      margin-top: -25%; }
    header.main-header .mobile-main-nav-toggle::after {
      margin-top: 20%; }
    header.main-header .mobile-main-nav-toggle.active {
      position: fixed;
      top: 20px;
      right: 20px; }
      header.main-header .mobile-main-nav-toggle.active span, header.main-header .mobile-main-nav-toggle.active::before {
        transform: rotate(45deg);
        margin-top: 0; }
      header.main-header .mobile-main-nav-toggle.active::after {
        transform: rotate(-45deg);
        margin-top: 0; }
  header.main-header .mobile-main-nav {
    background-color: #014a99;
    background-color: rgba(1, 74, 153, 0.95);
    color: #ffffff;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    z-index: 100;
    overflow-y: scroll; }
    header.main-header .mobile-main-nav.active {
      display: block; }
    header.main-header .mobile-main-nav .the-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: scroll-y; }
    header.main-header .mobile-main-nav .menu-header-container {
      width: 100%; }
    header.main-header .mobile-main-nav ul.menu {
      width: 100%;
      margin-bottom: 0; }
      header.main-header .mobile-main-nav ul.menu li {
        border: none;
        display: block;
        padding-right: 0; }
        header.main-header .mobile-main-nav ul.menu li > a::after {
          display: none !important; }
    header.main-header .mobile-main-nav a {
      color: #ffffff;
      display: inline-block;
      font-size: 2rem;
      padding: 10px;
      transition: transform 0.3s; }
      header.main-header .mobile-main-nav a:hover {
        transform: scale(1.1); }
    header.main-header .mobile-main-nav .sub-menu {
      background-color: #013a87;
      height: auto;
      max-height: 0;
      overflow: hidden;
      box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
      transition: max-height 1s ease-out; }
      header.main-header .mobile-main-nav .sub-menu.active {
        max-height: 9999px;
        transition: max-height 1s ease-in; }

footer.main-footer {
  /*background-color: #900; */
  background-color: #fff; 

}
  footer.main-footer .main-content {
    color: #444455;
    font-family: "DIN Alternate", sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    padding: 40px 0; }
    footer.main-footer .main-content h4 {
      color: #555566;
      font-size: 13px;
      font-weight: bold;
      margin: 0;
      padding: 0; }
    footer.main-footer .main-content a {
      color: #444455; }
      footer.main-footer .main-content a:hover {
        border: 1px solid #000; }
  @media screen and (max-width: 991px) {
    footer.main-footer .the-widget {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    footer.main-footer .the-widget {
      text-align: center; } }
  footer.main-footer .footer-logo a {
    display: block; }
  @media screen and (max-width: 991px) {
    footer.main-footer .footer-logo {
      margin-bottom: 40px; } }
  footer.main-footer .copyright {
    background-color: #005FD4;
    color: #ddd;
    height: 40px; }
    footer.main-footer .copyright p {
      width: 100%;
      display: block;
      font-family: "DIN Alternate", sans-serif;
      font-size: 10px;
      line-height: 40px;
      text-transform: uppercase;
      text-align: center; }

section.home.hero-slider figure {
  position: relative; }
section.home.hero-slider figcaption {
  color: #ffffff;
  display: flex;
  -ms-display: flex;
  font-family: "DIN Alternate", sans-serif;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
section.home.hero-slider .color-pink {
  color: #eb0a5f; }
section.home.hero-slider img {
  transition: transform 0.3s; }
section.home.hero-slider figure:hover img {
  transform: scale(1.05); }
section.home.hero-slider a {
  width: 100%;
  color: #ffffff;
  display: block;
  text-decoration: none; }
section.home.hero-slider span {
  width: 100%;
  display: inline-block;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.1px; }
section.home.hero-slider .text-1 {
  font-size: 90px;
  line-height: 90px; }
  @media screen and (max-width: 991px) {
    section.home.hero-slider .text-1 {
      font-size: 58px;
      line-height: 58px; } }
  @media screen and (max-width: 767px) {
    section.home.hero-slider .text-1 {
      font-size: 1.5rem;
      line-height: 1.5rem; } }
section.home.hero-slider .text-2 {
  font-size: 30px;
  line-height: 30px; }
  section.home.hero-slider .text-2 .destaque-azul {
    background: #014a99;
    display: initial;
    padding: 5px 10px; }
  @media screen and (max-width: 767px) {
    section.home.hero-slider .text-2 {
      font-size: 1.1rem;
      line-height: 1.1rem; } }
section.home.hero-slider .btn-read-more {
  font-size: 24px;
  line-height: 24px; }
  @media screen and (max-width: 767px) {
    section.home.hero-slider .btn-read-more {
      font-size: 0.9rem;
      line-height: 0.9rem; } }
section.home.hero-slider figcaption.at-middle {
  align-items: center;
  -ms-align-items: center; }
  section.home.hero-slider figcaption.at-middle .text-1 {
    margin-bottom: 5%; }
    section.home.hero-slider figcaption.at-middle .text-1.badge {
      margin-bottom: 0;
      padding-bottom: 0; }
      section.home.hero-slider figcaption.at-middle .text-1.badge img {
        margin: 0 auto;
        width: auto; }
  section.home.hero-slider figcaption.at-middle .btn-read-more {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 6%; }
  section.home.hero-slider figcaption.at-middle.middle-condensed .text-1 {
    margin-bottom: 10px; }
  section.home.hero-slider figcaption.at-middle.middle-condensed .btn-read-more {
    position: static;
    padding: 20px 0 0; }
section.home.hero-slider figcaption.at-bottom {
  align-items: flex-end;
  -ms-align-items: flex-end; }
  section.home.hero-slider figcaption.at-bottom span {
    margin-bottom: 15px; }

section.featured-gallery figure {
  position: relative;
  margin-bottom: 33px;
  z-index: 0;
  overflow: hidden;
  cursor: pointer; }
section.featured-gallery figcaption {
  color: #ffffff;
  display: flex;
  -ms-display: flex;
  font-family: "DIN Alternate", sans-serif;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
section.featured-gallery .color-pink {
  color: #eb0a5f; }
section.featured-gallery img {
  transition: transform 0.3s; }
section.featured-gallery figure:hover img {
  transform: scale(1.05); }
section.featured-gallery a {
  width: 100%;
  color: #ffffff;
  display: block;
  text-decoration: none; }
section.featured-gallery span {
  width: 100%;
  display: inline-block;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.1px; }
section.featured-gallery .text-1 {
  font-size: 90px;
  line-height: 90px; }
  @media screen and (max-width: 991px) {
    section.featured-gallery .text-1 {
      font-size: 58px;
      line-height: 58px; } }
  @media screen and (max-width: 767px) {
    section.featured-gallery .text-1 {
      font-size: 48px;
      line-height: 48px; } }
section.featured-gallery .text-2 {
  font-size: 30px;
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    section.featured-gallery .text-2 {
      font-size: 24px;
      line-height: 24px; } }
section.featured-gallery .btn-read-more {
  font-size: 14px;
  line-height: 14px; }
section.featured-gallery figcaption.at-middle {
  align-items: center;
  -ms-align-items: center; }
  section.featured-gallery figcaption.at-middle .text-1 {
    margin-bottom: 5%; }
  section.featured-gallery figcaption.at-middle .btn-read-more {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10%; }
  section.featured-gallery figcaption.at-middle.middle-condensed .text-1 {
    margin-bottom: 10px; }
  section.featured-gallery figcaption.at-middle.middle-condensed .btn-read-more {
    position: static;
    padding: 20px 0 0; }
section.featured-gallery figcaption.at-bottom {
  align-items: flex-end;
  -ms-align-items: flex-end; }
  section.featured-gallery figcaption.at-bottom span {
    margin-bottom: 15px; }

section.instagram {
  margin-bottom: 20px !important; }
  section.instagram .bx-wrapper {
    margin-left: auto;
    margin-right: auto; }
    section.instagram .bx-wrapper .bx-prev,
    section.instagram .bx-wrapper .bx-next {
      background-position: center;
      width: 46px;
      height: 47px;
      margin-top: -23px; }
    section.instagram .bx-wrapper .bx-prev {
      background-image: url(../img/instagram-slider-arrow-left.png);
      left: -23px; }
    section.instagram .bx-wrapper .bx-next {
      background-image: url(../img/instagram-slider-arrow-right.png);
      right: -23px; }
  section.instagram header {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px; }
    section.instagram header h1 {
      color: #014a99;
      font-size: 48px;
      letter-spacing: 0.1em; }
    section.instagram header h2 {
      color: #a3b7d4;
      display: inline-block;
      font-size: 48px;
      line-height: 48px;
      padding: 20px 20px 13px;
      border: 1px solid #0056a3;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        section.instagram header h2 {
          font-size: 28px; } }
  section.instagram .the-photo {
    width: 220px;
    height: 220px;
    overflow: hidden; }
  section.instagram figure {
    background-position: center;
    background-size: cover;
    width: 220px;
    height: 220px;
    position: relative;
    z-index: 1; }
    section.instagram figure:hover a::after {
      background: rgba(0, 0, 0, 0.4); }
    section.instagram figure:hover figcaption {
      opacity: 1; }
    section.instagram figure a {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    section.instagram figure figcaption {
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      opacity: 0;
      z-index: 20; }
      section.instagram figure figcaption span {
        padding: 0 5px; }
    section.instagram figure a {
      position: relative;
      display: block; }
      section.instagram figure a::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0); }

section#template-part-newsletter.newsletter {
  background-image: url("../img/template-part-newsletter-bg.png");
  background-size: cover;
  background-position: center;
  border-bottom: 2px solid #061323; }
  section#template-part-newsletter.newsletter .container {
    color: #FFF;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px; }
  section#template-part-newsletter.newsletter h3 {
    color: #ffffff;
    font-family: "DIN Alternate", sans-serif !important;
    font-size: 48px !important;
    text-transform: uppercase !important;
    font-weight: normal !important; }
  section#template-part-newsletter.newsletter span.gform_description {
    font-family: "DIN Alternate", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1px; }
  section#template-part-newsletter.newsletter ul, section#template-part-newsletter.newsletter li, section#template-part-newsletter.newsletter label {
    margin: 0;
    padding: 0;
    list-style: none; }
  section#template-part-newsletter.newsletter .gform_body,
  section#template-part-newsletter.newsletter .gform_fields,
  section#template-part-newsletter.newsletter .gfield,
  section#template-part-newsletter.newsletter .gform_footer {
    display: inline-block; }
    @media screen and (max-width: 991px) {
      section#template-part-newsletter.newsletter .gform_body,
      section#template-part-newsletter.newsletter .gform_fields,
      section#template-part-newsletter.newsletter .gfield,
      section#template-part-newsletter.newsletter .gform_footer {
        display: block; } }
  section#template-part-newsletter.newsletter .gfield_label,
  section#template-part-newsletter.newsletter .gfield_required {
    display: none; }
  section#template-part-newsletter.newsletter .gform_body {
    margin-top: 44px; }
    @media screen and (max-width: 575px) {
      section#template-part-newsletter.newsletter .gform_body {
        margin: 0 15px; } }
  section#template-part-newsletter.newsletter .gform_footer.top_label {
    margin: 0; }
  section#template-part-newsletter.newsletter #field_1_3 {
    float: left; }
    @media screen and (max-width: 991px) {
      section#template-part-newsletter.newsletter #field_1_3 {
        float: none; } }
  section#template-part-newsletter.newsletter .ginput_container_radio {
    background-color: #014a99;
    padding: 2px;
    margin-right: 27px; }
    @media screen and (max-width: 991px) {
      section#template-part-newsletter.newsletter .ginput_container_radio {
        margin: 0 0 20px; } }
    section#template-part-newsletter.newsletter .ginput_container_radio ul li {
      display: inline-block;
      margin: 0 5px; }
      section#template-part-newsletter.newsletter .ginput_container_radio ul li label {
        font-family: "DIN Alternate", sans-serif; /*aqui se mudou para cambiar tipo de texsto */
        font-size: 17px;
        padding: 0 5px;
        font-weight: 300; }
        @media screen and (max-width: 991px) {
          section#template-part-newsletter.newsletter .ginput_container_radio ul li label {
            font-size: 20px;
            padding: 0 10px; } }
  section#template-part-newsletter.newsletter .ginput_container_text,
  section#template-part-newsletter.newsletter .ginput_container_email {
    margin-right: 27px; }
    @media screen and (max-width: 991px) {
      section#template-part-newsletter.newsletter .ginput_container_text,
      section#template-part-newsletter.newsletter .ginput_container_email {
        margin-bottom: 20px; } }
  section#template-part-newsletter.newsletter .ginput_container_text input,
  section#template-part-newsletter.newsletter .ginput_container_email input {
    padding: 10px; }
    section#template-part-newsletter.newsletter .ginput_container_text input::placeholder,
    section#template-part-newsletter.newsletter .ginput_container_email input::placeholder {
      color: #000000; }
  section#template-part-newsletter.newsletter .ginput_container_text,
  section#template-part-newsletter.newsletter .ginput_container_email,
  section#template-part-newsletter.newsletter .ginput_container_text input,
  section#template-part-newsletter.newsletter .ginput_container_email input {
    width: 340px; }
    @media screen and (max-width: 1200px) {
      section#template-part-newsletter.newsletter .ginput_container_text,
      section#template-part-newsletter.newsletter .ginput_container_email,
      section#template-part-newsletter.newsletter .ginput_container_text input,
      section#template-part-newsletter.newsletter .ginput_container_email input {
        width: 250px; } }
    @media screen and (max-width: 991px) {
      section#template-part-newsletter.newsletter .ginput_container_text,
      section#template-part-newsletter.newsletter .ginput_container_email,
      section#template-part-newsletter.newsletter .ginput_container_text input,
      section#template-part-newsletter.newsletter .ginput_container_email input {
        width: 100%;
        font-size: 18px; } }
  section#template-part-newsletter.newsletter .gform_button {
    background-color: #061323;
    color: #ffffff;
    display: inline-block;
    font-family: Gotham, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 10px;
    margin: 0;
    border: 1px solid #ffffff; }
    section#template-part-newsletter.newsletter .gform_button:hover {
      background-color: #ffffff;
      color: #061323;
      cursor: pointer; }

section.featured-video {
  padding-top: 0 !important;
  margin-bottom: 40px !important; }
  section.featured-video .video-wrapper {
    width: 100%;
    max-width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    overflow: hidden; }
    section.featured-video .video-wrapper iframe.the-video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0; }
    section.featured-video .video-wrapper .overlay {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  @media screen and (max-width: 767px) {
    section.featured-video .the-video-mobile-img {
      display: block; } }

#blog-posts li {
  margin-bottom: 30px; }

section.internal-page.blog {
  margin-bottom: 40px; }
  section.internal-page.blog .blog-aside h3 {
    font-family: "DIN Alternate", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #262626;
    font-size: 20px;
    margin-bottom: 15px; }
  section.internal-page.blog .blog-aside ul .cat-item {
    font-family: "DIN Alternate", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 8px 0;
    float: none; }
    section.internal-page.blog .blog-aside ul .cat-item a {
      color: #3e3e3e; }
    section.internal-page.blog .blog-aside ul .cat-item strong {
      display: none; }
  section.internal-page.blog .blog-aside ul .blog-item {
    margin-bottom: 12px; }
    section.internal-page.blog .blog-aside ul .blog-item figcaption {
      position: relative; }
      section.internal-page.blog .blog-aside ul .blog-item figcaption a {
        padding-top: 6px;
        color: #727272;
        font-family: "DIN Alternate", sans-serif;
        font-weight: 300;
        font-size: 16px;
        display: block;
        letter-spacing: 1px; }
  section.internal-page.blog.single .blog-post-titulo {
    font-family: "DIN Alternate", sans-serif;
    font-size: 35px;
    margin-bottom: 0px;
    color: #262626;
    font-weight: 700; }
  section.internal-page.blog.single .blog-post-data {
    color: #727272;
    font-size: 13px;
    font-family: "DIN Alternate", sans-serif; }
  section.internal-page.blog.single article .blog-post-conteudo {
    margin-top: 20px; }
    section.internal-page.blog.single article .blog-post-conteudo p {
      font-family: "DIN Alternate", sans-serif;
      font-size: 15px;
      font-weight: 300; }
  section.internal-page.blog.single .owl-carousel .owl-controls {
    top: 10px !important; }
    section.internal-page.blog.single .owl-carousel .owl-controls .owl-dot {
      background: #CCC; }
      section.internal-page.blog.single .owl-carousel .owl-controls .owl-dot.active {
        background: #014a99;
        opacity: 1; }

.main-container.tf_produtos {
  background-color: #e6e6e6; }
  .main-container.tf_produtos h1 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px; }

#lookbook {
  height: auto; }
  #lookbook .lookbook-item .lookbook-content {
    position: relative;
    margin-bottom: 5%; }
    #lookbook .lookbook-item .lookbook-content:hover a {
      color: #FFF; }
    #lookbook .lookbook-item .lookbook-content:hover a::after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      background: #0056a3;
      background: rgba(0, 86, 163, 0.6);
      position: absolute;
      top: 0;
      z-index: 50;
      align-items: center;
      -ms-align-items: center; }
    #lookbook .lookbook-item .lookbook-content:hover .ver-mais {
      color: #FFF;
      width: 100%;
      display: inline-block;
      font-weight: 100;
      font-size: 130px;
      line-height: 55px;
      text-align: center;
      position: absolute;
      top: 50%;
      margin-top: -65px;
      z-index: 51; }
      #lookbook .lookbook-item .lookbook-content:hover .ver-mais::before {
        display: none; }
    #lookbook .lookbook-item .lookbook-content .ver-mais {
      display: none; }
  #lookbook .lookbook-item .modal-zoom {
    background-color: rgba(1, 74, 153, 0.9);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow-y: scroll; }
    #lookbook .lookbook-item .modal-zoom.active {
      display: block; }
    #lookbook .lookbook-item .modal-zoom .container {
      margin-top: 10%;
      margin-bottom: 10%; }
    #lookbook .lookbook-item .modal-zoom .img-wrapper {
      position: relative; }
    #lookbook .lookbook-item .modal-zoom .close-modal {
      color: #ffffff;
      position: absolute;
      top: -40px;
      right: -40px;
      font-size: 36px; }

#content.produtos .produtos-home-content {
  margin-bottom: 60px; }
  #content.produtos .produtos-home-content::after {
    display: none; }
  #content.produtos .produtos-home-content figure figcaption .blog-titulo {
    font-size: 90px;
    line-height: 90px; }
@media(max-width: 991px) {
  #content.produtos .produtos-home-content figure figcaption .blog-titulo {
    font-size: 70px;
    line-height: 60px;
    padding-bottom: 40px; } }
@media(max-width: 767px) {
  #content.produtos .produtos-home-content figure figcaption {
    padding: 0 10px; }
    #content.produtos .produtos-home-content figure figcaption .blog-titulo {
      font-size: 60px; } }
#content.produtos #produtos-header .titulo-interna {
  width: 100%;
  text-align: center;
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    #content.produtos #produtos-header .titulo-interna {
      font-size: 45px;
      padding: 30px 0; } }
#content.produtos #product-single {
  margin-bottom: 60px; }
  #content.produtos #product-single h1 {
    font-family: "DIN Alternate", sans-serif;
    font-weight: 200; }
  #content.produtos #product-single .descricao p {
    font-weight: bold; }
  #content.produtos #product-single .look-gallery li {
    border: 1px solid #CCC;
    list-style: none; }
  #content.produtos #product-single #zoom-pic {
    max-width: 100%;
    border: 1px solid #CCC; }

.internal-page.campaign figure {
  position: relative;
  overflow: hidden; }
  .internal-page.campaign figure img {
    transition: transform 0.3s; }
  .internal-page.campaign figure:hover img {
    transform: scale(1.05); }
  .internal-page.campaign figure a {
    color: #FFF;
    position: relative;
    display: block; }
    .internal-page.campaign figure a::before {
      content: "";
      width: 100%;
      height: 100%;
      display: none;
      background: #0056a3;
      background: rgba(0, 86, 163, 0.6);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .internal-page.campaign figure a::after {
      content: "";
      width: 100%;
      display: none;
      position: absolute;
      top: 50%;
      margin-top: -45px;
      font-family: "DIN Alternate", sans-serif; /*aqui se modificou para tener el menu en mayuscula*/ 
      font-weight: 100;
      font-size: 90px;
      line-height: 90px;
      text-align: center;
      z-index: 51; }
  .internal-page.campaign figure:hover a::before, .internal-page.campaign figure:hover a::after {
    display: block; }
.internal-page.campaign figcaption {
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  z-index: 52;
  font-family: "DIN Alternate", sans-serif;
  font-size: 18px;
  line-height: 21px;
  display: block;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.6); }
  .internal-page.campaign figcaption a {
    color: #fff; }
  .internal-page.campaign figcaption a.btn-read-more {
    font-family: "DIN Alternate", sans-serif;
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
    text-transform: uppercase; }
.internal-page.campaign .modal-zoom {
  background-color: rgba(1, 74, 153, 0.9);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: scroll; }
  .internal-page.campaign .modal-zoom.active {
    display: block; }
  .internal-page.campaign .modal-zoom .container {
    margin-top: 10%;
    margin-bottom: 10%; }
  .internal-page.campaign .modal-zoom .img-wrapper {
    position: relative; }
  .internal-page.campaign .modal-zoom .close-modal {
    color: #ffffff;
    position: absolute;
    top: -40px;
    right: -40px;
    font-size: 36px; }

/*# sourceMappingURL=style.css.map */
/* codigo do RENSO RENSO RENSO RENSO RENSO RENSO RENSO RENSO RENSO */ 
.popupwhatsapp {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 55;
 
}
.popupwhatsapp a{
  font-size: 20pt;
  padding: 6px 14px;
  opacity: 0.8;
}
.containerimagem {
  position: relative;
  padding-bottom: 5px;
}
.nomeproduto{
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(82, 82, 82, 0.8);
  padding: 5px 0px 5px 0px;
  margin-bottom: 0px;
  font-family: "DIN Alternate", sans-serif;
  /* text-transform: LOWercase; */
  font-size: 1em;
  font-style: italic;
}
.fondobrancotransparente{
  background: rgba(256, 256, 256, 0.1);
  font-size: 9pt;
  padding: 0px 2px;
}

.textnavegador {
  font-family: "DIN Alternate", sans-serif;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  color: black;
}

.botonverestoque{
  position:absolute;
  bottom: 20px;
  margin: 0px auto;
  padding: 8px 20px;
  background-color: #bb0000;
  font-family: "DIN Alternate", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color:white;
  opacity: 0.9;
  text-align: center;
}
.botonverestoque:hover{
  background-color: #ff0000;
}
.botonverestoque a{
  text-decoration: none;
  color: white;
}
.carousel {
  margin-bottom: 4rem;
}
.clientesinstagram{
  padding: 2px; border: 2px dotted red; margin: 0 0 3rem 0;
}
.bloqueclientes div{
  margin-top: 2rem;
}
.disponivel {
  background-color: #eaeff4;
  padding: 3px 6px;
  font-size: small;
}
.indisponivel {
  background-color: #ffe2e2;
  /* border-style: solid;
  border-width: thin;
  border-color: rgb(255, 180, 180); */
  padding: 3px 6px;
  font-size: small;
  color: #e04545;
}
.precio{
  font-size: medium;
  color: #d03f29;
   font-weight: 600; 
  margin-bottom: 4px;
}
@media(max-width: 767px) {
    .disponivel{
        font-size: 8px;
    }
}