﻿/* STRUCTURE */
.content-section {
    position:relative;
}

.columns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 100px;
    margin-right: 100px;
    overflow: visible;
    flex-flow: wrap;
}
	.columns-container.full {
		display:block;
	}
		.columns-container.full > .row {
			position: relative;
			padding-left: 12.5%;
			padding-right: 12.5%;
			margin-left:0;
			margin-right:0;
		}
		.section_no_header .columns-container.full > .row {
			position: initial;
		}

	.text-container {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 340px);
		flex: 0 0 calc(100% - 340px);
		padding-left: 12.5%;
		padding-right: 4%;
		margin-top: 30px;
	}

		.columns-container.half .text-container {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 35%;
			flex: 0 0 35%;
		}

	.lateral-menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 340px;
		flex: 0 0 340px;
		padding-left: 10px;
		transition: all 0.2s ease-out;
		margin-top: 110px;
		margin-bottom: 50px;
	}
		.lateral-menu img {
			width: 100%;
		}

		.columns-container.half .lateral-menu {
			-webkit-box-flex: 0;
			-ms-flex: 0 0 65%;
			flex: 0 0 65%;
		}

	.home .lateral-menu {
		margin-top: 70px;
	}

/* TOP */
.logo {
	display: inline-block;
}

.logo img {
	max-width: 200px;
    max-height: 52px;
}
.mobile_logo {
	display:none;
}

#navheader_top {
	padding: 7px 0;
}

#navheader_top .text-container,
#navheader_top .lateral-menu {
	margin:0;
}
	#navheader_top div.sso,
	#navheader_top div.search,
	#navheader_top div.news {
		float: right;
		background: url(../img/icons/search.png?) no-repeat left center;
		background-size: contain;
		margin: 16px 0 0 32px;
	}
	#navheader_top div.sso {
		background-image: url(../img/icons/login.png?);
	}
	#navheader_top div.news {
		background-image: url(../img/icons/news.png?);
	}
	#navheader_top div div a {
		color: #333;
		padding-left: 32px;
		text-transform: uppercase;
		font-size: 13px;
	}

/* HEADER */
.header-content{
    position: relative;
    height: 380px;
}
.header-text{
    height: 100%;
	font-size:24px;
	color:#fff;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.header-content .columns-container.full {
	height:100%;
}
.header-text-large {
    height: 100%;
}
.header-text-large img {
    max-height: 85%;
}

/* home */
#carousel .carousel-inner {
    height: 100%;
}
#carousel .columns-container{
	position:relative;
	padding:0px;	
	height:100%;
}

#carousel .white-line{
	position:absolute;
	border-bottom:2px solid #fff;
}

#carousel .white-line.small{
	width:39%;
}

#carousel .white-line-menu{
	position: absolute;
	width:133px;
	border-bottom:2px solid #fff;
}


#carousel .item {
    height: 100%;
    color: #fff;
}
#carousel .item p {
    color: #fff;
}

#carousel .item .item-background{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-size: cover;
}
#carousel .item > .columns-container.inner-slide {
    height: 100%;
	align-items: center;
	justify-content: center;
}
#carousel .slide-slogan,
#carousel .slide-img {
    width: 50%;
    text-transform: uppercase;
	order: 1;
}
#carousel .slide-slogan {
    margin-left: 5%;
}
#carousel .slide-img {
    width: 45%;
    text-align: right;
	order: 0;
}
#carousel .slide-img.text-center {
    text-align: center;
}

#carousel .small{
	text-transform: none;
	line-height: 14px;
	font-size:16px;
}

#carousel .carousel-indicators {
	bottom: 12px;
    margin-left: -15%;
    width: 30%;
}

/* interior home */
.header-text .header-text-minified {
	display:none;
}
.inside .header-content {
    height: 325px;
}
.carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* interior page */
.section_no_header .header-content {
    height: 78px;
}
.section_no_header .container-small{
    position: initial;
}
.section_no_header .header-text .header-text-minified {
	display:block;
	position: absolute;
    bottom: 24px;
	margin-left: 4px;
}
.section_no_header .header-text .header-text-minified-2lines {
    bottom: 4px;
}

/*header.congress .container-small {
    width: 71%;
    margin-left: 14%;
    padding-top: 0%;
}*/



/* FOOTER */
footer{
	font-size:14px;
}
	footer .columns-container.full > .row > div {
		padding-left:0;
		padding-right:0;
	}

footer .blue_wrapper {
	background:#004B93;
	color: #fff;
}

footer .blue_wrapper a,
footer .blue_wrapper p{
	color: #fff;
}
footer hr {
    margin: 0;
    border-color: #fff;
}
.footer-top.row {
    padding: 24px 0;
}
footer a{
	color:#929497;
}

footer a:hover{
	color:#8BDDF8;
}

