* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: bolder;
  font-style: italic;
}

#titulo-sobre,
#titulo-servicos,
#titulo-equipe,
#titulo-planos {
  font-family: "Anton", sans-serif;
  font-style: italic;
  letter-spacing: 1px;

}

.links-navbar a {
  font-family: "Anton", sans-serif;
  border-radius: 4px;
  padding: 8px 10px;
  transition: 0.3s ease-in-out;
}

.links-navbar a:hover {
  cursor: pointer;
  background-color: #0d6efd;
  color: white;

}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  overflow-x: hidden;
  background-color: #F5F5F5;
}

.bg-dark-custom {
  background-color: #151515;
}

#inicio {
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: url("../images/main-banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

}

section#inicio h1 {
  color: #0d6efd;
  font-family: "Anton", sans-serif;
  font-size: clamp(4rem, 12vw, 11rem);
  font-style: italic;
  font-weight: bolder;

}

section#inicio p {
  /* font-family: "Poppins", sans-serif; */
  font-style: italic;
  font-weight: bold;
  /* font-size: 12em; */
}

section#inicio a, .descricao-modalidades {
  font-family: "Poppins", sans-serif;

}

.descricao-modalidades {
  font-size: 0.92em;
}

.titulo-line {
  display: flex;
  width: 50px;
  height: 8px;
  border-radius: 5px;
  background-color: #0d6efd;
  margin-bottom: 12px;
}

section#planos {
  background-image: url("../images/banner-planos.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  position: relative;
}

/*===== FOOTER ONE =====*/
.footer-one {
  background-color: var(--light-2);
}

.footer-one .footer-logo {
  margin-top: 30px;
}

.footer-one .footer-widget {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-one .footer-widget {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .footer-one .footer-widget {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.footer-one .footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--black);
  position: relative;
}

.footer-one .footer-app-store {
  padding-top: 22px;
}

.footer-one .footer-app-store .download-title {
  font-size: 15px;
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  color: var(--dark-1);
}

.footer-one .footer-app-store li {
  display: inline-block;
  margin-right: 8px;
}

.footer-one .footer-app-store li img {
  max-width: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-one .footer-app-store li {
    margin-right: 6px;
  }
}

.footer-one .footer-app-store li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .footer-one .footer-app-store li {
    width: 120px;
    display: block;
    margin-bottom: 10px;
  }

  .footer-one .footer-app-store li:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-one .footer-app-store li {
    width: auto;
  }
}

.footer-one .footer-app-store li a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.footer-one .footer-app-store li a:hover {
  box-shadow: var(--shadow-4);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.footer-one .f-about {
  margin-top: 30;
}

.footer-one .f-about .text {
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
  .footer-one .f-about {
    padding-right: 200px;
  }
}

.footer-one .footer-link {
  margin-top: 30px;
}

.footer-one .footer-link ul {
  margin-top: 8px;
}

.footer-one .footer-link ul a {
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-3);
  margin-top: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .footer-one .footer-link ul a {
    margin-top: 12px;
  }
}

.footer-one .footer-link ul a:hover {
  color: var(--primary);
}

.footer-one .footer-contact {
  margin-top: 30px;
}

.footer-one .footer-contact ul {
  margin-top: 24px;
}

.footer-one .footer-contact ul li {
  display: block;
  margin-top: 15px;
  position: relative;
  padding-left: 24px;
  color: var(--dark-3);
}

.footer-one .footer-contact ul li:first-child {
  margin: 0;
}

.footer-one .footer-contact ul li i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 4px;
}

.footer-one .footer-copyright {
  border-top: 1px solid var(--gray-4);
}

.footer-one .copyright {
  padding-bottom: 23px;
  padding-top: 13px;
}

.footer-one .copyright .text {
  color: var(--dark-3);
  margin-top: 10px;
}

.footer-one .social {
  margin-top: 10px;
}

.footer-one .social li {
  display: inline-block;
  margin-right: 15px;
}

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

.footer-one .social li a {
  font-size: 18px;
  color: var(--dark-3);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer-one .social li a:hover {
  color: var(--primary);
}