@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fefefe !important;
  font-family: "Exo 2" !important;
}

body::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-thumb {
  background-color: #5a645a;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
}

/* Personalizando a aparência da barra de rolagem */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #64c832;
  border-radius: 7px;
  height: 100px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 7px;
}
.zoom {
  transform: scale(1); /* Aumenta o tamanho do conteúdo em 1.5x */
  transform-origin: center; /* Define o ponto de origem do zoom (pode ajustar para 'top', 'bottom', etc.) */
}
/* body {
	width: 100%;
	overflow-x: hidden;
} */
/* CSS Document */
.floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-top: 3px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

mark {
  padding: 0px;
  background-color: #ade863;
  color: #0a7a00;
  line-height: 130%;
}

.info-sorteio {
  font-size: 12px;
  color: #ffffff;
  margin-left: -20px;
}

.embed-responsive-21by9::before {
  padding-top: 47%;
}
/* Login */
#login {
  /* position: absolute;
  height: 60px; */
  bottom: unset;
  top: 20%;
  right: 25px;
  font-size: 30px;
  z-index: 999 !important;
  width: 410px;
  max-width: 430px;
}

#login h2 a {
  font-size: 1.1rem !important;
  font-family: "Exo 2";
  font-weight: 800;
  line-height: 24px;
  font-style: italic;
  color: #0c9c00;
  padding-top: 0px;
  padding-bottom: 10px;
}

#login .card {
  border: 1px solid #64c832;
  border-radius: 20px;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

#login .card-header {
  background-color: transparent !important;
  border-bottom: transparent !important;
  padding-right: 1rem;
  padding-left: 1rem;
}

#login .form-control {
  background-color: #fff;
  color: #495c63 !important;
  border-radius: 7px;
  border: 1px solid #d9d9d9;
  height: 2.5rem !important;
  font-size: 14px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
}

#login .form-group {
  margin-bottom: 10px;
}

#login input::placeholder {
  color: #495c63 !important;
}

.fonte-8 {
  font-size: 8pt;
  color: #495c63;
}

#login input[type="checkbox"] {
  position: absolute;
  width: 4% !important;
  height: 15px !important;
}

input[type="checkbox"]:checked {
  accent-color: #64c832 !important;
}

#login form a:last-child {
  border-radius: 12px;
  padding: 12px 30px 12px 30px;
  font-size: 1rem;
  font-weight: 800;
  font-family: "Exo 2";
  font-style: italic;
  line-height: 24px;
  color: #fff;
  background: linear-gradient(90deg, #6fd73a, #2cb620);
}

/* Fim login */

/*********************************
Header
*********************************/
.img-top {
  /*content: url(../img/home-desktop.jpg);*/
  width: 100%;
  height: 100%;
}

.video-top {
  content: url(https://www.youtube.com/embed/xx5N-exIEao?rel=0&modestbranding=1&autohide=1&mute=1&showinfo=0&controls=0&autoplay=1&loop=1);
}

.thumb-video {
  /* content: url(../img/home_desktop.jpg); */
  position: absolute;
  z-index: 99;
  top: 0;
  cursor: pointer;
  width: 100%;
}

.play {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url(../img/icons/play.png) no-repeat 50%;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.2s ease-out;
  z-index: 999999999;
  cursor: pointer;
}

.play:hover {
  width: 90px;
  height: 90px;
}

#home-desktop .dots {
  position: absolute;
  transform: rotate(90deg);
  left: 0px;
  top: 50%;
}

#home-desktop .glider-dot.active {
  background: #0a7a00;
}

#home-desktop .glider-dot {
  background-color: #ffffff;
}

#home-desktop .glider-track {
  transform: unset;
  /* margin-top: 2.5rem !important; */
}

.header {
  /* margin-top: 15px;
	padding-right: 15px;
	padding-left: 15px; */
  position: absolute;
  width: 100% !important;
  height: 80px;
  background-color: transparent;
  z-index: 99;
  flex-direction: row;
  display: flex;
}

.header_content {
  /* background: #ffffff; */
  /*border-radius: 0px 15px 15px 15px;*/
  width: 100%;
  height: 100%;
  box-shadow: 0px 20px 49px rgba(0, 0, 0, 0.67);
}

.header_content {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  backdrop-filter: blur(20px) saturate(140%);

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.header_content::before {
  margin-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

/*********************************
 Logo
*********************************/

.logo_container {
  display: inline-block;
  padding-left: 20px;
  max-width: 90% !important;
}

.logo_container img {
  max-width: 90% !important;
}

/*********************************
 Main Nav
*********************************/

.main_nav_container {
  display: inline-block;
  margin-left: auto;
  padding-right: 10px !important;
}

.main_nav_item {
  display: inline-block;
  margin-right: 1.5rem;
}

.btn_menu,
.btn-default {
  font-weight: 700 !important;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 12px;
  background: linear-gradient(90deg, #6fd73a, #2cb620);
}

.main_nav_item:last-child {
  margin-right: 0px;
}

.main_nav_item a {
  font-size: 0.9rem;
  font-family: "Exo 2";
  font-weight: 300;
  color: #fff;
  text-decoration: none !important;
  line-height: 19.2px;
}

.fonte-verde {
  color: #3fa110 !important;
}

.barra {
  position: absolute;
  border-left: 1px solid #ced4da;
  height: 50px;
  top: 10px;
  right: 200px;
}

/* .main_nav_item a:hover {
	color: #0077a6 !important;
} */

/*********************************
 Header Side
*********************************/

.header_side {
  width: 279px;
  height: 100%;
  background: #ffde00;
}

.header_side img {
  width: 29px;
  height: 29px;
}

.header_side span {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding-left: 12px;
}

/*********************************
 Hamburger
*********************************/

.hamburger_container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: none;
  cursor: pointer;
}

.hamburger_container i {
  font-size: 24px;
  padding: 10px;
  color: #fff;
}

.hamburger_container:hover i {
  /* color: #00aff2; */
}

/*********************************
4. Menu
*********************************/

.menu_container {
  position: fixed;
  top: 80px;
  margin-right: 20px;
  width: 320px;
  height: 300px;
  /* background: #fff; */
  background: rgba(0, 0, 0, 0.18);
   -webkit-backdrop-filter: blur(10px) saturate(120%);
  backdrop-filter: blur(10px) saturate(120%);
  z-index: 99999;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: none 1s ease;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px;
}

.menu_container.active {
 /*  border-radius: 20px 0px 20px 20px; */
  visibility: visible;
  opacity: 1;
  right: 0;
  /* box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px; */
  z-index: 98;
}

.menu {
  position: absolute;
  top: 50px;
  /* right: 30px; */
}

.menu_list {
  -webkit-transform: translateY(3.5rem);
  -moz-transform: translateY(3.5rem);
  -ms-transform: translateY(3.5rem);
  -o-transform: translateY(3.5rem);
  transform: translateY(3.5rem);
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 1000ms ease;
  opacity: 0;
  list-style-type: none;
}

.menu_container.active .menu_list {
  padding-left: 0px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.menu_item {
  transition: all 200ms ease;
  padding: 15px 0px;
}

.menu_item a {
  /* color: #495c63; */
  color: #fff;
  font-size: 14px;
  font-family: "exo 2";
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}

.menu_item a:hover {
  color: rgba(194, 192, 192, 0.8);
  transition-duration: 0.5s;
}

.menu_close_container {
  position: absolute;
  top: 45px;
  right: 82px;
  width: 21px;
  height: 21px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu_close {
  top: 9px;
  width: 21px;
  height: 2px;
  background: #495c63;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu_close::after {
  display: block;
  position: absolute;
  top: -9px;
  left: 9px;
  content: "";
  width: 2px;
  height: 21px;
  background: #3a3a3a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
  /* background: #ffde00; */
}

.titulo {
  font-family: "Exo 2";
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
  line-height: 66px;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 40px;
  color: #0a7a00;
}

.sub-titulo {
  font-family: "Nunito";
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #495c63;
  padding-bottom: 40px;
}

/* Títulos e subtítulos */
.contorno {
  color: #1b4813;
  text-shadow:
    2px 2px 0 #acff83,
    -2px 2px 0 #acff83,
    -2px -2px 0 #acff83,
    2px -2px 0 #acff83;
  font-size: 3.2rem;
  font-family: "Exo 2";
  font-style: italic;
  font-weight: 800;
}

/* ------------------------------------------------ PRÓXIMO SORTEIO ------------------------------------------------ */
/* #proximo-sorteio {
  background: linear-gradient(90deg, #6fd73a, #64c832);
  font-family: "Exo 2";
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 0rem;
  overflow: hidden;
  max-width: 900px;
  border-radius: 20px;
  z-index: 99;
  position: relative;
}

#proximo-sorteio img {
  width: 60px;
  position: absolute;
  top: 15px;
  left: 31%;
  z-index: 99;
}

#proximo-sorteio h1,
h5 {
  color: #13660d;
  font-weight: 800;
}

#proximo-sorteio h1 {
  font-size: 32px;
  font-style: italic;
  line-height: 36px;
}

#proximo-sorteio h5 {
  font-size: 20px;
  line-height: 24px;
}

#proximo-sorteio a {
  font-size: 1rem;
  font-family: "Exo 2";
  font-weight: 800;
  border-radius: 12px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #0a7a00, #0c9c00);
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
    rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
    rgba(0, 0, 0, 0.09) 0px 32px 16px;
  color: #fff;
  line-height: 19.2px;
}

#proximo-sorteio span {
  background-color: #fff;
  margin-top: 6px;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: -20px;
  z-index: 1;
}

#proximo-sorteio span h1 {
  color: #0a7a00;
  font-weight: 800;
  font-size: 30px;
} */

.alinha-centro {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------------------------------------------------ COMO PARTICIPAR ------------------------------------------------ */

#como-participar {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
  width: 100%;
  overflow: hidden;
}

#como-participar h1 {
  color: #fff;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 2.8rem;
  font-style: italic;
  margin-bottom: 0px;
}

#como-participar h3 {
  color: #fff;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 10px;
}

#como-participar p {
  /* padding-left: 15px; */
  margin-top: 35px;
  /* margin-bottom: 20px; */
  color: #fff;
  font-size: 0.7rem;
  line-height: 25px;
  font-family: "Exo 2";
  font-weight: 300;
}

#como-participar .col-md-4:last-of-type {
  /*  margin-right: 100px; */
}

#como-participar .card-img-top {
  box-shadow:
    rgba(172, 255, 131, 0.19) 10px 20px 25px,
    rgba(172, 255, 131, 0.23) 0px 10px 25px;
  border-radius: 20px;
}

#como-participar .card {
  border: none;
  background-color: transparent !important;
}

#como-participar .card-body {
  background-color: #f5f5f5;
  height: 320px;
}

#como-participar .card-footer {
  margin-top: -60px;
  padding: unset;
  background-color: unset;
  border-top: unset;
}

#como-participar .titulo-card {
  color: #64c832;
  font-size: 1.25rem;
  font-weight: 800;
}

#como-participar .desc-card {
  color: #495c63;
  font-size: 1rem;
  font-weight: 700;
}

#como-participar .info-pp,
#faq .info-pp {
  margin-top: 0px;
  color: #495c63;
  font-size: 12px;
  font-weight: 300;
  font-family: "Nunito";
}

#como-participar .card-como-participar {
  background: transparent;
  border-radius: 0px;
  padding-right: 10px !important;
  padding-left: 10px !important;
  z-index: 3 !important;
}

#como-participar .card-como-participar img {
  border-radius: 0px;
}

#como-participar span:first-of-type {
  position: static;
  font-family: "Exo 2";
  font-size: 1rem;
  font-weight: bold;
  line-height: 19.2px;
  background-color: #f5f5f5;
  width: 305px !important;
  display: block;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 30px;
  margin-top: -25px;
  margin-left: 10px;
  border-radius: 0px;
  color: #0a7a00;
}

#como-participar span:last-of-type {
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: #fff;
  padding-left: 30px;
  display: block;
  width: 305px !important;
  margin-top: -125px;
  z-index: 9;
}

#como-participar .text-card-3 {
  margin-top: -173px !important;
}

