/*
Theme Name: Festa na Vila
Author: Eliel Cezar
Author URI: http://eliel.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.1;
  background: #fff;
  background-attachment: fixed;
  background-size: 100% auto;
  font-family: "Open Sans", sans-serif;
}

@media (orientation: portrait) {
  body.act .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
}

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

h1,
h2,
h3,
h4,
h5 {
  font-family: "Bebas Neue";
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 24px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
iframe {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #00428e;
  transition: all 0.3s;
}

a.btn,
.btn a,
button {
  border: none;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 7px 21px 3px 21px;
  border-radius: 50px;
  background: #00428e;
  font-size: 18px;
  transition: all 0.3s;
  text-transform: uppercase;
  font-family: "FSLola", sans-serif !important;
  text-align: center;
}
a.btn:hover,
.btn a:hover,
button:hover {
  background: #ff1035;
}

sup {
  position: relative;
  top: -12px;
  font-size: 50%;
  font-weight: normal;
}

.container {
  margin: auto;
  max-width: 1320px;
}
@media (max-width: 1100px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
@media (orientation: portrait) {
  .container {
    padding: 7%;
  }
}

.row {
  display: flex;
}
@media (orientation: portrait) {
  .row {
    flex-direction: column;
  }
}
.row .col {
  width: 50%;
}
@media (orientation: portrait) {
  .row .col {
    width: 100%;
  }
}

.slick-slider {
  margin-bottom: 0 !important;
}
.slick-slider ul.slick-dots {
  width: 100%;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
  text-align: center;
}
.slick-slider ul.slick-dots li {
  display: inline-block;
}
.slick-slider ul.slick-dots li button {
  text-indent: -5000em;
  background: transparent;
  padding: 0;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
}
.slick-slider ul.slick-dots li button::before {
  display: none;
}
.slick-slider ul.slick-dots li.slick-active button {
  background: #fff;
}
.slick-slider .slick-arrow {
  width: 45px;
  height: 63px;
  background-position: center;
  background-repeat: no-repeat;
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow.slick-prev {
  background-image: url(img/arrow-left.png);
  left: -50px;
}
.slick-slider .slick-arrow.slick-next {
  background-image: url(img/arrow-right.png);
  right: -50px;
}

.pswp__button.pswp__button--arrow--right:hover,
.pswp__button.pswp__button--arrow--left:hover {
  background: transparent !important;
}

/*--------------------------------------------*/
/* menu button */
.menuBtn,
.menuBtn2 {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 35px;
  right: 15%;
  cursor: pointer;
}
@media (orientation: landscape) {
  .menuBtn,
  .menuBtn2 {
    display: none;
  }
}
.menuBtn > span,
.menuBtn2 > span {
  background-color: #ff1035;
  border-radius: 1px;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -15px;
  transition: height 100ms;
}
.menuBtn > span:after, .menuBtn > span:before,
.menuBtn2 > span:after,
.menuBtn2 > span:before {
  content: "";
  background-color: #ff1035;
  border-radius: 1px;
  height: 4px;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  transition: all 200ms;
}
.menuBtn > span:after,
.menuBtn2 > span:after {
  top: -9px;
}
.menuBtn > span:before,
.menuBtn2 > span:before {
  bottom: -9px;
}

.menuBtn.act > span,
.menuBtn2.act > span {
  height: 0;
}
.menuBtn.act > span:after, .menuBtn.act > span:before,
.menuBtn2.act > span:after,
.menuBtn2.act > span:before {
  top: 1px;
}
.menuBtn.act > span:after,
.menuBtn2.act > span:after {
  transform: rotate(45deg);
}
.menuBtn.act > span:before,
.menuBtn2.act > span:before {
  transform: rotate(-45deg);
}

