:root {
  --bgColor: #F0ECE5;
  --bgColorRGB: 240,236,229;
  --bgBox: #fff;
  --bgBoxRGB: 255,255,255;
  --fontColor: #000;
  --fontColorInvert: #fff;
  --fontColorRGB: 0,0,0;
  --colorOne: #EC0C63;
  --colorOneDark: #7f0131;
  --colorOneRGB: 236,12,99;
  --colorTwo: #FFBF00;
  --colorTwoRGBd: 255,191,0;
  --colorThree: #00ADD7;
  --colorThreeRGB: 0,173,215;
  --colorFour: #202020;
  --colorFourRGB: 32,32,32;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
  scroll-behavior: smooth;
}
*:focus { outline: none; }
*:focus-visible { outline: 2px solid var(--colorOne); outline-offset: 2px; }
.p{
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  width: 100%;
}

body, input, select, textarea, button {
  font-size: 0.9rem;
  color: var(--fontColor);
  font-weight: 500;
  font-family: "Sofia Sans Condensed", 'Rubik', 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.2px;
}
body{
  background-color: var(--bgColor);  
}

header{
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
  overflow: hidden;
}
header .top{
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  padding: 3px 0 0 0;
  position: relative;
  z-index: 2;  

  display: grid;
  grid-template-columns: auto 1fr auto; 
}
li {
  list-style: none;
}
.btnDestakTop{
  display: none;
}
.center{
  position: relative;
  max-width: 1450px;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(100% - 24px);
  box-sizing: border-box;
}

.togleMenu {
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 15px;
}
.togleMenu span {
  background: #fff;
  width: 27px;
  height: 5px;
  margin: 1.5px;
  display: block;
  border-radius: 15px;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, margin-right 0.3s, background-color 0.6s;
}

a.logo{
  display: inline-block;
  width: 46%;
  margin: 0 auto;
  max-width: 198px;
  text-align: center;
  position: relative;
  z-index: 2;
}
a.logo img{
  width: 100%;
  height: auto;
  max-width: 109px;
}
a.logo:hover img{
  animation-name: hoverLogo;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.flex{ display: flex; }
.flexBetween{ justify-content: space-between; }
.alignCenter{ align-items: center; }
.tCenter{ text-align: center;}

.togleLogin{
  color: #fff;
}

.togleMenu,
.togleLogin {
  margin-bottom: 15px;
}

.squemaColorsHeader{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 85%;
  top: 0;
  left: 0;
}
.squemaColorsHeader .colorone{
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
  background-color: var(--colorOne);
}
.squemaColorsHeader .colortwo{
  position: absolute;
  filter: drop-shadow(-5px 0 0px rgba(0, 0, 0, 0.1));
  right: 0;
  top: 0;
  width: 27%;
  height: 110%;
  z-index: 1;
}
.squemaColorsHeader .colortwo > div{
  width: 100%;
  height: 102%;
  background-color: var(--colorTwo);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 68%);
  filter: drop-shadow(-5px 0 5px rgba(0, 0, 0, 0.5));
}
.squemaColorsHeader .colorfour{
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 102%;
  background-color: var(--colorFour);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 84%);
  z-index: 2;
}
.squemaColorsHeader,
.squemaColorsHeader *,
.squemaColorsFooter,
.squemaColorsFooter *{
  transition: all 0.3s ease-in-out;
}


.bgEffects{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  mix-blend-mode: color-burn;
  background-blend-mode: color-burn;
  opacity: 0.1;
  z-index: 1;
  pointer-events: none;
  max-height: 600px;
}
.bgEffects .left,
.bgEffects .right{
  position: absolute;
  top: -15%;
  height: 60%;
  left: 0;
  transform: translate(-66%, 0);
}
.bgEffects .right{
  top: 10%;
  height: 70%;
  left: unset;
  transform: translate(56%, 0);
  right: 0;
}
.bgEffects .left img,
.bgEffects .right img{
  height: 100%;
  width: auto;
  object-fit: cover;
}


header .top{
  display: grid;
  grid-template-columns: auto 1fr auto; 
}