#como-participar .text-card-1 {
  margin-top: -100px !important;
}

#como-participar .moeda {
  position: absolute;
  top: 4.5rem;
  left: 19rem;
}

#como-participar .moeda-dinheiro {
  position: absolute;
  top: 4.5rem;
  right: 6rem;
}

#como-participar a {
  font-size: 1rem;
  font-family: "Exo 2";
  font-weight: bold;
  border-radius: 12px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  margin-top: 0px;
  background: linear-gradient(90deg, #0c9c00, #0a7a00);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

#cadastro {
  margin-top: 5%;
}

#cadastro h1 {
  color: #fff;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 2.4rem;
}

#cadastro h1:last-child {
  font-size: 2.15rem;
}
#cadastro .font-weight-light {
  font-weight: 100 !important;
  font-size: 2.15rem;
}

#cadastro .btn_menu {
  background: linear-gradient(90deg, #6fd73a, #2cb620) !important;
  font-weight: 700 !important;
}
.hover-claro:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #6fd73a, #2cb620) !important;
}

.hover-escuro:hover {
  color: #fff !important;
  background: linear-gradient(90deg, #0c9c00, #0a7a00);
}

.fundo-verde {
  border-radius: 30px;
  margin-top: -2rem;
  z-index: 0;
  position: relative;
}

#letreiro {
  margin-bottom: -3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 99;
}

#letreiro h3 {
  font-size: 2rem;
  font-weight: 300;
  color: #096f00;
}

.glider-contain {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.glider-letreiro {
  display: flex;
  white-space: nowrap;
  animation: letreiro 20s linear infinite;
}

.glider-letreiro div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0px;
  flex: 0 0 auto;
}

.glider-letreiro div:not(:last-child)::after {
  content: "◦";
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  color: white;
  font-size: 24px;
}

@keyframes letreiro {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* ------------------------------------------------ PRÊMIOS ------------------------------------------------ */
#premios-container {
  /* margin-top: 3rem; */
  width: 100%;
  overflow-x: hidden;
}

#premios-container .rem-3 {
  margin-top: -3rem !important;
}

.texto-menor {
  font-size: 2.5rem;
  color: #07722b;
}

.moeda-premio-esquerda {
  position: absolute;
  margin: -40% 0 0 0;
}

.chapeu {
  width: 350px;
  position: absolute;
  margin: 1% 6% 0 0;
}

/*#premios {
	background-image: url(../img/fundo-premio.jpg);
	background-size: cover;
	width: 100%;
	overflow: hidden;
	max-height: 720px;
}

#premios .glider-contain {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
}
#premios .glider-slide {
	min-width: 900px !important;
}*/

#premios .glider-p,
#premios .glider-n {
  user-select: none;
  outline: none;
  background: none;
  margin-top: -9rem;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #fff;
  opacity: 1;
  line-height: 1;
  transition:
    opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

/* .setas {
  padding-right: 0%;
} */

#premios .titulo-premio {
  color: #fff;
  font-family: "Exo 2";
  font-weight: bold;
  font-size: 2.8rem;
  font-style: italic;
  margin-top: 154px;
  margin-bottom: 90px;
}

#premios .desc-premio {
  font-family: "Exo 2";
  font-weight: 200;
  color: #fff;
}

#premios .desc-premio b span {
  font-size: 1.5rem;
  font-weight: bold;
}

#premios .desc-premio span:nth-child(3) {
  font-size: 1.5rem;
}

#premios .desc-premio h1 {
  font-size: 2.8rem;
  font-weight: bold;
}

#premios .desc-premio .font-light {
  font-weight: 100;
}

#premios .desc-premio:nth-child(2) {
  border-left: 1px solid !important;
  border-right: 1px solid !important;
  border-color: #fff;
}

#premios-container h1 {
  margin-top: 8rem;
  color: #fff !important;
}
/* ------------------------------------------------ QUEM GANHOU ------------------------------------------------ */
#quem-ganhou {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
  overflow-x: hidden;
}

#quem-ganhou h1,
#premios-container h1 {
  color: #fff;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 2.5rem;
  font-style: italic;
  line-height: 40px;
  margin-bottom: 0px;
}

#quem-ganhou h1 span {
  font-weight: 300;
}

#quem-ganhou p {
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 25px;
  font-family: "Nunito";
  font-style: italic;
  font-weight: 700;
}

.glider-prev,
.glider-next {
  margin-top: 4rem;
  margin-bottom: 0rem;
  /*  position: static; */
}

.glider-prev,
.glider-next {
  color: #3fa110;
}

.glider-persp .glider-slide {
  margin: 1px 20px 20px 20px;
}
#quem-ganhou .glider-next {
  right: -3%;
  left: auto;
}
#quem-ganhou .glider-prev {
  left: -3%;
  right: auto;
}
#vencedores {
  /*  margin-right: -400px !important; */
}

#vencedores .glider-slide {
  /* min-width: 350px; */
}

#vencedores .glider-track {
  margin-bottom: 30px;
}

/* #vencedores .glider-slide:nth-child(odd) {
  margin-bottom: 30px !important;
}
#vencedores .glider-slide:nth-child(even) {
  margin-top: 30px !important;
} */

.img-vencedores {
  border-radius: 20px 20px 0px 0px;
}

.ml-car {
  margin-left: 80%;
  margin-top: -50px;
}

#quem-ganhou .card-img-overlay {
  padding: 1.5rem 2rem;
  position: static !important;
  color: #495c63;
  height: 7rem;
}

/* #quem-ganhou .card-img-overlay:before {
  content: url(../img/aspas.png);
  position: absolute;
  margin-top: -2.8rem;
  z-index: 99;
} */

/* #quem-ganhou .card-img-overlay:after {
  content: url(../img/aspas.png);
  transform: rotate(180deg);
  position: absolute;
  margin-top: 5rem;
  right: 2rem;
  z-index: 99;
} */

.texto {
  top: auto;
  font-family: "Exo 2";
  font-weight: bold;
  font-size: 1.2rem;
  color: #0c9c00;
  transition: opacity 0.2s linear;
  border-radius: 20px;
  padding: 1rem 2rem;
}

.imagem {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  height: 100%;
  background-color: #fff;
}

.btn-vencedores {
  font-size: 1rem;
  font-family: "Exo 2";
  font-weight: bold;
  border-radius: 15px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  background: linear-gradient(90deg, #6fd73a, #2cb620);
  color: #fff;
  margin-top: 10px;
}

/* slide que é visível + center: foco e maior */
#vencedores .glider-slide.visible.center {
  transform: scale(1.1);
  filter: none;
  z-index: 5;
  margin-right: 20px;
  margin-left: 20px;
}

#vencedores .glider {
  padding-top: 24px;
  padding-bottom: 10px;
}

/* ------------------------------------------------ PROXIMO VENCEDOR ------------------------------------------------ */
#desc-proximo-vencedor {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
  background-image: url("../img/fundo-prox-sorteado.jpg");
  background-size: cover;
  background-position: center;
  font-family: "Exo 2";
  width: 100%;
  max-height: 480px;
  overflow: hidden;
}

.castela-cartao {
  content: "";
  position: absolute;
  background-image: url("../img/castela-cartao.png");
  background-size: cover;
  background-position: center;
  z-index: 10;
  bottom: 0;
  right: 15%;
  width: 430px;
  height: 113%;
}

#desc-proximo-vencedor h1 {
  font-weight: 700;
  font-size: 30px;
  color: #64c832;
  background-image: url("../img/retangulo-fundo.png");
  background-size: cover;
  margin-left: -70px;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#desc-proximo-vencedor b {
  font-weight: 800;
  font-size: 30px;
  color: #0a7a00;
}

#desc-proximo-vencedor p:first-of-type {
  font-weight: 800;
  font-size: 1.25rem;
  color: #ffffff;
  margin-top: 20px;
}

#desc-proximo-vencedor p:last-of-type {
  font-weight: 200;
  font-size: 12px;
  color: #ffffff;
}

#desc-proximo-vencedor a,
#figurinhas a {
  background: linear-gradient(90deg, #6fd73a, #2cb620) !important;
  font-weight: 800;
  font-size: 1rem;
  line-height: 19.2px;
  margin-top: 10px;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  z-index: 9999999;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  cursor: pointer;
}

#desc-proximo-vencedor .row {
  width: 100%;
}

.dep {
  display: grid;
  grid-template-columns: 600px;
}

/* ------------------------------------------------ DICAS E VANTAGENS ------------------------------------------------ */
#dicas-vantagens {
  padding-top: 30px;
  margin-bottom: 100px;
  width: 100%;
  overflow-x: hidden;
}

#dicas-vantagens h1 {
  color: #63c732;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 3rem;
  font-style: italic;
  line-height: 45px;
  text-transform: uppercase;
}
#dicas-vantagens h3 {
  color: #17960c;
  font-family: "Exo 2";
  font-size: 2rem;
  font-weight: 800;
  font-style: italic;
  margin-top: 1rem;
}

#dicas-vantagens .container .text-left p:nth-child(1) {
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 20px;
  color: #495c63;
  font-size: 1rem;
  font-family: "Exo 2";
  line-height: 25px;
}

#dicas-vantagens .glider-slide:nth-child(odd) {
  margin-bottom: 30px !important;
}
#dicas-vantagens .glider-slide:nth-child(even) {
  margin-top: 30px !important;
}
.glider-next-dicas.disabled,
.glider-prev-dicas.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-prev-dicas,
.glider-next-dicas {
  margin-top: 0rem;
  user-select: none;
  position: static;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #3fa110;
  opacity: 1;
  line-height: 1;
  transition:
    opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#dicas {
  /* margin-right: -390px !important; */
}

#dicas .glider-contain {
  /* margin-top: 2rem; */
}

#dicas .card-body {
  padding: 20px 30px 1px 30px;
  min-height: 220px;
  background-color: #f8f9f7;
  margin-top: 0px;
  border-radius: 0px 0px 20px 20px;
}

#dicas .titulo-card {
  font-family: "Exo 2";
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: #63c732;
  text-align: left;
}

#dicas .desc-card {
  font-family: "Exo 2";
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 300;
  color: #495c63;
}

#dicas .glider-slide {
  width: 100%;
}

#dicas .card {
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}

#dicas-vantagens .moeda {
  position: absolute;
  top: -50px;
  right: 50px;
}

.img-dicas {
  border-radius: 20px;
}

/* ------------------------------------------------ Figurinhas ------------------------------------------------ */
#figurinhas {
  position: relative;
  margin-bottom: 5rem;
  background-image: url("../img/fundo-sortudo.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 850px;
  max-height: 100%;
}

.castela-figurinhas {
  content: "";
  position: absolute;
  /* background-image: url("../img/castela-figurinhas.png"); */
  background-size: cover;
  background-position: center;
  z-index: 10;
  bottom: 0;
  left: 10%;
  width: 500px;
  height: 113%;
}

#figurinhas h1 {
  padding-top: 5rem;
  color: #0a7a00;
  font-family: "Exo 2";
  font-weight: 800;
  font-style: italic;
  line-height: 54px;
  text-transform: uppercase;
  font-size: 2.8rem;
}

#figurinhas h2 {
  /* background-image: url("../img/retangulo-fundo2.png"); */
  background-size: cover;
  margin-bottom: 50%;
  font-weight: 700;
  font-size: 3rem;
  color: #0a7a00;
}

#figurinhas p {
  color: #ffffff;
  font-family: "Exo 2";
  font-weight: 100;
  font-size: 1rem;
  width: 260px;
}

/* Fim figurinhas*/
/* desc prog */
.desc-prog {
  font-family: "Exo 2";
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
  line-height: 66px;
  letter-spacing: 0px;
  color: #64c832;
  margin-top: 30px;
}

/* FAQ */

.castela-faq {
  width: 250px;
  position: absolute;
  margin: 1% 16% 0 0;
  z-index: 1;
}

#faq h1 {
  color: #2ab120;
  font-family: "Exo 2";
  font-weight: 800;
  font-style: italic;
  line-height: 45px;
  font-size: 3rem;
}

