@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Inter';
    scroll-behavior: smooth;
}

p, a {
    font-size: 14px;
    margin-bottom: 0 !important;
    text-decoration: none !important;
}

.creative-communication a:hover {
    color: #fff;
}

body {
    font-family: 'Inter';
    background-color: #0d0d0d !important;
    color: #fff !important;
    overflow-x: hidden;
}

.container {
    width: 90%;
    margin: 0 auto;
}

header {
    background: url('background-hero.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position-y: 70px;
    min-height: 100vh;
}

.header-reward {
    background: url('background-hero.jpg') no-repeat center center/cover !important;
    background-position-y: 70px !important;
}

nav {
    display: flex !important;
    justify-content: center;
    padding: 40px 0 20px 0;
    height: 70px;
    align-items: center;
    align-items: baseline;
}

nav .logo {
    margin-right: 60px;
}

.showonlyonmobile {
    display: none;
}

nav .menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

nav .menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}

.menutop input {
    display: none;
}

.uppercasetext {
    text-transform: uppercase;  
}

.uppercasetexth3 {
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: 800;
}

nav .menu li a.highlight {
    color: #00BFFF;
    font-weight: 500;
}

.bluelight {
    color: #00BFFF;   
}

.hero {
    text-align: center;
    margin-top: auto;
    height: 100%;
    align-content: space-evenly;
}

.heroinside {
    height: 100%;
    align-content: center;
}

.hero h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 4px;
}

.showonmobile h2 {
    display: none;
}

.hero p {
    font-size: 1.1rem;
    font-weight: 300;
}

.services {
    padding: 70px 0;
    text-align: center;
}

.services .col:hover {
    background: #414141;
}

.services h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
        font-weight: 800;
}

.service-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.services .col {
    background: #242424;
    padding: 20px;
    margin: 20px 10px;
    width: 220px;
    border: 1px solid #5e5e5ea3;
    text-align: left;
    align-content: space-evenly;
}

.services .col h3 {
    font-size: 14px;
}

.service-item {
    width: 200px;
}

.service-item h3 {
    font-size: 1.2rem;
    margin-top: 15px;
}

.service-item a {
    font-size: 0.8rem;
    margin-top: 35px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

.creative-communication {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 70px 0;
}


.communication p, .results p {
    margin: 20px 0;
}

.communication a, .results a {
    display: inline-block;
    padding: 10px 60px;
    background-color: #00BFFF;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
}

.creative-communication .communication, .creative-communication .results {
            width: 500px;
            height: 350px;
            padding: 30px;
            align-content: space-evenly;
            text-align: center;
        }

        .creative-communication .communication {
            background: #1c1c1c;
        }

        .creative-communication .results {
            background: #222222;
        }

        .grid-left {
            padding: 70px 0;
            border-right: 1px solid #5e5e5e;
            border-left: 1px solid #5e5e5e;
        }

        .grid-left span {
            width: 70px;
            height: 350px;
            position: absolute;
            margin-left: -70px;
            border-top: 1px solid #5e5e5e;
            border-bottom: 1px solid #5e5e5e;
        }

        .grid-right {
            padding: 70px 0;
            border-right: 1px solid #5e5e5e;
        }

        .grid-right span {
            width: 70px;
            height: 350px;
            position: absolute;
            margin-left: 500px;
            border-top: 1px solid #5e5e5e;
            border-bottom: 1px solid #5e5e5e;
        }

        .communication, .results {
            border-top: 1px solid #5e5e5e;
            border-bottom: 1px solid #5e5e5e;
        }

.gallery {
    padding: 70px 0;
    text-align: center;
}

.gallery h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.gallery-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(250px, 1fr));
    display: grid;
}

.vertical {
  grid-row: span 1;
  height: 250px;
}

.big {
    grid-column: span 2;
    height: 250px;
}

.gallery-items img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    width: -webkit-fill-available;
}