/* main menu block */
.menu-mobile {
  overflow: hidden;
  background: #fff;
  top: 0;
  left: -100%;
  z-index: 10;
  width: 94%;
  opacity: 0;
  left: -100%;
  transition: all 0.3s;
  height: 100vh;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
.menu-mobile img {
  position: absolute;
  top: 36px;
  left: 7%;
  max-width: 80px !important;
  margin: 10px 0 0 0;
}
.menu-mobile .menuBtn2 {
  left: auto;
  right: 5%;
  top: 70px;
}
@media (orientation: landscape) {
  .menu-mobile .menuBtn2 {
    display: none;
  }
}
.menu-mobile nav {
  width: 90%;
  margin-top: 60px;
}
.menu-mobile nav ul.menu li {
  padding: 15px 0;
  border-bottom: 1px solid #00428e;
}
.menu-mobile nav ul.menu li a {
  font-size: 34px;
  color: #00428e;
  font-family: "Bebas Neue";
}
.menu-mobile nav ul.social {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: center;
}
.menu-mobile nav ul.social li a {
  font-size: 32px;
  padding: 10px 25px 0 0;
}

.act .menu-mobile {
  opacity: 1;
  padding: 25px;
  left: 0;
}

/*--- HEADER --------------------------------------------------------------------------------------------------------*/
header {
  background-color: #fff;
  height: 100px;
  position: relative;
  z-index: 5;
  font-family: "Bebas Neue", sans-serif;
}
@media (orientation: portrait) {
  header .container {
    padding: 0 7%;
  }
}
header .row {
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media (orientation: portrait) {
  header .row {
    align-items: flex-start;
  }
}
header h1 {
  margin: 50px 0 0 0;
  background: #fff;
  position: relative;
  width: 200px;
  display: flex;
  justify-content: center;
}
@media (orientation: portrait) {
  header h1 {
    margin: 0;
    width: auto;
  }
}
@media (orientation: landscape) {
  header h1::after {
    content: "";
    display: block;
    width: 250px;
    height: 82px;
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: -1;
    margin-left: -125px;
    background: transparent url(img/bg-logo2.png) top center no-repeat;
    background-size: 100% auto;
  }
}
header h1 img {
  max-width: 120px !important;
}
@media (orientation: portrait) {
  header h1 img {
    max-width: 80px !important;
    margin-top: 10px;
  }
}
header nav {
  width: 40%;
}
@media (orientation: portrait) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
}
header nav ul li a {
  color: #00428e;
  font-weight: 500;
  display: inline-block;
  padding: 7px 21px 5px 21px !important;
  font-size: 28px !important;
}
header nav ul li a:hover, header nav ul li a:focus {
  color: #ff1035;
}
header nav ul li a.social {
  padding: 7px 14px 5px 14px !important;
}
header nav:nth-of-type(2) .menu {
  justify-content: flex-end;
}

/*--- PAGINAS INTERNAS -----------------------------------------------------------------------------------------------------*/
.page-template-default .banner-interno {
  padding: 120px 0 80px 0;
  background: #00428e;
  text-align: center;
  margin-bottom: 50px;
}
.page-template-default .banner-interno h1 {
  color: #fff;
  font-size: 56px;
}

/*--- HOME ------------------------------------------------------------------------------------------------------------------*/
.home #banner {
  position: relative;
  /*height: 80vh; */
  max-height: 1200px;
  overflow: hidden;
  /*@media(max-width:1400px) and (orientation:landscape) {
    height: 85vh;
  }*/
}
@media (orientation: portrait) {
  .home #banner {
    margin-bottom: 80px;
  }
}
.home #banner iframe {
  height: 52vw;
}
.home #banner #carrossel {
  position: absolute;
  max-width: 100%;
}
.home #banner #carrossel .item img {
  width: 100%;
}
@media (orientation: portrait) {
  .home #banner #carrossel .item img.desktop {
    display: none;
  }
}
@media (orientation: landscape) {
  .home #banner #carrossel .item img.mobile {
    display: none;
  }
}
.home #banner .container {
  text-align: center;
  position: relative;
  padding: 13vw 0 0 0;
}
@media (max-width: 1400px) and (orientation: landscape) {
  .home #banner .container {
    padding: 30vh 0 0 0;
  }
}
@media (orientation: portrait) {
  .home #banner .container {
    padding: 0 7%;
    height: 100vw;
    display: flex;
    align-items: center;
  }
}
.home #banner .container h2 {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  margin: 0;
  font-weight: 500;
}
@media (orientation: portrait) {
  .home #banner .container h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.home #banner .container h2 strong {
  display: inline-block;
}
@media (max-width: 1400px) and (orientation: landscape) {
  .home #banner .container h2 {
    font-size: 65px;
    line-height: 65px;
    margin: 0 10%;
  }
}
.home #banner .container p {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.home p a {
  font-weight: bold;
}
.home p a:hover {
  color: #ff1035;
}
.home .cta {
  margin-top: -75px;
  position: relative;
  z-index: 5;
}
.home .cta .itens {
  display: flex;
  justify-content: center;
}
@media (orientation: portrait) {
  .home .cta .itens {
    flex-direction: column;
  }
}
.home .cta .itens .item {
  width: 30.33%;
  background: #00428e;
  margin-right: 3%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
}
.home .cta .itens .item:last-child {
  margin-right: 0;
}
@media (orientation: portrait) {
  .home .cta .itens .item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    text-align: center;
  }
}
.home .cta .itens .item a {
  height: 266px;
  color: #fff;
  display: inline-block;
  height: 266px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 58px;
  font-weight: 800;
}
.home .cta .itens .item:nth-child(1) {
  background-image: url(img/cta1.jpg);
}
.home .cta .itens .item:nth-child(2) {
  background-image: url(img/cta2.jpg);
}
.home .cta .itens .item:nth-child(3) {
  background-image: url(img/cta3.jpg);
}
.home .cta .item:hover:nth-child(1) {
  background-image: url(img/cta1-v.jpg);
}
.home .cta .item:hover:nth-child(2) {
  background-image: url(img/cta2-v.jpg);
}
.home .cta .item:hover:nth-child(3) {
  background-image: url(img/cta3-v.jpg);
}
.home #quemsomos {
  margin: 100px 0;
  overflow-x: hidden;
}
@media (orientation: portrait) {
  .home #quemsomos {
    padding: 0;
    margin: 0;
  }
}
.home #quemsomos .row {
  flex-direction: row-reverse;
}
@media (orientation: portrait) {
  .home #quemsomos .row {
    flex-direction: column-reverse;
  }
}
.home #quemsomos h2 {
  font-size: 96px;
  line-height: 96px;
  color: #ff1035;
  margin-bottom: 20px;
  text-align: center;
}
@media (orientation: portrait) {
  .home #quemsomos h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.home #quemsomos h2 strong {
  color: #00428e;
}
.home #quemsomos .col:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #quemsomos .col:nth-child(2) img {
  max-width: 450px;
}
@media (orientation: portrait) {
  .home #quemsomos .col:nth-child(2) img {
    max-width: 250px;
    margin-bottom: 50px;
  }
}
.home #durival {
  margin: 100px 0 0 0;
  background: #f5f5f5;
  padding: 100px 0 50px 0;
  overflow-x: hidden;
}
@media (orientation: portrait) {
  .home #durival {
    margin: 0;
    padding: 50px 0;
  }
}
.home #durival h2 {
  font-size: 96px;
  line-height: 96px;
  color: #ff1035;
  margin-bottom: 20px;
  text-align: center;
}
@media (orientation: portrait) {
  .home #durival h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.home #durival h2 strong {
  color: #00428e;
  display: inline-block;
  width: 100%;
}
@media (orientation: landscape) {
  .home #durival .row:nth-child(1) .col:nth-child(1) {
    padding-right: 5%;
  }
}
.home #durival .row:nth-child(1) .col:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #durival .row:nth-child(1) .col:nth-child(2) img {
  max-width: 450px;
}
@media (orientation: portrait) {
  .home #durival .row:nth-child(1) .col:nth-child(2) img {
    max-width: 250px;
    margin: 50px 0;
  }
}
@media (orientation: portrait) {
  .home #durival .row:nth-child(2) {
    flex-direction: column-reverse;
  }
}
@media (orientation: landscape) {
  .home #durival .row:nth-child(2) .col:nth-child(2) {
    padding-top: 100px;
  }
}
.home #durival .row:nth-child(2) .col:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home #durival .row:nth-child(2) .col:nth-child(1) img {
  max-width: 450px;
}
@media (orientation: portrait) {
  .home #durival .row:nth-child(2) .col:nth-child(1) img {
    max-width: 100%;
  }
}
.home #instagram {
  margin-bottom: 50px;
}
.home #instagram h2 {
  font-size: 96px;
  line-height: 96px;
  color: #ff1035;
  margin-bottom: 40px;
  text-align: center;
}
@media (orientation: portrait) {
  .home #instagram h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.home #instagram h2 strong {
  color: #00428e;
}
.home #instagram .sb_instagram_header,
.home #instagram #sbi_load {
  display: none;
}
@media (orientation: portrait) {
  .home #instagram .sbi_item:nth-child(5),
  .home #instagram .sbi_item:nth-child(6),
  .home #instagram .sbi_item:nth-child(7),
  .home #instagram .sbi_item:nth-child(8) {
    display: none;
  }
}
.home #instagram .cta {
  text-align: center;
  margin: 50px 0;
}
.home #instagram .cta a.btn {
  display: inline-block;
  background: #00428e;
  color: #fff;
  font-family: "Bebas Neue" !important;
  font-size: 34px;
  line-height: 34px;
  margin: auto;
  padding: 12px 21px 8px 21px;
  transition: all 0.3s;
  border-radius: 0;
  font-weight: normal;
}
.home #instagram .cta a.btn:hover {
  background: #ff1035;
}

