/* MODO OSCURO */

/* body {
    color: #fff !important;
    background: #231F20;
}
.card {
    background-color: transparent !important;
}
.card-title {
    color: #fff !important;
}
.text-color-display {
    color: #fff !important;
}
p {
    color: #fff !important;
}
.border {
    border: 1px solid #3b3b3b!important;
}
.bg-white {
    background-color: transparent !important;
}
.navbar {
    background:transparent !important ;
}
.nav-item a {
    color: #fff !important;
}
#langange button {
    color: #fff !important;
}
.content-session button {
    color: #fff !important;
}
.nav-item a {
    color: #fff !important;
} */
/* ------ */

* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
body {
    color: rgb(0 0 0 / 70%);
}
b, strong {
    font-weight: bolder;
    font-family: 'davcondensedCnSBd', sans-serif;
}
.btn-primary {
    padding: 9px 0 5px 0 !important;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow:none !important;
}
@font-face {
	font-family: 'davcondensedRegular', sans-serif;
	src:url('../css/fuentes/daviviendacondensed/Davivienda-Condensed-Regular.woff') format('woff');

	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
.btn-primary {
    text-transform: uppercase;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow:none;
    border-color: transparent;
}
body {
    font-family: 'davcondensedRegular', sans-serif;
    position: relative;
}
.stop-scroll {
    scroll-snap-align: center;
    scroll-snap-stop: always;
    width: 100%;
    float: left;
}
nav li a:hover {
    /* transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;   */

}
a {
    text-decoration: none;
    color: inherit;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}
.nav-item a {
    transition: font-weight .3s;
}
.nav-item a:before {
    transition: font-weight .3s;
}
.breadcrumb a, .breadcrumb span {
    font-size: 18px;
    text-transform: uppercase;
}
.breadcrumb a:hover {
    color: #ED1C27 !important;
}
.breadcrumb .active{
    background: transparent !important;
}
.breadcrumb-item.active {
    color: #a4a4a4;
    text-transform: initial;
}
.bold {
    font-family: 'davcondensedCnBold', sans-serif;
}
.content-language button:hover {
    color: #ED1C27;
}
.content-session button:hover {
    color: #ED1C27;
}
.content-session {
    font-size: 20px !important;
}
header {
    /* box-shadow: 0px 8px 10px rgba(0, 0, 0, .14); */
}
/* .navbar:before {
    content: '';
    height: 34px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    background-color: #fff;
} */
.menu-red {
    position: relative;
}
.menu-red:before {
    content: '';
    height: 100%;
    min-width: 1410px;
    position: absolute;
    left: -280%;
    top: 27px;
    z-index: -1;
    background-color: #ED1C27;
}
.absolute-mobile {
    top: 50px;
    left: 45vw;
    width: 50px;
}
.absolute-mobile .btn{
    color: #fff  !important;
}
.mobile-language .btn{
    color: #fff !important;
}
.content-language .btn{
    color: #000;
}
.more {
    color: #ED1C27;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 15px 0 15px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(189 189 189 / 40%) !important;
}
.item:hover .more {
    color: #ED1C27;
    background:#fff !important;
}
.no-padding {
    padding: 0 !important;
}
.text-indent{
    /* text-indent: -28vw; */
    text-indent: -34vw;
    text-align: left;
}
.margin-logo {
    width: 180px;
    /* margin: 0 0 0 -10px; */
    margin: 0 0 0 -40px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler {
    position: relative;
    z-index: 2;
}
nav li {
    font-size: 25px;
}
nav li a {
    /* color: #fff; */
}
.nav-item .active {
    text-decoration: underline;
}

.navbar-display {
    display: block;
}
/* .fixed-top  {
    top: 80px !important;
} */

.espacioPais{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 8px 0px 0px;
}

.banderaPais{
    width: 30px;
    margin: 0px 5px 0px 0px;
}

.pais{
    font-size: 20px;
    margin: 0px;
    display: block;
}


.content-slide {
    /* margin: 9% 0 0 0; */
}
.slide1 {
    height: 400px;
    background: url(../img/bg-slide.png) no-repeat center top;
    background-size: cover;
}
.slide2 {
    height: 400px;
    background: url(../img/bg-slide2.png) no-repeat center top;
    background-size: cover;
}
.slide3 {
    height: 400px;
    background: url(../img/bg-slide3.png) no-repeat center top;
    background-size: cover;
}
.form-control:focus {
    box-shadow: none;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    border-radius: 100%;
    margin: 0 5px !important;
    height: 10px;
    opacity: 1;
    bottom: 50px !important;
}
.carousel-indicators {
    bottom: 30px !important;
}
.active {
    background-color: #ED1C27 !important;
    /* border-color:#ED1C27 !important; */
}
.active:focus {
    border:2px solid #3a3a3a;
}
.carousel-caption {
    bottom: 7rem;
    text-shadow: 0 5px 10px rgb(0 0 0 / 26%);
    z-index: 1;
}
.carousel-caption h1 {
    text-transform: uppercase;
    color: #ED1C27 !important;
    font-weight:600;
    font-family: 'davcondensedCnBold', sans-serif;
}
.carousel-caption p {
    color: #fff;
    display: contents;
}
.carousel-caption button {
    background-color: #ED1C27;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: bold;
    padding:2px 20px 0px 20px;
    font-family: 'davcondensedCnBold', sans-serif;
}
.carousel-caption button:hover {
    background: #a00b13 !important;
    color: #fff !important;
}
.internal-carousel {

}
.invisible {
    visibility: hidden !important;
}
.visible {
    visibility:visible !important;
}
.buttons-before button{
    position: relative;
    color:transparent;
    background:transparent;
    border: none;
}
.buttons-before.active {
}




.buttons-before button:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(0 0 0 / 90%);
}
.buttons-before button:hover::before {
    font-family: 'davcondensedCnBold', sans-serif;
}
.buttons-before .esp:before{
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(0 0 0 / 90%);
}
.buttons-before .en:before{
    position: absolute;
    width: 100%;
    height: 100%;
    color: #ED1C27;
}
form.search {
    width: 700px;
}
form button {
    background-color: #ED1C27 !important;
    border: none !important;
    font-size: 20px;
    font-weight: bold;
    font-family: 'davcondensedCnBold', sans-serif;
}
.scale {
    transform: scale(0.95);
}
.search {
    /* position: relative;
    z-index: 1;
    bottom: -20px;
    width: 100%; */
    position: relative;
    z-index: 1;
    bottom: 25px;
    width: 100%;
}
.search-button {
    padding: 5px 15px;
    font-size: .7rem;
}

.img-article {
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.img-article:after {
    content: '';
    background-color: rgb(0 0 0 / 40%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.img-article span {
    position: absolute;
    z-index: 2;
    left:8%;
    top: 5%;
    color: #FFF;
    font-size: 18px;
    padding: 5px;
    font-weight: bold;
    font-family: 'davcondensedCnBold', sans-serif;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.img-article .badge {
    background-color: #ED1C27 !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 7px 20px 5px 20px;
    font-size: 13px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'davcondensedCnBold', sans-serif;
    line-height: normal;
    letter-spacing: 1px;
}
.article-in .badge2 {
    background-color: #ED1C27 !important;
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: bold;
    z-index: 2;
    font-family: 'davcondensedCnBold', sans-serif;
}
.article-in .badge2 {
    font-size: 25px;
    position: relative;
    right: 0;
    width: auto;
    width: 100px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    bottom: -5px;
    float: none;
    padding-top: 3px !important;
}

.article-in .badge2 img {
    margin-top: -10px;
}
.item {
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    position: relative;
    text-decoration: none;
    color: inherit;
}
.item:hover {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background-color: #ED1C27;

}
.item:hover span {
    color: #ED1C27;
    background: rgb(55 55 55 / 40%);
    /* padding: 4px 20px 0 20px; */
    border-radius: 10px;
    /* background-color: #fff; */
}
.item .img-article {
    overflow: hidden;
    /* height:100%; */
}
.item .img-article img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    overflow: hidden;
    width: 100%;
    /* width: 115%; */
}
.item .img-article:after {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.item:hover .img-article img {
    transform: scale(1.05)

}
.item:hover > .img-article:after {
    background-color: rgb(0 0 0 / 0) !important;
}
.item:hover  .img-article:after {
    background-color: rgb(0 0 0 /25%) !important;
}
.item:hover .card-title {
    text-decoration: underline;
}
.item:hover .card-title, .card:hover .card-text{
    color: #fff;
}
.item:hover .badge2 {
    background-color: #231F20 !important;
}
.card-title {
    color: #ED1C27;
    font-weight: bold;
    padding-bottom: 5px;
    font-family: 'davcondensedCnSBd', sans-serif;
    transition: all 0.3s;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    padding: 0;
}
.text-principal .card-title {
    font-size: 18px;
}
.card-text {
    font-size: 15px;
    line-height: 1.2;
}
.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.text-principal .card-text {
    /* font-size: 18px; */
    font-size: 18px;
}
.item:hover .card-text{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #fff;
}
.card-body .active {
    background-color: transparent !important;
}
.border {
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}
.multimedia-content-video:hover:before {
    background-color:transparent !important;
}
.multimedia-content-video i{
    color: #fff !important;
}
.multimedia-tittle i {
    color: #fff !important;
}

.text-navs .nav-item {
    font-size: 22px;
    background: #EAEAEA;
    border-radius: 10px;
}
.text-navs .nav-item > .active{
    font-family: 'davcondensedCnBold', sans-serif;
    color: #fff !important;
    border-radius: 10px !important;
}
.content-video, .content-audio {
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.content-video:hover, .content-audio:hover {
    transition: all 0.6s !important;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}
.content-video i{
    color: #ED1C27;
    font-size: 80px;
    position: relative;
}
.content-video:hover i{
    color: #fff;
}
.content-video:before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(0, 0, 0, .4);
}
.content-video:hover:before {
    background-color: rgba(237, 28, 38, 0.9);
}
.content-video:before{

}
.content-info-video {
    position: relative;
    z-index: 1;
}
.content-video h3 {
    font-size: 20px !important;
    font-family: 'davcondensedCnSBd', sans-serif !important;
    text-align: left;
}
.content-video:hover img {

}
.multimedia-home .content-video h3 {
    font-size: 24px;
    text-align: left;
    height: auto;
}

.content-video:hover p {
    text-decoration: underline !important;
}
.content-video p {
    /* font-size: 18px; */
    font-size: 16px;
    text-align: left;
    font-family: 'davcondensedCnBold', sans-serif;
}

.video-in iframe{

}
.content-audio i{
    color: #fff;
    font-size: 80px;
    position: relative;
}
.content-audio:hover i{
    color: #fff;
}

.content-audio:hover:before {
    background-color: rgba(25, 25, 25, 0.6);
}

.content-audio:before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.content-audio:hover:before {
    background-color:rgba(25, 25, 25, 0.7);
}

.content-info-audio {
    position: relative;
    z-index: 1;
}
.align-items-box {
    align-items: center;
    height: 100%;
    display: inline-grid;
}
.align-items-box2 {
    align-items: center;
    height: 100%;
    display: inline-grid;
}
.content-audio h3 {
    font-size: 24px;
    text-align: left;
    font-family: 'davcondensedCnBold', sans-serif;
}
.content-audio p {
    font-size: 18px;
    text-align: left;
    font-family: 'davcondensedCnBold', sans-serif;
}

.content-questions i{
    color: #fff;
    font-size: 80px;
    position: relative;
}
.content-questions:hover i{
    color: #fff;
}


.content-info-questions {
    position: relative;
    z-index: 1;
}
.content-questions h3 {
    font-size: 30px !important;
    text-align: center;
    z-index:1;
}
.content-questions p {
    font-size: 15px;
    text-align: center;
}
.content-questions:before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(0, 0, 0, .4);
}
.content-info-questions {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
}
.content-social {
    background: url(../img/bg-social.png) no-repeat center top;
    background-size: cover;
    z-index: 1;
}
.content-social i{
    color: #ED1C27;
    font-size: 80px;
    position: relative;
    background-image: url(../img/bg-social.png) no-repeat center top;
}
.content-social:hover i{
    color: #fff;
}
.content-social:before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(0, 0, 0, .4);
}
.content-social:before {
    background-color: rgba(237, 28, 38, 0.9);
    mix-blend-mode: multiply;
    z-index: -1;
}
.content-info-social {
    position: relative;
    z-index: 1;
}
.content-social h3 {
    font-size: 20px;
    text-align: left;
}
.content-social p {
    font-size: 15px;
    text-align: left;
}
.content-info-social .active {
    background-color: #fff !important;
}
.social-content {
    border-radius: 0 10px 10px 10px;
}
.content-info-social i {
    color: #fff;
    font-size: 28px;
}
.content-info-social .active i{
    color: #ED1C27 !important;
}
.content-info-social .nav-item {
    background: #333;
    border-radius: 5px 5px 0 0;
}
.content-suscribe {
    background: url(../img/bg-suscribe.png) no-repeat center top;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.content-suscribe:before {
    content: '';
    background:rgba(0, 0, 0, .5);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.content-suscribe form {
    z-index: 1;
}
.content-suscribe p {
    font-size: 20px;
    line-height:25px;
}
.content-links-footer p{
    margin: 10px !important;
    font-size: 20px;
    text-align: left;
}
.content-links-footer h6{
    font-family: 'davcondensedCnBold', sans-serif;
    font-size: 18px;
    text-align: left;
}
.tile{
	width: 100%;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 2px 3px -1px rgba(151, 171, 187, 0.7);
	float:left;
  	transform-style: preserve-3d;
  	/* margin: 10px 5px; */
	background:#EAEAEA;
}

.header{
	border-bottom:1px solid #ebeff2;
	padding:19px 0;
	text-align:center;
	color:#59687f;
	font-size:600;
	font-size:19px;
	position:relative;
}

.banner-img {
	padding: 5px 5px 0;
}
.tab-content .active{
    background-color: transparent !important;
}
.card-header-tabs label {
    cursor: pointer !important;
    color: #231F20;
}
.card-header-tabs label:hover {
    background: #ED1C27;
    color: #fff !important;
    border-radius: 10px !important;
}
.banner-img img {
	width: 100%;
	border-radius: 5px;
}
.wrapper-stats h4 {
    font-family: 'davcondensedCnBold', sans-serif;
}
.wrapper-stats .stats:first-child  {
    border:none;
}
.dates{
	border:1px solid #ebeff2;
	border-radius:5px;
	padding:20px 0px;
	margin:10px 20px;
	font-size:16px;
	color:#5aadef;
	font-weight:600;
	overflow:auto;
}
.dates div{
	float:left;
	width:50%;
	text-align:center;
	position:relative;
}
.dates strong,
.stats strong{
	display:block;
	color:#adb8c2;
	font-size:11px;
	font-weight:700;
}
.dates span{
	width:1px;
	height:40px;
	position:absolute;
	right:0;
	top:0;
	background:#ebeff2;
}
.stats{
	border-top:1px solid rgb(35 31 32 / 20%);
	overflow:auto;
	padding:11px 0;
	font-size:16px;
	color:#59687f;
	font-weight:600;
	border-radius: 0 0 5px 5px;
}
.stats div{
	width: 33.33333%;
	float:left;
	text-align:center;
    line-height: normal;
}

.stats div:nth-of-type(3){border:none;}

div.footer {
	text-align: right;
	position: relative;
	margin: 20px 5px;
}

div.footer a.Cbtn{
	padding: 10px 25px;
	background-color: #DADADA;
	color: #666;
	margin: 10px 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}

div.footer a.Cbtn-primary{
	background-color: #5AADF2;
	color: #FFF;
}

div.footer a.Cbtn-primary:hover{
	background-color: #7dbef5;
}

div.footer a.Cbtn-danger{
	background-color: #fc5a5a;
	color: #FFF;
}

div.footer a.Cbtn-danger:hover{
	background-color: #fd7676;
}

.values p {
    margin: 0;
}
.values p:first-child {
    font-weight: bold;
    font-size: 1rem;
    font-family: 'davcondensedCnBold', sans-serif;
    color: #231F20 !important;
}
.values .value2 {
    font-weight: bold;
    font-size: 15px;
    color:#231F20 !important;
}
.values span.green {
    font-weight: bold;
    font-size: 15px;
    color:#10BC24;
}
.values span.red {
    font-weight: bold;
    font-size: 15px;
    color:#ED1C27;
}
.content-account {
    border: none;
    background: transparent;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu.show {
       display: block;
    inset: 33px auto auto auto !important;
    background: #ED1C27;
    border: none;
    text-align: right;
    color: #fff;
    padding: 15px 0;
}
.dropdown-menu.show:before {
    content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ED1C27;
    right:8px;
    top: -10px;
    position: absolute;

}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 20px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
    color: #fff;
}

.language.mobile{

}

/*------- ARTICULOS --------*/

.tittle {
    font-family: 'davcondensedCnBold', sans-serif;
    color: #ED1C27;
    font-size: 30px;
}
.bt-filter {
    background: #ED1C27;
    border: none;
    color: #fff;
}
.content-filters h3{
    font-family: 'davcondensedCnBold', sans-serif;
    font-size: 23px;
}
.content-filters button{
    background:#EAEAEA;
    color: #231F20;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    padding-top: 10px;
    border: 2px solid #EAEAEA !important;
}

.content-filters svg{
    float: right;
    margin: 10px 10px 0 0;
}
.content-buttons-order button{
    border: 2px solid #fff;
}

.content-filters button:hover {
    background: #ED1C27;
    color: #fff;
    border: 2px solid #ED1C27;
}
.content-filters button:active {
    border: 2px solid #ED1C27 !important;

}
.apply-filters {
    border: 2px solid #ED1C27;
    color: #fff !important;
    font-size: 18px !important;
    background: #ED1C27 !important;
    font-family: 'davcondensedCnBold', sans-serif;
    border: 2px solid #ED1C27;
}
.apply-filters:hover {
    border: none !important;
    background-color: #231F20 !important;
    border: 2px solid #231F20 !important;
}


/* Multimedia */

.content-multimedia {
    position: relative;
}
.content-multimedia .owl-prev{
    margin-left: -5%;
}
.content-multimedia .owl-next{
    margin-right: -5%;
}
.content-multimedia::before {
    position: absolute;
    content: '';
    width:100%;
    height: 280px;
    background-color: #231F20;
    top: -10px;
    left: 0;
    z-index: -1;
}
.owl-carousel .active{
    background-color: transparent !important;
}
.owl-nav {
    display: block !important;
    position: absolute;
    left: 1%;
    /* bottom: 90px; */
    bottom: 60%;
    width: 98%;
    z-index:-1;
}
.owl-nav button:first-child{
    float: left;
}
.owl-nav button:last-child{
    float: right;
}
.page-link {
    border: none;
    background-color: transparent !important;
    color: #ED1C27 !important;
    font-size: 25px !important;
    box-shadow: none !important;
}
.page-link:focus {
    font-family: 'davcondensedCnBold', sans-serif !important;
    border: none !important;

}
.page-link:hover {
    box-shadow: none !important;
    color: #ED1C27 !important;
    border-color: none !important;
    font-family: 'davcondensedCnBold', sans-serif !important;
}
.pagination .active {
    background-color: transparent !important;
    font-family: 'davcondensedCnBold', sans-serif !important;
}
.page-item.active .page-link {
    color: #231F20;
}
#videos, #audios, #infographics {
    background-color: transparent !important;
}

#audios .content-audio i {
    font-size: 80px !important;
}
.content-audio:hover i {
    color: #ED1C27; ;
}
br {

}


/* modals */

.logo-modal {

}
.border-modal {
    border-radius: 15px;
    overflow: hidden;
}
.modal-close{
    font-size: 40px;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.content-modal-video iframe {
    width: 100%;
    height: 250px;
}
.text-date{
    font-size: 16px;
    font-family: 'davcondensedCnBold', sans-serif;
    margin: 8px 0 0 0;
}
.text-share{
    font-size: 20px;
   font-family: 'davcondensedCnBold', sans-serif;
    margin: 5px 0;
}
.border-modal {
    border-radius: 15px;
}

#navbar-display {

}
/* Music player */
.content-player {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;

}
.bg-player {
    position: relative;
    background:url(../img/bg-player.png) no-repeat center ;
    background-size: cover;
    /* -webkit-filter:grayscale(100%);
    filter:grayscale(100%); */
}
.bg-player:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.multimedia-home {
    border: none !important;
}
.player {
    position: relative;
    z-index: 1;
}
.content-img-audio {
    position: relative;
}
.content-img-audio p {
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
}
.search input {
    font-size: 18px;
}


/* Content-banner-internal */

.content-search-internal,.content-search-internal2 {
    margin: 150px 0 0 0;
    position: relative;
}
.content-search-internal:before {
    content: '';
    height: 320px;
    width: 100%;
    background: #EAEAEA;
    z-index: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 180px;
    display: block;
}

.content-search-internal2:before {
    content: '';
    height: 35%;
    width: 100%;
    background: #EAEAEA;
    /* background: transparent; */
    z-index: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 120px;
    display: block;
}
.content-options {
    background: #ED1C27;
    z-index: 1;
    right: 0;
    /* width: 100%; */
    margin: 15px 10px 0 10px;
    border-radius: 10px;
}
.content-options a{
    color: #fff;
    font-size: 20px;
}
.content-options a:hover{
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.content-options .plus:after {
    content: '+';
    position: absolute;
    color: #fff;
    right: 8px;
    top: 0;
    font-size: 12px;
}
.content-options .minus:after {
    content: '-';
    position: absolute;
    color: #fff;
    right: 10px;
    top: 0;
    font-size: 14px;
}
.content-options .size-options {
    color: #fff;
    font-size: 20px;
    font-family: 'davcondensedCnBold', sans-serif;
    position: relative;
}
.badge-internal {
    background: #ED1C27 !important;
    color: #fff;
    font-size: 20px;
    font-family: 'davcondensedCnBold', sans-serif;
    padding-top: 8px;
    text-transform: uppercase;
}
.h1-internal {
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'davcondensedCnBold', sans-serif;
}
.play-audio {
    background: #ED1C27;
    color: #fff;
    font-size: 16px;
    font-family: 'davcondensedCnBold', sans-serif;
    border: none;
    border-radius: 10px;
}
.play-audio:hover {
    background: #ae141c !important;
    color: #fff !important;
}
.play-audio:hover, .play-audio:focus {
    color: #fff;
}
.info-article-internal h1 {
    font-family: 'davcondensedCnBold', sans-serif;
    text-transform: capitalize !important;
}
.info-article-internal h2{
    font-size: 30px;
    font-family: 'davcondensedCnBold', sans-serif;

}
.info-article-internal h4{
    font-size: 30px;
    font-family: 'davcondensedCnBold', sans-serif;

}
.info-article-internal h3 > p {
    font-size: 30px;
    font-family: 'davcondensedCnBold', sans-serif;
}
.info-article-internal p{
    font-size: 20px;
    text-align: left;
}
.content-quote {
    position: relative;
}
.content-quote:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 250px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ED1C27;
}
.content-quote:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 250px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ED1C27;
}
.content-quote h3 {
    font-size: 40px;
    font-family: 'davcondensedCnBold', sans-serif;
}

/* content-audio-internal */

.content-audio-internal {
    background: url(../img/audio-internal.png) no-repeat center top;
    background-size: cover;
    position: relative;
    min-height: auto;
    border-radius: 10px;
}
.content-audio-internal p {

    font-size: 20px;
    color: #fff;
    font-family: 'davcondensedCnBold', sans-serif;
    float: left;
    display: inline-block;
    margin: 30px 25px;
}
.content-audio-internal i {
    color: #fff;
    font-size: 80px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    left: 0;
    text-align: center;
    right: 0;
    top: 0;
    left: -15px;
}
.img-premio span{
    z-index: 1;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    line-height: 1;
    padding: 10px 0;
    font-size: 30px;
    font-family: 'davcondensedCnBold', sans-serif;
}



/* KIT DE PRENSA */

.content-kit {
    background-color:#ED1C27 ;
    color:#fff;
}
.content-kit p {
    font-size: 20px;
    margin: 0;
}
.content-kit .card-title {
    color:#fff;
    font-size: 25px;
   font-family: 'davcondensedCnBold', sans-serif;
}
.content-kit i {
    font-size: 18px;
    margin: 0 5px;
}
.content-kit a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    float: right;
    border-radius: 12px !important;
}
.content-kit:hover .card-title {
    text-decoration: none;
}
/* MODALS */
.text-video-modal i{
    color:#ED1C27 ;
}
.text-video-modal .card-title{
    color:#231F20 ;
    margin-bottom: 0;
}
.btn-download-kit {
    color:#ED1C27 !important;
    font-size: 13px !important;
    font-family: 'davcondensedCnBold', sans-serif;
}
.item:hover > .text-video-modal i {
    color:#fff;
}


.btn-collapse-display {
    display: block;
    background: #ee1c27;
    font-size: 25px;
    color: #fff;
    font-family: 'davcondensedCnBold', sans-serif;
    border: none;
    text-indent: 25px;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: #ee1c27 !important;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    /* background-color: #ee1c27 !important; */
}
.btn-primary:hover {
    background-color: #ee1c27 !important;
}
.read-display{}

.read-display {
    display: block !important;
}
.icon-padding {
    display: none;
}


/* ESTILOS PARA EL TEXTO EN ARTICULO Y NOTICIA */


.text-color-display { /* CLASE QUE SE AGREGA AL MODO ALTO CONTRASTE- Se agrega a la clase "content-news" */
    color: rgb(0 0 0 / 100%) !important;
}


/* INCREMENTAR TEXTOS */
/* .info-article-internal h2 {
    font-size: 44px;
}
.info-article-internal p {
    font-size: 24px;
}
.info-article-internal h4 {
    font-size: 34px;
} */
.t-decoration {
    text-decoration: none !important;
}
.bg-gift {
    background: #ED1C27;
}
.nav-link {
    transition: none;
    /* transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s; */
}
.nav-link.active-link {
    color: #ED1C27 !important;
    box-sizing: border-box !important;
    letter-spacing: -1px;
    font-family: 'davcondensedCnBold', sans-serif;
}
.nav-link:focus, .nav-link:hover {
    font-family: 'davcondensedCnBold', sans-serif;
    color: #ED1C27 !important;
    box-sizing: border-box !important;
    letter-spacing: -1px;
}

.content-account .content-language button:hover, .content-account .content-session button:hover {
    /* font-family: 'davcondensedCnBold', sans-serif; */

}
.content-account .content-language button:hover {
    color: #ED1C27;
}
#langange {
    margin: 15px 10px;
}
.content-slide {
    width: 100%;
}
.content-slide img {

}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    background-color: transparent !important;
}
.carousel-inner {
    margin: 80px 0 0 0;
}
.modal-content {
    border-radius: 18px;
    border: none;
}
.btn-check:focus {

}
a:-webkit-any-link:focus-visible {
    outline: none !important;
}
.play {
    width:70px !important;
}
.owl-prev {
    position: absolute;
    left: -80px;
    background:transparent !important;
}
.owl-next {
    position: absolute;
    right: -80px;
    background:transparent !important;
}
.content-info-video:after {
    content: '';
    position: absolute;
    background: url(../img/reproducir.png);
    width: 70px;
    height: 70px;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: calc(100% - 0.25em);
}
.content-multimedia .owl-next {
    position: absolute;
    right: -80px;
    background-color: ;
}
.content-multimedia .owl-dots {
    display: none;
}
.card-tittle-video {
    height: auto !important;
}
.content-video .play-w {
    display: none !important;
}
.content-video:hover .play-w {
    display: block !important;
}
.content-video:hover .play-r {
    display: none !important;
}
.audiooo {
    background-color: transparent;
    background: transparent;
}
.close-player {
    z-index: 260;
    background: none;
    position: absolute;
    right:8%;
    top: -18px;
    border: none;
}
.btn-filter {
    background: #EAEAEA;
    color: #231F20;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    padding-top: 10px;
    border: 2px solid #EAEAEA !important;
    text-transform:uppercase;
}

.btn-filter:hover {
    background: #ED1C27 !important;
    color: #fff;
    border: 2px solid #ED1C27 !important;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #ED1C27;
    color: #fff !important;
    border:2px solid #ED1C27 !important;
}
.alert-warning {
    border: none;
}
.alert-warning h1 {
    font-family: 'davcondensedCnBold', sans-serif;
    font-size: 48px;
}
.alert-warning h3 {
    font-size: 40px;
}
.notification {
    background: #fff;
    border-radius: 10px;
    color: #808080;
}


audio::-webkit-media-controls-play-button{
    color:#fff;
}
audio::-webkit-media-controls-play-button{
    color:#fff !important;
}
audio:hover {
    filter:drop-shadow(2px 3px 3px rgba(51, 51, 51, 0.34));
}

audio::-webkit-media-controls-panel {
    background: #ebebeb ;
    box-shadow: 0 0 10px #333;
}
