@charset "UTF-8"; * {
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    margin: 0;
    padding: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font: 14px 'Roboto',sans-serif;
    height: auto
}
body {
    cursor: default;
    font: 14px 'Open Sans', serif;
    margin: 0;
    width: 100%;
    background-image: url('https://www.forohotusaexplora.com/templates/cadenas/microsite2/images/web/fondoBody.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255,255,255,0.8);
    /*background-blend-mode: lighten;*/
    min-height: 100%;
}

a {
    /* color:#000; */
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: transparent;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

address {
    font-style: normal
}

b,strong {
    font-weight: bold
}

button,input,mark {
    background: none
}

button,label {
    cursor: pointer
}

li {
    list-style: none
}

igm {
    border: 0
}

button {
    overflow: visible;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    outline: 0;
    text-align: center;
    background: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button,label {
    cursor: pointer
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input:required {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

textarea {
    overflow: auto
}

:focus {
    outline: none
}

::-moz-focus-inner {
    border: 0
}

.sta-ocultarModulo {
    display: none;
}

.sta-inputFixed {
    position: fixed;
    left: -999px;
    top: 0;
    opacity: 0;
    height: 0;
    width: 0
}

html.sta-noScroll, html.sta-noScroll body {
    overflow: hidden
}

html.sta-noScroll, body.sta-noScroll {
    overflow: hidden;
    max-height: 100vh;
}

.grecaptcha-badge {
    display: none!important
}

h1, h2, h3, h4 {
    font: inherit;
    display: inline;
    margin: 0
}

      /* tpl-cookie */
      #sta-cookies, .tpl-cookie #sta-cookies_config {
        position: fixed;
        top: 0;
        left: -999px
    }

    input#sta-cookies:checked ~ .tpl-cookie {
        opacity: 0;
        visibility: hidden
    }

    .tpl-cookie {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        font: 14px 'Roboto', sans-serif;
        opacity: 1;
        visibility: visible;
        z-index: 600;
        transition: 1s
    }

    .tpl-cookie .sta-cookie_table {
        display: table;
        width: 100%;
        height: 100%
    }

    .tpl-cookie .sta-cookie_cell {
        display: table-cell;
        vertical-align: middle;
        background: rgba(0,0,0,.5)
    }

    .tpl-cookie .sta-cookie_cell .sta-cookie_table {
        display: flex;
    }

    .tpl-cookie .sta-cookie_content {
        padding: 30px 10px
    }

    .tpl-cookie .sta-cookie_content2 {
        box-shadow: 0 0 20px 1px #000
    }

    .tpl-cookie .sta-cookie_logo {
        padding: 10px 20px;
        color: #fff;
        font: 17px 'Droid Serif', serif;
        text-transform: uppercase
    }

    .tpl-cookie .sta-cookie_logo svg {
        fill: #fff;
        display: block
    }

    .tpl-cookie .sta-cookie_info {
        background: #fff;
        padding: 25px 20px
    }

    .tpl-cookie .sta-cookie_info .sta-cookie_texto {
        margin-bottom: 30px
    }

    .tpl-cookie .sta-cookie_info .sta-cookie_texto a {
        color: #00111B;
        text-decoration: underline
    }

    .tpl-cookie .sta-cookies_config .sta-cookie_cell, .tpl-cookie .sta-cookie_info .sta-cookie_cell {
        vertical-align: middle;
        background: none;
        display: inline-block;
        padding-right: 13px;
    }

    .tpl-cookie .sta-cookies_config .sta-cookie_cell {
        float: left;
    }

    .tpl-cookie .sta-cookies_config .sta-cookie_cell:first-of-type {
        float: right;
    }

    .tpl-cookie .sta-cookie_info .sta-cookie_cell:last-of-type {
        text-align: right;
        float: right;
        padding-right: 0;
        margin-left: auto;
    }

    .tpl-cookie .sta-cookie_config {
        font-weight: bold;
        padding: 10px 0;
        display: inline-block
    }

    .tpl-cookie .sta-cookies_confirm, .tpl-cookie .fn-enableAll {
        padding: 10px;
        border: 2px solid #00111B;
        background: #00111B;
        color: #fff;
        min-width: 150px;
        margin: 0 0 0 auto;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: .05em
    }

    .tpl-cookie #sta-cookies_config:checked ~ .sta-cookie_table .sta-cookie_info, .tpl-cookie .sta-cookies_config {
        display: none;
        background: #fff;
        padding: 25px 20px 35px
    }

    .tpl-cookie #sta-cookies_config:checked ~ .sta-cookie_table .sta-cookies_config {
        display: block
    }

    .tpl-cookie .sta-cookies_config ul {
        margin-bottom: 70px
    }

    .tpl-cookie .sta-cookies_config ul li {
        list-style: none
    }

    .tpl-cookie .sta-cookies_config ul li:not(:last-of-type) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #00111B
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_cont {
        display: block;
        position: relative;
        padding-bottom: 40px
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_cont .sta-cookies_title {
        display: block;
        font-weight: bold;
        color: #00111B;
        margin-bottom: 8px;
        font-size: 15px
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_label input {
        position: fixed;
        left: -999px;
        top: 0
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_label .sta-cookies_icon {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 66px;
        height: 35px;
        border-radius: 50px;
        overflow: hidden;
        z-index: 1;
        background: #dadada;
        background: linear-gradient(to bottom, #ddd, #ccc)
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_label .sta-cookies_icon:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: transparent;
        transition: background .5s
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_label .sta-cookies_icon span {
        position: absolute;
        right: 36px;
        bottom: 5px;
        top: 5px;
        width: 25px;
        background: #fff;
        box-shadow: 0 1px 5px rgba(0,0,0,.5);
        border-radius: 50%;
        z-index: 1;
        transition: right .5s
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_label input:checked ~ .sta-cookies_icon span {
        right: 5px
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_label input:checked ~ .sta-cookies_icon:after {
        background: #222
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_label.sta-disabled {
        cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAABHVBMVEX/AAD/AgP/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAH/AAH/AQH/AQH/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/kZH/AAD/AQH/ExP/FBT/Ghr/HBz/MTH/MzP/OTn/Ojv/PDz/PT3/Tk7/UVH/UlL/VFT/VVX/YGD/YmL/jY3/kpL/lJT/lZX/n5//oKD/oaH/vLz/vr7/wcH/wsL/w8P/x8f/yMj/zc3/8fH/8vL/9fX/9vb/9/f/+vr////74QKfAAAANnRSTlMAAgUODxAREhQVF1daXV9gY2ZnaGtvcnOSmZqam6Giu76/wcPExtfb3d7h5Ofs7e7v8PHy/v5/hlqtAAAA0ElEQVR42mIAAxYheUBT84CmQRCDQfhb27Zt1dq2/U/uf4sxuh6/3UmWNlke7axWXuM0aTPNmfUC7Bwc7AL0leV2+fJj9vt6DgxG1gBwZ0mP29AiVcwSdZvqMyzUqA3Otxy9gC6NwZvdFvoFk1pl588c9fZYFxyauXoCKTp6Clpj999Vb58NjcO7OfoNU+qEMyv0/hp6VDUPj47CYp3UBNtPqT4AtCmsH7j6CK+VPm+AYUWVDQDsHR3vAwyVK6l1jrT5DuXVdo2vbLI60V2vqABwNFT27mngMwAAAABJRU5ErkJggg=='), no-drop
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_label.sta-disabled .sta-cookies_icon {
        background: #222;
        border-color: #222
    }

    .tpl-cookie .sta-cookies_config .sta-cookies_label.sta-disabled .sta-cookies_icon span {
        right: 5px
    }

    /* GC */
    .tpl-cookie .sta-cookie_logo {
        background: #00111B
    }

    .tpl-cookie .sta-cookie_logo svg {
        height: 30px;
        width: 146px
    }

    .tpl-cookie {
        font-family: 'Roboto', sans-serif
    }

    .tpl-cookie .sta-cookie_logo, .tpl-cookie .sta-cookies_config .sta-cookies_label .sta-cookies_title {
        font-family: 'Droid Serif', serif
    }

    @media(min-width: 801px) {
        .tpl-cookie .sta-cookie_logo {
            padding:15px 20px
        }

        .tpl-cookie .sta-cookie_content {
            padding: 30px 20px
        }

        .tpl-cookie .sta-cookie_content {
            max-width: 850px;
            margin: 0 auto
        }

        .tpl-cookie .sta-cookies_config .sta-cookies_cont {
            padding: 0 50px 0 0
        }

        .tpl-cookie .sta-cookies_config .sta-cookies_cont div {
            max-width: 540px
        }

        .tpl-cookie .sta-cookies_config .sta-cookies_label .sta-cookies_icon {
            bottom: 50%;
            margin-bottom: -18px
        }
    }

    /* FIN tpl-cookie */

/*INICIO MAPA*/
.tpl-map-fhe {
    background: #fff
}

.tpl-map-fhe .sta-map-fhe_contenedor {
    padding: 0 20px;
    font-family: "Open Sans", sans-serif;
    color: #36393B;
    text-align: center;
    padding-bottom: 30px
}

.tpl-map-fhe .sta-map-fhe_left {
    font-size: 26px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding-bottom: 30px
}

.tpl-map-fhe .sta-map-fhe_left:after {
    content: "";
    position: absolute;
    bottom: +15px;
    height: 4px;
    width: 150px;
    background: #00DC8B;
    right: 50%;
    margin-right: -75px
}

.tpl-map-fhe .sta-map-fhe_right {
    font-size: 20px
}

.tpl-map-fhe .sta-map-fhe_mapa {
    height: 220px
}

@media(min-width: 701px) {
    .tpl-map-fhe .sta-map-fhe_contenedor {
        padding-bottom:60px
    }

    .tpl-map-fhe .sta-map-fhe_left {
        font-size: 36px;
        display: inline-block;
        vertical-align: middle;
        padding-right: 64px
    }

    .tpl-map-fhe .sta-map-fhe_left:after {
        width: 4px;
        height: 150px;
        right: 30px;
        margin: 0 0 -75px 0;
        bottom: 50%
    }

    .tpl-map-fhe .sta-map-fhe_right {
        font-size: 25px;
        display: inline-block;
        vertical-align: middle;
        text-align: left
    }

    .tpl-map-fhe .sta-map-fhe_mapa {
        height: 482px
    }
}

/*FIN MAPA*/
/*INICIO FOOTER*/
.tpl-footer-fhe {
    padding: 35px 10px 23px;
    background: #36393B;
    text-align: center;
}
.tpl-footer-fhe.new{
    font: 17px 'Open Sans', sans-serif;
    color: #fff;
    background: #26384B;
}

.tpl-footer-fhe .sta-footer-fhe_content:first-of-type svg {
    width: 100%;
    height: 48px;
    fill: #fff
}

.tpl-footer-fhe .sta-footer-fhe_content svg {
    width: 165px;
    height: 50px;
    fill: #fff
}

.tpl-footer-fhe .sta-footer-fhe_content:last-of-type svg{
   /* margin-top: 20px;*/
    width: 75%;
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_text {
    margin-bottom: 10px;
    color: #fff;
    font: 14px "Open Sans", sans-serif
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_right a:hover svg {
    fill: #c4c4c4
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_left {
    margin-top: 15px;
    position: relative;
    padding-bottom: 15px
}

.tpl-footer-fhe .sta-footer-fhe_content:nth-of-type(2) {
    margin-top: 15px;
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_left:before {
    /* content: ""; */
    position: absolute;
    width: 124px;
    height: 1px;
    background: #fff;
    bottom: 7px;
    margin-right: -62px;
    right: 50%
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_left a {
    color: #fff;
    display: block;
    font: 32px "Icons";
    text-decoration: none;
    transition: .3s;
    padding: 5px;
    width: 29px;
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_left a:hover {
    color: #c4c4c4
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_left ul li {
    display: inline-block;
    vertical-align: middle
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_enlaces {
    display: inline-block;
    vertical-align: middle;
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_enlaces:not(:first-of-type):before {
    content: "|";
    color: #fff;
    margin: 10px;
    font-size: 18px;
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_enlaces a {
    color: #fff;
    font: 19px "Open Sans",sans-serif;
}
/*
.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fth_twitter:before {
    content: '?';
    color: #FFFF02;
}

.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fth_linkedin:before {
    content: '+';
    color: #FFFF02;
}
*/
.tpl-footer-fhe .sta-footer-text{margin-bottom: 15px;}

.tpl-footer-fhe .sta-footer-fhe_max .sta-footer-fhe_content:last-child{
    margin-top: 55px;
}

.tpl-footer-fhe .sta-footer-fhe_max .sta-footer-fhe_content:last-child div {
    justify-self: center;
    display: flex;
    gap: 18px;
    max-width: 100%;
    
    align-items: anchor-center;
}

@media(min-width: 601px) {
    .tpl-footer-fhe .sta-footer-fhe_content {
        margin-top:15px
    }

    .tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_left, .tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_right {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0
    }



    /*.tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_left {
        padding-right: 52px
    }*/

    .tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_left:before {
        height: 62px;
        width: 1px;
        bottom: 50%;
        margin: 0 0 -31px;
        right: 31px
    }

    .tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_left a {
        font-size: 40px;

        /*padding: 5px 10px;*/
    }
}

@media(min-width: 701px) {
    .tpl-footer-fhe .sta-footer-fhe_max {
        max-width:1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .tpl-footer-fhe .sta-footer-fhe_content:first-of-type {
        text-align: left;
    }

    .tpl-footer-fhe .sta-footer-fhe_content {
        /*text-align: left;*/
        margin: 0;
        max-width: 345px;
    }
    .tpl-footer-fhe .sta-footer-fhe_content:nth-of-type(2) {
        margin-top: 0;
    }
    .tpl-footer-fhe .sta-footer-fhe_max .sta-footer-fhe_content:last-child{
        margin-top: 0px;
    }

    .tpl-footer-fhe .sta-footer-fhe_max .sta-footer-fhe_content:last-child div {
        flex-direction: column;
    }
    .tpl-footer-fhe .sta-footer-fhe_content .sta-footer-fhe_left a {
     
        width: 49px;
        /*padding: 5px 10px;*/
    }
}

/*FIN FOOTER*/
/*INICIO VIDEO*/
@keyframes tpl-video-fhe {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.tpl-video-fhe {
    text-align: center;
    padding: 0 0 20px;
    position: relative
}

.tpl-video-fhe .sta-video-fhe_titulo {
    font: 28px "Open Sans", sans-serif;
    font-weight: bold;
    color: #31393b;
    padding: 0 10px;
    margin-bottom: 20px
}

.tpl-video-fhe .sta-video-fhe_titulo:empty {
    display: none
}

.tpl-video-fhe .sta-video-fhe_max {
    height: 320px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.tpl-video-fhe.sta-visible .sta-video-fhe_max {
    background: none!important
}

.tpl-video-fhe .sta-video-fhe_fondoVideo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.tpl-video-fhe .sta-video-fhe_fondoVideo .wistia_embed {
    height: 100%
}

.tpl-video-fhe .sta-video-fhe_button {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    background: #00dc8b;
    border-radius: 50%;
    margin: -30px 0 0 -30px
}

.tpl-video-fhe .sta-video-fhe_button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: 50%;
    animation: tpl-video-fhe 1.5s ease-out infinite
}

.tpl-video-fhe .sta-video-fhe_button:after {
    content: '';
    position: absolute;
    left: 23px;
    top: 18px;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

@media(min-width: 801px) {
    .tpl-video-fhe {
        padding:60px 0
    }

    .tpl-video-fhe .sta-video-fhe_titulo {
        max-width: 880px;
        margin: 0 auto 50px;
        font-size: 36px;
        padding: 0 20px
    }

    .tpl-video-fhe .sta-video-fhe_max {
        max-width: 980px;
        margin: 0 auto;
        height: 552px
    }
}

/*FIN VIDEO*/
/* new tpl-videos-fhe */
@keyframes tpl-videos-fhe {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.tpl-videos-fhe {
    position: relative;
    padding: 35px 10px 25px;
    /* background: #953030; */
    /* color: #fff; */
}

.tpl-videos-fhe:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 40%;
}

.tpl-videos-fhe .sta-videos-fhe_max {
    position: relative
}

.tpl-videos-fhe .sta-videos-fhe_title {
    margin-bottom: 25px;
    text-align: center;
    font: 27px Open Sans;
    /* mix-blend-mode: difference; */
    color: #27D587;
    /* background: #878787; */
}

.tpl-videos-fhe .sta-videos-fhe_video {
    height: 177px;
    position: relative;
    background: #36393b
}

.tpl-videos-fhe .sta-videos-fhe_video .sta-videos-fhe_videoContent {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.tpl-videos-fhe .sta-videos-fhe_video .sta-videos-fhe_videoContent .embed_youtube, .tpl-videos-fhe .sta-videos-fhe_video .sta-videos-fhe_videoContent .wistia_embed {
    width: 100%!important;
    height: 100%!important
}

.tpl-videos-fhe .sta-videos-fhe_video .sta-videos-fhe_play {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    background: #00dc8b;
    border-radius: 50%;
    margin: -30px 0 0 -30px
}

.tpl-videos-fhe .sta-videos-fhe_video .sta-videos-fhe_play.sta-disabled {
    opacity: 0;
    visibility: hidden;
    transition: .7s
}

.tpl-videos-fhe .sta-videos-fhe_video .sta-videos-fhe_play:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: inherit;
    border-radius: 50%;
    animation: tpl-videos-fhe 1.5s ease-out infinite
}

.tpl-videos-fhe .sta-videos-fhe_video .sta-videos-fhe_play:after {
    content: '';
    position: absolute;
    left: 23px;
    top: 18px;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.tpl-videos-fhe .sta-videos-fhe_lista {
    padding: 20px 12px;
    position: relative;
    background: #36393b;
    margin-top: 1px
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_newVideo {
    font: bold 15px Open Sans;
    color: #fff;
    padding: 15px 10px 15px 25px;
    width: 100%;
    position: relative;
    transition: background .3s;
    text-transform: uppercase
}

.tpl-videos-fhe.sta-ocultar-lista .sta-videos-fhe_lista {
    display: none
}

.tpl-videos-fhe.sta-ocultar-lista .sta-videos-fhe_content {
    padding-left: 0
}

.tpl-videos-fhe.sta-ocultar-lista .sta-videos-fhe_video {
    position: relative;
    min-height: 365px;
    margin: 0 auto
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_newVideo:before {
    content: '\e084';
    position: absolute;
    left: 0;
    top: 50%;
    font: 16px 'Icons';
    line-height: 1px
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_newVideo:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 20px;
    border-bottom: 1px solid #525252
}

.tpl-videos-fhe .sta-videos-fhe_lista li {
    position: relative
}

.tpl-videos-fhe .sta-videos-fhe_lista li.sta-active .sta-videos-fhe_newVideo {
    color: #00dc8b
}

.tpl-videos-fhe .sta-videos-fhe_lista li:last-of-type:not(.sta-active) .sta-videos-fhe_newVideo:after {
    content: none
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_contenText {
    padding: 0 10px;
    overflow: hidden;
    height: 0;
    transition: height 1s
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_contenText.sta-empty {
    display: none
}

.tpl-videos-fhe .sta-videos-fhe_lista li.sta-active .sta-videos-fhe_contenText:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    box-shadow: inset 0 -14px 19px -10px #36393b
}

.tpl-videos-fhe .sta-videos-fhe_lista li.sta-active .sta-videos-fhe_contenText {
    height: 300px;
    overflow: auto
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_contenText::-webkit-scrollbar {
    width: 8px
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_contenText::-webkit-scrollbar-thumb {
    background: rgba(82,82,82,.5);
    border-radius: 10px
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_contenText::-webkit-scrollbar-thumb:hover {
    background: #525252
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_text {
    padding: 15px 10px 15px 0;
    font: 15px Open Sans
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_text .time {
    display: block;
    width: 100%;
    color: #fff;
    padding-right: 22px;
    text-align: left;
    position: relative;
    padding-left: 20px
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_text .time:before {
    content: '{';
    position: absolute;
    left: 0;
    top: 10px;
    font: 12px 'Icons';
    line-height: 1px
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_text .time:hover {
    text-decoration: underline
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_text .time.sta-active {
    padding-right: 0;
    color: #00dc8b
}

.tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_text .time.sta-active:after {
    content: '';
    height: 10px;
    display: inline-block;
    margin-left: 5px;
    width: 17px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAMAAACz+6aNAAAAJ1BMVEX///8A3IsD1IcHy4IMw34RunkZp28dnmogk2UkiWAqclQwWEgzSULA7ZYtAAAAAXRSTlMAQObYZgAAAD9JREFUeAGtyEEKxDAIhtHvn0m0Ve9/3kIIQrPuWz4I27xYSs2h7CbVjPjp/xqXjpkfTY5z4NKA2RNAFpBbsTz5SwJbB4KaCwAAAABJRU5ErkJggg==') no-repeat center
}

@media(min-width: 501px) {
    .tpl-videos-fhe {
        padding:35px 20px 25px
    }

    .tpl-videos-fhe .sta-videos-fhe_video {
        height: 260px
    }
}

@media(min-width: 651px) {
    .tpl-videos-fhe .sta-videos-fhe_video {
        height:340px
    }
}

@media(min-width: 801px) {
    .tpl-videos-fhe .sta-videos-fhe_video {
        height:420px
    }
}

@media(min-width: 901px) {

    
    .tpl-videos-fhe {
        padding:50px 20px 40px
    }

    .tpl-videos-fhe:before {
        bottom: 15%;
        clip-path: polygon(0 0,100% 0, 100% calc(100% - 290px), 0 100%)
    }

    .tpl-videos-fhe .sta-videos-fhe_max {
        margin: 0 auto;
        max-width: 970px;
    }

    .tpl-videos-fhe .sta-videos-fhe_title {
        margin-bottom: 45px
    }

    .tpl-videos-fhe .sta-videos-fhe_content {
        position: relative;
        padding-left: 75%
    }

    .tpl-videos-fhe .sta-videos-fhe_video {
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 75%
    }

    .tpl-videos-fhe .sta-videos-fhe_lista {
        margin-top: 0;
        padding: 5px 12px;
        min-height: 375px
    }

    .tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_newVideo {
        padding-left: 25px;
        text-align: left
    }

    .tpl-videos-fhe .sta-videos-fhe_lista .sta-videos-fhe_contenText {
        padding: 0
    }

    .tpl-videos-fhe .sta-videos-fhe_lista li.sta-active .sta-videos-fhe_contenText {
        height: 310px
    }

    .tpl-videos-fhe.sta-ocultar-lista .sta-videos-fhe_content {
        padding-left: 0
    }

    .tpl-videos-fhe.sta-ocultar-lista .sta-videos-fhe_video {
        position: relative;
        width: 75%;
        margin: 0 auto
    }
}

/* FIN new tpl-videos-fhe */
/* INICIO tpl-parrafo-fhe */
.tpl-parrafo-fhe {
    padding: 20px 15px 40px;
    /* background: #fff; */
    text-align: center;
    color: #36393B;
    font: 16px/18px 'Open Sans', sans-serif;
    position: relative
}

.tpl-parrafo-fhe:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    /*background: #fff;*/
}

.tpl-parrafo-fhe .sta-parrafo-fhe_max {
    position: relative
}

.tpl-parrafo-fhe .sta-parrafo-fhe_title {
    color: #26384B;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}
    .sta-parrafo-fhe_text span{
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        line-height: 30px;
        display: block;
        font-weight: normal;

    }
@media(min-width: 601px) {
    .tpl-parrafo-fhe {
        font-size:14px;
        line-height: 16px
    }

    .tpl-parrafo-fhe .sta-parrafo-fhe_title {
        font-size: 22px;
        line-height: 28px;
        margin: 0 auto 50px;
        /* max-width:350px; */
    }
}

@media(min-width: 801px) {
    .tpl-parrafo-fhe {
        padding:50px 20px 20px;
        font-size: 18px;
        line-height: 27px;
    }

    .tpl-parrafo-fhe.sta-notTriangulo:before {
        bottom: 0;
        clip-path: none
    }

    .tpl-parrafo-fhe:before {
        bottom: -600px;
        clip-path: polygon(0 0,100% 0, 100% calc(100% - 350px), 0 100%)
    }

    .tpl-parrafo-fhe .sta-parrafo-fhe_max {
        max-width: 980px;
        margin: 0 auto
    }

    .tpl-parrafo-fhe .sta-parrafo-fhe_title {
        font-size: 30px;
        /* line-height:35px; */
        /* margin-bottom:30px; */
        /* max-width:400px; */
    }

    .sta-parrafo-fhe_text span{
        font-size: 16px;
    }
}

/* FIN tpl-parrafo-fhe */
/* INICO tpl-prefooter-fhe */
.tpl-prefooter-fhe {
    padding: 35px 20px;
    background: #fff;
    text-align: center;
    color: #0E4FD4;
    font: 16px 'Open Sans',sans-serif
}

.tpl-prefooter-fhe .sta-prefooter-fhe_title {
    font: 24px 'Open Sans',sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #0E4FD4;
}

.tpl-prefooter-fhe .sta-prefooter-fhe_subtitle {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px
}

.tpl-prefooter-fhe .sta-prefooter-fhe_info a {
    color: #0E4FD4;
    display: block
}

@media(min-width: 601px) {
    .tpl-prefooter-fhe {
        font-size:16px
    }

    .tpl-prefooter-fhe .sta-prefooter-fhe_title {
        font-size: 26px;
        margin-bottom: 25px
    }

    .tpl-prefooter-fhe .sta-prefooter-fhe_subtitle {
        margin-bottom: 20px
    }
}

@media(min-width: 801px) {
    .tpl-prefooter-fhe {
        padding: 65px 20px 65px;
        font-size: 20px
    }

    .tpl-parrafo-fhe .sta-parrafo-fhe_max {
        max-width: 980px;
        margin: 0 auto
    }

    .tpl-prefooter-fhe .sta-prefooter-fhe_title {
        font-size: 30px;
        margin-bottom: 50px
    }

    .tpl-prefooter-fhe .sta-prefooter-fhe_subtitle {
        margin-bottom: 30px
    }
}

/* FIN tpl-prefooter-fhe */
/* INICIO tpl-boxes-fhe */
.tpl-boxes-fhe {
    padding: 20px 15px;
    /* background: #f7f7f7; */
    text-align: center;
    color: #36393B
}

.tpl-boxes-fhe.sta-titleBlack .sta-boxes-fhe_title {
    color: #26384B;
}

.tpl-boxes-fhe .sta-boxes-fhe_title {
    font: 17px 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 56px;
    position: relative;
    z-index: 2
}

.tpl-boxes-fhe .sta-boxes-fhe_box {
    background: #fff;
    padding: 25px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 6px #36393B59;
    opacity: .5;
    transform: translateY(100px);
    position: relative;
    border-radius: 30px;
    z-index: 2;
    text-align: left;
}

.tpl-boxes-fhe .sta-boxes-fhe_box.sta-active {
    opacity: 1;
    transform: translateY(0);
    transition: .75s
}

.tpl-boxes-fhe .sta-boxes-fhe_box:last-of-type {
    margin-bottom: 0
}

.tpl-boxes-fhe .sta-boxes-fhe_box_left {
    font: bold 20px 'Open Sans', sans-serif;
    padding: 10px 5px;
    position: relative;
    border-bottom: 3px solid #EA4C50;
}

/*.tpl-boxes-fhe .sta-boxes-fhe_box_left:after {
    content: "";
    height: 2px;
    background: #0E4FD4;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: -1px;
    max-width: 150px;
    margin: 0 auto
}*/

.tpl-boxes-fhe .sta-boxes-fhe_box_right span {
    font: 20px 'Open Sans', sans-serif;
    display: block;
    margin-bottom: 5px
}

.tpl-boxes-fhe .sta-boxes-fhe_box_right {
    font: italic 14px 'Open Sans', sans-serif;
    padding: 10px 5px
}

.tpl-boxes-fhe .sta-boxes-fhe_box_right ul {
    margin-top: 10px;
    transform: translateX(-70px);
    opacity: 0;
    font-style: normal;
    text-align: left;
}

.tpl-boxes-fhe .sta-boxes-fhe_box.sta-active .sta-boxes-fhe_box_right ul {
    transform: translateX(0);
    opacity: 1;
    transition: .75s .5s
}

.tpl-boxes-fhe .sta-boxes-fhe_box_right ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 3px
}

.tpl-boxes-fhe .sta-boxes-fhe_box_right ul li:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 12px;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #0e4fd4
}

.tpl-boxes-fhe .sta-boxes-fhe_box_right ul strong {
    font-size: 15px
}

.tpl-boxes-fhe .sta-boxes-fhe_box_right ul span {
    font-size: 13px;
    color: #a0a0a0;
    font-weight: 300;
    display: inline
}

.tpl-boxes-fhe .sta-boxes-fhe_footer:empty {
    display: none
}

.tpl-boxes-fhe .sta-boxes-fhe_footer {
    margin-top: 45px;
    font: 12px/14px 'Open Sans', sans-serif
}

@media(min-width: 601px) {
    .tpl-boxes-fhe .sta-boxes-fhe_title {
        font-size:28px;
        margin-bottom: 25px
    }

    .tpl-boxes-fhe .sta-boxes-fhe_box {
        display: table;
        width: 100%;
        height: 90px;
        padding: 20px 0;
        margin-bottom: 20px
    }

    .tpl-boxes-fhe .sta-boxes-fhe_box_left {
        display: table-cell;
        vertical-align: middle;
        font-size: 25px;
        padding: 0 25px;
        width: 140px;
        text-align: right;
        border-right: 3px solid #EA4C50;
        border-bottom: none;
    }

    .tpl-boxes-fhe .sta-boxes-fhe_box_left:after {
        content: none
    }

    .tpl-boxes-fhe .sta-boxes-fhe_box_right {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        padding: 0 25px;
        text-align: left
    }

    .tpl-boxes-fhe .sta-boxes-fhe_box_right span {
        font-size: 20px
    }
    .tpl-boxes-fhe .sta-boxes-fhe_box_right span:first-of-type{
         font-weight: bold;   
        font-style: normal;
    }

    .tpl-boxes-fhe .sta-boxes-fhe_box_right h3 {
        font-size: 20px
    }
    .tpl-boxes-fhe .sta-boxes-fhe_box_right h3:first-of-type{
         font-weight: bold;   
        font-style: normal;
    }

    .tpl-boxes-fhe .sta-boxes-fhe_footer {
        font-size: 14px;
        line-height: 16px;
        margin-top: 60px
    }
}

@media (min-width: 641px) {
    .tpl-boxes-fhe .sta-boxes-fhe_title {
        color:#fff
    }
}

@media(min-width: 801px) {
    .tpl-boxes-fhe {
        padding:70px 20px 100px
    }

    .tpl-boxes-fhe .sta-boxes-fhe_max {
        max-width: 1280px;
        margin: 0 auto
    }

    .tpl-boxes-fhe .sta-boxes-fhe_title {
        font-size: 30px;
        margin-bottom: 75px
    }

    .tpl-boxes-fhe .sta-boxes-fhe_cont {
        max-width: 850px;
        margin: 0 auto
    }

    .tpl-boxes-fhe .sta-boxes-fhe_box {
        min-height: 40px;
        margin-bottom: 25px;
        padding: 25px 0
    }

    .tpl-boxes-fhe .sta-boxes-fhe_box_left {
        font-size: 25px;
        padding: 0 50px;
        min-width: 220px
    }

    .tpl-boxes-fhe .sta-boxes-fhe_box_right {
        font-size: 18px;
        padding: 0 35px
    }

    .tpl-boxes-fhe .sta-boxes-fhe_box_right span {
        font-size: 25px;
        margin-bottom: 10px
    }
    .tpl-boxes-fhe .sta-boxes-fhe_box_right h3 {
        font-size: 25px;
        margin-bottom: 10px
    }
    .tpl-boxes-fhe .sta-boxes-fhe_footer {
        font-size: 16px;
        line-height: 18px;
        margin: 75px auto 0;
        max-width: 850px
    }
}

@media(min-width: 900px) {
    .tpl-boxes-fhe .sta-boxes-fhe_box {
        width: 850px;
    }
}



/* FIN tpl-boxes-fhe */
/* INICO tpl-digital-fhe */
.tpl-digital-fhe {
    padding: 20px 15px;
    text-align: center;
    color: #36393B;
    position: relative
}

.tpl-digital-fhe:before {
    content: "";
    width: 100%;
    z-index: 1;
    background: #00dc8b;
    background: -moz-linear-gradient(-45deg, #00dc8b 0%, #0e4fd4 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #00dc8b), color-stop(100%, #0e4fd4));
    background: -webkit-linear-gradient(-45deg, #00dc8b 0%, #0e4fd4 100%);
    background: -o-linear-gradient(-45deg, #00dc8b 0%, #0e4fd4 100%);
    background: -ms-linear-gradient(-45deg, #00dc8b 0%, #0e4fd4 100%);
    background: linear-gradient(135deg, #00dc8b 0%, #0e4fd4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dc8b', endColorstr='#0e4fd4', GradientType=1 );
    ;position: absolute;
    top: 0;
    left: 0;
    bottom: -600px;
    clip-path: polygon(0 0,100% 0, 100% calc(100% - 350px), 0 100%)
}

.tpl-digital-fhe.sta-noclip:before {
    bottom: 0;
    clip-path: none
}

.tpl-digital-fhe .sta-digital-fhe_max {
    position: relative;
    z-index: 2
}

.tpl-digital-fhe .sta-digital-fhe_title {
    font: 18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 20px
}

.tpl-digital-fhe .sta-digital-fhe_title span {
    font-weight: bold;
    font-size: 16px;
    text-transform: initial;
    display: block
}

.tpl-digital-fhe .sta-digital-fhe_box {
    background: #fff;
    padding: 10px 15px 25px;
    text-align: left;
    font: bold 12px 'Open Sans', sans-serif;
    margin-bottom: 15px;
    position: relative;
    opacity: 0
}

.tpl-digital-fhe .sta-digital-fhe_box.sta-efecto {
    opacity: 1;
    transition: opacity 1s ease
}

.tpl-digital-fhe .sta-digital-fhe_box_perfil {
    margin-bottom: 20px;
    position: relative;
    padding-right: 28px
}

.tpl-digital-fhe .sta-digital-fhe_box_perfil:after {
    font: 23px 'Icons';
    content: '\e010';
    color: #00A2F6;
    position: absolute;
    top: 0;
    right: 0
}

.tpl-digital-fhe .sta-digital-fhe_box_perfil a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none
}

.tpl-digital-fhe .sta-digital-fhe_box_perfil .sta-digital-fhe_img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.tpl-digital-fhe .sta-digital-fhe_user {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal
}

.tpl-digital-fhe .sta-digital-fhe_user span {
    display: block;
    font-weight: bold
}

.tpl-digital-fhe .sta-digital-fhe_box_contenido .sta-interaccion {
    color: #00A2F6
}

.tpl-digital-fhe .sta-digital-fhe_enlace {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: #36393B
}

@media(min-width: 601px) {
    .tpl-digital-fhe {
        padding:40px 15px 80px
    }

    .tpl-digital-fhe .sta-digital-fhe_title {
        font-size: 26px;
        margin-bottom: 25px
    }

    .tpl-digital-fhe .sta-digital-fhe_title span {
        font-size: 24px
    }

    .tpl-digital-fhe .sta-digital-fhe_cont {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .tpl-digital-fhe .sta-digital-fhe_box {
        padding: 15px 20px 45px;
        width: 220px;
        margin: 10px
    }

    .tpl-digital-fhe .sta-digital-fhe_enlace {
        bottom: 15px;
        right: 20px
    }
}

@media(min-width: 1001px) {
    .tpl-digital-fhe {
        padding:100px 30px
    }

    .tpl-digital-fhe .sta-digital-fhe_max {
        max-width: 1280px;
        margin: 0 auto
    }

    .tpl-digital-fhe .sta-digital-fhe_title {
        font-size: 40px;
        margin-bottom: 65px
    }

    .tpl-digital-fhe .sta-digital-fhe_title span {
        font-size: 36px;
        margin-top: 5px
    }

    .tpl-digital-fhe .sta-digital-fhe_box {
        margin: 20px;
        font-size: 14px;
        width: 290px
    }

    .tpl-digital-fhe .sta-digital-fhe_box_perfil {
        margin-bottom: 40px
    }

    .tpl-digital-fhe .sta-digital-fhe_box_perfil .sta-digital-fhe_img {
        width: 50px;
        height: 50px
    }

    .tpl-digital-fhe .sta-digital-fhe_user {
        font-size: 18px
    }
}

/* FIN tpl-digital-fhe */
/* tpl-header-fhe */
.tpl-header-fhe {
    position: relative;
    z-index: 250;
    text-align: left
}

.tpl-header-fhe.sta-fixed .sta-header-fhe_abs {
    position: fixed;
    box-shadow: 0 -6px 13px 2px rgba(0,0,0,.4)
}

.tpl-header-fhe #sta-header-fhe_nav:checked ~ .sta-header-fhe_abs .sta-header-fhe_fixed {
    visibility: visible
}

.tpl-header-fhe #sta-header-fhe_nav:checked ~ .sta-header-fhe_abs .sta-header-fhe_fixed .sta-header-fhe_fondo {
    background: #0E4FD4
}

.tpl-header-fhe #sta-header-fhe_nav:checked ~ .sta-header-fhe_abs .sta-header-fhe_fixed .sta-header-fhe_lateral {
    opacity: 1;
    transform: none
}

.tpl-header-fhe #sta-header-fhe_nav:checked ~ .sta-header-fhe_abs .sta-header-fhe_hambur .sta-header-fhe_hamburIcon span {
    background: transparent;
    transition: background 0s .5s
}

.tpl-header-fhe #sta-header-fhe_nav:checked ~ .sta-header-fhe_abs .sta-header-fhe_hambur .sta-header-fhe_hamburIcon span:after {
    top: 0;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: top .5s, transform 0.5s 0.5s
}

.tpl-header-fhe #sta-header-fhe_nav:checked ~ .sta-header-fhe_abs .sta-header-fhe_hambur .sta-header-fhe_hamburIcon span:before {
    top: 0;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .5s, transform 0.5s 0.5s
}

.tpl-header-fhe .sta-header-fhe_abs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 10px;
    transition: background .3s;
    background: #26384B;
}

.tpl-header-fhe .sta-header-fhe_max {
    position: relative
}

.tpl-header-fhe .sta-header-fhe_table {
    display: table;
    width: 100%
}

.tpl-header-fhe .sta-header-fhe_cell {
    display: table-cell;
    vertical-align: middle
}

.tpl-header-fhe .sta-header-fhe_logo a {
    display: block
}

.tpl-header-fhe .sta-header-fhe_logo svg {
    display: block;
    height: 50px;
    width: 200px;
    transition: .3s;
    fill: #fff
}

/*.tpl-header-fhe .sta-header-fhe_logo svg * {
    fill: #fff!important
}*/

.tpl-header-fhe .sta-header-fhe_cell.sta-header-fhe_ver {
    width: 50px
}

.tpl-header-fhe .sta-header-fhe_abs .sta-header-fhe_nav, .tpl-header-fhe .sta-header-fhe_abs .sta-header-fhe_lang, .tpl-header-fhe .sta-header-fhe_hambur .sta-header-fhe_hamburText {
    display: none
}

.tpl-header-fhe .sta-header-fhe_hambur {
    display: block
}

.tpl-header-fhe .sta-header-fhe_hambur .sta-header-fhe_hamburIcon {
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    border-radius: 25px;
}

.tpl-header-fhe .sta-header-fhe_hambur .sta-header-fhe_hamburIcon span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 22px;
   /* background: #FFFF02;*/
    height: 2px;
    margin: -1px 0 0 -11px;
    transition: background 0s 0.5s
}

.tpl-header-fhe .sta-header-fhe_hambur .sta-header-fhe_hamburIcon span:after, .tpl-header-fhe .sta-header-fhe_hambur .sta-header-fhe_hamburIcon span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -7px;
    right: 0;
    background: #FFFFFF;
    height: 100%;
    transition: transform .5s, top 0.5s 0.5s
}

.tpl-header-fhe .sta-header-fhe_hambur .sta-header-fhe_hamburIcon span:before {
    top: 7px
}

.tpl-header-fhe .sta-header-fhe_fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden
}

.tpl-header-fhe .sta-header-fhe_fixed .sta-header-fhe_fondo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    transition: 1s
}

.tpl-header-fhe .sta-header-fhe_fixed .sta-header-fhe_lateral {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    opacity: 0;
    padding: 10px;
    transition: 1s;
    transform: scale(0.9)
}

.tpl-header-fhe .sta-header-fhe_lateralNav {
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 0
}

.tpl-header-fhe .sta-header-fhe_liNav .sta-header-fhe_nombreSeccion span {
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.tpl-header-fhe .sta-header-fhe_fixed .sta-header-fhe_liNav.sta-actual .sta-header-fhe_nombreSeccion {
    background: #fff;
    color: #0E4FD4;
}

.tpl-header-fhe .sta-header-fhe_fixed .sta-header-fhe_liNav:not(:last-of-type) {
    border-bottom: 1px solid #fff
}

.tpl-header-fhe .sta-header-fhe_liNav.sta-child {
    position: relative
}

.tpl-header-fhe .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s cubic-bezier(0, 1.16, 0.3, 0.96);
    position: relative
}

/* .tpl-header-fhe .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav:after{content:'';display:block;max-width:190px;margin:12px auto 0;border-top:1px solid #fff } */
.tpl-header-fhe .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav li a {
    font: bold 12px 'Open Sans';
    letter-spacing: .1em;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 5px
}

.tpl-header-fhe .sta-header-fhe_liNav .sta-header-fhe_nombreSeccion {
    color: #fff;
    font: bold 19px 'Open Sans';
    letter-spacing: .01em;
    display: block;
    padding: 15px 40px;
    text-decoration: none
}

.tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child .sta-header-fhe_nombreSeccion span:after {
    content: '\e0f8';
    font: 6px 'Icons' ;
    position: absolute;
    bottom: 5px;
    right: 0;
    color: #36393B
}

.tpl-header-fhe .sta-header-fhe_liSubNav {
    display: none
}

.tpl-header-fhe .sta-header-fhe_liNav.sta-child input:checked ~ .sta-header-fhe_liSubNav {
    max-height: 999px;
    transition: max-height 1s cubic-bezier(0.95, 0.18, 0.95, 0.38)
}

.tpl-header-fhe .sta-header-fhe_liNav .sta-header-fhe_labelSeccion {
    display: none
}

.tpl-header-fhe .sta-header-fhe_liNav.sta-child .sta-header-fhe_labelSeccion {
    display: block;
    position: absolute;
    top: 6px;
    bottom: 0;
    right: 5px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: 1px solid #fff;
    transition: .3s
}

.tpl-header-fhe .sta-header-fhe_liNav.sta-child .sta-header-fhe_labelSeccion:hover {
    background: #fff
}

.tpl-header-fhe .sta-header-fhe_liNav.sta-child .sta-header-fhe_labelSeccion:hover:after {
    color: #000
}

.tpl-header-fhe .sta-header-fhe_liNav.sta-child .sta-header-fhe_labelSeccion:after {
    content: '\e0f8';
    font: 6px/1px 'Icons';
    position: absolute;
    top: 50%;
    right: 12px;
    color: #fff;
    transition: transform .3s
}

.tpl-header-fhe .sta-header-fhe_liNav.sta-child input:checked ~ .sta-header-fhe_labelSeccion:after {
    transform: rotate(180deg);
    transition: transform .3s
}

.tpl-header-fhe .sta-header-fhe_abs .sta-header-fhe_fixed .sta-header-fhe_lang {
    display: block
}

.tpl-header-fhe .sta-header-fhe_abs .sta-header-fhe_max .sta-header-fhe_lang {
    transition: .3s
}

.tpl-header-fhe .sta-header-fhe_table2 {
    display: table;
    width: 100%;
    height: 80%;
    max-width: 340px;
    margin: 0 auto
}

.tpl-header-fhe .sta-header-fhe_cell2 {
    display: table-cell;
    vertical-align: middle
}

.tpl-header-fhe .sta-idiomas {
    display: inline-block;
    position: relative;
    font: bold 14px 'Open Sans';
    min-width: 70px
}

.tpl-header-fhe .sta-header-fhe_max .sta-idiomas {
    /* color:#36393B; */
    /* border:solid 1px #36393B; */
}

.tpl-header-fhe .sta-idiomas .sta-idiomas_act {
    position: relative;
    padding: 1px 0px;
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #fff;
}

.tpl-header-fhe .sta-idiomas .sta-idiomas_lista .sta-idioma_larg {
    text-transform: none
}

.tpl-header-fhe .sta-idiomas .sta-idioma_larg {
    display: none
}

.tpl-header-fhe .sta-idiomas .sta-idioma_lista {
    display: inline-block;
    vertical-align: top
}

.tpl-header-fhe .sta-idiomas .sta-idioma_lista a {
    display: block;
    /* color:#0E4FD4; */
    text-decoration: none;
    padding: 1px 7px;
    /* background:#fff; */
    /* border:1px solid #fff; */
}

.tpl-header-fhe .sta-header-fhe_max .sta-idiomas .sta-idioma_lista a {
    color: #fff;
    /* background:#36393B; */
    /* border:1px solid #36393B; */
}

.tpl-header-fhe .sta-idiomas input:checked ~ .sta-idioma_lista {
    max-height: 999px;
    transition: max-height 1s cubic-bezier(0.95, 0.18, 0.95, 0.38)
}

.tpl-header-fhe .sta-idiomas input:checked ~ .sta-idiomas_act, .tpl-header-fhe .sta-idiomas input:checked ~ .sta-idioma_lista {
    background: #0E4FD4;
    transition: .3s
}

.tpl-header-fhe .sta-header-fhe_max .sta-idiomas input:checked ~ .sta-idiomas_act, .tpl-header-fhe .sta-header-fhe_max .sta-idiomas input:checked ~ .sta-idioma_lista {
    background: #fff;
    transition: .3s
}

.tpl-header-fhe .sta-idiomas input:checked ~ .sta-header-fhe_lang {
    background: #bfa883;
    transition: .3s
}

.tpl-header-fhe.sta-notIdiomas .sta-header-fhe_lang {
    display: none!important
}

.tpl-header-fhe .sta-header-fhe_lang {
    display: block;
    margin: 30px auto 0 ;
    text-align: center;
    color: #fff;
    position: relative
}

.tpl-header-fhe .sta-header-fhe_logoIdioma {
    position: absolute;
    top: 0;
    left: calc(50% - 80px);
    width: 25px
}

.tpl-header-fhe .sta-header-fhe_logoIdioma svg {
    fill: #fff
}

.tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-oculto {
    display: none
}

@media(min-width: 601px) {
    .tpl-header-fhe.sta-noVerMas .sta-header-fhe_ver {
        display:none
    }

    .tpl-header-fhe.sta-noVerMas .sta-header-fhe_nav .sta-header-fhe_contNav {
        margin: 0 auto
    }

    .tpl-header-fhe.sta-noVerMas.sta-notIdiomas .sta-header-fhe_nav .sta-header-fhe_contNav {
        margin-right: 0
    }

    .tpl-header-fhe.sta-noVerMas .sta-header-fhe_max .sta-header-fhe_liNav:last-of-type:after {
        content: none
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-idiomas input:checked ~ .sta-idioma_lista {
        transition: max-height 0.5s cubic-bezier(0.76, 0.34, 0.94, 0.2)
    }

    .tpl-header-fhe .sta-header-fhe_abs {
        padding: 0 20px;
        background-color: #26384B;
    }

    .tpl-header-fhe .sta-header-fhe_logo svg {
        width: 260px;
        height: 50px
    }

    .tpl-header-fhe .sta-header-fhe_cell.sta-header-fhe_logo {
        width: 140px
    }

    .tpl-header-fhe .sta-header-fhe_table {
        text-align: right;
        counter-reset: num
    }

    .tpl-header-fhe .sta-header-fhe_abs .sta-header-fhe_nav {
        display: table-cell;
        text-align: right
    }

    .tpl-header-fhe .sta-header-fhe_max {
        max-width: 1280px;
        margin: 0 auto
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_nav .sta-header-fhe_contNav {
        display: table;
        margin-right: 0;
        height: 100px;
        transition: height .3s
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        text-align: center
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav .sta-header-fhe_nombreSeccion {
        position: relative;
        padding: 10px
    }

    /*.tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav .sta-header-fhe_nombreSeccion:before{counter-increment:num;content:counter(num);color:rgba(255, 255, 255, 0.16);position:absolute;top:50%;left:0;right:0;text-align:center;font:72px/1px 'Lora'}*/
    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav:before {
        content: '';
        position: absolute;
        left: 26px;
        right: 26px;
        top: 0;
        height: 0;
        background: #EA4D50;
        transition: .3s
    }

    .tpl-header-fhe.sta-notAshiual .sta-header-fhe_max .sta-header-fhe_liNav.sta-actual:before {
        height: 0
    }

    .tpl-header-fhe.sta-notAshiual .sta-header-fhe_max .sta-header-fhe_liNav.sta-actual:hover:before, .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-actual:before, .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav:hover:before {
        height: 5px;
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child.sta-actual:hover:before, .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child:hover:before, .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-actual:hover:before {
        height: 0
    }

    .tpl-header-fhe .sta-idioma_lista a {
        text-align: center;
        counter-reset: num
    }

    .tpl-header-fhe .sta-header-fhe_fixed .sta-header-fhe_liNav.sta-child .sta-header-fhe_nombreSeccion span:after {
        content: none
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        overflow: hidden;
        max-height: 0;
        transition: none
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child:hover {
        background: #fff;
        transition: .3s
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child:hover .sta-header-fhe_liSubNav {
        max-height: 999px;
        transition: max-height 0.5s cubic-bezier(0.76, 0.34, 0.94, 0.2)
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav {
        background: #fff
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav:after {
        content: none
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav li {
        position: relative
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav li:first-of-type:before {
        content: "";
        position: absolute;
        left: 20px;
        right: 20px;
        border-top: 1px solid #36393B
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav li:not(:last-of-type):after {
        content: "";
        position: absolute;
        left: 40px;
        right: 40px;
        border-bottom: 1px solid #36393B
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav li a {
        font: 12px 'Open Sans';
        color: #36393B;
        display: block;
        padding: 14px 5px
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav.sta-child .sta-header-fhe_liSubNav li:hover a {
        text-decoration: underline
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_ver {
        width: 110px;
        text-align: center;
        padding: 5px;
        position: relative
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_ver .sta-header-fhe_hambur:after {
        /* content:''; */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_ver .sta-header-fhe_hamburText {
        display: inline-block;
        font: bold 20px 'Open Sans';
        color: #fff;
        letter-spacing: .075em;
        position: relative;
        padding-right: 15px
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_ver .sta-header-fhe_hamburText:after {
        transition: transform .3s;
        content: '\e0f8';
        font: 10px/1px 'Icons';
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 0
    }

    .tpl-header-fhe input:checked ~ .sta-header-fhe_abs .sta-header-fhe_max .sta-header-fhe_ver .sta-header-fhe_hamburText:after {
        transform: rotate(180deg)
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_lang {
        display: table-cell;
        margin: 0;
        width: 95px;
        text-align: right;
        padding: 0
    }

    .tpl-header-fhe .sta-header-fhe_fixed .sta-header-fhe_lateral {
        transform: none;
        left: auto;
        width: 330px;
        opacity: 1;
        background: #0E4FD4;
        right: -350px
    }

    .tpl-header-fhe #sta-header-fhe_nav:checked ~ .sta-header-fhe_abs .sta-header-fhe_fixed .sta-header-fhe_fondo {
        background: rgba(0,0,0,.5)
    }

    .tpl-header-fhe #sta-header-fhe_nav:checked ~ .sta-header-fhe_abs .sta-header-fhe_fixed .sta-header-fhe_lateral {
        right: 0
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_ver .sta-header-fhe_hamburIcon {
        display: none
    }

    .tpl-header-fhe .sta-header-fhe_fixed .sta-header-fhe_logo svg {
        display: none
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-idiomas .sta-idioma_lista {
        width: auto
    }

    .tpl-header-fhe.sta- .sta-header-fhe_max .sta-idiomas {
        width: 80px
    }

    .tpl-header-fhe .sta-header-fhe_max .sta-header-fhe_liNav .sta-header-fhe_nombreSeccion {
        color: #fff;
        display: block;
        padding: 15px 18px;
        font-size: 18px;
    }

    .tpl-header-fhe .sta-header-fhe_liNav.sta-child .sta-header-fhe_nombreSeccion span:before {
        right: -13px
    }

    .tpl-header-fhe .sta-header-fhe_table2 {
        max-width: 265px;
        height: auto;
        margin-top: 25px
    }

    .tpl-header-fhe .sta-header-fhe_fixed .sta-header-fhe_cell.sta-header-fhe_logo {
        display: none
    }

    .tpl-header-fhe .sta-header-fhe_fixed .sta-header-fhe_hambur .sta-header-fhe_hamburIcon {
        margin-left: auto
    }
}

/* tpl-header-fhe */
/*INICIO PONENTES*/
.tpl-ponentes-fhe {
    padding: 30px 20px;
    /* background: #fff; */
    text-align: center;
    font-family: "Open Sans",sans-serif;
    /* text-transform: uppercase; */
}

.tpl-ponentes-fhe .sta-ponentes-fhe_title {
    font-size: 28px;
    color: #26384B;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.tpl-ponentes-fhe .sta-ponentes-fhe_subtitle {
    /*font-size: 14px;
    color: #131b26;
    margin-top: 10px;*/
    margin-bottom: 40px;
}

.tpl-ponentes-fhe ul {
    width: 336px;
    margin: 0 auto;
}
/*
@media(min-width: 393px) {
    .tpl-ponentes-fhe ul{
        width: 336px;
        margin: 0 auto;
    }
}
*/
@media(min-width: 566px) {
    .tpl-ponentes-fhe ul{
        width: 511px;
        margin: 0 auto;
    }
}
@media(min-width: 736px) {
    .tpl-ponentes-fhe ul{
        width: 676px;
        margin: 0 auto;
    }
}
@media(min-width: 1100px){
    .tpl-ponentes-fhe ul{
        width: 847px;
        margin: 0 auto;
    }
}

@media(min-width: 393px) {
    .tpl-ponentes-fhe ul li:nth-of-type(1){
        margin-top: 70px;
    }
}
@media(min-width: 566px) {
    .tpl-ponentes-fhe ul li:nth-of-type(1),
    .tpl-ponentes-fhe ul li:nth-of-type(3){
        margin-top: 90px;
    }
}
@media(min-width: 1100px){
    .tpl-ponentes-fhe ul li:nth-of-type(1),
    .tpl-ponentes-fhe ul li:nth-of-type(3),
    .tpl-ponentes-fhe ul li:nth-of-type(5){
        margin-top: 130px;
    }
}

.tpl-ponentes-fhe li {
    width: 156px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px;
    opacity: .5;
    transform: scale(.5);
    background: #EA4C50;
    border-radius: 15px;
}

.tpl-ponentes-fhe li.sta-active {
    opacity: 1;
    transform: none;
    transition: 1s
}

.tpl-ponentes-fhe .sta-ponentes-fhe_img {
    height: 183px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px 12px 0px 0;
}

.tpl-ponentes-fhe .sta-ponentes-fhe_titulo {
    font-weight: bold;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
    color: #FFFFFF;
    margin: 11px 12px 0px;
    text-align: left;
    border-radius: 60PX;
}

.tpl-ponentes-fhe .sta-ponentes-fhe_subtitulo {
    font-size: 13px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #131b26;
    color: #fff;
    margin: 3px 12px 3px;
    contain-intrinsic-block-size: auto 100px;
    text-align: left;
}

.tpl-ponentes-fhe .sta-ponentes-fhe_texto {
    font-size: 13px;
    color: #fff;
    /* font-weight: bold; */
    /* font-style: italic; */
    margin: 0px 12px 11px;
    text-align: left;
}

@media (min-width: 601px) {
    .tpl-ponentes-fhe {
        padding:60px 20px 65px
    }

    .tpl-ponentes-fhe .sta-ponentes-fhe_max {
        max-width: 1020px;
        margin: 0 auto
    }

    .tpl-ponentes-fhe.sta-five .sta-ponentes-fhe_max {
        max-width: 999px;
    }

    .tpl-ponentes-fhe .sta-ponentes-fhe_title {
        font-size: 25px;
    }

    .tpl-ponentes-fhe .sta-ponentes-fhe_subtitle {
        font-size: 16px
    }

    .tpl-ponentes-fhe ul {
        margin-top: 50px;
        /* display: block; */
        /* width: 235px; */
        /* justify-items: center; */
        margin: 0 auto;
        /* align-items: center; */
        /* grid-template-columns: repeat(5, 1fr); */
        /* grid-template-rows: repeat(5, 1fr); */
        /* display: flex; */
        /* justify-content: center; */
    }
}

/*FIN PONENTES*/
/* tpl-cabecera-fhe */
.tpl-cabecera-fhe {
    text-align: center;
    font: 18px 'Open Sans';
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    /*padding: 0 20px;
    background-attachment: fixed;*/
    overflow: hidden
}

/*.tpl-cabecera-fhe::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.4;
    content: "";
    background: rgb(2,214,143);
    background: -moz-linear-gradient(90deg, rgba(2,214,143,1) 0%, rgba(14,79,212,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,214,143,1) 0%, rgba(14,79,212,1) 100%);
    background: linear-gradient(90deg, rgba(2,214,143,1) 0%, rgba(14,79,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02d68f",endColorstr="#0e4fd4",GradientType=1);
}*/

.tpl-cabecera-fhe.sta-onlyStreaming.sta-streaming.sta-activo {
    padding: 0
}

.tpl-cabecera-fhe.sta-noButton .sta-cabecera-fhe_button, .tpl-cabecera-fhe.sta-noDate .sta-cabecera-fhe_table {
    display: none
}

.tpl-cabecera-fhe a.sta-cabecera-fhe_button:empty {
    display: none;
}

/*.tpl-cabecera-fhe.sta-visibleFondo .sta-cabecera-fhe_fondoVideo {
    opacity: 1
}*/

.tpl-cabecera-fhe .sta-cabecera-fhe_fondoVideo {
    position: absolute;
    top: 0;
    bottom: -90px;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0
}

.tpl-cabecera-fhe.sta-visibleFondo .sta-cabecera-fhe_fondoVideo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3)
}

.tpl-cabecera-fhe .sta-cabecera-fhe_fondoVideo video {
    object-fit: cover!important
}

.tpl-cabecera-fhe .sta-cabecera-fhe_table {
    margin: 0 auto
}

.tpl-cabecera-fhe .sta-cabecera-fhe_max {
    padding: 140px 0 60px;
    position: relative;
    z-index: 2
}

.tpl-cabecera-fhe .sta-cabecera-fhe_table.sta-movil {
    display: none
}

.tpl-cabecera-fhe .sta-cabecera-fhe_content {
    /* text-shadow:0px 3px 3px #000; */
    /* padding-bottom: 46px; */
}

.tpl-cabecera-fhe .sta-cabecera-fhe_pretitle {
    font: bold 18px 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 2.59px;
    display: none;
}

.tpl-cabecera-fhe .sta-cabecera-fhe_title {
    font: bold 40px 'Open Sans';
    text-transform: uppercase;
    padding: 15px 0;
    display: none;
}

.tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_table {
    display: none;
    margin: 0 auto
}

.tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_table.sta-movil {
    display: table;
    padding: 0 0 30px
}

.tpl-cabecera-fhe .sta-cabecera-fhe_cell {
    margin-bottom: 15px
}

.tpl-cabecera-fhe .sta-cabecera-fhe_cell:empty {
    display: none;
}

.tpl-cabecera-fhe .sta-cabecera-fhe_cell:last-of-type {
    margin-bottom: 0
}

.tpl-cabecera-fhe .sta-cabecera-fhe_cell span {
    display: block
}

.tpl-cabecera-fhe .sta-cabecera-fhe_button:first-of-type {
    margin-top: 30px;
    margin-right: 5px;
    margin-bottom: 15px
}

.tpl-cabecera-fhe .sta-cabecera-fhe_button {
    text-transform: uppercase;
    padding: 15px 30px;
    color: #0E4FD4;
    background: rgb(255 255 255 / 75%);
    /* box-shadow:2px 3px 3px #000; */
    font: 600 18px 'Open Sans', sans-serif;
    border: rgb(255 255 255 / 75%);
    transition: .3s;
    border-radius: 10px;
    text-shadow: none;
}

.tpl-cabecera-fhe .sta-cabecera-fhe_button:hover {
    background: #fff;
    color: #2D73C5
}

.tpl-cabecera-fhe .sta-cabecera-fhe_button.sta-stream {
    display: none
}

.tpl-cabecera-fhe .sta-cabecera-fhe_fondoVideo .wistia_embed {
    height: 100%
}

.tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_button:first-of-type {
    display: none
}

.tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_button.sta-stream {
    display: inline-block;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.32);
    color: #fff;
    position: relative;
    transition: .3s;
    padding-left: 85px
}

.tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_button.sta-stream:before {
    content: '\e0bb';
    font: 34px 'icons';
    position: absolute;
    top: 50%;
    line-height: 1px;
    left: 40px
}

.tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_button.sta-stream:hover {
    color: #000;
    background: #fff;
}

.tpl-cabecera-fhe .sta-cabecera-fhe_titleTwitter {
    font: bold 20px 'Open Sans';
    padding: 5px 0 5px 75px;
    text-align: left;
    position: relative;
    background: rgba(255, 255, 255, 0.32);
}

.tpl-cabecera-fhe .sta-cabecera-fhe_titleTwitter:before {
    content: "\e049";
    font: 34px 'Icons';
    position: absolute;
    top: 50%;
    line-height: 1px;
    left: 20px
}

.tpl-cabecera-fhe .sta-cabecera-fhe_titleTwitter span {
    display: block;
    font-weight: normal
}

.tpl-cabecera-fhe .sta-cabecera-fhe_streaming {
    display: none
}

.tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_redes {
    display: block
}

.tpl-cabecera-fhe.sta-onlyStreaming.sta-streaming .sta-cabecera-fhe_derechaPadre {
    display: none
}

.tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_max {
    display: block;
    padding-bottom: 30px
}

.tpl-cabecera-fhe.sta-activo .sta-cabecera-fhe_max {
    display: none
}

.tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_iframe {
    display: none
}

.tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_streaming {
    display: block;
    vertical-align: top;
    position: relative;
    z-index: 2
}

.tpl-cabecera-fhe.sta-activo .sta-cabecera-fhe_streaming {
    padding: 125px 0 40px
}

.tpl-cabecera-fhe.sta-streaming.sta-activo .sta-cabecera-fhe_streaming {
    padding: 70px 0 0
}

.tpl-cabecera-fhe.sta-activo .sta-cabecera-fhe_iframe {
    display: block
}

.tpl-cabecera-fhe.sta-activo .sta-cabecera-fhe_table.sta-movil {
    display: none;
    text-shadow: 0px 3px 3px #000
}

.tpl-cabecera-fhe .sta-cabecera-fhe_iframe {
    margin-bottom: 25px
}

.tpl-cabecera-fhe.sta-onlyStreaming .sta-cabecera-fhe_iframe {
    margin-bottom: 0
}

.tpl-cabecera-fhe .sta-cabecera-fhe_iframe iframe {
    min-height: 250px;
    display: block
}

.tpl-cabecera-fhe.sta-onlyStreaming .sta-cabecera-fhe_iframe iframe {
    width: 100%;
    height: 54vw;
    max-height: calc(100vh - 70px)
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha2 {
    max-width: 740px;
    margin: 0 auto 50px
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha2:empty {
    display: none
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha2 a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha2 .title {
    display: block;
    font-size: 25px;
    margin-bottom: 6px
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha {
    margin: 0 auto 25px;
    border: 2px solid #fff
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha a {
    color: #fff
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha .sta-cabecera-fhe_twitter_frame {
    background: #fff;
    overflow: auto;
    max-height: 200px
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha .sta-cabecera-fhe_twitter_frame::-webkit-scrollbar {
    width: 6px
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha .sta-cabecera-fhe_twitter_frame::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #0E4FD4
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha .sta-cabecera-fhe_twitter_frame::-webkit-scrollbar-thumb {
    background: #0E4FD4;
    border-radius: 10px
}

.tpl-cabecera-fhe .sta-cabecera-fhe_derecha iframe {
    display: block!important
}

.tpl-cabecera-fhe.sta-ancla-activo .sta-cabecera-fhe_button.sta-ancla {
    display: inline-block;
    margin-top: 30px;
    background: rgba(255, 255, 255, 0.32);
    color: #fff;
    position: relative;
    transition: .3s;
    padding-right: 16px;
    padding-left: 55px
}

.tpl-cabecera-fhe.sta-ancla-activo .sta-cabecera-fhe_button.sta-ancla:before {
    content: '\e0bb';
    font: 34px 'icons';
    position: absolute;
    top: 50%;
    line-height: 1px;
    left: 10px
}

.tpl-cabecera-fhe.sta-ancla-activo .sta-cabecera-fhe_button.sta-ancla:hover {
    color: #000;
    background: #fff
}

.tpl-cabecera-fhe.sta-novideo .sta-cabecera-fhe_button.sta-ancla {
    display: none
}

.tpl-cabecera-fhe a.sta-cabecera-fhe_button {
    display: inline-block;
}

@media(min-width: 601px) {
    .tpl-cabecera-fhe.sta-activo .sta-cabecera-fhe_streaming {
        padding:150px 0 40px
    }

    .tpl-cabecera-fhe.sta-onlyStreaming.sta-activo .sta-cabecera-fhe_streaming {
        padding-top: 100px
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_max {
        padding: 220px 0 150px
    }

    .tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_max {
        padding: 140px 0 60px
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_iframe.sta-redes {
        position: absolute;
        right: 50%;
        left: 0;
        bottom: 40px;
        top: 40px;
        z-index: -1
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_iframe iframe {
        height: 400px
    }

    .tpl-cabecera-fhe.sta-onlyStreaming .sta-cabecera-fhe_iframe iframe {
        max-height: calc(100vh - 100px)
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_derecha {
        width: 500px
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_title {
        font: bold 60px 'Open Sans'
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_pretitle {
        font: bold 26px 'Open Sans'
    }

    .tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_button.sta-stream {
        margin-top: none
    }
}

@media(min-width: 801px) {
    .tpl-cabecera-fhe .sta-cabecera-fhe_table {
        display:table
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_cell {
        display: table-cell;
        padding: 0 24px;
        letter-spacing: .9px;
        line-height: 25px;
        border-left: 2px solid #fff
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_cell:first-of-type {
        border-left: 0
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_iframe {
        padding-top: 40px;
    }
}

@media(min-width: 901px) {
    .tpl-cabecera-fhe .sta-cabecera-fhe_iframe iframe {
        width:850px;
        height: 478px
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_derecha {
        width: 570px;
        max-height: 478px
    }
}

@media(min-width: 1200px) {
    .tpl-cabecera-fhe .sta-cabecera-fhe_table {
        display:table
    }

    .tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_max {
        display: inline-block;
        padding: 220px 0 150px
    }

    .tpl-cabecera-fhe.sta-activo .sta-cabecera-fhe_max {
        display: none
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_derechaPadre {
        display: inline-block;
        vertical-align: bottom;
        min-width: 300px;
        margin-left: 20px;
        padding: 0;
        width: auto;
        max-width: 600px
    }

    .tpl-cabecera-fhe.sta-activo .sta-cabecera-fhe_derecha {
        max-height: 474px
    }

    .tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_streaming {
        padding: 165px 0 35px
    }

    .tpl-cabecera-fhe.sta-activo .sta-cabecera-fhe_iframe, .tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_redes, .tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_streaming {
        display: inline-block;
        vertical-align: bottom
    }

    .tpl-cabecera-fhe .sta-cabecera-fhe_derecha .sta-cabecera-fhe_twitter_frame {
        max-height: 340px
    }

    .tpl-cabecera-fhe.sta-activo .sta-cabecera-fhe_derecha .sta-cabecera-fhe_twitter_frame {
        max-height: 413px
    }

    .tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_table {
        display: table;
        margin: 0 auto
    }

    .tpl-cabecera-fhe.sta-streaming .sta-cabecera-fhe_table.sta-movil {
        display: none;
        padding: 0 0 30px
    }

    .tpl-cabecera-fhe.sta-onlyStreaming.sta-activo .sta-cabecera-fhe_iframe, .tpl-cabecera-fhe.sta-onlyStreaming.sta-streaming .sta-cabecera-fhe_redes, .tpl-cabecera-fhe.sta-onlyStreaming.sta-streaming .sta-cabecera-fhe_streaming {
        display: block
    }
}

/* FIN tpl-cabecera-fhe */
/* .tpl-medios-fhe */
.tpl-medios-fhe {
    color: #000;
    /* background-color: #fff; */
    font-family: 'Open Sans',sans-serif;
    padding: 0 0 40px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.tpl-medios-fhe article header {
    font-style: italic;
    font-size: 24px;
    margin-bottom: 15px;
    display: none
}

.tpl-medios-fhe.v21 article header {
    display: block;
    font-style: normal;
    font-weight: bold
}

.tpl-medios-fhe article section {
    position: relative
}

.tpl-medios-fhe.sta-noSlide article section button {
    display: none
}

.tpl-medios-fhe article section button {
    position: absolute;
    top: 50%;
    margin-top: -43px;
    width: 30px;
    height: 86px;
    transition: opacity .3s;
    border: 0;
    background: none;
    color: #3e2683;
    z-index: 1;
    outline: none
}

.tpl-medios-fhe article section button.sta-opacity {
    opacity: 0
}

.tpl-medios-fhe article section .sta-left {
    left: 0
}

.tpl-medios-fhe article section .sta-left:after {
    content: '\e0b3'
}

.tpl-medios-fhe article section .sta-right {
    right: 0
}

.tpl-medios-fhe article section .sta-right:after {
    content: '\e0b4'
}

.tpl-medios-fhe article section button:after {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    font: 35px/1px Icons
}

.tpl-medios-fhe article section .sta-content {
    overflow: hidden;
    font-size: 1px;
    font-size: 0;
    word-spacing: 0;
    word-spacing: -1px;
    letter-spacing: 0;
    letter-spacing: -1px;
    text-align: left
}

.tpl-medios-fhe.sta-noSlide .sta-medios-fhe_list {
    width: auto!important
}

.tpl-medios-fhe .sta-medios-fhe_list {
    padding-top: 30px
}

.tpl-medios-fhe .sta-medios-fhe_enlace {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.tpl-medios-fhe .sta-medios-fhe_enlace[href=''], .tpl-medios-fhe .sta-medios-fhe_enlace[href=' '], .tpl-medios-fhe .sta-medios-fhe_enlace[href='#'] {
    display: none
}

.tpl-medios-fhe.sta-noSlide .sta-medios-fhe_element {
    width: auto!important;
    display: block
}

.tpl-medios-fhe .sta-medios-fhe_element {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
    position: relative;
    min-height: 150px
}

.tpl-medios-fhe.v21 .sta-medios-fhe_element {
    max-width: 550px;
    margin: 0 auto
}

.tpl-medios-fhe .sta-medios-fhe_element:before {
    content: '\e084';
    font: 38px 'Icons';
    color: #00DC8B;
    position: absolute;
    left: 35px;
    top: 0;
    height: 30px;
    width: 30px
}

.tpl-medios-fhe .sta-medios-fhe_element .sta-medios-fhe_text {
    padding: 40px 35px 70px;
    font: bold 20px 'Open Sans', sans-serif
}

.tpl-medios-fhe .sta-medios-fhe_element img {
    position: absolute;
    left: 35px;
    bottom: 0;
    max-width: 120px;
    max-height: 60px
}

.tpl-medios-fhe.v21 .sta-medios-fhe_element img {
    left: auto;
    right: 35px
}

@media(min-width: 801px) {
    .tpl-medios-fhe {
        padding:15px 5px 70px
    }

    .tpl-medios-fhe article {
        max-width: 1200px;
        margin: 0 auto
    }

    .tpl-medios-fhe article header {
        font-size: 24px;
        margin-bottom: 15px
    }

    .tpl-medios-fhe.v21 article header {
        font-size: 36px
    }

    .tpl-medios-fhe article section {
        padding: 0 15px
    }

    .tpl-medios-fhe.sta-noSlide .sta-medios-fhe_list {
        text-align: center
    }

    .tpl-medios-fhe.sta-noSlide .sta-medios-fhe_element {
        display: inline-block;
        width: 33.333%!important
    }

    .tpl-medios-fhe.v21 .sta-medios-fhe_element {
        max-width: none
    }

    .tpl-medios-fhe.sta-noSlide.v21 .sta-medios-fhe_element {
        width: 25%!important
    }

    .tpl-medios-fhe .sta-medios-fhe_text {
        letter-spacing: 0.25px;
        min-height: 130px;
        padding: 40px 35px 50px
    }

    .tpl-medios-fhe.v21 .sta-medios-fhe_text {
        min-height: 70px;
        padding-bottom: 50px;
        font-size: 22px
    }

    .tpl-medios-fhe .sta-medios-fhe_element img {
        max-width: 190px;
        max-height: 35px
    }

    .tpl-medios-fhe.v21 .sta-medios-fhe_element img {
        max-height: 40px;
        right: 50%;
        transform: translateX(-50%)
    }
}

/* FIN .tpl-medios-fhe */
/* tpl-infoDatos */
.tpl-infoDatos-fhe {
    background: #fff;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background: #00DC8B;
    background: -moz-linear-gradient(left, #00DC8B 0, #0E4FD4 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #00DC8B), color-stop(100%, #0E4FD4));
    background: -webkit-linear-gradient(left, #00DC8B 0, #0E4FD4 100%);
    background: -o-linear-gradient(left, #00DC8B 0, #0E4FD4 100%);
    background: -ms-linear-gradient(left, #00DC8B 0, #0E4FD4 100%);
    background: linear-gradient(to right, #00DC8B 0, #0E4FD4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dc8b', endColorstr='#0e50d4', GradientType=1 )
}

.tpl-infoDatos-fhe article {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box
}

.tpl-infoDatos-fhe article header {
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    font-family: 'intro_regular', sans-serif;
    font-size: 24px;
    margin-bottom: 30px
}

.tpl-infoDatos-fhe article .sta-infoDatos-fhe_contain {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 0px 25px;
    padding-bottom: 30px
}

.tpl-infoDatos-fhe article section {
    text-align: center
}

.tpl-infoDatos-fhe article section .sta-infoDatos-fhe_element:not(:last-of-type) {
    padding: 0 10px;
    margin-bottom: 15px
}

.tpl-infoDatos-fhe article section .sta-infoDatos-fhe_cifra {
    font: 900 30px/22px 'Open Sans', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 0.1em;
    padding-bottom: 25px
}

.tpl-infoDatos-fhe .sta-infoDatos-fhe-titulo {
    font: bold 28px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.tpl-infoDatos-fhe .sta-infoDatos-fhe_element {
    opacity: .5;
    transform: scale(.75)
}

.tpl-infoDatos-fhe .sta-infoDatos-fhe_element.sta-active {
    opacity: 1;
    transform: none;
    transition: 1s
}

.tpl-infoDatos-fhe .sta-infoDatos-fhe_element span {
    font: 600 14px/18px 'Open Sans', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

@media (min-width: 601px) {
    .tpl-infoDatos-fhe article header {
        font-size:36px;
        line-height: 48px;
        margin-bottom: 50px
    }

    .tpl-infoDatos-fhe .sta-infoDatos-fhe_contain {
        font-size: 16px;
        padding-bottom: 25px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: distribute;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around
    }

    .tpl-infoDatos-fhe .sta-infoDatos-fhe_cifra {
        font-size: 40px;
        color: #fff;
    }

    .tpl-infoDatos-fhe .sta-infoDatos-fhe-titulo {
        font-size: 36px
    }

    .tpl-infoDatos-fhe .sta-infoDatos-fhe_element span {
        font-size: 16px
    }

    .tpl-infoDatos-fhe .sta-infoDatos-fhe_element:not(:last-of-type) {
        padding: 0px
    }

    .tpl-infoDatos-fhe .sta-infoDatos-fhe_element {
        width: 30%
    }
}

@media (min-width: 801px) {
    .tpl-infoDatos-fhe article {
        padding:0px 50px
    }

    .tpl-infoDatos-fhe article section .sta-infoDatos-fhe_cifra {
        font-size: 48px;
        padding-bottom: 35px
    }

    .tpl-infoDatos-fhe article section .sta-infoDatos-fhe_cifra span {
        font-size: 36px
    }

    .tpl-infoDatos-fhe .sta-infoDatos-fhe_element span {
        font-size: 18px
    }

    .tpl-infoDatos-fhe .sta-infoDatos-fhe_contain {
        font-size: 18px
    }
}

/* Fin tpl-infoDatos */
/* tpl-boxes2-fhe */
.tpl-boxes2-fhe {
    font: 14px 'Open Sans';
    text-align: left;
    position: relative;
    z-index: 2;
    padding: 0 20px 20px;
}

.tpl-boxes2-fhe.sta-notTriangulo .sta-boxes2-fhe_fondo {
    clip-path: none
}

.tpl-boxes2-fhe .sta-boxes2-fhe_fondo {
    position: absolute;
    height: 530px;
    top: 0;
    right: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background: none;
    background-image: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 210px))
}

.tpl-boxes2-fhe .sta-boxes2-fhe_max {
    max-width: 970px;
    margin: 0 auto
}

.tpl-boxes2-fhe .sta-boxes2-fhe_title {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    padding: 60px 0;
    color: #02D68F;
    letter-spacing: 2px;
    text-transform: uppercase
}

.tpl-boxes2-fhe .sta-boxes2-fhe_element {
    max-width: 300px;
    margin: 20px auto;
    background: #fff;
    padding: 20px 24px;
    box-sizing: border-box;
    min-height: 400px;
    text-align: left;
    opacity: 0;
    transform: translateX(-100px);
    -ms-box-shadow: 0 0 6px -3px #000;
    -moz-box-shadow: 0 0 6px -3px #000;
    -o-box-shadow: 0 0 6px -3px #000;
    -webkit-box-shadow: 0 0 6px -3px #000;
    box-shadow: 0 0 6px -3px #000;
    border-radius: 30px;
}

.tpl-boxes2-fhe .sta-boxes2-fhe_element.sta-active {
    opacity: 1;
    transform: none;
    transition: 1s
}

.tpl-boxes2-fhe article {
    display: table;
    height: 325px;
    width: 100%
}

.tpl-boxes2-fhe header {
    margin-bottom: 20px
}

.tpl-boxes2-fhe section {
    vertical-align: top
}

.tpl-boxes2-fhe footer {
    display: table-row
}

.tpl-boxes2-fhe .sta-boxes2-fhe_cell {
    display: table-cell
}

.tpl-boxes2-fhe .sta-boxes2-fhe_svg {
    display: inline-block;
    width: 85px;
    height: 85px;
    fill: #00DC8B;
    vertical-align: bottom
}

.tpl-boxes2-fhe .sta-boxes2-fhe_svg svg {
    max-width: 85px;
    max-height: 85px
}

.tpl-boxes2-fhe .sta-boxes2-fhe_hour {
    display: inline-block;
    margin: 0 0 5px 10px;
    padding-bottom: 13px;
    vertical-align: bottom;
    text-align: right;
    font-size: 23px;
    width: 150px;
    border-bottom: 2px solid rgba(14, 79, 212, .35);
    font-weight: bold;
    color: #0E4FD4;
}

.tpl-boxes2-fhe .sta-boxes2-fhe_header {
    color: #0E4FD4;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px
}

.tpl-boxes2-fhe .sta-boxes2-fhe_text {
    display: table-cell;
    vertical-align: bottom;
    color: #36393B
}

@media (min-width: 641px) {
    .tpl-boxes2-fhe {
        padding-bottom: 50px;
    }

    .tpl-boxes2-fhe.sta-notTriangulo .sta-boxes2-fhe_fondo {
        bottom: 0
    }

    .tpl-boxes2-fhe .sta-boxes2-fhe_fondo {
        height: auto;
        bottom: -470px;
    }

    .tpl-boxes2-fhe ul {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .tpl-boxes2-fhe .sta-boxes2-fhe_element {
        display: inline-block;
        vertical-align: top;
        margin: 10px
    }
}

/* FIN tpl-boxes2-fhe */
/* tpl-contentIframe-fhe */
.tpl-contentIframe-fhe {
    padding: 30px 20px 50px
}

.tpl-contentIframe-fhe.staFondo {
    background: #00DC8B;
    background: -moz-linear-gradient(left, #00DC8B 0, #0E4FD4 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #00DC8B), color-stop(100%, #0E4FD4));
    background: -webkit-linear-gradient(left, #00DC8B 0, #0E4FD4 100%)
}

.tpl-contentIframe-fhe .sta-contentIframe-fhe_max {
    box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.32);
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto
}

.tpl-contentIframe-fhe iframe {
    display: block;
    width: 100%;
    height: 980px
}

@media (min-width: 801px) {
    .tpl-contentIframe-fhe {
        padding:30px 60px 70px
    }
}

/* Fin tpl-contentIframe-fhe */
/*INICIO CONTADOR*/
.tpl-contador-fhe {
    display: none;
    padding: 12px 0px 12px;
    text-align: center;
    color: #fff;
    background: #00DC8B;
    background: -moz-linear-gradient(left, #00DC8B 0, #0E4FD4 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, #00DC8B), color-stop(100%, #0E4FD4));
    background: -webkit-linear-gradient(left, #00DC8B 0, #0E4FD4 100%)
}

.tpl-contador-fhe.sta-inicio {
    display: block
}

.tpl-contador-fhe .sta-contador-fhe_count {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 72px;
    padding: 10px 4px;
    background: rgb(255 255 255 / 75%);
    color: #6CC6DB;
    /* margin: 0 20px; */
    border-radius: 25px;
}

.tpl-contador-fhe .sta-contador-fhe_date {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #26384B;
    /* margin-top:2px; */
}

.tpl-contador-fhe .sta-contador-fhe_number {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 40px;
}

@media (min-width: 601px) {
    .tpl-contador-fhe {
        padding:20px 20px 18px
    }

    .tpl-contador-fhe .sta-contador-fhe_count {
        width: 100px;
        margin: 0 20px;
        border-radius: 30px;
    }

    .tpl-contador-fhe .sta-contador-fhe_date {
        font-size: 12px;
        /* margin-top: 0px; */
    }

    .tpl-contador-fhe .sta-contador-fhe_number {
        font-size: 57px;
    }
}

@media (min-width: 801px) {
    .tpl-contador-fhe .sta-contador-fhe_count {
        padding: 30px 0px 8px 0px;
    }
    .tpl-contador-fhe .sta-contador-fhe_date{
        margin-top: 15px;
    }
}
/*FIN CONTADOR*/
/* INICIO tpl-reserva-fhe*/
.tpl-reserva-fhe {
    padding: 30px 20px 70px;
    color: #000;
    text-align: center
}

.tpl-reserva-fhe .sta-reserva-fhe_max {
    position: relative;
    z-index: 2;
    background: #fff;
    max-width: 840px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.4)
}

.tpl-reserva-fhe .sta-reserva-fhe_title {
    font: bold 20px 'Open Sans', sans-serif;
    color: #000;
    margin-bottom: 20px
}

.tpl-reserva-fhe .sta-reserva-fhe_text {
    font: 14px 'Open Sans', sans-serif;
    margin-bottom: 20px
}

.tpl-reserva-fhe .sta-reserva-fhe_text .sta-enlace {
    color: #2D73C5
}

.tpl-reserva-fhe .sta-reserva-fhe_button {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.1em;
    border: 1px solid;
    text-transform: uppercase;
    padding: 8px 15px;
    color: #fff;
    background: #2D73C5;
    font: 18px 'Open Sans';
    border: 2px solid #2D73C5;
    transition: .3s;
    border-radius: 10px
}

@media(min-width: 601px) {
    .tpl-reserva-fhe {
        padding:60px 20px 85px
    }

    .tpl-reserva-fhe .sta-reserva-fhe_max {
        padding: 30px 20px
    }

    .tpl-reserva-fhe .sta-reserva-fhe_title {
        font-size: 24px;
        margin-bottom: 30px
    }

    .tpl-reserva-fhe .sta-reserva-fhe_text {
        font-size: 16px;
        max-width: 580px;
        margin: 0 auto 30px
    }

    .tpl-reserva-fhe .sta-reserva-fhe_button {
        font-size: 16px;
        padding: 10px 30px;
        letter-spacing: 0.15em;
        transition: all .3s
    }

    .tpl-reserva-fhe .sta-reserva-fhe_button:hover {
        background: #fff;
        color: #2D73C5
    }
}

@media(min-width: 801px) {
    .tpl-reserva-fhe {
        padding:60px 50px 100px
    }

    .tpl-reserva-fhe .sta-reserva-fhe_max {
        padding: 40px 30px 60px
    }

    .tpl-reserva-fhe .sta-reserva-fhe_title {
        font-size: 36px;
        margin-bottom: 60px
    }

    .tpl-reserva-fhe .sta-reserva-fhe_text {
        font-size: 18px;
        margin-bottom: 60px
    }

    .tpl-reserva-fhe .sta-reserva-fhe_button {
        font-size: 18px;
        padding: 15px 30px
    }
}

/* FIN tpl-reserva-fhe*/
/* INICO tpl-cabAnt-fhe*/
.tpl-cabAnt-fhe {
    padding: 120px 0 45px;
    color: #f8f4f4;
    text-align: center;
    font: bold 19px 'Open Sans';
    letter-spacing: .05em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.tpl-cabAnt-fhe .sta-cabAnt-fhe_title {
    margin-bottom: 25px;
    text-transform: none;
    !importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.tpl-cabAnt-fhe .sta-cabAnt-fhe_title span {
    font-size: 37px;
    display: block
}

.tpl-cabAnt-fhe .sta-cabAnt-fhe_subtitle {
    font: 18px 'Open Sans';
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    text-transform: none;
}

.sta-cabAnt-fhe_abs {
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0; */
    background: #fff;
}

.sta-cabAnt-fhe_abs nav {
    padding: 0 35px;
    overflow: hidden;
    /* height: 39px; */
    position: relative
}

.sta-cabAnt-fhe_abs nav.sta-complete {
    padding: 0 5px
}

.sta-cabAnt-fhe_abs nav.sta-complete ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.sta-cabAnt-fhe_abs nav.sta-complete .sta-cabAnt-fhe_left, .sta-cabAnt-fhe_abs nav.sta-complete .sta-cabAnt-fhe_right {
    display: none;
}

.sta-cabAnt-fhe_abs nav .sta-cabAnt-fhe_left {
    background: #fff;
    color: #000;
    border-right: 1px solid;
    position: absolute;
    left: 0;
    top: 0;
    font: 15px 'Icons';
    width: 35px;
    bottom: 0;
    box-shadow: 5px 0 7px 1px #fff;
    transition: box-shadow .3s
}

.sta-cabAnt-fhe_abs nav .sta-cabAnt-fhe_left.sta-fin, .sta-cabAnt-fhe_abs nav .sta-cabAnt-fhe_right.sta-fin {
    box-shadow: none
}

.sta-cabAnt-fhe_abs nav .sta-cabAnt-fhe_left:before {
    content: "\e040"
}

.sta-cabAnt-fhe_abs nav .sta-cabAnt-fhe_right {
    background: #fff;
    color: #000;
    border-left: 1px solid;
    position: absolute;
    right: 0;
    top: 0;
    font: 15px 'Icons';
    width: 35px;
    bottom: 0;
    box-shadow: -5px 0 7px 1px #fff;
    transition: box-shadow .3s
}

.sta-cabAnt-fhe_abs nav .sta-cabAnt-fhe_right:before {
    content: "}"
}

.sta-cabAnt-fhe_scroll {
    overflow-x: auto;
}

.tpl-cabAnt-fhe .sta-cabAnt-fhe_oculScroll {
    padding-bottom: 6px
}

.sta-cabAnt-fhe_scroll ul {
    display: flex
}

.sta-cabAnt-fhe_scroll ul li {
    flex-shrink: 0
}

.sta-cabAnt-fhe_scroll ul li a {
    font: 18px 'Open Sans';
    color: #36393B;
    text-decoration: none;
    padding: 10px 30px;
    display: block
}

.sta-cabAnt-fhe_scroll ul li a.sta-actual {
    background: #fff;
    color: #00DC8B;
    border-radius: 10px 10px 0 0;
    position: relative;
    border-bottom: 3px solid #0E4FD4;
    padding-bottom: 11px;
    display: block;
}

.sta-cabAnt-fhe_scroll ul li a.sta-actual:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
}
.sta-cabAnt-fhe_abs .sta-cabAnt-fhe_title{
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    color: #0e4fd4;
    padding: 50px 0;
}

@media(min-width: 601px) {
    .tpl-cabAnt-fhe {
        padding:150px 0 50px;
        font-size: 20px
    }

    .tpl-cabAnt-fhe .sta-cabAnt-fhe_title {
        margin-bottom: 30px
    }

    .tpl-cabAnt-fhe .sta-cabAnt-fhe_title span {
        font-size: 40px
    }

    .tpl-cabAnt-fhe .sta-cabAnt-fhe_subtitle {
        font-size: 20px
    }

    .sta-cabAnt-fhe_scroll ul li a {
        padding: 10px 45px;
    }

    .sta-cabAnt-fhe_abs {
        max-width: 730px;
        margin: 0 auto
    }
}

@media(min-width: 801px) {
    .tpl-cabAnt-fhe {
        padding: 180px 20px 85px;
        font-size: 32px;
    }

    .tpl-cabAnt-fhe .sta-cabAnt-fhe_max {
        max-width: 1280px;
        margin: 0 auto
    }

    .tpl-cabAnt-fhe .sta-cabAnt-fhe_title {
        margin-bottom: 50px
    }

    .tpl-cabAnt-fhe .sta-cabAnt-fhe_title span {
        font-size: 59px;
    }

    .tpl-cabAnt-fhe .sta-cabAnt-fhe_subtitle {
        font-size: 25px;
        margin-bottom: 0
    }

    .sta-cabAnt-fhe_abs {
        /* position: absolute; */
        /* bottom: 0; */
        max-width: none
    }
}

/* FIN tpl-cabAnt-fhe*/
/* tpl-galeriaEdiciones-fhe */
.tpl-galeria-fhe {
    text-align: center;
    /* background-color: #fff; */
    padding: 20px;
    margin-bottom: 72px;
}

.tpl-galeria-fhe .sta-galeria-fhe_titulo {
    font: 24px "Open Sans", sans-serif;
    color: #27D587;
}

.tpl-galeria-fhe .sta-galeria-fhe_content {
    margin-top: 20px
}

.tpl-galeria-fhe .sta-galeria-fhe_content li {
    display: inline-block;
    vertical-align: middle;
    margin: 1px;
    opacity: 0;
    transform: scale(.7)
}

.tpl-galeria-fhe .sta-galeria-fhe_content li.sta-active {
    opacity: 1;
    transform: none;
    transition: 1s .5s;
    position: relative
}

.tpl-galeria-fhe .sta-galeria-fhe_button {
    font: bold 14px "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    color: #0E4FD4;
    padding: 5px 19px;
    /* border: 1px solid #36393b; */
    box-shadow: 0px 0px 13px -7px #000;
    transition: .3s;
    border-radius: 10px;
    background: #fff;
}

.tpl-galeria-fhe .sta-galeria-fhe_button.sta-oculto {
    display: none
}

.tpl-galeria-fhe .sta-galeria-fhe_foto {
    display: block;
    height: 135px;
    width: 135px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s
}

@media(min-width: 601px) {
    .tpl-galeria-fhe {
        padding:60px 20px 60px
    }

    .tpl-galeria-fhe .sta-galeria-fhe_max {
        max-width: 920px;
        margin: 0 auto;
    }

    .tpl-galeria-fhe .sta-galeria-fhe_content {
        margin-top: 50px
    }

    .tpl-galeria-fhe .sta-galeria-fhe_content li {
        overflow: hidden
    }

    .tpl-galeria-fhe .sta-galeria-fhe_content:hover li .sta-galeria-fhe_foto {
        box-shadow: inset 0 0 0 9999px rgba(0,0,0,.5)
    }

    .tpl-galeria-fhe .sta-galeria-fhe_content li:hover .sta-galeria-fhe_foto {
        box-shadow: inset 0 0 0 9999px transparent;
        transform: scale(1.2)
    }

    .tpl-galeria-fhe .sta-galeria-fhe_foto {
        height: 195px;
        width: 195px
    }

    .tpl-galeria-fhe .sta-galeria-fhe_titulo {
        font-size: 30px;
    }

    .tpl-galeria-fhe .sta-galeria-fhe_button {
        padding: 10px 31px;
        font-size: 18px;
        margin-top: 30px
    }

    .tpl-galeria-fhe .sta-galeria-fhe_button:hover {
        background: #36393b;
        color: #fff
    }
}

/* FIN tpl-galeriaEdiciones-fhe */
.tpl-modalGaleria-fhe {
    display: none;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #000;
    background: rgba(0,0,0,.9);
    color: #fff;
    padding: 30px 15px 50px;
    -webkit-user-select: none;
    user-select: none;
    cursor: default
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_max {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_close {
    position: relative;
    padding-top: 35px;
    font: 300 14px 'Roboto', sans-serif;
    text-align: center;
    width: 100%
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_close .sta-modalGaleria-fhe_delete {
    position: absolute;
    top: 0;
    right: 20px;
    padding-right: 50px;
    min-height: 34px;
    background: none;
    color: #fff;
    border: 0;
    font: 16px "Montserrat", sans-serif
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_close .sta-modalGaleria-fhe_delete:after {
    content: '\e05d';
    font: 10px/32px Icons;
    height: 32px;
    width: 32px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_close .sta-modalGaleria-fhe_delete:hover:after {
    color: #000;
    background: #fff;
    transition: .3s
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_close .sta-modalGaleria-fhe_move {
    display: inline-block;
    padding: 20px 10px;
    position: relative;
    font-size: 20px
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_move button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    background: none;
    border: 0;
    color: #fff
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_move button:after {
    font: 25px/1px Icons;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_move .sta-modalGaleria-fhe_left {
    right: 100%
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_move .sta-modalGaleria-fhe_left:after {
    content: '\e040'
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_move .sta-modalGaleria-fhe_right {
    left: 100%
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_move .sta-modalGaleria-fhe_right:after {
    content: '}'
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_modal {
    overflow: hidden;
    width: 100%
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_modal .sta-modalGaleria-fhe_contenedor {
    width: 200%
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_modal .sta-modalGaleria-fhe_contenedorH {
    float: left;
    width: 50%;
    text-align: center
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_modal .sta-modalGaleria-fhe_contenido {
    display: inline-block;
    padding: 0 20px;
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0s 1s
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_contenido img {
    width: 100%;
    opacity: 0;
    transition: opacity 1s
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_contenedorH.sta-actual .sta-modalGaleria-fhe_contenido {
    max-height: 1000px;
    transition: max-height 0s
}

.tpl-modalGaleria-fhe .sta-modalGaleria-fhe_contenedorH.sta-actual .sta-modalGaleria-fhe_contenido img {
    opacity: 1
}

@media(min-width: 601px),print {
    .tpl-modalGaleria-fhe {
        padding:50px 20px 50px
    }

    .tpl-modalGaleria-fhe .sta-modalGaleria-fhe_close .sta-modalGaleria-fhe_delete {
        padding-right: 60px;
        min-height: 40px
    }

    .tpl-modalGaleria-fhe .sta-modalGaleria-fhe_close .sta-modalGaleria-fhe_delete:after {
        font-size: 18px;
        height: 40px;
        width: 40px;
        line-height: 40px
    }
}

@media(min-width: 801px),print {
    .tpl-modalGaleria-fhe {
        padding-top:80px
    }

    .tpl-modalGaleria-fhe .sta-modalGaleria-fhe_max {
        max-width: 1000px;
        margin: 0 auto
    }
}

/* INICIO TPL-DATOS */
.tpl-datos-ft {
    padding: 30px 20px 30px;
    text-align: left;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 2
}

.tpl-datos-ft.v2 {
    background: #f4f6f8
}

.tpl-datos-ft.v2 .sta-datos-ft_max {
    background: #f4f6f8
}

.tpl-datos-ft .sta-datos-ft_max {
    background: #fff
}

.tpl-datos-ft .sta-datos-ft_content {
    padding: 20px
}

.tpl-datos-ft .sta-datos-ft_title {
    font: bold 24px 'Open Sans', sans-serif;
    color: #0E4FD4;
    margin-bottom: 35px
}

.tpl-datos-ft .sta-datos-ft_text {
    font: 12px 'Open Sans', sans-serif;
    color: #36393b
}

.tpl-datos-ft .sta-datos-ft_text a.btn {
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 15px;
    color: #fff;
    font: bold 12px 'Open Sans', sans-serif;
    border: 2px solid #0E4FD4;
    background: #0E4FD4;
    text-decoration: none;
    transition: .3s
}

.tpl-datos-ft .sta-datos-ft_list {
    margin-top: 18px
}

.tpl-datos-ft .sta-datos-ft_dato {
    padding: 0 40px 5px 0;
    position: relative;
    border-bottom: 1px solid #D9D9D9;
    opacity: 0;
    transform: translatex(100%);
    transition: transform 2s, opacity 3s
}

.tpl-datos-ft .sta-datos-ft_dato:nth-of-type(2) {
    transition-delay: .5s
}

.tpl-datos-ft .sta-datos-ft_dato:nth-of-type(3) {
    transition-delay: 1s
}

.tpl-datos-ft .sta-datos-ft_dato:nth-of-type(4) {
    transition-delay: 1.5s
}

.tpl-datos-ft .sta-datos-ft_dato:nth-of-type(5) {
    transition-delay: 2s
}

.tpl-datos-ft .sta-datos-ft_dato:nth-of-type(6) {
    transition-delay: 2.5s
}

.tpl-datos-ft .sta-datos-ft_dato:nth-of-type(7) {
    transition-delay: 3s
}

.tpl-datos-ft .sta-datos-ft_dato:nth-of-type(8) {
    transition-delay: 3.5s
}

.tpl-datos-ft.sta-active .sta-datos-ft_dato {
    transform: none;
    opacity: 1
}

.tpl-datos-ft .sta-datos-ft_dato:not(:first-of-type) {
    margin-top: 10px
}

.tpl-datos-ft .sta-datos-ft_liText {
    font: bold 20px 'Open Sans', sans-serif;
    color: #0E4FD4
}

.tpl-datos-ft .sta-datos-ft_liText span {
    display: block;
    font: 12px "Open Sans", sans-serif;
    font-weight: normal;
    color: #36393b
}

.tpl-datos-ft .sta-datos-ft_liSvg {
    position: absolute;
    right: 0;
    bottom: 10px
}

.tpl-datos-ft .sta-datos-ft_liSvg svg {
    height: 30px;
    width: 30px;
    fill: #0E4FD4
}

@media(min-width: 601px) {
    .tpl-datos-ft {
        padding:30px 30px 30px
    }

    .tpl-datos-ft .sta-datos-ft_content {
        padding: 20px
    }

    .tpl-datos-ft .sta-datos-ft_title {
        font-size: 29px;
        margin-bottom: 65px
    }

    .tpl-datos-ft .sta-datos-ft_text {
        font-size: 13px
    }

    .tpl-datos-ft .sta-datos-ft_text a.btn:hover {
        color: #0E4FD4;
        background: transparent
    }

    .tpl-datos-ft .sta-datos-ft_list {
        margin-top: 36px
    }

    .tpl-datos-ft .sta-datos-ft_dato:not(:first-of-type) {
        margin-top: 20px
    }

    .tpl-datos-ft .sta-datos-ft_liText {
        font-size: 22px
    }

    .tpl-datos-ft .sta-datos-ft_liText span {
        font-size: 13px
    }

    .tpl-datos-ft .sta-datos-ft_liSvg svg {
        height: 40px;
        width: 40px
    }
}

@media(min-width: 801px) {
    .tpl-datos-ft {
        padding:30px 30px 30px
    }

    .tpl-datos-ft .sta-datos-ft_content section {
        display: table;
        width: 100%
    }

    .tpl-datos-ft .sta-datos-ft_content section .sta-datos-ft_text {
        display: table-cell;
        vertical-align: top;
        width: 46%;
        font-size: 14px;
        line-height: 23px
    }

    .tpl-datos-ft .sta-datos-ft_content section .sta-datos-ft_list {
        display: table-cell;
        vertical-align: top;
        padding-left: 56px
    }

    .tpl-datos-ft .sta-datos-ft_max {
        margin: 0 auto;
        max-width: 815px
    }

    .tpl-datos-ft .sta-datos-ft_title {
        font-size: 33px;
        line-height: 38px;
        margin-bottom: 45px
    }

    .tpl-datos-ft .sta-datos-ft_dato {
        padding-right: 50px
    }

    .tpl-datos-ft .sta-datos-ft_dato:not(:first-of-type) {
        margin-top: 30px
    }

    .tpl-datos-ft .sta-datos-ft_liText {
        font-size: 25px
    }

    .tpl-datos-ft .sta-datos-ft_liText span {
        font-size: 14px
    }
}

/* FIN TPL-DATOS */
/* INICIO tpl-logosList-ft */
.tpl-logosList-ft {
    padding: 10px 20px;
    background: #002A46;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.tpl-logosList-ft.v2 {
    background: #fff;
    color: #000;
    padding: 35px 20px
}

.tpl-logosList-ft.v2 {
    position: relative
}

.tpl-logosList-ft.v2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background: #0E4FD4;
}

.tpl-logosList-ft.v2.sta-active:before {
    width: 100%;
    transition: width 1s
}

.tpl-logosList-ft .sta-logosList-ft_title {
    text-align: center;
    margin-bottom: 55px;
    font: 18px 'Open Sans',sans-serif;
    text-transform: uppercase;
    color: #0E4FD4;
}

.tpl-logosList-ft .sta-logosList-ft_title:empy {
    display: none
}

.tpl-logosList-ft ul {
    text-align: center;
    transform: translateX(150px);
    opacity: 0
}

.tpl-logosList-ft.sta-active ul {
    transform: translateX(0);
    transition: cubic-bezier(0.37, 0.4, 0.26, 0.85) transform 1s, opacity 1s;
    opacity: 1
}

.tpl-logosList-ft.sta-active ul:nth-of-type(2) {
    transition-delay: .5s
}

.tpl-logosList-ft .sta-logosList-ft_first {
    position: relative
}

.tpl-logosList-ft .sta-logosList-ft_first:after {
    content: "";
    height: 1px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 90%
}

.tpl-logosList-ft.sta-active .sta-logosList-ft_first:after {
    background: #fff;
    right: 50px;
    transition: background 1s 1s, right 1s 1s
}

.tpl-logosList-ft .sta-logosList-ft_first li, .tpl-logosList-ft .sta-logosList-ft_second li {
    display: inline-block;
    vertical-align: middle
}

.tpl-logosList-ft .sta-logosList-ft_first li {
    margin: 15px 10px
}

.tpl-logosList-ft .sta-logosList-ft_second li {
    margin: 15px 5px
}

.tpl-logosList-ft img {
    max-width: 80px;
    max-height: 40px
}

@media(min-width: 601px) {
    .tpl-logosList-ft {
        padding:30px
    }

    .tpl-logosList-ft .sta-logosList-ft_title {
        font-size: 30px
    }

    .tpl-logosList-ft.sta-active ul:nth-of-type(2) {
        transition-delay: 0s
    }

    .tpl-logosList-ft .sta-logosList-ft_first:after {
        content: none
    }

    .tpl-logosList-ft .sta-logosList-ft_first, .tpl-logosList-ft .sta-logosList-ft_second {
        display: inline-block;
        vertical-align: middle
    }

    .tpl-logosList-ft .sta-logosList-ft_first li, .tpl-logosList-ft .sta-logosList-ft_second li {
        margin: 0 20px
    }
}

@media(min-width: 801px) {
    .tpl-logosList-ft {
        padding:35px 30px
    }

    .tpl-logosList-ft.v2 {
        padding: 65px 20px 65px;
    }

    .tpl-logosList-ft .sta-logosList-ft_title {
        font-size: 25px;
    }

    .tpl-logosList-ft .sta-logosList-ft_max {
        max-width: 1450px;
        margin: 0 auto
    }

    .tpl-logosList-ft .sta-logosList-ft_first li, .tpl-logosList-ft .sta-logosList-ft_second li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 40px
    }

    .tpl-logosList-ft img {
        max-width: 100px;
        max-height: 60px
    }

    .tpl-logosList-ft .sta-logosList-ft_first img {
        max-width: 120px;
        max-height: 80px
    }
}

/* FIN tpl-logosList-ft */
/* tpl-transparentButton-fhe */
.tpl-transparentButton-fhe {
    padding: 10px;
    /*border: 2px solid white;*/
    color: white;
    display: inline-block;
    vertical-align: middle;
    /*margin-top: 30px;*/
    text-transform: uppercase;
    font-weight: bold
}

.tpl-transparentButton-fhe[href=""] {
    display: none
}

.tpl-transparentButton-fhe:focus, .tpl-transparentButton-fhe:hover {
    background-color: white;
    color: black;
    transition: 0.5s;
    text-decoration: none
}

/*FIN tpl-transparentButton-fhe */
/* tpl-transparentButton-fhe */
.tpl-opacityButton-fhe {
    font-size: 28px;
    padding: 15px 30px;
    border: 2px solid #0E4FD4;
    color: #fff;
    background: #0E4FD4;
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold
}

.tpl-opacityButton-fhe[href=""] {
    display: none
}

.tpl-opacityButton-fhe:focus, .tpl-opacityButton-fhe:hover {
    /* background-color: white; */
    /* color: #2D73C5; */
    /* transition: 0.5s; */
    /* text-decoration: none; */
}

/*FIN tpl-transparentButton-fhe */
/*INICIO tpl-prensa-fhe*/
.tpl-prensa-fhe {
    color: #0e4fd4;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.tpl-prensa-fhe article {
    padding: 50px 20px 50px;
    max-width: 550px;
    margin: 0 auto;
}

.tpl-prensa-fhe article header {
    font: 23px 'Open Sans', sans-serif;
    overflow: hidden;
    text-align: center;
}

.tpl-prensa-fhe article .sta-prensa-fhe_title {
    position: relative;
    padding-bottom: 30px;
    display: inline-block;
    max-width: 75%;
    text-transform: uppercase;
    color: #0E4FD4;
}

.tpl-prensa-fhe article .sta-prensa-fhe_title:before {
    /* content: ''; */
    bottom: 6px;
    left: 100%;
    border-top: 2px solid #000;
    width: 0;
    position: absolute;
}

.tpl-prensa-fhe.sta-active article .sta-prensa-fhe_title:before {
    width: 999px;
    transition: 1s cubic-bezier(0.6, 0.02, 1, 0.6);
}

.tpl-prensa-fhe article section {
    position: relative;
}

.tpl-prensa-fhe article section .sta-prensa-fhe_list {
    margin-top: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.tpl-prensa-fhe article section .sta-prensa-fhe_element {
    vertical-align: top;
    text-align: left;
    width: 300px;
    position: relative;
    margin: 0 auto;
    border-radius: 30px;
    padding: 20px 0;
    box-shadow: 0px 0px 18px -13px #000;
    /* margin: 20px auto 20px; */
}

.tpl-prensa-fhe article section .sta-prensa-fhe_element:not(:first-of-type) {
    margin-top: 20px;
}

.tpl-prensa-fhe article section .sta-prensa_fl_enlace {
    text-decoration: none;
    position: relative;
}

.tpl-prensa-fhe article section .sta-prensa_fl_enlace:after {
    /* content: '\e084'; */
    font: 38px 'Icons';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    color: #002A46;
}

.tpl-prensa-fhe article section .sta-prensa-fhe_text {
    /* padding: 60px 0 0; */
    font: bold 16px 'Open Sans', sans-serif;
    color: #002A46;
    padding-left: 100px;
    /* border-left: 1px solid #0E4FD4; */
    text-align: center;
    /* box-sizing: content-box; */
    line-height: 49px;
    color: #0E4FD4;
}

.tpl-prensa-fhe article section .sta-prensa-fhe_text:before{content:"";position: absolute;top: 0px;bottom: 5px;left: 100px;width: 1px;background-color: #0E4FD4;opacity: .4;}

.tpl-prensa-fhe article section svg {
    position: absolute;
    /* top: 10px; */
    height: 40px;
    width: 40px;
    /* right: 15px; */
    fill: #00DC8B;
    top: 3px;
    left: 27px;
}

@media(min-width: 601px) {
    .tpl-prensa-fhe {
        padding:65px 20px 0;
    }
}

@media(min-width: 801px) {
    .tpl-prensa-fhe {
        padding:37px 20px 0;
    }

    .tpl-prensa-fhe article {
        max-width: 1000px;
    }

    .tpl-prensa-fhe article header {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .tpl-prensa-fhe article section .sta-prensa-fhe_element {
        width: 300px;
        display: inline-block;
    }

    .tpl-prensa-fhe article section .sta-prensa-fhe_element:not(:first-of-type) {
        margin-top: 0;
    }

    .tpl-prensa-fhe article section .sta-prensa-fhe_text {
        /* padding-top: 70px; */
        font-size: 23px;
        min-height: 55px;
        /* font-weight: bold; */
        /* padding-top: 20px; */
        /* padding-bottom: 20px; */
    }

    .tpl-prensa-fhe article section svg {
        width: 50px;
        height: 50px;
        top: 0;
        left: 24px;
    }
}

/*FIN tpl-prensa-fhe*/
/* INICIO tpl-news-fhe */
.tpl-news-fhe {
    /* position: relative; */
}

.tpl-news-fhe .sta-news-fhe_news {
    background: #fff;
    display: grid;
    /* position: absolute; */
    /* bottom: 0; */
}

.tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_boxNews {
    /* padding: 15px 0; */
    /* position: relative; */
    /* background: #00A79B; */
    color: #fff;
    z-index: 1;
    text-align: center;
    z-index: 10;
    font-family: 'Open Sans';
    display: none;
}

.tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_boxNews span {
    position: relative;
    font-size: 18px;
}
.tpl-news-fhe .sta-news-fhe_txtNews svg{
    width: 20px;
    height:20px;
}

.tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_txtNews marquee{
    font-weight: bold;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}
.tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_txtNews marquee svg{
    width: 18px;
    height: 18px;
}
.tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_txtNews {
    /* display: inline-flex; */
    align-items: center;
    padding: 15px 0;
    /* background:#fff; */
    color: #fff;
    font-size: 22px;
    z-index: 0;
    font-family: 'Open Sans', sans-serif;
    z-index: 5;
    background: #EA4D50;
    /*
    background: -moz-linear-gradient(90deg, rgba(2,214,143,1) 0%, rgba(14,79,212,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,214,143,1) 0%, rgba(14,79,212,1) 100%);
    background: linear-gradient(90deg, rgba(2,214,143,1) 0%, rgba(14,79,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02d68f",endColorstr="#0e4fd4",GradientType=1);
    */
}

.tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_boxContact {
    display: none;
}
@media(max-width: 820px) {
    .tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_txtNews marquee{font-size: 22px}
}
@media(min-width: 820px) {
    .tpl-news-fhe .sta-news-fhe_txtNews svg{
        width: 18px;
        height:18px;
    }
    .tpl-news-fhe .sta-news-fhe_news {
        grid-template-columns: repeat(3, 1fr);
        transition: .1s;
    }

    .tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_boxNews {
        width: 120%;
        text-align: start;
        padding-left: 80px
    }

    .tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_boxNews:before {
        content: '';
        clip-path: polygon(0 0, 0% 100%, 100% 0);
        position: absolute;
        top: 0;
        right: -36px;
        bottom: 0;
        background: #00a79b;
        width: 37px;
        z-index: 1;
        display: none;
    }

    .tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_boxNews span {
        font-size: 20px
    }

    .tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_txtNews {
        font-size: 20px;
        grid-area: 2 / 5 / 4 / 1;
        text-transform: uppercase;
    }
}

@media(min-width: 1101px) {
    .tpl-news-fhe .sta-news-fhe_news {
        grid-template-columns: repeat(4, 1fr);
    }

    .tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_boxNews {
        text-align: left;
        padding-left: 80px;
        grid-area: 1 / 1 / 2 / 2;
        transition: .1s;
        display: none;
    }

    .tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_txtNews {
        font-size: 30px;
        text-transform: uppercase;
        font-family: 'Open Sans';
        font-weight: bold;
    }
}

@media(min-width: 1301px) {
    .tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_boxNews {
        font-size:30px;
    }

    .tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_txtNews span {
        font-size: 30px;
        grid-area: 1 / 2 / 2 / 5;
    }
}

@media(min-width: 1701px) {
    .tpl-news-fhe .sta-news-fhe_news .sta-news-fhe_boxNews {
        text-align:center;
    }
}

/* FIN tpl-news-fhe */
@media(min-width: 901px) {
    .tpl-prensa-fhe article section .sta-prensa-fhe_element{margin: 0 auto 30px;}
}

.tpl-footer-fhe .sta-footer-text span p,    
.sta-cabAnt-fhe_abs .sta-cabAnt-fhe_title,
.tpl-ponentes-fhe .sta-ponentes-fhe_title,
.tpl-videos-fhe .sta-videos-fhe_title,
.tpl-logosList-ft .sta-logosList-ft_title,
.tpl-galeria-fhe .sta-galeria-fhe_titulo{text-transform:uppercase}
.tpl-videos-fhe .sta-videos-fhe_title span{text-transform: none;}

@media(max-width: 820px) {
.tpl-footer-fhe .sta-footer-text span p,    
.sta-cabAnt-fhe_abs .sta-cabAnt-fhe_title,
.tpl-ponentes-fhe .sta-ponentes-fhe_title,
.tpl-videos-fhe .sta-videos-fhe_title,
.tpl-logosList-ft .sta-logosList-ft_title,
.tpl-galeria-fhe .sta-galeria-fhe_titulo,
.tpl-parrafo-fhe .sta-parrafo-fhe_title,
.tpl-prensa-fhe article .sta-prensa-fhe_title,
.tpl-prefooter-fhe .sta-prefooter-fhe_title{font-size: 17px!important;text-transform: uppercase}
.tpl-videos-fhe .sta-videos-fhe_title{text-transform: none;}
.tpl-ponentes-fhe .sta-ponentes-fhe_titulo,
.tpl-ponentes-fhe .sta-ponentes-fhe_subtitulo,
.tpl-ponentes-fhe .sta-ponentes-fhe_texto{font-size: 12px}
.tpl-opacityButton-fhe{font-size:13px;}
}