* {
  margin: 0;
  padding: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  transition: 0.5s;
  background-color: #fff;
  color: #333;
}

a {
  text-decoration: none;
  color: black;
}

header *,
.beneficio {
  transition: ease-in 0.5s;
}

nav ul li a.active {
  pointer-events: none;
  color: gray !important;
}


.container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.25rem;
  margin: auto;
  text-align: center;
}



p {
  line-height: 1.6;
  transition: ease-in 0.1s;
}

.header {
  box-shadow: 0.0625rem 0.0625rem 0.25rem 0 rgba(0, 0, 0, .1);
  background-color: #1e1e1e;
  padding: 1.25rem 0rem;
  display: flex;
  align-items: center;
}

header.header ul.nav {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.header div {
  width: 100%;
}

.header div ul {
  margin-right: 10%;
}

.header li a {
  text-decoration: none;
  color: #fff;
  padding: 0 0.625rem;
  float: right;
  animation-name: fade-in;
  animation-duration: var(--animation-duration-1);
  animation-fill-mode: both;
  animation-delay: var(--animation-delay-05);
}

.header li a:hover {
  background-color: #02a1ee;
  color: #3d3c3c;
}


.header .nav {
  max-height: 0;
  transition: max-height .2s ease-out;
}

.header .mobile-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 0.625rem 1.25rem 1.25rem 1.25rem;
  position: relative;
  user-select: none;
}

.header .mobile-icon .hamburguer,
.header .mobile-icon .hamburguerExpand {
  background: #fff;
  display: block;
  height: 0.125rem;
  position: relative;
  transition: background .2s ease-out;
  width: 1.125rem;
}

.header .mobile-icon .hamburguer:before,
.header .mobile-icon * .hamburguer2:before,
.header .mobile-icon .hamburguer:after,
.header .mobile-icon .hamburguerExpand:before {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .mobile-icon .hamburguer:before,
.header .mobile-icon * .hamburguer2:before,
.header .mobile-icon .hamburguerExpand:before {
  top: 0.3125rem;
}

.header .mobile-icon .hamburguer:after {
  top: -0.3125rem;
}

.header .mobile-btn {
  display: none;
}

.header .mobile-btn:checked~.nav {
  max-height: 15rem;
}

.agrinho-info h1 span.span {
  font-size: 2.1875rem;

}

.agrinho-info h1:hover {
  transform: scale(1.01);
}

.agrinho-info p:hover {
  transform: scale(1.01);
}


.agrinho-info h1 {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.625rem;
  color: rgb(180, 180, 180);
  max-width: 37.5rem;
  transition: all 1s;
}

div.agrinho-info {
  width: 50%;
  padding-right: 0.3125rem;
  border-right: 0.0625rem solid white;
  transition: all 1s;
}

div.agrinho-info * {
  transition: all 1s !important;
}

.agrinho-info p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  max-width: 37.5rem;
  color: #fff;
  transition: all 1s;
  padding: 0.625rem auto;
}


.agrinho-info * {
  cursor: default;
}

.last {
  z-index: 9;
}

@media (max-width: 35.625rem) {
  div.agrinho-info {
    display: none !important;
    height: 0rem;
    width: 0rem;
  }

  div.agrinho-info * {
    display: none !important;
  }
}