footer p{
	color:#929497;
}

footer ul{
	list-style-type: none;
	padding-left:0px;
	font-size: 14px;
}

	footer ul::after{
		content: "";
		display: table;
		clear:both
	}

footer li{
	float:left;
	padding:0px 0;
}

footer li:first-child:before{
	content:"";
	margin: 0;
}

footer li:before{
	content: "•";
    color: #fff;
	margin: 0 8px;
}

footer .white-line{
	margin:0px;
	border-bottom: 1px solid #fff;
}

.logo-footer{
	float:left;
	margin-top:16px;
}

.address{
	margin-top:16px;
	margin-left:0;
	margin-bottom:0px;
}

.address a, .copyright a{
	color:#929497;
}

.copyright{
	margin-left:0;
}

.social-links{
	float:right;
}

.social-links a{
	display:block;
	float:left;
	transition: 0s;
}
	.social-links::after{
		content: "";
		display: table;
		clear:both
	}

.social-links .twitter{
	background:url('../img/x_footer.png') no-repeat;
	width:21px;
	height:20px;
	margin-left:0px;
}

.social-links .twitter:hover{
	background-position:0px -20px;
}

.social-links .facebook{
	background:url('../img/facebook_footer.png') no-repeat;
	width:21px;
	height:20px;
	margin-left:15px;
}

.social-links .facebook:hover{
	background-position:0px -20px;
}

.social-links .linkedin{
	background:url('../img/linkedin_footer.png') no-repeat;
	width:21px;
	height:20px;
	margin-left:15px;
}

.social-links .linkedin:hover{
	background-position:0px -20px;
}

.social-links .youtube{
	background:url('../img/youtube_footer.png') no-repeat;
	width:21px;
	height:20px;
	margin-left:15px;
}

.social-links .youtube:hover{
	background-position:0px -20px;
}

.social-links .siuau{
	background:url('../img/siuau_footer.png') no-repeat;
	width:92px;
	height:36px;
	margin-top:17px;
}

.social-links .siuau:hover{
	background-position: 0 -36px;
}


@media (min-width: 1600px){
	.col-xl-3 {
		width: 25%;
	}
}
	
@media (max-width: 1359px) {
    .columns-container.full>.row {
        padding-left:0;
        padding-right: 0
    }

    .text-container {
        padding-left:0
    }
}
@media (min-width: 950px) and (max-width: 1359px) {
    .columns-container {
        margin-right: 20px;
    }
		.columns-container.full {
			margin-right: 100px;
		}
}
@media (max-width: 991px) {
	.footer-top > div,
	footer .address,
	footer .copyright {
		text-align:center;
	}
	.footer-top > div ul {
		display: inline-block;
	}
		.footer-top > div ul li {
			padding: 0 0 4px 0;
		}
		
	.social-links{
		float:none;
		margin: 10px 0 0 40%;
	}
}

@media (max-width: 949px) {
    .columns-container {
		display: block;
        margin-left: 3%;
		margin-right: 3%;
    }
		.columns-container.full {
			margin-left: 3%;
			margin-right: 3%;
		}
		.columns-container.inner-slide {
			display:flex;
		}

	.text-container {
		padding-right: 0;
	}
	
	.lateral-menu {
		padding-left: 0;
		max-width: 400px;
		margin: 100px auto 50px auto;
	}

	#navheader_top.columns-container {
		display:flex;
	}
}


@media (max-width: 767px) {
	.lateral-menu,
	.columns-container.half .lateral-menu,
	.columns-container.half .text-container{
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		flex-grow: 1;
	}
	#navheader_top div.sso, #navheader_top div.search, #navheader_top div.news {
		margin: 8px 0 0 28px;
	}
	#navheader_top div div a {
		display: inline-block;
		width: 32px;
		height: 32px;
		overflow: hidden;
	}
	.header-text {
		font-size: 14px;
	}
	.section_no_header .header-text .header-text-minified {
		bottom: 30px;
	}
    .section_no_header .header-text .header-text-minified-2lines {
		bottom: 10px;
	}

	#carousel .item > .columns-container.inner-slide {
		height: calc(100% - 72px);
	}
	#carousel .slide-slogan {
		width:100%;
		text-align: center;
	}
	#carousel .slide-img {
		padding:8px 0;
		text-align: center;
		width:100%
	}
	#carousel .slide-img img {
		width:auto;
		max-height:90px;
	}

	.inside .header-content {
		display:none;
	}

	.home_siuatu img {
		width:180px !important;
	}
}

@media (max-width: 400px) {
	.desktop_logo {
		display:none;
	}
	.mobile_logo {
		display:block;
	}
	#carousel .carousel-indicators {
		margin-left: -20%;
		width: 40%;
	}

	.home_siuatu img {
		width:110px !important;
	}
}