﻿/* Cambio de fuentes */
@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Black.woff2') format('woff2'), url('../fonts/inter/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Bold.woff2') format('woff2'), url('../fonts/inter/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-ExtraLight.woff2') format('woff2'), url('../fonts/inter/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/inter/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Medium.woff2') format('woff2'), url('../fonts/inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Regular.woff2') format('woff2'), url('../fonts/inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Light.woff2') format('woff2'), url('../fonts/inter/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-SemiBold.woff2') format('woff2'), url('../fonts/inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Thin.woff2') format('woff2'), url('../fonts/inter/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Inter';
    font-weight: normal
}

body>.container-fluid {
    overflow-x: hidden
}

.header {
    padding: 25px 6% 0px 6%
}

.acceso-cliente-header-scroll {
    display: none !important
}

.acceso-cliente-header-scroll a:hover {
    background-color: transparent !important;
    color: #fff !important;
    border: solid 1px #fff !important
}

.acceso-cliente-header-scroll .acceso {
    background-color: #ce6854 !important;
    border-radius: 4px;
    padding: 2px 20px;
    margin-left: 25px;
    color: #fff !important;
    margin-top: 10px;
    font-size: 13px
}

.logo-header {
    height: 30px
}

.logo-blanco-header {
    height: 25px;
    display: none !important
}

.navbar-nav {
    float: right;
    margin-right: -15px;
    font-size: 16px;
    color: #55565a;
    height: 65px
}

.navbar-nav a:hover {
    border-bottom: solid #ce6854
}

.navbar-nav>li>a {
    padding-bottom: 27px
}

.top-menu-header {
    width: 100%;
    text-align: right;
    margin-bottom: 40px;
    font-size: 11px;
    color: #55565a
}

.top-menu-header .top-menu-item .dropbtn:hover {
    color: #ce6854
}

.top-menu-header .top-menu-item a:hover {
    color: #ce6854
}

.top-menu-header .top-menu-item .acceso:hover {
    color: #ce6854 !important;
    border: solid 1px #ce6854;
    background: #fff
}

.top-menu-item {
    list-style: none;
    display: inline-block;
    padding: 1px 4px 1px 7px;
    border-left: solid 0.5px #7f7f7f;
    line-height: 1
}

.cont-acceso {
    border-left: none
}

.acceso {
    background-color: #ce6854;
    border-radius: 4px;
    padding: 3px 20px;
    margin-left: 4px;
    color: #fff !important;
    border: solid 1px #ce6854
}

.acceso:visited {
    color: #fff !important
}

.top-menu-item a img {
    width: 11px
}

.top-menu-item a:hover {
    text-decoration: none
}

.top-menu-item a {
    color: #55565a
}

.top-menu-item a:visited {
    color: #55565a;
    text-decoration: none
}

.navbar-default {
    background-color: #fff;
    border: none;
    margin-bottom: 0px
}

.container-fuild-nav {
    padding-left: 0;
    padding-right: 0
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    background-color: #fff
}

.cont-banner {
    padding: 0
}

.cont-banner img {
    width: 100%
}

.dropbtn {
    background-color: #fff;
    color: white;
    border: none;
    color: #55565a
}

.dropdown {
    position: relative;
    display: inline-block;
    text-align: left
}

.dropdown img {
    width: 10px;
    margin-left: 3px
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1
}

.dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: #fff
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: #fff
}

.show {
    display: inline-block !important
}

.dropdown-menu {
    min-width: 1000px !important
}

.dropdown-menu li a:hover {
    border-bottom: none;
    color: #ce6854;
    background-color: #fff
}

button.dropbtn:focus {
    outline: none
}

.header-scroll {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #54565a;
    left: 0
}

.header-scroll .cont-header .top-menu-header {
    display: none
}

.header-scroll .cont-header .navbar {
    background-color: #54565a
}

.header-scroll .navbar-default .navbar-nav>.active>a,.header-scroll .navbar-default .navbar-nav>.active>a:focus,.header-scroll .navbar-default .navbar-nav>.active>a:hover {
    background-color: #54565a
}

.header-scroll .navbar-default .navbar-nav>.active>a,.header-scroll .navbar-default .navbar-nav>.active>a:focus,.header-scroll .navbar-default .navbar-nav>.active>a:hover {
    color: #fff
}

.header-scroll .navbar-default .navbar-nav>li>a:focus,.header-scroll .navbar-default .navbar-nav>li>a:hover {
    color: #fff
}

.header-scroll .navbar-default .navbar-nav>li>a {
    color: #fff
}

.header-scroll .acceso-cliente-header-scroll {
    display: block !important
}

.header-scroll .logo-header {
    height: 25px;
    display: none
}

