*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans";
}

html,body{
	height: 100%;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	padding: 50px;
}

#overlay img{
	width: 50%;
}

.container{
	max-width: 1280px;
	margin: 0 auto;
}

.clear{
	clear: both;
}

.emailBoot{
	display: none;
}

/*menu*/
header.header{
	width: 100%;
	padding: 30px 2% 20px 2%;
    background-color: #333;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	/*position: fixed;*/
}

header.header .logo{
	position: relative;
	top: -10px;
	float: left;
	width: 300px;
	height: 50px;
	background-image: url('../img/logoAguia.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
}

header.header nav{
	right: left;
	margin-right: 2%;
}

header.header nav a{
	font-weight: 400;
}

header.header nav.desktop-menu{
	margin-top: 10px;
}

header.header nav.desktop-menu ul li:hover{
	/*background-color: green;*/
}

header.header nav.desktop-menu ul{
	list-style-type: none;
}

header.header nav.desktop-menu li{
	float: right;
	padding:0 20px;
}

header.header nav.desktop-menu li a{
	text-decoration: none;
	color: white;
}

header.header nav.mobile-menu{
	margin-top: 10px;
	float: right;
	cursor: pointer;
	display: none;
	width: 32px;
	height: 32px;
	background-image: url('../img/menu.png');
	background-size: 100% 100%;
}

header.header nav.mobile-menu ul{
	display: none;
	background-color: white;
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	list-style-type: none;
	text-align: center;
}

header.header nav.mobile-menu ul li{
	transition: 0.4s;
	border-bottom: 1px solid black;
}

header.header nav.mobile-menu ul li:hover{
	background-color: #013e7d;
}

header.header nav.mobile-menu ul li a{
	color: black;
	text-decoration: none;
}

header.header nav.mobile-menu ul li a div{
	width: 100%;
	padding: 8px 0;
}

header.header div.btn_catalogo_menu{
	float: right;
	padding: 10px;
	background-color: #FFF;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.50);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.50);
}

header.header div.btn_catalogo_menu a{
	text-decoration: none;
	color: #000;
}

/*menu*/

/*home*/
section.sessao1{
	padding: 20px 2% 0 2%;
	background-color: #013e7d;
	background-image: url('../img/capa.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 40vw;
}

section.sessao1 .part1{
	width: 50%;
	float: left;
	color: #FFF;
}

section.sessao1 .part1 h2{
	font-size: 3vw;
}

section.sessao1 .part1 p{
	font-size: 1.5vw;
}

section.sessao1 .part1 .certificado{
    height: 275px;
	width: 80%;
    box-shadow: 0px 3px 6px #00000090;
    border-radius: 5px;
    opacity: 1;
    padding: 10px;
	margin-top: 15px;
}

section.sessao1 .part1 .certificado h2{
    font-size: 25px;
}

section.sessao1 .part1 .certificado .main-certificado{
	display: flex;
	justify-content: flex-start;
	height: 80px;
	margin-top: 10px;
}

section.sessao1 .part1 .certificado .main-certificado div{
	width: 75%;
}

section.sessao1 .part1 .certificado .main-certificado div p:nth-child(1){
	font-size: 18px;
}

section.sessao1 .part1 .certificado .btn-certificado{
    text-align: center;
}

section.sessao1 .part1 .certificado a{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px;
}

section.sessao1 .part1 .certificado a:hover{
    background: #fff;
    color: #013e7d;
    border-radius: 5px;
    box-shadow: 0 0 5px #013e7d
                0 0 25px #013e7d
                0 0 50px #013e7d
                0 0 100px #013e7d;
	font-weight: bold;
}

section.sessao1 .part1 .certificado a span{
    position: absolute;
    display: block;
}

section.sessao1 .part1 .certificado a span:nth-child(1){
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim1 1s linear infinite;
}

section.sessao1 .part1 .certificado a span:nth-child(2){
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s;
}

section.sessao1 .part1 .certificado a span:nth-child(3){
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s;
}

section.sessao1 .part1 .certificado a span:nth-child(4){
    bottom: -100%;
    left: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s;
}

@keyframes btn-anim1{
    0%{
        left: -100%;
    }
    50%, 100%{
        left: 100%;
    }
}

@keyframes btn-anim2{
    0%{
        top: -100%;
    }
    50%, 100%{
        top: 100%;
    }
}

@keyframes btn-anim3{
    0%{
        right: -100%;
    }
    50%, 100%{
        right: 100%;
    }
}

@keyframes btn-anim4{
    0%{
        bottom: -100%;
    }
    50%, 100%{
        bottom: 100%;
    }
}

section.sessao1 .part2{
	width: 50%;
	float: left;
	text-align: center;
	padding-top: 50px;
}

section.sessao1 .part2 img{
	max-width: 100%;
}

section.sessao2{
	padding: 50px 2%;
	text-align: center;
}

section.sessao2 .container div{
	width: 80%;
	margin: 0 auto;
}

section.sessao2 h2{
	margin-bottom: 25px;
	font-weight: 300;
	color: #472663;
}

section.sessao2 p{
	display:inline-block;
	text-align: justify;
}

section.sessao3{
	padding: 25px 2%;
	text-align: center;
	background-color: #013e7d;
	color: #FFF;
}

section.sessao3 .part1{
	padding: 10px;
	text-align: center;
}

section.sessao3 .part1 h2{
	font-size: 44px;
}

section.sessao3 .part2 .conquistas{
	width: calc(100%/4);
	float: left;
}

section.sessao3 .part2 .conquistas h2{
	font-size: 4em;
}

section.sessao3 .part2 .conquistas p{
	font-size: 18px;
}

section.sessao4{
	width: 100%;
	padding: 0 2%;
	height: 400px;
}

section.sessao4 .container{
	max-width: 1000px;
	height: calc(100% + 30px);
}

section.sessao4 .texto-sessao4{
	float: left;
	width: 50%;
	position: relative;
	left: 55px;
	margin-top:60px;
	padding-left: 80px;
}

section.sessao4 .texto-sessao4 h2{
	font-size: 26px;
	font-weight: 300;
}

section.sessao4 .texto-sessao4 p{
	margin-top:20px;
	font-size: 15px;
}

section.sessao4 .texto-sessao4 ul{
	font-size: 15px;
	list-style-position: outside;
	padding-left: 15px;
}

section.sessao4 .texto-sessao4 ul li{
	width: 100%;
	margin-top:8px;
}

section.sessao4 .btn1-texto{
	background-color: #695CEA;
	width: 165px;
	height: 44px;
	cursor: pointer;
	margin-top:30px;
	text-align: center;
	line-height: 44px;
	border-radius: 30px;
}

section.sessao4 .btn1-texto a{
	font-size: 13px;
	color: white;
	text-decoration: none;
}

section.sessao4 .device-sessao4{
	float: left;
	width: 50%;
	position: relative;
	top:-30px;
	height: 100%;
	background-image: url('../img/device2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

section.sessao5{
	background-color: #013e7d;
	padding: 100px 2%;
}

section.sessao5 .form{
	float: left;
	width: 50%;
	color: white;
	padding-left: 10px;
}

section.sessao5 .form h2{
	font-size: 23px;
	font-weight: 300;
	margin-bottom: 50px;
}

section.sessao5 .form p{
	font-size: 15px;
	font-weight: 300;
	max-width: 400px;
	padding-right: 10px;
}

section.sessao5 .form form{
	margin-top:15px;
}

section.sessao5 .form form input[type=text]{
	width: 90%;
	max-width: 480px;
	margin-top:8px;
	height: 58px;
	padding-left: 8px;
	line-height: 58px;
	border:1px solid rgb(200,200,200);
}

section.sessao5 .form form textarea{
	width: 90%;
	margin-top:8px;
	max-width: 480px;
	padding:15px;
	border:1px solid rgb(200,200,200);
	height: 160px;
}

section.sessao5 .form form input[type=submit]{
	border: 0;
	background-color: #695CEA;
	width: 165px;
	height: 44px;
	font-size: 13px;
	color: white;
	cursor: pointer;
	margin-top:15px;
	border-radius: 30px;
}

section.sessao5 .map-wraper{
	float: left;
	width: 50%;
	padding:0 10px;
	color: white;
}

section.sessao5 .map-wraper h2{
	font-size: 23px;
	font-weight: 300;
}

section.sessao5 .map-wraper3{
	margin-top:10px;
	width: 100%;
	max-width: 480px;
	position: relative;
}

section.sessao5 .map-wraper2{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	padding-top:100%;
}

section.sessao5 .map{
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: white;
	border:5px solid rgb(200,200,200);
}
/*home*/

/*serviços*/
section.serv_sessao1 .container-serv{
    border-bottom: 1px solid #888;
    margin: 15px;

    padding: 15px 0;
}

section.serv_sessao1 .container-serv .img img{
    float: left;
    width: 150px;
    height: 150px;
    margin: 0 10px;
}

section.serv_sessao1 .container-serv .text p{
    font-size: 15px;
    color: #000000;
    text-align: justify;
    margin: 0 10px;
}

/*serviços*/

/*contato*/
section.container-banner{
	padding: 0 2%;
	width: 100%;
	background-image: url('../img/capaCtt.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

section.container-banner .container-list{
	width: 50%;
	max-width: 500px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-top: 10px;
	float: left;
	margin-top: 100px;
	background-color: rgba(1, 62, 125, 0.7);
}

section.container-banner .container-list ul{
	list-style-type: none;
}

section.container-banner .container-list ul li{
	margin-top: 15px;
	color: #fff;
	padding: 10px;
}

section.container-banner .container-list ul li a{
	text-decoration: none;
	color: #fff;
}

section.container-banner .container-list ul li a.whatsapp .img{
	background-image: url('../img/icons/whatsapp.png');
	background-size: cover;
	background-position: center;
}

section.container-banner .container-list ul li a.whatsapp:hover .img{
	background-image: url('../img/icons/whatsapp2.png');
	background-size: cover;
	background-position: center;
}

section.container-banner .container-list ul li a.telegram .img{
	background-image: url('../img/icons/telegram.png');
	background-size: cover;
	background-position: center;
}

section.container-banner .container-list ul li a.telegram:hover .img{
	background-image: url('../img/icons/telegram2.png');
	background-size: cover;
	background-position: center;
}

section.container-banner .container-list ul li .img{
	width: 32px;
	height: 32px;
	float: left;
}

section.container-banner .container-list ul li .telefone{
	background-image: url('../img/icons/telefone.png');
	background-size: cover;
	background-position: center;
}

section.container-banner .container-list ul li .email{
	background-image: url('../img/icons/email.png');
	background-size: cover;
	background-position: center;
}

section.container-banner .container-list ul li .text{
	padding: 7px;
	height: 32px;
	float: left;
}

section.container-banner .form{
	padding: 10px;
	width: 400px;
	height: calc(100% + 30px);
	float: right;
	position: relative;
	top: -15px;
	border-width: 12px;
	border-style: solid;
	border-color: rgba(120, 120, 120, 0.5);
	background-color: #fff;
	background-clip: padding-box;
}

section.container-banner .form h2{
	font-weight: normal;
	color: #999;
	font-size: 21px;
}

section.container-banner .form .input-container{
	margin-top: 20px;
}

section.container-banner .form .input-container span{
	display: inline-block;
	width: 100%;
	font-size: 17px;
	color: #bbb;
}

section.container-banner .form .input-container input[type=text]{
	margin-top: 8px;
	width: 100%;
	height: 55px;
	padding: 8px 10px 8px 10px;
	border: 1px solid #ccc;
}

section.container-banner .form .input-container input[type=text]:focus{
	outline: center;
}

section.container-banner .form .input-container textarea{
	width: 95%;
	margin-top: 8px;
	max-width: 480px;
	padding:15px;
	border:1px solid rgb(200,200,200);
	height: 160px;
}

section.container-banner .form .input-submit-container{
	text-align: center;
}

section.container-banner .form input[type=submit]{
	margin-top: 10px;
	color: white;
	font-size: 25px;
	width: 90%;
	height: 56px;
	display: inline-block;
	background-color: #013e7d;
	border-top:0;
	border-right: 0;
	border-left: 0;
	cursor: pointer;
	border-bottom: 5px solid #013eae;
}

section.container-banner .form input[type=submit]:hover{
	background-color: #3868ae;
}
/*contato*/

/*rodape*/
footer{
	padding: 25px 2%;
	background-color: #333;
}

footer .part2 {
	text-align: center;
}

footer .part2 p{
	font-size: 15px;
	color: #FFF;
}
/*rodape*/

@media screen and (max-width: 1024px){
	section.container-banner .container-list{
		padding: 30px 0;
		width: 40%;
		max-width: 500px;
		height: auto;
	}

	section.container-banner{
		padding: 40px 2%;
		height: auto;
		text-align: center;
	}

	section.container-banner .form{
		max-width: 400px;
		padding: 10px;
		width: 60%;
		float: right;
		top: 0;
	}
}

@media screen and (max-width: 990px){
	header.header nav.desktop-menu{
		display:none;
	}
	header.header div.btn_catalogo_menu{
		display:none;
	}

	header.header nav.mobile-menu{
		display: block;
	}
}

@media screen and (max-width: 900px){
	section.sessao3 .part2 .conquistas{
		width: 50%;
	}
}

@media screen and (max-width: 768px){
	#overlay img{
		width: 75%;
	}

	section.sessao1 .part1 .certificado{
		margin: 0 auto;
		height: 375px;
		width: 90%;
	}

	section.sessao1{
		height: auto;
	}

	section.sessao1 .part1{
		width: 100%;
		float: none;
		text-align: center;
	}

	section.sessao1 .part1 h2{
		font-size: 4vw;
	}

	section.sessao1 .part1 p{
		font-size: 2vw;
	}

	section.sessao1 .part2{
		margin: 0 auto;
		margin-top: 10px;
		float: none;
		height: 50vw;
	}

	section.sessao4{
		padding:40px 2%;
		text-align: center;
	}

	section.sessao4 .texto-sessao4{ 
		float: none;
		width: 100%;
		position: static;
		display: inline-block;
		margin-top:0;
		padding-left: 0;
	}

	section.sessao4 .texto-sessao4 ul{
		display: inline-block;
		margin-top: 20px;
	}

	section.sessao4 .texto-sessao4 ul li{
		float: none;
		text-align: left;
	}

	section.sessao4 .btn1-texto{
		display: inline-block;
	}

	section.sessao4 .device-sessao4{
		display: none;
	}
	/**/

	section.sessao5 .container{
	}

	section.sessao5 .form{
		float: none;
		width: 100%;
	}

	section.sessao5 .form p{
		display: inline-block;
		float: none;
	}

	section.sessao5 .map-wraper{
		float: none;
		width: 100%;
		padding:0 8%;
		margin-top:40px;
	}

	section.sessao5 .map-wraper3{
		margin-top:10px;
		width: 100%;
		padding-top: 100%;
		display: inline-block;
		max-width: none;
		position: relative;
	}

	section.sessao5 .map-wraper2{
		position: absolute;
		left: 0;
		top:0;
		width: 100%;
		height: 100%;
		padding-top:0;
	}

	section.container-banner .container-list{
		margin-top: 0;
		float: none;
		display: inline-block;
		width: 100%;
	}

	section.container-banner{
		height: 1000px;
	}

	section.container-banner .form{
		float: none;
		display: inline-block;
		width: 90%;
		height: auto;
		margin-top: 30px;
	}
}


@media screen and (max-width: 580px){
	#overlay img{
		width: 100%;
	}

	section.sessao1 .part1 h2{
		font-size: 5vw;
	}

	section.sessao1 .part1 p{
		font-size: 3vw;
	}

	section.sessao3 .part2 .conquistas{
		width: 100%;
		float: none;
		display: inline-block;
	}

    section.serv_sessao1 .container-serv .img img{
        width: 75px;
        height: 75px;
    }

    section.serv_sessao1 .container-serv .text h2{
        font-size: 15px;
    }

    section.serv_sessao1 .container-serv .text p{
        font-size: 12px;
        color: #000000;
    }
}