@keyframes dowText2 {
  0% {
    opacity: 0;

  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 56.2188rem) {
  div.agrinho-info {
    display: block;
    position: absolute;
    top: 8.125rem;
    border-right: 0.0625rem solid white;
    animation: dowText2 0.2s forwards;
  }




  .last {
    margin-bottom: 4.375rem;
  }
}

@media (min-width: 56.2188rem) {
  body.dark-mode header.header div.content div.agrinho-info {
    position: static;
  }
}

.header .mobile-btn:checked~div.agrinho-info {
  display: block;
  position: absolute;
  top: 8.125rem;
  border-right: 0.0625rem solid white;
  animation: upText 0.2s both;
}



@keyframes upText {
  0% {
    opacity: 0;
    top: 3.125rem;
  }


  100% {
    opacity: 1;
    top: 8.125rem;
  }
}


.header .mobile-btn:checked~.mobile-icon .hamburguerExpand {
  transform: translateY(0.3125rem) rotate(45deg);
}

.header .mobile-btn:checked~.mobile-icon .hamburguerExpand:before {
  transform: translateY(-0.3125rem) rotate(90deg);
}



.header .mobile-btn:checked~.mobile-icon .hamburguer {
  background: transparent;
}

.header .mobile-btn:checked~.mobile-icon .hamburguer:before {
  transform: translateX(-2.4375rem) translateY(8.375rem);
  width: 3.125rem;
  pointer-events: none;
}

.header .mobile-btn:checked~.mobile-icon * .hamburguer2:before {
  transform: translateX(-0.5rem) translateY(5.3125rem);
  width: 1.5625rem;
  pointer-events: none;
}

.header .mobile-btn:checked~.mobile-icon .hamburguer:after {
  transform: translateX(-3.75rem) translateY(11.4375rem);
  width: 4.25rem;
  pointer-events: none;
}

.header .mobile-btn:checked~.mobile-icon:not(.steps) .hamburguer:before,
.header .mobile-btn:checked~.mobile-icon:not(.steps) * .hamburguer2:before,
.header .mobile-btn:checked~.mobile-icon:not(.steps) .hamburguer:after {
  top: 0;
}

@media (min-width: 56.25rem) {

  .header li a {
    padding: 0.9375rem 1.875rem;
    margin-top: 0.625rem;
    border-radius: 0.375rem;

  }



  div.content div div.main h1 {
    color: white;
  }

  .header ul li a.active {
    pointer-events: none;
    color: gray;
  }


  .header .nav {
    float: right;
    max-height: none;
  }

  .header .mobile-icon {
    display: none;
  }

}


.header .logo {
  font-size: 1.5rem;
  font-weight: bold;
  width: 3.75rem;
  height: 3.75rem;
  text-decoration: none;
  color: #fff;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  pointer-events: none;
}



.header li {
  margin-left: 1.25rem;
}


.main h1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  pointer-events: none;
}

div.main {
  position: relative;
  margin: auto;
  height: 3.75rem;
  width: 6.25rem;
  color: #fff;
  background: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1875rem;
  transition: ease-in 0.5s;

}

.main::before,
.main::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.1875rem);
  height: calc(100% + 0.1875rem);
  background: linear-gradient(45deg, transparent, blue, green, black, white, red, pink, orange, transparent);
  background-size: 300%;
  border-radius: 0.25rem;
  opacity: 0;
  animation: borderAnimation 8s linear alternate infinite;
  transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out;
}


.main:hover::before,
.main:hover::after {
  opacity: 1;
  background-color: rgba(45deg, transparent, blue, green, black, white, red, pink, orange, 1);
}

@keyframes borderAnimation {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 300%;
  }
}

.main::after {
  filter: blur(0.625rem);
}

.main:hover::before,
.main:hover::after {
  opacity: 1;
}


.footer {
  background-color: #292929;
  color: #ffffff;
  padding: 1.875rem 0;
}

.footer-content {
  margin: 0rem 0.625rem;
  background-color: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-content>* {
  margin: 0.625rem;
}



.footer-logo img {
  margin: 0.625rem 0rem;
  width: 3.125rem;
  height: 3.125rem;

}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0;
  color: #ffffff;
}

.footer-info {
  font-size: 0.875rem;
  color: #ffffff;
}

.footer-info p {
  margin: 0.3125rem 0;
}

.footer-info a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-info a:hover {
  color: #02a1ee;
}



.footer-menu {
  list-style: none;
  padding: 0;
  display: flex;
}

.footer-menu li {
  margin-right: 0.9375rem;
}

.footer-menu li:last-child {
  margin-right: 0;
}

.footer-menu a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu a:hover {
  color: #02a1ee;
}

.header ul.nav li a {
  margin-left: auto;
  display: inline-block;
  padding: 0.9375rem;
}

#modo-escuro:checked~body {
  background-color: #333;
  color: #fff;
}

.switch-container {
  position: fixed;
  top: 0.625rem;
  right: 0.625rem;
}

.switch-checkbox {
  display: none;
}

.switch-label {
  display: inline-block;
  width: 3.75rem;
  height: 2.125rem;
  background-color: #ccc;
  border-radius: 1.0625rem;
  position: relative;
  cursor: pointer;
}

.switch-label::before {
  content: '';
  position: absolute;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.switch-checkbox:checked+.switch-label {
  background-color: #2ecc71;
}

.switch-checkbox:checked+.switch-label::before {
  transform: translateX(1.625rem);
}

::-webkit-scrollbar {
  width: 0.8125rem;
}

::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.404);
}