.navtop,
header .top .search{
  grid-column: 1/4;
  grid-row: 3;
  position: relative;
  width: 100%;
  transition: all 0.5s;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
header .top .search{
  grid-row: 2;
  width: 100%;
  margin-bottom: 7px;
}
.search input[type=search],
.search input[type=text]{
  border: none;
  margin: 5px 0;
  border-radius: 50px;
  background: var(--bgBox);
  width: 100%;
  height: 100%;
  padding: 10px 42px 10px 18px;
  color: var(--fontColor);
  transition: box-shadow 0.5s; 
  font-size: 1rem;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}
.search input[type=submit]{
  position: absolute;
  top: 21%;
  right: 0;
  border: none;
  background-color: transparent;
  height: 59%;
  width: 50px;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5l-1.5 1.5l-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16A6.5 6.5 0 0 1 3 9.5A6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14S14 12 14 9.5S12 5 9.5 5'/%3E%3C/svg%3E");
  background-position: 13px;
  background-repeat: no-repeat;
  background-size: 26px auto; 
  border-radius: 0;
  cursor: pointer;
}
.search input[type=text]::placeholder,
.search input[type=search]::placeholder{
  color: rgba(var(--fontColorRGB), 0.5);
}
.search input[type=search]:focus,
.search input[type=text]:focus{  
  border: 0;
  box-shadow: inset 0px -2px 5px -2px rgb(0, 0, 0, 0.8);
}

.search input[type=text]:-webkit-autofill,
.search input[type=text]:-webkit-autofill:hover,
.search input[type=text]:-webkit-autofill:focus {
  font-family: "Sofia Sans Condensed", 'Rubik', 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border: 0;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}





.menuTopOne,
.menuTopTwo{
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 2px;
  margin-top: 4px;
}
.menuTopOne li{
  display: inline-block;
}
.menuTopOne li a,
.menuTopTwo li a{
  display: block;
  text-decoration: none;
  font-weight: 800;
  background: var(--colorTwo);
  padding: 7px 0px;
  border-radius: 10px;
  text-align: center;
  color:var(--fontColor);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  position: relative;
}
.jf-nav-badge{
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--colorOne);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 900;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  padding: 0 3px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.menuTopTwo{
  grid-template-columns: repeat(2, auto);
  margin-top: 10px;
}
.menuTopTwo li{
  display: inline-block;
}
.menuTopTwo li a{
  background: var(--colorThree);
}


.hidden{display: none;}
#forMenuMobile:checked ~ header .top .navtop,
#forMenuMobile:checked ~ header .top .search{ max-height: 60vh; max-width: 100vw; padding-bottom: 6px;}
#forMenuMobile:checked ~ header .top .togleMenu span {transform: rotate(45deg); margin-top: -7px;}
#forMenuMobile:checked ~ header .top .togleMenu span:nth-child(2) {transform: rotate(-45deg);}
#forMenuMobile:checked ~ header .top .togleMenu.togleMenu span:last-child { opacity: 0; }



.sliderSpace{
  position: relative;
  margin-bottom:50px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  
}
.slider {
  display: block;
  overflow: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  z-index: 1;
}
.slider::-webkit-scrollbar { width: 0; height: 0; }
.slider .item {
  aspect-ratio: 1/0.6;
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  white-space: normal;
  border-radius: 10px;
  width: calc(100% - 20px);
  min-width: calc(100% - 20px);
  height: 100%;
  max-height: 484px;
  margin: 0 20px;
  scroll-snap-align: center;
  font-size: .9rem;
  color: #fff;
  background: none;
  box-shadow: none;
}

.slider .item picture{
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.slider .item picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: top;
}
.slider .item .info,
.infoAtracao {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,  rgba(0,0,0,0.85) 16%,rgba(0,0,0,0) 61%,rgba(0,0,0,0) 84%);
  z-index: 2;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
}
.infoAtracao { position: relative }

.slider .item .info .title,
.infoAtracao .title{
  color: var(--colorTwo);
  margin-bottom: 5px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  font-size: 1.1rem;
  line-height: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  width: 65%;
}
.slider .item .info .categoria,
.slider .item .info p,
.infoAtracao .categoria,
.infoAtracao p{
  font-size: 0.75rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  line-height: 0.8rem;
  display: block;
  width: 65%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
          line-clamp: 4; 
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.slider .item .info .categoria,
.infoAtracao .categoria{
  margin-bottom: 2px;
  font-weight: 300;
}

section{
  position: relative;
  z-index: 3;
}
.infoAtracao .categoria{
color: #00add7 !important;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 1)!important;
font-size: 1rem !important;
    font-weight: 800 !important;
}
.infoAtracao p{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1) !important;
    color: #FFF !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    -webkit-line-clamp: 5 !important;
}
.infoAtracao .title{
    color:#EC0C63 !important ;
}


.beforeslider{ position: relative; margin-bottom: -5px; z-index: 4;}
.beforeslider h1,
.beforeslider .likeh1,
.beforeslider .shadowh1{
  font-size: 1.05rem;
  font-weight: 800;
  width: 100%;
  text-align: center;
  color: var(--colorOne);
  position: relative;
  z-index: 1;
  text-shadow:
    1px 1px 0 #000,
    -1px 1px 0 #000,
    -1px -1px 0 #000,
    1px -1px 0 #000;
}
.beforeslider .shadowh1{
  text-shadow: unset;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: var(--fontColor);
  position: absolute;
  top: 0;
  z-index: 0;
  filter: drop-shadow(0 2px 0px var(--fontColor));
}


