@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'PoppinsBold';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoppinsLight';
    src: url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



html, body{
	background-color: #fafafa;
	color: #2c3e50;
	height: 100%;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	font-family: 'Roboto';
	font-size: 15.4px;
	color: #2c3e50;
}
body{
	padding-top: 175px;

}
h1{
	font-family: 'PoppinsLight';
	font-size: 40px;
	font-weight: 100;
    letter-spacing: 0.025em;
	line-height: 1.70;
}
h2{
	font-family: 'PoppinsBold';
	font-size: 16px;
	text-transform: uppercase;
	    margin: 12px 0 0;
}
h3{
	font-family: 'PoppinsSemiBold';
	font-size: 17px;
	margin-left: 30px;
	line-height: 1.7;
	margin-top: 12px;
}

.cta{
	font-family: 'PoppinsBold';
	font-size: 13px;
	padding: 15px 36px 9px;
	background: #80cbc4;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	text-decoration: none;
	margin-bottom: 12px;
	display: flex;
	    justify-content: center;
}
.cta::before {
  content: url('../img/ico_doc.svg'); 
	margin-right: 12px;
}

.cta.wht::before {
  content: url('../img/ico_wht.svg'); 
}
.cta:hover{
	background: #5ea59e;
}
	
#home h3{
	 max-width: 390px;
}
p{
	line-height: 1.4;
}
#bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
section{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
	margin-bottom: 120px;
}

#footer{
	position: fixed;
    bottom: -590px;
    left: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    height: 620px;
    margin-bottom: 0;
	display: flex;
    justify-content: center;
	transition: all 1s ease;
}
#footer.opn{
	 bottom: 0;
}
#footer .box{
    width: 476px;
    text-align: left;
	color: #fff;
	background: #80cbc4;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
#footer .social{
	display: none;
}
#footer .social a {
	background: none;
}
#footer .social a img {
    width: 21px;
    height: 21px;
}
.seletor{
	    background: #5ea59e;
    padding: 6px;
    display: flex;
    width: fit-content;
    border-radius: 60px;
    margin: 18px auto;	
}
.seletor a{
	transition: all .3s ease;
	text-transform: uppercase;
	font-family: 'PoppinsBold';
	color: #aae8e2;
	text-decoration: none;
	padding: 12px 27px;
	font-size: 13px;
	border-radius: 30px;
}
.seletor a.slc{
	color: #fff;
	background: #80cbc4;
}
.trg{
	width: 65px;
	height: 7px;
	display: block;
	margin: auto;
	background: #5ea59e;
	border-radius: 9px;
	margin-bottom: 30px;
}
#footer.opn .trg{
	width: 30px;
	height: 30px;
	background: #5ea59e url("../img/fechar_trp.svg") no-repeat center;
	border-radius: 30px;
	    background-size: 30%;
}

#form{
	display: flex;
	width: 212%;
	transition: all 1s ease;
}

form{
	margin: auto;
	width: min-content;
	margin-bottom: 10px;
	padding: 0;
	margin-left: 9px;
	
}

input[type=text],
input[type=tel],
input[type=submit],
button,
textarea{
	width: 450px;
	padding: 18px 27px;
	background: #aae8e2;
	border-radius: 36px;
	font: inherit;
	border: none;
	color: #395956;
	margin: 6px 0;
	box-sizing: border-box;
	outline: none;
}
input.req,
textarea.req{
	background: #fff;
}
.trg_file.req{
	background: #fff;
	color: #395956;
}
button{
	background: #5b9d97;
	color: #fff;
}
input[type=submit]{
	background: #43837d;
	text-transform: uppercase;
	font-family: 'PoppinsBold';
	color: #fff;
}
input[type=file]{
	display: none;
}
#form_candidatos .trg_file{
	cursor: pointer;
}


textarea{
	color: #395956;
}
input[type=text]::placeholder, 
input[type=tel]::placeholder,
textarea::placeholder{
	color: #5b9d97;
}

