/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://bymontclair.com.br
Description: Tema da home
Author: William Bento
Template: twentytwentyfive
Version: 1.0
*/

html,
body,
main {
  min-height: 100%;
  scroll-behavior: smooth;
}

img, iframe, object, video {
  max-width: 100%;
  width: auto;
  height: auto;
}

form:after, form:before {
  display: table;
  content: " ";
}
form:after {
  clear: both;
}

textarea {
  max-width: 100%;
  width: 100%;
}

b,
strong {
  font-weight: 700;
}

address {
  font-size: inherit;
}

/* ==========================================================================
    Geral
========================================================================== */
body {
  font-weight: 400;
  font-size: 1rem;
  background-color: #EFEFEF !important;
  color: #0A0808 !important;
  overflow: overlay;
  font-family: "Montserrat", sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tituloh1 {
  font-size: 32px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .tituloh1 {
    font-size: 48px;
  }
}

.tituloh2 {
  font-size: 30px;
  margin-bottom: 0;
}

.tituloh3 {
  font-size: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .tituloh3 {
    font-size: 40px;
  }
}
.tituloh3.big {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .tituloh3.big {
    font-size: 44px;
  }
}

.p-14 {
  font-size: 12px;
  margin-bottom: 0;
}

.p-14 {
  font-size: 14px;
  margin-bottom: 0;
}

.p-16 {
  font-size: 16px;
  margin-bottom: 0;
}

.p-18 {
  font-size: 18px;
  margin-bottom: 0;
}

.p-20 {
  font-size: 20px;
  margin-bottom: 0;
}

.p-22 {
  font-size: 22px;
  margin-bottom: 0;
}

.p-24 {
  font-size: 24px;
  margin-bottom: 0;
}

.p-md {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-md {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .p-md_alt {
    font-size: 20px;
  }
}

.p-lg {
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .p-lg {
    font-size: 24px;
  }
}

.btn {
  width: 271px !important;
  padding: 20px 0 !important;
  color: white !important;
  border-radius: 4px !important;
  transition: all ease 0.4s !important;
  font-size: 18px !important;
  height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn_black {
  background-color: #061003 !important;
  font-weight: bold !important;
}
.btn_black:hover {
  background-color: #1A400E !important;
  color: white !important;
}
.btn_verde {
  background-color: #63704B !important;
}
.btn_verde:hover {
  background-color: rgb(72, 81.4545454545, 54.5454545455) !important;
  color: white !important;
}

.c-white {
  color: #EFEFEF !important;
}

.padding {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .padding {
    padding: 80px 0;
  }
}

.box-1 {
  padding: 32px 18px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
@media (min-width: 992px) {
  .box-1 {
    padding: 40px 24px;
  }
}

.card-banner {
  background-color: rgba(226, 226, 226, 0.65);
  border-radius: 15px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.card-banner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-banner .text .tituloh2 {
  margin-bottom: 5px;
}
.card-banner .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.card-1 {
  padding: 32px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  height: 429px;
  width: 100%;
  transition: all ease;
}
@media (min-width: 992px) {
  .card-1 {
    width: 364px;
  }
}
@media (min-width: 992px) {
  .card-1 .closed {
    width: 170px;
  }
}

.card-2 {
  padding: 32px 8px 12px;
  border-radius: 15px;
  text-align: center;
  height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .card-2 {
    padding: 32px 20px;
    height: 314px;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.menu {
  padding: 10px 0 5px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 15px 15px 0 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 15;
  opacity: 0;
  transform: translateY(100px);
  transition: all ease 0.4s;
}
@media (min-width: 992px) {
  .menu {
    bottom: inherit;
    top: 0;
    padding: 12px 0;
    gap: 16px;
    transform: translateY(-100px);
    border-radius: 0 0 15px 15px;
  }
}
.menu.show {
  transform: translateY(0);
  opacity: 1;
}
.menu .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.menu .btn_verde {
  width: 210px !important;
}
@media (min-width: 500px) {
  .menu .btn_verde {
    width: 271px !important;
  }
}
.menu .btn-subir {
  background-color: #63704B;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
}
.menu .btn-subir:hover {
  background-color: rgb(72, 81.4545454545, 54.5454545455);
}
.menu .whats {
  width: 32px;
  height: 32px;
  transition: all ease 0.4s;
}
.menu .whats:hover {
  opacity: 0.7;
}

.banner {
  height: 500px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-image: url("https://ingressosvinicola.com.br/wp-content/uploads/2026/01/banner-bg2.webp");
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner {
    align-items: flex-start;
    background-position: center;
  }
}
@media (min-width: 1600px) {
  .banner {
    background-position: bottom;
  }
}
.banner .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .banner .container {
    justify-content: flex-start;
  }
}
.banner .selo {
  position: absolute;
  z-index: 2;
  top: -62px;
  right: -34px;
}
@media (min-width: 992px) {
  .banner .selo {
    top: -33px;
    right: -44px;
  }
}
.banner .p-14 .line {
  text-decoration: line-through;
}
.banner .p-22 .semibold {
  font-weight: 600;
}
.banner .tituloh2 {
  font-weight: 700;
  text-transform: uppercase;
}

.info_sect-background {
  background-image: url("https://ingressosvinicola.com.br/wp-content/uploads/2026/01/bg-info-ingresso.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  width: 100%;
}
.info_sect-top {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info_sect-top .tituloh1 {
  margin-bottom: 8px;
  text-transform: uppercase;
}
.info_sect-top .p-14 {
  margin-bottom: 12px;
}
.info_sect-top .p-18 {
  margin-bottom: 24px;
}
.info_sect-top .p-18:last-of-type {
  margin-bottom: 0;
}
.info_sect-top .btn {
  margin-bottom: 24px !important;
}
.info_sect-top .p-16 {
  margin-bottom: 12px;
}
.info_sect .line {
  width: 100%;
  height: 1px;
  background-color: #63704B;
  opacity: 35%;
  margin: 24px 0;
  display: flex;
}
@media (min-width: 992px) {
  .info_sect-bottom {
    display: flex;
    justify-content: center;
  }
}
.info_sect-bottom ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .info_sect-bottom ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 75px;
    width: fit-content;
  }
}
.info_sect-bottom ul li {
  list-style: none;
  width: fit-content;
}

.img-sect {
  overflow: hidden;
}
.img-sect .swiper {
  overflow: visible;
}
.img-sect .swiper-slide {
  width: 352px;
  height: 355px;
  border-radius: 15px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-sect .swiper-pagination {
  position: inherit;
  top: inherit;
  bottom: inherit;
  margin-top: 10px;
}
.img-sect .swiper-pagination-bullet-active {
  background-color: #63704B;
}
.img-sect .swiper-pagination-bullet {
  background-color: #63704B;
  margin: 0 3px !important;
}

.vinicula-sect {
  background-image: url("https://ingressosvinicola.com.br/wp-content/uploads/2026/01/bg-vinicula2-scaled-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}
.vinicula-sect .tituloh3 {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.vinicula-sect .tituloh3:last-of-type {
  margin-top: 60px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .vinicula-sect .tituloh3:last-of-type {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .vinicula-sect .tituloh3 {
    margin-bottom: 80px;
  }
}
.vinicula-sect .bg-grad {
  height: 277px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .vinicula-sect .bg-grad {
    height: 328px;
  }
}
.vinicula-sect .vinicula-cards-holder {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .vinicula-sect .vinicula-cards-holder {
    flex-direction: row;
    justify-content: center;
  }
}
.vinicula-sect .vinicula-cards {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .vinicula-sect .vinicula-cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .vinicula-sect .vinicula-cards {
    gap: 22px;
    max-width: 764px;
  }
}
.vinicula-sect .vinicula-cards .vinicula-card {
  position: relative;
  min-width: 282px;
  max-width: 450px;
  height: 429px;
  border-radius: 16px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 12px 32px;
}
@media (min-width: 992px) {
  .vinicula-sect .vinicula-cards .vinicula-card {
    width: initial;
    min-width: initial;
    gap: 12px;
    flex: 0.25;
    transition: 0.3s ease;
    max-width: inherit;
    width: 282px;
  }
}
@media (min-width: 1400px) {
  .vinicula-sect .vinicula-cards .vinicula-card {
    flex: 0.28;
  }
}
.vinicula-sect .vinicula-cards .vinicula-card .p-24 {
  font-weight: 700;
  position: relative;
  z-index: 2;
  text-align: center;
  transition: all ease 0.7s;
}
.vinicula-sect .vinicula-cards .vinicula-card .p-12 {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  z-index: 2;
  text-align: center;
  pointer-events: none;
  width: 284px;
}
@media (min-width: 992px) {
  .vinicula-sect .vinicula-cards .vinicula-card.active {
    flex: 0.5;
  }
}
@media (min-width: 1400px) {
  .vinicula-sect .vinicula-cards .vinicula-card.active {
    flex: 0.44;
  }
}
.vinicula-sect .vinicula-cards .vinicula-card.active .p-12 {
  opacity: 1;
  position: relative;
  transform: translateY(0);
}
.vinicula-sect .vinicula-cards .vinicula-card_gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 375px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  z-index: 1;
  pointer-events: none;
}

.faq-sect .tituloh3 {
  margin-bottom: 48px;
  text-align: center;
}
@media (min-width: 992px) {
  .faq-sect .tituloh3 {
    margin-bottom: 64px;
  }
}

.accordion-faq .accordion-item {
  border: none;
  background-color: #F2F2F3;
  border-radius: 8px;
}
.accordion-faq .accordion-item + .accordion-item {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .accordion-faq .accordion-item + .accordion-item {
    margin-top: 16px;
  }
}
.accordion-faq .accordion-item .accordion-header {
  border-radius: 8px;
}
.accordion-faq .accordion-item .accordion-header .accordion-button {
  padding: 16px;
  border-radius: 8px;
  background-color: #F2F2F3;
  border: none;
  box-shadow: none;
  color: #0A0808;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media (min-width: 992px) {
  .accordion-faq .accordion-item .accordion-header .accordion-button {
    padding: 16px 32px;
  }
}
.accordion-faq .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border: 0;
  outline: none;
}
.accordion-faq .accordion-item .accordion-header .accordion-button::after {
  background-image: url("https://ingressosvinicola.com.br/wp-content/uploads/2026/01/accordion-icone.png");
  background-size: cover;
  height: 32px;
  width: 32px;
}
.accordion-faq .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("https://ingressosvinicola.com.br/wp-content/uploads/2026/01/accordion-icone.png");
}
.accordion-faq .accordion-item .accordion-body {
  padding: 0 48px 16px 16px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (min-width: 992px) {
  .accordion-faq .accordion-item .accordion-body {
    padding: 0 66px 16px 32px;
  }
}
.accordion-faq .accordion-item .accordion-body .paragrafo {
  color: #63704B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  .accordion-faq .accordion-item .accordion-body .paragrafo {
    font-size: 14px;
  }
}

.como-chegar-sect {
  overflow: hidden;
}
.como-chegar-sect .tituloh3 {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .como-chegar-sect .tituloh3 {
    margin-bottom: 40px;
  }
}
.como-chegar-sect .p-lg {
  text-align: center;
  margin-bottom: 42px;
}
@media (min-width: 992px) {
  .como-chegar-sect .p-lg {
    margin-bottom: 48px;
  }
}
.como-chegar-sect .swiper {
  overflow: visible;
}
.como-chegar-sect .card-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}
.como-chegar-sect .swiper-pagination {
  position: inherit;
  top: inherit;
  bottom: inherit;
  margin-top: 10px;
}
.como-chegar-sect .swiper-pagination-bullet-active {
  background-color: #63704B;
}
.como-chegar-sect .swiper-pagination-bullet {
  background-color: #63704B;
  margin: 0 3px !important;
}
.como-chegar-sect .padding-text {
  padding: 48px 0 30px;
}
@media (min-width: 992px) {
  .como-chegar-sect .padding-text {
    padding: 70px 0 30px;
  }
}
.como-chegar-sect .map {
  width: 100%;
  height: 290px;
}

.footer {
  background-color: #63704B;
  padding: 28px 0;
}
@media (min-width: 992px) {
  .footer {
    padding: 56px 0;
  }
}
.footer .container {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}
@media (min-width: 992px) {
  .footer .container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 48px;
  }
}
.footer .info {
  text-align: center;
}
@media (min-width: 992px) {
  .footer .info {
    text-align: left;
  }
}
.footer .apps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .footer .apps {
    margin-top: 0;
    justify-content: flex-start;
  }
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.563rem !important;
}

.fs-10 {
  font-size: 0.65rem !important;
}

.fs-11 {
  font-size: 0.7rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.875rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-18 {
  font-size: 1.15rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-22 {
  font-size: 1.4rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-26 {
  font-size: 1.65rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-30 {
  font-size: 1.9rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-34 {
  font-size: 2.125rem !important;
}

.fs-37 {
  font-size: 2.313rem !important;
}

.fs-38 {
  font-size: 2.375rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-42 {
  font-size: 2.65rem !important;
}

.fs-44 {
  font-size: 3rem !important;
}

.fs-52 {
  font-size: 3.25rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-60 {
  font-size: 3.75rem !important;
}

.fs-62 {
  font-size: 3.9rem !important;
}

.fs-70 {
  font-size: 4.4rem !important;
}

.fs-77 {
  font-size: 4.4rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  to {
    transform: translate(0, 0);
  }
}
@keyframes scale-up {
  to {
    transform: scale(1);
  }
}
@keyframes slide-in-centered {
  to {
    transform: translate(-50%, 0);
  }
}
@keyframes flutuanteIn {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flutuantePulse {
  0%, 90%, 100% {
    transform: scale(1);
    box-shadow: none;
  }
  45% {
    transform: scale(1.07);
    box-shadow: 0 0 20px #CC5803;
  }
}
[data-animate=up-in] {
  transform: translate(0, 200px);
  opacity: 0;
}

[data-animate=up-in-img] {
  transform: translate(50%, 200px);
  opacity: 0;
}
@media (min-width: 992px) {
  [data-animate=up-in-img] {
    transform: translate(0, 200px);
  }
}

[data-animate=left-in] {
  position: relative;
  transform: translate(-100px, 0);
  opacity: 0;
}

[data-animate=right-in] {
  transform: translate(100px, 0);
  opacity: 0;
}

[data-animate=up-in].animation-active,
[data-animate=left-in].animation-active,
[data-animate=right-in].animation-active {
  transform: translate(0, 0);
  opacity: 1;
  transition: all ease 0.6s;
}

[data-animate=up-in-img].animation-active-img {
  transform: translate(50%, 0);
  opacity: 1;
  transition: all ease 0.6s;
}
[data-animate=up-in-img].animation-active-img.opacity {
  opacity: 0.2;
}
@media (min-width: 992px) {
  [data-animate=up-in-img].animation-active-img.opacity {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  [data-animate=up-in-img].animation-active-img {
    transform: translate(0, 0);
  }
}
/*# sourceMappingURL=estiloIngressos.css.map */
