@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  margin: 0 !important;
  font-family: "Montserrat", sans-serif !important;
  color: #222222;
  position: relative;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #1A1D42; }

::selection {
  color: #fff;
  background: #1A1D42; }

.cookiealert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 275px;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #1A1D42; }
  .cookiealert p {
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 15px;
    color: #fff; }
  .cookiealert a {
    color: #fff; }
  .cookiealert button.acceptcookies {
    padding: 10px 18px;
    font-size: 0.875rem;
    text-transform: uppercase; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    text-align: center; } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

button:focus {
  outline: none !important;
  box-shadow: none; }

a {
  color: #222222;
  text-decoration: none !important; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1140px) {
  .grid {
    grid-column-gap: 0px !important;
    grid-row-gap: 30px !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
@media screen and (min-width: 1560px) {
  .container {
    max-width: 1580px; } }
@media screen and (max-width: 1366px) {
  .container {
    max-width: 1140px; } }
section {
  position: relative;
  padding: 60px 0; }

section.title {
  padding: 0; }
  section.title .background {
    position: relative;
    background-color: #1A1D42;
    padding: 50px 60px;
    border-radius: 20px; }
    section.title .background h1, section.title .background h2 {
      color: #fff; }
    section.title .background .element {
      background-image: url("../img/icons/element-2.svg"); }
  section.title .flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  @media screen and (max-width: 1580px) {
    section.title .background {
      padding: 40px 50px; } }
  @media screen and (max-width: 1140px) {
    section.title .background {
      padding: 25px 25px; }
    section.title .flex {
      flex-direction: column;
      gap: 20px; } }

.mt-80 {
  margin-top: 80px; }

.mt-60 {
  margin-top: 60px; }

.element {
  background-image: url("../img/icons/element.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 44px;
  height: 9px;
  margin-bottom: 20px; }

.video-container {
  position: relative;
  max-width: 768px;
  margin: 0 auto; }
  .video-container .bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .video-container .bg-video-thumb {
    background: #000;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .video-container button.play {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .video-container button.play:hover {
      transform: scale(1.1); }
  .video-container .embed-container {
    position: relative;
    padding-bottom: 56.22%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%; }
  .video-container .embed-container iframe,
  .video-container .embed-container object,
  .video-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1140px) {
    .video-container button.play {
      width: 65px;
      height: 65px; } }

.subtitle {
  display: flex;
  align-items: center; }
  .subtitle .element {
    margin-bottom: 0;
    margin-right: 20px; }
  .subtitle h1 {
    color: #1A1D42;
    font-size: 1.625rem;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 8px;
    margin-bottom: 0px; }
  @media screen and (max-width: 1366px) {
    .subtitle h1 {
      font-size: 1.5rem;
      line-height: 30px; } }
  @media screen and (max-width: 1140px) {
    .subtitle {
      flex-direction: column; }
      .subtitle .element {
        margin-bottom: 10px;
        margin-right: 0; }
      .subtitle h1 {
        font-size: 1.375rem;
        line-height: 25px;
        letter-spacing: 6px;
        text-align: center; } }

h1 {
  font-weight: 400; }

h2 {
  color: #1A1D42;
  font-size: 1.625rem;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 8px;
  margin-bottom: 0px; }

p {
  font-size: 1.125rem;
  line-height: 24px; }

.btn.btn-primary {
  position: relative;
  background-color: #1A1D42 !important;
  color: #fff !important;
  font-size: 1.25rem;
  line-height: 1;
  padding: 12px 30px;
  border: none;
  border-radius: 20px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    background-color: #D3B990 !important; }

.btn.btn-primary._2 {
  border: solid 1px #D3B990;
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: max-content; }

.btn.btn-primary._3 {
  background-color: #fff !important;
  color: #1A1D42 !important; }

.redes {
  margin-top: 20px; }
  .redes ul li {
    margin-right: 8px; }
    .redes ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #D3B990;
      width: 36px;
      min-width: 36px;
      height: 36px;
      min-height: 36px;
      border-radius: 50px; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A1D42;
  border-radius: 100px;
  top: 6px; }
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none; }

.swiper-button-prev {
  background-image: url("../img/icons/arrow-3.svg") !important;
  right: 90px;
  left: auto; }

.swiper-button-next {
  background-image: url("../img/icons/arrow-2.svg") !important;
  right: 15px; }

@media screen and (max-width: 1580px) {
  section {
    padding: 50px 0; }

  .mt-60 {
    margin-top: 50px; } }
@media screen and (max-width: 1366px) {
  section {
    padding: 40px 0; }

  .mt-60 {
    margin-top: 40px; }

  h2 {
    font-size: 1.5rem;
    line-height: 30px; }

  p {
    font-size: 1rem;
    line-height: 22px; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 30px 0; }

  .mt-80 {
    margin-top: 30px; }

  .mt-60 {
    margin-top: 30px; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; }

  .mt-4, .my-4 {
    margin-top: 1rem !important; }

  h2 {
    font-size: 1.375rem;
    line-height: 25px;
    letter-spacing: 6px; }

  p {
    font-size: 0.875rem;
    line-height: 20px; }

  .swiper-button-next, .swiper-button-prev {
    background-size: 16px;
    width: 34px;
    height: 34px;
    margin-top: 10px; }

  .swiper-button-prev {
    left: 15px; }

  .swiper-button-next {
    right: 15px; } }
header {
  width: 100%;
  background-color: #fff;
  z-index: 10; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 25px; }
  header .brand img {
    width: 237px; }
  header nav.nav-menu {
    background-color: #EFEFEF;
    border-radius: 20px;
    padding: 15px 40px; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex; }
      header nav.nav-menu ul li {
        position: relative;
        margin: 0 10px; }
        header nav.nav-menu ul li a {
          position: relative;
          display: block;
          width: 100%;
          line-height: 1;
          padding: 8px 12px;
          text-transform: uppercase;
          text-align: center; }
          header nav.nav-menu ul li a::after {
            content: '';
            background-image: url("../img/icons/element-menu.svg");
            background-position: center;
            background-size: contain;
            width: 58px;
            height: 3px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            opacity: 0;
            -webkit-transition: all linear 200ms;
            transition: all linear 200ms; }
          header nav.nav-menu ul li a:hover {
            color: #222222; }
            header nav.nav-menu ul li a:hover:after {
              opacity: 1; }
        header nav.nav-menu ul li a.active:after {
          opacity: 1; }
      header nav.nav-menu ul li:first-child {
        margin-left: 0; }
      header nav.nav-menu ul li:last-child {
        margin-right: 0; }
  header .btn.btn-primary {
    background-color: #000 !important;
    font-size: 1rem;
    padding: 22px 28px; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 1px;
    width: 28px;
    border-radius: 0px;
    background-color: #1A1D42;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines.open .close-line {
    background-color: #1A1D42; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #EFEFEF;
      padding: 10px 30px;
      padding-bottom: 20px;
      z-index: 200;
      transform: translateY(-40vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column; }
        header .menu-overlay .nav-menu ul li {
          margin: 0; }
          header .menu-overlay .nav-menu ul li a {
            display: block;
            font-size: 1.375rem;
            padding: 15px;
            border-radius: 0px; }
      header .menu-overlay .nav-menu .btn.btn-primary {
        margin: 20px auto 0;
        display: block; }
  header .menu-overlay.open {
    display: block;
    height: 700px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1366px) {
    header .nav-container {
      padding: 40px 0 25px; }
    header .brand img {
      width: 197px; }
    header nav.nav-menu ul li a {
      padding: 6px 10px; }
    header .btn.btn-primary {
      padding: 16px 22px; } }
  @media screen and (max-width: 1140px) {
    header .nav-container {
      padding: 20px 0px; }
    header .brand img {
      width: 137px; } }

section.hero .absolute {
  position: absolute;
  bottom: 80px;
  left: 100px; }
section.hero img {
  border-radius: 20px; }
section.hero h1 {
  font-size: 1.875rem;
  line-height: 36px;
  margin-bottom: 30px; }
section.hero::before {
  content: '';
  background-image: url("../img/icons/pattern.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: 100%;
  max-height: 636px; }
@media screen and (max-width: 1580px) {
  section.hero::before {
    max-height: 515px; } }
@media screen and (max-width: 1366px) {
  section.hero .absolute {
    bottom: 100px;
    left: 80px; }
  section.hero h1 {
    font-size: 1.75rem;
    line-height: 34px;
    margin-bottom: 25px; }
  section.hero::before {
    max-height: 460px; } }
@media screen and (max-width: 1140px) {
  section.hero img {
    min-height: 500px;
    object-fit: cover; }
  section.hero h1 {
    font-size: 1.5rem;
    line-height: 32px;
    margin-bottom: 20px; }
  section.hero .absolute {
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 25px;
    width: calc(100% - 50px);
    border-radius: 12px;
    background-color: #ffffff9c; }
  section.hero::before {
    max-height: 322px; } }

section.slide-produtos .grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
section.slide-produtos .image-wrapper {
  background-color: #D3B990;
  border-radius: 20px;
  padding: 50px; }
  section.slide-produtos .image-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms; }
    section.slide-produtos .image-wrapper img:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
section.slide-produtos .content {
  background-color: #D3B990;
  border-radius: 20px;
  padding: 40px; }
  section.slide-produtos .content a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  section.slide-produtos .content h3 {
    font-size: 1.25rem;
    line-height: 26px;
    font-weight: 400; }
  section.slide-produtos .content .arrow {
    display: flex;
    justify-content: flex-end; }
@media screen and (max-width: 1366px) {
  section.slide-produtos .grid {
    grid-column-gap: 15px; }
  section.slide-produtos .content h3 {
    font-size: 1.125rem;
    line-height: 24px; } }
@media screen and (max-width: 1140px) {
  section.slide-produtos .grid {
    grid-row-gap: 5px !important; }
  section.slide-produtos .content {
    padding: 25px; }
    section.slide-produtos .content .arrow {
      margin-top: 15px; } }

section.about .padding {
  background-color: #FBFBFB;
  padding: 80px;
  border-radius: 20px; }
  section.about .padding img {
    max-width: 100%; }
@media screen and (max-width: 1580px) {
  section.about .padding {
    padding: 60px; } }
@media screen and (max-width: 1366px) {
  section.about .padding {
    padding: 40px; } }
@media screen and (max-width: 1140px) {
  section.about .padding {
    padding: 25px; }
  section.about img {
    margin-bottom: 20px; }
  section.about .pr-5, section.about .px-5 {
    padding-right: 15px !important; } }

section.blog .link-absolute {
  position: absolute;
  right: 15px;
  top: 2px; }
  section.blog .link-absolute a {
    font-size: 1.25rem;
    letter-spacing: 2px; }
section.blog .item {
  margin-bottom: 30px; }
  section.blog .item .image-wrapper {
    position: relative;
    border-radius: 30px;
    overflow: hidden; }
    section.blog .item .image-wrapper img {
      width: 100%;
      height: auto;
      border-radius: 20px;
      -webkit-transition: all ease 300ms;
      transition: all ease 300ms; }
      section.blog .item .image-wrapper img:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
  section.blog .item .content {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #D3B990;
    padding: 60px;
    border-radius: 30px; }
    section.blog .item .content .flex {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    section.blog .item .content h4 {
      font-size: 1.625rem;
      font-weight: 400;
      letter-spacing: 10px;
      text-transform: uppercase;
      margin-bottom: 0; }
    section.blog .item .content h3 {
      font-size: 1.875rem;
      max-width: 70%;
      margin-bottom: 0; }
section.blog .item:nth-child(even) .image-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
section.blog .item:last-child {
  margin-bottom: 0; }
@media screen and (max-width: 1580px) {
  section.blog .item .content {
    padding: 40px; }
    section.blog .item .content h4 {
      font-size: 1.5rem;
      letter-spacing: 8px; }
    section.blog .item .content h3 {
      font-size: 1.75rem;
      max-width: 80%; } }
@media screen and (max-width: 1366px) {
  section.blog .item .content h4 {
    font-size: 1.25rem;
    letter-spacing: 6px; }
  section.blog .item .content h3 {
    font-size: 1.5rem;
    max-width: 80%; } }
@media screen and (max-width: 1140px) {
  section.blog .link-absolute {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
    margin: 15px auto 0; }
  section.blog .item .image-wrapper {
    margin-bottom: 5px; }
  section.blog .item .content {
    padding: 25px; }
    section.blog .item .content .flex {
      margin-bottom: 20px; }
    section.blog .item .content h4 {
      font-size: 1.125rem;
      letter-spacing: 4px; }
    section.blog .item .content h3 {
      font-size: 1.25rem;
      max-width: 100%; }
  section.blog .item:nth-child(even) .image-wrapper {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

section.blog._2 .image-wrapper {
  min-height: 600px; }
  section.blog._2 .image-wrapper img {
    height: 100%;
    object-fit: cover; }
section.blog._2 .content {
  background-color: #FBFBFB; }
  section.blog._2 .content h3 {
    font-size: 1.625rem;
    max-width: 100%;
    margin-bottom: 20px; }
  section.blog._2 .content .btn.btn-primary {
    margin-top: 10px; }
@media screen and (max-width: 1366px) {
  section.blog._2 .image-wrapper {
    min-height: 500px; }
  section.blog._2 .content h3 {
    font-size: 1.5rem; } }
@media screen and (max-width: 1140px) {
  section.blog._2 .image-wrapper {
    min-height: auto; }
    section.blog._2 .image-wrapper img {
      height: auto; }
  section.blog._2 .content h3 {
    font-size: 1.25rem; } }

section.produto-destaque .image-wrapper {
  position: relative;
  background-color: #D3B990;
  border-radius: 20px;
  overflow: hidden; }
  section.produto-destaque .image-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px; }
  section.produto-destaque .image-wrapper img {
    width: 100%;
    height: auto;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms; }
    section.produto-destaque .image-wrapper img:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
section.produto-destaque .content {
  position: relative;
  border: solid 1px #D3B990;
  border-radius: 20px;
  padding: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  section.produto-destaque .content h3 {
    max-width: 70%;
    font-size: 1.625rem;
    font-weight: 400;
    margin-bottom: 20px; }
  section.produto-destaque .content .link a {
    padding: 30px;
    width: 100%;
    display: block; }
@media screen and (max-width: 1580px) {
  section.produto-destaque .content {
    padding: 60px; }
    section.produto-destaque .content .link a {
      padding: 20px; } }
@media screen and (max-width: 1366px) {
  section.produto-destaque .content {
    padding: 50px; }
    section.produto-destaque .content h3 {
      max-width: 80%;
      font-size: 1.5rem; } }
@media screen and (max-width: 1366px) {
  section.produto-destaque .image-wrapper {
    margin-bottom: 5px; }
  section.produto-destaque .content {
    padding: 25px; }
    section.produto-destaque .content h3 {
      max-width: 100%;
      font-size: 1.25rem; }
    section.produto-destaque .content .link a {
      padding: 10px; } }

section.produtos .item .image-wrapper {
  position: relative;
  background-color: #D3B990;
  border-radius: 20px;
  overflow: hidden;
  height: 100%; }
  section.produtos .item .image-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px; }
  section.produtos .item .image-wrapper img {
    width: 100%;
    height: auto;
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms; }
    section.produtos .item .image-wrapper img:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
section.produtos .item .content {
  position: relative;
  background-color: #FBFBFB;
  border-radius: 20px;
  padding: 60px 15% 60px 60px;
  height: 100%; }
  section.produtos .item .content h3 {
    max-width: 50%;
    font-size: 1.625rem;
    font-weight: 400;
    margin-bottom: 20px; }
  section.produtos .item .content .link-absolute {
    position: absolute;
    padding: 40px;
    right: 0;
    bottom: 0; }
@media screen and (max-width: 1580px) {
  section.produtos .item .content {
    padding: 40px 15% 40px 50px; }
    section.produtos .item .content h3 {
      max-width: 70%; } }
@media screen and (max-width: 1580px) {
  section.produtos .item .content {
    padding: 30px 15% 30px 40px; }
    section.produtos .item .content h3 {
      max-width: 80%;
      font-size: 1.5rem; } }
@media screen and (max-width: 1140px) {
  section.produtos .item .image-wrapper {
    height: auto;
    margin-bottom: 5px; }
  section.produtos .item .content {
    padding: 25px; }
    section.produtos .item .content h3 {
      max-width: 100%;
      font-size: 1.25rem; }
    section.produtos .item .content .link-absolute {
      position: relative;
      padding: 10px; } }

section.single-produto .swiperGaleria .swiper-slide {
  background-color: #D3B990;
  padding: 30px;
  border-radius: 20px; }
section.single-produto .swiper-button-next, section.single-produto .swiper-button-prev {
  top: 23px; }
section.single-produto .btn.btn-primary {
  position: absolute;
  bottom: 0;
  right: 0; }
@media screen and (max-width: 1140px) {
  section.single-produto h1 {
    font-size: 2rem; }
  section.single-produto .swiperGaleria img {
    height: auto; } }
@media screen and (max-width: 1140px) and (max-width: 1140px) {
  section.single-produto .btn.btn-primary {
    position: relative;
    margin: 20px auto 0;
    display: block;
    max-width: max-content; }
  section.single-produto .swiper-button-next, section.single-produto .swiper-button-prev {
    top: 15px; } }

section.single-produto-description .content {
  background-color: #FBFBFB;
  padding: 80px;
  border-radius: 20px; }
@media screen and (max-width: 1140px) {
  section.single-produto-description .content {
    padding: 25px; } }

section.single-produto-features .content {
  border: solid 1px #D3B990;
  border-radius: 20px;
  padding: 40px;
  height: 100%; }
  section.single-produto-features .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 60px; }
    section.single-produto-features .content ul li {
      position: relative;
      font-size: 1.125rem;
      background-color: #FBFBFB;
      padding: 20px 30px;
      border-radius: 20px;
      margin-bottom: 15px; }
      section.single-produto-features .content ul li:before {
        content: '';
        background-image: url("../img/icons/star.svg");
        position: absolute;
        left: -60px;
        top: 50%;
        transform: translateY(-50%);
        width: 45px;
        height: 43px; }
section.single-produto-features .image-wrapper {
  border-radius: 20px;
  overflow: hidden; }
  section.single-produto-features .image-wrapper img {
    width: 100%;
    height: auto; }
@media screen and (max-width: 1140px) {
  section.single-produto-features .content {
    padding: 25px; }
    section.single-produto-features .content ul {
      padding-left: 25px; }
      section.single-produto-features .content ul li {
        font-size: 1rem;
        padding: 15px 20px;
        line-height: 1.2; }
        section.single-produto-features .content ul li:before {
          left: -40px;
          width: 30px;
          height: 28px;
          background-size: cover; }
  section.single-produto-features .image-wrapper {
    margin-top: 20px; } }

section.single-post .flex {
  margin-bottom: 25px; }
  section.single-post .flex h4 {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 0; }
section.single-post h1 {
  font-weight: 600; }
section.single-post .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: cover;
  border-radius: 20px; }
@media screen and (max-width: 1366px) {
  section.single-post .flex h4 {
    font-size: 1.5rem;
    letter-spacing: 8px; }
  section.single-post h1 {
    font-size: 2rem; } }
@media screen and (max-width: 1140px) {
  section.single-post .flex h4 {
    font-size: 1.25rem;
    letter-spacing: 6px; }
  section.single-post h1 {
    font-size: 1.5rem; } }

section.single-post-article .content {
  background-color: #FBFBFB;
  padding: 60px;
  border-radius: 20px; }
section.single-post-article article h2 {
  font-size: 1.75rem;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 30px 0 10px; }
section.single-post-article article .h3, section.single-post-article article h3 {
  font-size: 1.5rem;
  margin: 30px 0 10px; }
@media screen and (max-width: 1140px) {
  section.single-post-article .content {
    padding: 25px; }
  section.single-post-article article h2 {
    font-size: 1.5rem;
    line-height: 28px; }
  section.single-post-article article .h3, section.single-post-article article h3 {
    font-size: 1.25rem; } }

section.contato .formulario {
  background-color: #FBFBFB;
  padding: 60px;
  border-radius: 20px;
  height: 100%; }
  section.contato .formulario .subtitle {
    margin-bottom: 30px; }
  section.contato .formulario .form-control {
    font-size: 1.125rem;
    border: solid 1px #1A1D42;
    border-radius: 20px;
    height: 55px;
    padding: 12px 25px;
    margin-bottom: 15px; }
    section.contato .formulario .form-control::placeholder {
      color: #222222;
      font-size: 1.125rem; }
  section.contato .formulario textarea.form-control {
    height: 150px; }
  section.contato .formulario .btn.btn-primary {
    padding: 18px 50px;
    margin-top: 20px; }
  section.contato .formulario .wpcf7-not-valid-tip {
    font-size: 0.875rem;
    margin: -10px 0 15px; }
  section.contato .formulario .wpcf7 form .wpcf7-response-output {
    font-size: 1.125rem;
    line-height: 1.3;
    margin: 20px 0 0;
    padding: 25px;
    border-radius: 20px;
    text-align: center; }
  section.contato .formulario .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900; }
  section.contato .formulario .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
    color: #fff; }
section.contato img {
  width: 100%;
  border-radius: 20px; }
section.contato .contacts {
  background-color: #1A1D42;
  color: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  margin-top: 20px; }
  section.contato .contacts p, section.contato .contacts a {
    color: #fff;
    font-size: 1.25rem;
    display: block;
    max-width: max-content; }
  section.contato .contacts p {
    margin-top: 30px; }
@media screen and (max-width: 1366px) {
  section.contato .formulario {
    padding: 40px; }
    section.contato .formulario .form-control {
      font-size: 1rem;
      height: 50px;
      padding: 8px 20px; }
  section.contato .contacts a, section.contato .contacts p {
    font-size: 1.125rem; } }
@media screen and (max-width: 1140px) {
  section.contato .formulario {
    padding: 25px; }
    section.contato .formulario .form-control::placeholder {
      font-size: 1rem; }
    section.contato .formulario .btn.btn-primary {
      padding: 15px 60px;
      margin: 0 auto;
      display: block; }
    section.contato .formulario .wpcf7 form .wpcf7-response-output {
      font-size: 1rem;
      margin: 5px 0 0;
      padding: 15px; }
  section.contato .contacts {
    padding: 40px 25px;
    margin-top: 5px; }
    section.contato .contacts p, section.contato .contacts a {
      font-size: 1rem; }
    section.contato .contacts p {
      margin-top: 20px;
      margin-bottom: 0; } }

footer {
  position: relative;
  padding: 0 0 100px; }
  footer::before {
    content: '';
    background-image: url("../img/icons/pattern-2.png");
    background-size: cover;
    background-position: top;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  footer .background {
    background-color: #1A1D42;
    padding: 100px 180px;
    border-radius: 30px; }
  footer .grid {
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    grid-column-gap: 180px; }
  footer a {
    color: #fff;
    font-size: 1.25rem; }
    footer a:hover {
      color: #EFEFEF; }
  footer .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  @media screen and (max-width: 1580px) {
    footer .background {
      padding: 80px 100px; }
    footer .grid {
      grid-column-gap: 100px; } }
  @media screen and (max-width: 1366px) {
    footer .background {
      padding: 60px 80px; }
    footer .grid {
      grid-column-gap: 80px; }
    footer img {
      max-width: 217px; }
    footer a {
      font-size: 1.125rem; } }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 0 0 50px; }
      footer::before {
        background-size: auto; }
      footer .background {
        padding: 50px 25px; }
      footer img {
        max-width: max-content; }
      footer a {
        font-size: 1rem; }
      footer .btn.btn-primary {
        font-size: 1.125rem;
        padding: 12px 15px; }
      footer .flex {
        gap: 10px; } }

/*# sourceMappingURL=styles.css.map */
