@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%;
	height: 100%;
}

/* BANNER */

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

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

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

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

.banner5 {
	width: 100%;
}

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

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

.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;
}

.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;
}

.banner5 {
	background-color: #fff;
}

.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: 17em;
	margin: 0;
	line-height: 0.7;
}

/* antigo */
.menu {
	background-color: #053473;
}

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

.bordacorprincipal {
	border: solid 3px #283051 !important;
}

.bordacorprincipal1px {
	border: solid 1px #283051 !important;
}

.bordabottom {
	border-bottom: solid 1px #283051 !important;
}

.fundocorclara {
	background-color: #4d598e !important;
}

.fontecorprincipal {
	color: #283051 !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)
}