input:-internal-autofill-selected {
	background: #ef3d7a!important;
	color: #fff!important;
}

#header{
	position: fixed;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	text-align: center;
	height: 150px;
	background: linear-gradient(0deg,rgba(255, 255, 255, 0) 40%, rgba(250, 250, 250, 1) 70%);
}
#header #hd_cnt{
	position: relative;
	max-width: 1200px;
	margin: auto;
	    
}
#trgMob{
	display: none;
}
#clsMenu{
	display: none;
}

#logo {
	position: absolute;
    left: 36px;
    top: 0px;
    width: 80px;
	height: 60px;
	transition: all 1s ease;
	background: url("../img/Logo-VER.png") no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
}
#hd_cnt.opn #logo {
	left: 25px;
	top: 21px;
	width: 126px;
	height: 70px;
}
#menu{
	top: 20px;
	position: relative;
	transition: all 1s ease;
}
#hd_cnt.opn #menu{
	top: 100px;
}
#hd_cnt.opn #menu a{
	font-size: 16px;
}
#menu a{
	 font-family: 'PoppinsBold';
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: inherit;
	margin: 0 22px;
	transition: all 1s ease;
}
#menu a:hover{
	color: #80cbc4;
}
#menu a.slc{
	color: #e91e62;
}


#hd_cnt #menu .social,
	#hd_cnt.opn #menu .social{
		display: none;
}

.social{
	position: absolute;
	right: 30px;
	top: 9px;
	transition: all 1s ease;
}
#hd_cnt.opn .social{
	top: 27px;
}

.social a{
	background: #80cbc4;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    margin: 0 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	transition: all 1s ease;
}

.social a img{
	width: 16px;
	height: 16px;
}
#hd_cnt.opn .social a{
	width: 36px;
    height: 36px;
	margin: 0 3px;
}
#hd_cnt.opn .social a img{
	width: 16px;
	height: 16px;
}
#hd_cnt.opn .social{
	right: 30px;
	top: 27px;
}
div{/*
	overflow-x: hidden;
	display: flex;
	justify-content: center;*/
}
.spc{
	height: 90px;
}
.cnt{
	position: relative;
	display: flex;
	justify-content: center;	
}
.box, .btn{
	filter: drop-shadow(0px 0px 3px #dddddd);
    display: block;
    width: fit-content;
	position: absolute;
	transition: all .2s ease;
	border-radius: 21px;
	background: #fff;
	padding: 12px 36px;
}
.btn{
	position: absolute;
	top: 0;
	right: 0;
	background: #f0eeea;
	display: flex;
	flex-direction: column;
	    border: solid 0.5px #e5e0d5;
}

.opn{
	display: block;
	margin: auto;
}
.cls{
	display: none;
	margin: auto;
}

section{
	height: 350px;
	transition: all .01s linear;
}
#home{
	height: 270px;
}
#home .cnt{
	
}
#home .cnt .box{
	margin-left: -120px;
	width: 966px;
    padding-top: 30px;
    padding-left: 64px;
    box-sizing: border-box;
    padding-right: 60px;
	padding-bottom: 30px;
	border-radius: 36px;
}
#sobre .cnt .box{
    margin-left: 390px;
	width: 480px;
	box-sizing: border-box;
	background: #e91e63;
	color: #2c3e50;
	color: #fff;
	height: 230px;
}
#sobre .cnt .box.opn{
    margin-left: 450px;
	width: 510px;
	box-sizing: border-box;
	background: #e91e63;
	color: #2c3e50;
	color: #fff;
	height: auto;
	padding-bottom: 9px;
	padding-right: 9px;
}

#sobre .cnt .box .trg{
	background: url("../img/mais.svg") no-repeat;
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 auto -22px;
	border-radius: 0;
	display: none;
}
#sobre .cnt .box.opn .trg{
	background: url("../img/fechar.svg") no-repeat;
}