.project:hover .grid__overlay {  
  opacity: 1;

}

.grid__overlay button:hover {
    cursor: pointer;
}


.grid__overlay {
  background: rgba(0, 191, 255, 0.7);
  height: 100%;
  transform: translateY(-100%);
  opacity: 0;
    display: grid;
  position: relative;
  justify-items: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.grid__overlay button {
  background: none;
  outline: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px 60px;
  border-radius: 12px;
}

.grid__overlay button:hover {
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  color: rgba(0, 191, 255, 1);
}

.loyalty-program, .programa-fidelidade {
    padding: 70px 0;
    text-align: center;
}

.loyalty-program h2, .programa-fidelidade h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.loyalty-program .row, .programa-fidelidade .row {
    text-align: left;
    display: flex;
}

.loyalty-program .col, .programa-fidelidade .col {
    padding: 30px;
}

.loyalty-program .col:nth-child(1) p, .programa-fidelidade .col:nth-child(1) p {
    max-width: 60%;
    margin-left: 30%;
    padding: 15px;
    text-align: justify;
}

.loyalty-div {
    background: #242424;
    padding: 20px;
    margin: 25px 10px;
    max-width: 350px;
    border: 1px solid #5e5e5ea3;
    text-align: left;
    align-content: space-evenly;
    display: flex;
}

.loyalty-div img {
    padding-right: 10px;
}

/* PAGINA PROGRAMA DE FIDELIDADE */
.frase-destaque p {
    font-size: 2.5rem;
    text-align: left !important;
    color: #FFF;
}









.tabcategory {
  width: 600px;
  font-size: 0;
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
}

.tabcategory input {
  display: none;
}
.tabcategory input:checked + label::after {
  background: #00BFFF !important;
  opacity: 1;
}
.tabcategory input#tab1:checked ~ .line {
  left: 0%;
}
.tabcategory input#tab1:checked ~ .content-container #c1 {
  opacity: 1;
}
.tabcategory input#tab2:checked ~ .line {
  left: 25%;
}
.tabcategory input#tab2:checked ~ .content-container #c2 {
  opacity: 1;
}
.tabcategory input#tab3:checked ~ .line {
  left: 50%;
}
.tabcategory input#tab3:checked ~ .content-container #c3 {
  opacity: 1;
}
.tabcategory input#tab4:checked ~ .line {
  left: 75%;
}
.tabcategory input#tab4:checked ~ .content-container #c4 {
  opacity: 1;
}
.tabcategory label {
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-align: left;
    margin-right: 20px;
  color: #fff;
  position: relative;
  transition: 0.25s background ease;
  cursor: pointer;
}

.tabcategory label::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  display: block;
  background: #00BFFF;
  bottom: 0;
  opacity: 0;
  left: 0;
  transition: 0.25s ease;
}
.tabcategory label:hover::after {
  opacity: 1;
}

.tabcategory .line {
  position: absolute;
  height: 2px;
  background: red;
  width: 25%;
  top: 34px;
  left: 0;
  transition: 0.25s ease;
}
.tabcategory .content-container {
  position: relative;
  margin-top: 55px;
  margin-left: 20px;
  font-size: 16px;
}
.tabcategory .content-container .content {
  position: absolute;
  padding: 10px;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: 0.25s ease;
  color: #fff;
}
.tabcategory .content-container .content h3 {
  font-weight: 200;
  margin: 10px 0;
}
.tabcategory .content-container .content p {
  margin: 10px 0;
}
.tabcategory .content-container .content p,
.tabcategory .content-container .content i {
  font-size: 14px;
}

.image-cat img {
    width: 350px;
    border-radius: 30px;
    margin-top: 30px;
}

.inline-div {
    display: flex;
    margin-bottom: 20px;
}

.inline-div p {
    padding: 0 !important;
    margin: 0 !important;
}

.inline-div img {
    margin-right: 10px;
    height: 20px;
    align-items: center;
}