#faq .container .text-left p:nth-child(1) {
  padding-left: 15px;
  padding-top: 10px;
  color: #495c63;
  font-size: 1rem;
  font-family: "Exo 2";
  line-height: 25px;
  margin-bottom: 30px;
}

#faq .accordion-header {
  justify-content: space-between;
  width: 99%;
  border: transparent;
  background-color: transparent;
  outline: none;
  color: #495c63;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Exo 2";
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-style: italic;
  box-shadow: none;
}

#faq .accordion-body.active {
  max-height: 30rem;
}

#faq .accordion-body {
  margin-bottom: 20px;
  background-color: white;
  color: black;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 0px 0px 15px 15px;
}

#faq .accordion-body.active {
  max-height: 30rem;
}

#faq {
  background-color: #f1f5f3;
  overflow: hidden;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  display: inline-block;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  transform: translate(0, 0);
  max-width: 100%;
  min-height: 100%;
  margin: 0;
  left: 0;
  font-size: 12px;
}

#faq i {
  color: #64c832;
}

#faq a[aria-expanded="true"] i {
  color: #0a7a00 !important;
}

#faq .panel-body {
  transition: all 0.3s ease-in-out;
  border-radius: 0px 20px 20px 20px;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}

#faq p {
  margin-bottom: 20px;
  margin-top: 15px;
  color: #495c63;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  font-family: "Nunito";
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

#faq .linha-amarela {
  background-color: #3fa110;
  opacity: 0.3;
  margin-top: 30px;
  margin-bottom: 30px;
}

#faq a:hover {
  text-decoration: none;
}

#faq a[aria-expanded="true"] span {
  color: #0c9c00 !important;
}

.nofocus:focus {
  outline: none;
  box-shadow: none;
}

#faq .accordion {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
}

#faq .btn-reg {
  color: #fff;
  background: linear-gradient(90deg, #6fd73a, #2cb620);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 50px;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

#faq .collapse.show {
  margin-top: 30px;
}

#faq .collapsing {
  margin-top: 30px;
}

/* FIM FAQ */

#modalReg,
#modal .modal-content,
#modalSorteio .modal-content {
  border-radius: 20px;
}

#modalSorteio .close {
  font-size: 2rem !important;
  font-weight: 300 !important;
  color: #fff;
  opacity: 1;
}

#modalSorteio .modal-header {
  position: absolute;
  z-index: 99;
  right: 10px;
}
#modalSorteio img {
  border-radius: 15px;
}
/* ------------------------------------------------ Logado ------------------------------------------------ */

/* ------------------------------------------------ Pessoa ------------------------------------------------ */
#pessoa-img {
  content: url("../img/interna_desktop-xl.jpg") !important;
  width: 100% !important;
  background-size: cover;
  overflow: hidden;
  max-height: 500px;
}

#pessoa-img-colab {
  content: url("../img/interna_desktop_c.jpg") !important;
  width: 100% !important;
  background-size: cover;
  overflow: hidden;
  max-height: 500px;
}

.moeda1 {
  content: url("../img/moeda1.png");
  position: absolute;
  margin-top: -25%;
}

.moeda2 {
  content: url("../img/moeda2.png");
  position: absolute;
  margin-top: -30%;
  right: 0;
}

#pessoa {
  position: absolute;
  right: auto;
  left: auto;
  height: 240px;
  top: 150px;
  width: 100%;
  overflow: hidden;
}

#pessoa h1 {
  font-weight: 800;
  font-size: 40px;
  font-style: italic;
  line-height: 48px;
  color: #fff;
  border-radius: 7px;
  padding: 0px 40px;
}

#pessoa a {
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 40px;
}

#pessoa i {
  color: #fff;
}

#pessoa .mt-btn-pessoa {
  margin-top: 70px;
}

#pessoa .btn-desc-pessoa {
  background-color: #fff;
  color: #0c9c00;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  border-radius: 15px;
  font-style: italic;
  font-weight: 800;
}

#pessoa .btn-desc-p {
  background-color: #fff;
  color: #0c9c00;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: none;
}

#pessoa .fundo-btn {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 0px;
  background-color: rgba(20, 110, 56, 0.2);
}

#pessoa .fundo {
}

/* ------------------------------------------------ Números da sorte ------------------------------------------------ */
#nsa {
  background: linear-gradient(180deg, #3bcb30 0%, #2ab120 100%);
}
.container-numeros {
  /*  background: linear-gradient(90deg, #0c9c00, #0a7a00) !important; */
  border-radius: 10px;
  padding: 30px;
}

.skew-container {
  transform: skewX(-5deg);
}

.skew-text {
  transform: skewX(5deg);
}

/* #nsa {
  margin-top: -4% !important;
} */

#nsa h1:nth-child(1) {
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 3rem;
  line-height: 50px;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
}

.destaque-claro {
  color: #65d72c !important;
}
.destaque-escuro {
  color: #17960c !important;
  background-color: #fff;
  border-radius: 15px;
  padding: 5px 20px;
  font-size: 4.5rem;
}

#nsa .qtd-nsa span {
  color: #fff;
  font-style: italic;
  font-weight: 800;
  font-size: 1.2rem;
}
/* #nsa .qtd-nsa {
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 0px;
    background-color: #0A7A00;
}
 */
#nsa .info-nsa {
  border-radius: 15px;
  padding: 15px;
}

#nsa .info-nsa span {
  margin-top: 20px;
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #495c63;
}

/* #nsa .info-nsa:nth-child(2) span {
    padding-top: 16px;
}

#nsa .info-nsa:nth-child(3) span {
    padding-top: 11px;
}

#nsa .info-nsa:nth-child(4) span {
    padding-top: 15px;
} */

#nsa .info-nsa h1 {
  font-family: "Exo 2";
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
  color: #17960c;
  padding-top: 0px;
}

#nsa .nsa-radius-rigth {
}

/* Fim números da sorte */
.porco-logado {
  content: url(../img/porco.png);
  position: absolute;
  margin-top: 0px;
  width: 22%;
}

.rotate {
  transform: rotate(20deg);
}

/* ------------------------------------------------ Tabelas ------------------------------------------------ */
#tabela-numeros .moeda-logado {
  position: absolute;
  z-index: 10;
  right: 5rem;
  top: -10px;
}

#tabela-numeros .moeda-logado img {
  width: 180px;
}

.pacote-dinheiro {
  position: absolute;
  margin-top: -50px;
  right: 5rem;
}

.pacote-dinheiro img {
  width: 180px;
}

#tabela-sorteios {
  padding-top: 30px;
}

.bg-tabela {
  background-color: #f8f9f7;
}

.bg-tabela .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.tabela {
  padding-top: 50px;
  padding-bottom: 20px;
}

.tabela thead {
  white-space: nowrap;
  padding-top: 40px;
}

.tabela table {
  white-space: nowrap;
}

.tabela h1 {
  font-family: "Exo 2";
  font-size: 2.8rem;
  font-weight: 800;
  font-style: italic;
  line-height: 3rem;
  letter-spacing: 0px;
  text-align: left;
  padding-bottom: 1px;
  color: #17960c;
}

.tabela p {
  font-family: "Nunito";
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #495c63;
}

#select-tabelas .form-control {
  color: #495c63 !important;
  border-radius: 15px;
  border: 1px solid #dedede;
  height: 3.5rem !important;
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0px;

  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  margin-bottom: 20px;
}

#select-tabelas .form-control:focus {
  border-color: #64c832;
  box-shadow: 0 0 0 0.1rem #64c832;
  color: #64c832;
}

#select-tabelas select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#select-tabelas .icon-calendario {
  background: url("../img/icons/calendario.png") 95.5% 50% no-repeat;
  background-color: #f8f9f7;
}

#select-tabelas .icon-seta {
  background: url("../img/icons/seta-baixo.png") 95.5% 50% no-repeat;
  background-color: #f8f9f7;
}
#select-tabelas .icon-pesquisa {
  background: url("../img/icons/pesquisa.png") 95.5% 50% no-repeat;
  background-color: #f8f9f7;
}

.tabela .table th {
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0px;
  color: #fff;
  border-bottom: 1px solid #3fa110 !important;
  border-top: none;
}
.tabela thead tr {
  background-color: #2ab120;
  border-radius: 10px;
}

.tabela .table td:nth-child(n + 2) {
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0em;
  color: #495c63;
}

.tabela .table td:nth-child(1) {
  font-family: "Exo 2";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #495c63;
}

.tabela a {
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  border-radius: 7px;
}

.tabela a:nth-child(1) {
  margin-right: 20px;
  background: linear-gradient(90deg, #6fd73a, #2cb620);
  color: #fff;
  border-radius: 15px;
}

.tabela a:nth-child(2) {
  background: linear-gradient(90deg, #0c9c00, #0a7a00) !important;
  color: #fff;
  border-radius: 15px;
}

/* ------------------------------------------------ PROXIMO VENCEDOR ------------------------------------------------*/
.chapeu-area-associado {
  position: absolute;
  margin-top: -5%;
  left: 60px;
  z-index: 10;
}

.chapeu-area-associado img {
  width: 55%;
}

#desc-proximo-vencedor-logado {
  font-family: "Exo 2";
  width: 100%;
  overflow: hidden;
  background-position: center;
  padding: 50px 0px;
}

#desc-proximo-vencedor-logado h1 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 3rem;
  line-height: 48px;
  color: #fff;
  font-style: italic;
}

#desc-proximo-vencedor-logado p,
#regulamento p {
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0a7a00;
  margin-bottom: 20px;
}

#regulamento {
  padding-bottom: 7rem;
}

#desc-proximo-vencedor-logado .desistir {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 15px;
}

#desc-proximo-vencedor-logado a,
#regulamento a,
#pesquisa a {
  border-radius: 0px;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

#desc-proximo-vencedor-logado .btn-1,
#regulamento .btn-1 {
  background: linear-gradient(90deg, #2cb620, #6fd73a);
  color: #fff;
  margin-right: 20px;
  border-radius: 15px;
}

#desc-proximo-vencedor-logado .btn-2,
#regulamento .btn-2 {
  color: #0c9c00;
  background-color: #fff;
  margin-right: 20px;
  border-radius: 15px;
}

#desc-proximo-vencedor-logado .btn-3,
#regulamento .btn-3,
#pesquisa .btn-3 {
  color: #0a7a00;
  border-width: 2px;
  background-color: #ffffff;
  background-image: none;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 5px;
}

#regulamento .btn-3:hover {
  color: #0c9c00;
  background: linear-gradient(90deg, #0c9c00, #0a7a00);
}

.dinheiro-pequeno-logado {
  position: absolute;
  margin-top: -300px;
  overflow: hidden;
}

#desc-proximo-vencedor-logado .botoes-desc {
  position: absolute;
  z-index: 9;
  top: 23%;
  right: 10%;
}

/* ------------------------------------------- Regulamento ------------------------------------------ */
#regulamento .dots {
  position: relative;
  margin-top: -30px;
}

#regulamento .reveal.fade-bottom125 {
  position: relative;
}

#regulamento img {
  background-position: center;
  background-image: cover;
  width: 100%;
}

#regulamento .row a {
  position: absolute;
  top: 60%;
}

.z-index {
  z-index: 99999999999 !important;
}

/* ----------------------------- Fim Logado ------------------------------------ */

/* ------------------------------------------------ Politica de privacidade ------------------------------------------------ */
#footer1 .row {
  margin-top: 30px !important;
  margin-bottom: 30px;
  margin-right: 65px !important;
  margin-left: 80px !important;
}

#footer1 a:link {
  text-decoration: none !important;
  color: none;
}

#footer1 a:hover {
  color: #64c832;
  text-decoration: none;
}

.a-footer {
  font-weight: 800;
  font-size: 14px;
  font-style: normal;
  line-height: 21px;
  color: #0a7a00;
}

#footer1 .text-justify {
  margin-bottom: 0px;
  padding-right: 30px !important;
  text-align: justify !important;
}

#footer1 p {
  margin-top: 20px;
  padding-right: 0px;
  font-size: 10px;
  font-weight: 300;
  font-style: normal;
  line-height: 15px;
  color: #495c63;
}

.a-info {
  color: #64c832;
  margin-left: 24px !important;
  font-weight: bold;
  margin: 0px !important;
}

