
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

article, body, div, footer, form, h1, h2, h3, header, html, iframe, input, li, main, p, section, table, td, th, ul {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #f0f0f0;
        
}
h1 {
    font-family: 'Titillium Web', sans-serif;
    
}
li {
    list-style: none
}

a {
    outline: 0;
    text-decoration: none
}

header {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 10px #888;
    z-index: 100
}

header .content {
    position: relative
}

header #back {
    position: absolute;
    right: 200px;
    top: 15px;
    z-index: 1001
}

header #back a {
    height: 25px;
    padding-left: 22px;
    line-height: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background: url(../img/btn_back.png) left no-repeat;
    opacity: .5;
    transition: opacity .5s ease 0
}

@media screen and (max-width:450px) {
    header #back a {
        display: none
    }
}

header #back a:hover {
    opacity: 1
}

nav#menu {
    position: absolute;
    top: 10px;
    left: 0
}

nav#menu .icon {
    width: 40px;
    height: 40px;
    position: relative;
    background-image: url(../svg/icon_menu.svg);
    transition: background-color 1s ease;
    cursor: pointer
}

#logo, #social {
    position: absolute
}

nav#menu .icon:hover {
    background-color: #dedede
}

nav#menu #sections {
    width: 200px;
    padding: 10px;
    position: absolute;
    top: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px #d3d3d3;
    z-index: 100
}

nav#menu #sections li a {
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #404040;
    letter-spacing: -.3px;
    transition: color 1s ease
}

nav#menu #sections li a:hover {
    color: #000
}

#logo {
    left: 50px
}

#logo a {
    float: left
}

#logo.ln a {
    width: 122px;
    height: 26px;
    left: 15px;
    margin: 16px 0 0 5px;
    background: url(../svg/logo_ln-desktop.svg) center center no-repeat;
    background-size: contain
}

#tec  {
    width: 122px;
    height: 26px;
    float: left;
    margin: 16px 0 0 170px;
    background: url(../svg/logo.svg) center center no-repeat;
    background-size: contain
}

#logo.pe a {
    width: 117px;
    height: 30px;
    left: 15px;
    margin: 16px 0 0 10px;
    background: url(../svg/logo_pe.svg) center center no-repeat;
    background-size: contain
}

#logo.ef a {
    width: 60px;
    height: 60px;
    margin: 0;
    background: url(../svg/logo_ef.svg) center center no-repeat;
    background-size: contain
}

#logo span {
    margin-left: 15px;
    color: #222;
    line-height: 60px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.3px;
    font-family: Signika
}

@media screen and (max-width:570px) {
    #logo.ln a {
        width: 29px;
        height: 26px;
        background: url(../svg/logo_ln-phone.svg) center center no-repeat;
        background-size: contain
    }
    #tec {
        display: none
    }
}

#social {
    right: 10px;
    top: 15px
}

#social li {
    display: inline-block;
    cursor: pointer
}

#social li a {
    width: 50px;
    height: 30px;
    display: block;
    margin-left: 5px;
    background-size: auto;
    background-repeat: no-repeat
}

#social li a.facebook {
    background-image: url(../svg/icon_facebook.svg)
}

#social li a.twitter {
    background-image: url(../svg/icon_twitter.svg)
}

#social li a.google {
    background-image: url(../svg/icon_google.svg)
}

#sponsor {
    padding-top: 60px;
    position: relative;
    z-index: 10
}

#sponsor .title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    background: #e2e2e2
}

#sponsor .logo {
    height: 70px;
    padding-top: 5px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e2e2e2
}

.banner p {
    width: 100%;
    background: #363636
}

.banner .content {
    width: 100%; 
}

.banner {
    margin: 30px 0;
    text-align: center;
}

.banner p {
    height: 25px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 25px;
    margin: 0 auto 1px;
    width: 728px;
}

.banner .content {   
    margin: 0 auto;
    position: relative
}

