*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans";
	
}

*:focus{
	outline: 0px;
}

html,body{
	height: 100%;
}

.container{
	max-width: 1280px;
	margin:0 auto;
}

.clear{
	clear: both;
}

/* placeholder */
.img-vitrine{
	display: none;
	width: 100%;
	height: auto;
}

.img-vitrine .gray img{
	width: 100%;
}

.slide{
	display: inline-block;
	width: 1500px;
	height: auto;
	margin-left: -380px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
}
.gray{
	width: 200px;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: rgb(255, 255, 255);
	display: inline-block;
	padding-left: 80px;
}

.seta{
	width: 100%;
	background-color: #0F3FD3;
	cursor: pointer;
}

.red{
	display: inline-block;
	width: 40%;
	height: 800px;
	/* margin-left: ; */
	background-size: contain 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.green{
	background-color: rgb(33, 238, 15);
	display: inline-block;
	width: 70%;
	margin-left: 150px;
	height: 290px;
	text-align: center;
	opacity: 0;
}

.slick-arrow{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 0px solid;
    background-color: #d9d9d9b5;
    position: relative;
    cursor: pointer; 
    color: #000000;z-index: 10;    
    font-size: 30px;
	opacity: 0.3;
}.slick-arrow:hover{
	opacity: 1;
}

.slick-arrow:nth-of-type(1){
    top: 476px;left:  -310px;
}

.slick-arrow:nth-of-type(2){
    top: -408px;right:  -570px;
	/* background-image: url(/home/imagens/icone/slide-arrow.jpg); */
	background-size: 50% 50%;
	background-position: center;
	background-repeat: no-repeat;
}

/*  */

header{
	width: 100%;
	height: 90vh;
	min-height: 800px;
	padding:40px 2%;
	/*max-height: 700px;*/
	background-size: cover;
	background-position: center;
	background-image: url('../imagens/capa.png');
	font-weight: 300;
}

header nav{
	float: right;
}

nav.mobile-menu{
	cursor: pointer;
	display: none;
	width: 32px;
	height: 32px;
	background-image: url('../imagens/menu.png');
	background-size: 100% 100%;
}

/*
nav.mobile-menu:hover ul{
	opacity: 1;
}
*/

nav.mobile-menu ul{
	display: none;
	/*transition: 1s;*/
	background-color: white;
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	list-style-type: none;
	text-align: center;
}

nav.mobile-menu ul li{
	padding:8px 0;
	transition: 0.4s;
	border-bottom: 1px solid black;
}

nav.mobile-menu ul li:hover{
	background-color: rgb(230,230,230);
}

nav.mobile-menu ul li a{
	color: black;
	display: block;
	text-decoration: none;
}

header .logo{
	position: relative;
	top:-40px;
	float: left;
	width: 160px;
	height: 100px;
	background-image: url('../imagens/logo.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
}

header nav.desktop-menu ul{
	list-style-type: none;
}

header nav.desktop-menu li{
	float: left;
	padding:0 20px;
}

header nav.desktop-menu li a{
	text-decoration: none;
	color: white;
}

.chamada1{
	max-width: 600px;
	float: right;
	margin:200px 150px;
}

.chamada1 h2{
	font-weight: 300;
	font-size: 40px;
	color: white;
}

.chamada1 p{
	font-size: 15px;
	color: white;
	margin-top:10px;
}

section.sessao1{
	width: 100%;
	background-color: #0c259d;
	padding:0 2%;
	height: 400px;
}

section.sessao1 .container{
	max-width: 1000px;
	height: calc(100% + 30px);
}

.texto-sessao1{
	float: left;
	width: 50%;
	position: relative;
	left: 55px;
	margin-top:60px;
	padding-left: 80px;
	color: white;
}

.texto-sessao1 h2{
	font-size: 26px;
	font-weight: 300;
}

.texto-sessao1 p{
	margin-top:20px;
	font-size: 15px;
}

.texto-sessao1 ul{
	font-size: 15px;
	list-style-position: outside;
	padding-left: 15px;
}

.texto-sessao1 ul li{
	width: 100%;
	margin-top:8px;
}

.btn1-texto{
	background-color: #FF703D;
	width: 165px;
	height: 44px;
	font-size: 13px;
	color: white;
	cursor: pointer;
	margin-top:30px;
	text-align: center;
	line-height: 44px;
	border-radius: 30px;
} .btn1-texto a{
	padding: 30px;
	color: white;
	text-decoration: none;
}

.device-sessao1{
	float: left;
	width: 50%;
	position: relative;
	top:-30px;
	height: 100%;
	background-image: url('../imagens/device.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.sessao2{
	padding-left: 2%;
	padding-right: 2%;
	background: white;
	text-align: center;
}

.sessao2 .container{
	max-width: 1000px;
}

.sessao2 h2{
	color: #002bff;
	font-weight: 300;
}

.sessao2 p{
	margin-top:30px;
	max-width: 900px;
	display:inline-block;
}

.sessao2 img{
	position: relative;
	top: 70px;
	width: 100%;
	margin-top:10px;
}

.sessao3{
	width: 100%; 
}

.part1{
	color: white;
	float: left;
	width: 50%;
	padding:140px 0 90px 0;
	background: #0e33e9;
	/* margin-top: -100px; */
}

.wraper-part1{
	max-width: 600px;
	float: right;
	padding:0 30px;
}

.part1 h2{
	font-weight: 300;
	font-style: italic;
	font-size: 23px;
}

.part1 p{
	font-size: 15px;
	line-height: 35px;
	margin-top:10px;
}

.part2{
	float: left;
	width: 50%;
	padding:100px 0 99px 0;
	background: #efefef78;
}

.scrollEquipe{
	max-width: 600px;
	padding-left: 20px;
	overflow: hidden;
}

.scroll-wraper{
	width: 100%;
}

.sobre-autor{
	float: left;
	width: 100%;
	padding:0 20px;
}

.titulo-autor{
	float: left;
	width: 100%;
}

.wraper-titulo-autor{
	float: left;
	text-align: left;
}

.titulo-autor h2{
	color: #232323;
	font-weight: 400;
	font-size: 21px;
	padding-right: 20px;
}

.titulo-autor p{
	font-size: 13px;
	color: #232323;
	font-style: italic;
	font-weight: 300;
}

.titulo-autor .img-autor{
	display: inline-block;
	text-align: center;
	width: 90px;
	height:90px;
	background-size: 120% 120%;
	border-radius: 20px;
	background-color: transparent;
}

.texto-autor{
	float: left;
	width: 100%;
	margin-top:10px;
}

.texto-autor p{
	color: #232323;
	font-size: 15px;
}

.slider-bullets{
	width: 100%;
	float: left;
	padding-left: 40px;
	margin-top:12px;
}

.slider-bullets span{
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 8px;
	cursor: pointer;
	border-radius: 8px;
	background-color: rgb(200,200,200);
}

/* Aqui estou começando a sessão de número 4! */

section.sessao4{
	background-color: #0c259d;
	padding:100px 0;
}

.form{
	float: left;
	width: 50%;
	color: white;
	padding-left: 10px;
}

.form h2{
	font-size: 23px;
	font-weight: 300;
}

.form p{
	font-size: 15px;
	font-weight: 300;
	max-width: 400px;
	padding-right: 10px;
}

.form form{
	margin-top:15px;
}

.form form input[type=text],
.form form input[type=email]
{
	width: 90%;
	max-width: 480px;
	margin-top:8px;
	height: 58px;
	padding-left: 8px;
	line-height: 58px;
	border:1px solid rgb(200,200,200);
}

.form form textarea{
	width: 90%;
	margin-top:8px;
	max-width: 480px;
	padding:15px;
	border:1px solid rgb(200,200,200);
	height: 160px;
}

.form form input[type=submit]{
	border: 0;
	background-color: #FF703D;
	width: 165px;
	height: 44px;
	font-size: 16px;
	color: white;
	cursor: pointer;
	margin-top:15px;
	border-radius: 30px;
}

/* Redes sociais icones */

.icons-social{
	margin-left: 36%;
}

.icons-social a, .icons-social a i{
	padding: 1px 4px;
	font-size: 30px;
	background-color: #FF703D;
	color: #ffffff;
	border-radius: 1150px;
}

/******/

.img-wraper{
	float: left;
	width: 50%;
	padding:0 10px;
	color: white;
	animation: techlip-logo 5s linear infinite;
}

.img-wraper div{
	padding-top: 12%;
	opacity: 1;
}

.map-wraper h2{
	font-size: 23px;
	font-weight: 300;
}

.map-wraper3{
	margin-top:10px;
	width: 100%;
	max-width: 480px;
	position: relative;
}

.map-wraper2{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	padding-top:100%;
}

.map{
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	border:5px solid rgb(200,200,200);
}

/***/


footer{
	padding:40px 2%;
	background: #0616f7;
	color: white;
	border-top: 1px solid rgba(0, 0, 0, 0.144);
}

footer p:nth-of-type(1){
	float: left;
	font-size: 14px;
}

footer p:nth-of-type(2){
	float: right;
	font-size: 14px;
}

/* animação */

@keyframes techlip-logo {
	0% {
	  opacity: 1;
	}
	25%{
		opacity: 0.5;
	}
	50%{
		opacity: 0.3;
	}
	60%{
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

/******/

@media screen and (max-width: 830px){

	.chamada1{
		max-width: none;
		width: 100%;
		text-align: center;
		float: none;
		margin:170px 0;
	}

	.chamada1 h2{
		font-weight: 300;
		font-size: 30px;
		padding:0 0px;
		color: white;
	}

	.chamada1 p{
		font-size: 15px;
		color: white;
		margin-top:10px;
	}



/* slide */
.slide{
	display: inline-block;
	width: 1500px;
	height: auto;
	margin-left: -910px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
}
.gray{/*mobile*/
	width: 500px;
	height: auto;
	overflow: hidden;
	text-align: center;
	background-color: rgb(255, 255, 255);
	display: inline-block;
	padding-left: 0%;
}

.red{
	display: inline-block;
	width: 60%;
	text-align: center;
	margin-left: 0px;
}

.green{
	background-color: rgb(33, 238, 15);
	display: inline-block;
	width: 70%;
	margin-left: 0px;
	height: 290px;
	text-align: center;
	opacity: 0;
}

.slick-arrow:nth-of-type(1){
    top: 476px;
	left:180px;
}

.slick-arrow:nth-of-type(2){
    top: -408px;right:  -690px;
	/* background-image: url(/home/imagens/icone/slide-arrow.jpg); */
	background-size: 50% 50%;
	background-position: center;
	background-repeat: no-repeat;
}

/*  */

.part2{
	padding: 80px 0 40% 0px;
}
}

@media screen and (max-width: 768px){

header{
	width: 100%;
	height: auto;
	min-height: 90vh;
	padding:40px 2%;
}

nav.desktop-menu{
	display:none;
}

nav.mobile-menu{
	display: block;
}


section.sessao1{
	padding:40px 2%;
	height: auto;
	text-align: center;
}

section.sessao1 .container{
	max-width: 200px;
	height: calc(100% + 30px);
}


.texto-sessao1{
	width: 100%;
	margin-top:0;
	padding-left: 0;
	position: static; 
	float: none;
	display: inline-block;
}

.texto-sessao1 ul{
	display: inline-block;
	margin-top:20px;
}

.texto-sessao1 ul li{
	float: none;
	text-align: left;
}

.btn1-texto{
	display: inline-block;
}

.device-sessao1{
	display: none;
}

.sessao2{
	padding-top: 40px;
}

section.sessao4 .container{
	text-align: center;
}

.form{
	float: none;
	width: 100%;
}

.form p{
	display: inline-block;
	float: none;
}

.img-wraper{
	float: left;
	width: 100%;
	padding:0 10px;
	color: white;
	animation: techlip-logo 5s linear infinite;
}

.img-wraper img{
	
	width: 100%;

}


}

@media screen and (max-width: 580px){
	/* Vitrine mobile */
		.slide{
			display: none;
		}
		
		.img-vitrine{
			display: inline-block;
			width: 100%;
		}
		
		.gray{/*mobile*/
			width: 100%;
			height: auto;
			overflow: hidden;
			text-align: center;
			background-color: rgb(255, 255, 255);
			display: inline-block;
			padding-left: 0%;
		}
		
		.red{
			display: inline-block;
			width: 100%;
			text-align: center;
			margin-left: 0px;
		}
	/********/

	.icons-social{
		margin-left: 30%;
	}
	
	.part1{
		width: 100%;
		padding:40px 0;
	}

	.part2{
		width: 100%;
		padding:80px 0 100px 0px;
	}

	.sessao2 img{
		top: 16px;
		margin-top:20px;
	}

	footer{
		text-align: center;
	}

	footer p:nth-of-type(1){
	    float: none;
	}

	footer p:nth-of-type(2){
		float: none;
		margin-top:8px;
	}
}