header {
	background: linear-gradient(to top, white, lightgray, gray);
	padding-top: 20;
	padding-bottom: 120px;
}



#logo_insight {
	width: 40%;
	position: relative;
	top: 0;
	left: 310px;
}

#whats_logo {
	width: 6%;
	position: absolute;
	top: 23px;
	left: 960px;
}

#insta_logo {
	width: 4%;
	position: absolute;
	top: 33px;
	left: 900px;
}


.caixa{
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

nav {
	position: absolute;
	top: 500px;
	right: 50px;
	}

nav li {
	display: inline;
	margin: 0 0 0 13px;	
}

nav a {
	text-transform: uppercase;
	color: #744494;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;	
}

nav a:hover {
	color: yellow;
	text-decoration: underline;
}


.welcome h1 {
	text-align: center;
	color: #744494;
	font-weight: bold;
	font-size: 33px;
	padding-top: 22px;
	padding-bottom: 44px;
}

.Welcome_oferece {
	padding-left: 111px;
	font-size: 26px;
	color: #744494;
	font-weight: bold;
	margin: 0 0 1em;
}

body {
	height: 100vh;
	width: 100vw;
}

.content {
	height: 520px;
	width: 935px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	left: 15%;
	bottom: 10px;
	top: -32px;
}

.navegacao {
	position: absolute;
	bottom: 488px;
	display: flex;
	padding-left: 322px;
	
}

.navegacao label {
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #744494;
}

.barra {
	height: 14px;
	width: 65px;
	border: 2px solid #fff;
	margin: 2px;
	border-radius: 5px;
	cursor: pointer;
	transition: .6s;
}

.barra:hover{
	background: #fff;
}

input{
	display: none;
}

.slides{
	display: flex;
	width: 500%;
	height: 100%;
}

.slide{
	width: 20%;
	transition: .6s;
}

.slide img{
	width: 100%;
	height: 100%;
}

#slide1:checked ~ .s1{
	margin-left: 0;
}

#slide2:checked ~ .s1{
	margin-left: -20%;
}

#slide3:checked ~ .s1{
	margin-left: -40%;
}

#slide4:checked ~ .s1{
	margin-left: -60%;
}


.rodape {
	width: 20%;
}


footer {
	background: #f7a85b;
	text-align: center;
}


.copyright {
	font-size: 12px;
	color: lightgray;
	font-weight: bold;
	padding-bottom: 10px;
}

