body{
	margin: 0 auto;
    font-size: 17px;
    font-family: 'Lora';
    color: #636467;
    overflow-x: hidden;
}
p{
    line-height: 27px;
}
img{
	max-width: 100%;
}
h1{
    color: white;
    font-family: 'Gelio Fasolada';
    text-transform: uppercase;
    font-size: 1.6em;
    margin: 0;
    font-weight: 400;
}
h3{
    font-family: 'Gelio Fasolada';
    font-size: 1.4em;
    color: #256879;
    text-transform: uppercase;
    margin-top: 35px;
}
a{
    color: #256879;
    text-decoration: none;
}
a:hover{
    color: #4c4c4c !important;
    text-decoration: underline;
}

nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
nav li{
	margin: 0;
}
li {
    margin: 10px 0;
}
@font-face {
    font-family: 'Gelio Fasolada';
    src: url('../fonts/Gelio Fasolada.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IcoMoon-Free';
    src: url('../fonts/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#icon{
	font-family: 'IcoMoon-Free';
}
*::-moz-selection{
   background: #2da5aa;
   color: #fff;
}

*::selection {
   background: #2da5aa;
   color: #fff;
}
.noselect{
    user-select: none; 
    -webkit-user-select: none; 
    -moz-user-select: -moz-none;
}
#resaltado{
    color: #03a897;
    font-weight: 600;
}
/*---HEADER---*/
#header-bar-wrapper{
	background:url('../images/fondo-header-bar-congreso-2016.png');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
    max-height: 50px;
    overflow: hidden;
}
#header-bar{
	display: flex;
	justify-content: flex-end;
	max-width: 1150px;
    margin: 0 auto;
}
#header-bar p {
    margin: 12px 0;
}
#header-bar-logo {
    flex: 1;
    text-align: right;
}
#header-bar-logo img{
	width: 90px;
    margin: 4px 0;
}
#header-bar-info{
	display: flex;
	justify-content: center;
	flex: 3;
	color: #fff;
}
#header-bar-info a{
    color: #fff;
    text-decoration:none;
}
#header-bar-info a:hover{
    color: #256879 !important;
}
#header-bar-info #icon {
    margin-right: 5px;
    margin-left: 10px;
}
.contact {
    position: relative;
    top: -2px;
}
/*iconos header*/
.icon-phone:before {
    content: "\e942";
}
.icon-envelop:before {
    content: "\e945";
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-youtube:before {
    content: "\ea9d";
}
.letra-bar{
	font-family: 'Gelio Fasolada';
    margin-left: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
div#header-wrapper {
    padding: 30px 0;
    width: 1085px;
    margin: 0 auto;
}
#header-wrapper #content-boxed {
    display: flex;
    justify-content: center;
}
#content-boxed{
	max-width: 1150px;
	margin: auto;
}
div#header-logo {
    align-self: center;
    flex: 6;
    padding: 0 25px;
}
div#header-info {
    align-self: center;
    flex: 4;
    margin-left: -15px;
}
div#header-gepac {
    align-self: center;
    flex: 2;
    padding: 0 10px;
}
div#header-ministerio {
    align-self: center;
    flex: 4;
    padding: 0 10px;
    color: #256879;
}
#header-ministerio img{
	width: 100%;
}
/*#header-ministerio p{
	margin: 0;
    padding: 0 0px;
    line-height: 13px;
    font-size: 0.75em;
}*/

/*---MENU---*/
nav#menu {
    max-width: 2800px;
    width: 100%;
    margin: 0 auto;
}
#menu img{
	display: block;
}
#menu-wrapper{
	width: 100%;
	display: flex;
    position: relative;
    z-index: 2;
}
#menu-wrapper img{
	webkit-transition: -webkit-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}
#menu-wrapper a:hover img{
	transform: translateZ(0) translateY(0) translateX(0) scale(1.03, 1.03);
    display: block;
}
#caja{
	overflow: hidden;
    backface-visibility: hidden;
}
.caja1{
	flex: 1;
}
.caja2{
	display: flex;
	flex: 1;
    flex-direction: column;
}
.caja2 div{
	display: flex;
}
.caja3{
	flex: 1;
}
.caja4{
	display: flex;
	flex: 1;
}
.caja5{
	display: flex;
	flex: 1;
}


/*---VIDEO INDEX---*/
div#video-index-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    margin: 0 auto;
}
#video-index-wrapper:hover #video-lightbox {
    display: block;
}
#video-lightbox {
    position: absolute;
    width: 50px;
    margin: 0 auto;
    font-size: 50px;
    left: 48.7%;
    bottom: 70%;
    display: none;
}
#video-lightbox a{
    text-decoration: none;
    color: #fff;
}

/*---SPONSORS---*/
#sponsors-index{
    margin-top: -360px;
}
section#sponsors{
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 40px 0;
}
section#sponsors img:hover{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}


/*---FOOTER---*/
#footer-info-wrapper{
    background: #f1f1f2;
}
#footer-info-inner {
    display: flex;
    padding: 60px;
    padding-bottom: 25px;
    width: 75%;
    margin: 0 auto;
    justify-content: center;
}
div#footer-logo {
    flex: 3;
    align-self: center;
}
div#footer-info {
    flex: 2;
    align-self: center;
    margin: 0 20px;
}
div#footer-gepac {
    flex: 1;
    align-self: center;
}
#footer-mobile {
    background-color: #f1f1f2;
    background-image: url(../images/skyline-footer-11-congreso-gepac-2016.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 17%;
}
#footer-mobile #content-boxed{
    display: flex;
    justify-content: center;
}
#footer-inner {
    flex: 1;
}
#footer-column-wrapper{
    display: flex;
    justify-content: center;
}
#footer-column {
    flex: 1;
    display: flex;
    justify-content: center;
}
#footer-column ul{
    list-style: none;
    padding: 0;
}
#footer-column li {
    margin: 10px 0;
    color: #636467;
}
#footer-column h3{
    font-family: 'Gelio Fasolada';
    font-size: 1.4em;
}
#footer-column a{
    text-decoration:none;
}
#footer-column a li{
    color: #636467;
}
#footer-column a li:hover{
    color: #256879 !important;
}
#footer-column-separator{
    background:url('../images/barra-separadora-footer-1-11-congreso-gepac-2016.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*padding-bottom: 0.631%;*/
    height: 12px;
    max-width: 1300px;
    margin: 0 auto;
}


/*---FOOTER BAR---*/
#footer2 {
    background: url(../images/figuras-footer-11-congreso-gepac-2016-2800.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -320px;
    height: 375px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#footer-bar {
    display: flex;
    justify-content: center;
    color: #fff;
    width: 100%;
}
#footer-bar a{
    color: #fff;
    text-decoration: none;
}
#copyright {
    flex: 1;
    align-self: center;
    text-align: center;
}
#aviso-legal {
    flex: 6;
    align-self: center;
}
#aviso-legal ul {
    list-style: none;
    display: flex;
    justify-content: center;
}
#aviso-legal li {
    margin: 0 10px;
}
#rrss-footer {
    flex: 1;
    align-self: center;
    text-align: center;
}
#rrss-footer a {
    margin: 0 10px;
    font-size: 1.2em;
}
.icon-facebook:before {
    content: "\ea90";
}
.icon-twitter:before {
    content: "\ea96";
}
.icon-youtube:before {
    content: "\ea9d";
}