#sobre .cnt .box p{
white-space: nowrap;      /* Impede que o texto pule para a linha de baixo */
  overflow: hidden;         /* Esconde o texto que ultrapassa o tamanho do bloco */
  text-overflow: ellipsis;
	width: 390px;
}
#sobre .cnt .box.opn p{
	white-space: normal;
}
#escolas{
	height: 420px;
}
#escolas .cnt .box{
	margin-left: -480px;
	width: 540px;
	box-sizing: border-box;
}

#escolas .cnt .btn{
	left: 50%;
	top: -90px;
}
#candidatos{
	padding-top: 60px;
}
#candidatos .cnt .box{
	margin-left: -350px;
	width: 330px;

}
#candidatos .cnt .btn{
	left: 50%;
	top: -90px;
	width: 270px;

}
#clientes{
	height: 770px;
}
#clientes .cnt .box{
	width: 560px;
}
.list_clients{
	display: flex;
	justify-content: center;
	margin: 30px
}
.list_clients p{
	margin-top: 0;
}
.list_clients a{
	width: 33%;
	text-align: center;
	margin: 0 10px;
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
.list_clients a:hover{
	text-decoration: underline;
}
.list_esc{
	display: flex;
	justify-content: space-evenly;
}
@media only screen and (max-width: 1600px) {
	#footer.opn {
		bottom: -223px;
	}
	#footer .box {
		width: 720px;	
	}
	form {
		width: 710px;	
	}
	input[type=text], input[type=tel], input[type=submit], button, textarea {
    	width: 340px;
		margin: 6px;
		display: inline-table;
		height: 55px;
	}
	#clientes {
		height: 450px;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	.cnt {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	h1{
		font-size: 33px;
	}
	
	#hd_cnt #menu{
		margin-left: -50px;
	}
	#hd_cnt #menu a {
		    margin: 0 9px;
		font-size: 11px;
		transition: all 1s ease;
	}
	#hd_cnt.opn #menu a {
		font-size: 14px;
		padding: 9;
	}
	
	#hd_cnt.opn #menu{
		margin-left: 0;
		top: 120px;
	}
	
	
	#home {
    	height: 450px;
		margin-bottom: 0;
	}
	#home .cnt .box {
        margin-left: -10%;
        width: 600px;
		top: 0;
    }
	
	#sobre{

	}
	#sobre .cnt .box.opn {
    	margin-left: 160px;
		top: 0;
	}
	
	#escolas{
		
	}
	#escolas .cnt .box {
    	margin-left: -20%;
		top: 0;
	}
	#escolas .cnt .btn {
		left: 30%;
		top: 240px;
	}
		
	#candidatos {
		padding-top: 0;
		height: 450px;
	}
	#candidatos .cnt .box {
		top: 0;	
		margin-left: -40%;
	}
	
	#candidatos .cnt .btn {
		left: 50%;
		top: 120px;
		width: 270px;
	}
	
	#clientes{
		height: 900px;
	}
	
	#header{
		
	}
	#footer{
		
	}
	#footer .box {
        width: 85%;
    }
	input[type=text], input[type=tel], input[type=submit], button, textarea {
        width: 300px;
        margin: 6px;
        display: inline-table;
        height: 55px;
    }
	form{
		margin-left: -28px;
	}
	#bg{
		
	}
}

