@charset "utf-8";
body{
	font-family: 'Source Sans Pro', sans-serif;
}
header {
  width: 100%;
  height: auto;
  justify-content: space-evenly;
  align-items: center;
  display: flex;
  padding: 24px;
  flex-wrap: wrap;
  background-color: #21294C;
  background-image: url("../../imgs/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.navimg {}
.menu {
  position: absolute;
  background-color: rgba(33, 41, 76, 0.87);
  width: 60%;
  margin-top: 1rem;
  margin-right: 1rem;
  color: rgba(255, 255, 255, 1.00);
  z-index: 1;
  right: 100%;
  transition: all 0.5s;
  top: 5rem;
}
.menu ul {
  display: flex;
  flex-direction: column;
}
.menu ul li {
  height: 50px;
  border-color: rgba(255, 255, 255, 0.49);
  border-top-width: 2px;
  border-top-style: solid;
  padding-top: 10px
}
.menu ul li a:link {
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 0 20px;
  font-size: 1em;
}
.menu ul li a:visited {
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 0 20px;
  font-size: 1em;
}
.menu ul li a:hover {
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: rgba(153,33,65,0.80);
  text-transform: capitalize;
  padding: 0 20px;
  font-size: 1em;
}
.menu ul li a:active {
  text-decoration: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: rgba(153,33,65,0.80);
  text-transform: capitalize;
  padding: 0 20px;
  font-size: 1em;
  border: solid 0px;
  border-radius: 0px;
}
.logo {
  width: 10em;
  margin: 0 24px;
}
header label {
  padding: 15px 2px;
  cursor: pointer;
}
header label img{
  width: 1.6rem;
  height: auto;
}
#btn-menu {
  display: none;
}
#btn-menu:checked ~ .menu {
  margin-left: 0px;
  right: 0px;
  top: 5rem;
}
main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
}
.max_w{
	display: flex;
	justify-content: center;
	max-width: 1024px;
}
#sl1 {
	width: 100%;
	height: auto;
	padding: 1.3rem 0;
	background-image: url("../../imgs/bglavieen_1.jpeg");
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	justify-content: center;
	display: flex;
}
.box_texto_sl1{
	width: 100%;
	height: auto;
	padding: 0.6rem 1.3rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	gap: 0.3rem;
}
.box_texto_sl1 img{
	padding-bottom: 1rem;
}
.box_texto_sl1 h1{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.3rem;
}
.box_texto_sl1 h2{
	color: #ffffff;
	font-weight: 500;
	font-size: 1rem;
}
#sl2 {
	width: 100%;
	height: auto;
	padding: 1.3rem 0;
	background-color: rgba(33, 41, 76, 0.90);
	background-image: url("../../imgs/bg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}
#sl2 video {
	width: 320px;
	height: 240px;
}
#sl3 {
	width: 100%;
	height: auto;
	padding: 1.3rem 0;
	display: flex;
	justify-content: center;
	font-family: 'Source Sans Pro', sans-serif;
}
#display_grid_none_block {
	display: none;
}
#box_sl2 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.box_como_funciona {
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0.8rem;
}
.box_como_funciona h3 {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 3.5rem;
}
.box_como_funciona p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8rem;
}
#sl3 {
	background-image: url("../../imgs/pexels-henry-&-co-2341290.jpg");
	background-size: cover;
    background-repeat: no-repeat;
}
#sl3_mobile {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
#sl3_mobile h3 {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 3.5rem;
	color: rgba(33, 41, 76);
}
#sl3_mobile p {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.8rem;
	color: rgba(33, 41, 76);
}
.alinhamento_img_paragrafo_sl3_beneficios img {
	width: 16px;
	padding: 0 6px 0 0;
}
.alinhamento_img_paragrafo_sl3_beneficios {
	display: flex;
	justify-content: center;
	align-items: center;
}
.carousel-inner img{
	width: 100%
}
#sl4 {
	width: 100%;
	height: auto;
	padding: 1.3rem 0.8rem;
	background-color: rgba(33, 41, 76, 0.90);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
