* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

html, body {
	width: 100%;
}

main section[vd] > div {
	max-width: 1366px;
	margin: 0 auto;
}

main section[dark='off'] h3 {
	text-align: center;
	text-transform: uppercase;
	color: #d8b66e;
	padding: 50px;
	font-size: 24px;
	font-weight: 500;
	width: 50%;
}

main section[dark='on'] {
	background-color: #d8b66e;
	width: 100%;
	padding: 30px 0;
}

main section[dark='off'] {
	width: 100%;
	padding: 30px 0;
}

main section[dark='on'] h3 {
	text-align: center;
	text-transform: uppercase;
	color: white;
	padding: 50px;
	font-size: 24px;
	font-weight: 500;
	width: 50%;
}

.slide {
	background: url('../img/slide-top-mom.jpg') no-repeat;
	min-height: 600px;
	background-position: center;
    background-size: cover;
}

.act-slide {
	background-color: #d8b66e;
	min-height: 80px;
	display: flex;
    justify-content: center;
	align-items: center;
	padding-bottom: 20px;
	flex-wrap: wrap;
}

.act-slide h1 {
	color: white;
	font-weight: 300;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
    text-align: right;
}

.act-slide button {
	
}

.svg-fill {
	fill: #d8b66e;
}

.wave1 {
	transform: rotate(180deg);
}

.wave1, .wave2 {
	overflow: hidden;
	width: 100%;
}

.wave1 svg {
    position: relative;
	line-height: 0;
	
	width: calc(200% + 1.3px);
    height: 170px;
	transform: translateX(-50%) rotateY(180deg);
	left: 50%;
}

.wave2 svg { 
	position: relative;
	line-height: 0;
	margin-top: -10px;

	width: calc(200% + 1.3px);
	height: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.action {
	margin-top: -160px;
	position: relative;
}


.btn_whats {
	font-family: "Montserrat", Sans-serif;
	letter-spacing: 2px;
	padding: 12px 28px 12px 28px;
	color: #ffffff;
	background-color: rgba(37, 211, 102, 1);
	border-radius: 25px 25px 25px 25px;
	border: 0px;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
	animation: brilho .8s infinite;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin: 20px;
}

@keyframes brilho {
	80% {
			box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

.videos {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.videos div {
	margin: 20px;
}

.actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.img-right {
	background: url(../img/content-child.jpg);
	min-height: 600px;
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
}

main section[end] {
	background-color: #3f4448;
	margin-top: 50px;
}

main section[end] > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
} 

section[end] .sec-left {
	padding: 0 5%;
    width: 40%;
	padding-bottom: 8%;
	min-width: 320px;
}

section[end] .sec-left h3 {
	color: #d8b66e;
	margin: 25px 0;
	font-weight: 500;
}

section[end] .sec-left p {
	color: white;
	padding: 25px 0;
	font-weight: 100;
	font-size: 14px;
}

section[end] .sec-left li {
	list-style: none;
	margin: 5px 0;
	color: white;
	font-weight: 100;
	font-size: 14px;
}

section[end] .sec-left li:hover {
	color: #d8b66e;
}

section[end] .sec-left li i {
	margin: 0 20px;
	color: #d8b66e;
	min-width: 25px;
    height: 25px;
}

.act-footer {
	background-color: #d8b66e;
	padding-bottom: 30px;
}

.act-footer h3 {
	text-align: center;
    text-transform: uppercase;
    color: white;
    padding: 50px;
	font-size: 24px;
	font-weight: 500;
	width: 50%;
}

main section[dark='off'] h3[tit] {
	width: 100%;
}

footer section {
	background-color: #3f4448;
	color: white;
}

footer section .one {
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: center;
	font-weight: 100;
}

footer section .two {
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: center;
}

footer section .three {
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 20px;
	text-align: center;
	font-weight: 100;
}

footer section > div {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1366px;
	margin: 0 auto;
}

footer section > div > * {
	width: 	calc(50% - 40px);
	margin: 50px 20px;
	font-weight: 100;
}

footer section .and {
	padding: 30px 0;
}

footer section .and > div {
	display: flex;
	width: 100%;
	padding: 10px 0;
}

footer section .and > div > i {
	width: 40px;
	text-align: center;
	color: #d8b66d;
	min-width: 40px;
}

footer section .and a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

footer section .and a:hover {
	color: #d8b66d;
}

footer section .right {
	font-size: 14px;
}

@media screen and (max-width: 700px) {
	footer section > div {
		padding: 40px 0;
	}

	footer section > div > * {
		width: 100%;
		margin: 10px;
	}

	.act-slide h1 {
		text-align: center;
	}

	.act-footer h3 {
		width: 90%;
		padding: 5%;
	}
	main section[dark='off'] h3[tit] {
		padding: 0;
	}
	main section[dark='on'] h3, main section[dark='off'] h3 {
		width: 100%;
	}
	.img-right {
		width: 100%;
	}
	section[end] .sec-left li {
		margin: 10px 0;
	}
	section[end] .sec-left {
		padding: 2%;
	}
	section[end] .sec-left li i {
		margin: 0 5px;
	}
	.slide {
		min-height: 280px;
	}

	.wave1 svg {
		height: 50px;
	}

	.wave2 svg {
		height: 80px;
	}

	.action {
		margin-top: -50px;
	}
}