@media only screen and (max-width: 767px) {
	
	body {
		padding-top: 125px;
		font-size: 13.8px;
	}
	.spc{
		
	}
	section{
		height: 330px;
	}
	h1{
		font-size: 24px;
		line-height: 1.55;
	}
	h2{
		font-size: 15px;
	}
	h3{
		font-size: 15px;
		line-height: 1.45;
		margin-left: 12px;
	}
	.box, .btn {
		padding: 6px 24px;
        box-sizing: border-box;
	}
	.list_esc {
		flex-direction: column;
	}
	
	#home .cnt .box {
		margin-left: 0;
		width: 90%;
		padding-top: 18px;
		    padding-left: 30px;
		padding-right: 30px;
		    padding-bottom: 18px;
	}
	#sobre .cnt .box {
		margin-left: 0;
		width: 69%;
	}
	#sobre .cnt .box.opn {
		width: 80%;
    	margin-left: 0%;
	}
	#sobre .cnt .box.opn p {
		width: 90%;	
	}
	
	#escolas .cnt .box,
	#candidatos .cnt .box{
		margin-left: 0;
		left: 6%;
		width: 75%;
		box-sizing: border-box;
	}
	
	#escolas .cnt .btn,
	#candidatos .cnt .btn{
		left: unset;
		right: 6%;
		width: 75%;
		box-sizing: border-box;
	}
	#escolas .cnt .btn{
		top: 284px;
	}
	#candidatos .cnt .btn{
		top: 130px;
	}
	
	#clientes .cnt .box{
		width: 85%;
		box-sizing: border-box;
	}
	
	.list_clients{
		margin: 0;
		flex-wrap: wrap;
	}
	.list_clients a{
		width: 42%;
	}
	.list_clients img {
		width: 60px;
	    padding: 0 6px;
	}
	#escolas{
		height: 510px;
	}
	#candidatos{
		height: 250px;
	}
	#clientes {
		
		height: 600px;
	}
	#footer {
		width: 100%;	
		height: 60px;
		bottom: -32px;
	}
	#footer .box {
		padding: 12px;	
		width: 90%;
		height: 660px;
	}
	#footer.opn {
        bottom: 0;
        height: 600px;
		width: 100%;
    }
	 input[type=text], input[type=tel], input[type=submit], button, textarea {
        width: 79%;
		margin-left: 0;
	}
	form{
		margin-left: 0;
		    margin-left: -6px;
	}
	
	#header{
		
	}
	#menu{
		display: none;
	}
	#hd_cnt #menu a,
	#hd_cnt.opn #menu a{
		margin: 12px auto;
		font-size: 16px;
	}
	#hd_cnt #menu .social,
	#hd_cnt.opn #menu .social{
		display: block;
		position: relative;
		right: 0px;
		top: 0px;
		margin: auto;
		margin-top: 9px;
		width: 100%;
	}
	#hd_cnt #menu .social a,
	#hd_cnt.opn #menu .social a{
		background: #cbc9c3;
		width: 36px;
		height: 36px;
		margin: 0 3px;
	}
	#hd_cnt #menu .social a img,
	#hd_cnt.opn #menu .social a img{
		width: 16px;
    	height: 20px;
	}
	#hd_cnt.opn #menu,
	#hd_cnt #menu{
		background: #f0eeea;
		filter: drop-shadow(0px 0px 3px #dddddd);
        width: 80%;
        display: flex;
        flex-direction: column;
        padding: 20px 0;
        box-sizing: border-box;
        position: absolute;
        margin-left: 10%;
		border-radius: 21px;
		height: fit-content;
		top: -400px;
		border: solid 0.5px #e5e0d5;
		z-index: 3;
	}
	#hd_cnt #menu.opn{
		top: 90px;
	}
	#clsMenu{
		display: block;
		width: 30px;
		height: 30px;
		background: #cbc9c3 url(../img/fechar_trp.svg) no-repeat center;
		border-radius: 30px;
		background-size: 30%;
	}
	.social{
		display: none;
	}
	#trgMob{
		display: block;
		width: 30px;
		height: 30px;
		background: url("../img/ico_burger.svg") no-repeat center;
		background-size: 30px 30px;
		position: absolute;
		right: 10px;
		top: 12px;
		padding: 6px;
		transition: all 1s ease;
	}
	#header #hd_cnt.opn #trgMob{
		top: 30px;
	}
}