@font-face {
    font-family: 'Noto Sans Display';
    src: url('../font/NotoSansDisplay-Light.woff') format('woff2'),
        url('../font/NotoSansDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Display';
    src: url('../font/NotoSansDisplay-Regular.woff2') format('woff2'),
        url('../font/NotoSansDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------
  Import Google Web Font
---------------------------------*/
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700'); */

/* ------------------------------
  General
---------------------------------*/
body {
	margin: 0;
	font-size: 16px;
/*  font-family: 'Noto Sans Display', sans-serif;*/
  font-family: 'utopia-std', sans-serif;
	background: #fff;
    /* background: #192d51; */
	background-size: cover;
	color: #787878;
	font-weight: 300;
}

.navbar{
    border-bottom: 1px solid #f0f0f0bd;
    height: 45px;
    width: 100%;
    padding: 5px 18px;
    box-shadow: 1px 7px 18px 5px rgb(0 0 0 / 25%);
}

.bg-dark {
	background-color: #173160!important;
}

.brandMenu{
	display: flex;
}

ul.menu{
	display: flex;
    margin: 0;
	padding: 0;
    list-style: none;
	align-items: center;
}

ul.menu li{
	border-right: 1px solid rgb(209, 209, 209);
    height: 20px;
    display: flex;
    align-items: center;
	padding: 0 0.6rem;
}

ul.menu li a{
	font-size: 0.7rem;
    letter-spacing: 1px;
	text-decoration: none;
	color: #bdbdbd;
	text-transform: uppercase;
}

ul.menu li a.active{
	font-size: 0.89rem;
    letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 2px solid #3498db;
	position: relative;
}

/* ul.menu li a.active:after{
	position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #3498db transparent;
    transform: rotate(180deg);
    top: 21px;
    left: 12px;
} */

.infoAdd{
	width: 100%;
	height: 200px;
    background-color: #e8e8e8;
    border: 1px solid silver;
}

.infoAdd__300-600{
    width: 300px;
    height: 600px;
    margin: 0 auto;
    background-color: #e8e8e8;
    border: 1px solid silver;
}

.infoAdd__300-200{
    width: 300px;
    height: 200px;
    margin: 0 auto;
    background-color: #e8e8e8;
    border: 1px solid silver;
}

.infoAdd__160-600{
    width: 160px;
    height: 600px;
    margin: 0 auto 1rem auto;
    background-color: #e8e8e8;
    border: 1px solid silver;
}

.infoAdd__90-728{
    width: 728px;
    height: 90px;
    margin: 0 auto 1.5rem auto;
    background-color: #e8e8e8;
    border: 1px solid silver;
}

.text-bg-dark {
    color: #fff!important;
    background-color: rgba(52,152,219,1)!important;
}

/* li.nav-item {
    border-bottom: 1px solid #fff;
} */

li.nav-item a {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.89);
    transition: 0.3s all ease-in-out;
}

li.nav-item a:hover {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
}

li.btn-group a {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.89);
    transition: 0.3s all ease-in-out;
}

li.btn-group a:hover {
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
}
.pronostico span{
	border-bottom: 1px solid #fff;
	padding-bottom: 0.4rem;
}

.pronostico a{
	color: #fff;
    text-decoration: none;
    padding-top: 0.7rem;
    padding-bottom: 0rem;
    letter-spacing: 1px;
    font-size: 0.89rem;
}

.contentInfoUltimasNoticias img{
	object-fit: cover;
	width: 100%;
	height: 250px;
}

.contentInfoUltimasNoticias{
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.contentInfoUltimasNoticias:after{
	content:'';
	width: 100%;
	height: 320px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.19) 0%, rgba(0,0,0,1) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.contentInfoUltimasNoticias__info{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	/* padding: 0 1.5rem 1.5rem 1.5rem; */
    padding: 0 2.5rem 1.5rem 3.5rem;
	z-index: 2;
}

.contentInfoUltimasNoticias__info .category{
    /* background: grey; */
    padding: 0;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 0.8rem;
    font-weight: lighter;
}

.contentInfoUltimasNoticias__info h2{
	color: #fff;
    /* letter-spacing: 1px;
    font-size: 0.89rem;
    line-height: 15px; dddddddd*/

}

.contentInfoUltimasNoticias__info h2 a{
    color: #fff;
    text-decoration: none;
    font-size: 0.89rem;
    font-weight: lighter;
    line-height: 20px;
    margin-bottom: 1rem;
    display: block;
    font-family: utopia-std,serif;
    font-weight: 600;
    font-style: normal;
}

.category{
    /* background: grey; */
    /* background:#3498db; */
    padding: 0.3rem 0.5rem;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 0.8rem;
	font-weight: lighter;
    color: #fff!important;
    font-size: 1rem;
}
.category a{
	color: #fff;
	text-decoration: none;
	font-weight: 400;
    font-size: 0.89rem!important;
}

.headerSection .category a{
    color: #000!important;
    text-decoration: none;
    font-size: 15px!important;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 700!important;
}

time{
	color: #fff;
	font-weight: 400;
	font-size:0.8rem;
	font-weight: lighter;
	letter-spacing: 1px;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: rgb(96, 96, 96);
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev {
    left: 93%;
    top:100%;
    background: #3498db;
    width: 30px;
    height: 30px;
    padding: 0.3rem;
    border-radius: 100%;

}

.carousel-control-next {
    right: 0;
    top:100%;
	background: #3498db;
    width: 30px;
    height: 30px;
    padding: 0.3rem;
    border-radius: 100%;

}

/* .bgGrey{




} */

.bgBlue{
	background-color: #3498db;
}

/* NUEVOS COLORES  */

    .background-lo-ultimo_primary{background: #3498db!important;}
    .border-top-lo-ultimo_primary{border-top: 1px solid #3498db!important;}
    .border-bottom-lo-ultimo_primary{border-bottom: 1px solid #3498db!important;}
    .color-text-lo-ultimo_primary{color:#3498db!important;}

    .background-nacional_primary{background: #8E4B2D!important;}
    .border-top-nacional_primary{border-top: 1px solid #8E4B2D!important;}
    .border-bottom-nacional_primary{border-bottom: 1px solid #8E4B2D!important;}
    .color-text-nacional_primary{color:#8E4B2D!important;}

    .background-educacion_primary{background: #8E4B2D!important;}
    .border-top-educacion_primary{border-top: 1px solid #8E4B2D!important;}
    .border-bottom-educacion_primary{border-bottom: 1px solid #8E4B2D!important;}
    .color-text-educacion_primary{color:#8E4B2D!important;}

    .background-internacional_primary{background: #FFDC4C!important;}
    .border-top-internacional_primary{border-top: 1px solid #FFDC4C!important;}
    .border-bottom-internacional_primary{border-bottom: 2px solid #FFDC4C!important;}
    .color-text-internacional_primary{color:#FFDC4C!important;}

    .background-salud_primary{background: #4FB5FF!important;}
    .border-top-salud_primary{border-top: 1px solid #4FB5FF!important;}
    .border-bottom-salud_primary{border-bottom: 1px solid #4FB5FF!important;}
    .color-text-salud_primary{color:#4FB5FF!important;}

    .background-politica_primary{background: #F17C28!important;}
    .border-top-politica_primary{border-top: 1px solid #F17C28!important;}
    .border-bottom-politica_primary{border-bottom: 1px solid #F17C28!important;}
    .color-text-politica_primary{color:#F17C28!important;}

    .background-economia_primary{background: #000!important;}
    .border-top-economia_primary{border-top: 1px solid #000!important;}
    .border-bottom-economia_primary{border-bottom: 1px solid #000!important;}

    .color-text-policial_primary{color:#000!important;}

    .background-agricultura_primary{background: #000!important;}
    .border-top-agricultura_primary{border-top: 1px solid #000!important;}
    .border-bottom-agricultura_primary{border-bottom: 1px solid #000!important;}
    .color-text-agricultura_primary{color:#000!important;}


    .background-policial_primary{background: #2C40FF!important;}
    .border-top-policial_primary{border-top: 1px solid #2C40FF!important;}
    .border-bottom-policial_primary{border-bottom: 1px solid #2C40FF!important;}
    .color-text-policial_primary{color:#2C40FF!important;}

    .background-judicial_primary{background: #2C40FF!important;}
    .border-top-judicial_primary{border-top: 1px solid #2C40FF!important;}
    .border-bottom-judicial_primary{border-bottom: 1px solid #2C40FF!important;}
    .color-text-judicial_primary{color:#2C40FF!important;}



    .background-cultura_primary{background: #7E7BF2!important;}
    .border-top-cultura_primary{border-top: 1px solid #7E7BF2!important;}
    .border-bottom-cultura_primary{border-bottom: 1px solid #7E7BF2!important;}
    .color-text-cultura_primary{color:#7E7BF2!important;}

    .background-panorama_primary{background: #7E7BF2!important;}
    .border-top-panorama_primary{border-top: 1px solid #7E7BF2!important;}
    .border-bottom-panorama_primary{border-bottom: 1px solid #7E7BF2!important;}
    .color-text-panorama_primary{color:#7E7BF2!important;}

    .background-cronica_ciudadana_primary{background: #7E7BF2!important;}
    .border-top-cronica_ciudadana_primary{border-top: 1px solid #7E7BF2!important;}
    .border-bottom-cronica_ciudadana_primary{border-bottom: 1px solid #7E7BF2!important;}
    .color-text-cronica_ciudadana_primary{color:#7E7BF2!important;}

    .background-opinion_primary{background: #B7C0CB!important;}
    .border-top-opinion_primary{border-top: 1px solid #B7C0CB!important;}
    .border-bottom-opinion_primary{border-bottom: 2px solid #B7C0CB!important;}
    .color-text-opinion_primary{color:#B7C0CB!important;}

    .background-editorial_primary{background: #B7C0CB!important;}
    .border-top-editorial_primary{border-top: 1px solid #B7C0CB!important;}
    .border-bottom-editorial_primary{border-bottom: 1px solid #B7C0CB!important;}
    .color-text-editorial_primary{color:#B7C0CB!important;}

    .background-deportes_primary{background: #F03C4B!important;}
    .border-top-deportes_primary{border-top: 1px solid #F03C4B!important;}
    .border-bottom-deportes_primary{border-bottom: 1px solid #F03C4B!important;}
    .color-text-deportes_primary{color:#F03C4B!important;}

    .background-emprendimiento_primary{background: #36B876!important;}
    .border-top-emprendimiento_primary{border-top: 1px solid #36B876!important;}
    .border-bottom-emprendimiento_primary{border-bottom: 1px solid #36B876!important;}
    .color-text-emprendimiento_primary{color:#36B876!important;}
/* NUEVOS COLORES  */





.headerSection{
	width: 100%;
	height: auto;
	/* background: red; */
}

.headerSection .category{
    padding: 0.8rem 1.5rem;
    display: inline-block;
    border-radius: 3px 3px 0 0;
	font-weight: lighter;
	margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bodySection{
	width: 100%;
	height: auto;
    /* border-top: 1px solid #eaeaea; */
    /* box-shadow: 0px 0px 3px rgb(0 0 0 / 18%); */
	/* background: purple; */
}

/* cardSection */
.rowFlex__cinco{
    display: flex;
}

.rowFlex__cinco .cardSection{
    width: 20%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* background: #f8f8f8; */
    margin: 1rem 0;
    /* box-shadow: 0px 0px 6px rgb(0 0 0 / 18%); */
    /* border-radius: 5px; */
    position: relative;
    border-right: 1px solid grey;
}
.cardSection{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* background: #f8f8f8; */
    margin: 1rem 0;
    /* box-shadow: 0px 0px 6px rgb(0 0 0 / 18%); */
    /* border-radius: 5px; */
    position: relative;
    /* border-right: 1px solid grey; */
}

.cardSection img{
    object-fit: cover;
    width: 100%;
    height: 135px;
    margin: 0;
}

.cardSection__text .category{
    border-bottom: 1px solid #000;
    background: transparent;
    padding: 0.01rem 0 0.2rem;
    display: block;
    border-radius: 0;
    margin-bottom: 0.5rem;
}

.cardSection__text .category a{
    color: rgb(0, 0, 0)!important;
	text-decoration: none;
	font-weight: 400;
    font-size: 12px!important;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cardSection__text{
    /*padding: 0 1rem;*/
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin-bottom: 1rem;
}

.cardSection__text h2{
    color: #27313B;
    font-size: 21px;
    line-height: 22px;
    /* margin:1rem 0 0 0; */
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
}

.cardSection__text h2 a{
	color: #27313B;
	text-decoration: none;
}

.cardSection__text time{
	color: #27313B;
	font-weight: 400;
	font-size: 12px;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.dateShare span{
	color: #27313B;
	font-weight: 400;
	font-size: 12px;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.dateShare span i{
	margin-right: 0.3rem;
}

.dateShare span a{
	color: #27313B;
	font-weight: 400;
	font-size: 12px;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.section-gran-titular .article.main-article .article-image:before {
    content: "";
    display: block;
    padding-top: 52.8378378378%;
}

.section-gran-titular .article.main-article .article-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 0;
    color: #27313B;
}

.article.main-article .article-image {
    margin-bottom: 0;
    position: relative;
}

.article .article-image {
    margin-bottom: 12px;
    position: relative;
}

.article .article-image, .image-cover {
    background-position: 50%;
    background-size: cover;
}

.article.main-article .article-text-container {
    background-color: #fff;
    padding: 25px 15px 15px 25px;
    margin: -19px 8px 0;
    position: relative;
    z-index: 1;
    border-radius: 3px 3px 0;
}



.carousel-indicators .active {
    opacity: 1;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height:10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #50c3f7!important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
    /* border: 2px solid #173160; */
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom:0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -2rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-inner a{
    text-decoration: none;
    color: #333;
  /*  color: #8f8f8f;*/
  /*  font-size: 1.3rem;*/
    font-size: 21px;
}

.bottom-separator {
    position: relative;
}

.bottom-separator:after {
    background: linear-gradient(#2b73b4,#2b73b4) 100%/55px 3px no-repeat ,linear-gradient(rgba(0,16,194,.1),rgba(0,16,194,.1)) 0/100% 1px no-repeat;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

#carouselIndicatorsEdicionImpresa img{
    /* width: 100%!important; */
    margin: 0 auto;
}

.card{
    border: 1px solid transparent!important;
}

.card-img-top {
    border-top-left-radius: 3px!important;
    border-top-right-radius: 3px!important;
    border-bottom-right-radius: 3px!important;
    border-bottom-left-radius: 3px!important;
}

.logoHeader{
    display: flex;
    justify-content:space-around;
    align-items: center;
    background-color: #fff;
    max-width: 100%;
    margin: 0 auto;
}

.logoHeader__date{
    width: 33.333%;
    height: auto;
    overflow: hidden;
    text-align: right;
}

.logoHeader__date p{
    margin: 0 1rem 0 0;
    padding: 0;
    /* border: 1px solid red; */
    height: 20px;
    font-size: 0.79rem;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;

}

.logoHeader__img{
    width: 33.333%;
    height: auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.logoHeader__img img{
    width: 60%;
    background: #FFF;
    position: relative;
    z-index: 1;
    padding: 1rem;
}
/*
.logoHeader__img:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 41px;
    background-color: #80808038;
    z-index: 0;
    left: 0;
}
*/

.logoHeader__redes{
    width: 33.333%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 0 0 1rem;
}

.logoHeader__redes-content{
    width: 100%;
    height: 35px;
    /* display: flex;
    align-items: center;
    justify-content: end; */
}

/* .logoHeader__date,.logoHeader__img,.logoHeader__redes, .logoHeader__redes-content{
    border: 1px solid red;
} */

.logoHeader__redes a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.3rem;
    text-decoration: none;
    border-radius: 100%;
    background: #69bff9;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.logoHeader__redes a:hover{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.3rem;
    text-decoration: none;
    border-radius: 100%;
    background: #4471c6;
    color: #fff;
}

.cardContentMedios{
    background: #e5f4ff;
    border-radius: 0.3rem;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    border: 1px solid #d5dde2;
    box-shadow: 0px 1px 6px rgb(0 0 0 / 14%);
}



.cardContentMedios img{
    width: 100%;
    height: 70px;
}



.cardContentMedios .pronostico{
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 0.5rem;
    margin: 0;
    width: 90%;
    background-color: transparent;
}

.cardContentMedios .pronostico h5{
    text-align: center;
    border-bottom: 1px solid #3498db75;
    padding: 0;
    margin: 0 0 2px 0;
    color: #4d85c6;
    font-size: 1.3rem;
}
.cardContentMedios .pronostico span{
    border-bottom: 1px solid #3498db75;
	margin: 0 0 2px 0;
    padding: 0;
    color: #4d85c6;
    font-size: 0.8rem;
}

.cardContentMedios .pronostico a{
	color: #4d85c6;
    text-decoration: none;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 0.89rem;
}

/* NEWS LATTER */
.newslatter {
    width: 268px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0;
    position: fixed;
    right: -211px;
    background: #236897;
    padding: 0.5rem 0.8rem;
    border-radius: 10px 0 0 10px;
    top: 443px;
    z-index: 6001;
}

.newslatter a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.89rem;
}

/* #2c7fb7 */
.newslatter:hover {
    width: 268px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0;
    position: fixed;
    right: 0;
    background: #2c7fb7;
    padding: 0.5rem 0.8rem;
    border-radius: 10px 0 0 10px;
}

.newslatter img{
    width: 40px;
    margin: 0 3px 0 0;
}
/* NEWS LATTER */

.radio {
    width: 220px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0;
    position: fixed;
    right: -164px;
    background: #236897;
    padding: 0.5rem 0.8rem;
    border-radius: 10px 0 0 10px;
    top: 557px;
    z-index: 6001;
}

.radio a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.89rem;
}

/* #2c7fb7 */
.radio:hover {
    width: 220px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0;
    position: fixed;
    right: 0;
    background: #2c7fb7;
    padding: 0.5rem 0.8rem;
    border-radius: 10px 0 0 10px;
}

.radio img{
    width: 40px;
    margin: 0 3px 0 0;
}


.edicionImpresa {
    width: 197px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0;
    position: fixed;
    right: -141px;
    background: #236897;
    padding: 0.5rem 0.8rem;
    border-radius: 10px 0 0 10px;
    top: 500px;
    z-index: 6001;
}

.edicionImpresa a{
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.89rem;
}

.edicionImpresa:hover {
    width: 197px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin: 0;
    position: fixed;
    right: 0;
    background: #2c7fb7;
    padding: 0.5rem 0.8rem;
    border-radius: 10px 0 0 10px;
}

.edicionImpresa img{
    width: 40px;
    margin: 0 3px 0 0;
}


.redesComunidad{
    width: 100%;
    height: 35px;
    background-color: #3498db;
}

ul.opcionesRedes{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.opcionesRedes li{
    margin: 0;
    padding: 0;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ffffff78;
}

ul.opcionesRedes li a{
    margin: 0;
    padding: 0 1rem;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.89rem;
}

.otro{
    display: flex;
    justify-content:start;
    align-items: center;
}

#live-latribuna {
    margin-bottom: 15px;
    position: relative;
}

#online_laTribuna{
    border-radius:0.5rem;
    background-color: #e8eff5;
    padding:0;
    margin: 0 0 1rem 0;
}

#online_laTribuna iframe{
    border-radius: 3px;
  /*  padding: 2.5rem 0 0.8rem 0;*/
}

.containerIframe {
	position: relative;
	width: 100%;
	overflow: hidden;
	 /*padding-top: 25.5%;  8:5 Aspect Ratio */
  }
.containerIframePost {
	position: relative;
	width: 100%;
	overflow: hidden;
	 height: 260px;
  }
/*
.responsive-iframe {
	position: absolute;
    top: 2px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}*/


.contentCardOption {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.cardOption {
    width: 20%;
    height: auto;
    overflow: hidden;
    margin: 1rem;
    padding: 1rem 0 0 0;
}

ul.dropdown-menu.show {
    padding: 0;
    overflow: hidden;
}

@media (max-width: 600px) {
    .contentCardOption {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .cardOption {
        width: 31%;
        height: auto;
        overflow: hidden;
        /* padding: 1rem 0.5rem; */
        padding: 0;
        margin: 0 2px;
    }
    .cardOption img {
        width: 30px;
        height: auto;
        margin-top:10px
    }
    .cardOption h5 {
        font-size: 1rem!important;
    }
}

#online_laTribuna .category {
    /*background: #0000001f;*/
    padding: 0.3rem 0.5rem;
    display: block;
    border-radius: 3px;
    /*margin-bottom: 0.8rem;*/
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
    color: #000!important;
    font-size: 1rem;
    top: 0;
    position: static;
    width: 100%;
    font-weight: 400;
}

.footer {
    /* border-top: 5px solid #005996; */
    background: #003168;
    padding: 35px 0;
    position: relative;
}

#top {
    width: 62px;
    height: 60px;
    border-radius: 100%;
    background: #0093C4;
    border: 5px solid rgb(87 166 219);
    position: fixed;
    bottom: 20px;
    right: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
}



#top a i{
    color: #fff;
}

.about-us-foot {
    text-align: center;
    color: #eee;
    margin-bottom: 1rem;
}

.about-us-foot img {
    max-width: 60%;
    margin-bottom: 1rem;
}

.footer ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count: 2;
    column-gap: 1rem;
}

.footer ul li {
    list-style: none;
    border-bottom: 1px solid #ffffff4d;
    padding: 0.5rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

}

.footer ul li a:hover {
    color:#63b6ed;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.social-media {
    text-align: left;
    margin: 16px 0 0;
    padding-bottom: 20px;
}

.social-media a {
    margin: 0 3px;
}

.copyright {
    text-align: center;
    padding: 20px 0 0 0;
}

.copyright span {
    color: #eeeeee;
    text-align: center;
}

.social-media a i {
    text-align: center;
    color: #ffffff;
    border: 2px solid #ffffffbd;
    height: 30px;
    width: 30px;
    margin: auto;
    border-radius: 50%;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    background: transparent;
}

.social-media a i:hover {
    text-align: center;
    color: #ffffff;
    border: 2px solid #ffffffbd;
    height: 40px;
    width: 40px;
    margin: auto;
    border-radius: 50%;
    line-height: 38px;
    background:#3498db ;
}


.footer ul li i {
    color: #fff;
    width: 30px;
    height: 30px;
    /* border: 1px solid #fff; */
    border-radius: 100%;
    margin-right: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.siguenos{
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
}

.radio__footer{
    width: 100%;
    height: auto;
}
.radio__footer img{
    width: 50%!important;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0.7;
}

.pr__periodistica{
    width: 100%;
    height: auto;
    text-align: center;
}
.pr__periodistica img{
    width: 35%!important;
    height: auto;
    margin: 0 auto;
    padding: 0;
    opacity: 1;
}

.la__tribuna{
    width: 100%;
    height: auto;
    text-align: center;
}
.la__tribuna img{
    width: 80%!important;
    margin: 0 auto;
    padding: 0;
    opacity: 1;
    height: 100px;
    display: flex;
    align-items: flex-end;
}

.san__cristobal{
    width: 100%;
    height: auto;
    text-align: center;
}

.san__cristobal img{
    width:60%!important;
    margin: 0 auto;
    padding: 0;
    opacity: 1;
    height: 100px;
    display: flex;
    align-items: flex-end;
}

.agencia__mediaChile img{
    width: 70%!important;
    margin: 0 auto;
    padding: 0;
    opacity: 1;
    height: 100px;
    display: flex;
    align-items: flex-end;
}

.agencia__mediaChile{
    width: 100%;
    height: auto;
    text-align: center;
}



.fixed-redes {
    position: fixed;
    top: 80px;
    z-index: 999;
    width: 100%;
}

.share-tool .icono-compartir {
    background-color: #aebadf;
}

.share-tool .icono-compartir {
    border-radius: 50%;
    background-color: rgba(0,0,0,.33);
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

#post .share-tool .icono-compartir, #autor .share-tool .icono-compartir {
    border-radius: 50%;
    background-color: rgba(0,0,0,.33);
    color: #fff;
    width: 22px;
    height: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.icono-compartir {
    background-image: url('./../img/compartir.svg');
    background-repeat: no-repeat;
    background-position: center;
}

#post .icono-compartir {
    background-image: url('./../img/compartir.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.share-tool .despliega-redes {
    background-color: #959595;
    float: left;
    position: absolute;
    right: 0;
    top: -15px;
    padding: 5px;
    border-radius: 2px;
    opacity: 0;
    align-items: flex-start;
    height: 30px;
    display: none;
}

#post .share-tool .despliega-redes {
    background-color: #959595;
    float: left;
    position: absolute;
    right: 0;
    top: -5px;
    padding: 5px;
    border-radius: 2px;
    opacity: 0;
    align-items: flex-start;
    height: 30px;
    display: none;
}

.share-tool .despliega-redes a{
    margin: 0 0.2rem;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
}


#post .share-tool .despliega-redes a, #autor .share-tool .despliega-redes a{
    margin: 0 0.2rem;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
}

.share-tool {
    cursor: pointer;
    cursor: hand;
    position: relative;
    height: 20px;
    min-width: 30px;
}

#post .share-tool, #autor .share-tool {
    cursor: pointer;
    cursor: hand;
    position: relative;
    height: 20px;
    min-width: 30px;
}

.share-tool:hover>.despliega-redes {
    display: flex;
    opacity: 1;
    -webkit-transform: scale(1) translateX(-30px);
    -moz-transform: scale(1) translateX(-30px);
    -o-transform: scale(1) translateX(-30px);
    transform: scale(1) translateX(-30px);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 99;
    align-items: center;
}

#post .share-tool:hover>.despliega-redes, #autor .share-tool:hover>.despliega-redes {
    display: flex;
    opacity: 1;
    -webkit-transform: scale(1) translateX(-30px);
    -moz-transform: scale(1) translateX(-30px);
    -o-transform: scale(1) translateX(-30px);
    transform: scale(1) translateX(-30px);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: 99;
    align-items: center;
}


.share-tool .despliega-redes:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 8px;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 7px;
    border-top-width: 7px;
    border-left: 7px solid #959595;
}

#post .share-tool .despliega-redes:after, #autor .share-tool .despliega-redes:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 8px;
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 7px;
    border-top-width: 7px;
    border-left: 7px solid #959595;
}

.dateShare {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*padding: 0 1rem 1rem 1rem;*/
    position: absolute;
    bottom: 0;
}

#post .dateShare, #autor .dateShare {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 0.5rem 0.5rem 0.5rem;
    border-bottom: 2px solid #efefef;
    font-size: 1.1rem;
    position:static;
}

#post .dateShare span i, #autor .dateShare span i {
 margin-right:0.5rem;
}


.dateShareRight {
    display: flex;
    justify-content:flex-end;
    width: 100%;
}



header {
    background: #fff;
}

.btn-group {
    border-radius:0;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.container__footer{
    max-width: 70%;
    height: auto;
    overflow: hidden;
    margin: 1rem auto;
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.container__footer-col{
    width: 33.3333333333%;
    height: auto;
    border: 1px solid red;
    padding: 0 1rem;
}


@media ( min-width: 800px ) {

    ul.dropdown-menu.show li{
        color: #000;
        text-transform: none;
        padding: 0;
        height: auto;
    }

    ul.menu li a{
        font-size: 0.89rem;
        letter-spacing: 1px;
        text-decoration: none;
        color: #bdbdbd;
        text-transform: uppercase;
    }

    ul.dropdown-menu.show li a.dropdown-item{
        color: #000;
        text-transform: none;
    }

    ul.dropdown-menu.show li {
        color: #000;
        text-transform: none;
        padding: 0;
        height: auto;
        border-bottom: 1px solid #e9e9e9;
    }

    ul.dropdown-menu.show li:last-child {
        color: #000;
        text-transform: none;
        padding: 0;
        height: auto;
        border-bottom: 1px solid transparent;
    }

    .containerAddSticky{
        max-width: 1200px;
        margin: 0 auto;
    }
    .contentInfoUltimasNoticias__info h2 a{
        color: #fff;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 1rem;
        display: block;
        letter-spacing: 1px;
    }

    .logoHeader__img img {
        width: 100%;
        background: #FFF;
        position: relative;
        z-index: 1;
        padding: 1rem;
    }

    #logo{
        display: none;
    }
}
@media (max-width: 1366px) {
    .contentInfoUltimasNoticias__info h2 a{
        color: #fff;
        text-decoration: none;
        font-size: 0.89rem;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 1rem;
        display: block;
        letter-spacing: 1px;
    }
    .logoHeader__img img {
        width: 100%;
        background: #FFF;
        position: relative;
        z-index: 1;
        padding: 1rem;
    }

    .navbar-brand{
        width: 105px;
    }

}

@media (max-width: 992px){

    .about-us-foot img {
        max-width: 25%;
        margin-bottom: 1rem;
    }
    .container {
        max-width: 100vw;
    }
    .siguenos {
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        margin-top: 22px;
        text-align: center;
    }
    .social-media {
        text-align: center;
        margin: 16px 0 0;
        padding-bottom: 20px;
    }

    .radio__footer {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .radio__footer img {
        width: 30%!important;
        height: auto;
        margin: 0;
        padding: 0;
        opacity: 0.7;
    }

    .footer ul li {
        list-style: none;
        border-bottom: 1px solid #ffffff4d;
        padding: 0.5rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer .container {
        max-width: 70vw;
    }

    .footer ul {
        width: 100%;
        height: auto;
        overflow: hidden;
        list-style: none;
        margin: 0 0 2rem 0;
        padding: 0;
        -moz-column-count: 2;
        -moz-column-gap: 0px;
        -webkit-column-count: 2;
        -webkit-column-gap: 0px;
        column-count: 1;
        column-gap: 1rem;
    }

    .navbar ul.navbar-nav .btn-group{
        position: relative;
        display: flex;
        flex-direction: column;
    }

    ul.dropdown-menu.show {
        padding: 0;
        overflow: hidden;
        width: 96vw;
        border-radius: 0;
        background: transparent;
        border: none;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 3px 0 3px 10px;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #ffffff26;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 3px 0 3px 10px;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #ffffff26;
        font-size: 1rem;
    }

    .dropdown-item:hover{
        color: #6cbef6;
    }

    .navbar ul.navbar-nav{
        width: 96vw;
    }

    .navbar ul.navbar-nav li.nav-item{
        border-bottom: 1px solid #ffffff42;
    }

    .navbar ul.navbar-nav li.btn-group{
        border-bottom: 1px solid #ffffff42;
    }

    ul.dropdown-menu.show li:last-child a.dropdown-item{
        border-bottom: none;
    }



}

/* @media only screen and (min-width: 530px) and (max-width: 991px){
    header .navbar-collapse {
        background: #043f77 !important;
        position: absolute;
        left: 0px!important;
        top: 76px!important;
        width: 100%;
        margin: 0px 0px 0px 0px!important;
        z-index: 999;
        padding: 0rem 0 0 1rem;
    }

    .logoHeader{
        display: none;
    }

    ul.opcionesRedes li a {
        margin: 0;
        padding: 0 1rem;
        text-decoration: none;
        color: #fff;
        letter-spacing: 0;
        font-size: 0.89rem;
    }
    #logo{
        display: block;
    }


} */


@media (max-width: 768px){
    .post-main {
        margin-right:auto!important;
        margin-left:auto!important;
        max-width: 100vw!important;
        width: 100%!important;
        /* padding: 0 1rem!important; */
        /* border: 1px solid red; */
        height: auto;
        overflow: hidden;
    }
    .post__content{
        padding: 0 1rem;
    }
    #top {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: #0093C4;
        border: 2px solid rgb(87 166 219);
        position: fixed;
        /* bottom: 200px; */
        bottom: 167px;
        right: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 1rem;
    }
}


/* CSS SINGLE */


.main-top-container {
    display: flex;
}

.main-top-container > div:first-child {
    flex: 1 0 100%;
}

.main-top-container .ad-aside {
    flex: 0 0 160px;
    margin-right: 30px;
    max-width: 160px;
    margin-top: 30px;
}

.infoAdd__728-90 {
    width: 728px;
    height: 90px;
    margin: 30px auto 1rem auto;
    background-color: #e8e8e8;
    border: 1px solid silver;
}

.article-container{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.post__content h1{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    color: #27313B;
    font-family: utopia-std,serif;
    font-weight: 400;
    font-style: normal;
}

.post-main-aside-container{
    display: flex;
}
.post-main {
    margin-right: 30px;
    max-width: 730px;
    width: 100%;
    /* border: 1px solid red; */
    height: auto;
    overflow: hidden;
}
.post-aside {
    max-width:300px;
}

#post .post-image {
    position: relative;
    background-position: 50%;
    background-size: cover;
}

#post .post-image:before {
    content: "";
    display: block;
    padding-top: 52.7397260274%;
}

#post .post-main p {
    font-size: 1.1rem;
    line-height: 1.9rem;
    margin-bottom: 1rem;
    font-weight: 400;
    word-break: break-word;
    letter-spacing: .1px;
}

#post .post-main a {
    color: #3498db;
    text-decoration: underline;
}

#post .post-main .despliega-redes a, #autor .post-main .despliega-redes a {
    color: #ffffff;
    text-decoration: underline;
}



#post .post-main img {
    width: 100%;
    /*height: 380px;*/
    margin-bottom: 1rem;
    margin-top: 1rem;
    object-fit: cover;
}

#post .post-main .carousel.slide img {
    width: 100%;
    height: auto;
    /* margin-bottom: 1rem;
    margin-top: 1rem; */
    object-fit: cover;
}

#post .post-main .carousel.slide .carousel-control-prev {
    left: 0;
    top: 160px;
    background: #3498db;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

#post .post-main .carousel.slide .carousel-control-next {
    right: 0;
    top: 160px;
    background: #3498db;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

#post .post-main .carousel.slide .carousel-control-next-icon, #post .post-main .carousel.slide .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50%;
}

.embed cite {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 25px;
    padding: 1rem 2rem;
    margin-bottom: 0.8rem;
    display: block;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
}

.bottom-separator {
    position: relative;
}

.bottom-separator:after {
    background: linear-gradient(#2b73b4,#2b73b4) 100%/55px 3px no-repeat ,linear-gradient(rgba(0,16,194,.1),rgba(0,16,194,.1)) 0/100% 1px no-repeat;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.embed {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 1.5rem 0;
}


.embed ul, .embed ol {
    width: 100%;
    padding: 0 2.5rem 0 2.5rem;
  /*  margin: 2.5rem 0 2.5rem 0;*/
}

.embed ul li {
    list-style-type: disc;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0.8rem;
}

.embed ul li a, .embed ol li a {
    color: #3498db;
    text-decoration: underline;
}

.embed ol {
    width: 100%;
    padding: 0 2.5rem 0 2.5rem;
    margin: 1rem 0;
}

.embed ol li {
    list-style: decimal;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0.8rem;
}

#post .content__articuloRelacionado {
    display: flex;
    flex-direction: column;
    margin: 2rem 0 1.5rem 0;
}
#post .content__articuloRelacionado-titulo {
    color: #030c26;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 400;
}

#post .content__articuloRelacionado-imagenTitulo a {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    padding: 0 0 1rem 0;
}

#post article.content__articuloRelacionado.bottom-separator a {
    text-decoration: none;
}

#post .content__articuloRelacionado-imagenTitulo a img {
    /*width: 150px;
    height: 90px;*/
    width:  120px;
    height: 120px;
    object-fit: cover;
    margin: 0 1rem 0 0;
}

#post .content__articuloRelacionado-imagenTitulo h3 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    color: #173160;
}

#post article.content__articuloRelacionado.bottom-separator a {
    text-decoration: none!important;
}

#post .content__articuloRelacionado-imagenTitulo a p {
    font-weight: 500;
    line-height: 1.9rem;
    color: #787878;
    margin: 0;
}

#post .content__articuloRelacionado-imagenTitulo a img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: 0 1rem 0 0;
}

#post .embed .tag-link {
    background: #f3f3f3;
    padding: 0.3rem 1rem;
    margin: 0.3rem 0.2rem;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 14px;
}

#post .hederSection,#autor .hederSection {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 0 1rem 0;
}

#post .hederSection h2, #autor .hederSection h2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.2rem 0 2rem;
    color: #000;
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    /* border-right: 2px solid rgb(22 49 96 / 27%); */
    border-radius: 5px 5px 0 0;
    margin: 0 ;
    position: relative;
}

#post .hederSection h2:before,#autor .hederSection h2:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    height: 6px;
    width: 6px;
    background-color: #0093C4;
    border-radius: 100%;
    animation: hearbeat_scale 1s infinite;
}

#post .hederSection h2:after,#autor .hederSection h2:after{
    content: "";
    position: absolute;
    top: 11px;
    left: 11px;
    height: 14px;
    width: 14px;
    background-color: #57a6db;
    border-radius: 100%;
    opacity: .3;
    animation: hearbeat_scale 1s infinite;
}

@keyframes hearbeat_scale{
    0%{transform:scale(1)}
    50%{transform:scale(.75)}
    100%{transform:scale(1)}
}

.background-celeste {
    background-color: #3498db;
}

#post .bodySection, #post .bodySection {
    padding: 0;
}

#post .bodySection article, #autor .bodySection article {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0.5rem 0 1.5rem 0;
    /* border-bottom: 1px solid #dcdcdc; */
}

#post .bodySection article img,#autor .bodySection article img {
    width: 134px;
    height: 90px;
    object-fit: cover;
    margin-right: 1rem;
}

#post .bodySection article .article__loMasVisto-number, #autor .bodySection article .article__loMasVisto-number{
    position: relative;
}

#post .bodySection article .article__loMasVisto-number .article__loMasVisto-num,#autor .bodySection article .article__loMasVisto-number .article__loMasVisto-num {
    width: 40px;
    height: 40px;
    background-color: rgb(35 104 151 / 73%);
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-style: italic;*/
    font-weight: 600;
}
#post .bodySection article a, #autor .bodySection article a{
    color: #787878;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
}

#post .bodySection article h3, #autor .bodySection article h3 {
    color: #787878;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
}



.ad-main-above-nav {
    transition: top .5s;
}

.ad-main-above-nav.ad-banner-top-small-sticky {
    position: fixed;
    width: 100%;
    z-index: 6000;
}

.bajada h2{
    font-style: italic;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 1.5rem 0;
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
}

p.bajada {
    font-style: italic;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 1.5rem 0;
}

#post .date {
    display: flex;
    font-size: 12px;
    color: rgb(94, 94, 94);
    letter-spacing: 1px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 0.5rem 1rem;
  /*  text-transform: uppercase;*/
    font-weight: 400;
    width: 100%;
    margin-bottom: 1rem;
}
#post .date a {
    color: rgb(94, 94, 94);
    text-decoration: none;
}
#post .date time{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(94, 94, 94);
}

#post .date i{
    font-size: 13px;
    color: #3498db;
    margin-top: 2px;
    letter-spacing: 1px;
    margin-right: 2px;
}

/*  */
#contentHome .date {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: rgb(94, 94, 94);
    letter-spacing: 1px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    margin-bottom: 1rem;
}

#contentHome .date time{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(94, 94, 94);
}

#contentHome .date i{
    font-size: 13px;
    color: #3498db;
    margin-top: 2px;
    letter-spacing: 1px;
    margin-right: 2px;
}
/*  */

.article-title{
    font-size: 34px;
    line-height: 36px;
    color: #27313B;
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
}

.carouselOpinion{
    background-color: #e8eff5;
    border-radius: 0.5rem;
    padding: 0 1rem;
    position: relative;
}

.carouselOpinion h5{
    text-align: center;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    padding: 1rem 0 0 0;
}
.carouselOpinion p{
    text-align: center;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    padding: 1rem 0 0 0;
}

.carouselOpinion .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0.5rem;
    margin-left: 15%;
    list-style: none;
}

.carouselOpinion .card{
    background-color: #e8eff5;
}

.carouselOpinion .card a img{
    border-radius: 100%!important;
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.carouselOpinion .card a span.nombre{
    font-size: 12px;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 700!important;
    font-style: normal;
}

.carouselOpinion .card p{
    margin: 0.5rem 0;
    line-height: 18px;
    font-size: 12px;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 400;
    font-style: normal;
}

.carouselOpinion h6{
    font-family: utopia-std,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    padding-bottom: 20px;
}
.bajadaCardOpinion{
  font-family: utopia-std,serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 20px !important;
  padding-bottom: 20px !important;
  line-height: 25px !important;
}
.carousel-inner a {
    text-decoration: none;
    color: #333;
  /*  color: #8f8f8f;*/
    font-size: 1.3rem;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#primaryCarrusel .carousel-inner, #carouselLoUltimo .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}


.controlsSlider{
    position: absolute;
    width: 98%;
    bottom: 0;
}

.controlsSlider:after{
    content: '';
    height: 1px;
    width: 100%;
    background: #80808024;
    position: absolute;
    top: 14px;
}

#carouselLoUltimo .controlsSlider {
    position: absolute;
    width: 98%;
    bottom: 0;
}

#contentHome a{
    text-decoration: none!important;
}

#contentHome p.bajada{
    text-decoration: none!important;
    color: #787878;
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
}


#contentOpinion .columnista{
    color:#000;
    display: inline-block;
    font-size: 15px!important;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #717171;
    letter-spacing: 1px;
    margin: 1rem 0;
}

#contentOpinion .headerSection .category {
    padding: 0.8rem 1.5rem;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    font-weight: lighter;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headerSection .category {
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0.3rem 0.5rem!important;
}
#contentOpinion .cargo{
    font-size: 0.89rem!important;
    font-family: franklin-gothic-urw,sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 1rem 0;
}

#contentOpinion .infoColumnista{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contentOpinion .infoColumnista .infoColumnista__img{
    padding: 0 1rem;
}
#contentOpinion .infoColumnista .infoColumnista__img img{
    width: 160px;
    height: 160px;
    border-radius: 3px;
    object-fit: cover;
    border-radius: 100%;
    border: 3px solid #cccccc;
}

.post-main__post{
    width: 100%;
    height: 400px;
    min-height: 190px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items:flex-start;
    border-bottom: 1px solid rgb(234, 234, 234);
    margin-top: 6px;
}

#autor .post-main__post .post-main__post-img{
    margin: 0 1rem 0 0;
    padding: 0;
    width: 40%;
    height: auto;
    position: relative;
}

#autor .post-main__post .post-main__post-img a img{
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

#autor .post-main__post .post-main__post-info a{
    text-decoration: none;
}

#autor .post-main__post .post-main__post-info a h2{
    color: #27313B;
    font-size: 24px;
    line-height: 30px;
    /* margin: 1rem 0 0 0; */
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
}

#autor .post-main__post .post-main__post-info a p{
    color: #787878;
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
}

#autor .post-main__post .post-main__post-info{
    width: 60%;
    padding-top: 13px;
}

#autor .post-main img {
    width: 100%;
    height: 380px;
    margin-bottom: 1rem;
     margin-top: 1rem;
    object-fit: cover;
}


/* CUSTOM */
.owl-item p, .sentence .text{
	color: #27313B !important;
	font-weight: 400 !important;
	font-size: 12px !important;
    font-family: franklin-gothic-urw, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

p i{
background: #e8eff5;
}

.embedImagePost{
  text-align: center;
}
.embedImagePost img{
  max-width: 100%;
}
.post-image-square{
  width: 100%;
  margin: 5px 20px 5px 0px !important;
}

#primaryCarrusel .col:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    top: 17px;
    right: -1px;
}

.nav-item, .btn-group{width: 9%;text-align: center;}
.option22{width: 13%;text-align: center;}
.option23{width: 13%;text-align: center;}
.option23 .nav-link{color:#efa21a;}
/*.option23{width: 16%;text-align: center;}
.option18{width: 12%;text-align: center;}
.option24{width: 6%;text-align: center;}*/

#bajada .col-lg-4:after, #bajada .col-md-6:after, #bajada .col-sm-6:after, #bajada .col-6:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    top: 17px;
    right: -1px;
}

#bajada-print .border-print:after{
    content: "";
    width: 1px;
    height: 92%;
    background: #d7d7d7;
    position: absolute;
    top: 17px;
    right: -1px;
}

#bajada_nacional .col-lg-4:after, #bajada_nacional .col-md-6:after, #bajada_nacional .col-sm-6:after, #bajada_nacional .col-6:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    top: 17px;
    right: -1px;
}

#bajada_policial .col-lg-4:after, #bajada_policial .col-md-6:after, #bajada_policial .col-sm-6:after, #bajada_policial .col-6:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    top: 17px;
    right: -1px;
}

#bajada_politica .col-lg-4:after, #bajada_politica .col-md-6:after, #bajada_politica .col-sm-6:after, #bajada_politica .col-6:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    top: 17px;
    right: -1px;
}

#bajada_deportes .col-lg-4:after, #bajada_deportes .col-md-6:after, #bajada_deportes .col-sm-6:after, #bajada_deportes .col-6:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    top: 17px;
    right: -1px;
}

#bajada_salud .col-lg-4:after, #bajada_salud .col-md-6:after, #bajada_salud .col-sm-6:after, #bajada_salud .col-6:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #d7d7d7;
    position: absolute;
    top: 17px;
    right: -1px;
}

.link_footer{
    color: #fff;
    margin: 0px;
}

h6.link_footer a{
    color: #fff;
    text-decoration: none;
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
p.link_footer a{
    color: #fff;
    text-decoration: none;
    font-family: utopia-std, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

table{
  width: 100%;
}
th{
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding: 0.75rem;
    background-color: #F0F0F0;
    color:#000000;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229/var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;

}
td{
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    padding: 0.75rem;
    background-color: #FFFFFF;
    color:#666666;
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229/var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
}

@media (max-width:991px){
    .col-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
        display: none!important;
    }

    .col-3 {
        flex: 0 0 auto;
        width: 25%;
        display: none!important;
    }

    .col-9 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 100%;
    }



    #primaryCarrusel .carousel-inner .carousel-item .row .col:last-child{
        display: none!important;
    }

    .social-media a {
        margin: 3px;
    }

    header .navbar-collapse {
        background: #043f77 !important;
        position: absolute;
        left: 0px!important;
        top: 76px!important;
        width: 100%;
        margin: 0px 0px 0px 0px!important;
        z-index: 999;
        padding: 0rem 0 0 1rem;
    }

    .navbar-toggler {
        border: none;
        margin-bottom: 1rem;
        position: absolute;
        top: 2px;
        left: 5px;
    }

    #bajada_politica .col-lg-4:after, #bajada_politica .col-md-6:after, #bajada_politica .col-sm-6:after, #bajada_politica .col-6:after {
        content: "";
        width: 1px;
        height: 95%;
        background: #d7d7d7;
        position: absolute;
        top: 17px;
        right: -1px;
    }

    #bajada_policial .col-lg-4:after, #bajada_policial .col-md-6:after, #bajada_policial .col-sm-6:after, #bajada_policial .col-6:after {
        content: "";
        width: 1px;
        height: 95%;
        background: #d7d7d7;
        position: absolute;
        top: 17px;
        right: -1px;
    }

    #bajada .col-lg-4:after, #bajada .col-md-6:after, #bajada .col-sm-6:after, #bajada .col-6:after {
        content: "";
        width: 1px;
        height: 95%;
        background: #d7d7d7;
        position: absolute;
        top: 17px;
        right: -1px;
    }

    #bajada_nacional .col-lg-4:after, #bajada_nacional .col-md-6:after, #bajada_nacional .col-sm-6:after, #bajada_nacional .col-6:after {
        content: "";
        width: 1px;
        height: 95%;
        background: #d7d7d7;
        position: absolute;
        top: 17px;
        right: -1px;
    }

    #bajada .col-lg-4.col-md-6.col-sm-6.col-6.position-relative:last-child {
        display: none;
    }

    #primaryCarrusel .col:after {
        content: "";
        width: 1px;
        height: 95%;
        background: #d7d7d7;
        position: absolute;
        top: 17px;
        right: -1px;
    }

    .carousel-control-prev {
        left: 90%;
        top: 100%;
        background: #3498db;
        width: 30px;
        height: 30px;
        padding: 0.3rem;
        border-radius: 100%;
    }

    .navbar ul.navbar-nav li.nav-item {
        border-bottom: 1px solid #ffffff42;
        width: 100%;
    }

    .navbar ul.navbar-nav li.btn-group {
        border-bottom: 1px solid #ffffff42;
        width: 100%;
    }

    header .navbar-collapse {
        background: #043f77 !important;
        position: absolute;
        left: 0px!important;
        top: 45px!important;
        width: 100%;
        margin: 0px 0px 0px 0px!important;
        z-index: 999;
        padding: 0rem 0 0 1rem;
    }

    .pr__periodistica img {
        width: 25%!important;
        height: auto;
        margin: 0 auto 1rem auto;
        padding: 0;
        opacity: 1;
    }

    .about-us-foot img {
        max-width: 38%;
        margin-bottom: 0;
    }

    .link_footer {
        color: #fff;
        text-align: center;
    }

    .la__tribuna img {
        width: 45%!important;
        margin: 0 auto;
        padding: 0;
        opacity: 1;
        height: 100px;
        display: flex;
        align-items: flex-end;
    }

    .san__cristobal img {
        width: 50%!important;
        margin: 0 auto;
        padding: 0;
        opacity: 1;
        height: 100px;
        display: flex;
        align-items: flex-end;
    }

    .agencia__mediaChile img {
        width: 30%!important;
        margin: 0 auto;
        padding: 0;
        opacity: 1;
        height: 100px;
        display: flex;
        align-items: flex-end;
    }

    .social-media a i {
        text-align: center;
        color: #ffffff;
        border: 2px solid #ffffffbd;
        height: 40px;
        width: 40px;
        margin: auto;
        border-radius: 50%;
        line-height: 37px;
        transition: all 0.3s ease-in-out;
        background: transparent;
    }

    .col {
        flex: 0 0 auto!important;
        width: 50%!important;
    }
}

@media (max-width:425px){
    .col-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
        display: none!important;
    }

    .col-3 {
        flex: 0 0 auto;
        width: 25%;
        display: none!important;
    }

    .col-9 {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 100%;
    }



    #primaryCarrusel .carousel-inner .carousel-item .row .col:last-child{
        display: none!important;
    }

    .social-media a {
        margin: 3px;
    }

    header .navbar-collapse {
        background: #043f77 !important;
        position: absolute;
        left: 0px!important;
        top: 76px!important;
        width: 100%;
        margin: 0px 0px 0px 0px!important;
        z-index: 999;
        padding: 0rem 0 0 1rem;
    }

    .navbar-toggler {
        border: none;
        margin-bottom: 1rem;
        position: absolute;
        top: 2px;
        left: 5px;
    }

    #bajada_politica .col-lg-4:after, #bajada_politica .col-md-6:after, #bajada_politica .col-sm-6:after, #bajada_politica .col-6:after {
        content: "";
        width: 1px;
        height: 95%;
        background: transparent;
        position: absolute;
        top: 17px;
        right: -1px;
    }

    #bajada_policial .col-lg-4:after, #bajada_policial .col-md-6:after, #bajada_policial .col-sm-6:after, #bajada_policial .col-6:after {
        content: "";
        width: 1px;
        height: 95%;
        background: transparent;
        position: absolute;
        top: 17px;
        right: -1px;
    }

    #bajada .col-lg-4:after, #bajada .col-md-6:after, #bajada .col-sm-6:after, #bajada .col-6:after {
        content: "";
        width: 1px;
        height: 95%;
        background: transparent;
        position: absolute;
        top: 17px;
        right: -1px;
    }

    #bajada_nacional .col-lg-4:after, #bajada_nacional .col-md-6:after, #bajada_nacional .col-sm-6:after, #bajada_nacional .col-6:after {
        content: "";
        width: 1px;
        height: 95%;
        background: transparent;
        position: absolute;
        top: 17px;
        right: -1px;
    }

    #bajada .col-lg-4.col-md-6.col-sm-6.col-6.position-relative:last-child {
        display: none;
    }

    #primaryCarrusel .col:after {
        content: "";
        width: 1px;
        height: 95%;
        background: #d7d7d7;
        position: absolute;
        top: 17px;
        right: -1px;
    }

    .carousel-control-prev {
        left: 0;
        top: 100%;
        background: #3498db;
        width: 40px;
        height: 40px;
        padding: 0.3rem;
        border-radius: 100%;
    }

    .carousel-control-next {
        right: 0;
        top: 100%;
        background: #3498db;
        width: 40px;
        height: 40px;
        padding: 0.3rem;
        border-radius: 100%;
    }

    .navbar ul.navbar-nav li.nav-item {
        border-bottom: 1px solid #ffffff42;
        width: 100%;
    }

    .navbar ul.navbar-nav li.btn-group {
        border-bottom: 1px solid #ffffff42;
        width: 100%;
    }

    header .navbar-collapse {
        background: #043f77 !important;
        position: absolute;
        left: 0px!important;
        top: 45px!important;
        width: 100%;
        margin: 0px 0px 0px 0px!important;
        z-index: 999;
        padding: 0rem 0 0 1rem;
    }

    .pr__periodistica img {
        width: 50%!important;
        height: auto;
        margin: 0 auto 1rem auto;
        padding: 0;
        opacity: 1;
    }

    .about-us-foot img {
        max-width: 65%;
        margin-bottom: 0;
    }

    .link_footer {
        color: #fff;
        text-align: center;
    }

    .la__tribuna img {
        width: 90%!important;
        margin: 0 auto;
        padding: 0;
        opacity: 1;
        height: 100px;
        display: flex;
        align-items: flex-end;
    }

    .san__cristobal img {
        width: 50%!important;
        margin: 0 auto;
        padding: 0;
        opacity: 1;
        height: 100px;
        display: flex;
        align-items: flex-end;
    }

    .agencia__mediaChile img {
        width: 30%!important;
        margin: 0 auto;
        padding: 0;
        opacity: 1;
        height: 100px;
        display: flex;
        align-items: flex-end;
    }

    .social-media a i {
        text-align: center;
        color: #ffffff;
        border: 2px solid #ffffffbd;
        height: 40px;
        width: 40px;
        margin: auto;
        border-radius: 50%;
        line-height: 37px;
        transition: all 0.3s ease-in-out;
        background: transparent;
    }

    .col {
        flex: 0 0 auto!important;
        width: 100%!important;
    }

    .logoHeader__img {
        width: 60%;
        height: auto;
        text-align: center;
        overflow: hidden;
        position: relative;
    }

    .article-title {
        font-size: 30px;
        line-height: 36px;
        color: #27313B;
        font-family: utopia-std, serif;
        font-weight: 400;
        font-style: normal;
        margin: 1rem 0;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .cardSection__text h2 a {
        color: #27313B;
        text-decoration: none;
        line-height: 27px;
    }

    .cardSection img {
        object-fit: cover;
        width: 100%;
        height: 135px;
        margin: 1.5rem 0 0 0;
    }

    #bajada_policial .col-lg-3.col-md-6.col-sm-6.col-6.position-relative:first-child .cardSection img,
    #bajada_politica .col-lg-3.col-md-6.col-sm-6.col-6.position-relative:first-child .cardSection img,
    #bajada_nacional .col-lg-3.col-md-6.col-sm-6.col-6.position-relative:first-child .cardSection img,
    #bajada_deportes .col-lg-3.col-md-6.col-sm-6.col-6.position-relative:first-child .cardSection img
    {
        object-fit: cover;
        width: 100%;
        height: 135px;
        margin: 0;
    }

    .cardSection {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        position: relative;
        border-bottom: 1px solid #d4d4d4;
    }

    .cardSection__text .category a {
        color: rgb(0, 0, 0)!important;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px!important;
        font-family: franklin-gothic-urw,sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .cardSection__text .category {
        border-bottom: 1px solid #000;
        background: transparent;
        padding: 0.01rem 0 0.2rem;
        display: block;
        border-radius: 0;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }

    .newslatter,.radio,.edicionImpresa{
        display: none;
    }

    .controlsSlider:after {
        content: '';
        height: 1px;
        width: 100%;
        background: #80808024;
        position: absolute;
        top: 20px;
        z-index: 0;
    }

    #top {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        background: #0093C4;
        border: 2px solid rgb(87 166 219);
        position: fixed;
        /* bottom: 200px; */
        bottom: 167px;
        right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 1rem;
    }
    .container{
        --bs-gutter-x: 1rem;
    }

}

div#slot_push, div#slot_footer, div#slot_skin {
    height: 0;
}
li.nav-item.zoom {
    text-align: left;
}
.ao-back {
    background-color: #003168!important;
    color:#FFF;
}
#resultados button{
  color:#FFF;
}