#fotos {
  padding: 100px 0;
  text-align: center;
}
@media (orientation: portrait) {
  #fotos {
    padding: 50px 0;
  }
}
#fotos .container {
  padding: 0 5%;
}
#fotos h2 {
  font-size: 96px;
  line-height: 96px;
  color: #ff1035;
  margin-bottom: 40px;
}
@media (orientation: portrait) {
  #fotos h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
#fotos h2 strong {
  color: #00428e;
}
#fotos .container {
  display: flex;
  flex-wrap: wrap;
}
#fotos .itens {
  display: flex;
  flex-wrap: wrap;
}
#fotos .itens .item {
  width: 33.33%;
  padding: 1%;
}
@media (orientation: portrait) {
  #fotos .itens .item {
    width: 50%;
  }
}
#fotos .cta {
  text-align: center;
  margin: 50px 0 0 0;
}
#fotos .cta a.btn {
  display: inline-block;
  background: #00428e;
  color: #fff;
  font-family: "Bebas Neue" !important;
  font-size: 34px;
  line-height: 34px;
  margin: auto;
  padding: 12px 21px 8px 21px;
  transition: all 0.3s;
  border-radius: 0;
  font-weight: normal;
}
#fotos .cta a.btn:hover {
  background: #ff1035;
}

/*--- PAGINA FOTOS -------------------------------------------------------------------------------------*/
.page-template-page-fotos {
  background: #f5f5f5;
}
.page-template-page-fotos #principal h1 {
  font-size: 96px;
  line-height: 96px;
  color: #ff1035;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