/* ------------------------------------------------ RODAPÉ SICREDI ------------------------------------------------ */
#sicredi-rodape-plugin a {
  color: #3fa110;
  cursor: pointer;
}

#sicredi-rodape-plugin a:hover {
  color: #3fa110;
  text-underline-position: under;
}

#sicredi-rodape-plugin section {
  margin: 40px 4vw;
}

#sicredi-rodape-plugin hr {
  border-color: #e1e6e1;
}

#sicredi-rodape-plugin h3,
#sicredi-rodape-plugin h4 {
  font-style: normal;
}

#sicredi-rodape-plugin .rodape-coluna-cheia {
  display: grid;
  grid-row: 0.3333333333;
}

#sicredi-rodape-plugin .rodape-esquerda-qr-links {
  background-color: #f8f9f7;
  border-radius: 6px;
  padding: 40px !important;
  max-width: 610px;
}

#sicredi-rodape-plugin .row-rodape-telefones {
  justify-content: space-between;
}

#sicredi-rodape-plugin .rodape-qr-code {
  display: flex;
  background-color: #fff;
  width: 250px;
  padding: 12px;
}

#sicredi-rodape-plugin .rodape-qr-code-textos {
  padding-left: 16px;
  margin: auto;
}

#sicredi-rodape-plugin .rodape-row-whatsapp {
  margin-right: 0 !important;
  margin-left: 0 !important;
  display: flex;
}

#sicredi-rodape-plugin .rodape-row-qrs {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-top: 34px;
  display: flex;
}

#sicredi-rodape-plugin .nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#sicredi-rodape-plugin .rodape-whats-app-textos {
  margin-left: 16px;
}

#sicredi-rodape-plugin .rodape-telefones-item {
  margin-bottom: 32px;
}

#sicredi-rodape-plugin .rodape-texto-atendimento {
  font-family: "Nunito" !important;
  font-style: normal !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 0 !important;
}

#sicredi-rodape-plugin .rodape-texto-atendimento-direita {
  margin-top: 8px;
}

#sicredi-rodape-plugin .rodape-atendimento-mobile {
  display: none;
}

#sicredi-rodape-plugin .rodape-telefones-direita {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(100px, auto);
  gap: 20px;
}

#sicredi-rodape-plugin .rodape-telefones-direita img {
  width: 100px;
  height: 100px;
}

#sicredi-rodape-plugin .rodape-texto {
  font-size: 16px;
  letter-spacing: 0;
  color: #323c32;
  line-height: 19px;
}

#sicredi-rodape-plugin .rodape-titulo {
  font-family: "Exo 2";
  font-weight: 500;
  margin: 0;
  word-break: break-word;
}

#sicredi-rodape-plugin .rodape-titulo-direita {
  margin-top: 8px;
}

#sicredi-rodape-plugin .rodape-qr-code-direita {
  float: right;
}

#sicredi-rodape-plugin .rodape-qr-code-esquerda {
  float: left;
}

#sicredi-rodape-plugin .rodape-verde {
  color: #3fa110;
}

#sicredi-rodape-plugin .rodape-verde-telefones {
  margin-top: 4px;
  font-family: "Nunito" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

#sicredi-rodape-plugin .rodape-subtitulo {
  font-family: "Nunito";
  line-height: 22px;
}

#sicredi-rodape-plugin .rodape-observacao {
  display: block;
  color: #323c32;
  font-family: "Nunito";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

#sicredi-rodape-plugin .rodape-observacao-mobile {
  display: none;
}

#sicredi-rodape-plugin .rodape-observacao-desk {
  display: block;
}

#sicredi-rodape-plugin .rodape-redes-sociais {
  display: flex;
  justify-content: space-between;
}

#sicredi-rodape-plugin .rodape-redes-sociais a {
  width: 80px;
  font-family: "Nunito";
  font-weight: bold;
  display: inline-block;
  margin-bottom: 50px;
  margin-right: 30px;
}

#sicredi-rodape-plugin .rodape-redes-sociais p {
  color: #5a6 45;
  font-family: "Nunito";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

#sicredi-rodape-plugin .rodape-redes-sociais button {
  height: 41px;
  width: 41px;
  color: #5a6 45;
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

#sicredi-rodape-plugin .rodape-redes-sociais button + button {
  margin-left: 10px;
}

#sicredi-rodape-plugin .rodape-mapa-site {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2vw;
  column-gap: 8vw;
}

#sicredi-rodape-plugin .rodape-mapa-site hr {
  border-color: #64c 83;
}

#sicredi-rodape-plugin .rodape-mapa-site h3 {
  margin-bottom: 30px;
}

#sicredi-rodape-plugin .rodape-mapa-site a {
  color: #5a645a;
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 35px;
  display: block;
}

@media (max-width: 1290px) {
  .main_nav_item {
    display: inline-block;
    margin-right: 1.1rem;
  }

  #sicredi-rodape-plugin .rodape-qr-code {
    display: block;
    width: 180px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 12px;
  }

  #sicredi-rodape-plugin .rodape-texto-esquerda {
    text-align: center;
  }

  #sicredi-rodape-plugin .rodape-esquerda-qr-links {
    max-width: 472px;
  }

  #sicredi-rodape-plugin .rodape-qr-code-textos {
    padding-left: 0;
  }

  #sicredi-rodape-plugin .rodape-qr-code-direita {
    padding-left: 20px;
    padding-right: 20px;
  }

  #sicredi-rodape-plugin .rodape-qr-code-textos {
    display: flex;
  }

  #sicredi-rodape-plugin .rodape-img-libras {
    margin-right: 8px;
  }

  #sicredi-rodape-plugin .rodape-qr-code-textos-esquerda {
    margin-top: 12px;
    padding-left: 5px;
  }

  #sicredi-rodape-plugin .rodape-qr-atendimento-pt-br {
    padding-left: 5px;
    padding-right: 5px;
  }

  #sicredi-rodape-plugin .rodape-texto-atendimento-esquerda {
    text-align: center;
  }

  #sicredi-rodape-plugin .rodape-texto-atendimento-direita {
    text-align: justify;
    margin-top: 0;
  }

  #sicredi-rodape-plugin .rodape-qr-atendimento-libras {
    padding-left: 20px;
    padding-right: 20px;
  }

  #sicredi-rodape-plugin .rodape-qr-code-textos-direita {
    margin-top: 12px;
  }
}

@media (max-width: 950px) {
  .main_nav_item {
    display: inline-block;
    margin-right: 1rem;
  }

  #sicredi-rodape-plugin .rodape-esquerda-qr-links {
    flex: 0 0 80% !important;
    max-width: 80% !important;
    margin-bottom: 64px;
  }

  #sicredi-rodape-plugin .rodape-nopadding-mobile {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }

  #sicredi-rodape-plugin .row-rodape-telefones {
    justify-content: center;
  }
}

@media (max-width: 799px) {
  #sicredi-rodape-plugin section {
    margin: 40px 8vw;
  }

  #sicredi-rodape-plugin .rodape-row-qrs {
    margin-top: 0;
  }

  #sicredi-rodape-plugin .rodape-logo-whatsapp {
    width: 40px;
    height: 40px;
  }

  #sicredi-rodape-plugin .rodape-qr-code {
    padding: 0;
    margin-top: 24px;
    width: auto;
  }

  #sicredi-rodape-plugin .rodape-qr-code-textos {
    display: none;
  }

  #sicredi-rodape-plugin .rodape-atendimento-mobile {
    display: flex;
  }

  #sicredi-rodape-plugin .rodape-observacao {
    margin-top: 8px;
  }

  #sicredi-rodape-plugin .rodape-observacao-mobile {
    display: block;
  }

  #sicredi-rodape-plugin .rodape-observacao-desk {
    display: none;
  }

  #sicredi-rodape-plugin .rodape-whats-app-textos {
    margin-left: 16px;
  }

  #sicredi-rodape-plugin .rodape-qr-code-direita {
    float: none;
  }

  #sicredi-rodape-plugin .rodape-qr-code-esquerda {
    float: none;
  }

  #sicredi-rodape-plugin .qr-img {
    display: none;
  }

  #sicredi-rodape-plugin .img-libras-mobile {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  #sicredi-rodape-plugin .rodape-qr-code {
    background-color: #f8f9f7;
    border-radius: 6px;
  }

  #sicredi-rodape-plugin .rodape-esquerda-qr-links {
    margin-bottom: 44px;
    padding: 24px !important;
    flex: 0 0 100% !important;
    max-width: 472px !important;
  }

  #sicredi-rodape-plugin .rodape-whats-app-qrs {
    padding-top: 0;
    padding-left: 0;
    margin-left: 0;
    display: flex;
  }

  #sicredi-rodape-plugin .rodape-nopadding-mobile {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  #sicredi-rodape-plugin .rodape-coluna-cheia {
    grid-row: auto;
  }

  #sicredi-rodape-plugin .rodape-coluna-cheia div + div {
    margin-top: 30px;
  }

  #sicredi-rodape-plugin .rodape-telefones {
    grid-template-columns: 1fr;
    grid-auto-rows: unset;
    gap: 40px;
  }

  #sicredi-rodape-plugin .rodape-telefones img {
    margin-top: 15px;
  }

  #sicredi-rodape-plugin .rodape-redes-sociais {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  #sicredi-rodape-plugin .rodape-redes-sociais div > button {
    margin-top: 15px;
  }

  #sicredi-rodape-plugin .rodape-redes-sociais a {
    margin-right: 15px;
    margin-bottom: 25px;
  }

  #sicredi-rodape-plugin .rodape-mapa-site {
    gap: 8vw;
    grid-template-columns: 1fr;
  }

  #sicredi-rodape-plugin .row-rodape-telefones {
    justify-content: space-between;
  }
}

.text-danger {
  background-color: white;
  font-size: 20px;
}

#modalDesistir .modal-content {
  border-radius: 20px;
}

#modalDesistir span {
  font-size: 40px;
}

#modalDesistir img {
  margin-top: 0px;
  width: 85px;
}

#modalDesistir p {
  margin-top: 24px;
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0em;
  color: #495c63;
}

#modalDesistir h1 {
  margin-top: 24px;
  font-family: "Exo 2";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0px;
  color: #64c832;
}

#modalDesistir a {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #e91c1c;
  border-color: #e91c1c;
  border-width: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  border-radius: 7px;
}

#modalDesistir .destaque {
  color: #0a7a00;
}

a {
  color: #64c832;
}

a:hover {
  color: #0a7a00;
}

.mtpp {
  margin-top: -70px;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

.active.fade-bottom125 {
  animation: fade-bottom 1.25s ease-in;
}

.active.fade-left125 {
  animation: fade-left 1.25s ease-in;
}

.active.fade-right125 {
  animation: fade-right 1.25s ease-in;
}

.active.fade-bottom150 {
  animation: fade-bottom 1.5s ease-in;
}

.active.fade-left150 {
  animation: fade-left 1.5s ease-in;
}

.active.fade-right150 {
  animation: fade-right 1.5s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease;
  overflow: hidden;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
  z-index: 9;
  overflow: hidden;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #f8f9f7;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
  color: #212529;
  border-radius: 0px 20px 20px 20px;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: black !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: black !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: black !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: black !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.bg-verde-escuro {
  background: linear-gradient(90deg, #0c9c00, #0a7a00) !important;
}

.bg-verde-escuro:hover {
  background: linear-gradient(90deg, #0c9c00, #0a7a00) !important;
}

.bg-verde-claro {
  background: linear-gradient(90deg, #6fd73a, #2cb620) !important;
}

/* ------------------------------------------------ Area colaborador ------------------------------------------------ */
#pesquisa {
  padding-top: 0px;
  padding-bottom: 0px;
}

#pesquisa .card-pesquisa {
  background: linear-gradient(90deg, #6fd73a, #2cb620) !important;
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#pesquisa a {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

#pesquisa a:hover {
  text-decoration: none;
  background: linear-gradient(90deg, #0c9c00, #0a7a00) !important;
  border-radius: 7px;
}

#pesquisa .active {
  background: linear-gradient(90deg, #0c9c00, #0a7a00) !important;
  color: #ffffff !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
}

#pesquisa .btn-3 {
  border-radius: 7px;
  border: 1px solid #0a7a00;
}

#pesquisa .form-control {
  background-color: #fff;
  color: #495c63 !important;
  border-radius: 0px 10px 10px 10px;
  border: 1px solid #d9d9d9;
  height: 3rem !important;
  font-size: 14px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  font-family: "Exo 2";
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
}

.icon-pesquisa {
  background: url(../img/icons/pesquisa.png) 95.5% 50% no-repeat;
}

#elementos-download h1 {
  color: #0a7a00;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 72px;
  margin-bottom: 32px;
}

#elementos-download .glider-p,
#elementos-download .glider-n {
  margin-top: 60px;
  user-select: none;
  position: static;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #3fa110;
  opacity: 1;
  line-height: 1;
  transition:
    opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#recentes,
#videos,
#cards,
#email,
#stickers {
  padding-top: 100px;
}

#elementos-download .ml-car {
  margin-top: -9rem;
  margin-bottom: 3.5rem;
}