.header-scroll .logo-blanco-header {
    height: 25px;
    display: block !important
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.sp-c1 .swiper-slide {
    max-height: 370px
}

.sp-c1 .swiper-slide .cont-info-banner {
    position: absolute;
    right: 30%;
    left: 30%
}

.sp-c1 .swiper-slide .cont-info-banner .little-text-banner {
    font-size: 10px;
    color: #fff
}

.sp-c1 .swiper-slide .cont-info-banner .little-text-banner span {
    color: #86a1d9
}

.sp-c1 .swiper-slide .cont-info-banner .principal-text-banner {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    margin-top: 0
}

.sp-c1 .swiper-slide .cont-info-banner .principal-text-banner span {
    color: #ce6854
}

.sp-c1 .swiper-slide .cont-info-banner .principal-text-banner .comillas {
    color: #639bcb
}

.sp-c1 .swiper-slide .cont-info-banner .bot-principal {
    border: solid 2px #ce6854;
    width: 75px
}

.sp-c1 .swiper-slide .cont-info-banner .masinfo-banner {
    border: solid 2px #ce6854;
    padding: 2px 35px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s
}

.sp-c1 .swiper-slide .cont-info-banner .masinfo-banner:hover {
    background: #ea6852
}

.sp-c1 .ss1 {
    max-height: 370px
}

.sp-c1 .ss1 .cont-info-banner {
    position: absolute;
    right: 30%;
    left: 30%
}

.sp-c1 .ss1 .cont-info-banner .little-text-banner {
    font-size: 10px;
    color: #fff
}

.sp-c1 .ss1 .cont-info-banner .little-text-banner span {
    color: #86a1d9
}

.sp-c1 .ss1 .cont-info-banner .principal-text-banner {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #fff;
    font-size: 38px;
    line-height: 1;
    margin-top: 0
}

.sp-c1 .ss1 .cont-info-banner .principal-text-banner span {
    color: #ce6854
}

.sp-c1 .ss1 .cont-info-banner .principal-text-banner .comillas {
    color: #639bcb
}

.sp-c1 .ss1 .cont-info-banner .bot-principal {
    border: solid 2px #ce6854;
    width: 75px
}

.sp-c1 .ss1 .cont-info-banner .masinfo-banner {
    border: solid 2px #ce6854;
    padding: 2px 35px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s
}

.sp-c1 .ss1 .cont-info-banner .masinfo-banner:hover {
    background: #ea6852
}

.sp-c1 .ss2 {
    max-height: 370px
}

.sp-c1 .ss2 .cont-info-banner {
    position: absolute;
    left: 6%;
    max-width: 565px;
    text-align: left
}

.sp-c1 .ss2 .cont-info-banner .little-text-banner {
    font-size: 10px;
    color: #fff
}

.sp-c1 .ss2 .cont-info-banner .little-text-banner span {
    color: #639bcb
}

.sp-c1 .ss2 .cont-info-banner .principal-text-banner {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #fff;
    font-size: 38px;
    text-align: left;
    margin-top: 0;
    line-height: 1
}

.sp-c1 .ss2 .cont-info-banner .principal-text-banner span {
    color: #639bcb
}

.sp-c1 .ss2 .cont-info-banner .principal-text-banner .comillas {
    color: #639bcb
}

.sp-c1 .ss2 .cont-info-banner .bot-principal {
    border: solid 2px #fff;
    width: 75px;
    margin-left: 0px
}

.sp-c1 .ss2 .cont-info-banner .masinfo-banner {
    border: solid 2px #ce6854;
    padding: 2px 35px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-left: 0px;
    transition: 0.3s
}

.sp-c1 .ss2 .cont-info-banner .masinfo-banner:hover {
    background: #ea6852
}

.sp-c1 .ss3 {
    max-height: 370px
}

.sp-c1 .ss3 .cont-info-banner {
    position: absolute;
    right: 6%;
    text-align: right
}

.sp-c1 .ss3 .cont-info-banner .little-text-banner {
    font-size: 10px;
    color: #fff
}

.sp-c1 .ss3 .cont-info-banner .little-text-banner span {
    color: #ea6852
}

.sp-c1 .ss3 .cont-info-banner .principal-text-banner {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #fff;
    font-size: 38px;
    text-align: right;
    width: 565px;
    margin: 0 auto;
    margin-right: inherit;
    margin-top: 0;
    line-height: 1
}

.sp-c1 .ss3 .cont-info-banner .principal-text-banner span {
    color: #ea6852
}

.sp-c1 .ss3 .cont-info-banner .principal-text-banner .comillas {
    color: #639bcb
}

.sp-c1 .ss3 .cont-info-banner .bot-principal {
    border: solid 2px #ea6852;
    width: 75px;
    margin-right: 0px
}

.sp-c1 .ss3 .cont-info-banner .masinfo-banner {
    border: solid 2px #ce6854;
    padding: 2px 35px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-left: 0px;
    transition: 0.3s
}

.sp-c1 .ss3 .cont-info-banner .masinfo-banner:hover {
    background: #ea6852
}

.sp-c1 .ss4 {
    max-height: 370px
}

.sp-c1 .ss4 .cont-info-banner {
    position: absolute;
    left: 6%;
    max-width: 565px;
    text-align: left
}

.sp-c1 .ss4 .cont-info-banner .little-text-banner {
    font-size: 10px;
    color: #fff
}

.sp-c1 .ss4 .cont-info-banner .little-text-banner span {
    color: #ea6852
}

.sp-c1 .ss4 .cont-info-banner .principal-text-banner {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #fff;
    font-size: 38px;
    text-align: left;
    margin-top: 0;
    line-height: 1
}

.sp-c1 .ss4 .cont-info-banner .principal-text-banner span {
    color: #ea6852
}

.sp-c1 .ss4 .cont-info-banner .principal-text-banner .comillas {
    color: #639bcb
}

.sp-c1 .ss4 .cont-info-banner .bot-principal {
    border: solid 2px #ea6852;
    width: 75px;
    margin-left: 0px
}

.sp-c1 .ss4 .cont-info-banner .masinfo-banner {
    border: solid 2px #ce6854;
    padding: 2px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-left: 0px;
    transition: 0.3s
}

.sp-c1 .ss4 .cont-info-banner .masinfo-banner img {
    display: inline-block;
    width: 12px;
    margin-top: -3px;
    margin-left: 5px;
    vertical-align: middle
}

.sp-c1 .ss4 .cont-info-banner .masinfo-banner:hover {
    background: #ea6852
}

.sp-c1 .ss5 {
    max-height: 370px
}

.sp-c1 .ss5 .cont-info-banner {
    position: absolute;
    left: 6%;
    max-width: 565px;
    text-align: left
}

.sp-c1 .ss5 .cont-info-banner .little-text-banner {
    font-size: 13px;
    color: #fff
}

.sp-c1 .ss5 .cont-info-banner .little-text-banner span {
    color: #639bcb
}

.sp-c1 .ss5 .cont-info-banner .principal-text-banner {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #fff;
    font-size: 38px;
    text-align: left;
    margin-top: 0;
    line-height: 1
}

.sp-c1 .ss5 .cont-info-banner .principal-text-banner span {
    color: #ea6852
}

.sp-c1 .ss5 .cont-info-banner .principal-text-banner .comillas {
    color: #639bcb
}

.sp-c1 .ss5 .cont-info-banner .bot-principal {
    border: solid 2px #ea6852;
    width: 75px;
    margin-left: 0px
}

.sp-c1 .ss5 .cont-info-banner .masinfo-banner {
    border: solid 2px #ce6854;
    padding: 2px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-left: 0px;
    transition: 0.3s
}

.sp-c1 .ss5 .cont-info-banner .masinfo-banner img {
    display: inline-block;
    width: 12px;
    margin-top: -3px;
    margin-left: 5px;
    vertical-align: middle
}

.sp-c1 .ss5 .cont-info-banner .masinfo-banner:hover {
    background: #ea6852
}

.sp-c1 .ss6 {
    max-height: 370px
}

.sp-c1 .ss6 .cont-info-banner {
    position: absolute;
    left: 6%;
    max-width: 565px;
    text-align: left
}

.sp-c1 .ss6 .cont-info-banner .little-text-banner {
    font-size: 10px;
    color: #fff
}

.sp-c1 .ss6 .cont-info-banner .little-text-banner span {
    color: #639bcb
}

.sp-c1 .ss6 .cont-info-banner .principal-text-banner {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #fff;
    font-size: 38px;
    text-align: left;
    margin-top: 0;
    line-height: 1
}

.sp-c1 .ss6 .cont-info-banner .principal-text-banner span {
    color: #ea6852
}

.sp-c1 .ss6 .cont-info-banner .principal-text-banner .comillas {
    color: #639bcb
}

.sp-c1 .ss6 .cont-info-banner .bot-principal {
    border: solid 2px #fff;
    width: 75px;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px
}

.sp-c1 .ss6 .cont-info-banner .contador-banner {
    font-size: 22px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0px;
    line-height: 1 !important
}

.sp-c1 .ss6 .cont-info-banner .contador-banner .counter {
    font-size: 45px;
    display: inline-block
}

.sp-c1 .ss6 .cont-info-banner .down-contador {
    font-size: 13px;
    color: #639bcb;
    line-height: 1
}

.sp-c1 .ss6 .cont-info-banner .masinfo-banner {
    border: solid 2px #ce6854;
    padding: 2px 35px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    margin-left: 0px;
    transition: 0.3s
}

.sp-c1 .ss6 .cont-info-banner .masinfo-banner:hover {
    background: #ea6852
}

.swiper-pagination-bullet {
    background: #fff
}

.alerta {
    text-align: center;
    background: #faf1cf;
    border-bottom: solid #887b2e 4px;
    padding: 10px 6%
}

.alerta .icon-alert-banner {
    width: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.alerta .text-alert-banner {
    font-size: 18px;
    color: #887b2e;
    vertical-align: middle;
    display: inline-block;
    margin: 0
}

.alerta .text-alert-banner a {
    color: inherit
}

.alerta .text-alert-banner a:hover {
    font-weight: bold
}

.alerta .cerrar-alert-banner {
    width: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px
}

.accesos-first {
    padding: 0px 6%;
    margin-top: 40px
}

.accesos-first .titulo-accesos-first {
    position: absolute;
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 13%;
    line-height: 1
}

.big-news-home {
    margin-top: 70px;
    padding: 0px 6%
}

.big-news-home .row {
    height: 560px;
    margin-right: -4px;
    margin-left: -4px
}

.big-news-home .row .col-sm-6 {
    height: 100%;
    padding-right: 4px;
    padding-left: 4px
}

.big-news-home .row .col-sm-6 .cont-sec-big-not {
    background: #cacaca;
    height: 100%;
    width: 100%
}

.big-news-home .row .col-sm-6 .row {
    margin-right: -4px;
    margin-left: -4px
}

.big-news-home .row .col-sm-6 .row .col-sm-6:first-child {
    margin-bottom: 4px
}

.big-news-home .row .col-sm-6 .row .col-sm-6:nth-child(2) {
    margin-bottom: 4px
}

.big-news-home .row .col-sm-6 .row .col-sm-6:nth-child(3) {
    margin-top: 4px
}

.big-news-home .row .col-sm-6 .row .col-sm-6:nth-child(4) {
    margin-top: 4px
}

.big-news-home .row .col-sm-6 .row .col-sm-6 {
    height: calc(50% - 4px);
    padding-right: 4px;
    padding-left: 4px
}

.big-news-home .row .col-sm-6 .row .col-sm-6 .cont-sec-big-not {
    background: #cacaca;
    height: 100%;
    width: 100%
}

.sp-c3 .swiper-pagination-bullets,.sp-c3 .swiper-pagination-custom,.sp-c3 .swiper-pagination-fraction {
    padding-right: 30px;
    text-align: right;
    bottom: 20px;
    left: initial;
    width: 85%;
    right: 0
}

.sp-c3 .swiper-pagination-bullet-active {
    background: #ce6854
}

.sp-c3 .swiper-pagination-bullet {
    opacity: 1
}

.sp-c3 .swiper-wrapper .swiper-slide img {
    width: 100%
}

.sp-c3 .swiper-wrapper .swiper-slide .cont-info-b-not {
    position: absolute;
    top: 360px;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
    background: #cacaca
}

.sp-c3 .swiper-wrapper .swiper-slide .cont-info-b-not .fecha-b-not {
    font-size: 13px;
    font-weight: bold;
    color: #ce6854
}

.sp-c3 .swiper-wrapper .swiper-slide .cont-info-b-not .text-b-not {
    font-family: 'Inter';
    font-weight: 800;
    color: #55565a;
    font-size: 23px;
    width: 90%;
    line-height: 1.3
}

.sp-c3 .swiper-wrapper .swiper-slide .cont-info-b-not .text-b-not span {
    color: #ce6854
}

.sp-c3 .swiper-wrapper .swiper-slide .cont-info-b-not .vermas-b-not {
    color: #ce6854;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none
}

.sp-c3 .swiper-wrapper .swiper-slide .cont-info-b-not .vermas-b-not img {
    width: 8px;
    margin-left: 5px;
    margin-top: -3px;
    transition: 0.2s
}

.sp-c3 .swiper-wrapper .swiper-slide .cont-info-b-not .vermas-b-not:hover img {
    margin-left: 10px
}

.cont-podcast {
    background: #3c2525 !important;
    overflow: hidden
}

.cont-podcast .podcast {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: -10px
}

.cont-podcast .podcast img {
    display: inline-block;
    width: 150px
}

.cont-podcast .podcast .text-podcast {
    display: inline-block;
    width: 120px;
    margin-left: 0px
}

.cont-podcast .podcast .text-podcast .tit-podcast {
    color: #ce6854;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px
}

.cont-podcast .podcast .text-podcast hr {
    width: 15px;
    border: solid 3px #ce6854;
    background: #ce6854;
    margin: 10px 0px 15px 0px;
    transition: 0.2s
}

.cont-podcast .podcast .text-podcast .desc-podcast {
    color: #ce6854;
    font-size: 13px;
    margin-bottom: 0px;
    text-align: 1
}

.cont-podcast .podcast .text-podcast .desc-podcast span {
    color: #fff
}

.cont-podcast .podcast-deco {
    position: absolute;
    bottom: 0;
    right: 3px;
    height: 90px
}

.cont-podcast:hover .podcast .text-podcast hr {
    width: 35px
}

.cont-webinar {
    background: #34394b !important;
    position: relative;
    overflow: hidden
}

.cont-webinar .webinar {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: -25px
}

.cont-webinar .webinar img {
    display: inline-block;
    width: 160px
}

.cont-webinar .webinar .text-webinar {
    display: inline-block;
    width: 120px;
    margin-left: 15px
}

.cont-webinar .webinar .text-webinar .tit-webinar {
    color: #8d9fd0;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px
}

.cont-webinar .webinar .text-webinar hr {
    width: 15px;
    border: solid 3px #8d9fd0;
    margin: 10px 0px 15px 0px;
    transition: 0.2s;
    background: #8d9fd0
}

.cont-webinar .webinar .text-webinar .desc-webinar {
    color: #8d9fd0;
    font-size: 13px;
    margin-bottom: 0px;
    text-align: 1
}

.cont-webinar .webinar .text-webinar .desc-webinar span {
    color: #fff
}

.cont-webinar .webinar-deco {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 90px
}

.big-news-home .gris1 {
    padding-right: 0 !important
}

.big-news-home .gris2 {
    padding-left: 0 !important
}

.cont-webinar:hover .webinar .text-webinar hr {
    width: 35px
}

.cont-frase {
    padding: 25px;
    overflow: hidden
}

.cont-frase .fecha-cont-frase {
    font-weight: bold;
    font-size: 13px;
    color: #ce6854;
    margin-bottom: 50px
}

.cont-frase .text-frase {
    font-family: 'Inter';
    font-weight: 500;
    font-style: italic;
    color: #55565a;
    font-size: 19px;
    line-height: 1;
    position: relative;
    z-index: 1
}

.cont-frase .text-frase .comilla-top {
    position: absolute;
    top: -45px;
    left: -10px;
    width: 60px;
    z-index: -1
}

.cont-frase .text-frase .comilla-bot {
    position: absolute;
    bottom: -40px;
    right: -10px;
    width: 60px;
    z-index: -1
}

.cont-frase hr {
    width: 15px;
    border: solid 1px #55565a;
    margin: 20px 0px 15px 0px;
    transition: 0.2s;
    background: #55565a
}

.cont-frase .name-frase {
    font-size: 11px;
    color: #ce6854;
    font-weight: bold;
    margin-bottom: 5px
}

.cont-frase .cargo-frase {
    font-size: 11px;
    color: #55565a;
    margin-bottom: 0;
    font-weight: bold;
    width: 90%;
    line-height: 1
}

.cont-frase:hover hr {
    width: 35px
}

.cont-video-home video {
    width: 100%;
    height: 100%
}

.bonos-home {
    height: 500px;
    text-align: center;
    margin-top: 70px;
    background: #e4e4e4;
    padding: 60px 6%
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide {
    background: none
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos {
    position: absolute;
    top: 35px;
    bottom: 35px;
    display: flex;
    align-items: center;
    background: #fff;
    width: 66%;
    left: 0;
    z-index: 2;
    padding: 50px 60px
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .info-bonos {
    text-align: left;
    width: 66%
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .info-bonos .titulo-top {
    font-weight: bold;
    color: #55565a;
    font-size: 15px;
    margin-bottom: 30px
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .info-bonos .valor {
    font-family: 'Inter';
    font-weight: 800;
    color: #ce6854;
    font-size: 50px;
    margin-bottom: 40px;
    margin-top: 0px
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .info-bonos .texto-slide-2 {
    font-size: 30px;
    margin-bottom: 0
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .info-bonos .texto-slide-3 {
    font-size: 30px;
    margin-bottom: 30px
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .info-bonos .datos {
    font-size: 15px;
    color: #55565a
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .info-bonos .datos .datos1 {
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .info-bonos .datos .datos2 {
    margin-bottom: 0px;
    line-height: 1
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .info-bonos .datos .datos3 {
    margin-bottom: 0px;
    line-height: 1
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .imagen-bonos {
    width: 33%;
    text-align: right;
    height: auto
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .cont-info-bonos .imagen-bonos img {
    height: auto;
    max-width: 100%
}

.bonos-home .sp-c4 .swiper-wrapper .swiper-slide .fondo-info-bonos {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.bonos-home .sp-c4 .swiper-pagination {
    text-align: left;
    bottom: 0
}

.bonos-home .sp-c4 .swiper-pagination .swiper-pagination-bullet-active {
    background: #ce6854
}

.bonos-home .sp-c4 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1
}

.tabs-home {
    background: #cacaca;
    padding: 30px 6%
}

.tabs-home .nav-tabs {
    text-align: center;
    border: none;
    margin-bottom: 30px
}

.tabs-home .nav-tabs li {
    float: initial;
    display: inline-block
}

.tabs-home .nav-tabs li a {
    border: none;
    font-size: 22px;
    color: #55565a
}

.tabs-home .nav-tabs li a:hover {
    background: transparent;
    color: #ea6852
}

.tabs-home .nav-tabs li:first-child {
    margin-right: 20px
}

.tabs-home .nav-tabs li:last-child {
    margin-left: 20px
}

.tabs-home .nav-tabs>li.active>a,.tabs-home .nav-tabs>li.active>a:focus,.tabs-home .nav-tabs>li.active>a:hover {
    background-color: transparent;
    border: none;
    border-bottom: solid;
    color: #ea6852;
    font-size: 22px
}

.tabs-home .tab-content .boton-bot-tabs {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 35px
}

.tabs-home .tab-content .boton-bot-tabs a {
    padding: 10px 20px;
    border: solid 1px #ea6852;
    color: #54565a;
    font-size: 18px;
    background: transparent;
    transition: 0.2s;
    text-decoration: none
}

.tabs-home .tab-content .boton-bot-tabs a:hover {
    background-color: #ea6852;
    color: #fff;
    text-decoration: none
}

.tabs-home .tab-content .boton-bot-tabs-videos {
    margin-top: 453px
}

.tabs-home .tab-content .noticias-style {
    margin-right: -5px;
    margin-left: -5px
}

.tabs-home .tab-content .noticias-style .col-sm-4 {
    padding-right: 5px;
    padding-left: 5px
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia {
    background: #e4e4e4
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia img {
    width: 100%
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia {
    padding: 20px
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia .fecha-c-not {
    font-size: 12px;
    font-weight: bold;
    color: #ce6854
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia .encabezado-c-not {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 17px;
    color: #55565a;
    height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia .encabezado-c-not span {
    color: #ce6854
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia .vermas-b-not {
    color: #ce6854;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    z-index: 10
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia .vermas-b-not img {
    width: 8px;
    margin-left: 5px;
    margin-top: -2px;
    transition: 0.2s
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia .vermas-b-not:hover img {
    margin-left: 10px
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias {
    text-align: right;
    display: inline-block;
    width: 100%
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias .actualidad {
    background: #ce6854;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias .mercado {
    background: #7f8184;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none
}

.tabs-home .tab-content .noticias-style .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias img {
    width: 6px;
    display: inline-block;
    margin-left: 5px
}

.tabs-home .tab-content .videos-style {
    height: 418px;
    padding: 0px 20px;
    position: relative
}

.tabs-home .tab-content .videos-style .cont-video-tab {
    height: 90%;
    width: 55%;
    position: absolute;
    top: 5%;
    z-index: 10
}

.tabs-home .tab-content .videos-style .cont-text-tab {
    height: 100%;
    width: 50%;
    background: #8d9fd0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center
}

.tabs-home .tab-content .videos-style .cont-text-tab .info-text-tab-vid {
    padding: 0px 30px 0px 18%
}

.tabs-home .tab-content .videos-style .cont-text-tab .info-text-tab-vid .main-enunciado {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    color: #1c2131;
    font-size: 30px
}

.tabs-home .tab-content .videos-style .cont-text-tab .info-text-tab-vid .main-enunciado span {
    color: #fff
}

.tabs-home .tab-content .videos-style .cont-text-tab .info-text-tab-vid hr {
    width: 15px;
    border: solid 3px #fff;
    background: #fff;
    margin: 15px 0px 15px 0px
}

.tabs-home .tab-content .videos-style .cont-text-tab .info-text-tab-vid .name-enunciado {
    color: #1c2131;
    font-size: 14px;
    margin-bottom: 0
}

.tabs-home .tab-content .videos-style .cont-text-tab .info-text-tab-vid .cargo-enunciado {
    color: #1c2131;
    font-size: 14px;
    margin-bottom: 0
}

.tabs-home .tab-content .videos-style .cont-text-tab .podcast-deco {
    position: absolute;
    right: 0;
    bottom: 0
}

.row-footer .footer {
    padding: 30px 6%;
    background: #55565a;
    color: #fff
}

.row-footer .footer .linea-footer {
    width: 100%
}

.row-footer .footer .logo-footer {
    text-align: left;
    margin-top: 30px
}

.row-footer .footer .logo-footer img {
    height: 67px
}

.row-footer .footer .cont-accesos-footer .accesos-footer li {
    list-style: none
}

.row-footer .footer .cont-accesos-footer .accesos-footer li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px
}

.row-footer .footer .cont-accesos-footer .accesos-footer li a:hover {
    text-decoration: underline
}

.row-footer .footer .social-footer .direccion {
    margin-bottom: 20px
}

.row-footer .footer .social-footer .direccion img {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    margin-right: 23px;
    margin-left: 4px
}

.row-footer .footer .social-footer .direccion p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
    margin-bottom: 0;
    font-size: 12px
}

.row-footer .footer .social-footer .telefono {
    margin-bottom: 20px
}

.row-footer .footer .social-footer .telefono img {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    margin-right: 20px
}

.row-footer .footer .social-footer .telefono p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
    margin-bottom: 0;
    font-size: 11px
}

.row-footer .footer .social-footer .correo {
    margin-bottom: 20px
}

.row-footer .footer .social-footer .correo img {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    margin-right: 20px
}

.row-footer .footer .social-footer .correo p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
    margin-bottom: 0;
    font-size: 11px
}

.row-footer .footer .social-footer .media-social {
    text-align: right;
    margin-top: 50px
}

.row-footer .footer .social-footer .media-social a img {
    width: 30px;
    margin-left: 10px;
    display: inline-block
}

.row-footer .bottom-copyr {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 8px;
    margin-bottom: 0px;
    background: #93999a;
    font-size: 11px
}

.cont-banner-interna img {
    width: 100%
}

.migas-depan {
    padding: 15px 6%;
    line-height: 1
}

.migas-depan p {
    font-family: 'Inter';
    font-size: 12px;
    color: #54565a;
    margin: 0px;
    display: inline-block
}

.migas-depan .migas-active {
    color: #ea6852
}

.menu-lateral-interna {
    padding: 15px 40px 15px 6%;
    background: #f2f2f2
}

.menu-lateral-interna .lista-menu {
    list-style: none;
    padding: 0
}

.menu-lateral-interna .lista-menu li {
    border-bottom: solid 2px #c1cccc;
    padding: 5px 0px 5px 5px
}

.menu-lateral-interna .lista-menu li a {
    text-decoration: none;
    font-family: 'Inter';
    font-size: 16px;
    color: #54565a
}

.menu-lateral-interna .lista-menu li a:hover {
    color: #ea6852
}

.menu-lateral-interna .lista-menu .active a {
    color: #ea6852
}

.menu-lateral-interna .lista-menu li:last-child {
    border-bottom: none
}

.col-md-9 {
    padding-right: 6%
}

.col-md-9 .col-sm-12 {
    padding-left: 30px
}

.col-md-9 .col-sm-12 .tit-pag-webinar {
    font-size: 35px;
    font-family: 'Inter';
    font-weight: bold;
    color: #79a3dc;
    margin-top: 10px;
    margin-bottom: 20px
}

.col-md-9 .col-sm-12 .text-pag-interna {
    font-family: 'Inter';
    font-size: 15px !important;
    color: #54565a;
    font-weight: bold;
    margin-bottom: 30px
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar {
    margin-left: 0px;
    margin-right: 0px
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar {
    background: #fff;
    position: relative;
    padding: 0px;
    transition: 0.2s
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .img-webinar {
    max-width: 280px !important;
    background-color: #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar {
    width: calc(100% - 285px);
    vertical-align: middle;
    display: inline-block;
    padding-left: 20px
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar .fecha-cwebinar {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    color: #79a3dc;
    line-height: 1;
    margin-bottom: 10px
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar .titulo-cwebinar {
    font-family: 'Inter';
    font-size: 19px;
    font-weight: 500;
    color: #54565a;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 80%;
    margin-left: 0px
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar hr {
    width: 15px;
    border: solid 2px #79a3dc;
    background: #79a3dc;
    margin: 0px 0px 10px 0px;
    transition: 0.2s
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar .nombres-cpodcast {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    color: #79a3dc;
    line-height: 1;
    margin-bottom: 0px
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar .cargos-cwebinar {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: regular;
    color: #54565a;
    line-height: 1;
    margin-bottom: 10px
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar .v-videos-webinar {
    padding: 1px 10px 3px 10px;
    background: #79a3dc;
    border-radius: 3px;
    text-decoration: none
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar .v-videos-webinar img {
    width: 15px;
    padding-right: 3px;
    display: inline-block;
    vertical-align: middle;
    border-right: solid 1px #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar .v-videos-webinar p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    color: #fff;
    padding-left: 10px
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar .icon-webinar-int {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 20px
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar .cont-info-cwebinar .deco-webinar-int {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 110px
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar:hover {
    background: #2e364a
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar:hover .cont-info-cwebinar .titulo-cwebinar {
    color: #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .col-cont-first-cwebinar:hover .cont-info-cwebinar .cargos-cwebinar {
    color: #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cwebinar .div-cwebinar {
    width: 100%;
    border: solid 1px #54565a;
    margin: 15px 0px 15px 0px
}

.col-md-9 .mas-webinars {
    margin-top: 30px
}

.col-md-9 .mas-webinars .btn-mas-webinars {
    text-decoration: none;
    display: inline-block;
    width: calc(100% - 45px);
    padding-right: 10px
}

.col-md-9 .mas-webinars .btn-mas-webinars div {
    width: 100%;
    background: #79a3dc;
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s
}

.col-md-9 .mas-webinars .btn-mas-webinars div:hover {
    background: #2e364a
}

.col-md-9 .mas-webinars .btn-volver-top {
    display: inline-block
}

.col-md-9 .mas-webinars .btn-volver-top img {
    width: 40px;
    margin-top: -3px
}

.menu-lateral-interna {
    padding: 15px 40px 15px 6%;
    background: #f2f2f2
}

.menu-lateral-interna .lista-menu {
    list-style: none;
    padding: 0
}

.menu-lateral-interna .lista-menu li {
    border-bottom: solid 2px #c1cccc;
    padding: 5px 0px 5px 5px
}

.menu-lateral-interna .lista-menu li a {
    text-decoration: none;
    font-family: 'Inter';
    font-size: 16px;
    color: #54565a
}

.menu-lateral-interna .lista-menu li a:hover {
    color: #ea6852
}

.menu-lateral-interna .lista-menu .active a {
    color: #ea6852
}

.menu-lateral-interna .lista-menu li:last-child {
    border-bottom: none
}

.col-md-9 {
    padding-right: 6%
}

.col-md-9 .col-sm-12 {
    padding-left: 30px
}

.col-md-9 .col-sm-12 .tit-pag-podcast {
    font-size: 35px;
    font-family: 'Inter';
    font-weight: bold;
    color: #ea6852;
    margin-top: 10px;
    margin-bottom: 20px
}

.col-md-9 .col-sm-12 .text-pag-interna {
    font-family: 'Inter';
    font-size: 15px !important;
    color: #54565a;
    font-weight: bold;
    margin-bottom: 30px
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast {
    margin-left: 0px;
    margin-right: 0px
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast {
    background: #fff;
    position: relative;
    padding: 0px;
    transition: 0.2s
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .img-podcast {
    max-width: 280px !important;
    background-color: #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast {
    width: calc(100% - 285px);
    vertical-align: middle;
    display: inline-block;
    padding-left: 20px
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .fecha-cpodcast {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    color: #ea6852;
    line-height: 1;
    margin-bottom: 10px
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .titulo-cpodcast {
    font-family: 'Inter';
    font-size: 19px;
    font-weight: 500;
    color: #54565a;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 80%
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast hr {
    width: 15px;
    border: solid 2px #ea6852;
    background: #ea6852;
    margin: 0px 0px 10px 0px;
    transition: 0.2s
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .nombres-cpodcast {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    color: #ea6852;
    line-height: 1;
    margin-bottom: 0px
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .cargos-cpodcast {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: regular;
    color: #54565a;
    line-height: 1;
    margin-bottom: 10px
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .v-videos-podcast {
    padding: 1px 10px 3px 10px;
    background: #ea6852;
    border-radius: 3px;
    text-decoration: none
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .v-videos-podcast img {
    width: 15px;
    padding-right: 3px;
    display: inline-block;
    vertical-align: middle;
    border-right: solid 1px #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .v-videos-podcast p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    color: #fff;
    padding-left: 10px
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .icon-podcast-int-bl {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .icon-podcast-int-red {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 20px
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .deco-podcast-int-bl {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 110px;
    display: none
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast .cont-info-cpodcast .deco-podcast-int-red {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 110px
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast:hover {
    background: #919b9b
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast:hover .cont-info-cpodcast .titulo-cpodcast {
    color: #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast:hover .cont-info-cpodcast .cargos-cpodcast {
    color: #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast:hover .cont-info-cpodcast .fecha-cpodcast {
    color: #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast:hover .cont-info-cpodcast .nombres-cpodcast {
    color: #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast:hover .cont-info-cpodcast hr {
    border: solid 2px #fff;
    background: #fff
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast:hover .cont-info-cpodcast .icon-podcast-int-red {
    display: none
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast:hover .cont-info-cpodcast .icon-podcast-int-bl {
    display: block
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast:hover .cont-info-cpodcast .deco-podcast-int-red {
    display: none
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .col-cont-first-cpodcast:hover .cont-info-cpodcast .deco-podcast-int-bl {
    display: block
}

.col-md-9 .col-sm-12 .row-cont-first-cpodcast .div-cpodcast {
    width: 100%;
    border: solid 1px #54565a;
    margin: 15px 0px 15px 0px
}

.col-md-9 .mas-podcasts {
    margin-top: 30px
}

.col-md-9 .mas-podcasts .btn-mas-podcasts {
    text-decoration: none;
    display: inline-block;
    width: calc(100% - 45px);
    padding-right: 10px
}

.col-md-9 .mas-podcasts .btn-mas-podcasts div {
    width: 100%;
    background: #ea6852;
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s
}

.col-md-9 .mas-podcasts .btn-mas-podcasts div:hover {
    background: #919b9b
}

.col-md-9 .mas-podcasts .btn-volver-top {
    display: inline-block
}

.col-md-9 .mas-podcasts .btn-volver-top img {
    width: 40px;
    margin-top: -3px
}

.col-md-9 {
    padding-right: 6%
}

.tit-pag-noticias {
    font-size: 35px;
    font-family: 'Inter';
    font-weight: bold;
    color: #54565a;
    margin-top: 10px;
    margin-bottom: 20px
}

.cajas-todas-noticias {
    padding-left: 40px;
    padding-right: 25px
}

.cajas-todas-noticias .cada-noticia-int {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 30px
}

.cajas-todas-noticias .cada-noticia-int .cont-multimedia {
    height: 156px;
    overflow: hidden
}

.cajas-todas-noticias .cada-noticia-int .cont-multimedia iframe {
    height: 156px !important;
    width: 100% !important
}

.cajas-todas-noticias .cada-noticia-int .cont-multimedia img {
    width: 100%
}

.cajas-todas-noticias .cada-noticia-int .cont-info-cnoticia {
    width: 100%;
    padding: 15px;
    font-family: 'Inter';
    position: relative;
    text-align: left
}

.cajas-todas-noticias .cada-noticia-int .cont-info-cnoticia .fecha {
    font-weight: bold;
    color: #ea6852;
    font-size: 13px
}

.cajas-todas-noticias .cada-noticia-int .cont-info-cnoticia .enunciado {
    font-weight: bold;
    color: #54565a;
    font-size: 18px;
    line-height: 1;
    height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.cajas-todas-noticias .cada-noticia-int .cont-info-cnoticia .divisor {
    border: solid 2px #ea6852;
    background: #ea6852;
    width: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0
}

.cajas-todas-noticias .cada-noticia-int .cont-info-cnoticia .fuente {
    color: #54565a;
    font-size: 13px;
    margin-bottom: 0
}

.cajas-todas-noticias .cada-noticia-int .cont-info-cnoticia .fuente span {
    font-weight: bold;
    font-size: 13px
}

.cajas-todas-noticias .cada-noticia-int .cont-info-cnoticia .ver-mas {
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 4px;
    background: #ea6852;
    position: absolute;
    right: 15px;
    bottom: 10px;
    transition: 0.2s;
    border: solid 1px #ea6852;
    text-decoration: none
}

.cajas-todas-noticias .cada-noticia-int .cont-info-cnoticia .ver-mas:hover {
    color: #ea6852;
    background: transparent
}

.mas-noticias {
    margin-top: 30px
}

.mas-noticias .btn-mas-noticias {
    text-decoration: none;
    display: inline-block;
    width: calc(100% - 45px);
    padding-right: 10px
}

.mas-noticias .btn-mas-noticias div {
    width: 100%;
    background: #919b9b;
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s
}

.mas-noticias .btn-mas-noticias div:hover {
    background: #ea6852
}

.mas-noticias .btn-volver-top {
    display: inline-block
}

.mas-noticias .btn-volver-top img {
    width: 40px;
    margin-top: -3px
}

.cont-der-menu .cont-det-noticia .container-vid-det-not {
    width: 100%;
    padding-top: 42.85%;
    position: relative;
    margin-bottom: 20px
}

.cont-der-menu .cont-det-noticia .container-vid-det-not iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.cont-der-menu .cont-det-noticia .img-det-noticia {
    width: 100%;
    margin-bottom: 15px
}

.cont-der-menu .cont-det-noticia .fecha-det-noticia {
    font-family: 'Inter';
    font-size: 15px;
    color: #ea6852;
    font-weight: bold;
    margin-bottom: 15px
}

.cont-der-menu .cont-det-noticia .titulo-det-noticia {
    font-family: 'Inter';
    font-size: 24px;
    color: #54565a;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 0px
}

.cont-der-menu .cont-det-noticia .fuente-det-noticia {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: bold;
    color: #54565a;
    margin-bottom: 0px
}

.cont-der-menu .cont-det-noticia .fuente-det-noticia span {
    color: #ea6852
}

.cont-der-menu .cont-det-noticia .columna-det-noticia {
    font-family: 'Inter';
    font-size: 15px;
    font-weight: bold;
    color: #54565a;
    margin-bottom: 15px
}

.cont-der-menu .cont-det-noticia .columna-det-noticia span {
    color: #ea6852
}

.cont-der-menu .cont-det-noticia .enrique-det-noticia {
    font-family: 'Inter';
    font-size: 15px !important;
    color: #54565a;
    margin-bottom: 30px
}

.cont-der-menu .cont-det-noticia .linea-div-detalle {
    width: 100%;
    border: solid #ea6852 1px;
    background: #ea6852
}

.cont-der-menu .cont-det-noticia .tags-det-noticia .actualidad {
    background: #ce6854;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none
}

.cont-der-menu .cont-det-noticia .tags-det-noticia .mercado {
    background: #7f8184;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none
}

.cont-der-menu .cajas-noticias-tags {
    margin-bottom: 60px
}

.cont-der-menu .cajas-noticias-tags .row {
    margin-left: -20px;
    margin-right: -20px
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 {
    padding-right: 5px;
    padding-left: 5px
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia {
    background: #e4e4e4
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia img {
    width: 100%
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia {
    padding: 20px
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia .fecha-c-not {
    font-size: 12px;
    font-weight: bold;
    color: #ce6854
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia .encabezado-c-not {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 16px;
    color: #55565a;
    height: 65px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1,2
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia .encabezado-c-not span {
    color: #ce6854
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia .vermas-b-not {
    color: #ce6854;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    position: absolute;
    z-index: 10
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia .vermas-b-not img {
    width: 8px;
    margin-left: 5px;
    margin-top: -2px;
    transition: 0.2s
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia .vermas-b-not:hover img {
    margin-left: 10px
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias {
    text-align: right;
    display: inline-block;
    width: 100%
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias .actualidad {
    background: #ce6854;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias .mercado {
    background: #7f8184;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none
}

.cont-der-menu .cajas-noticias-tags .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias img {
    width: 6px;
    display: inline-block;
    margin-left: 5px
}

.caja-video-principal {
    margin-bottom: 30px
}

.caja-video-principal .row-cont-video-princ {
    background: #c1cccc;
    height: auto;
    margin: 0px;
    overflow: hidden
}

.caja-video-principal .row-cont-video-princ a {
    text-decoration: none
}

.caja-video-principal .row-cont-video-princ a img {
    height: auto;
    width: 55%;
    display: inline-block;
    vertical-align: bottom
}

.caja-video-principal .row-cont-video-princ iframe {
    width: 100% !important;
    height: 100% !important
}

.caja-video-principal .row-cont-video-princ .cont-info-princ {
    display: inline-block;
    padding: 20px;
    width: calc(45% - 5px)
}

.caja-video-principal .row-cont-video-princ .cont-info-princ .enunciado {
    font-family: 'Inter';
    font-weight: 500;
    font-style: italic;
    color: #54565a;
    font-size: 22px;
    line-height: 1
}

.caja-video-principal .row-cont-video-princ .cont-info-princ .divisor {
    border: solid 2px #ea6852;
    background: #ea6852;
    width: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0
}

.caja-video-principal .row-cont-video-princ .cont-info-princ .nombre {
    font-weight: 600;
    color: #ea6852;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5
}

.caja-video-principal .row-cont-video-princ .cont-info-princ .cargo {
    font-weight: 600;
    color: #54565a;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%
}

.caja-video-principal .row-cont-video-princ .cont-info-princ .comentario {
    font-weight: 600;
    color: #54565a;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%
}

.caja-cont-modals .modal {
    text-align: center;
    padding: 0 !important
}

.caja-cont-modals .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.caja-cont-modals .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.caja-cont-modals .modal-content {
    min-width: 400px
}

.caja-cont-modals .modal-body {
    padding: 0;
    background-color: transparent;
    width: 100%;
    padding-top: 56.25% !important;
    position: relative
}

.caja-cont-modals .modal-body .close {
    position: absolute;
    right: 10px;
    top: 3px;
    opacity: 1;
    font-size: 26px;
    color: #fff;
    z-index: 10;
    min-width: 0px
}

.caja-cont-modals .modal-body .close:focus {
    outline: none
}

.caja-cont-modals .modal-body iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.cajas-todos-videos {
    padding-left: 40px !important;
    padding-right: 25px
}

.cajas-todos-videos .cada-video {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 30px
}

.cajas-todos-videos .cada-video .cont-multimedia iframe {
    height: 166px !important;
    width: 100% !important
}

.cajas-todos-videos .cada-video .cont-multimedia img {
    width: 100%
}

.cajas-todos-videos .cada-video .cont-info-cvideo {
    width: 100%;
    padding: 15px;
    font-family: 'Inter';
    position: relative;
    text-align: left
}

.cajas-todos-videos .cada-video .cont-info-cvideo .enunciado {
    font-family: 'Inter';
    font-weight: 500;
    color: #54565a;
    font-size: 18px;
    line-height: 1;
    height: 54px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.cajas-todos-videos .cada-video .cont-info-cvideo .divisor {
    border: solid 2px #ea6852;
    background: #ea6852;
    width: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0
}

.cajas-todos-videos .cada-video .cont-info-cvideo .nombre {
    font-weight: 600;
    color: #ea6852;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 3px
}

.cajas-todos-videos .cada-video .cont-info-cvideo .cargo {
    font-weight: 600;
    color: #54565a;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    height: 24px
}

.mas-videos .btn-mas-videos {
    text-decoration: none;
    display: inline-block;
    width: calc(100% - 45px);
    padding-right: 10px
}

.mas-videos .btn-mas-videos div {
    width: 100%;
    background: #919b9b;
    color: #fff;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    line-height: 1;
    cursor: pointer;
    transition: 0.2s
}

.mas-videos .btn-mas-videos div:hover {
    background: #ea6852
}

.mas-videos .btn-volver-top {
    display: inline-block
}

.mas-videos .btn-volver-top img {
    width: 40px;
    margin-top: -3px
}

.fundacion-home {
    padding: 30px 6%;
    margin-bottom: 20px
}

.fundacion-home .row {
    margin-left: -5px;
    margin-right: -5px
}

.fundacion-home .titulo-sec-fundacion {
    font-size: 35px;
    color: #ea6852;
    font-family: 'Inter';
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px
}

.fundacion-home .col-sm-4 {
    padding-right: 5px;
    padding-left: 5px
}

.fundacion-home .col-sm-4 .cont-c-noticia {
    background: #86a0d3
}

.fundacion-home .col-sm-4 .cont-c-noticia img {
    width: 100%
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia {
    padding: 20px
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .fecha-c-not {
    font-size: 12px;
    font-weight: bold;
    color: #fff
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .clase-caja {
    font-size: 13px;
    font-weight: bold;
    color: #fff
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .encabezado-c-not {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 17px;
    color: #fff;
    height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .encabezado-c-not span {
    color: #2e364a
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .vermas-b-not {
    color: #ce6854;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    z-index: 10
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .vermas-b-not img {
    width: 8px;
    margin-left: 5px;
    margin-top: -2px;
    transition: 0.2s
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .vermas-b-not:hover img {
    margin-left: 10px
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias {
    text-align: right;
    display: inline-block;
    width: 100%
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias .actualidad {
    background: #ce6854;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias .mercado {
    background: #7f8184;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 11px;
    text-decoration: none
}

.fundacion-home .col-sm-4 .cont-c-noticia .info-c-noticia .accesos-noticias img {
    width: 6px;
    display: inline-block;
    margin-left: 5px
}

.fundacion-home .boton-bot-tabs {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 35px
}

.fundacion-home .boton-bot-tabs a {
    padding: 10px 20px;
    border: solid 1px #ea6852;
    color: #54565a;
    font-size: 18px;
    background: transparent;
    transition: 0.2s;
    text-decoration: none
}

.fundacion-home .boton-bot-tabs a:hover {
    background-color: #ea6852;
    color: #fff;
    text-decoration: none
}

.full-bot-acceso {
    padding: 50px 6% 0px 6%
}

.full-bot-acceso hr {
    width: 100%;
    border: 1px solid #54565a;
    background: #54565a;
    margin-bottom: 10px
}

.full-bot-acceso a {
    text-align: center;
    font-family: 'Inter';
    font-size: 18px;
    color: #ea6852;
    font-weight: bold;
    width: 100%;
    display: block;
    text-decoration: none;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .navbar-nav {
        height:auto
    }
}