.standardpadrao {
    padding: 7px 30px;
    background-color: #00BFFF;
    border: none;
    color: #fff;
    font-size: 1rem;
    border-radius: 7px;
    cursor: pointer;
}

.standardpadrao:hover, .forminput button:hover, .communication a:hover, .results a:hover {
    color: #fff;
    background: #37cdff;
}
.communication:hover, .results:hover {
background: #292929;
}


.contact .container {
    text-align: center;
}
.contact form {
    margin-bottom: 20px;
}

.contact form div {
    margin-bottom: 0 !important;
}

.contact .row {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    gap: 60px;
}

.forminput {
    width: 500px;
}
.contact {
    background: url('background-form.jpg') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 0;
    background-attachment: fixed;
    background-blend-mode: lighten
}

.contact form input, .contact form textarea {
    padding: 15px 10px 15px 25px;
    margin: 10px 0;
    background-color: #646464;
    border: 1px solid #fff;
    color: #fff !important;
    opacity: 0.47;
    border-radius: 12px;
    width: 100%;
}

.contact form button {
    padding: 7px 30px;
    background-color: #00BFFF;
    border: none;
    color: #fff;
    font-size: 1rem;
    border-radius: 7px;

    cursor: pointer;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

.contact h3 {
    text-align: center;
    padding-bottom: 60px;
}


.contact p {
    text-align: left;
    font-weight: 800;
    font-size: 2em;
}


.col-inline a {
    display: flex;
    color: #fff;
    margin-top: 50px;
    font-size: 0.6rem;
}

.col-inline a:hover {
    color: #fff !important;
    opacity: 0.7 !important;
}

.email2 a {
   margin-top: 20px !important; 
}

.col-inline svg {
    width: 25px;
    fill: #fff;
    margin-right: 10px;
}
        
footer {
    padding: 30px 0;
    text-align: center;
}

.footermenu {
    padding-bottom: 30px;
}

footer ul {
    list-style: none;
}
footer ul li {
    text-decoration: none;
    font-size: 14px;
    
}

footer .container {
    width: fit-content;
}

footer .copy p {
    margin-top: 30px;
    font-size: 0.9rem;
}

footer .copy {
    border-top: 0.5px solid #5e5e5e14;
}

.footerlogo {
    align-content: center;
    margin-right: 30px;
}

.elgatomenu a, .rewardsmenu a {
    color: #fff;
    text-decoration: none;
}

.elgatomenu a:hover, .rewardsmenu a:hover {
    color: #fff;
}

.footermenu {
    gap: 60px;
    text-align: left;
    padding: 30px 0 40px 0;
}

.contactmenu {
    padding-bottom: 30px;
    display: inline-flex !important;
}

.contactmenu svg {
    width: 20px;
    fill: #00bfff;
    margin-right: 8px;
}

.contactmenu div a {
    display: inline-flex;
    align-items: center;
}

.contactmenu div a {
    color: #fff;
}

.contactmenu div a:hover {
    color: #fff;
}

.spanclass {
    display: flex;
    align-items: center;
    margin-left: -20px;
}

.spanclass div {
    padding: 0;
    margin: 0 20px 0 0 !important;
    height: 9px;
}


.spanclass div span:nth-child(2) {
    top: 4px;
}

.spanclass div span:nth-child(3) {
    top: 8px;
}

.spanclass span {
    height: 1px;
    width: 10px;
    background: #00bfff;
    position: absolute;
}


.hideonweb, .hideonweb2 {
    display: none;
}


/* Responsividade do site*/
@media (max-width: 1199px) {
    .loyalty-program .col:nth-child(1) p, .programa-fidelidade .col:nth-child(1) p {
        max-width: 100%;
    }

    .loyalty-program .image-cat {
        padding: 30px;
        text-align: center;
    }

    .image-cat img {
        width: 500px;
    }

    .tabcategory {
        width: max-content;
        margin: 0 auto;
    }

    .tabcategory .content-container {
        height: 130px;
    }
}

@media (max-width: 1165px) {
    .creative-communication {
        display: grid;
    }

    .grid-left, .grid-right {
        padding: 0;
    }

    .communication, .results {
        border-top: 0;
    }

    .grid-left {
        border-top: 1px solid #5e5e5e;
    }

    .grid-right .hideonweb {
        transform: rotate(90deg);
        margin: 0;
        margin-top: -218px;
        margin-left: 215px;
        height: 500px;
        display: block;
    }

    .grid-right span.hideonweb2 {
        margin-left: -70px;
        border-top: 0;
        display: block;
    }

    .grid-left span.hideonweb2 {
        display: block;
        margin-left: 500px;
    }



    .grid-left .hideonweb {
        transform: rotate(90deg);
        margin: 0;
        margin-top: -633px;
        margin-left: 215px;
        height: 500px;
        display: block;
    }

    .grid-left span, .grid-right span {
        height: 351px;
        margin-top: -1px;
    }

    .communication, .results {
        border-left: 1px solid #5e5e5e;
        border-right: 1px solid #5e5e5e;
    }
    .grid-left, .grid-right {
        border-right: 0;
        border-left: 0;
    }
}

@media (max-width: 1045px) {
    .gallery-items {
        grid-template-columns: repeat(3, minmax(250px, 1fr));

    }
}
    
@media (max-width: 991px) {


    .bg {
        display: none;
    }
     .showonlyonmobile {
        display: block;
     }

     .box_e {
        margin: 0 auto;
     }
     

    .loyalty-program .row, .programa-fidelidade .row {
        display: block;
    }

    .showonmobile h2 {
        display: block !important;
    }

    .hero h2 {
        display: none;
    }


    /* MENU SANDWICH */
    .menutop input {
      display: block;
    }

    header .container {
      max-width: 100% !important;
      margin: 0;
      padding: 0;
    }

    nav {
      padding: 0;
      position: fixed;
      width: 100%;
      z-index: 20;
    }

    nav .menu-items {
      display: flex;
      gap: 0;
    }

    nav .menu-items ul li a {
      text-decoration: none;
      color: #0e2431;
      font-weight: 500;
      font-size: 1.2rem;
      padding: 0.7rem;
    }

    nav .menu-items ul li a:hover{
        font-weight: bolder;
    }

    .logo {
      display: none;
    }

    nav .checkbox {
      position: absolute;
      display: block;
      height: 32px;
      width: 32px;
      top: 20px;
      left: 20px;
      z-index: 5;
      opacity: 0;
      cursor: pointer;
    }

    nav .hamburger-lines {
      display: block;
      height: 22px;
      width: 27px;
      position: absolute;
      top: 17px;
      left: 20px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    nav .hamburger-lines .line {
      display: block;
      height: 3px;
      width: 100%;
      border-radius: 10px;
      background: #fff;
    }

    nav .hamburger-lines .line1 {
      transform-origin: 0% 0%;
      transition: transform 0.4s ease-in-out;
    }

    nav .hamburger-lines .line2 {
      transition: transform 0.2s ease-in-out;
    }

    nav .hamburger-lines .line3 {
      transform-origin: 0% 100%;
      transition: transform 0.4s ease-in-out;
    }

    nav .menu-items {
      width: 100%;
      height: 100%;
      transform: translate(-150%);
      display: block;
      transition: transform 0.5s ease-in-out;
      text-align: center;
      background: #0d0d0d !important;
      align-content: space-evenly;
      z-index: 1;
    }

    nav .menu-items li {
      font-size: 1.5rem;
      font-weight: 500;
      list-style: none;
      padding: 7px 0;
    }

    nav input[type="checkbox"]:checked ~ .menu-items {
      transform: translateX(0);
    }

    nav input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
      transform: rotate(45deg);
    }

    nav input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
      transform: rotate(45deg);
    }

    nav input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
      transform: scaleY(0);
    }

    nav input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
      transform: rotate(-45deg);
    }

    nav input[type="checkbox"]:checked ~ .logo{
      display: none;
    }
    /* MENU SANDWICH */

    .loyalty-program .col:nth-child(1) p, .programa-fidelidade .col:nth-child(1) p {
        margin-left: 0%;
        text-align: justify;
    }

    .loyalty-div {
        margin: 25px auto;
    }

    .contact .row {
        display: block;
    }

    .contact p {
        text-align: center;
    }
    
    .formtext  {
        margin-bottom: 40px !important;
    }

    .forminput {
        margin: 0 auto;
    }

    .tabcategory .last {
        margin-right: 0;
    }
}

