@charset "utf-8";
#sl4 {
  display: flex;
  flex-direction: row;
  background-color: #21294C;
  width: 100%;
  height: 100px;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.mali {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  width: 50%;
  color: rgba(255, 255, 255, 1.00);
}
.mali_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 50%;
  color: rgba(255, 255, 255, 1.00);
}
.mali a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
  margin-left: 24px;
}
.mali p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: rgba(255, 255, 255, 1.00);
  padding-left: 24px;
}
#sl3 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 88px;
  background-image: url(../imgs/bg_sl3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#sl3 h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 56px;
  color: rgba(255, 255, 255, 1.00);
  width: 60%;
  margin-left: 8vh;
}
#sl3 h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 48px;
  color: rgba(255, 255, 255, 1.00);
  width: 70%;
  margin-left: 8vh;
}
#sl3 h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  font-size: 39px;
  color: rgba(255, 255, 255, 1.00);
  width: 70%;
  margin-left: 8vh;
  margin-bottom: 0px;
}
#sl3 .botao {
  margin-left: 8vh;
  font-size: 28px;
  margin-top: 24px;
  margin-bottom: 40px;
}
#sl3 img {
  margin-left: 8vh;
  width: 27%;
  margin-top: 8px;
  margin-bottom: 12px;
}
#sl1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
  background-color: #21294C;
  margin-top: -110px;
}
#sl1 .quadradofull .logo {}
.quadradofull {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin-top: 88px;
  margin-bottom: 88px;
  width: 60%;
}
.logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imgs/logo.png);
  width: 192px;
  height: 74px;
  margin-bottom: 32px;
  margin-top: 54px;
}
.quadradofull img {
  width: 48%;
  height: 3px;
  margin: 8px 0;
  min-width: 0px;
}
.quadradofull h1 {
  font-family: 'Source Sans Pro', sans-serif;
  ;
  ;
  font-weight: 700;
  width: 90%;
  text-align: center;
  font-size: 21px;
  line-height: 27px;
}
.quadradofull h2 {
  font-family: 'Source Sans Pro', sans-serif;
  ;
  ;
  font-weight: 500;
  width: 90%;
  text-align: center;
  font-size: 20px;
  line-height: 31px;
}
#sl2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: stretch;
  align-items: stretch;
  background-image: url(../imgs/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#row {
  display: none;
  padding-bottom: 0px;
}
.carrossel {
  padding-right: 0;
  padding-left: 0;
}
.carrossel img {
  width: 45%;
  background-image: url(../imgs/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.botao {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: rgba(153,33,65,1.00);
    padding: 4px 16px;
    border-radius: 24px;
    text-transform: capitalize;
    color: rgba(255,255,255,1.00);
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
}
.botao a {
    text-decoration: none;
	color: #FFFFFF 
}
.botao a:visited {
    text-decoration: none;
	color: #FFFFFF 
}
.botao a:active{
    text-decoration: none;
	color: #21294C
}
.botao a:hover {
    text-decoration: none;
	color: #21294C 
}
	
@media only screen and (min-width: 1024px) {
.carrossel {
    display: none;
}
  #row {
    display: block;
  }
 .blok img{
	 width: 112px;
	 height: auto;
	}
  .linha1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
	gap: 32px;
	flex-wrap: wrap;
  }
  .blok {
    background-color: #FFFFFF;
    width: 28%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 48px;
    border-radius: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

	.blok h2{
		font-size: 1.8em;
  }
  .blok p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #21294C;
    font-weight: 600;
    font-size: 1rem;
    line-height: 30px;
    margin-top: 0;
    margin-right: 21px;
    margin-left: 21px;
    margin-bottom: 0;
    text-align: center;
	}
 #content #sl3 h2 {
    font-size: 50px;
}
 #content #sl3 h3 {
    font-size: 58px;
}
 #content #sl3 img {
    height: 3px;
}
}
@media (min-width: 245px) {
  .mali_logo img {
    width: 14em;
    height: auto;
  }
  .mali_logo {
    width: 100%;
  }
  .mali {
    display: none;
  }
  #sl3 h1 {
    font-size: 26px;
	margin-left: 2vh;
  }
  #sl3 h2 {
    font-size: 24px;
	margin-left: 2vh;
  }
  #sl3 img {
    width: 45%;
    height: 0.5%;
	margin-left: 2vh;
  }
  #sl3 h3 {
    font-size: 22px;
	margin-left: 2vh;
  }
  .carrossel img {
    width: 100%;
  }
  .quadradofull {
    width: 95%;
  }
}
