/*Estilos Gerais*/

body{
    overflow-x: hidden;
}

h2{
	text-align: 	center;
	margin-top: 	50px;
	color:#fff;
	margin-bottom: 	30px;
	font-size: 	2.2em;
}

a{
	text-decoration: none;
}

a:hover {
    color: transparent;
}

img{
	display: block;
}

/*PROPRIEDADES FLEX*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.a-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.a-f-s{
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.a-f-e{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.j-c-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j-c-s-a {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.j-c-s-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.j-c-f-s {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.j-c-f-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.f-d-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.f-d-c-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*FIM DO FLEX*/


/*ESTILO GERAL DO BOTÃƒÆ’Ã†â€™O*/
 .btn{

	border:3px solid #3b7973;
	border-radius: 50px solid #3b7973;
	padding: 10px 30px;
	color:#3b7973;
	font-size:14px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
}

/*Estilos Header*/

.navbar-desktop {}
.menu-mobile {display:none;}



.header img{
	max-width:100px; 
}


.header{
	position:fixed;
	top:0;
	width: 100%;
	background-color: #fff;
	padding: 15px 0;
	z-index: 10;
	border-bottom: 1px solid #ccc;
}

.header_menu{
	text-align: right;

}

.header_menu li{
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
}


.header_menu a{
	letter-spacing: 1px;
	color:#3b7973;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: bold;
}

.header_menu a:hover{
	color:#000;
	transition: .6s;
}

.imagem-play-video img {
    height: 200PX;
    width: auto;
}

/*SEÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O 1 - IMAGEM DE FUNDO COM O TEXTO APRENDER MATEMÃƒÆ’Ã‚ÂTICA AGORA SE TORNOU LEGAL E INTERESSANTE*/


.introducao{
	width:100%;
	/* height:1100px; */
	background: url("../img/layout-01.png") no-repeat center;
	background-size: cover;
	/* margin-top: -92px; */
	text-align:  center;
	padding: 75px 0px;
}

.introducao h1{
	font-size: 70px;
	color:#fff;
	margin: 55px 0px;
	font-weight:bold;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}



.introducao .paragrafointro{
	color:#fff;
	font-size: 	36px;
	/* margin-top: 	80px; */
	font-family: 'Montserrat', sans-serif;
}

/* BOTÃƒÆ’Ã†â€™O DE DOWNLOAD DA SEÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O */

.btn-down{
	background-color: #fff;
	margin: 60px 0px;
	border: 1px solid #fff;
	border-radius: 80px;
	padding: 10px;
	cursor:pointer;
	width: 380px;
	color:#808080;
	height: 65px;
	font-size:1.4em;
}

.btn-down:hover{

	color:#fff;
	background-color: #008B8B;
	transition:1s;
}






/*SEÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O 2- TEXTO ENGENHARIA EDUCACIONAL - SE VOCÃƒÆ’Ã…Â  RECEBE CONHECIMENTO...*/

.ee{
	width: 100%;
	background: url("../img/layout-02b.png") no-repeat center;
	background-size: cover;
	/* height: 300px; */
	padding: 50px 0px;
}

.ee1{
	
	margin:0 auto;
/*	width: 600px;	*/
}

.eep p{
	padding-top: 30px;
	color:#fff;
	margin:0 auto;
	font-size: 1.5em;
	text-align: center;
	
	font-weight: 100;
	font-family: 'Montserrat', sans-serif;
}

strong{
    font-weight: bold;
}


/*SEÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O 3 - O APLICATIVO - TEXTO INTRODUÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O + VÃƒÆ’Ã‚ÂDEO INSTITUCIONAL*/


.o-aplicativo h2{
	padding: 20px;
}



.o-aplicativo{
	display:inline-block;
	width: 	100%;
	background-color: #3b7973;
	padding: 100px 0px;
}


.o-aplicativo .box{
	display: flex;
	width: 90%;
	padding:20px;
	margin-left: 150px;
	margin-top: 20px;
}

.o-aplicativo .box .video-01{

		margin-top: 30px;

}


.o-aplicativo .box .texto-video1{
	width: 40%;
	margin-top: 80px;
	padding:30px;
	
	
}


.texto-video1 p{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	
	font-size:2em;
}


.o-aplicativo .box .video-01{

	margin-top: 100px;
	

}

/*SEÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O 3 - QUEM SOMOS - A MATEMATICA NA PONTA DOS DEDOS*/

.quem-somos{
width: 100%;
}


.quem-somos h2{

text-align: center;

font-family: 'Montserrat', sans-serif;

font-size: 46px;

font-style: bold;

color:#696969;

/* margin-top: 90px; */
}


.box2{
	display: flex;
	width: 80%;
	margin:0 auto;
	/* margin-top: 100px; */
	padding: 50px 0px;
}
.quem-somos .iphone img{

	width: 260px;
	height: 488px;
	margin-left: 80px;
}