@media (max-width: 785px) {
    .gallery-items{
        grid-template-columns: repeat(1, minmax(250px, 1fr));
    }

    .vertical {
        grid-row: span 1;
        grid-column: span 2;
    }

    .gallery {
        padding-top: 0 !important;
    }

    .destaquesservices {
        margin-bottom: 90px !important;
    }

}


@media (max-width: 768px) {
    .destaquesservices {
        width: fit-content !important;
    }


    .tab-content #ganhe .row .col:nth-child(2), .tab-content #use .row .col:nth-child(2) {
        margin-top: 30px;
        text-align: center;
    }

    .service-items, .gallery-items {
        flex-direction: column;
    }

    .communication, .results {
        width: 100%;
    }

    .spanclass div {
        width: auto;
    }

    .footerlogo {
        margin-right: 0;
    }

    .footermenu {
        text-align: center;
        gap: 30px;
    }

    .spanclass {
        align-items: center;
        margin: 0 auto;
        width: max-content;
    }

    .contactmenu p {
        display: none;
    }

    .contactmenu div {
        display: contents;
    }

    .contactmenu {
        gap: 10px;
    }

    .hidecategory {
        display: none;
    }

    .loyalty-program .row .col:nth-child(2), .programa-fidelidade .row .col:nth-child(2) {
        padding: 0 30px 30px 30px;
    }    
}

