/************************************************/
/********************* HOME *********************/
/************************************************/
/* FEATURED IMAGE */
body.home #zone-content-prefix > .row,
body.home #zone-content .row {
    max-width: 100%;
}

body.home #zone-content-prefix .columns {
    padding: 0;
}

body.home #zone-content-prefix .featured-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.home #zone-content-prefix .image-container,
body.home #zone-content-prefix .image-caption,
body.home #zone-content-prefix .row .row {
    margin: 0 auto;
    max-width: 62.5rem;
}

body.home #zone-content-prefix .image-container {
    border: 0;
    min-height: 405px;
    padding: 5rem 0.9375rem 0 0.9375rem;
}

body.home #zone-content-prefix .image-container * {
    color: #ffffff;
    font: 700 3.125rem/1 'Cabin', sans-serif;
    text-shadow: 4px 4px 8px #000000;
    letter-spacing: 2px;
}

body.home .featured-image .image-caption {
    left: 50%;
    transform: translate(-50%, 0);
}

body.home #zone-content-prefix .postTitle {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}

/* HOME NOTICIAS */
body.home #content-main {
    padding: 0;
}

body.home #content-main .home-noticias {
    clear: both;
    float: left;
    padding: 1em 0 3em 0;
    width: 100%;
}

body.home #content-main .home-customWrapper {
    margin: 0 auto;
    max-width: 62.5rem;
}

body.home ol#noticias-posts {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

body.home ol#noticias-posts > li {
    border-top: 0;
}

body.home ol#noticias-posts > li.no-image ~ li {
    margin-top: 1.5em;
}

body.home ol#noticias-posts > li:nth-child(2) {
    margin-top: 3.75em;
}

body.home ol#noticias-posts > li:nth-child(4) {
    margin-bottom: 3.5em;
}

body.home ol#noticias-posts > li.custom-more-link {
    bottom: 0;
    position: absolute;
    right: 0;
}

body.home ol#noticias-posts > li span.date {
    color: #444;
    display: inline-block;
    font: 700 0.8em/1 'Cabin', sans-serif;
    text-transform: uppercase;
    border-top: solid 7px #cc6600;
    padding-top: 7px;
    margin-bottom: 1em;
}

body.home ol#noticias-posts > li a {
    display: block;
    text-decoration: none;
}

body.home ol#noticias-posts > li:not(:first-of-type):not(.custom-more-link) a {
    border-top: 1px solid #ccc;
    padding: 1em 0;
}

body.home ol#noticias-posts > li:nth-child(4) a,
body.home ol#noticias-posts > li.no-image ~ li:not(.custom-more-link) a {
    border-bottom: 1px solid #ccc;
    height: 100%;
}

body.home ol#noticias-posts > li.custom-more-link a {
    background-color: #024794;
    border: 1px solid #ccc;
    color: #fff;
    font: 700 14px/1.25 'Cabin', sans-serif;
    padding: 0.5em;
    text-transform: uppercase;
}

body.home ol#noticias-posts > li.custom-more-link a:hover {
    background-color: #0152ac;
    color: #ffcb05;
}

body.home ol#noticias-posts > li a .postTitle {
    color: #024794;
    margin-bottom: 0;
    position: relative;
}

body.home ol#noticias-posts > li a:hover .postTitle {
    color: #666;
    text-decoration: underline;
}

body.home ol#noticias-posts > li:not(:first-of-type) a .postTitle {
    font-size: 1.125em;
    margin-top: 0;
    padding-right: 20px;
    transition: all 0.2s ease;
}

body.home ol#noticias-posts > li:not(:first-of-type) a .postTitle:after {
    border: 1px solid #024794;
    border-radius: 50%;
    content: '\f105';
    font: 400 12px/1.25 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    text-align: center;
}

body.home ol#noticias-posts > li:not(:first-of-type) a .postTitle:hover:after {
    border-color: #666;
}

body.home ol#noticias-posts > li:first-of-type .featured-image {
    margin-bottom: 0;
    margin-top: 0.5em;
}

body.home ol#noticias-posts > li.custom-more-link a i {
    border: 1px solid #fff;
    border-radius: 50%;
    float: right;
    width: 16px;
    height: 16px;
    padding-left: 0.125em;
    text-align: center;
}

body.home ol#noticias-posts > li.custom-more-link a:hover i {
    border-color: #ffcb05;
}