::-webkit-scrollbar-thumb {
  background-color: #888888;
  border-radius: 0.3125rem;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
}

body {
  scrollbar-width: thin;
  scrollbar-color: #888888 #dfdfdf;
}

body::-moz-scrollbar {
  width: 0.8125rem;
}

body::-moz-scrollbar-track {
  background-color: #dfdfdf;
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.404);
}

body::-moz-scrollbar-thumb {
  background-color: #888888;
  border-radius: 0.3125rem;
}

body::-moz-scrollbar-thumb:hover {
  background-color: #555555;
}

body::-webkit-scrollbar {
  width: 0.8125rem;
}

body::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border-left: 0.0625rem solid rgba(0, 0, 0, 0.404);
}

body::-webkit-scrollbar-thumb {
  background-color: #888888;
  border-radius: 0.3125rem;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  visibility: hidden;
  display: none;
}



.check {
  position: absolute;
  top: 8.8rem;
  left: calc(100% - 6.25rem);
  width: 3.75rem;
  height: 1.875rem;
  cursor: pointer;
  border-radius: 1.25rem;
  background-color: #181818;
  border: 0.0625rem solid rgb(117, 117, 117);
  z-index: 1;
  overflow: hidden;
  transition: ease-in 0.5s;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.6);
}

input[type="checkbox"]:checked~.check {
  background-color: #ddd;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.6);
}

input[type="checkbox"]:checked~.card {
  background: #181818;
}

#warning-message {
  display: none;
  z-index: -999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}


.face {
  width: 6.25rem;
  height: 6.25rem;
  border: 0.125rem solid #000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.eyes {
  display: flex;
}

.eye {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #000;
  border-radius: 50%;
  margin: 0.3125rem;
}

.mouth {
  width: 2.5rem;
  height: 0.625rem;
  background-color: #000;
  border-radius: 50%;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
  margin-top: 0.625rem;
}

@media (max-width: 12.5rem) {
  #warning-message {
    display: flex;
    z-index: 999;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  #warning-message * h1 {
    text-align: center;
    font-size: 15vw;
    color: black !important;
  }

  body {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden !important;
  }
}

@media (max-width: 6.875rem) {

  #warning-message * h1 {
    text-align: center;
    font-size: 50vw;
    color: black !important;
  }

  @-moz-document url-prefix() {
    #warning-message * h1 {
      text-align: center;
      font-size: 15vw;
      color: black !important;
    }

    .face {
      width: 2.9rem;
      height: 2.9rem;
    }

    .eye {
      width: 0.85rem;
      height: 0.85rem;
      margin: 0.1rem;
    }

    .mouth {
      width: 1.7rem;
      height: 0.425rem;
      margin-top: 0.2125rem;
    }
  }

}

.check::before {
  content: '';
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  background: #ddd;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transition: 0.5s;
}

input[type="checkbox"]:checked~.check::before {
  transform: translateX(-3.125rem);
}

.check::after {
  content: '';
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  background: #181818;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  transition: 0.5s;
  transform: translateX(-3.125rem)
}

input[type="checkbox"]:checked~.check::after {
  transform: translateX(0rem);
}

input[type="checkbox"]:checked~main section {
  transition: 0.5s;
  background-color: #181818;
  color: white;
}

input[type="checkbox"]:checked~* .card,
input[type="checkbox"]:checked~* .card * {
  transition: 0.5s;
  background-color: #2c2c2c;
  color: white;
}

input[type="checkbox"]:checked~* .card * h4,
input[type="checkbox"]:checked~* .title-line *,
input[type="checkbox"]:checked~* h1,
input[type="checkbox"]:checked~* h2,
input[type="checkbox"]:checked~* h3 {
  color: rgb(180, 180, 180);

}

* {
  transition: 0.08s;
}

input[type="checkbox"]:checked~* .dark-mode {
  transition: 0.5s;
}

input[type="checkbox"]:checked~* .title-line::before,
input[type="checkbox"]:checked~* .title-line::after {
  background-color: white;
}

input[type="checkbox"]:checked~* .carrosel {
  transition: 0.5s;
  background-color: #181818;
}

input[type="checkbox"]:checked~* a {
  transition: 0.5s;
  color: white;
}


input[type="checkbox"]:checked~* .modal_item {
  transition: 0.5s;
  background-color: rgb(61, 61, 61);
  color: white;
}