@font-face {
	font-family: "AlegreSans Bold NC";
	src: url("font/AlegreSansBoldNC.ttf");
	}

@font-face {
	font-family: "AlegreSans Regular NC";
	src: url("font/AlegreSansRegularNC.ttf");
	}

@font-face {
	font-family: "Segoe UI";
	src: url("font/SegoeUI.ttf");
	}

@font-face {
	font-family: SegoeUISemilight;
	src: url(font/SegoeUISemilight.woff);
	}

html, body {
	width: 100%;
}

/* CABECALHO */

.menu {
	background-color: #053473;
}

/* BANNER 1 */

.banner1 {
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.banner1 p {
	font-family: "AlegreSans Regular NC" !important; 
	font-size: 3em;
	line-height: 3rem !important;
	color: #fff;
}

.banner1 h2 {
	font-family: SegoeUISemilight;
	color: #fff;
	font-size: 1.5em;
}

/* BANNER 2 */

.banner2 {
	width: 100%;
	height: 480px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

/* BANNER 3 */

.banner3 {
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.banner3 h5 {
	font-family: "AlegreSans Regular NC" !important; 
	color: #053473;
	font-size: 3.5em;
	line-height: 1;
}

.banner3 h6 {
	font-family: "AlegreSans Regular NC" !important; 
	color: #a9abae;
	font-size: 13em;
	margin: 0;
	line-height: 0.7;
}

/* BANNER 4 */

.banner4 {
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.banner4 h5 {
	font-family: "AlegreSans Regular NC" !important; 
	color: #053473;
	font-size: 3.5em;
	line-height: 1;
}

.banner4 h6 {
	font-family: "AlegreSans Regular NC" !important; 
	color: #a9abae;
	font-size: 13em;
	margin: 0;
	line-height: 0.7;
}

/* BANNER 5 */

.banner5 {
	width: 100%;
}

.banner5 h5 {
	font-family: "AlegreSans Regular NC" !important; 
	color: #053473;
	font-size: 3.5em;
	line-height: 1;
}

.banner5 h6 {
	font-family: "AlegreSans Regular NC" !important; 
	color: #a9abae;
	font-size: 14em;
	margin: 0;
	line-height: 0.7;
}

/* BANNER 6 */

.banner6 {
	width: 100%;
}

.banner6 h5 {
	font-family: "AlegreSans Regular NC" !important; 
	color: #053473;
	font-size: 3.5em;
	line-height: 1;
}

.banner6 h6 {
	font-family: "AlegreSans Regular NC" !important; 
	color: #a9abae;
	font-size: 13em;
	margin: 0;
	line-height: 0.7;
}

/* BANNER 7 */

.banner7 {
	width: 100%;
}

.banner7 h5 {
	font-family: "AlegreSans Regular NC" !important; 
	color: #053473;
	font-size: 3.5em;
	line-height: 1;
}

.banner7 h6 {
	font-family: "AlegreSans Regular NC" !important; 
	color: #a9abae;
	font-size: 13em;
	margin: 0;
	line-height: 0.7;
}

/* PAGINA 2 - SOU ALUNO */

.bannersoualuno {
	width: 100%;
	height: 40%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.fontecorprincipal {
	color: #053473;
}

.bordacorprincipal {
	border: solid 3px #053473;
}

.fundocorprincipal {
	background-color: #053473 !important;
}


















/* EFEITO HOVER */

.demo-3 {
    position:relative;
    overflow:hidden;
    float:left;
    margin-right:20px
}
.demo-3 figure {
    padding:0;
    position:relative;
    cursor:pointer;
}
.demo-3 figure .fotoinicio {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.demo-3 figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

.demo-3 figure .fotodepois {
    display:block;
    margin:0;
}
.demo-3 figure figcaption {
    top:0;
    left:0;
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure .fotoinicio {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure:hover .fotoinicio,figure.hover .fotoinicio{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}