#sl5 {
	width: 100%;
	height: auto;
	padding: 1.3rem 0.8rem;
	background-color: rgba(33, 41, 76, 0.90);
	background-image: url("../../imgs/bg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
	display: flex;
	justify-content: center;
}
#sl5 h2 {
	text-align: center;
    font-size: 1.6rem;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 1.8rem 0;
    font-weight: 600;
}
.sl5_flex {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
footer {
	width: 100%;
	height: auto;
	padding: 1.3rem 0.8rem;
	background-color: rgba(33, 41, 76, 0.90);
}
.botao_cta {
	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_cta a:visited {
	text-decoration: none;
    color: #FFFFFF;
}
.botao_cta a:link {
	text-decoration: none;
    color: #FFFFFF;
}
.botao_cta a:hover {
	text-decoration: none;
    color: #FFFFFF;
	font-weight: 700;
}
.carousel-indicators {
	display: none;
}
#sl4 h3 {
	color: #ffffff;
		font-weight: 700;
		font-size: 1.4rem;
		font-family: 'Source Sans Pro', sans-serif;
		text-align: center;
		padding: 2rem 0 0 0;
}
.img_sl3_none_blok{
		display: none;
	}
@media (min-width: 542px){
	#sl1 {
		padding: 3.3rem 0
	}
	#sl2 video {
	width: 420px;
	height: 340px;
	}
}
@media (min-width: 768px){
	.alinhamento_img_paragrafo_sl3_beneficios {
		justify-content: flex-start;
	}
	#sl4 h3 {
		font-size: 2.4rem;
	}
	#mobile_sl3_display {
	display: none;
	}
	#sl3 {
		padding: 0;
		background-image: url("../../imgs/pexels-henry-&-co-2341290.jpg");
		background-size: cover;
    	background-repeat: no-repeat;
		justify-content: space-evenly;
	}
	.img_sl3_none_blok{
		display: block;
		padding: 1rem;
	}
	.img_sl3_none_blok img {
		width: 20rem;
		height: auto;
	}
	#sl3_mobile{
		padding: 1rem;
	}
	.carousel-inner img {
		width: 80%;
	}
	form {
		width: 80%;
	}
	.alinhamento_img_paragrafo_sl3_beneficios p {
		margin: 0;
    	font-size: 1.4rem;
    	color: rgba(33, 41, 76, 1.00);
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 700;
		padding: 0.6rem
	}
	.alinhamento_img_paragrafo_sl3_beneficios img {
		width: 1.8rem;
	}
	header label {
		display: none;
	}
	.menu {
		position: unset;
		justify-content: center;
		width: 100%;
	}
	.menu ul {
		flex-direction: row;
		justify-content: center;
	}
	.menu ul li {
		border: 0 solid;
	}
}
@media (min-width: 1024px) {
	.menu ul li {
		font-size: 1.2rem;
	}
	#sl1 {
		padding: 9.3rem 0
	}
	#sl2 video {
		width: 480px;
		height: auto;
	}
	#box_sl2 {
		gap: 1.6rem;
	}
	.box_como_funciona {
		width: 48%;
		padding: 0.8rem 1rem;
	}
	.box_texto_sl1 img {
		width: 24rem;
	}
	.box_texto_sl1 h1 {
		font-size: 2.4rem;
	}
	.box_texto_sl1 h2 {
		font-size: 1.6rem;
	}
	.botao_cta {
		font-size: 1.4rem;
	}
	.box_como_funciona h3 {
		font-size: 2rem;
	}
	.box_como_funciona p {
		font-size: 1.2rem;
		line-height: 2.4rem;
	}
	form {
		width: auto;
	}
	.carousel-inner img {
    	width: 50%;
	}
	.carousel-indicators {
		display: block;
	}
	.logo {
		width: 13rem;
	}
}
