@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@300;400;500;700&display=swap");
html {
  margin: 0 !important; }

body {
  font-family: 'Encode Sans Expanded', sans-serif !important; }

main {
  padding-top: 150px; }

@media screen and (max-width: 767px) {
  main {
    padding-top: 100px; }

  img {
    max-width: 100%; }

  br {
    display: none; } }
header {
  background-color: #222221;
  position: fixed;
  width: 100%;
  z-index: 1000;
  padding: 20px 0; }
  @media screen and (max-width: 767px) {
    header img {
      max-width: 150px; } }

/* logo ai ana */
.logo-ai {
	height: 54px;
    position: relative;
    bottom: 17px;
    left: 47px;
}
@media screen and (max-width: 1024px) {
	.logo-ai {
		bottom: 89px;
    	left: 255px;
}}
@media screen and (max-width: 912px) {
	.logo-ai {
		height: 6vh;
    	position: relative;
    	right: -18px;
    	bottom: 13px
}}
@media screen and (max-width: 768px) {
	.logo-ai {
		height: 6vh;
    	position: relative;
    	right: 8px;
    	bottom: 17px
}}
@media screen and (max-width: 767px) {
	.logo-ai {
		height: 6vh;
    	position: relative;
    	right: 11px;
    	bottom: 12px
}}
/* logo ai ana */
section.banner {
  background-image: url(../img/bg_banner.jpg);
  background-position: center;
  background-size: cover;
  height: 540px;
  padding: 170px 0 50px;
  color: #fff; }
  section.banner h1 {
    font-weight: 300;
    margin-bottom: 35px;
    font-size: 45px; }
  section.banner p {
    padding-right: 15%; }
  @media screen and (max-width: 767px) {
    section.banner {
      height: auto;
      padding: 50px 0 50px; } }

section.ajudar {
  background-color: #222221;
  padding: 70px 0; }
  section.ajudar h2 {
    color: #3aa094;
    font-size: 45px;
    font-weight: 300; }
  section.ajudar .box-ajudar {
    background: linear-gradient(0deg, #009edb, #65b22e);
    padding: 30px;
    color: #fff;
    height: 100%; }
    section.ajudar .box-ajudar img {
      margin: 0 auto;
      display: block; }
    section.ajudar .box-ajudar h3 {
      font-size: 20px;
      font-weight: 400;
      position: relative;
      padding-top: 20px;
      margin-top: 30px; }
      section.ajudar .box-ajudar h3:before {
        content: '';
        position: absolute;
        border-top: solid 3px #fff;
        border-radius: 10px;
        top: 0;
        left: 0;
        width: 50px; }
    section.ajudar .box-ajudar h4 {
      font-size: 15px; }
  @media screen and (max-width: 767px) {
    section.ajudar {
      padding: 50px 0; }
      section.ajudar .col-md-3.pl-md-1.pr-md-1 {
        margin-bottom: 15px; } }

section.quem-somos {
  background-color: #333333;
  padding: 70px 0;
  color: #fff; }
  section.quem-somos h2 {
    color: #3aa094;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 40px;
    position: relative; }
    section.quem-somos h2:before {
      content: '';
      background-image: url(../img/quadrado.png);
      background-size: cover;
      background-position: center;
      width: 73px;
      height: 63px;
      position: absolute;
      left: -100px;
      top: 10px; }
  section.quem-somos h3 {
    font-size: 20px;
    margin-bottom: 20px; }
  section.quem-somos h4 {
    color: #3aa094;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 35px;
    margin-top: 25px; }
  section.quem-somos button.btn.btn-entre-contato {
    background: linear-gradient(-50deg, #009edb, #65b22e);
    color: #fff;
    padding: 10px 35px;
    font-weight: 700;
    border: none;
    border-radius: 0px;
    font-size: 18px;
    transition: all 1s; }
    section.quem-somos button.btn.btn-entre-contato:hover {
      background: linear-gradient(-50deg, #65b22e, #009edb); }
  @media screen and (max-width: 767px) {
    section.quem-somos {
      padding: 35px 0 50px; } }

.section-border {
  border: 20px solid #222221 !important; }

section.elaine {
  background-image: url(../img/bg_sobre.jpg);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  color: #fff; }
  section.elaine h2#h2-elaine {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    font-weight: 300; }
  section.elaine p {
    font-size: 15px; }
  @media screen and (max-width: 767px) {
    section.elaine {
      padding: 35px 0; }
      section.elaine h2#h2-elaine {
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
        margin-bottom: 20px; }
      section.elaine p {
        padding: 0 0px; } }

section.cursos {
  background-color: #222221;
  padding: 120px 0; }
  section.cursos h2 {
    color: #3aa094;
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 80px; }
  section.cursos img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px; }
  section.cursos p {
    color: #fff;
    text-align: center; }
  @media screen and (max-width: 767px) {
    section.cursos {
      padding: 60px 0; }
      section.cursos h2 {
        margin-bottom: 10px; }
      section.cursos img {
        margin: 45px auto 15px; } }

section.impacto {
  background-color: #edf1f5;
  padding: 80px;
  position: relative; }
  section.impacto .bg-impacto {
    background-image: url(../img/pontilhado.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: unset;
    height: 221px;
    width: 256px;
    position: absolute;
    top: 90px;
    left: 5px; }
  section.impacto h2 {
    color: #3aa094;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 40px; }
  section.impacto ul {
    color: #222221;
    padding: 0 30px;
    list-style-type: none;
    font-weight: 500; }
    section.impacto ul li {
      margin-bottom: 20px; }
      section.impacto ul li:before {
        content: "\2022";
        color: #3aa094;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
  @media screen and (max-width: 767px) {
    section.impacto {
      padding: 30px 0px; }
      section.impacto .bg-impacto {
        display: none; } }

/* section.parceiros {
  padding: 50px 0; }
  section.parceiros h2 {
    color: #3aa094;
    font-weight: 300;
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px; }
  section.parceiros ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    section.parceiros ul li {
      list-style: none;
      display: flex;
      max-width: calc(100% / 5);
      flex: 0 0 calc(100% / 5);
      height: 100px;
      align-items: center;
      justify-content: center; }
      section.parceiros ul li img {
        height: 60px;
        object-fit: contain; }
  @media screen and (max-width: 767px) {
    section.parceiros ul li {
      max-width: calc(100% / 2);
      flex: 0 0 calc(100% / 2); } }
 */
section.parceiros {
  padding: 50px 0;
}
section.parceiros h2 {
  color: #3aa094;
  font-weight: 300;
  font-size: 45px;
  text-align: center;
  margin-bottom: 50px;
}
section.parceiros ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.parceiros ul li {
  list-style: none;
  display: flex;
  max-width: 20%;
  flex: 0 0 20%;
  height: 100px;
  align-items: center;
  justify-content: center;
}
section.parceiros ul li img {
  height: 60px;
  object-fit: contain;
}
section.parceiros .divbtn-KeZ {
  display: flex;
  justify-content: end;
  /* margin-left: 321px; */
  width: 590px;
}
section.parceiros .btn-KeZ {
  height: 40px;
  border: none;
  background: linear-gradient(50deg, #231f20, #3aa094);
  color: #fff;
  transition: all 1s;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 20px;
  cursor: pointer;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px 0px #0006;
}
section.parceiros .btn-KeZ:focus {
  outline-style: none;
}
section.parceiros #escopo-mdl {
  max-width: 845px;
}
section.parceiros #mb-mdl {
  font-size: 13px;
  padding: 17px 44px;
}
@media screen and (max-width: 920px) {
  section.parceiros .divbtn-KeZ {
    justify-content: center;
    width: 690px;
  }
}
@media screen and (max-width: 767px) {
  section.parceiros ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 414px) {
  section.parceiros .divbtn-KeZ {
    justify-content: center;
    width: 345px;
  }
}
footer {
  background-color: #edf1f5;
  padding: 80px 0;
  position: relative; }
  footer .bg-footer {
    background-image: url(../img/pontilhado.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: unset;
    height: 221px;
    width: 142px;
    position: absolute;
    top: 80px;
    left: 5px; }
  footer .link-contatos {
    float: right; }
    footer .link-contatos a {
      color: #222221;
      display: block;
      position: relative;
      padding-left: 20px; }
      footer .link-contatos a:before {
        content: '';
        width: 10px;
        height: 10px;
        background: linear-gradient(45deg, #009edb, #65b22e);
        position: absolute;
        left: 0;
        top: 8px; }
  footer p {
    margin-top: 20px;
    font-weight: 500;
    color: #222221; }
  footer ul {
    padding-left: 0px;
    display: flex;
    list-style-type: none;
    justify-content: center; }
    footer ul li:not(:last-child) {
      margin-right: 34px; }
    footer ul li a {
      color: #222221;
      font-weight: 500; }
  @media screen and (max-width: 767px) {
    footer {
      padding: 45px 0; }
      footer p {
        margin-top: 35px;
        margin-bottom: 25px; }
      footer .bg-footer {
        height: 225px;
        width: 190px;
        position: absolute;
        top: 10px;
        left: 10px; }
      footer .link-contatos {
        float: none;
        justify-content: start; }
      footer ul {
        display: grid;
        justify-content: start; }
      footer .mt-5, footer .my-5 {
        margin-top: 1rem !important; } }

.pos-footer {
  background: linear-gradient(45deg, #009edb, #65b22e);
  padding: 10px 0; }
  .pos-footer p {
    color: #fff;
    margin-bottom: 0px;
    text-align: center;
    font-size: 15px; }
  @media screen and (max-width: 767px) {
    .pos-footer {
      padding: 10px 25px; } }

/*# sourceMappingURL=styles.css.map */
