@font-face {
    font-family: "Knockout-Regular";
    src: url(../fontes/Knockout-Regular.ttf);
}

.container-nossa-escola{
    background: url("../../images/imagem-pesquisa.jpg") no-repeat top center #dcfc35;
    padding: 50px 0 70px;
}

.container-nossa-escola .titulo{
    font-size: 8rem;
    font-family: "Knockout-Regular";
    line-height: 5rem;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
}

.container-nossa-escola .resumo{
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
    padding-right: 30px;
}

.container-nossa-escola .btn-reconstrua{
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
    padding: 0 30px;
    line-height: 5rem;
    height: 50px;
    background: #000;
    width: fit-content; 
    display: block;
}


.bg-footer-topo {
	background: url("../../images/fim-bg.png") no-repeat top;
    background-size: cover;
    height: 430px;
	padding-top:35px;
}


.footer-topo-titulo {
	position:relative;
	height:100%;
}


.footer-topo-titulo h3 {
    font-size: 5rem;
    text-align: left;
    text-transform: uppercase;
    font-family: "Knockout-Regular";
    color: #FFF;
    margin: 0px;
    line-height: 5rem;
}

.footer-topo-titulo .titulo {
    font-size: 18rem;
    text-align: left;
    text-transform: uppercase;
    font-family: "Knockout-Regular";
    color: #2afc7e;
    line-height: 15rem;
	position: absolute;
	top: 113px;
    margin: 0px;
}

.container-footer-quem-participou {
	padding-top: 40px;
	padding-bottom:100px;
}

.container-footer-quem-participou h3 {
	font-size: 4.5rem;
    text-align: left;
    text-transform: uppercase;
    font-family: "Knockout-Regular";
    color: #ff4178;
	margin-top: 0px;
    margin-bottom: 50px;
}


.quem-participou-bloco-ext {padding:0px;}

.quem-participou-bloco {
	padding:0px;
}

.quem-participou-bloco li {
	list-style:none;
	margin-bottom:25px;
}


.quem-participou-bloco li h4 {
    margin-top: 0px;
    font-size: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}


.quem-participou-bloco li p {
    margin-bottom: 10px;
}

#footer .btn-padrao-box-icon {
  height: 50px;
  width: auto;
  background-color: #2afc7e;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 15px 20px;
  box-shadow:none;
  border: 1px solid #2afc7e;
  color: #44155c;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform:uppercase;
  text-decoration: none;
  bottom: -310px;
  right: 20%;
  position: relative;
  float: right;
  display: table;
  margin: 0;
}

#footer .btn-padrao-box-icon:hover { 
    background-color:#fff;
    text-decoration: none;
}

#footer .btn-padrao-box-icon span::after {
  content: '';
  background: url(../../images/SVG/download-icon-roxo.svg) center center;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-bottom: -1px;
}

@media screen and (max-width: 1300px) {
    #footer .btn-padrao-box-icon {
        right: 0;
    }
}

@media screen and (max-width: 1000px) {
.footer-topo-titulo .titulo{
        font-size: 12rem;
        line-height: 12.5rem;
        position: initial;
    }
}


@media screen and (max-width: 767px) {
    #footer .btn-padrao-box-icon {
        float: none;
        bottom: 0;
    }
}

@media screen and (max-width: 330px) {
    .container-nossa-escola .titulo {
        font-size: 4.5em;
    }
}