.positionCTA1{
  margin-top: -20px;
}
.btnLikeCTA{
  background: var(--colorThree);
  border-radius: 10px;
  padding: 8px 15px;
  z-index: 5;
  position: relative;
  display: inline-flex;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--fontColor);
  outline: rgba(255, 255, 255, 0.1) solid 1px;  
  outline-offset: -2px;
  box-shadow: -2px 2px 3px rgba(0,0,0,0.2);
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  line-height: 0.9rem;
  margin-right: 5px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btnLikeCTA:hover{
  background: var(--colorOne);
  color: #fff;
}
.btnLikeCTA small{
  font-size: 73%;
  line-height: 0.6rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.btnLikeCTA::after{
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: calc(100% - 4px);
  height: calc(100% + 1px);
  border-radius: 10px;
  outline: var(--colorFour) solid 2px;  
  outline-offset: -1px;
  z-index: 2;
  transform: rotate(3deg);  
  pointer-events: none;
}
.btnLikeCTA:hover::after{
  -webkit-animation-name: rotate; 
  -webkit-animation-duration: 0.25s; 
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

.ctaYellow{
  background: var(--colorTwo);
}
.ctaRed{
  background: var(--colorOne);
  color: var(--fontColorInvert)
}
.ctaRed:hover{
  background: var(--colorTwo);
  color: var(--fontColor)
}
.ctaBigger{
  padding: 12px 18px;
}
.ctaBigger::after{
  transform: rotate(2deg);
}

.clear{ clear: both; }

h1, h2, h3, h4, h5, h6{
  font-weight: 900;
  color: var(--colorOne);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.20);
}

h1{ font-size: 1.2rem;}
h2{ font-size: 1.1rem;}

.titleWithIcon{
  display: flex;
  align-items: center;
  gap: 5px;  
  margin-bottom: 5px;
}
.titleWithIcon svg{
  margin-top: -3px;
  width: 32px;
  height: 32px;
  color:var(--colorTwo);
  filter: 
    drop-shadow(1px 1px 0 var(--colorOne)) 
    drop-shadow(1px 1px 0 var(--colorOne))
    drop-shadow(-1px -1px 0 var(--colorFour))
    drop-shadow(0px 1px 0 var(--colorFour))
    drop-shadow(1px -1px 0 var(--colorFour))
    drop-shadow(1px 1px 0 var(--colorFour))
    drop-shadow(-1px 0px 0 var(--colorFour));
} 


.floatRight{
  float: right;
}



.defaultList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  row-gap: 18px;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
.item {
  display: flex;
  flex: 1;
  flex-direction: column;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.052);
  border-radius: 7px 7px;
  position: relative;
  background-color: var(--bgBox);
}
.item a.linkImage {
  font-size: 0;
  z-index: 1;
}
.item img {
  width: 100%;
  height: auto;
  aspect-ratio: 318/442;
  object-fit: cover;
  border-radius: 7px;
  transition: filter 0.5s ease-in-out, opacity 0.3s ease;
  border: solid 2px var(--colorFour);
  background: linear-gradient(135deg, rgba(var(--colorFourRGB),.15) 0%, rgba(var(--colorFourRGB),.05) 100%);
}
.item:hover img {
  filter: brightness(1.1);
}
.item .info{
  padding: 5px 7px;
  font-size: 0.7rem;
  line-height: 0.7rem;
  -webkit-font-smoothing: antialiased;
        font-optical-sizing: auto;
        font-style: normal;
        text-rendering: optimizeLegibility;
        font-weight: 500;
}
.item .info p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 14px;
-webkit-font-smoothing: antialiased;
    font-optical-sizing: auto;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-weight: 500;
}
.item .info .title{
  text-transform: uppercase;
  color: #0088aa;
  text-shadow: none;
  font-size: 0.7rem;
}
.spaceButtons {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -5px;
  gap: 2px;
  position: absolute;
  bottom: 0;
  left: 5%;
}
.spaceButtons a {
  color: #fff;
  font-weight: 800;
  display: inline-block;
  width: 100%;
  min-width: 45%;
  text-align: center;
  font-size: 0.7rem;
  line-height: 0.7rem;
  text-transform: uppercase;
  padding: 4px 0 3px 0;
  border-radius: 50px;
  background: #c00a52;
  text-decoration:none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);

}
a.btnGreen{
  background: #008866;
}
.spaceButtons a:hover {
  color: var(--fontColor);
}



paginacao{
  text-align: center;
  font-weight: 600;
}
.paginacao ul {
  margin: 0;
  padding: 0 0 30px 0px;
  list-style: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius:    4px 4px 0 0;
  border-radius:         4px 4px 0 0;
  text-align: center;
}

.paginacao ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.paginacao ul li a,
.paginacao ul li span {
  background: var(--bgBox);
  display: block;
  padding: 10px 15px;
  border-radius: 50px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 1);
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin: 0px;
  color: var(--fontColor);
  text-decoration: none;
}

.paginacao ul li a:hover {
  background: var(--colorTwo);
  color: #fff;
}

.paginacao ul li span {
  background: var(--colorTwo);
  color: #000;
}
.invert{
  transform: scaleX(-1);
  display: inline-block;
}