/************************************************/
/****************** HOME MIDDLE *****************/
/************************************************/
#home-second {
    border: 1px solid #ababab;
    border-width: 1px 0;
    float: left;
    width: 100%;
    padding: 80px 0;
    background-image: url('../images/big-map.jpg');
    /*background-position: center center;*/
    background-position: 50% 85%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home-map,
.home-infographics {
    min-height: 286px;
    position: relative;
    float: left;
}

.home-map {
    padding-bottom: 38px;
}

.home-map p {
    font-size: 1.5em;
    line-height: 1.25;
}

.home-map p:last-of-type {
    position: absolute;
    bottom: 0;
    left: 0.9375rem;
    margin: 0;
}

.home-infographics {
    text-align: center;
}

body.home .widget-title {
    color: #555;
    font: 700 30px/1.5 'Cabin', sans-serif;
    text-transform: uppercase;
}
#content #home-second ul.infographics {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
}
#content #home-second ul.infographics li:before {
    display: none !important;
}

body.home ul.infographics {
    float: left;
    text-align: center;
    width: 100%;
}

ul.infographics li {
    float: left;
    width: 220px;
    height: 220px;
    text-align: center;
    padding: 25px 15px;
    vertical-align: top;
}

ul.infographics li,
ul.infographics li.orange {
    background-color: #cc6600;
}

ul.infographics li.blue {
    background-color: #587abc;
}

ul.infographics li.green {
    background-color: #b3ac17;
}

ul.infographics li:first-child {
    margin-right: 20px;
}
ul.infographics li span {
    display: block;
}
ul.infographics li span.lrgNumber {
    font-size: 3.8em;
    line-height: 1;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}
ul.infographics li span.infoText {
    font-size: 18px;
    line-height: 24px;
}
#content-main .home-infographics a.custom-more-link {
    margin: 2em auto 0 auto;
    display: inline-block;
    clear: both;
}

#content-main .home-map a:last-of-type,
#content-main .home-infographics a:last-of-type,
#content-main .academica a:last-of-type {
    background: #000;
    color: #fff;
    display: inline-block;
    font: 700 14px/1.25 'Cabin', sans-serif;
    max-width: 170px;
    padding: 0.75em 2.5em 0.75em 0.75em;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

#content-main .home-map a:last-of-type:after,
#content-main .home-infographics a:last-of-type:after,
#content-main .academica a:last-of-type:after {
    border: 1px solid #fff;
    border-radius: 50%;
    content: '\f105';
    font: 400 12px/1.25 'FontAwesome';
    position: absolute;
    right: 0.75em;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    text-align: center;
}

#content-main .home-map a:last-of-type:hover,
#content-main .home-infographics a:last-of-type:hover,
#content-main .academica a:last-of-type:hover {
    background: #555;
    color: #ffcb05;
}

#content-main .home-map a:last-of-type:hover:after,
#content-main .home-infographics a:last-of-type:hover:after,
#content-main .academica a:last-of-type:hover:after {
    border-color: #ffcb05;
}



/************************************************/
/****************** HOME BOTTOM *****************/
/************************************************/
/* BACKGROUND COLOR */
#home-bottom.bgYellow {
    background-color: #ffcb05;
    float: left;
    width: 100%;
    clear: both;
}
#home-bottom .academica p,
#home-bottom .academica ul,
#home-bottom .academica ol {
    font-size: 1.25em;
    line-height: 1.25;
}
#content #home-bottom .academica ul,
#content #home-bottom .academica ol {
    margin-left: 0!important;
}
#content #home-bottom .academica * > li {
    margin-bottom: 1.5rem;
}
#home-bottom .academica > div {
    padding: 3em 1em 1.5em 0; 
}
#home-bottom .apply {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*min-height: 400px;*/
}
#home-bottom .apply .content {
    position: absolute;
    bottom: 2em;
    left: 2em;
    color: #fff;
    width: 70%;
}
#home-bottom .apply .content p {
    font-size: 2.25em;
    line-height: 1.1em;
}

#home-bottom .apply .content a {
    color: #fff;
    text-decoration: none;
}

#home-bottom .apply .content a:last-of-type:after {
    content: ' \f101';
    font-family: 'FontAwesome';
}

#home-bottom .apply .content a:hover {
    text-decoration: underline;
}