#email .card img {
  max-height: 389px;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#stickers {
  padding-bottom: 100px;
}

.mr-carousel {
  margin-right: -390px;
}

#elementos-download .glider-contain .card {
  background-color: #f8f9f7;
  border: none;
  border-radius: 10px;
  position: relative;
  padding-bottom: 60px;
  box-shadow:
    rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#elementos-download .glider-contain .card-body {
  padding: 1.5rem;
}

#elementos-download .glider-contain .card-body a {
  width: 85%;
  background: linear-gradient(90deg, #6fd73a, #2cb620) !important;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 7px;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
}

#elementos-download .glider-contain .card p {
  font-size: 1rem;
  font-weight: bold;
  color: #0a7a00;
}

#modalReg #coop tr td {
  white-space: pre-wrap;
}

#email .image-container {
  position: relative;
  width: 100%;
  /* height: 100%;  */
  overflow: hidden;
}

#email .view-image {
  position: absolute;
  bottom: 15px;
  right: 10px;
  color: #0a7a00;
  font-size: 24px;
  text-decoration: none;
  z-index: 999;
}

.modal-content img {
  max-width: 100%;
  max-height: 100%;
}

.font-normal {
  font-weight: normal !important;
}

#imagemModal button,
#regAcess button {
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 999;
  font-size: 50px;
}

#elementos-download .glider-slide img,
#elementos-download .card {
  border-radius: 10px;
}

#regulamento .linha {
  margin-top: -8rem;
}

/* cookies */
#cookies-container {
  word-break: break-word;
  background: #fff;
}

.cookies-container .cookies {
  font-family: "Nunito", sans-serif !important;
  position: fixed;
  bottom: 2%;
  left: 0;
  right: 0;
  z-index: 99999;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-end;
  padding: 32px;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 30px;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.2);
}

#cookies-container,
#cookies-management-modal {
  word-break: break-word;
  background: #fff;
}

.cookies-container .cover {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 999;
}

.cookies-container .cookies .cookies-paragraph {
  line-height: normal;
  font-weight: 300;
  font-size: 16px;
  font-family: Nunito, sans-serif;
  color: #323c32;
  padding-top: 15px;
  margin: 0;
}

.cookies-container .cookies .cookies-paragraph .cookies-a {
  text-decoration: none;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #3fa110;
}

.cookies-container .cookies .buttons-content {
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
}

.buttons-content button {
  background: transparent;
  padding: 0 16px;
  box-shadow: 0 4px 4px 0 rgba(50, 60, 50, 0.2);
  min-height: 56px;
  border-radius: 8px;
  border: 1px solid #3fa110;
  color: #3fa110;
  display: inline-flex;
  position: relative;
  font-size: 16px;
  transition:
    background 0.25s,
    color 0.25s,
    border 0.25s;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.buttons-content .management-cookies-button:hover,
.buttons-content .all-cookies-button:hover,
.buttons-content .reject-config-button:hover,
.buttons-content .save-config-button:hover {
  background: #3fa110 !important;
  color: #fff;
  border: #3fa110;
}

.w-45 {
  width: 45%;
}

@media only screen and (min-width: 805px) {
  .cookies-container .cookies .p-content {
    text-align: justify;
    padding-right: 32px;
  }
}

@media only screen and (min-width: 805px) {
  .cookies-container .cookies .buttons-content {
    align-items: normal;
  }
}

@media only screen and (max-width: 800px) {
  .cookies-container .cookies .p-content .cookies-paragraph {
    font-size: 14px;
    padding-top: 0px;
  }

  .cookies-container .cookies .buttons-content {
    margin-right: auto;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cookies-container .cookies .buttons-content .all-cookies-button,
  .cookies-container .cookies .buttons-content .management-cookies-button {
    font-size: 14px;
    height: 100%;
  }
}

@media screen and (max-width: 650px) {
  .cookies-container .cookies {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookies-container .cookies .p-content {
    text-align: justify;
    padding-right: 0;
  }

  .cookies-container .cookies .buttons-content {
    padding-top: 16px;
    margin-right: auto;
    grid-column-gap: 8px;
    -webkit-column-gap: 8px;
    column-gap: 8px;
    grid-row-gap: 10px;
    row-gap: 10px;
    justify-content: space-between;
    width: 100%;
  }

  .cookies-container .cookies .buttons-content .all-cookies-button,
  .cookies-container .cookies .buttons-content .management-cookies-button {
    font-size: 14px;
  }
}

@media screen and (max-width: 412px) and (max-width: 350px) {
  .banner-container .p-content {
    text-align: left;
  }

  .cookies-container .cookies .buttons-content .all-cookies-button,
  .cookies-container .cookies .buttons-content .management-cookies-button {
    font-size: 12px;
  }

  .cookies-container .buttons-content .all-cookies-button,
  .cookies-container .buttons-content .management-cookies-button {
    grid-column: 1 / 3;
  }
}

#cookiesModal h2,
#cookiesModal h3 {
  font-weight: 300;
  font-style: italic;
}

#cookiesModal p {
  font-weight: 300;
}

#cookiesModal .card {
  margin-bottom: 10px;
}

#cookiesModal .card-header {
  cursor: pointer;
  padding: 0rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#cookiesModal .card-header button,
#cookiesModal .card-body {
  font-weight: 300 !important;
}

#cookiesModal .card-header i {
  color: #0a7a00;
}

#cookiesModal .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

#cookiesModal .button-content {
  display: grid;
  grid-template-columns: 1fr 1fr minmax(46px, 61px);
  padding-top: 16px;
}
/* 
#cookiesModal .button-content .reject-config-button ,#cookiesModal .button-content .save-config-button{
    margin-right: 8px;
    background-color: #fff;
    color: #3fa110;
    background: transparent;
    padding: 0 16px;
    border: 1px solid #3fa110;
    box-shadow: 0 4px 4px 0 rgba(50, 60, 50, .2);
    min-height: 56px;
    border-radius: 8px;
    display: inline-flex;
    position: relative;
    font-size: 16px;
    transition: background .25s, color .25s, border .25s;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
 */

/* Wrapper para centralizar o switch */
.switch-wrapper {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27px;
}

/* Oculta o checkbox padrão */
.switch-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Estilo do switch */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(205, 211, 205);
  transition: 0.4s;
  border-radius: 34px;
}

/* Círculo do switch */
.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Cor do switch quando ativado */
input:checked + .slider {
  background-color: #3fa110;
}

/* Movimentação do círculo ao marcar */
input:checked + .slider:before {
  transform: translateX(24px);
}

input:checked + .slider + .check-icon {
  display: inline-block;
}

.check-icon {
  display: none;
  color: #fff;
  font-size: 18px;
  margin-left: 10px;
}

