@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;
}

/* 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;
}

/* 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 {
  width: 100%;
  height: 100%;
  background: #ffffff;
  /*border-radius: 0px 15px 15px 15px;*/
  box-shadow: 0px 20px 49px rgba(0, 0, 0, 0.67);
}

.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: #495c63;
  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: #495c63;
}

.hamburger_container:hover i {
  /* color: #00aff2; */
}

/*********************************
4. Menu
*********************************/

.menu_container {
  position: fixed;
  top: 80px;
  margin-right: 20px;
  width: 320px;
  height: 300px;
  background: #fff;
  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: 99999999;
}

.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 {
  -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;
  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: 900;
}

#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: 400;
  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: 900;
  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 {
  padding-top: 8.5rem;
  margin-top: -6.2rem;
  background: url("../img/fundo1-xl.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1800px;
  position: relative;
}

#letreiro {
  margin-bottom: -3rem;
  /*  margin-top: -1.2rem; */
  /* transform: skewY(-1deg); */
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 99;
}

#letreiro h3 {
  font-size: 2rem;
  font-weight: 400;
  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: #17960c;
}

.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: #63c732;
  font-family: "Exo 2";
  font-weight: 800;
  font-size: 3rem;
  font-style: italic;
  line-height: 45px;
  margin-bottom: 0px;
}

#quem-ganhou p {
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #495c63;
  font-size: 1rem;
  line-height: 25px;
  font-family: "Nunito";
  font-style: italic;
  font-weight: 500;
}

.glider-prev,
.glider-next {
  margin-top: 0rem;
  margin-bottom: 1rem;
  position: static;
}

.glider-prev,
.glider-next {
  color: #3fa110;
}

.glider-persp .glider-slide {
  margin: 1px 20px 20px 20px;
}

#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: 9rem;
}

/* #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 {
  height: 100%;
  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: 10px;
  height: 83%;
}

.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;
}

/* ------------------------------------------------ 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: 900;
  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: #0a7a00;
  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: 600;
  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: 600;
  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(90deg, #6fd73a, #64c832) !important;
}
.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: 5rem;
}

#nsa .qtd-nsa span {
  color: #fff;
  font-style: italic;
  font-weight: 900;
  font-size: 1.3rem;
}
/* #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: 400;
  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: 900;
  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: 400;
  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;
}

.tabela .table th {
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0px;
  color: #0A7A00;
  border-bottom: 1px solid #3fa110 !important;
  border-top: none;
}

.tabela .table td:nth-child(n + 2) {
  font-family: "Exo 2";
  font-size: 16px;
  font-weight: 400;
  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: 40px;
  line-height: 48px;
  color: #0a7a00;
}

#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: 56%;
  left: 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: 600 !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: 600;
  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: 400;
  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;
}