@media (orientation: landscape) {
  .page-template-page-fotos #principal h1 {
    margin: 150px 0 0 0;
  }
}
.page-template-page-fotos #principal h1 strong {
  color: #00428e;
}
.page-template-page-fotos #principal .itens {
  display: flex;
  flex-wrap: wrap;
}
.page-template-page-fotos #principal .itens .item {
  width: 33.33%;
  padding: 1%;
}
@media (orientation: portrait) {
  .page-template-page-fotos #principal .itens .item {
    width: 50%;
  }
}

/*--- FOOTER -----------------------------------------------------------------------------------------------------------------*/
#contato {
  background: transparent url(img/bg-contato2.jpg) bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 100px 0;
}
@media (orientation: portrait) {
  #contato {
    padding: 0;
  }
}
#contato h2 {
  font-size: 60px;
  line-height: 65px;
  color: #ff1035;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
  font-size: 96px;
  line-height: 96px;
  margin-bottom: 90px;
  font-weight: 900;
}
@media (orientation: portrait) {
  #contato h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
#contato h2 strong {
  color: #00428e;
}
#contato .card {
  padding: 70px 25px 0 25px;
  background: #fff;
  margin: 0 5%;
  height: 100%;
  border: 2px solid #00428e;
  position: relative;
  min-height: 260px;
}
@media (orientation: portrait) {
  #contato .card {
    margin-bottom: 50px;
    padding: 70px 5% 20px 5%;
  }
}
#contato .card::before {
  content: "";
  display: block;
  width: 78px;
  height: 90px;
  position: absolute;
  top: -39px;
  left: 50%;
  margin-left: -39px;
  background-position: top center;
  background-repeat: no-repeat;
}
#contato .card h3 {
  color: #00428e;
  font-weight: 500;
}
#contato .card p {
  font-weight: 500;
  padding: 15px;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #00428e;
  display: inline-block;
  padding: 10px 0 10px 60px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (orientation: portrait) {
  #contato .card p {
    padding: 30px 0 10px 0;
    background-position: top center;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
  }
}
#contato .card p.pix {
  background-image: url(img/ico-pix.png);
}
#contato .card p.email {
  background-image: url(img/ico-email.png);
}
#contato .card p.instagram {
  background-image: url(img/ico-insta.png);
  background-position: 3px center;
}
@media (orientation: portrait) {
  #contato .card p.instagram {
    padding: 30px 0 10px 0;
    background-position: top center;
  }
}
@media (orientation: portrait) {
  #contato .card p.pix {
    padding: 45px 0 10px 0;
    margin-top: 0;
    background-position: top center;
  }
}
#contato .card.colabore::before {
  background-image: url(img/ico-colabore.png);
}
#contato .card.contato::before {
  background-image: url(img/ico-contato.png);
}