/* Próximo sorteio novo */
/* fundo */
.fundo-verde {
  background: linear-gradient(211.42deg, #07722b 0%, #2ab120 97.72%);
  padding: 18px 0 22px;
}

/* layout desktop */
.ps-row {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

/* base card */
.ps-card {
  border-radius: 18px;
  overflow: hidden;
  min-height: 86px;
}

/* card verde (próximo sorteio) */
.ps-card--next {
  background: #2fd24c;
  padding: 16px 18px;
  flex: 1.35;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ps-next__title {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}

.ps-next__box {
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.ps-next__icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.ps-next__date {
  color: #0b7a2f;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  font-style: italic;
}

/* cards brancos */
.ps-card--link {
  background: #fff;
  padding: 14px 16px;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.ps-card--link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.ps-link__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.ps-link__title {
  color: #0b7a2f;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.05;
  font-size: 16px;
}

.ps-link__arrow {
  margin-left: auto;
  color: #0b7a2f;
  font-size: 16px;
}

/* MOBILE glider */
.ps-glider-contain {
  position: relative;
  padding: 0 44px;
  /* espaço pras setas */
}

.ps-glider {
  overflow: hidden;
}

.ps-slide {
  padding: 0 4px;
}

/* versão maior do card verde no mobile */
.ps-card--next-lg {
  min-height: 150px;
  justify-content: center;
}

.ps-card--next-lg .ps-next__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
}

.ps-card--next-lg .ps-next__box {
  justify-content: center;
}

.ps-card--next-lg .ps-next__date {
  font-size: 54px;
}

/* setas do mobile */
.ps-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 44px;
  line-height: 38px;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}

.ps-arrow--prev {
  left: 6px;
}

.ps-arrow--next {
  right: 6px;
}

.ps-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.ps-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
}

.ps-dots .active {
  background: rgba(255, 255, 255, 0.95);
}

/* cards brancos: ícone em cima, texto embaixo, seta no canto */
.ps-card--link {
  position: relative;
  background: #fff;
  padding: 16px 16px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none !important;
  border-radius: 18px;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.ps-card--link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

/* ícone em cima */
.ps-link__icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-link__icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/* texto abaixo, com quebra como no Figma */
.ps-link__text {
  width: 100%;
}

.ps-link__title {
  color: #0b7a2f;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.05;
  font-size: 16px;
}

/* seta fixa no canto inferior direito */
.ps-link__arrow {
  position: absolute;
  right: 14px;
  bottom: 20px;
  color: #0b7a2f;
  font-size: 16px;
}

/* card branco: ícone em cima */
.ps-card--link {
  background: #fff;
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none !important;
  border-radius: 18px;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}

.ps-card--link:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.ps-link__icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

/* linha de baixo: TEXTO + SETA (seta depois do texto) */
.ps-link__text {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.ps-link__title {
  color: #0b7a2f;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.05;
  font-size: 16px;
}

/* seta fica depois do texto e pode ir pro lado direito */
.ps-link__arrow {
  color: #0b7a2f;
  font-size: 16px;
  margin-left: auto;
  /* mantém a seta à direita, mas “depois do texto” */
  padding-bottom: 2px;
  /* micro ajuste visual */
}

/* linha de baixo: texto + seta alinhados pelo "fim" */
.ps-link__text {
  width: 100%;
  display: flex;
  align-items: flex-end;
  /* alinha no final do texto (última linha) */
  gap: 8px;
}

/* texto como bloco */
.ps-link__title {
  margin: 0;
}

/* seta logo depois do texto, alinhada na base */
.ps-link__arrow {
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  padding-bottom: 2px;
  /* ajuste fino para bater com a base do texto */
  margin-left: 0;
  /* garante que não empurre para a direita */
}

.ps-link__arrow {
  margin-left: auto;
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 2px;
}

/* garante consistência de altura e posicionamento interno */
.ps-card--link {
  position: relative;
  padding: 16px 16px 14px;
  min-height: 104px;
  /* ajuste fino se quiser */
}

/* Ícone em cima */
.ps-link__icon {
  margin-bottom: 6px;
}

/* BLOCO do texto com altura fixa (é isso que alinha tudo) */
.ps-link__text {
  width: 100%;
  display: flex;
  align-items: flex-end;
  /* seta e texto alinhados pela base */
  gap: 10px;

  height: 44px;
  /* altura fixa do bloco do título */
}

/* título pode quebrar em até 2 linhas (padrão do seu layout) */
.ps-link__title {
  margin: 0;
  line-height: 1.05;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* no máximo 2 linhas */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* seta sempre no MESMO Y (base do bloco) e na direita */
.ps-link__arrow {
  margin-left: auto;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  padding-bottom: 2px;
}

/* ===== Seção Participar ===== */
.pp-participar {
  background: #f8f9f7;
}

.pp-participar__title {
  font-style: italic;
  line-height: 1.05;
  margin: 0;
}

.pp-participar__title-strong {
  display: inline-block;
  font-weight: 800;
  color: #2ab120;
  font-size: 2.5rem;
  font-style: italic;
  line-height: 40px;
}

.pp-participar__title-sub {
  display: inline-block;
  font-weight: 500;
  font-size: 2.5rem;
  color: #07722b;
}

.pp-participar__text {
  max-width: 720px;
  color: #07722b;
  font-size: 1.2rem;
  line-height: 1.35;
}

.pp-participar__bold {
  font-weight: 800;
  font-style: italic;
}

.pp-participar__cta {
  font-weight: 800;
  font-style: italic;
}

/* Cards verdes */
.pp-card {
  border-radius: 14px;
  padding: 18px 18px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;

  /* sensação do print: borda clara + sombra leve */
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.pp-card--green {
  background: linear-gradient(180deg, #53e86e 0%, #23c04a 55%, #13a93c 100%);
}

.pp-card__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  color: #ffffff;
}

.pp-ico {
  width: 56px;
  height: 56px;
}

.pp-card__text {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.pp-card__text-strong {
  font-weight: 800;
}

.pp-card__footnote {
  font-size: 10px;
  color: #5a5a5a;
  line-height: 1.25;
  padding: 0 6px;
}

.pp-participar__bottom {
  color: #07722b;
  font-weight: 800;
  font-style: italic;
  font-size: 1.2rem;
}
.pp-quadro__footnote {
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}
/* Responsivo (mobile igual ao print) */
@media (max-width: 767.98px) {
  .pp-participar__title-strong {
    font-size: 34px;
    width: 65%;
  }
  .pp-participar__title-sub {
    font-size: 26px;
  }

  .pp-participar__text {
    font-size: 13px;
    padding: 0 10px;
  }

  .pp-ico {
    width: 52px;
    height: 52px;
  }
  .pp-card__text {
    font-size: 16px;
  }

  .pp-participar__bottom {
    font-size: 1rem;
    padding: 0 10px;
  }
}
.pp-quadro {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
}

.pp-quadro__img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Seção Simulação ===== */
.pp-sim {
  background: #f7f7f7; /* fundo clarinho como no print */
}

.pp-sim__head {
  padding: 0 10px;
}

.pp-sim__title {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  line-height: 1.05;
  margin: 0;
}

.pp-sim__title-top {
  font-weight: 500;
  font-size: 2.5rem;
  color: #07722b;
}

.pp-sim__title-strong {
  font-weight: 800;
  font-size: 2.5rem;
  color: #2ab120;
}

.pp-sim__subtitle {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 800;
  color: #07722b;
  margin-top: 10px;
  font-size: 1.2rem;
}

/* Card */
.pp-sim__card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 26px 26px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

/* Texto esquerdo */
.pp-sim__left-title {
  color: #07722b;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 6px;
}

.pp-sim__left-highlight {
  color: #2ab120;
  font-style: italic;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.25;
}

.quadro-fundo {
  background: #d9d9d933;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0px;
  border-radius: 15px;
}
/* Barras */
.pp-sim__bars {
  display: grid;
  row-gap: 14px;
}

.pp-bar {
  display: grid;
  grid-template-columns: 88px 1fr 110px; /* label | barra | valor */
  column-gap: 14px;
  align-items: center;
}

.pp-bar__label {
  color: #07722b;
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  white-space: nowrap;
}

.pp-bar__track {
  height: 30px;
  border-radius: 5px;
  /* background: rgba(40, 178, 60, 0.12); */
  position: relative;
  overflow: hidden;
}

.pp-bar__fill {
  height: 100%;
  border-radius: 5px;
  background: #2ab120; /* verde sólido como no print */
}

.pp-bar__value {
  color: #07722b;
  font-style: italic;
  font-weight: 800;
  font-size: 1rem;
  text-align: left;
  white-space: nowrap;
}

/* Rodapé */
.pp-sim__footnote {
  font-family: "Nunito", sans-serif;
  font-size: 10px;
  line-height: 1.35;
  color: rgba(0, 0, 0, 0.55);
  padding: 0 14px;
}

/* ===== Mobile ===== */
@media (max-width: 767.98px) {
  .pp-sim__title-top {
    font-size: 28px;
  }
  .pp-sim__title-strong {
    font-size: 34px;
  }

  .pp-sim__card {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .pp-sim__left-title {
    font-size: 14px;
  }
  .pp-sim__left-highlight {
    font-size: 16px;
  }

  .pp-bar {
    grid-template-columns: 84px 1fr 90px;
    column-gap: 10px;
  }

  .pp-bar__track {
    height: 16px;
  }
  .pp-bar__value {
    font-size: 14px;
  }
}

/* Dobrar */
/* =========================================================
   SEÇÃO (fundo)
========================================================= */
.pp-pprog {
  position: relative;
  padding: 52px 0 5px;
  overflow: hidden;
  background: linear-gradient(211.42deg, #07722b 0%, #2ab120 97.72%);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/* IMPORTANTE: no desktop, travar a “tela” pra composição não desmontar */
@media (min-width: 992px) {
  .pp-pprog {
    min-height: 820px;
  }
}

.pp-pprog__wrap {
  position: relative;
  z-index: 2;
}

/* =========================================================
   TÍTULO 
========================================================= */
.pp-pprog__title {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  color: #fff;
  line-height: 1.05;
  margin-bottom: 28px;
}
.pp-pprog__t1 {
  font-size: 2.5rem;
  font-weight: 300;
  opacity: 0.95;
}
.pp-pprog__t2 {
  font-size: 2.5rem;
  font-weight: 800;
}
.pp-pprog__t3 {
  font-size: 2.5rem;
  font-weight: 300;
  opacity: 0.95;
}

/* =========================================================
   TOPO (card + escada alinhados no topo)
========================================================= */
.pp-pprog__top {
  margin-bottom: 26px;
  align-items: flex-start;
}

/* CARD */
.pp-pprog__card {
  border-radius: 18px;
  padding: 30px 22px;
  text-align: center;
  background:
    linear-gradient(180deg, #3bcb30 0%, #2ab120 100%),
    linear-gradient(
      360deg,
      rgba(0, 0, 0, 0) 49.43%,
      rgba(255, 255, 255, 0.2) 90.23%
    );
  border: 2px solid rgba(255, 195, 0, 0.78);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}
.pp-pprog__card-icon {
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.pp-pprog__ico {
  width: 62px;
  height: 62px;
}

.pp-pprog__card-text {
  color: #fff;
  font-style: italic;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.1;
}
.pp-pprog__card-text span {
  font-weight: 800;
  font-size: 26px;
}

.pp-pprog__note {
  margin-top: 10px;
  font-family: "Nunito", sans-serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.25;
  max-width: 520px;
}

/* COMO FUNCIONA */
.pp-pprog__how-title {
  color: #fff;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 12px;
  font-size: 1.2rem;
}

/* passos */
.pp-step {
  background: #fff;
  border-radius: 10px;
  padding: 11px 14px;
  margin-bottom: 12px;
  font-style: italic;
  color: #0b7a2f;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.2;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-step__n {
  font-weight: 800;
  margin-right: 6px;
}
.pp-step__b {
  font-weight: 800;
}

/* Escada (igual ao print) */
@media (min-width: 768px) {
  .pp-step--1 {
    width: 56%;
  }
  .pp-step--2 {
    width: 72%;
  }
  .pp-step--3 {
    width: 100%;
  }
}

/* =========================================================
   BASE (aqui estava o erro)
   -> texto/botão deve ficar na esquerda inferior, não centralizado
   -> Ana deve ficar ancorada no fundo direito
========================================================= */
.pp-pprog__bottom {
  position: relative;
  align-items: center;
  margin-top: 6px;
}

/* caixa esquerda: agora alinhada à esquerda e descendo pro “rodapé” */
.pp-pprog__bottomBox {
  margin-top: -40%;
  max-width: 420px;
  width: 100%;
  margin-left: 10px;
  text-align: left;
}

.pp-pprog__bottom-text {
  color: #fff;
  font-style: italic;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.15;
}

.pp-pprog__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  background: #fff;
  color: #0b7a2f;
  text-decoration: none !important;
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 800;
  font-size: 1rem;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.pp-pprog__btn-ico {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

/* coluna da Ana: ancorar no fundo e encostar na direita */
.pp-pprog__anaCol {
  position: relative;
  min-height: 360px;
}

@media (min-width: 992px) {
  .pp-pprog__anaCol {
    min-height: 460px;
  }
}

.pp-pprog__ana {
  position: absolute;
  right: 0;
  bottom: -10px; /* encosta no “chão” */
  width: 380px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================================================
   MOBILE (empilha, mantém proporção)
========================================================= */
@media (max-width: 767.98px) {
  .pp-pprog {
    padding: 36px 0 0;
    min-height: auto;
  }

  .pp-pprog__t1 {
    font-size: 28px;
  }
  .pp-pprog__t2 {
    font-size: 36px;
  }
  .pp-pprog__t3 {
    font-size: 30px;
  }

  .pp-pprog__card {
    padding: 24px 18px;
  }
  .pp-pprog__ico {
    width: 54px;
    height: 54px;
  }

  .pp-pprog__card-text {
    font-size: 18px;
  }
  .pp-pprog__card-text span {
    font-size: 22px;
  }

  /* escada vira lista */
  .pp-step {
    white-space: normal;
  }
  /* .pp-step--1,
  .pp-step--2,
  .pp-step--3 {
    width: 100%;
    margin-left: 0;
  } */
  .pp-step--1 {
    width: 56%;
  }
  .pp-step--2 {
    width: 100%;
  }
  .pp-step--3 {
    width: 100%;
  }
  /* base no mobile: centraliza e botão full */
  .pp-pprog__bottomBox {
    margin: 10px 0 18px;
    margin-left: 0;
    text-align: center;
  }

  .pp-pprog__btn {
    width: 100%;
  }

  /* Ana no mobile: abaixo, sem absolute agressivo */
  .pp-pprog__anaCol {
    min-height: 0;
    padding-top: 10px;
  }
  .pp-pprog__ana {
    position: relative;
    right: auto;
    bottom: auto;
    width: 320px;
    margin: 0 auto;
  }
}
/* ------------------------------------- vantagens ------------------------------------ */
.pp-vantagens {
  padding: 52px 0 56px;
  background: #f3f3f3;
}

/* título igual do print */
.pp-vantagens__kicker {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 2.5rem;
  color: #07722b;
  line-height: 1.05;
  margin-bottom: 4px;
}
.pp-vantagens__headline {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 2.5rem;
  color: #2ab120;
  line-height: 1.05;
}

.pp-vantagens__title {
  margin-bottom: 28px;
}

/* cards (mais “baixos” e alinhados como no Figma) */
.pp-vantagens__card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  padding: 18px 18px 16px;
  min-height: 118px; /* evita “card alto demais” */
  display: flex;
  flex-direction: column;
}

/* ícone pequeno no topo esquerdo */
.pp-vantagens__icon {
  width: 40px;
  height: 60px;
  margin-bottom: 15px;
}
.pp-vantagens__ico {
  width: 32px;
  height: 32px;
  display: block;
}

.pp-vantagens__card-title {
  font-weight: 800;
  font-size: 1rem;
  color: #495c63;
  margin: 0 0 6px;
  line-height: 1.2;
  font-style: italic;
}

.pp-vantagens__card-text {
  font-weight: 300;
  font-size: 1rem;
  color: #495c63;
  line-height: 1.35;
  margin: 0;
}

/* Desktop: cards com espaçamento igual do print */
.pp-vantagens__grid .col-md-3 {
  max-width: 285px;
} /* “largura” visual do print */
.pp-vantagens__grid .pp-vantagens__card {
  height: 100%;
}

/* Mobile carousel: card central maior */
.pp-vantagens__carousel {
  padding: 0 22px;
}
.pp-vantagens__card--mobile {
  border-radius: 16px;
  padding: 22px 22px 20px;
  min-height: 240px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  margin: 0px 30px;
}

/* setas verdes como no print */
.pp-vantagens__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  color: #1a7d2d;
  font-size: 44px;
  line-height: 46px;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.pp-vantagens__nav:focus {
  outline: none;
}
.pp-vantagens__nav--prev {
  left: 0;
}
.pp-vantagens__nav--next {
  right: 0;
}

/* ----------------------------------- Promoção ------------------------------- */
/* ========== SEÇÃO: UMA PROMOÇÃO DO TAMANHO DOS SEUS SONHOS ========== */
.pp-sonhos {
  position: relative;
  padding: 54px 0 150px;
  color: #fff;

  /* background: linear-gradient(181.7deg, #07722B 3.89%, #2AB120 90.32%); */
  background: linear-gradient(
    181.7deg,
    #07722b 3.89%,
    #2ab120 90.32%,
    rgba(42, 177, 32, 0) 96.82%
  );
}

.pp-sonhos__container {
  max-width: 1120px;
}

.pp-sonhos__title {
  margin: 0 0 26px;
  line-height: 1.05;
  letter-spacing: 0.2px;
}

.pp-sonhos__title-top {
  display: inline-block;
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 2.5rem;
  opacity: 0.98;
}

.pp-sonhos__title-strong {
  display: inline-block;
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 2.5rem;
}

.pp-sonhos__grid {
  margin-top: 6px;
  margin-bottom: 22px;
}

/* Card */
.pp-sonhos__card {
  height: 168px; /* desktop igual “bloco” do figma */
  border-radius: 16px;
  border: 2px solid #f0c400; /* amarelo */
  background:
    linear-gradient(180deg, #3bcb30 0%, #2ab120 100%),
    linear-gradient(
      360deg,
      rgba(0, 0, 0, 0) 49.43%,
      rgba(255, 255, 255, 0.2) 90.23%
    );
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  padding: 22px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.pp-sonhos__big {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.5rem;
  margin: 0;
}

.pp-sonhos__small {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 6px;
  opacity: 0.98;
}

@media (max-width: 768px) {
.pp-sonhos__small  span{
 font-weight: 900;
}
}
.pp-sonhos__text {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  margin-top: 6px;
}

.pp-sonhos__italic {
  font-style: italic;
}

/* Botão */
.pp-sonhos__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  padding: 12px 26px;
  border-radius: 12px;
  background: #fff;
  color: #0a7a2f;
  text-decoration: none !important;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.pp-sonhos__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  color: #0a7a2f;
}

.pp-sonhos__btn-arrow {
  font-size: 18px;
  line-height: 1;
}

/* ========== RESPONSIVO ========== */
@media (max-width: 991.98px) {
  .pp-sonhos {
    padding: 46px 0 38px;
  }

  .pp-sonhos__title-top {
    font-size: 24px;
  }
  .pp-sonhos__title-strong {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  .pp-sonhos {
    padding: 42px 0 34px;
  }

  .pp-sonhos__container {
    max-width: 420px; /* dá a “proporção de cardão” igual ao mobile do figma */
  }

  .pp-sonhos__title-top {
    font-size: 22px;
  }
  .pp-sonhos__title-strong {
    font-size: 36px;
  }

  .pp-sonhos__card {
    height: auto;
    padding: 20px 18px;
    border-radius: 18px;
  }

  .pp-sonhos__big {
    font-size: 36px;
  }

  .pp-sonhos__text {
    font-size: 16px;
  }

  .pp-sonhos__btn {
    width: 100%;
    max-width: 340px;
  }
}

/* =========================Pra poupar sem mistério ========================== */
.pp-duvidas {
  padding: 48px 0 56px;
  background: #f3f3f3;
}

.pp-duvidas__head {
  margin-bottom: 22px;
}

.pp-duvidas__title {
  margin: 0 0 10px;
  line-height: 1;
  font-family: "Exo 2", "Nunito", Arial, sans-serif;
  font-style: italic;
  color: #0b7a2f;
}

.pp-duvidas__title--small {
  display: inline-block;
  font-weight: 800;
  font-size: 2.5rem;
  color: #0b7a2f;
}

.pp-duvidas__title--big {
  display: inline-block;
  font-weight: 800;
  font-size: 2.5rem;
  color: #2bbf3a;
}

.pp-duvidas__subtitle {
  color: #6b6b6b;
  font-size: 1rem;
}

.pp-duvidas__slider-wrap {
  position: relative;
  padding: 14px 44px;
  /* espaço pras setas */
}

.pp-duvidas__glider {
  width: 100%;
}

.pp-duvidas__slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.pp-duvidas__card {
  display: block;
  border-radius: 14px;
  text-decoration: none !important;
  background:
    linear-gradient(180deg, #3bcb30 0%, #2ab120 100%),
    linear-gradient(
      360deg,
      rgba(0, 0, 0, 0) 49.43%,
      rgba(255, 255, 255, 0.2) 90.23%
    );
  border: 2px solid #e2b100;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  min-height: 86px;
}

.pp-duvidas__card-inner {
  height: 100%;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 14px;
  text-align: center;
}

.pp-duvidas__card-text {
  color: #fff;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.15;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.pp-duvidas__card-text b {
  display: inline-block;
  font-weight: 800;
  font-size: 22px;
}

/* Setas */
.pp-duvidas__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*  width: 44px;
  height: 44px; */
  border: 0;
  background: transparent;
  color: #0b7a2f;
  font-size: 44px;
  line-height: 44px;
  cursor: pointer;
  outline: none;
  padding: 0;
  z-index: 2;
}

.pp-duvidas__arrow--prev {
  left: 0;
}

.pp-duvidas__arrow--next {
  right: 0;
}

/* Desktop: mostra 3 cards */
@media (min-width: 992px) {
  .pp-duvidas {
    padding: 56px 0 68px;
  }

  .pp-duvidas__slider-wrap {
    padding-left: 56px;
    padding-right: 56px;
  }

  .pp-duvidas__slide {
    padding: 0 12px;
  }

  .pp-duvidas__card {
    min-height: 92px;
  }

  .pp-duvidas__card-inner {
    min-height: 92px;
  }
}

/* Mobile: título menor */
@media (max-width: 575.98px) {
  .pp-duvidas {
    padding: 38px 0 46px;
  }

  .pp-duvidas__title--small {
    font-size: 22px;
  }

  .pp-duvidas__title--big {
    font-size: 40px;
  }

  .pp-duvidas__subtitle {
    font-size: 14px;
  }

  .pp-duvidas__slider-wrap {
    padding: 12px 38px;
  }

  .pp-duvidas__card-text {
    font-size: 15px;
  }

  .pp-duvidas__card-text b {
    font-size: 21px;
  }

  .pp-duvidas__arrow {
    /*  width: 36px;
    height: 36px; */
    font-size: 40px;
    line-height: 36px;
  }
}

/* =================== BLOCO: VEJA AQUI OS SEUS NÚMEROS DA SORTE =================== */
.pp-login {
  position: relative;
  padding: 44px 0;
  color: #fff;

  /* fundo verde tipo print */
  background:
    radial-gradient(
      820px 380px at 22% 35%,
      rgba(80, 255, 120, 0.18) 0%,
      rgba(0, 0, 0, 0) 60%
    ),
    linear-gradient(180deg, #0a7a2f 0%, #0b6f2b 45%, #0b8a34 100%);
}

.pp-login__container {
  max-width: 1120px;
}

/* Texto esquerda */
.pp-login__copy {
  padding: 18px 8px;
}

.pp-login__eyebrow {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.05;
  opacity: 0.98;
}

.pp-login__title {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  margin-top: 6px;
}

.pp-login__desc {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.95;
  margin-top: 12px;
}

/* Card direita */
.pp-login__cardWrap {
  display: flex;
  justify-content: flex-end;
}

.pp-login__login {
  width: 100%;
  max-width: 360px; /* tamanho do card como no print */
}

.pp-login__card {
  border-radius: 14px;
  border: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
}

.pp-login__cardHeader {
  background: transparent;
  border-bottom: none;
  padding: 16px 16px 12px;
}

.pp-login__cardTitle {
  font-family: "Exo 2", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 12px;
  color: #0a7a2f;
  letter-spacing: 0.4px;
}

/* inputs */
.pp-login__input {
  border-radius: 8px;
  font-size: 12px;
  height: 38px;
}

/* checkbox e texto */
.pp-login__check {
  display: block;
}

.pp-login__privacy {
  display: inline-block;
  margin: 8px 0 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.25;
}

.pp-login__privacy a {
  color: #0a7a2f;
  font-weight: 800;
  text-decoration: underline;
}

/* botão */
.pp-login__btn {
  border-radius: 10px;
  font-weight: 800;
  font-size: 12px;
  padding: 10px 12px;
}

/* Responsivo */
@media (max-width: 991.98px) {
  .pp-login {
    padding: 38px 0;
  }

  .pp-login__title {
    font-size: 40px;
  }

  .pp-login__cardWrap {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .pp-login {
    padding: 34px 0;
  }

  .pp-login__copy {
    padding: 6px 0 10px;
  }

  .pp-login__eyebrow {
    font-size: 22px;
  }

  .pp-login__title {
    font-size: 38px;
  }

  .pp-login__login {
    max-width: 100%;
  }
}

.nuvem {
  position: absolute;
  bottom: -60%;
  z-index: 1;
}

/* ------------------------------------ Quiz -------------------------------------------------- */
/* ====== Base da seção ====== */
.pp-quiz {
  position: relative;
  padding: 60px 0;
  z-index: 2;
}

.pp-quiz__container {
  max-width: 1180px;
}

/* ====== Coluna do porco ====== */
.pp-quiz__pigCol {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: -50px;
  z-index: 1;
}

.pp-quiz__pig {
  max-width: 520px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.12));
}
@media (max-width: 768px) {
  .pp-quiz__pigCol {
    margin-top: -30px;
    padding-top: 0px;
  }
}

/* ====== Painel verde (com listras diagonais e bordas arredondadas) ====== */
.pp-quiz__panel {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.14);
  /*  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 40%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06) 0 18px,
      rgba(255, 255, 255, 0) 18px 42px
    ),
    radial-gradient(
      1200px 520px at 10% 0%,
      rgba(92, 255, 130, 0.55),
      rgba(0, 0, 0, 0)
    ),
    linear-gradient(180deg, #64b120 0%, #07722b 100%); */
  background-image: url("../img/quiz.png");
  background-size: cover; /* cobre toda a área */
  background-position: center; /* centraliza a imagem */
  background-repeat: no-repeat; /* não repete */
  background-attachment: fixed; /* fica fixo ao scroll (opcional, mas bonito) */
  /* garante que cubra a tela toda */
}

.pp-quiz__panelInner {
  padding: 26px;
  min-height: 520px;
}

/* ====== Wrapper interno branco (card do quiz) ====== */
.ppq-card {
  position: relative;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Topbar (PERGUNTA X e dots) */
.ppq-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 8px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-style: italic;
}

.ppq-topbar__label {
  font-size: 22px;
  line-height: 1;
  margin: 0;
}

.ppq-dots {
  display: flex;
  gap: 8px;
}

.ppq-dot {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  opacity: 0.95;
  background: transparent;
}

.ppq-dot.is-active {
  background: #fff;
}

/* Área branca principal (conteúdo) */
.ppq-body {
  padding: 18px 18px 120px;
}

/* Título grande do intro */
.ppq-introTitle {
  text-align: center;
  color: #fff;
  padding: 18px 8px 10px;
  line-height: 3.5rem;
}

.ppq-introTitle .ppq-introTitle__thin {
  font-size: 42px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.ppq-introTitle .ppq-introTitle__big {
  display: block;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 4px;
}

.ppq-introTitle .ppq-introTitle__thin2 {
  display: block;
  font-size: 46px;
  font-style: italic;
  font-weight: 300;
  margin-top: -4px;
}

.ppq-introSub {
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  max-width: 520px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.35;
}

/* Botão branco (Começar) */
.ppq-btnStart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 10px;
  background: #fff;
  color: #0a7b2f;
  font-weight: 800;
  border: 0;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.ppq-btnStart:hover {
  transform: translateY(-1px);
}

.ppq-btnStart:active {
  transform: translateY(0px);
}

/* Pergunta (título) */
.ppq-questionTitle {
  text-align: center;
  color: #0a7b2f;
  font-weight: 800;
  font-style: italic;
  font-size: 26px;
  line-height: 1.2;
  margin: 18px 0 18px;
}

/* Opções */
.ppq-options {
  display: grid;
  gap: 14px;
  max-width: 560px;
  margin: 0 auto;
}

.ppq-option {
  width: 100%;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 999px;
  padding: 12px 16px 12px 10px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: 0.15s ease;
}

.ppq-option:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.ppq-option.is-selected {
  border-color: #2fd24c;
  box-shadow: 0 12px 22px rgba(47, 210, 76, 0.18);
}

.ppq-letter {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #2dbb3e;
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.12);
}

.ppq-optionText {
  color: #3f4a55;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
}

/* ====== Rodapé com “voltinha” ====== */
.ppq-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.ppq-footerBar {
  pointer-events: auto;
  position: relative;
  max-width: 640px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  overflow: hidden;
  background-image: url(../img/fundo-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ppq-footerBar:before {
  left: 24px;
}

.ppq-footerBar:after {
  right: 24px;
}

.ppq-navBtn {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 10px 35px;
  opacity: 1;
}

.ppq-navBtn.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* ====== Tela de resultado ====== */
.ppq-resultHeader {
  padding: 12px 18px 0;
  display: flex;
  justify-content: center;
}

.ppq-resultHeader h3 {
  margin: 0;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
  font-style: italic;
}

.ppq-resultBody {
  padding: 18px 18px 50px;
}

.ppq-resultTitle {
  text-align: center;
  margin: 10px 0 6px;
  color: #0a7b2f;
  font-weight: 800;
  font-size: 36px;
}

.ppq-resultSubtitle {
  text-align: center;
  margin: 0 0 16px;
  color: #1b8c3a;
  font-style: italic;
  font-weight: 700;
}

.ppq-resultGrid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: center;
  max-width: 740px;
  margin: 0 auto;
}

.ppq-resultText {
  color: #55616c;
  font-size: 15px;
  line-height: 1.45;
}

.ppq-resultImg {
  width: 100%;
  max-width: 220px;
  justify-self: center;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.18));
}

.ppq-resultFooter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 26px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ppq-linkBtn {
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* ====== Transição de troca dentro da mesma caixa ====== */
.ppq-fade {
  animation: ppqFade 0.18s ease;
}

@keyframes ppqFade {
  from {
    opacity: 0.35;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ====== Responsivo ====== */
@media (max-width: 991.98px) {
  .pp-quiz {
    padding: 40px 0;
  }

  .pp-quiz__panelInner {
    min-height: 520px;
  }

  .ppq-introTitle .ppq-introTitle__thin {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .ppq-introTitle {
    line-height: 3rem;
  }
  .ppq-introTitle .ppq-introTitle__big {
    font-size: 40px;
  }

  .ppq-introTitle .ppq-introTitle__thin2 {
    font-size: 34px;
  }

  .ppq-questionTitle {
    font-size: 22px;
  }

  .ppq-footerBar {
    width: calc(100% - 46px);
  }

  .ppq-resultGrid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ppq-resultImg {
    max-width: 200px;
  }

  .pp-quiz__pig {
    max-width: 360px;
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .pp-quiz__panelInner {
    padding: 18px;
  }

  .ppq-option {
    grid-template-columns: 50px 1fr;
  }

  .ppq-letter {
    width: 42px;
    height: 42px;
  }

  .ppq-footerBar {
    height: 35px;
    padding: 0 18px;
  }

  .ppq-footerBar:before,
  .ppq-footerBar:after {
    top: -24px;
    width: 54px;
    height: 54px;
  }
}

/* Dicas */
/* =========================
   Seção: Dicas (cards + glider)
   ========================= */
.ps-dicas {
  padding: 54px 0 64px;
  background: #f6f7f6; /* fundo claro como no print */
  overflow: hidden;
}

.ps-dicas__title {
  margin: 0;
  font-weight: 800;
  font-style: italic;
  color: #0b6b2b;
  letter-spacing: 0.2px;
  font-size: 42px;
  line-height: 1.05;
}
.ps-dicas__title span {
  color: #20b11b;
  font-weight: 800;
}

.ps-dicas__subtitle {
  margin: 12px auto 0;
  max-width: 560px;
  color: #3f5560;
  font-size: 16px;
}

.ps-dicas__wrap {
  margin-top: 26px;
}

/* -------- Glider base ---------- */
.glider-dicas {
  display: flex;
  gap: 22px; /* desktop grid “respirado” */
}
.glider-dicas > * {
  min-width: 0; /* evita overflow */
}

/* -------- Card ---------- */
.ps-dcard {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  margin: 15px;
}

/* topo verde */
.ps-dcard__media {
  border-radius: 18px;
  overflow: hidden;
}
.ps-dcard__thumb {
  position: relative;
  border-radius: 18px;
  height: 170px;
  background: linear-gradient(180deg, #0a6a2a 0%, #0b6f2c 55%, #0a6a2a 100%);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* faixa verde mais clara (no card de vídeo) */
.ps-dcard__media--video .ps-dcard__thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background: rgba(45, 214, 76, 0.35);
}

.ps-dcard__thumb-left {
  position: absolute;
  left: 18px;
  top: 18px;
  opacity: 0.85;
  color: #2fd24c;
}
.ps-dcard__thumb-ico {
  width: 84px;
  height: 84px;
}

.ps-dcard__thumb-text {
  text-align: left;
  color: #fff;
  padding-left: 96px;
  padding-right: 18px;
  line-height: 1.05;
}
.ps-dcard__thumb-kicker {
  font-size: 18px;
  font-style: italic;
  opacity: 0.95;
}
.ps-dcard__thumb-head {
  font-size: 22px;
  font-weight: 800;
  font-style: italic;
  text-transform: none;
}

/* play */
.ps-dcard__play {
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}
.ps-dcard__play-ico {
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 3px;
}

/* marca */
.ps-dcard__brand {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #fff;
  opacity: 0.9;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
}

/* cards com ícone no centro */
.ps-dcard__thumb--icononly {
  background: #0b6f2c;
}
.ps-dcard__mid-ico {
  width: 70px;
  height: 70px;
  color: #fff;
  opacity: 0.9;
}

/* corpo branco */
.ps-dcard__body {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  padding: 16px 18px 18px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.1);
}

.ps-dcard__label {
  color: #6a7c86;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 2px;
}
.ps-dcard__desc {
  color: #4a5b63;
  font-weight: 800;
  font-style: italic;
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.ps-dcard__link {
  color: #20b11b;
  font-weight: 800;
  text-decoration: none;
}
.ps-dcard__link:hover {
  color: #0b6b2b;
  text-decoration: none;
}

/* ---------- setas (somente mobile) ---------- */
.ps-dicas__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #0b6b2b;
  font-size: 56px;
  line-height: 44px;
  display: none; /* desktop: escondido */
  z-index: 3;
}
.ps-dicas__arrow:focus {
  outline: none;
}
.ps-dicas__arrow--prev {
  left: -10px;
}
.ps-dicas__arrow--next {
  right: -10px;
}

/* ---------- responsivo ---------- */
@media (min-width: 992px) {
  /* desktop = grid 3 colunas fixas */
  .glider-dicas {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

@media (max-width: 991.98px) {
  .ps-dicas {
    padding: 42px 0 54px;
  }
  .ps-dicas__title {
    font-size: 34px;
  }
  .ps-dicas__subtitle {
    font-size: 15px;
    padding: 0 10px;
  }

  /* mobile = glider (1 card por vez) */
  .glider-dicas {
    display: block;
  }

  .ps-dicas__arrow {
    display: block;
  }

  /* dá espaço p/ setas não sobrepor */
  .ps-dicas__wrap {
    padding: 0 22px;
  }

  .ps-dcard__thumb {
    height: 160px;
    background-repeat: no-repeat; /* ← isso impede a repetição */
    background-size: cover; /* opcional: faz a imagem cobrir todo o elemento */
    background-position: center; /* opcional: centraliza a imagem */
  }
  .ps-dcard__desc {
    font-size: 19px;
  }
}

/* Hero vídeo */
.hero-video {
  position: relative;
  overflow: hidden;
}

.hero-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;

  text-decoration: none !important;
  cursor: pointer;

  opacity: 0;
  pointer-events: none;

  background: rgba(0, 0, 0, 0.18);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
  backdrop-filter: blur(10px) saturate(120%);
  transition: opacity 0.35s ease;
}

.hero-video__overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.hero-video__content {
  text-align: center;
  transform: translateY(8px) scale(0.98);
  transition: transform 0.45s ease;
}

.hero-video__overlay.is-visible .hero-video__content {
  transform: translateY(0) scale(1);
}

.hero-video__title {
  color: #fff;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 18px;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

.hero-video__play-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  filter: drop-shadow(0 16px 35px rgba(0, 0, 0, 0.25));
}

.hero-video.is-blurred .hero-video__thumb img {
  filter: blur(8px);
  transform: scale(1.03);
}

/* player dentro da thumb */
.hero-video__player {
  position: absolute;
  inset: 0;
  z-index: 10000;
  display: none;
}

.hero-video__player.is-playing {
  display: block;
}

.hero-video__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 28px;
  line-height: 44px;
  cursor: pointer;
}

/* quando pausado, libera o swipe/drag do carrossel */
.hero-video.is-paused .hero-video__iframeWrap,
.hero-video.is-paused .hero-video__yt,
.hero-video.is-paused iframe {
  pointer-events: none !important;
}

/* quando tocando, volta a capturar o toque normalmente */
.hero-video.is-playing .hero-video__iframeWrap,
.hero-video.is-playing .hero-video__yt,
.hero-video.is-playing iframe {
  pointer-events: auto;
}

#assModal .modal-content {
  padding: 30px;
}

#assModal button {
  position: absolute;
  right: 10px;
  top: 5px;
}

/* Login fixo  */
/* Botão fixo - canto inferior direito (Bootstrap 4 friendly) */
.ps-float-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 97;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 34px;
  border-radius: 15px;
  border: 0;
  background: linear-gradient(299.76deg, #2ab120 29.28%, #3bcb30 96.93%);
  color: #fff;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
  white-space: nowrap;
}

.ps-float-btn:hover,
.ps-float-btn:focus {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  outline: none;
}

/* ajuste mobile */
@media (max-width: 576px) {
  .ps-float-btn {
    right: 12px;
    bottom: 12px;
    height: 60px;
    padding: 0 18px;
    font-size: 13px;
    letter-spacing: 0.4px;
    white-space: normal;
    text-align: center;
    line-height: 1.05;
    max-width: calc(100vw - 24px);
  }
}

#modalArtigo h4 {
  font-style: italic;
  color: #38ab36;
  font-weight: 800;
}
#modalArtigo p {
  padding-top: 30px;
  font-family: "Nunito";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
}

#modalArtigo h2 {
  font-family: "Exo 2";
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  color: #495c63;
  font-style: italic;
  padding: 30px;
}
@media (max-width: 768px) {
  #modalArtigo h2 {
    font-size: 2rem;
    line-height: 2.2rem;
    padding: 20px;
  }
  #modalArtigo h4 {
    font-size: 1.5rem;
  }
  #modalArtigo p {
    padding-top: 10px;
  }
}

.container-numeros {
  margin-left: auto;
  margin-right: auto;
}

.box-numeros {
  background: #07722b4d;
  border-radius: 20px;
  padding: 10px;
}
#desc-proximo-vencedor-logado .pp-pprog__card {
  padding: 10px 50px;
}

#desc-proximo-vencedor-logado p {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  font-style: italic;
}
#desc-proximo-vencedor-logado .pp-pprog__card-text span {
  font-size: 1.2rem;
}
.radius-left-10 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.radius-right-10 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
