/*reset*/
*{
	margin: 0;
	padding: 0;
	border: 0;	
}
a{
	text-decoration:none;
}
ul,ol{
	list-style:none;
}
/*fonts*/
@font-face {
     font-family:dms;
     src: url('../font/dms.otf');
}
@font-face {
     font-family:myriad;
     src: url('../font/myriad-pro-8.otf');
}
@font-face {
     font-family:myriad-thin;
     src: url('../font/myriad-pro-light-semiextended.otf');
}
@font-face {
     font-family:myriad-black;
     src: url('../font/myriad-pro-black.otf');
}
@font-face {
     font-family:social;
     src: url('../font/social.ttf');
}
.main{
	width:100%;
	height:100%;	
}
.topo{
	margin-top:0px;
	width:100%;
	height:600px;	
	max-width:100%;
	background-image:url('../image/fundo.jpg');
	background-attachment:fixed;	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	border-bottom: 5px solid transparent;	
	-moz-border-image: -moz-linear-gradient(to right,#FAAC58 0%, #B45F04 50%,#FAAC58 100%);
	-webkit-border-image: -webkit-linear-gradient(to right,#FAAC58 0%, #B45F04 50%,#FAAC58 100%);
	border-image: linear-gradient(to right,#FAAC58 0%, #B45F04 50%,#FAAC58 100%);
	border-image-slice: 1;
}

.header{
	display:flex;
	flex-direction:row;
	width:100%;	
	height:80px;		
	background-color:transparent;		
	position:fixed;		
	z-index:10;	
}
.header-visible{
	height:80px;	
	background-image:linear-gradient(to right,rgb(169,197,219), rgb(31,104,172), rgb(169,197,219));
	/*background-color:#0098EF;*/
	box-shadow:0px 1px 2px rgba(0,0,0,0.6);	
	opacity:0.9;
	z-index:10;
}
.logo{
	width:12%;		
	height:80px;	
	margin-left:80px;		
	text-align:center;
	line-height:80px;	
}
.logo h1{
	font-family:dms;
	color:#fff;
	font-size:3rem;
	text-shadow:0px 2px 3px rgba(0,0,0,0.8);
	opacity:0.8;
	transition:transform 2s;	
}
.logo h1:hover{
	opacity:1;
	transform: scale(1.5);	
}
.logo h1 > span{
	color:#DF0101;
}
.nav{
	width:80%;
	height:80px;	
	font-family:myriad;
	font-size:1.2rem;
	text-shadow:0px 1px 2px rgba(0,0,0,0.8);
	line-height:80px;	
}
.nav ul > li{
	display:inline;
	padding-left:64px;	
}
.nav li > a{
	color:#DF0101;
	transition:0.5s;
}
.nav li > a:hover{
	color:#FFF;	
}
.section{		
	display:flex;
	flex-direction:column;
	justify-content:center;	
	width:100%;
	height:600px;	
}
.section .h1{
	width:90%;
	height:300px;
	margin:auto;	
	font-family:myriad-black;
	font-size:5rem;
	line-height:300px;
	color:#2E9AFE;
	text-shadow:0px 3px 5px rgba(0,0,0,0.8);
	text-align:center;	
}
.h1 h1{
	transition: transform 2s;
	animation:
}
.h1 h1:hover{
	transform: scale(1.1);
	
}
.section-first{		
	display:flex;
	flex-direction:row;
	justify-content:center;	
	width:90%;
	height:600px;
	margin:auto;
	background:#fff;
}
.section-first .foto{
	width:50%;
	height:500px;
	margin:50px auto;
	padding-top:50px;
	text-align:center;
}
.foto .img{
	width:640px;
	height:426px;
	overflow:hidden;	
}
.foto .img img{
	opacity:0.9;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.foto .img img:hover{
	opacity:1;
	transform:scale(1.5);	
}
.section-first .texto{
	width:35%;
	height:500px;
	font-family:myriad;
	color:rgba(0,0,0,0.6);	
	font-size:1.2em;
	text-align:justify;	
	margin:50px auto;
	padding-top:50px;
	text-indent:40px;
	text-align:justify;	
}
.section-second{
	display:flex;
	flex-direction:row;
	width:90%;
	height:500px;
	margin:30px auto;
	background-color:#FFFFFF;
}
.article{
	width:32%;
	background-color:#FFFFFF;
	height:90%;
	margin:0.8%;
	padding:10px;
	box-shadow:0px 1px 2px rgba(0,0,0,0.3);
	display:flex;
	flex-direction:column;	
}
.article:hover{
	box-shadow:0px 4px 6px rgba(0,0,0,0.5);
	overflow:hidden;
}
.article .titulo{
	width:100%;
	height:40px;
	font-family:myriad-black;
	font-size:1.2em;
	text-align:center;	
	line-height:40px;
	color:rgba(0,0,0,0.7);	
}
.imagem{
	overflow:hidden;
}
.imagem img{
	width:100%;
	opacity:0.9;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.imagem img:hover{	
	opacity:1;
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.article .texto{ 
	width:100%;
	font-family:myriad;
	font-size:0.8em;
	color:rgba(0,0,0,0.6);
	padding-top:5px;
	text-indent:20px;
	text-align:justify;
}
.article .r{
	display:flex;
	flex-direction:row;
	width:100%;
}
.article .r .cite{
	width:47%;	
	margin:2%;
	
}
.article .r .botao{
	width:47%;
	margin:2%;	
}

.article .r .btn{
	width:100%;
	height:40px;
	background-color:#2E9AFE;
	color:#FFFFFF;
	border-radius:6px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.8);	
	cursor:pointer;
	font-size:1.1em;
	transition:0.5s;
}
.article .r .btn:hover{	
	background-color:#0040FF;		
}
.section-third{
	width:90%;
	height:506px;
	margin:60px auto;	
}
.formulario-b{
	width:70%;
	height:90%;	
	margin:40px auto;	
	background-color:#0098EF;
}
.form-popup{
	display:flex;
	flex-direction:column;
	position: fixed;
	top: 0; bottom: 0; 
	left: 0; right:0;
	margin: auto;
	width: 800px;
	height:420px;
	padding-top:0;				
	box-shadow:2px 3px 4px rgba(0,0,0,0.8);
	border-radius:10px;
	background-color:#0098EF;
	display: none;    
}
.form-popup .b{
	margin-top:0px;
	float:right;
	padding:10px;
	width:100%;
	
}
/*CSS DOS MODAIS*/
/*css do formulário de cadastro*/
.modal-cadastro{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color:rgba(0, 0, 0, 0.8);
        opacity: 0.6;
        visibility: hidden;
        transform: scale(1.5);
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    }
	
    .modal-content-cadastro {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color:#0098EF;
        padding:1rem;
        width: 60%;
		height:400px;		
		box-shadow:0px 4px 6px rgba(0,0,0,0.5);
        border-radius: 0.5rem;
		display:flex;
		flex-direction:column;
		align-items: flex-start;
    }
	.buttom-cadastro{
		width:100%;
		height:1.5rem;
        text-align:right;
		margin-top:0;
	}
    .close-button-cadastro {
        float: right;
		width:1.5rem;
		height:1.5rem;
		line-height:1.5rem;
		font-size:1.5rem;
		font-weight:bold;
		text-align:center;
        cursor: pointer;
        border-radius: 0.25rem;
        background-color: lightgray;
    }
    .close-button-cadastro:hover {
        background-color: darkgray;
    }
    .show-modal-cadastro {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }
/*CSS modal login*/	
.modal-login{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color:rgba(0, 0, 0, 0.8);
        opacity: 0.6;
        visibility: hidden;
        transform: scale(1.5);
        transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    }
	
    .modal-content-login {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color:#0098EF;
        padding:1rem;
        width: 30%;
		height:400px;		
		box-shadow:0px 4px 6px rgba(0,0,0,0.5);
        border-radius: 0.5rem;
		display:flex;
		flex-direction:column;
		align-items: flex-start;
    }
	.buttom-login{
		width:100%;
		height:1.5rem;
        text-align:right;
		margin-top:0;
	}
    .close-button-login {
        float: right;
		width:1.5rem;
		height:1.5rem;
		line-height:1.5rem;
		font-size:1.5rem;
		font-weight:bold;
		text-align:center;
        cursor: pointer;
        border-radius: 0.25rem;
        background-color: lightgray;
    }
    .close-button-login:hover {
        background-color: darkgray;
    }
    .show-modal-login {
        opacity: 1;
        visibility: visible;
        transform: scale(1.0);
        transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }	
	

.agah2{
	width:80%;
	height:2rem;
	margin:0 auto 20px;
	padding:0.5rem;
	font-family:myriad;
	color:#FFF;
	font-size:1.5rem;
	text-shadow:1px 2px 2px rgba(0,0,0,0.6);
	/*box-shadow:2px 2px 3px rgba(0,0,0,0.9);*/
	text-align:center;
	line-height:2rem;	
}
.formulario-cadastro{
	width:75%;
	height:90%;	
	margin:10px auto;	
	background-color:#0098EF;
	
}
.formulario-cadastro fieldset{
	margin:0;
	padding:30px;
	border:1px solid #FFF;
	border-radius:7px;
}
.formulario-cadastro label, legend{
	font-family:myriad;
	font-size:1.5rem;
	margin:1.2rem;
	color:rgba(250,250,250,0.9);
	text-shadow:1px 1px 2px rgba(0,0,0,0.6);
}

::-webkit-input-placeholder  {
	font-family:myriad-thin;
	font-size:0.8rem;
	font-weight:100;
	color:#fff; 
}
input:-moz-placeholder { 
	font-family:myriad-thin;
	font-size:0.8rem;
	font-weight:100;
	color:#fff; 
}
.formulario-cadastro .input{
	width:70%;
	height:1.5rem;
	margin:0.5rem;
	border:1px solid rgba(250,250,250,0.4);
	border-radius:0px;
	background-color:transparent;
	color:rgba(250,250,250,0.8);
	padding-left:3px;
}
.formulario-cadastro .mensagem{
	width:91%;
	height:4rem;
	margin:0.5rem;
	font-family:myriad-thin;
	border:1px solid rgba(250,250,250,0.4);
	border-radius:0px;
	background-color:transparent;
	color:rgba(250,250,250,0.8);
	padding-left:3px;
}

.formulario-cadastro .btn{
	width:20%;
	height:40px;
	margin-top:18px;
	background-color:#2E9AFE;
	color:#FFFFFF;
	border:none;
	border-radius:6px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.8);	
	cursor:pointer;
	font-size:1.1em;
	float:right;
	transition:0.5s;
}
.formulario-cadastro .btn:hover{
	background-color:#0040FF;
}
.buttom-cadastro{
		width:100%;
		height:1.5rem;
        text-align:right;
		margin-top:0;
	}
.close-button-cadastro {
        float: right;
		width:1.5rem;
		height:1.5rem;
		line-height:1.5rem;
		font-size:1.5rem;
		font-weight:bold;
		text-align:center;
        cursor: pointer;
        border-radius: 0.25rem;
        background-color: lightgray;
    }
    .close-button-cadastro:hover {
        background-color: darkgray;
    }
/*CSS do Formulario popup*/
.form-popup{
		position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color:rgba(0, 0, 0, 0.8);
		display:none;
		transition: all ease 2s;      
}
.form-popup-body{
		position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color:#0098EF;
        padding:1rem;
        width: 60%;
		height:400px;		
		box-shadow:2px 4px 6px rgba(0,0,0,0.5);
        border-radius: 0.5rem;
		
}
.formulario-popup{
	width:75%;
	height:90%;	
	margin:30px auto;	
	background-color:#0098EF;	
}
.formulario-popup fieldset{
	margin:0;
	padding:30px;
	border:1px solid #FFF;
	border-radius:7px;
}
.formulario-popup label, legend{
	font-family:myriad;
	font-size:1.5rem;
	margin:1.2rem;
	color:rgba(250,250,250,0.9);
	text-shadow:1px 1px 2px rgba(0,0,0,0.6);
}

.formulario-popup .input{
	width:70%;
	height:1.5rem;
	margin:0.5rem;
	border:1px solid rgba(250,250,250,0.4);
	border-radius:0px;
	background-color:transparent;
	color:rgba(250,250,250,0.8);
	padding-left:3px;
}
.formulario-popup .mensagem{
	width:91%;
	height:4rem;
	margin:0.5rem;
	font-family:myriad-thin;
	border:1px solid rgba(250,250,250,0.4);
	border-radius:0px;
	background-color:transparent;
	color:rgba(250,250,250,0.8);
	padding-left:3px;
}

.formulario-popup .btn{
	width:20%;
	height:40px;
	margin-top:18px;
	background-color:#2E9AFE;
	color:#FFFFFF;
	border:none;
	border-radius:6px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.8);	
	cursor:pointer;
	font-size:1.1em;
	float:right;
	transition:0.5s;
}
.formulario-popup .btn:hover{
	background-color:#0040FF;
}
.button-popup{
		width:100%;
		height:rem;
        text-align:right;
		margin:0px auto;
		padding:0px;
		background:yellow;
	}
.close-button-popup {
        float: right;
		width:1.5rem;
		height:1.5rem;
		line-height:1.5rem;
		font-size:1.5rem;
		font-weight:bold;
		text-align:center;
        cursor: pointer;
        border-radius: 0.25rem;
        background-color: lightgray;
    }
    .close-button-popup:hover {
        background-color: darkgray;
    }
/*Formulário login*/
.agah2-login{
	width:50%;
	height:2rem;
	margin:0 auto 20px;
	padding:0.5rem;
	font-family:myriad;
	color:#FFF;
	font-size:1.5rem;
	text-shadow:1px 2px 2px rgba(0,0,0,0.9);
	/*box-shadow:2px 2px 3px rgba(0,0,0,0.9);*/
	text-align:center;
	line-height:2rem;	
}
.formulario-login{
	width:100%;
	height:100%;	
	margin:0px auto;	
	background-color:#0098EF;
}
.formulario-login fieldset{
	margin:0;
	padding:10px;
	border:1px solid #FFF;
	border-radius:7px;
}
.formulario-login label, legend{
	font-family:myriad;
	font-size:1.5rem;
	margin:1rem;
	color:rgba(250,250,250,0.9);
	text-shadow:1px 1px 2px rgba(0,0,0,0.8);
}

.formulario-login .input-login{
	width:60%;
	height:1.5rem;
	margin:0.5rem;
	border:1px solid rgba(250,250,250,0.4);
	border-radius:0px;
	background-color:transparent;
	color:rgba(250,250,250,0.8);
	padding-left:3px;
}

.formulario-login .btn-login{
	width:100%;
	height:40px;
	margin-top:10px;
	background-color:#2E9AFE;
	color:#FFFFFF;
	border:none;
	border-radius:6px;
	box-shadow:1px 1px 1px rgba(0,0,0,0.6);	
	cursor:pointer;
	font-family:myriad-thin;
	font-size:1.1em;
	float:right;
	transition:0.5s;
}
.formulario-login .btn-login:hover{
	background-color:#088A08;
}
.formulario-login .btn-login-danger{
	width:100%;
	height:40px;
	margin-top:12px;
	background-color:rgba(255,0,0,0.5);
	color:#FFFFFF;
	border:none;
	border-radius:6px;
	box-shadow:1px 1px 1px rgba(0,0,0,0.8);	
	cursor:pointer;
	font-family:myriad-thin;
	font-size:1.1em;
	float:right;
	transition:0.5s;
}
.formulario-login .btn-login-danger:hover{
	background-color:rgba(255,0,0,0.9);
}
.buttom-login{
		width:100%;
		height:1.5rem;
        text-align:right;
		margin-top:0;
	}
.close-button-login {
        float: right;
		width:1.5rem;
		height:1.5rem;
		line-height:1.5rem;
		font-size:1.5rem;
		font-weight:bold;
		text-align:center;
        cursor: pointer;
        border-radius: 0.25rem;
        background-color: lightgray;
    }
    .close-button-login:hover {
        background-color: darkgray;
    }


.rodape{
	display:flex;
	flex-direction:column;
	justify-content:center;	
	width:100%;
	height:380px;
	margin-top:60px;
	background-image:linear-gradient(to right,rgba(0,0,0,0.2), rgba(0,0,0,0.6), rgba(0,0,0,0.2));	
	border-top: 5px solid transparent;
	-moz-border-image: -moz-linear-gradient(to right,#FAAC58 0%, #B45F04 50%,#FAAC58 100%);
	-webkit-border-image: -webkit-linear-gradient(to right,#FAAC58 0%, #B45F04 50%,#FAAC58 100%);
	border-image: linear-gradient(to right,#FAAC58 0%, #B45F04 50%,#FAAC58 100%);
	border-image-slice: 1;
}
.social{
	font-family:social;
	font-size:36px;
	text-shadow:0px 1px 2px #000;
	text-align:center;	
	height:50px;
	line-height:50px;	
}
.f a{
	color:#3b5998;
}
.m a{
	color:#0078d4;
}
.t  a{
	color:#00acee;
}
.y a{
	color:#c4302b;
}
.logo-footer{	
	width:150px;	
	height:150px;
	margin:auto;
	cursor:pointer;
	text-align:center;
	line-height:150px;	
	border-radius:75px;
	border:2px solid #888;	
}
.logo-footer h1{	
	transition:transform 2s;	
}
.logo-footer h1:hover{
	transform:scale(1.5);	
}
.hora{
	width:50%;
	height:40px;
	margin:auto;
	font-family:myriad;
	color:rgba(0,0,0,0.6);
	line-height:40px;
	font-size:1.1rem;
	text-align:center;
}
.marca{
	margin-top:5px;
	font-family:myriad;
	color:rgba(0,0,0,0.6);
	text-align:center;
	width:100%;
	margin-bottom:60px;
}