.page-id-217 .banner-interno {
  background: #00428e url(img/bg-top-faq.jpg) top center no-repeat;
  background-size: auto 100%;
}
.page-id-217 #principal {
  padding: 20px 0 80px 0;
}
.page-id-217 #principal h3 {
  font-size: 36px;
  color: #00428e;
  margin-bottom: 10px;
}
.page-id-217 #principal p {
  margin-bottom: 40px;
  line-height: 26px;
}

footer {
  padding: 50px 0;
  background: #00428e;
  color: #fff;
  display: flex;
  font-size: 15px;
}
footer a {
  color: #fff;
}
footer .container {
  width: 100%;
}
footer .row {
  display: flex;
  width: 100%;
  align-items: center;
}
footer .row .col-1 {
  width: 20%;
}
@media (orientation: portrait) {
  footer .row .col-1 {
    width: 100%;
    text-align: center;
  }
}
footer .row .col-1 h3 {
  font-size: 46px;
  color: #fff;
}
footer .row .col-1 ul li {
  margin: 10px 0;
}
footer .row .col-2 {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (orientation: portrait) {
  footer .row .col-2 {
    width: 100%;
    margin: 40px 0;
  }
}
footer .row .col-2 nav ul {
  display: flex;
  justify-content: center;
}
footer .row .col-2 nav ul li {
  margin: 2%;
  flex-shrink: 0;
  display: inline-block;
}
footer .row .col-2 nav ul li a {
  font-weight: 500;
  padding: 5px;
  display: inline-block;
}
footer .row .col-2 nav ul li a:hover {
  background: #fff;
  color: #00428e !important;
}
footer .row .col-3 {
  width: 20%;
  display: flex;
  align-items: center;
}
@media (orientation: portrait) {
  footer .row .col-3 {
    width: 100%;
  }
}
footer .row .col-3 p {
  margin: 20px;
}

/*--- LOJA  -----------------------------------------------------------------------------------------*/
.archive.woocommerce-page .woocommerce-result-count,
.archive.woocommerce-page .woocommerce-ordering {
  display: none;
}
.archive.woocommerce-page .banner-interno {
  padding: 120px 0 80px 0;
  background: #00428e;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  font-size: 56px;
  letter-spacing: 1px;
  padding: 100px 0 50px 0;
}
.archive.woocommerce-page .banner-interno h1 {
  font-size: 56px;
}
.archive.woocommerce-page #principal .products h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.archive.woocommerce-page #principal .products .price {
  color: #00428e;
}
.archive.woocommerce-page #principal .products a.button {
  color: #00428e;
  background: #f5f5f5;
  font-size: 16px;
}
.archive.woocommerce-page #principal .products a.button:hover {
  background: #00428e;
  color: #fff;
}

.single-product .banner-interno {
  padding: 120px 0 80px 0;
  background: #00428e;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  font-size: 56px;
  letter-spacing: 1px;
  padding: 100px 0 50px 0;
}
.single-product .banner-interno h1 {
  font-size: 56px;
}
.single-product #principal .woocommerce-breadcrumb {
  display: none;
}
.single-product #principal h1.product_title {
  color: #00428e;
  font-size: 46px;
}
.single-product #principal .price {
  color: #00428e;
}
.single-product #principal .input-text.qty.text {
  height: 40px;
  width: 45px;
  font-size: 20px;
  font-weight: bold;
}
.single-product #principal .single_add_to_cart_button {
  background: #00428e;
  font-size: 18px;
}
.single-product #principal .single_add_to_cart_button:hover {
  background: #ff1035;
  color: #fff;
}
.single-product #principal .product_meta {
  display: none;
}
.single-product #principal .woocommerce-product-details__short-description {
  margin-top: 40px;
}
.single-product #principal .woocommerce-product-details__short-description p, .single-product #principal .woocommerce-product-details__short-description ul, .single-product #principal .woocommerce-product-details__short-description ol {
  font-size: 15px;
  margin-bottom: 15px;
}
.single-product #principal .woocommerce-product-details__short-description ul {
  padding-left: 20px;
}
.single-product #principal .woocommerce-product-details__short-description ul li {
  margin-bottom: 15px;
}
.single-product #principal .woocommerce-product-details__short-description ol {
  padding-left: 20px;
}
.single-product #principal .woocommerce-product-details__short-description ol li {
  margin-bottom: 15px;
}
.single-product #principal form.variations_form {
  margin-bottom: 0;
}
.single-product .tabs.wc-tabs {
  display: none !important;
}
.single-product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
  display: block !important;
}
.single-product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
  display: none;
}
.single-product .related.products {
  margin-top: 80px;
}
.single-product .related.products h2 {
  font-size: 36px;
  color: #00428e;
  text-transform: none;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #00428e;
}
.single-product .related.products .products h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  border: none;
}
.single-product .related.products .products .price {
  color: #00428e;
}
.single-product .related.products .products a.button {
  color: #00428e;
  background: #f5f5f5;
  font-size: 16px;
}
.single-product .related.products .products a.button:hover {
  background: #00428e;
  color: #fff;
}

