@charset "utf-8";
body, td, th, input, select, textarea{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: #313131;
}
body{
	margin:0px;
	padding: 0px;
}
h1{color:#1D135F;}
h2{color:#A2BD0A;}
h3{color:#CB3120;}
h4{color:#1D135F;}
h5{color:#000;}
h6{color:#CCC;}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }

/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #302010; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #A7CF3A; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}
.clear{clear: both;}

#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

/* Menu lateral */
.imagen_ver_evento{
	width: 80%;
}

#MenuVerticalIntranet{
	padding: 0;
	margin: 0;
 	width: auto;
}
#MenuVerticalIntranet li a { 
	color: #1D135F;
    font-weight: 200;
    display: block;
    padding: 10px 0 10px 8px;
    transition: all 0.5s;
    text-align: left;
    font-size: 0;
 }
 #MenuVerticalIntranet li a:hover{
 	color: #b0c506;
 	border-bottom: solid 1px #1D135F;
 	font-size: 16px;
 }
 .mod-box-title-int {
    text-align: left;
    background: #fff;
    color: #1D135F;
    padding: 10px 5px;
    font-size: 22px;
    font-weight: 800;
}
.cl-left {
    padding:0 0 25px;
    min-width: 200px;
    display: none;
    background:#1D135F;
    margin-top: 113px;
}
.cl-main{
    width: 100%;
}

/* General Styles */
.content-box, .mod-box {
    padding: 25px;
}
.content-area {
    padding: 20px 0;
}

/* Colors */
.col-whi{
	color: #fff;
}
.col-bla{
	color: #000;
}
.col-blue{
	color: #1B145C;
}

.bg-blue{
	background-color: #1B145C;
}
.bg-whi{
	background-color: white;
}
.bg-green{
	background-color: #A1BD0B;
}

/* Paddings */
.pad-0{
	padding: 0;
}
.pad-1{
	padding: 1em;
}
.pad-3{
	padding: 3em;
}

/* Displays */
.dis-blo{
	display: block;
}
.dis-inl{
	display: inline-block;
}
.dis-flex{
	display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:focus{
	outline: none !important;
}
section.home-section,.site-content-inside {
    padding-top: 52px;
}
h2.title,.content-box-title,.mod-box-title {
    color: #313131;
    position: relative;
    padding: 5px 0 0 0;
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-top: 0;
    width: auto;
    display: inline-block;
}
h2.content-box-title,h2.mod-box-title{
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
    display: block;
    margin-bottom: 30px;
}
h2.content-box-title::after,h2.mod-box-title::after {
    left: 50%;
    bottom: -20px;
    width: 120px;
    height: 10px;
    transform: translateX(-50%);
    border-radius: 5px;
}
h2.title strong {
    display: block;
}
h2.title::after,.content-box-title::after,.mod-box-title::after {
    content: "";
    width: 70px;
    height: 15px;
    background: #A1BD0B;
    position: absolute;
    bottom: 0;
    z-index: -1;
    right: 0px;
}
.info-section p{
	text-align: center;
	font-size: 1.2em;
}
.info-section .row .col-xs-12 {
    padding: 0;
}
.intro {
    font-size: 16px;
    padding: 2em 1.5em;
}
.site-content{
	max-width: 1200px;
	margin: 0 auto;
}
.img-zoom-in,.img-zoom-out {
    overflow: hidden;
}
.img-zoom-in img,.img-zoom-out img{
    transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img{
    transform: scale(1.15);
}
.img-zoom-out img{
    transform: scale(1.15);
}
.img-zoom-out:hover img{
    transform: scale(1);
}
.bold {
    font-weight: 700;
}
.info-cb-2{text-align: justify;}

/* Fonts */
.text-upper{
	text-transform: uppercase;
}

/* Headlines */
.subtitle {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: .6em 0;
}

/* Buttons */
.btn-def,#fg_submit {
    text-align: center;
    display: flex;
    padding: 10px 15px;
    border-radius: 25px;
    margin: 0 10px;
	text-shadow: none;
}
.btn-green,#fg_submit {
    background: #A1BD0B;
    color: #1B145C;
}
.btn-green:hover,#fg_submit:hover{
	color: #1B145C;
	background: #80bd20;
}
.w-100{
	width: 100%;
}
.pad-0-intro .col-xs-12{
	padding: 0;
}

/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #1D135F;
	transition: all .4s ease;
}
.header-bottom{
	display: none;
}
.header-content {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-brand {
    max-width: 170px;
    background: #fff;
    padding: 10px;
}
.nav-brand img{
	transition: all .2s ease;
}
.social-links, .navbar-header,.main-nav-mobile,.btn-top {
    display: none;
}
a.toogle-menu {
    color: #A1BD0B;
    font-size: 40px;
    padding: 0 5px;
    line-height: 1;
    margin-right: 15px;
}
.mm-menu {
    background: #1D135F;
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {
    display: block !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}

/* Slider Home */
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 45px;
    padding: 0 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.slick-arrow:hover{
	color: #A7CF3A;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slider-home .slide.slick-slide {
    position: relative;
}
.layer-slide {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 20px;
}
h2.title-slider {
    text-shadow: 1px 1px 16px black;
}
.title-slider, .subtitle-slider {
    font-size: 20px;
    text-shadow: 2px 1px 1px black;
}

/* Social */
.social-links a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    padding-top: 3px;
    border-radius: 50%;
    margin: 2px 5px;
}
.social-links {
    margin: 0 15px;
}
a.btn-def.bg-whi:hover {
    background: #92b000;
    color: #fff;
}
h2.title-footer {
    font-size: 45px !important;
    margin: 0;
}
.social-footer {
    padding: 10px 0;
}

/* Content Blocks */
.content-cb-1 p {
    text-align: center;
}
.item-project {
    position: relative;
    padding: 150px 50px;
    background-size: cover !important;
    margin-bottom: 15px;
    background-position: center center !important;
}
.info-project {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 15px;
    right: 15px;
    overflow: hidden;
    max-width: 280px;
}
.info-project h2 {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.info-project a {
    font-size: 14px;
    margin-bottom: -38px;
    display: block;
}
.item-project:hover a{
	margin-bottom: 0;
}

/* Slider Projects */
.info-slide-project {
    position: absolute;
    bottom: 0;
    background: url(gradient.png) no-repeat left bottom;
    text-align: left;
    height: 100%;
    width: 100%;
}
.info-slide-project h2 {
    font-size: 20px;
    text-align: left;
    margin: 0 0 5px 0;
}
.info-slide-project .col-xs-12 {
    padding: 0;
}
.info-slide-project .col-xs-12 p {
    margin: 0;
    font-size: 14px;
}
.content-image-project {
    position: relative;
    margin-bottom: 15px;
}
img.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
}
.content-video-project {
    position: relative;
}
.slider-projects .slick-arrow {
    background: #1D135F;
}
.content-slide-projects {
    display: block;
}
.content-info-slide-project {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
}
.cb-3{
	max-width: 1460px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 auto;
}
.slider-projects {
    padding-top: 30px;
}
.content-cb-3 .content-btn-cb a {
    justify-content: center;
    max-width: 300px;
    margin: 25px auto 15px;
}

/* Events */
.content-new {
    margin-bottom: 20px;
}
.content-info-new h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.info-event {
    font-size: 14px;
    padding-bottom: 15px;
}
a.show-event {
    color: #9EBD3B;
    border-bottom: 1px solid;
    padding-bottom: 0px;
}
a.show-event:hover{
	color: #1D135F;
}


/* Footer */
footer.footer {
    background: #1D135F;
    padding: 10px 10px 0px;
}
figure.footer-brand {
    max-width: 150px;
    /*background: #fff;*/
    margin: 0 auto 10px;
    padding: 10px 0;
}
footer.footer * {
    text-align: center;
    color: #989898;
    font-weight: 100;
    font-size: 14px;
}
.bar-footer {
    padding: 10px 0;
}
.social-footer {
    display: block;
}
.social-footer a i {
    font-size: 24px !important;
    padding-top: 5px;
    color: #1e0e61;
}
.bar-footer * {
    font-size: 12px !important;
}
footer a:hover{
	color: #fff !important;
}
.content-cb-3 .content-btn-cb a:hover {
    background: #1e0e61;
    color: #fff;
}
.social-links a:hover {
    background: #9bba00 !important;
}
a.show-map {
    background: white;
    color: #1e0e61 !important;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 15px;
    font-size: 16px;
    display: block;
    max-width: 115px;
    text-align: center !important;
	margin: 0 auto 15px;
}
a.show-map:hover{
	opacity: .8;
	color: #1e0e61 !important;
}


/* Media Queries */
@media screen and (min-width: 580px){
	h2.title::after {
		right: -10px;
	}
}

@media screen and (min-width: 768px){
	.btn-top,.social-links {
	    display: block;
	}
	.content-info-header {
	    align-items: center;
	}
	.subtitle-slider {
	    font-size: 40px;
	    font-weight: 700;
	}
	.intro {
	    padding: 3em 2.5em;
	}
	.content-slide-projects {
	    display: flex;
	    margin: 0 15px;
	}
	.content-info-slide-project {
	    max-width: 80%;
	}
	.info-slide-project h2 {
	    font-size: 26px;
	    font-weight: 700;
	}
	.content-image-project {
	    padding-right: 15px;
	}
	.slide-project.slick-slide:not(.slick-center) {
	    position: relative;
	}
	.slide-project.slick-slide:not(.slick-center)::after {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(255, 255, 255, 0.7);
	}
	.content-new {
	    margin-top: 25px;
	}
	.content-new .row {
	    display: flex;
	    align-items: center;
	    text-align: left;
	}
	.content-info-new h3 {
	    margin-top: 0;
	}
	.nav-brand img{
		margin: 15px 0;
	}
}

@media screen and (min-width: 992px){
	a.show-map {
	    margin: 0 0 15px;
	}
	.nav-mobile {
	    display: none;
	}
	.nav-brand {
	    max-width: 190px;
	}
	.btn-def, #fg_submit {
	    padding: 10px 15px;
	    border-radius: 30px;
	    font-size: 14px;
	}
	.navbar-header {
	    display: block;
	}
	nav.main-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	nav.main-nav > ul{
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 15px;
	}
	nav.main-nav ul li a {
	    color: #FFFFFF;
	    text-transform: uppercase;
	    font-weight: 500;
	}
	nav.main-nav ul li a {
	    color: #FFFFFF;
	    text-transform: uppercase;
	    font-weight: 500;
	    font-size: 14px;
	    display: block;
	    padding: 15px 5px;
	    position: relative;
	}
	ul.submenu {
	    position: absolute;
	    background: #1e0e61;
	    padding: 0 !important;
	    width: 200px;
	    text-align: left !important;
	    display: none;
	}
	ul.submenu li a {
	    font-size: 13px !important;
	    padding-left: 15px !important;
	    border-bottom: 1px solid rgba(255, 253, 253, 0.16);
	}
	ul.subsubmenu {
	    display: none;
	    position: absolute;
	    width: 200px;
	    left: 200px;
	    background: #1e0e61;
	    transform: translateY(-48px);
		text-align: left !important;
	}
	nav.main-nav ul li a::after {
	    content: "";
	    width: 0px;
	    height: 0px;
	    background: #A1BD0B;
	    position: absolute;
	    bottom: 0;
	    left: 50%;
	    transform: translateX(-50%);
	    border-radius: 50%;
	    transition: all .3s ease;
	}
	nav.main-nav ul li a:hover{
		color: #A1BD0B;
	}
	nav.main-nav ul li a:hover::after{
		width: 8px;
	    height: 8px;
	}
	nav.main-nav ul .submenu a::after{
		display: none;
	}
	h2.title {
	    font-size: 38px;
	}
	.item-project {
	    padding: 175px 50px;
	}
	.content-info-slide-project {
	    padding: 30px;
	}
	footer.footer * {
	    text-align: left;
	}
	.bar-footer {
		border-top: 1px solid #281E66;
		margin-top: 0;
		padding: 15px 0;
	}
	.social-footer a {
	    text-align: center;
    	background: gray;
	}
	.content-exus {
	    text-align: right !important;
	}
	.site-content-inside {
	    padding-top: 130px;
	}
	.content-box, .mod-box {
	    padding: 25px 40px;
	}
	.btn-top {
	    display: none;
	}
	.bar-footer * {
	    font-size: 11px !important;
	    margin: 0;
	}
	figure.footer-brand{
		margin: 0;
	}
	footer .social-links {
	    text-align: right !important;
	    margin: 0;
	}

	/*Menus intranet*/
	.site-content-inside {
        display: flex;
    }
    .cl-left {
        display: block;
        position: fixed;
	    top: 46px;
	    left: 0;
	    background: #fff;
    }
}

@media screen and (min-width: 1200px){
	nav.main-nav ul li a {
		font-size: 13px;
		padding: 15px 12px;
	}
	.content-info-header {
	    align-items: center;
	    width: 100%;
	    justify-content: center;
	}
	.navbar-header {
	    padding-right: 50px;
	}
	h2.title-slider {
	    font-size: 30px;
	    font-weight: 100;
	}
	.layer-slide {
	    max-width: 705px;
	    top: 50%;
	}
	.slick-arrow {
	    font-size: 75px;
	}
	.intro {
	    padding: 2em 2.8em;
	}
	.item-project {
	    padding: 205px 50px;
	    margin-bottom: 20px;
	}
	.content-cb-2 {
	    padding: 0 25px;
	}
	.info-project h2 {
	    font-size: 25px;
	}
	.slider-projects span.arrow-left.slick-arrow {
	    left: 14%;
	}
	.slider-projects span.arrow-right.slick-arrow {
	    right: 14%;
	}
	.info-slide-project h2 {
	    font-size: 30px;
	}
	footer.footer {
	    padding-top: 25px;
	}
	.btn-top {
	    display: block;
	}
	section.home-section, .site-content-inside {
	    padding-top: 67px;
	}
}

@media (min-width: 1280px){
	.nav-brand {
	    max-width: 225px;
	    padding: 0 10px;
	}
}
/* PopUp */
.modal-popUp .modal-dialog {
    width: 100%;
    max-width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
    padding: 15px;
}
.modal-popUp button.close span {
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
    padding: 0 !important;
}
.modal-popUp button.close {
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}
.modal-backdrop.in{
	display: none;
}
.blog--grid > div > div > div > article > header{
	display: none;
}
