@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  color: #20272c;
  background: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  position: absolute !important;
}
::-webkit-scrollbar-track {
  background: #cfdde8;
}
::-webkit-scrollbar-thumb {
  background: #000;
}

ul {
  list-style: none;
}
*:focus {
  outline: 0 !important;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none !important;
  color: #0982fc;
  font-size: 16px;
  font-weight: 500;
}
input,
a,
.animate,
.btn,
.animated,
.btn-one,
.border-animation-primary:before,
.border-animation-primary:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
p {
  font-size: 16px;
  line-height: 28px;
}

button:focus {
  outline: none;
}
.btn {
  background: transparent linear-gradient(180deg, #00b7b7 0%, #049696 100%) 0%
    0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}
.btn:hover {
  background: transparent linear-gradient(180deg, #06c2c2 0%, #028383 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}

.title {
  position: relative;
  color: #333;
  font-size: 60px;
  font-weight: bold;
}
header {
  width: 100%;
  position: absolute;
  top: 0;
  background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff00 100%) 0%
    0% no-repeat padding-box;
}
header nav {
  padding: 20px 0 !important;
}
header nav ul li .nav-link {
  font-size: 18px;
  line-height: 28px;
  color: #20272c;
  font-weight: 500;
}
.navbar-collapse {
  width: auto;
}
.navbar-toggler img {
  width: 32px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 22px -6px #fff;
}

h1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 56px;
}
h1 span {
  color: #06c2c2;
}
main {
  margin-top: 100px;
}

.section-top h2 {
  font-size: 32px;
  line-height: 28px;
  margin: 30px 0 16px;
}
.section-top span {
  color: #06c2c2;
}
.section-top .register {
  font-size: 16px;
  text-decoration: underline !important;
}

.section-top:after {
  content: "";
  width: 100%;
  height: 138vh;
  background: url({%static"core/img/fundo.svg"%}) no-repeat;
  /* background: url(../images/fundo.svg) no-repeat; */
  background-size: cover;
  background-position: -230px 0;
  position: absolute;
  top: 33%;
  left: 0;
  z-index: -1;
}
.section-numbers .box {
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  width: 400px;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
}
.section-numbers .box > span {
  font-size: 64px;
  line-height: 56px;
  color: #06c2c2;
  font-weight: 200;
}
.section-numbers .box p {
  font-size: 20px;
  line-height: 28px;
  color: #20272c;
  font-weight: 500;
}
.section-numbers .box p span {
  color: #06c2c2;
}
.section-numbers .col-md-6:last-child {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-more-infos h2 {
  font-size: 42px;
  font-weight: bold;
}
.section-more-infos h2 span {
  color: #06c2c2;
}
.section-more-infos h3 {
  font-size: 18px;
  font-weight: bold;
}

.section-login:after {
  content: "";
  width: 100%;
  height: 78%;
  /* background: url(../images/fundo.svg) no-repeat; */
  background: url({%static"core/img/fundo.svg"%}) no-repeat;
  background-size: auto;
  background-position: -130px 1px;
  position: absolute;
  top: 254px;
  left: 0px;
  z-index: -1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.section-login h1 {
  font-size: 36px;
  line-height: 46px;
}
.section-login img {
  max-width: 300px;
}
.section-login .form {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 30px 20px 20px;
}
.section-login .form p {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.section-login .form a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline !important;
}
.section-login .form a:first-child {
  color: #848484;
}

/*=============================================================*/
footer .top {
  background: #353b3a;
}
footer .top p {
  color: #fff;
}
.social a {
  border-radius: 100%;
  background: #fff;
  width: 32px;
  height: 32px;
  padding: 4px;
}
footer .top a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: normal;
  flex-wrap: wrap;
}

footer .bottom {
  background: #222625;
}
footer .bottom p {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
footer .bottom img {
  width: 80px;
}
footer p {
  color: #ffffff7d;
}

@media (max-width: 990px) {
  #navbarResponsives ul {
    display: block !important;
    background: transparent linear-gradient(180deg, #00b7b7 0%, #049696 100%) 0%
      0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
  }
  #navbarResponsives ul li a {
    color: #fff;
    text-align: center;
  }
  #navbar-toggler {
    border: 0;
  }
  #navbar-toggler span {
    background: #000;
    display: block;
    width: 20px;
    height: 4px;
    border: 0;
    margin-bottom: 3px;
  }
}
@media (max-width: 768px) {
  .section-numbers .box {
    width: 100%;
  }
  footer .top a {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .top a svg {
    margin-bottom: 10px;
  }
  .section-top:after {
    background: url({%static"core/img/fundo-mobile.svg"%}) no-repeat;
    /* background: url(../images/fundo-mobile.svg) no-repeat; */
    height: 1780px;
    background-size: 101%;
    background-position: 0;
    background-size: cover;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .section-login:after {
    background: url({%static"core/img/fundo-mobile.svg"%}) no-repeat;
    /* background: url(../images/fundo-mobile.svg) no-repeat; */
    height: 100%;
    background-position: 0 0;
    background-size: cover;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .section-login h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .section-login p {
    font-size: 18px;
    line-height: 28px;
  }
  .section-login .form {
    box-shadow:
      311px 0px 0 48px #e5f8f6,
      -221px 0px 0 48px #e5f8f6;
  }
  .section-top h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .section-top img {
    width: 222px;
  }
  .section-more-infos img {
    width: 260px;
  }
  br {
    display: none;
  }
}