.blockCTA{
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  background: var(--colorThree);
  color: var(--fontColo);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blockCTA .image1,
.blockCTA .image2{
  width: 30%;
  height: 100%;
  display: inline-block;
  font-size: 0;
  margin-top: -20px;
}
.blockCTA .image1{
  width: 60%;
  margin-left: 5px;
}
.blockCTA .image1 img,
.blockCTA .image2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blockCTA .image2{
  display: none;
}

.statisticas{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 47%;
  text-align: center;
  margin-right: 5%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.statsCloud{
  display: flex;
  flex-wrap: nowrap;
  gap: 3px 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.statsCloud .boxStats .num{ font-size: 1.4rem; line-height: 1.4rem; }
.statsCloud .boxStats .text{ font-size: .6rem; line-height: .65rem; }
@media(min-width:730px){
  .statsCloud .boxStats .num{ font-size: 2.1rem; line-height: 2.1rem; }
  .statsCloud .boxStats .text{ font-size: .9rem; line-height: .9rem; }
  .statsCloud{ gap: 5px 18px; }
}
.statisticas p{
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 0.7rem;
  margin: 5px 0 10px 0;
  text-transform: uppercase;
}
.boxStats{
  display: flex;
  align-items: center;
  gap: 3px;
  text-align: left;
  white-space: nowrap;
}
.boxStats .num{
  font-size: 2.1rem;
  line-height: 2.1rem;
  color: var(--colorTwo);
  font-weight: 900;
  text-shadow: 0 2px 0 var(--colorFour);
}
.boxStats .text{
  text-shadow: 0 1px 0 var(--colorFour);
  font-size: 0.9rem;
  line-height: 0.9rem;
  font-weight: 800;
}

.statisticas .btnLikeCTA{ font-size: 89%; }

.bgBlockCTA{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: screen;
}
.bgBlockCTA img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Paginacao */
.pagination,
nav.pagination{
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.pagination ul,
.page-numbers{
  list-style: none;
  display: flex;
  gap: 6px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination li,
.page-numbers li{
  margin: 0;
}
.pagination a,
.pagination span,
.page-numbers a,
.page-numbers span{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .88rem;
  text-decoration: none;
  transition: all .2s;
  border: 1px solid rgba(var(--fontColorRGB),.1);
  background: var(--bgBox);
  color: var(--fontColor);
}
.pagination a:hover,
.page-numbers a:hover{
  border-color: var(--colorOne, #EC0C63);
  color: var(--colorOne, #EC0C63);
}
.pagination .current,
.pagination span.current,
.page-numbers .current,
.page-numbers span.current{
  background: var(--colorOne, #EC0C63);
  color: #fff;
  border-color: var(--colorOne, #EC0C63);
}
.pagination .dots,
.page-numbers .dots{
  border: none;
  background: none;
  color: rgba(var(--fontColorRGB),.3);
}
.pagination .prev,
.pagination .next,
.page-numbers .prev,
.page-numbers .next{
  font-size: 1rem;
}

.CTAfooter{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.CTAfooter h1{
  font-weight: 300;
  color: var(--colorFour)
}


footer{ width: 100%; margin-top: 50px; position: relative; padding-bottom: 35px; }
footer .gridfooter{
  display: grid;
  align-items: center;
  position: relative;
  z-index: 2;
}
nav.footer ul{
  list-style: none;
  text-align: center;
}
nav.footer ul li{
  display: inline-block;
}
nav.footer ul li a{
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  padding: 10px 3px;
  color: var(--fontColor);
}
nav.footer ul li a:hover {
  color: var(--colorOne);
}
.copy{
  text-align: center;
  font-size: 0.6rem;
}

.vantagens {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-size: 0;
  border-bottom: none;
  box-shadow: none;
  padding-bottom: 15px;
  margin-top: 50px;
  justify-content: center;
  overflow: hidden;
}
.vantagens .item{
  background: unset;
  box-shadow: unset;
  width: 33.33%;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  color: var(--fontColorInvert);
}
.vantagens .item svg{
  height: 45px;
  width: 45px;
  color: var(--colorOne);
}

footer p{
  text-align: center;
  display: block;
  color: var(--fontColorInvert);
  font-size: 0.75rem;
}

.squemaColorsFooter{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.squemaColorsFooter .colorone{
  width: 100%;
  height: 100%;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--colorFour);
}
.squemaColorsFooter .colortwo{
  position: absolute;
  filter: drop-shadow(2px 4px 0px rgba(0, 0, 0, 0.2));
  right: 0;
  top: 0;
  width: 100%;
  height: 178px;
  z-index: 2;
}
.squemaColorsFooter .colortwo > div{
  width: 100%;
  height: 102%;
  background-color: var(--colorThree);
  clip-path: polygon(0 6%, 100% 22%, 96% 85%, 0 98%);
}

.squemaColorsFooter .colorfour{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 178px;
  background-color: var(--colorOne);
  clip-path: polygon(0 6%, 100% 23%, 98% 93%, 0 100%);
  z-index: 1;
}

.btnRight,
.btnLeft{ display: none; }

@keyframes hoverLogo {
  0%{ transform: rotate(0deg) translate(0, 0px); }
  50%{ transform: rotate(-4deg) translate(0, 10px); }
  100%{ transform: roTate(0deg) translate(0, -0px); }
}







.lightBox{
  background: rgba(var(--bgColorRGB), 0.7);
  position: fixed;
  z-index: 999999;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backdrop-filter: blur(10px);
}
.lightBox *{
  position: relative;
  z-index: 1;
}
.closeLightBox {  
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  width: 45px;
  transform: rotate(45deg);
  aspect-ratio: 1/1;
  color: var(--colorOne);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1px;
  cursor: pointer;
}
.closeLightBox:hover { color: orange }

.outClikCloseLightBox {
  height: 100vh;
  width: 100vh;
  position: absolute;
}

.boxLB{
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 3px 0 0 #ccc, 0 7px 5px -5px rgba(0,0,0,0.3);
  background: var(--bgBox);
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.limitLB{
  max-width: 400px;
}
#loginControl .boxLB{
  max-width: 428px;
}
.logoLogin{
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 9;
  margin-bottom: -10px;
}
.logoLogin img{
  width: 60%;
  height: auto;
  max-width: 220px;
}

 fieldset {
  width: 100%;
  padding: 3px 0;
  position: relative;
  display: flex;
  align-items: center;
}
fieldset.withIcon svg{
  position: absolute;
  left: 16px;
  fill: var(--colorOne);
  height: 30px;
  z-index: 9;
}
fieldset.withIcon input{
  padding-left: 60px;
}
form .title{
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--colorThree);
}
input {
  border-radius: 50px;
  padding: 12px;
  margin: 1px;
  width: calc(100% - 2px);
  background: rgba(0, 0, 0, 0.05);

}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {  
  border: none;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.grecaptcha-badge{
  width: 256px; 
  height: 60px; display: block; 
  transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; 
  box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;
  z-index: 2147483647;
}

.btnForm{
  background: var(--colorOne);
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  padding: 12px 20px;
  margin: 2px;
  width: 100%;
  border-radius: 50px;
}
.btnFormGreen{
  background: #00AC81;
}
.btnFormBlue{
  background: var(--colorThree); 
}
.margbt{
  margin-bottom: 8px;
}

#loginControl{
  display: none;
}
#forLoginControl:checked ~ #loginControl{
  display: flex;
}

.slideForms{
  display: grid;
  grid-template-columns: 100% 100%;
  overflow: hidden;
}

.recuperar{
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--fontColor);
  padding: 12px 0;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.recuperar:hover{
  color: var(--colorOne)
}

#slidelogin,
#sliderecupera{
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.contentText{
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}
.contentText .whiteBox{
  padding: 15px;
  font-size: 1.2rem;
-webkit-font-smoothing: antialiased;
        font-optical-sizing: auto;
        font-style: normal;
        text-rendering: optimizeLegibility;
font-weight: 500;
}
.contentText p:last-child{ margin-bottom:  0;}
.contentText p{
  margin-bottom: 10px;
}
.contentText a{
  color: var(--colorOne);
  font-weight: 600;
}
.contentText a:hover{
  color: var(--colorThree);
  font-weight: 600;
}

.whiteBox{
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 5px -4px rgba(0,0,0,0.3);
  overflow-x: auto;
  max-width: 100%;
}
table { max-width: 100%; }
img, video, iframe, embed, object { max-width: 100%; height: auto; }

@media screen and (min-width: 360px) {
  .beforeslider h1, .beforeslider .likeh1, .beforeslider .shadowh1 {
    font-size: 1.2rem;
  }
  .beforeslider {
    position: relative;
    margin-bottom: -10px;
  }
  .squemaColorsHeader .colortwo { width: 23%; }
  .squemaColorsHeader .colorfour { width: 21%; }
  .togleMenu, .togleLogin { margin-bottom: 21px; }
  .slider .item .info .categoria, 
  .slider .item .info p, 
  .infoAtracao .likeP {
    font-size: 0.85rem;   
    line-height: 0.9rem;
  }
  .slider .item .info .title, 
  .infoAtracao .title {
    font-size: 1.5rem;
    line-height: 1.35rem;
  }
  .slider .item .info .categoria { margin-bottom: 4px; }
  h1{ font-size: 1.4rem;}
  h2{ font-size: 1.3rem;}
  .item .info { font-size: 0.8rem; line-height: 0.9rem; }
  .item .info .title { font-size: 0.85rem; }
  .spaceButtons a {
    font-size: 0.8rem;
    line-height: 0.9rem;
    padding: 5px 0 3px 0;
  }
  .statisticas p {
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
  .statisticas .btnLikeCTA {
    font-size: 100%;
  }
  .boxStats .num {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
  .CTAfooter {
    font-size: 1.77rem;
  }
  .btnLikeCTA {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }
  .squemaColorsFooter .colortwo,
  .squemaColorsFooter .colorfour {
    height: 208px;
  }
  .copy{
    text-align: center;
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 430px) {
  a.logo{ width: 40%; }
  .copy{
    text-align: center;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 530px) {
  header{
    margin-bottom: 0;
  }
  header .top {
    display: grid;
    grid-template-columns: auto 145px 1fr;
    gap: 10px;
  }
  header a.logo{ width: 100%; }
  a.logo img{ max-width: 145px; }
  .navtop {
    margin-top: -20px;
    margin-bottom: 20px;
  }

  footer a.logo img { max-width: 198px; }  
  .squemaColorsHeader { height: 70%; }
  .squemaColorsFooter .colortwo, 
  .squemaColorsFooter .colorfour {
    height: 249px;
  }
  .slider .item .info .categoria, .slider .item .info p, .infoAtracao .likeP {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .slider .item .info .title, .infoAtracao .title {
    font-size: 1.7rem;
    line-height: 1.5rem;
  }

  .btnLikeCTA {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
  .btnLikeCTA small {  
    line-height: 1rem;
  }
  .item .info .title {
    font-size: 0.95rem;
  }
  .item .info {
    padding: 8px 11px;
    font-size: 0.95rem;
    line-height: 0.95rem;
  }
  .item .info p {
    margin-bottom: 18px;
  }
  .spaceButtons a {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  
  .paginacao ul li a, .paginacao ul li span {    
    padding: 10px 17px;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .boxStats .text {  
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .boxStats .num {
    font-size: 3.3rem;
      line-height: 3.3rem;
  }
  .statisticas p {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .statisticas .btnLikeCTA {
    font-size: 1.3rem;
  }
  h1 {
    font-size: 1.95rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .titleWithIcon svg {
    margin-top: -3px;
    width: 45px;
    height: 45px;
  }
  .vantagens .item {
    background: unset;
    box-shadow: unset;
    width: 25%;
  }

  
  .spaceIconsTop{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 40px;
  }  

  .togleLogin{ display: none; }
  .btnDestakTop{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--fontColorInvert);
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.65rem;
    font-style: italic;
    gap: 2px;
  }
  .btnDestakTop a,
  .btnDestakTop label{ 
    color: var(--fontColorInvert);
    font-size: 0.97rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    position: relative;
    padding: 5px 17px 5px 10px;
    font-weight: 900;
    cursor: pointer;
  }
  .btnDestakTop a svg,
  .btnDestakTop label svg{ 
    width: 25px;
    height: 25px;
    color: var(--colorFour);
  }
  .btnDestakTop label::before,
  .btnDestakTop a::before,
  .btnDestakTop label::after,
  .btnDestakTop a::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--colorThree);
    z-index: -1;
    border-radius: 3px;
    transform:skewX(20deg);    
  }
  .btnDestakTop label::after,
  .btnDestakTop a::after{
    transform:skewX(32deg);
    background-color: var(--colorOne);
    left: -10px;
    z-index: -21;
    clip-path: polygon(16% 0, 100% 0, 100% 87%, 0% 100%);
    border-radius: 6px;
    height: calc(100% + 4px);
    transition: all 0.3s ease-in-out;
  }
  .btnDestakTop a span,
  .btnDestakTop label span{
    text-shadow: 
      1px 1px 0 #000,
      0px 1px 0 #000,
      2px 2px 0 #000,
      0px 2px 0 #000,
      
      -1px -1px 0 #000,
      0px -1px 0 #000;
  }
  .btnDestakTop.colortwo label::before,
  .btnDestakTop.colortwo a::before{
    background-color: var(--colorTwo);
  }
  .btnDestakTop label:hover::after,
  .btnDestakTop a:hover::after{    
    background-color: var(--fontColorInvert);
  }

  .squemaColorsHeader .colortwo { width: 305px; }
  .squemaColorsHeader .colorfour { width: 299px; }

  .slider .item picture img { border-radius: 19px; }
  .slider .item .info, .infoAtracao { border-radius: 19px; }

  .beforeslider h1, .beforeslider .likeh1, .beforeslider .shadowh1 { font-size: 1.6rem; }
}

@media screen and (min-width: 600px) {
  .menuTopTwo {
    grid-template-columns: repeat(4, auto);  
  }
}

@media screen and (min-width: 660px) {
  .slider .item .info .categoria, .slider .item .info p, .infoAtracao .likeP {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
  .slider .item .info .title, .infoAtracao .title {
    font-size: 1.9rem;
    line-height: 1.9rem;
  }
  .defaultList {  
    grid-template-columns: repeat(3, 1fr);
  }
  /*.defaultList .item:last-child{ display: none; } */

  .vantagens .item { width: 15%; }
}

@media screen and (min-width: 730px) {

  header .top {
    display: grid;
    grid-template-columns: auto 145px 1fr auto;
    gap: 10px;
  }

  header .top .search{
    max-height: unset;
    max-width: unset;
    grid-row: unset;
    grid-column: unset;
    width: calc(100% - 50px);
    margin-bottom: 20px;
  }
  .navtop {
    grid-column: 1/5;
  }
  .bgEffects .left{
    height: 70%;    
  }
  .bgEffects .right{    
    height: 90%;
  }
}

@media screen and (min-width: 800px) {
  .defaultList {
    grid-template-columns: repeat(4, 1fr);
  }
  .beforeslider h1, .beforeslider .likeh1, .beforeslider .shadowh1 {
    font-size: 1.9em;
  }
  .btnLikeCTA {
    font-size: 1.8rem;
    line-height: 1.5rem;
    padding: 13px 24px;
  }
  .slider .item {
    aspect-ratio: 1/0.5;
  }
  .defaultList .item:last-child{ display: initial; }

  .blockCTA .image2 { display: initial; }
  .blockCTA .image1 { width: 44%; }
  .blockCTA .image2 { width: 38.4%; }
  .statisticas {margin-right: 0;}

  .btnRight,
  .btnLeft{ 
    display: flex; 
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--colorOne);
    z-index: 5;
    left: 0;
    margin-left: 1px;
    box-shadow: 0 3px 0 0 var(--colorOneDark), 0 5px 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .btnRight:hover,
  .btnLeft:hover{
    background-color: var(--colorTwo);
    box-shadow: 0 3px 0 0 var(--colorFour), 0 5px 3px rgba(0, 0, 0, 0.5);
  }
  .btnRight{
    left: unset;
    margin-left: unset;
    right: 0;
    margin-right: 1px0px;
  }
  .btnRight svg,
  .btnLeft svg{
    transform: rotate(90deg);
    margin-top: 1px;
    margin-left: -2px; 
  }
  .btnRight svg{
    margin-left: unset; 
    transform: rotate(270deg);
    margin-right: -2px;    
  }
  .btnRight:hover svg,
  .btnLeft:hover svg{color: var(--colorFour) }
}

@media screen and (min-width: 1000px) {
  .togleMenu{
    display: none;
  }
  header .top {
    display: grid;
    grid-template-columns: 145px 1fr 1fr auto;
    gap: 10px;
  }
  .navtop{
    max-height: unset; 
    max-width: unset;
    grid-row: 1;
    grid-column: 2;
    overflow: unset;
  }
  header .top .search{
    max-height: unset;
    max-width: unset;
    overflow: unset;
    grid-column: 3;
    margin-bottom: 46px;
  }
  header .top .search input[type=search],
  header .top .search input[type=text] {
    padding: 9px 42px 8px 18px;
  }
  .menuTopOne{
    display: list-item;
  }
  .menuTopOne li a{
    color: var(--fontColorInvert);
    position: relative;
  }
  .menuTopOne li a:hover{
    color: var(--fontColor);
  }
  .menuTopOne li a::after{
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--colorTwo);
    right: 0;
    top: calc(50% - 2.5px);
  }
  .menuTopOne li:last-child a::after{
    display: none;
  }
  .menuTopOne li a,
  .menuTopTwo li a{
    background: none;
    box-shadow: none;
    padding: 10px 15px;
    white-space: nowrap;
  }
  .menuTopTwo{
    position: absolute;    
    margin-left: -89px;    
    padding-left: 95px;
    transform: rotate(-1.5deg);    
  }
  .menuTopTwo::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bgBox);
  }
  .menuTopTwo::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 99.4% 0, 100% 100%, 0 89%);
    background-color: var(--colorFour);
    z-index: -1;
    top: 4px;
    left: 5px;
  }
  .menuTopTwo li a{
    padding: 10px 10px;
    position: relative;
    z-index: 3;
  }
  .menuTopTwo li a:hover{ color: var(--colorOne) }
  .menuTopTwo li a::after{
    content: '';
    position: relative;
    height: 10px;
    width: 1px;
    border-left: dotted 1px var(--fontColor);
    right: -10px;
  }
  .menuTopTwo li:last-child a::after{
    display: none;
  }

  .squemaColorsHeader {
    height: 85%;
  }

  .slider .item {
    aspect-ratio: 1/0.4;
  }
  footer{
    padding-top: 27px;
  }
  footer .gridfooter {
    grid-template-columns: 145px 329px 1fr;
  }
  footer .gridfooter p {
    grid-row: 2;
    grid-column: 1/3;
  }
  footer .gridfooter .vantagens {
    grid-row: span 2;
    margin-top: 0px;
    padding-bottom: 0;
  }
  footer a.logo {
    width: 100%;
    margin-right: 20px;
  }
  nav.footer ul,
  .copy,
  footer .gridfooter p {  
    text-align: left;
    color: var(--fontColor)
  }
  nav.footer ul li a {
    padding: 10px 8px;
  }
  .copy{ padding-left: 9px; }
  .squemaColorsFooter .colortwo, 
  .squemaColorsFooter .colorfour {
    height: 100%;
  }
  .squemaColorsFooter .colortwo > div {
    width: 477px;
    height: 100%;
    clip-path: polygon(0 5%, 100% 22%, 95% 100%, 0 100%);
  }
  .squemaColorsFooter .colorfour {
    width: 477px;
  }
  header {
    margin-bottom: 17px;
  }

  ::-webkit-scrollbar{ width: 10px; background-color: transparent; }
  ::-webkit-scrollbar-thumb{ background-color: var(--colorOne); }
}

@media screen and (min-width: 1150px) {
  body{
    font-size:  1rem;
  }
  .defaultList {
    grid-template-columns: repeat(5, 1fr);
  }
  
  header .top {
    grid-template-columns: 178px 1fr auto;
  }
  a.logo img {
    max-width: 198px;
  }
  .navtop {
    margin-top: -20px;
    margin-bottom: 32px;
  }
  .menuTopTwo {  
    margin-top: 20px;
    margin-left: -108px;
    padding-left: 111px;
  }
  .menuTopTwo li a {
    padding: 12px 13px;
  }
  .menuTopTwo li a::after {
    right: -13px;
  } 
  .menuTopTwo::before {
    clip-path: polygon(0 0, 99.4% 0, 100% 95%, 0 89%);
    height: calc(100% + 3px);
  }
  .statisticas{
    display: block;
    text-align: center;
    width: 52%;
  }
  .boxStats {
    display: inline-flex;
    padding: 5px 15px;
  }
  .boxStats:first-child {
    border-right: dotted 1px var(--fontColor);
  }
  .statisticas p {    
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 16px 0 22px 0;    
  }
  .blockCTA {
    width: unset;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 20px;
  }
  .CTAfooter {
    margin-top: 40px;
  }
  .squemaColorsFooter .colortwo > div,
  .squemaColorsFooter .colorfour {
    width: 505px;
  }
  .btnDestakTop a, .btnDestakTop label {
    font-size: 1.1rem;
    padding: 7px 17px 8px 10px;
  }
  .spaceIconsTop {
    margin-bottom: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .squemaColorsHeader .colorfour {
    width: 348px;
  }
  .squemaColorsHeader .colortwo {
    width: 358px;
  }
  .beforeslider {  
    margin-bottom: -18px;
  }
  .beforeslider h1, .beforeslider .likeh1, .beforeslider .shadowh1 {
    font-size: 2.2rem;
  }
  .positionCTA1 {
    margin-top: -38px;
    padding-right: 14px;
  }
  .slider .item .info .categoria, .slider .item .info p, .infoAtracao .likeP {
    width: 40%;
  }
  .slider .item .info, .infoAtracao {
    padding: 30px;
  }
  .bgEffects .left{
    height: 100%;    
  }
  .bgEffects .right{    
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .defaultList {
    gap: 14px;
    row-gap: 24px;
  }
  header .top {
    grid-template-columns: 198px auto 1fr auto;
  }
  header .top .search{
    max-width: 280px;
  }
  .btnDestakTop {
    font-size: 0.75rem;
  }
  .btnDestakTop a, .btnDestakTop label {
    font-size: 1.2rem;
    padding: 9px 29px 10px 19px;
  }
  .squemaColorsHeader .colorfour {
    width: 436px;
  }
  .squemaColorsHeader .colortwo {
    width: 450px;
  }
  .top a.logo{
    top: 10px;
  }
  .menuTopTwo {
    margin-top: 25px;
  }
  footer .gridfooter {    
    align-items: flex-end;
    grid-template-columns: 198px 350px 1fr;
  }
  footer a.logo {
    margin-top: -63px;
  }
  .squemaColorsFooter .colortwo > div, .squemaColorsFooter .colorfour {
    width: 586px;
  }
  footer .gridfooter .vantagens {  
    margin-top: 31px;  
    margin-left: 35px;
  }
  .squemaColorsFooter .colorone {
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);  
  }
  .vantagens .item {
    padding: 3px;
    width: 16%;
  }
}

@media screen and (min-width: 1463px) {

  .center{
    margin-left: auto;
    margin-right: auto;
  }
  .squemaColorsHeader .colorfour {
    width: calc(436px + 50% - 734px);
  }
  .squemaColorsHeader .colortwo {
    width: calc(436px + 50% - 720px);
  }
  .squemaColorsFooter .colortwo > div, .squemaColorsFooter .colorfour {
    width: calc(586px + 50% - 720px);
  }
  .menuTopOne li a, .menuTopTwo li a {
    font-size: 1.1rem;
  }
  .boxStats .num {
    font-size: 3.8rem;
    line-height: 3.8rem;
  }
  .statisticas p {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin: 26px 0 31px 0;
  }
  .statisticas .btnLikeCTA {
    font-size: 1.9rem;
  }
  .btnLikeCTA {
    line-height: 1.5rem;
    padding: 19px 34px;
  }

}


div .error-msg-login {
  font-size: 0.8rem;
  background: #f7b70c;
  color: #000;
  font-weight: 600;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  display: inline-block;
  width: 100%;
}

div .error-msg-login:not(:last-child) {
  margin-bottom: 0.2rem;
}

div .error-msg {
  font-size: 0.8rem;
  background: #f7b70c;
  color: #000;
  font-weight: 600;
  padding: 0.2rem 1rem;
  border-radius: 0.6rem;
  display: inline-block;
}

div .error-msg:not(:last-child) {
  margin-bottom: 0.2rem;
}

.redirect-button {
  font-size: 0.8rem;
  padding: 0.2rem 1rem;
  background-color: #1a89ab;
  border-radius: 0.6rem;
  font-weight: 600;
  color: #fff;
}

div .success-msg {
  font-size: 0.8rem;
  background: #11ab7b;
  color: #fff;
  font-weight: 600;
  padding: 0.2rem 1rem;
  border-radius: 0.6rem;
  display: inline-block;
}

div .success-msg:not(:last-child) {
  margin-bottom: 0.2rem;
}

div .success-msg-login {
  font-size: 0.8rem;
  background: #11ab7b;
  color: #fff;
  font-weight: 600;
  padding: 0.2rem 1rem;
  border-radius: 0.2rem;
  display: inline-block;
  width: 100%;
}

div .success-msg-login:not(:last-child) {
  margin-bottom: 0.2rem;
}
/* Menu Novo */
.menuTopDash {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 5px;
    margin: 10px auto;
    padding: 0 10px;
    width: 90%;
}
.menuTopDash a {
    background: #ec0c63;
	color: #fff;
}
.menuTopDash li {
    white-space: nowrap;
    font-size: 0.9rem;
    line-height: 1rem; 
    text-transform: uppercase;
    width: 100%;
}
.menuTopDash li a{
  display: block;
  text-decoration: none;
  font-weight: 800;
  background: var(--colorTwo);
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
  color: var(--fontColor);
  border: solid 1px #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, background 0.2s;
}
.menuTopDash li a:hover {
    transform: translateY(-2px);
    background: #d60b58;
}
@media screen and (min-width: 1000px) {
.menuTopDash {
	display: none;
}
}
@media screen and (max-width: 600px) {
    .menuTopDash {
        grid-template-columns: repeat(2, auto);
        gap: 10px;
    }
}
/* NOVO CTA */
.exclusive-text {
    font-size: 2em;
    font-weight: bold;
    background-image: linear-gradient(to right, #00D4FF, #FF00CC);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 10px;
    background-size: 200% 100%; /* Permite que o gradiente se mova */
    animation: gradientPositionAnimation 3s ease infinite alternate;
}

@keyframes gradientPositionAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
@media screen and (max-width: 476px) {
    .exclusive-text {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 477px) and (max-width: 600px) {
    .exclusive-text {
        font-size: 2.0em;
    }
}

@media screen and (min-width: 601px) {
    .exclusive-text {
        font-size: 2.5em;
    }
}
/* Categoria com 1 Coluna */
.defaultListOne {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6px;
  row-gap: 18px;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 660px) {
.defaultListOne {  
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 800px) {
  .defaultListOne {
    grid-template-columns: repeat(4, 1fr);
  }
 .defaultListOne .item:last-child{ display: initial;
 }
}
@media screen and (min-width: 1150px) {
  .defaultListOne {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .defaultListOne {
    gap: 14px;
    row-gap: 24px;
  }
]