.quem-somos .quem-somos-texto{

/* width: 650px; */

padding:20px;

/* margin-top: 100px; */

font-family: 'Montserrat', sans-serif;
}


.quem-somos .quem-somos-texto p{

	color:#696969;
	font-size: 1.8em;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-align: right;


}

.quem-somos2{

width: 100%;

background: url("../img/layout-03.png") no-repeat center;

background-size: cover;

/* height: 850px; */

margin:0 auto;
}

.quem-somos-texto-2{
	width: 90%;
	margin:0 auto;
	font-family: 'Montserrat', sans-serif;
	padding: 75px 0px;
	margin-top: 50px;
}

.quem-somos-texto-2 .p1{
	width: 70%;
	font-size: 3em;
	/* margin-top: 120px; */
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	/* margin-left: 200px; */
	font-weight: 300;
	text-align: justify-all;
	margin:  0 auto;
	padding-bottom: 75px;
}

.quem-somos-texto-3{
	width: 80%;
	margin:  0 auto;
}

.quem-somos-texto-2 .p2{
	font-size: 1.6em;
	/* margin-top: 80px; */
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	/* margin-left: 200px; */
	/* margin: 0 auto; */
}


/* SEÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O 4 - CONHEÃƒÆ’Ã¢â‚¬Â¡A O APP -VIDEO 2*/

.conheca{
	
width: 100%;
	
/* height: 600px; */
	
background-color: #65a781;
	
padding:  75px 0px;
}

.conheca h4{
	text-align: center;
    font-size: 1.8em;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 45px;
    font-size: 46px;
}

.conheca .box3{
	/* padding-top: 90px; */
	/* display: flex; */
	/* width: 70%; */
	/* margin:0 auto; */
}

.box3 p{

font-family: 'Montserrat', sans-serif;

font-size: 3.4em;

color:#fff;

/* margin-top: 30px; */
}



 .video-2 p{
	color:#fff;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	/* margin-left: 30px; */
	text-align:  center;
	padding-top: 20px;
}



/*SEÃƒÆ’Ã¢â‚¬Â¡ÃƒÆ’Ã†â€™O 5 CARACTERÃƒÆ’Ã‚ÂSTICAS DO APLICATIVO*/

.content-caracteristicas{
	padding:75px 0px;
}

	.caracteristicas{
	width: 100%;
	/* background-color: #ffffff; */
	/* height: 800px; */
}

.caracteristicas h3{
    font-weight: bold;
}

.caracteristicas h3{
	text-align: center;
	font-size: 1.8em;
	color: #2fb6bc;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 45px;
	font-size: 46px;
}

 .content .item{
 	padding:20px;
 	margin:5px 0px;
/* 	width: 256px; */
	min-height: 266px;
	background-color:#2fb6bc;
/* 	border:1px solid #fff; */
	border-radius:15px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 1.6em;
	color:#fff;
/* 	padding:0; */
	}



	.caracteristicas .item{
		display:flex;
		justify-content:center;
		align-content:center;
		flex-direction: column;
	}


	.caracteristicas .item img{
		height:50px;
		width:auto;
	}
	
	

	.item p{

		font-family: 'Montserrat', sans-serif;
		color:#fff;
		font-size: .7em;
		text-align: center;
		margin: 25px 0px;

	}

	.content .item:hover{

/* padding:20px; */

/* margin:5px; */

/* width: 256px; */

/* height: 266px; */

background-color:#00b0a6;

/* border:2px solid #ccc; */

/* border-radius:25px; */

/* font-family: 'Montserrat', sans-serif; */

/* text-align: center; */

/* font-size: 1.6em; */

/* color:#fff; */

/* transition: .5s; */

-webkit-box-shadow: 2px 3px 22px 2px rgba(0,0,0,0.46);

-moz-box-shadow: 2px 3px 22px 2px rgba(0,0,0,0.46);

box-shadow: 2px 3px 22px 2px rgba(0,0,0,0.46);
}









/*NEWSLETTER*/