footer {
    left: 0;
    right: 0;
    background-color: #1f2f60;
    height: 170px;
    padding: 20px
}

footer .link {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 10%;
    top: -56px;
    padding: 3px;
    background: #e2e2e2;
    z-index: 100
}

footer .link .close {
    width: 100%;
    display: block;
    position: relative
}

footer .link a {
    display: block;
    position: relative;
    cursor: pointer;
    background-image: url(../img/flecha_verde.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden
}

footer .link a img {
    width: 75px;
    float: left
}

footer .link a span {
    width: 190px;
    float: left;
    margin-left: 20px;
    font-family: Signika, serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px
}

footer .link a span strong, section h1 {
    font-family: Signika, sans-serif
}

footer .link a span strong {
    font-size: 11px;
    line-height: 12px;
    color: #fff
}

footer .main {
    max-width: 800px;
    margin: 0 auto
}

footer .main p {
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    line-height: 20px
}

footer .main p strong {
    color: #b4b4b4
}

footer .main p a {
    text-decoration: underline;
    color: #616161
}

footer .main p span {
    color: #a5a5a5
}

.main_footer {
    max-width: 900px;
    margin: 0 auto
}

/*.list_content .menu .facebook, .list_content .menu .twitter, .list_content .menu .youtube {
    background-image: url(../img/redes.png);
    height: 25px;
    margin: 15px 25px 0 0;
    overflow: hidden
}*/
.list_content .menu li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 12px
}

.main_footer .list {
    display: inline-flex
}

.main_footer .list .list_content {
    width: 290px;
    padding: 10px
}

.main_footer .list .list_content li {
    cursor: pointer;
    margin: 10px 12px 0 0
}

@media screen and (max-width:350px) {
    .main_footer .list .list_content {
        width: 100%
    }
}

.main_footer .list .list_content a, .main_footer .list .list_content p {
    color: #fff;
    font-size: 10px
}

.main_footer .list .list_content a {
    display: inline-block;
    font-size: 13px
}

.main_footer .list .list_content .fdestacado {
    background-color: #ef4135;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 0;
    text-align: center
}

@media screen and (max-width:900px) {
    .main_footer .list {
        display: block
    }
    .main_footer {
        width: 90%
    }
}

.list_content .menu {
    display: inline-block
}

.list_content .menu .facebook {
    width: 25px
}

.list_content .menu .twitter {
    background-position: 52px 0;
    width: 24px
}

.list_content .menu .youtube {
    background-position: 28px 0;
    width: 28px
}

body, html, main {
    width: 100%
}

.list_content .menu a {
    display: block;
    width: 100%;
    height: 100%
}

@media screen and (max-width:900px) {
    footer {
        height: auto
    }
}

@media screen and (max-width:571px) {
    .item-comparta {
        display: inline-block
    }
}

body, html {
    height: auto
}

.main img {
    display: inline-block;
    max-width: 100%;
    margin:  auto
}

section {
    background-size: cover;
    background-position: center
}

section .main {
    max-width: 820px;
    padding: 60px 0 15px;
    margin: auto;
    text-align: left
}

@media screen and (max-width:670px) {
    section .main {
        padding: 30px 10% 10px
    }
}

section .main .subtitle {
    font-size: 1em;
    margin: 80px 0 40px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3em
}

section h1 {
    margin-bottom: 25px;
    font-size: 44px;
    line-height: 48px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase
}

section h2 {
    font-size: 1.2em;
    font-weight: 200;
    color: #ddd;
    text-align: center
}

section p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Titillium Web', sans-serif;
}

section .fondo {
    background-color: rgba(23, 83, 41, .4);
    padding: 10px
}

article .main {
    width: 820px;
    padding: 40px 0 25px;
    margin: auto
}

@media screen and (max-width:840px) {
    article .main {
        width: 550px
    }
}

@media screen and (max-width:570px) {
    article .main {
        width: 280px
    }
}