.font-print{
	color: #27313B;
	font-weight: 400;
	font-size: 12px;
    font-family: franklin-gothic-urw, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.containerIframe [title^='twitter'] {
  height: 600px;
}


.dast {
    color: rgba(256,256,256,.6);
    font-family: franklin-gothic-urw, sans-serif;
    font-variant: small-caps;
    margin: 3px auto;
    text-decoration: none;
}
.foto100p{
  width: 100%;
}
.sentence .author{
  font-size: 12px;
}
.googleNews{
  max-width: 150px !important;
  /*float: right;*/
  margin-left: 20px;
  border: solid 1px #DADADA;
  border-radius: 6px;
  padding: 0 5px 0 5px;
}
.siguenosGoogleNews{
  font-size: 1.25rem;
  line-height: 4rem;
}

/*EMBED FOTOS*/
.alignright {
    float: right;
    margin: 8px 0 20px 20px;
}
.alignright + p {
  display: contents;
}
.alignright img {
    max-width: 290px !important;
    height: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;

}
.alignleft {
    float: left;
    margin: 8px 20px 20px 0;
    max-width: 290px;
    height: auto;
}
.alignleft + p {
  display: contents;
}
.alignleft img {
    max-width: 290px !important;
    height: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.aligncenter {
    margin: 8 20px 20px 0;
    max-width: 100%;
    height: auto;
}
.aligncenter img {
    max-width: 100%;
    height: auto;
}
figcaption {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
    color: #83858F;
}
.align img {
	max-width: 100%;
}
audio{width: 100%;}
.tituloAudio{
  font-weight: bold!important;
  color: #173160;
  margin-bottom: 3px!important;
}
.tituloAudio i{
  background: none;
}

blockquote.warning {
  position: relative;
  background-color: rgb(232, 239, 245); /* fondo alerta actualizado */
  border-left: 5px solid rgb(52, 152, 219); /* borde actualizado */
  padding: 2.5em 1em 1em 3em;
  font-family: 'Open Sans', sans-serif;
  color: #173160; /* color de texto actualizado */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 2em 0;
  font-size: 1.1rem;
  line-height: 1.6;
  font-style: normal !important;
}

/* Ícono de información adaptado */
blockquote.warning::before {
  content: "ℹ️";
  position: absolute;
  left: 1em;
  font-size: 1.2em;
}

/* Autor como título destacado */
blockquote.warning .author {
  position: absolute;
  top: -1.1em;
  left: 0;
  background: rgb(52, 152, 219); /* fondo autor actualizado */
  color: white;
  font-weight: bold;
  padding: 0.3em 1em;
  border-radius: 6px 6px 0 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.6;
}