.newsletter{
	width: 100%;
	background-image: url(../img/newsletter-1bbb.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content:center;
	align-content:center;
	position:  relative;
	padding: 200px 0px;
}

.newsletter-content{
	z-index:2;
}

.newsletter .overlay{
	position: absolute;
	left:0;
	top:0;
	background-color: #00000066;
	z-index: 1;
	width:  100%;
	height:  100%;
}

.newsletter .h2-news{
	color:#fff;
/*	padding-top: 20px;*/
	font-family: 'Montserrat', sans-serif;
}

.newsletter p{
	color:white;
	text-align: center;
	margin: 30px 0px;
	font-family: 'Montserrat', sans-serif;

}


.newsletter label{
	margin: 0 auto;
}


.newsletter input{
	border:1px solid #000;
	height: 50px;
	width: 300px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
    padding: 20px;
}

.newsletter .btn-news{
/*	width: 120px;*/
	height: 50px;
	background-color:#20B2AA;
	cursor:pointer;
    margin-left: -5px;
    border-radius: 0 10px 10px 0;
    border: 0px solid #fff;
    color:#fff;
        position: relative;
    top: -1px;
}

.newsletter .btn-news:hover{
	background-color:#008B8B;
	transition:1s;
	color:#fff;
}




/*FUNCIONALIDADES*/

.video-funcionalidades{
	width: 100%;
	/* height: 500px; */
	background-color: #387a6c;
	padding: 120px 0px;
}

.video-funcionalidades h4{
	text-align: center;
    font-size: 1.8em;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 45px;
    font-size: 46px;
}










/*CONTATO*/

.contato{
	width: 100%;
	/* height: 600px; */
	padding: 75px 0px;
}
.contato h3{
	margin-top:100px;
}

.contato h3, .contato h5{
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	/* padding-bottom: 45px; */
	font-size: 3em;
	width:  100%;
}

.contato h5{
	font-size: 1.9em;	
}

.contato form{
	/* text-align: center; */
	/* margin-top: 100px; */
	width:  100%;
}

.contato label,textarea{
	width:80%;
	margin:0 auto;
}

.contato input{
	width: 100%;
	height: 50px;

	border:1px solid #696969;
}


.contato textarea{
	width: 100%;
	/* border-radius: 15px; */
	/* border:1px solid #696969; */
	height: 30vh;
}

.contato textarea, .contato input{
	margin:10px 0px;
	border-radius: 5px;
	padding:20px 10px;
}


.contato  .btn-enviar{
	width: 345px;
	height: 50px;
	background-color: #00b0aa;
	border: none;
	border-radius: 15px
	color:white;
	color: white;
	font-size:  20px;
	float:  right;
	/* position:  relative; */
	/* right:  0; */
	-webkit-box-shadow: 2px 3px 22px 2px rgba(0,0,0,0.46);
	-moz-box-shadow: 2px 3px 22px 2px rgba(0,0,0,0.46);
	box-shadow: 2px 3px 22px 2px rgba(0,0,0,0.46);
}

.contato .btn-enviar:hover{
	background-color: #3cc523;
}





/*RODAPÃƒÆ’Ã¢â‚¬Â° DO SITE*/

/* RODAPE */


.rodape{
    /* margin-top: 50px; */
    width: 100%;
    background-color:  #039A9C;
    /* height: 120px; */
    padding:20px 0px;
}

.rodape img {
	height: 40px;
    width: auto;
}

 .rodape .social a{
 	padding: 10px;
 }


 .rodape .social{

text-align: center;

display:  flex;

justify-content:  center;

align-items:  center;

flex-wrap:  wrap;
}


 .rodape .social i{

	font-size: 1.5em;
	margin:15px;
	color:#fff;
	margin-top: 100px;
}

.rodape .social i:hover{

	color:#745d67;
	

}

.rodape .prodape{

text-align: center;

color:#fff;

/* margin-top: 90px; */

font-size: .8em;

margin:  0;

padding:  0;
}


.animacao-top{
    opacity: 0;
    transform: translate3d(0,100px,0);
    transition: .8s;
    
}

.anime-start{
    opacity: 1;
    transform: translate3d(0,0,0);
}

.animacao-left{
    opacity: 0;
    transform: translate3d(100px,0,0);
    transition: .8s;
    
}

.anime-start-left{
    opacity: 1;
    transform: translate3d(0,0,0);
}

.animacao-right{
    opacity: 0;
    transform: translate3d(-100px,0,0);
    transition: .8s;
    
}

.anime-start-right{
    opacity: 1;
    transform: translate3d(0,0,0);
}



.download-app img {
    height: 70px;
    width: auto;
    padding: 0px;
    margin-right: 25px;
}
.download-app {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2fb6bc;
    flex-direction: column;
    padding: 120px 0px;
}

.download-app h1,p, {
    color: white;
}
.download-app h1 {
	font-weight:;
	color: white;
}
.download-app p {
	padding: 30px 0px;
	color:  white;
}


.download-app button h5 {
    color: white;
    margin: 0;
    padding: 0;
    width: 135px;
}
.download-app button {
    display: flex;
    flex-direction: row;
    margin: 0px 15px;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    border-radius: 10px;
    padding: 10px 40px;
    background: #5d5a5abf;
}



.download-app button  p{
	padding: 5px 0px;
    margin: 0;
	color:  white;
}

.download-app button  h2{
	margin:0;
}

 @media (min-width: 576px)
    .container {
        max-width: 600px;
    }
}

@media(max-width:768px){
    .introducao h1 {
        font-size: 38px;
    }
    
    .quem-somos h2 {
        font-size: 35px;
    }
    
    .box2 .iphone img {
        display: flex;
        justify-content: center;
        margin: 0;
    }
    
    .quem-somos .quem-somos-texto p {
        font-size: 1.5em;
         letter-spacing: 0px; 
         line-height: inherit; 
        text-align: left;
        width: 100%;
    }
   
}