article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0
}

article h1 {
    margin-bottom: 10px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    line-height: 43px;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px
}

blockquote, blockquote span {
    font-family: 'Titillium Web', sans-serif;
}

article h2 {
    margin-bottom: 15px;
    font-size: 1.2em;
    font-weight: 200;
    color: #000
}

.credito, article p {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000
}

article p {
    line-height: 28px
}

.credito {
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: none
}

article p.column {
    width: 40%;
    margin-left: 5%;
    float: right
}

@media screen and (max-width:600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none
    }
}

blockquote {
    width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
    font-size: 24px;
    font-weight: 600;
    border-left: #4a4a4a 10px solid
}

blockquote span {
    margin-top: 15px;
    font-size: 16px;
    color: #ccc
}

.slider {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #f4f4f4
}

.slider .controls {
    width: 100%;
    height: 85%;
    position: relative;
    z-index: 10
}

.slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center
}

.slider .controls ul.tabs li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: .5
}

.slider .controls ul.tabs li.current {
    opacity: 1
}

.slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 40%
}

.slider .controls ul.arrows li {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity .5s ease 0
}

.slider .items, .slider .items .item {
    height: inherit;
    width: 100%;
    position: absolute
}

.arrow:hover, .slider .controls ul.arrows li:hover {
    opacity: 1
}

.slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(../img/arrow_backward.png)
}

.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(../img/arrow_forward.png)
}

.slider .disabled {
    visibility: hidden!important
}

.slider .items {
    top: 0
}

.slider .items .item {
    display: none
}

.slider .items .item .image {
    width: 100%;
    height: 85%;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover
}

.slider .items .item p {
    width: 90%;
    height: 10%;
    max-width: 600px;
    margin: auto;
    color: #000;
    font-size: .8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden
}

.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin: 20px auto;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s ease
}

.arrow.down {
    background-image: url(../img/arrow.png)
}

@keyframes animationFrames {
    0% {
        opacity: 0;
        background-size: 120%
    }
    10% {
        opacity: 1;
        background-size: 120%
    }
    100% {
        opacity: 1;
        background-size: 100%
    }
}

@-moz-keyframes animationFrames {
    0% {
        opacity: 0;
        background-size: 120%
    }
    10% {
        opacity: 1;
        background-size: 120%
    }
    100% {
        opacity: 1;
        background-size: 100%
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        background-size: 120%
    }
    10% {
        opacity: 1;
        background-size: 120%
    }
    100% {
        opacity: 1;
        background-size: 100%
    }
}

@-o-keyframes animationFrames {
    0% {
        opacity: 0;
        background-size: 120%
    }
    10% {
        opacity: 1;
        background-size: 120%
    }
    100% {
        opacity: 1;
        background-size: 100%
    }
}

@-ms-keyframes animationFrames {
    0%, 10% {
        background-size: 120%
    }
    10%, 100% {
        opacity: 1
    }
    0% {
        opacity: 0
    }
    100% {
        background-size: 100%
    }
}

.news-content {
    text-align: center
}

.news-content:after {
    content: "";
    display: table;
    clear: both
}

.news-content li {
    float: left;
    height: 320px;
    overflow: hidden;
    margin: 10px;
    background-color: #fff;
    border-bottom: 2px solid #259ECD;
    
}

.news-content li a {
    width: 250px;
    display: block;
    transition: background 1s ease;
    text-decoration: none;
    position: relative
}

.news-content li a img {
    width: 100%;
    height: 170px;
    margin: 0
}

.news-content li a span {
    font-family: 'Titillium Web', sans-serif;
    display: block;
    padding: 20px;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: 400;
    color: #1f2f60;
    text-align: left;
    text-align: center
}

.news-content li a span em {
    display: block;
    font-size: 0.6em;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-transform: none
}