@media (max-width: 700px) {    

    .creative-communication span, .hideonweb2, .hideonweb {
        display: none !important;
    }
}


@media (max-width: 567px) {
    .service-items .row {
        display: block;
    }

    .services .col {
        text-align: center;
    }

    .service-item {
        width: auto !important;
    }


    .forminput, .image-cat img {
        width: 100%;
    }

    .creative-communication .communication, .creative-communication .results {
        width: auto;
    }

    .service-items {
        gap: 0;
    }

    .service01 {
        margin-top: 0 !important;
    }

       .grid-left {
        border-top: 0;
    }

    .creative-communication .communication {
        border-top: 1px solid #5e5e5e;
    }
    
}

    
 
 .destaquesservices {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-bottom: 11px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to left, #5e5e5ea3, rgba(0, 0, 0, 0)) 1 0%;
}

.item {
    text-align: center;
    flex: 1;
    margin-bottom: 20px;
}

.item h3 {
    font-size: 5rem;
    color: #444;
    margin-bottom: 10px;
    font-weight: 900;
}

.item p {
    font-size: 1.2rem;
    color: #ddd;
    line-height: 1.1rem;
    width: fit-content;
    margin-top: -37px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000 !important;
    position: relative;
    font-weight: 600;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .item {
        margin-bottom: 20px;
    }

    .item h3 {
        font-size: 4rem;
    }
}