.woocommerce-message {
  border-top-color: #00428e !important;
}

.woocommerce-message::before {
  content: "\e015";
  color: #00428e !important;
}

.woocommerce-cart .wc-block-cart__submit-button {
  background: #ff1035;
  color: #fff;
  font-weight: bold;
}

.woocommerce-cart #principal {
  min-height: 50vh;
}
.woocommerce-cart #contato {
  display: none;
}

/*--- CARRINHO -------------------------------------------------------------------------------------*/
.page-id-61 #principal .wc-block-cart-item__wrap .wc-block-components-product-name,
.page-id-61 #principal .wc-block-cart-item__wrap .wc-block-cart-item__prices {
  font-size: 16px;
}
.page-id-61 #principal .wp-block-woocommerce-cart-order-summary-block {
  font-size: 16px;
}
.page-id-61 #principal .wp-block-woocommerce-cart-order-summary-block h2 {
  font-size: 24px;
}

/*--- CHECKOUT -------------------------------------------------------------------------------------*/
.page-id-62 #contato,
.page-id-62 .xoo-wsc-markup {
  display: none !important;
}
.page-id-62 .checkout.woocommerce-checkout {
  display: flex;
  gap: 40px;
}
@media (orientation: portrait) {
  .page-id-62 .checkout.woocommerce-checkout {
    flex-direction: column;
  }
}
.page-id-62 .checkout.woocommerce-checkout #customer_details {
  display: flex;
  flex-direction: column;
}
.page-id-62 .checkout.woocommerce-checkout #customer_details .col-1,
.page-id-62 .checkout.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
}
.page-id-62 .checkout.woocommerce-checkout #customer_details .col-1 h3,
.page-id-62 .checkout.woocommerce-checkout #customer_details .col-2 h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
.page-id-62 .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row .input-text,
.page-id-62 .checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper .form-row select {
  font-size: 16px;
  border: 1px solid #999;
}
.page-id-62 .checkout.woocommerce-checkout #customer_details .form-row label {
  font-size: 16px;
}
.page-id-62 .checkout.woocommerce-checkout #customer_details #billing_country_field {
  display: none;
}
.page-id-62 .checkout.woocommerce-checkout #customer_details .woocommerce-shipping-fields {
  margin-top: 40px;
}
.page-id-62 .checkout.woocommerce-checkout h3#order_review_heading {
  display: none;
}
.page-id-62 .checkout.woocommerce-checkout table.shop_table {
  font-size: 16px;
}
.page-id-62 .checkout.woocommerce-checkout #order_review {
  margin-bottom: 40px;
}
.page-id-62 .checkout.woocommerce-checkout #order_review #payment {
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
.page-id-62 .checkout.woocommerce-checkout #order_review {
  /*.payment_box.payment_method_pagbank_credit_card{
    background: $azul;

    &::before {
      border-color: $azul;
    }
  }*/
}
.page-id-62 .checkout.woocommerce-checkout #order_review #place_order {
  background: #00428e;
}
.page-id-62 .checkout.woocommerce-checkout .payment_box {
  font-size: 16px;
}
.page-id-62 .checkout.woocommerce-checkout .payment_box label {
  font-size: 16px !important;
}
.page-id-62 .checkout.woocommerce-checkout .payment_box input {
  font-size: 16px !important;
}
.page-id-62 .checkout.woocommerce-checkout .payment_box select {
  font-size: 16px !important;
}
.page-id-62 .checkout.woocommerce-checkout .payment_box .form-row {
  margin-bottom: 0 !important;
}
.page-id-62 .checkout.woocommerce-checkout ul.payment_methods li img {
  max-width: 70px;
}
.page-id-62 .checkout.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 13px;
  line-height: 18px;
}/*# sourceMappingURL=style.css.map */