@media screen and (max-width:642px) {
    .news-content li {
        float: none;
        margin: auto auto 10px;
        display: block;
        width: 250px
    }
}

.pagination {
    width: 100%;
    padding-bottom: 20px;
    text-align: center
}

.pagination-load-more a {
    cursor: pointer;
    color: #fff;
    background-color: #054991;
    font-weight: 700;
    line-height: 21px;
    font-size: 14px;
    letter-spacing: .125em;
    vertical-align: top;
    display: inline-block;
    padding: 12px 20px 10px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    border-bottom: solid 2px #ef4135
}

.pagination-load-more .active, .pagination-load-more a:hover {
    background: #4d7fb4;
    color: #fff;
}

#secciones {
    display: block;
    height: auto;
    margin: 50px auto 20px;
    width: 660px
}

#secciones .pagination .pagination-load-more, #secciones a {
    display: inline
}

#secciones a {
    height: 48px;
    float: right;
    margin: 0 5px
}

#secciones .pagination {
    margin-bottom: 0;
}

@media screen and (max-width:441px) {
    #secciones .pagination .pagination-load-more, #secciones .pagination .pagination-load-more a {
        width: 100%
    }
}

@media screen and (max-width:660px) {
    #secciones .pagination .pagination-load-more a {
        min-height: 46px;
        margin-bottom: 5px;
    }
    
#secciones {
        width: 90%
    }
}

.socialshare-container {
    display: block;
    margin-top: 8px;
    width: 100%
}

#content-social-bottom {
    margin-bottom: 15px
}

.media-button {
    float: left;
    display: block;
    background-image: url(../img/iconos-redes-share.png);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.socialshare-container ul .item {
    display: block;
    margin-right: 5px;
    width: 61px;
    height: 40px;
    float: left
}

.btn-social-facebook {
    background-image: url(../img/iconos-redes-01.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 61px
}

.media-button a {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%
}

.btn-social-google, .btn-social-twitter {
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 61px
}

.btn-social-twitter {
    background-image: url(../img/iconos-redes-02.png)
}

.btn-social-google {
    background-image: url(../img/iconos-redes-03.png)
}

#loading-stat, .hover-news {
    display: none;
    background-repeat: no-repeat;
    background-position: center center
}

.socialshare-container item span {
    color: #0ff
}

.autor {
    height: auto;
    margin-top: 24px;
    margin-left: 200px
}

.autor img {
    width: 145px;
    float: left;
    margin-left: -201px
}

.autor .credito_abajo {
    margin-left: -33px
}

.autor .credito_abajo .nombre {
    font-weight: 800;
    text-transform: uppercase
}

.autor .credito_abajo .mail {
    text-decoration: underline;
    font-weight: 400!important
}

.autor .credito_abajo .texto {
    font-weight: 400
}

#loading-stat {
    width: 50px;
    height: 50px;
    background-image: url(../svg/loading.svg);
    margin: auto
}

.nws-title {
    margin-bottom: 10px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 2.5em;
    line-height: 1em;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: none
}

@media screen and (max-width:410px) {
    .nws-title {
        font-size: 35px
    }
}

.hover-news {
    width: 100%;
    height: 170px;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    z-index: 5;
    top: 0;
    left: 0;
    background-image: url(../svg/plus.svg)
}

.peso_4 {
    position: relative
}

.peso_4 .img-mark {
    position: absolute;
    top: 20px;
    right: 20px; 
    display: none
}

.main-home {
    padding: 10px 0 25px
}

#homelnk {
    background: 0 0!important;
    float: none!important;
    width: auto!important;
    height: auto!important;
    color: #000
}

#div-gpt-ad-300-250 {
    display: none;
}

#div-gpt-ad-728-90 {

    display: block;
}

@media screen and (max-width:720px) {
    #div-gpt-ad-300-250 {
        display: block;
  
    }
    #div-gpt-ad-728-90 {
        display: none;
    }

    .banner p {
        width: 300px;
    }
}