/* ANIMAÇÕES */
.revealZoom {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-zoom-out {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.reveal-slide-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.visiblee {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}
/* ANIMAÇÕES */


.field {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-inline: auto;
    margin-top: 60px;
    z-index: 3;
    position: relative;
}

.hero a {
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 2.2px;
    font-weight: 200;
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
}

.hero a {
    color: #fff;
    text-decoration: none;
}

.hero a:hover {
    color: #fff;
}

.scroll {
  width: 20px;
  height: 20px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 5px auto;
}

.scroll::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg);
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

.menu-items li ul {
      visibility: hidden;
      opacity: 0;
      display: none;
      text-decoration: none;
      list-style: none;
      transition: 2s fade-in;
    }

    .menu-items li:hover > ul, .menu-items li ul:hover {
      visibility: visible;
      opacity: 1;
      display: block;
      text-align: left;
      padding-top: 10px;
    }

    .menu-items li ul li {
        padding: 5px 0;
    }

    .menu-items li ul li:hover {
      background: #ffffff2e;
      transition: all 0.3s ease;
      padding-left: 10px;
    }

    .menubutton {
        display: inline-block;
        display: inline-block;
        padding: 10px 15px;
        background-color: #00BFFF;
        border-radius: 10px;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        margin-top: -20px;
        border: none;
    }
    

    .counter-container {
        display: block;
        width: 100%;
        text-align: center;
    }

.box_e {
    border: 1px solid #00BFFF;
    padding: 9px;
    border-radius: 37px;
    width: 200px;
    height: 370px;
    display: flex;
    align-items: center;
}

.box_i {
    border: 1px solid #00BFFF;
    padding: 6px;
    border-radius: 31px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}


#counter {
    font-size: 7rem;
    font-weight: 900;
    color: white;
}

.counter-container span {
font-size: 9rem;
    font-weight: 900;
    color: white;
}

.counter-container p {
    text-align: center;
    margin: -40px 0 0 0;
    font-size: 1rem;
    padding: 0;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 800;
}

.beneficioselgato {
    display: block !important;
}

.beneficioselgato .col h3 {
    font-size: 1rem;
    font-weight: 700;
}

#comofunciona h2  {
  text-align:center;
  padding-bottom: 45px;
  font-size: 2.5rem;
  margin: 0 !important;
  margin-block: 30px;
  text-transform: uppercase;
  font-weight: 800;
}

#comofunciona {
    padding: 70px 0;
}

.comofunciona  h3{
    font-size: 3rem;
    line-height: 1.16;
    font-weight: 600;
}
        


/* SLIDER */
.sliderproduct {
    background: #242424;
    padding: 20px 0;
}

.slide {
    text-align: center;
}

.slide .titulo {
    padding-top: 7px;
    font-weight: 600;
    font-size: 1.1rem;
}

.slide .descricao {
    font-weight: normal;
    font-size: 0.8rem;
}

.sliderproduct h2  {
  text-align:center;
  padding-bottom: 20px;
  font-size: 2.5rem;
  margin: 0 !important;
  margin-block: 30px;
  text-transform: uppercase;
  font-weight: 800;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* LOGIN - REGISTER */
.login-register {
    background: url(background-hero.jpg) no-repeat center center / cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.logo-login {
    padding-bottom: 30px;
}

.login-area {
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    width: fit-content;
}

.center-screen form {
    text-align: left;
}

.menubutton-login {
    display: inline-block;
    padding: 10px 23px;
    background-color: #00BFFF;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-top: -20px;
    border: none;
    margin-top: 10px;
}

.login-area form input {
    padding: 15px 10px 15px 25px;
    margin: 10px 0;
    background-color: #f4f8fe;
    border: 1px solid #fff;
    color: #fff !important;
    opacity: 0.47;
    border-radius: 12px;
    width: 100%;
    border: 1px solid #939393;
}

.login-area form input::placeholder {
  color: #999999 !important;
}

.login-area .form-group {
    margin-bottom: 0 !important;
}

.center-screen {
    width: 100%;
    height: 100%;
    align-content: center;
    text-align: -webkit-center;
}

.center-screen h1 {
    width: fit-content;
    color: #333;
}

.center-screen p,  .center-screen span {
    color: #333;
    margin-top: 10px;
}