@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*Configuracion inicial*/

root {
	--displayPoint: "--";
}

body {
	background: linear-gradient(#d7d990,0%, #d7d990,20%, #eef2c9);
	font-family: "Ancizar sans", sans-serif;
	font-size: 14px;
	/*background: linear-gradient(126deg,rgba(214, 217, 143, 1) 0%, rgba(156, 166, 79, 1) 100%);*/
}

#container {
	font-family: "Fira Sans Condensed", sans-serif;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Fira Sans Condensed", sans-serif;
	font-weight: 700;
  font-style: italic;
  color:#4d6024;
}

p {
	margin: 10px 0;
}

ol {
    line-height: 1.7;
}
ol li {
	 margin: 3%;
	 font-size: 1.2rem;
}

/*menu plegado*/

.hide {
	display: none;
}

h1 {
	color: transparent;
	font-size: 1px;
}

.imgTitulo {
	width: 30vw;
	position: absolute;
	z-index: 100;
	left: 20vw;
}

.imgTitulo img {
	width: 100%;
}

.arrowDown {
	/*position: relative;
	bottom: 126px;
	display: flex;
	justify-content: center;*/
	margin-left: 10vw;
}

.arrowDown img {
	height: 4vw;
}

.menu_plegado {
	padding-top: 1.2%;
	padding-left: 0.8%;
	width: 4vw;
	height: 3vw;
	overflow: hidden;
}

.menu_plegado::before {
	content: "Menú";
	font-size: 1.7rem;
	text-align: center;

	color: #3D2717;
	font-weight: 600;
}

.text-menu-des {
	width: 100%;
	padding: 1rem 2rem;
	font-size: 1em;
	line-height: 1.1rem;
	color: #3D2717;
	text-align: justify;

	/*text-decoration-line: underline;*/
}

.text-menu-des .sedesunal {

	font-size: 1.5em !important;
	line-height: 1.2;
}

aside {
	top: 300px;
	display: block;
	margin-right: 0%;
	margin-left: auto;
	display: block;
	background: #ffffffe6;
	width: 15%;
	padding: 1%;
	color: #004b73;
	height: 45vh;
	scrollbar-color: #fff000 #000dcd;
	scrollbar-width: 10px;
	/*box-shadow: 0 0px 12px 0 #008296;*/
	justify-content: left;

	/* position: sticky; */
	position: fixed;
	float: right;
	z-index: 1;
	border: none;
	border-right: none;
	border-radius: 30px 0 0 30px;
	right: 0;
	transition: all 200ms;
}

#seccionMenu {
	width: 100%;
	height: 70%;
	overflow-y: scroll;
}

aside img {
	position: absolute;
	left: 0;
	top: 1vh;
	transition: transform 0.7s ease-in-out;
}

aside td {
	padding: 7px 0;
	text-align: left;
}

aside hr {
	width: 100%;
}

#menudes {
	width: 100%;
	height: 117px;
}


.svgclose {
	width: 50px;
	padding: 0px 5px;
	margin: 10px 0;
}

.svgclose svg {
	width: 23px;
}

.svg {
	width: 40px;
}

/*responsive a 1900px*/
/*.menu_plegado {
	width: 6vw;
	height: 3vw;
}*/

/*NavBar*/

.franja_especiales img {
	height: 100%;
}

.franja_especiales {
	width: 100%;
	height: 50px;
	display: block;
	background-color: #91103E;
	text-align: center;
	padding: 10px;
	z-index: 1;
}

/*Estilos para seccion primera */
.titulo {
	position: absolute;
	color: white;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 4ch;
}

.secVideo {
	width: auto;
	height: auto;
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.secVideo .plyr--video {
	width: 100%;
}

.col.secVideo:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	/*mix-blend-mode: multiply;*/
	z-index: 1;
}

.sectionVideo {
	background: #FDC607;
}

section.herorow {
	min-height: 60vh;
	position: relative;
	display: flex;
	flex-flow: wrap;	
}

section.herorow .fishies svg {
	margin: 0 15%;
}

section.herorow .dropdown-toggle::after {
	display: none;
}

section.herorow ul.dropdown-menu {
	background: #5a7324;
	padding: 10px;
	border:0;
}

section.herorow ul.dropdown-menu a:hover {
	background: #0b2241;
	color: #d7d990;
}

section.herorow .dropdown-item {
	white-space: normal;
}

canvas {
	position: fixed;
	height: 100vh;
	max-width: 100%;
	top: 0;
	z-index: -1;
}

.jumbotron {
	position: absolute;
	color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #e9ecef00;
	z-index: 1;
}

.pdj-5 {
	padding: 3rem;
}

/*estilo para contenedor del medio*/
section:nth-child(even) {
	color: white;
}

.fishies{
	z-index: 1000;
	padding: 0;
}
.row.maintest{
	background: linear-gradient(rgba(215, 217, 144, 1),rgba(215, 217, 144, 0.9) 10%, rgba(156, 166, 79, 0.1
	)),url("../../images/bkg.gif"), repeat-x ;
}

.contentText {
	width: 70%;
	position: relative;
	margin: 5rem auto 6rem;
	color: #000000;
	font-size: 1.5rem;
	padding: 1.5vw;
	border: solid 2px;
}

.maintitle img {
	margin: 16% 0% 0%;
	width: 60%;
}
.fishies img {
	/*width: 60%;*/
    /*height: auto;
    margin: -152px 0 0 0;*/
	
}

.franja {
    display: flex;
    flex-direction: row-reverse;
    width: 85%;
    height: fit-content;
    background: #df7c29;
    margin: -4.5% 0 0;
    z-index: 1;
	
}

.franja .img-fluid {
    width: 19%;
    height: auto;
}

.special-lead-block {
	padding: 0 15% 2%;
	margin: 2% 0 0 0;
	font-family: "Fira Sans Condensed", sans-serif;
}

.special-lead-block p {
	color: #34401a;
	font-size: 1.75rem;
	line-height: normal;
}

.special-lead-block #contentText {
	width: 30vw;
	position: absolute;
	margin: 0;
	/* border-radius: 0 0 2rem 0; */
	color: #000000;
	background: #ffffff;
	font-size: 1.5rem !important;
	font-weight: 100 !important;
	padding: 40px;
	bottom: 5vh;
	right: 10vw;
	/*border: solid 5px #000000;*/
}

.special-lead-block #contentText h2 {
	font-family: "Fira Sans Condensed", sans-serif;
	font-weight: 900 !important;
	color: #000000;
	font-size: 2rem;
	/*padding: 0 0 0.15vw 0;
	border-bottom: 2px solid #FDC607;*/
}

.special-lead-block #contentText p {
	padding: 1vw 0;
	font-weight: 400;
}

svg.main-icon {
	width: 70px;
	height: 70px;
	background-color: #34401a;
	padding: 10px;
	border-radius: 10px;
	fill: #fdc607;
}

.main-headline {
	padding: 0 7.5%;
	font-size: 1.6rem;
	line-height: normal;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10vh;
}


.main-headline h2 {
	font-family: "Fira Sans Condensed", sans-serif;
	font-size: 2.25rem;
	color: #34401a;
}

.main-headline p {
	margin: 5px 0;
}

.Main-Author {
	font-weight: bold;
	color: #34401a;
}

.Main-Author-Role {
	font-weight: 200;
}

.Main-Author,
.Main-Author-Role {
	font-size: 0.8em;
}


a.headline-read-more {
	font-family: "Bebas Neue", sans-serif;
	font-size: 1.3em;
	line-height: 4;
	background-color: #91103e;
	color: #FDC607;
	padding: 10px;
	border-radius: 10px;
	margin: 25px 0;
}

div.separador {
	text-align: center;
	width: 70%;
	position: relative;
	margin: 0 auto;
}

div.separador hr {
	margin: auto;
	/* position: absolute; */
	top: 50%;
	/* border: #000000 solid 4px; */
	width: 100%;
	padding: 2vh 0;
}

div.separador svg circle {
	fill: #FDC607;
}

/* TARJETAS */
.separador .row .col-md-4, 
.separador .row .col-lg-4 {
    padding-right: calc(var(--bs-gutter-x) * 1.25);
    padding-left: calc(var(--bs-gutter-x) * 1.25);
}

article.member a.member-link {
    color: #F6AD4F;
    text-decoration-thickness: 0.1em;
}

article.member a.member-link figure.member-img-wrapper img.member-img {
    width: 100%;
	margin-top: 0;
}
.member-details{
	margin-top: -4px;
}

.member {
  position: relative;
  margin-top: 1em;
  margin-bottom: 12%;
}

.member-title{
	text-align: left;
	color: #536629;
	padding: 0;
}

.member-subtitle {
	text-align: left;
	color: #d7d990;
	font-family: "Ancizar sans", sans-serif;
	font-size: 1.2rem;
	padding: 2% 6%;
	font-weight: 500;
	margin: 0 0 15px 0;
	background-color: #0b2241;
	border-radius: 0 0 15px;
}

#carouselPopup_hm div.carousel-inner div.carousel-item div.carousel-caption {
	background-color: #FDC607;
	padding: 10px 3vw 10px 10px;
	left: initial;
	right: 0px;
	top: 0px;
	border-radius: 0 0 0 2rem;
	max-height: 20vh;
	max-width: 30vw;
}

/*#contentText2 {
	width: 70%;
	position: relative;
	margin: 10rem auto 12rem;
	border-radius: 2rem;
	color: rgba(128, 0, 128, 1);
	/*border-color: rgba(128, 0, 128, 1);
	background: rgba(255, 255, 255, 0.73);
	
	font-size: 1.5rem !important;
	font-weight: 100 !important;
	box-shadow: 0 1rem 3.1rem -0.4rem rgba(88, 67, 128, 0.6);
	padding: 0.5vw;
}*/

#contentText p {
	padding: 5rem 5rem 2rem 5rem;
	font-weight: 400;
	/*border-bottom: solid 2px #FDC607;*/
}

/*#contentText2 p {
	padding: 5rem 5rem 2rem 5rem;
}*/

/*para audios*/
.zona-audio .audio .video-js {
	width: 100%;
}

.audio {
	width: 100%;
	margin: 50px auto;
}

.video-js {
	height: 1.6vw;
	margin-left: auto;
	margin-right: auto;
	background: rgba(128, 0, 128, 1) !important;
	/*border: 2px solid $amarillo_claro;*/
	border-radius: 10px;
}

.video-js .vjs-big-play-button {
	display: block;
	height: 2vw;
	background-color: transparent;
	background: transparent;
	border: none;
}

.video-js .vjs-control-bar {
	background: rgba(128, 0, 128, 1) !important;
	border-radius: 13px;
}

#audio_1,
video.vjs-matrix .video-js .vjs-nofull,
#vjs_video_3 {
	background: rgba(128, 0, 128, 1) !important;
	border: 2px solid rgba(128, 0, 128, 1);
	border-radius: 10px;
}

/*Bloque de Titulares*/
.headline-block {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 50vh;
	justify-content: space-between;
	/*margin: 5px 5px;*/
	padding: 0;
	/*width: calc(25% - 10px);*/

}

.headline-row {
	display: flex;
}

/*Fondos Notas*/

.photo-content a {
	display: flex;
}

.photo-content a img {
	width: 100px;
	margin: auto;
	align-self: center;
}

.headline-block .photo-content a,
.infografia .photo-content a {
	width: 100%;
}

.headlines-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.headlines-list .headline-block .photo-content a {
	/*filter: grayscale(100);*/
	background-position: center center;
	background-size: auto 100%;
	/*transition: 0.5s;*/
}

.headlines-list .headline-block .photo-content a:hover {
	/*filter: grayscale(0);*/
	width: 100%;
	background-position: 40%;
	background-size: auto 105%;
	transition: 0.5s;
}


.note01 .photo-content a {
	background-image: url("../../pages/covers/Home01.jpg");
	background-position: 65% center !important;
}

.note02 .photo-content a {
	background-image: url("../../pages/covers/Home06.jpg");
	background-size: 100% auto !important;
	background-position-y: top !important;
}

.note03 .photo-content a {
	background-image: url("../../pages/covers/Home02.jpg");
	background-size: 120% auto !important;
}

.note04 .photo-content a {
	background-image: url("../../pages/covers/Home04.jpg");
}

.headlines-list .headline-block.note05 .photo-content a {
	background-size: 110% auto;
}

.headlines-list .headline-block.note05 .photo-content a:hover {
	background-size: 105% auto;
}

.note05 .photo-content a {
	background-image: url("../../pages/covers/Home03.jpg");
}

.note06 .photo-content a {
	background-image: url("../../pages/covers/Home05.jpg");
}

.note07 .photo-content a {
	background-image: url("../../pages/covers/Home07.jpg");
}

.note08 .photo-content a {
	background-image: url("../../pages/covers/Home08.jpg");
}

/*
.note09 .photo-content a {
	background-image: url("../../pages/content/item09/Art09-TNail.jpg");
}*/
.note10 .photo-content a {
	background-image: url("../../pages/covers/Home10.jpg");
	background-position: left center !important;
}

.note11 .photo-content a {
	background-image: url("../../pages/covers/Home11.jpg");
	background-position: left center !important;
}

.note12 .photo-content a {
	background-image: url("../../pages/covers/Home12.jpg");
}

.note13 .photo-content a {
	background-image: url("../../pages/covers/Home13.jpg");
	background-position: left center !important;
}

.note14 .photo-content a {
	background-image: url("../../pages/content/item14/Art14-TNail.jpg");
}

.note15 .photo-content a {
	background-image: url("../../pages/content/item15/Art15-TNail.jpg");
}

.note16 .photo-content a {
	background-image: url("../../pages/content/item16/Art16-TNail.jpg");
}

.infografia .photo-content a {
	background-image: url("../../pages/content/infografia/Costal-blur.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.headline-wrap {
	width: 100%;
	display: flex;
	/*background-color: #91103E;*/
	min-height: 100px;
	flex-direction: row;
	align-items: center;
}

.headline-wrap h2 {
	font-family: "Fira Sans Condensed", sans-serif;
	flex-grow: 1;
	align-self: center;
	text-align: left;
	font-weight: 900;
	color: #ffffff;
	font-size: 2.25rem;
	margin-left: 10px;
	/*padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: solid 4px;*/
}

.headline-wrap.item-tx .category-icon.item-tx,
.headline-wrap.item-au .category-icon.item-au,
.headline-wrap.item-gl .category-icon.item-gl {
	height: 40px;
	align-self: center;
}

.headline-wrap.item-tx .category-icon {
	text-align: left;
	padding: 0 20px;
}

.headline-wrap.item-vd .category-icon {
	text-align: center;
	padding: 0 10px;
}

.headline-wrap.item-tx .btn-close,
.headline-wrap.item-vd .btn-close,
.headline-wrap.item-au .btn-close,
.headline-wrap.item-gl .btn-close,
.headline-wrap.item-ig .btn-close {
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 5px;
	background-color: #df7c2999;
	right: 35px;
	position: absolute;
	top: 35px;
}

.headline-wrap svg {
	margin: 5px;
}

.headline-wrap svg path {
	fill: #34401a;

}

.headline-wrap svg rect {
	stroke: #34401a;

}

.l2-block {
	display: flex;
	flex-direction: column;
}

.R32C {
	flex-direction: column;
}

.R32C1L {
	flex-direction: row;
}

/*Fin de Fondos Notas*/

.category-icon {
	height: 50px;
	position: absolute;
	width: 50px;
	padding: 3px;
	margin: 5px;
	z-index: 1000;
	text-align: center;
}

.category-icon img {
	height: 35px;
	margin: 5px 0;
}

.category-icon.item-tx {
	background-color: #FDC60799;
}

.category-icon.item-au {
	background-color: #FDC60799;
}

.category-icon.item-vd {
	background-color: #FDC60799;
}

.category-icon.item-ig {
	background-color: #FDC60799;
}

.category-icon.item-gl {
	background-color: #FDC60799;
}

.modal-header {
	padding: 0;
	border: 0;
	/* order: 1; */
	position: absolute;
	width: 100%;
	z-index: 5500;
}

.modal-header .category-icon {
	/*width: 15%;*/
	position: initial;
}

.modal-body {
	/*order: 2;*/
	display: flex;
	;
}

.modal-backdrop {
	--bs-backdrop-opacity: 0.85;
	z-index: 6000;
}

.modal {
	z-index: 7000;
}

.photo-content {
	display: flex;
	flex-grow: 1;
}

.headline-tx {
	background-color: #91103ECC;
	padding: 20px;
	font-weight: 900;
	position: absolute;
	/*bottom: 0;*/
	min-height: 180px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.headline-tx h2 {
	font-family: "Fira Sans Condensed", sans-serif;
	color: #FFFFFF;
	font-weight: 900;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	margin-left: 75px;
}

.headline-tx hr {
	width: 100%;
	border: solid 2px #FDC607;
	align-self: end;
}

.headline-tx a:hover {
	text-decoration: underline #FFFFFF;
}


.head-destacado {
	width: 100%;
	position: relative;
	/* overflow: clip; */
	/* max-height: 65vh; */
}

/* .fotoDes {
	display: flex;
} */

.fotoDes img {
	width: 100%;
	height: 100%;
}

.fotoDes .category-icon img {
	width: 35px;
	height: 35px;
}

.head-destacado .tituloDes .headline-tx {
	font-family: "Fira Sans Condensed", sans-serif;
	font-weight: 900;
	color: #ffffff;
	position: absolute;
}

.head-destacado .tituloDes .headline-tx h2 {
	font-size: 2rem;
	margin: 1rem 5px;
	color: #fff;
}

.head-destacado .tituloDes,
.contenido-tx {
	padding: 0 10%;
}

.secondbody {
	margin-top: 70px;
}

.notagaleria {
	margin-top: 70px;
	display: flex;
	flex-direction: column;
}

.notagaleria img {
	width: 100%;
}

.notagaleria .carousel-caption {
	background-color: #00000066;
	padding: 2em;
}

.notagaleria .carousel-caption p {
	color: #ffffff;

	font-style: italic;
}

.notagaleria .carousel-indicators [data-bs-target] {
	width: 10px;
	height: initial;
	border-radius: 30px;
	margin-bottom: 15px;
	background-clip: unset;
	background-color: #FDC607;
	opacity: 1;
}

.notagaleria .carousel-indicators .active {
	background-color: #91103E;
}

.infografia {
	padding: 0;
	position: relative;
	min-height: 100%;
	display: flex;

}

/*
.infografia img {
	width: 100%;
}*/

/*Bloques especificos de notas*/

.note03,
.infografia {
	min-height: 60vh;
}

.note08 {
	min-height: 100vh;
}

.note01 .headline-tx,
.note02 .headline-tx,
.note03 .headline-tx,
.note04 .headline-tx,
.note05 .headline-tx,
.note06 .headline-tx,
.note07 .headline-tx,
.note08 .headline-tx,
.note10 .headline-tx,
.note11 .headline-tx,
.note12 .headline-tx,
.note13 .headline-tx {
	max-width: 300px;

}

.note01 .headline-tx {
	left: 20px;
	top: 20px;
}

.note02 .headline-tx {
	right: 20px;
	bottom: 20px;
}

.note03 .headline-tx {
	right: 20px;
	bottom: 20px;
}

.note04 .headline-tx {
	left: 20px;
	top: 20px;
}

.note05 .headline-tx {
	left: 20px;
	top: 20px;
}

.note06 .headline-tx {
	left: 20px;
	bottom: 20px;
}

.note07 .headline-tx {
	left: 20px;
	bottom: 20px;
}

.note08 .headline-tx {
	right: 20px;
	top: 20px;
}

.note10 .headline-tx {
	left: 20px;
	top: 20px;
}

.note11 .headline-tx {
	right: 20px;
	top: 20px;
}

.note12 .headline-tx {
	right: 20px;
	bottom: 20px;
}

.note13 .headline-tx {
	left: 20px;
	bottom: 20px;
}

.notelower .headline-tx {
	bottom: 0;
	/*min-height: 100vh;*/
}

.homerow {
	flex-direction: row;
	align-self: flex-start;
	z-index: 10;
}


.infografia .headline-tx {
	/* bottom: 0; */
	position: absolute;
	bottom: 20px;
	right: 20px;
	max-width: 400px;
}

a.infodown {
	background-color: #e4b609;
	padding: 30px;
	margin: auto;
	color: #91103E;
	font-size: 2rem;
	font-weight: 900;
	display: block;
	text-align: center;
	line-height: initial;
}

.midsector {
	display: flex;
	flex-direction: row;
	padding: 1.5%;
	position: relative;
	/* overflow: hidden; */
}

.tituloDes.head01 .headline-tx {
	top: 20px;
	left: 20px;
	width: 400px;
}

.tituloDes.head02 .headline-tx {
	right: 20px;
	bottom: 20px;
	width: 400px;
}

.tituloDes.head03 .headline-tx {
	right: 20px;
	bottom: 20px;
	width: 400px;
}

.tituloDes.head04 .headline-tx {
	left: 20px;
	bottom: 20px;
	width: 400px;
}

.tituloDes.head05 .headline-tx {
	left: 20px;
	top: 20px;
	width: 400px;
}

.tituloDes.head06 .headline-tx {
	left: 20px;
	bottom: 20px;
	width: 400px;
}

.tituloDes.head07 .headline-tx {
	left: 20px;
	bottom: 20px;
	width: 400px;
}

.tituloDes.head08 .headline-tx {
	right: 20px;
	top: 20px;
	width: 400px;
}

/*Estilos para el mapa y contenedor del mapa*/

.container-map {
	position: relative;
	width: auto;
	height: auto;
	margin: 0rem auto;
	border-radius: 1rem;
	margin-bottom: 5rem;
}

.punto {
	position: absolute;
	width: 0.8rem;
	height: 0.8rem;
	background-color: red;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s ease-in-out;
	display: var(--displayPoint);
}

.punto:hover {
	transform: rotate(90deg);
}

.punto::after {
	width: 3.9rem;
	height: 3.9rem;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-color: red;
	border-radius: 50%;
	opacity: 0;
	margin: -1.3rem 0 0 -1.3rem;
	animation: waves 20s infinite;
}

@keyframes waves {
	0% {
		transform: scale(0);
	}

	1% {
		opacity: 0.7;
	}

	5% {
		opacity: 0;
		transform: scale(1);
	}
}

.info {
	width: 30rem;
	height: 20rem;
	position: absolute;
	top: 1rem;
	left: -10.8rem;
	transform: rotate(-90deg);
	display: none;
}

.punto:hover .info {
	display: block;
}

.content_container {
	width: 18rem;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 1rem 3.1rem -0.4rem rgba(88, 67, 128, 0.6);
	border-radius: 0.7rem;
	position: absolute;
	animation: appear 1s;
	transition: 1s;
}

.content_container td {
	padding: 7px 0px;
}

/* CARRUSEL DE IMAGENES EN TARJETAS*/

/*
.content_container .carousel-item {
	height: 10vw;
}*/

.carousel {
	margin-bottom: 30px;
	border-bottom: solid 2px;
}

.content_container .carousel-item a {
	padding: 0 !important;
}

.content_container .carousel-item img {
	filter: grayscale(1);
	object-fit: cover;
}

.content_container .carousel-indicators {
	margin-bottom: 0rem;
}

.content_container .carousel-caption {
	display: none !important;
}

/*
.content_container_bog {
	width: 18rem;
	height: 20rem;
	background-color: rgba(255, 255, 255, 0.73);
	box-shadow: 0 1rem 3.1rem -0.4rem rgba(88, 67, 128, 0.6);
	border-radius: 0.7rem;
	position: absolute;
	animation: appear 1s;
	transition: 1s;
}*/

.info:before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: 5.5rem;
	left: 83%;
	border-style: solid;
	border-width: 0.75rem 0 0.75rem 0.8rem;
	border-color: transparent transparent transparent #450bda;
}

@keyframes appear {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		opacity: 0;
		transform: scale3d(1.slideTitle1, 1.1, 1.1);
	}

	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}

	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.title {
	width: 25rem;
	height: auto;
	background-color: #3D2717;
	border-radius: 0.7rem 0.7rem 0 0;
	font-size: 2em;
	padding: 1.5rem;
	text-align: center;
	color: #fff;

	line-height: 1;
}

.text {
	width: 98%;
	height: 12vw;
	padding: 1.4rem;
	box-sizing: border-box;
	font-size: 1rem;
	line-height: 1.3rem;
	color: #3D2717;
	overflow: auto;
	text-align: left;

}

/*Zona Centro**/
#bogota {
	top: 41.6%;
	left: 40.58%;
	background-color: #c80cee1f;
}

#bogota::after {
	animation-delay: 1s;
}

#medellin {
	top: 32.2%;
	left: 32.8%;
	background-color: #c80cee1f;
}

#medellin::after {
	animation-delay: 2s;
}

#manizales {
	top: 32.2%;
	left: 32.8%;
	background-color: #c80cee1f;
}

#manizales::after {
	animation-delay: 3s;
}

/*Zona Pacifico y Atlantico**/
#tumaco {
	top: 58.5%;
	left: 12.5%;
	background-color: #c80cee1f;
}

#tumaco::after {
	animation-delay: 4s;
}

#palmira {
	top: 58.5%;
	left: 12.5%;
	background-color: #c80cee1f;
}

#palmira::after {
	animation-delay: 5s;
}

#caribe {
	top: 12.1%;
	left: 5.3%;
	background-color: #c80cee1f;
}

#caribe::after {
	animation-delay: 6s;
}

/*Zona Oriente**/
#lapaz {
	top: 31.3%;
	left: 60%;
	background-color: #c80cee1f;
}

#lapaz::after {
	animation-delay: 7s;
}

#orinoquia {
	top: 31.3%;
	left: 60%;
	background-color: #c80cee1f;
}

#orinoquia::after {
	animation-delay: 8s;
}

#amazonia {
	top: 87.3%;
	left: 64.7%;
	background-color: #5fee0c23;
}

#amazonia::after {
	animation-delay: 9s;
}

/**Estilos para Popup Central*/
/*<!--Estilos Titulos-->*/

/*<!--/Estilos Titulos-->*/

/*<!--NOTA 1-->*/
#headercentral span {

	font-size: 2.3em !important;
	color: #3D2717;
}

#headercentral h1 svg {
	width: 21px;
}

#headerrigth {
	padding: 11px 30px;
	display: flex;

	font-size: 2.3em !important;
	color: #3D2717;
	flex-direction: row-reverse;
	border-bottom: 1px solid lightgray;
}

#headerrigth svg {
	width: 30px;
}

#headerleft {
	padding: 11px 30px;

	font-size: 2.3em !important;
	color: #3D2717;
	border-bottom: 1px solid lightgray;
}

#headerleft svg {
	width: 30px;
}

/* Header del popup de carrusel de imagenes*/

.slideTitle {
	padding: 11px 30px;

	font-size: 2.3em !important;
	color: #3D2717;
}

.contenidoMod {
	font-family: "Fira Sans Condensed", sans-serif;
	/* margin: 0 auto; */
}

.contenidoMod p {
	font-size: 1.3rem;
	text-align: left;
	color: #34401a;
	font-weight: 400;
	;
}

.contenidoMod p a {
	color: #d98d2b;
}

.contenidoMod .head-destacado .fotoDes figure img {
    object-fit: cover;
}

.audioDes .audio {
	height: 28vw;
}

.audioDes .audio .vjs-matrix {
	object-fit: cover;
	background-size: cover;
}

.audioDes .audio .plyr__poster {
	background-size: cover;
}


/*.audioDes .audio .plyr__control{
	display: none;url(font-family:%20%22Ancizar%20Sans%20Regular%22%2C%20sans-serif%3B)
}*/

.audioDes .plyr__control--overlaid {
	display: none !important;
}

.carousel-control-next-icon {
	width: 4rem !important;
	height: 4rem !important;
}

.carousel-control-prev-icon {
	width: 4rem !important;
	height: 4rem !important;
}

.galeriaDes .carousel-item img {
	/*height: 28vw !important;*/
	filter: brightness(0.8);
}

.galeriaDes .carousel-caption p {
	text-align: center;
}

.galeriaTiktok .carousel-item img {
	margin: 0 auto;
	width: 30% !important;
	height: 30% !important;
	object-fit: cover;
	filter: brightness(0.8);
}

.galeriaTiktok .carousel-caption {
	width: 27%;
	margin: 0 auto;
}

.galeriaTiktok .carousel-control-prev-icon {
	background-image: url("../../images/img_ln/imgtiktoks/iconos_svg/flecha_izq_tiktok.svg");
}

.galeriaTiktok .carousel-control-next-icon {
	background-image: url("../../images/img_ln/imgtiktoks/iconos_svg/flecha_der_tiktok.svg");
}

.notelabel {
	position: relative;
}

.notelabel span {
	background-color: #df7c2999;
	position: absolute;
	padding: 20px;
	font-size: 1.4rem;
	border-radius: 0 0 30px;
	color:#34401a;
}

.tituloDes h2 {
	font-family: "Fira Sans Condensed", sans-serif;
	color: #536629;
	padding: 8rem 0 1rem;
	font-size: 3.5rem;
	line-height: 1.1;
	text-align: left;
}

.tituloDes p {

	font-size: 3.5rem;
	line-height: 1.1;
	text-align: left;
}

.leadDes p {
	color: #9ca64f;
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 2vw 0;
	font-style: italic;
}

p.pieDes {
	color: #fff;
	font-weight: 300;
	padding: 5%;
	font-size: 1em !important;
	position: absolute;
	bottom: 0;
	background-color: #536629db;
	width: 100%;
	margin: 0;
}

/* CONTENIDO DESTACADO*/

.subCont h3 {
	color: #df7c29;
	padding: 2rem 0;
	font-family: "Fira Sans Condensed", sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	margin: 1rem 0;
}

.subCont h4 {
	/* width: 80%; */
	color: #91103E;
	padding: 1rem 0;
	font-family: "Fira Sans Condensed", sans-serif;
	font-weight: 700;
	margin: 1rem 0;
}

.piesCont {
	width: 80%;
	margin: 0 auto;
	color: #173A3D;

	padding: 20px;
	font-size: 1em !important;
}

hr {
	width: 80%;
	border-top: 2px solid #FDC607;
	opacity: 1;
}

.notaCont {
	color: #3D2717;

	padding: 25px;
	font-size: 1.4em !important;
}

.creditos p {
  font-size: 0.95em;
  line-height: 1.6;
  font-weight: 700;
  color: #df7c29;
}

.creditos .autorCre, .creditos .autorBio, .creditos .fechaCre  {
	color: #df7c29;
}

.audioCont {
	width: 80%;
	margin: 2vw auto;
}

.imagenCont {
	width: 80%;
	margin: 2vw auto 0;
	padding: 0px;
	border: none !important;
	background: none;
	box-shadow: none;
}

.imagenCont img {
	width: 100%;
}

.galeriaCont {
	width: 80%;
	margin: 0 auto;
}

.galeriaCont p {
	text-align: center;
}

.videoCont {
	width: 80%;
	margin: 0 auto;
}

.listadoCont {
	width: 80%;
	margin: 0 auto;	
	font-size: 1.22rem !important;
	line-height: 1.5;
	margin: 0 auto;
	color: #33401a;
}

.listadoCont b {
	color: #3D2717;
}

.listadoCont li {
	list-style: initial;
}

.viñetasCont {
	width: 80%;
	margin: 0 auto;

	font-size: 1.22rem !important;
	line-height: 1.5;
	margin: 0 auto;
}

.viñetasCont b svg {
	color: #3D2717;
	font-size: medium;
	fill: #3D2717;
}

.refCont {
	width: 80%;

	font-size: 1rem;
}

.refCont ul li {
	padding: 10px;
}

.refCont sup {
	color: #3D2717;
	font-weight: 700;
}

.secVideo {
	height: 75vh;
}

.secVideo video {
	object-fit: cover;
}

/*<!--/NOTA 1-->*/

/**Elementos de estilo M.T. UNAL*/

.card .card-body {
	margin: 0px 10px;
	padding: 14px 14px 4px 14px;
	background-color: #e3e3e3;
	overflow: auto;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.padModal {
	padding: 0px !important;
}

card,
img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	outline: 0;
}



/*AUDIO CENTRAL*/

#audioCentral {
	margin: 30px auto;
	max-width: 92%;
}

.plyr--audio .plyr__controls {
	color: #ffffff;
	border-radius: 30px;
	background-color: #34401a;
}

/* MODAL CARRUSEL DE IMAGENES*/

.modal-header h1 {

	font-size: 1.5rem !important;
	color: #3D2717;
}


.modal-header button {
	width: 30px;
}

.modal-body {
	padding: 0px;
}

.modal-footer {
	display: none;
}

.btn-close {
	--bs-btn-close-opacity: 1;
	--bs-btn-close-bg: "";
	height: auto;
}

.btn-close img {
	width: 25px;
}

.carousel-caption {
	background-color: #91103E;
	width: 100%;
	position: initial;
}

.carousel-caption h5 {

	font-size: 1em !important;
}

.carousel-caption p {
	color: #ffffff;
	text-align: center;
}

#carouselPopup_hm .carousel-caption h5 {

	text-align: right;
	font-size: 1.6em !important;
	color: #91103E;
	font-weight: 900;
}

#carouselPopup_hm .carousel-caption p {

	text-align: right;
	color: #0E91A5;
}

#carouselPopup .carousel-item img {
	filter: brightness(0.8);
	object-fit: cover;
	/*height: 28vw !important;*/
}

p sup {
	color: #173A3D;
	font-weight: 700;
}

.carousel-indicators {
	margin-bottom: 0;
}

/* Acerca de */

.headerAcercaD {
	padding: 11px 30px;
	font-size: 2.3em !important;
	color: #ffffff;
	background-color: #FDC607;
	border-bottom: 1px solid lightgray;
}

.acerca_de {
	color: #535353;
}

.acerca_de h2 {
	color: #df7c29;
	font-family: "Fira Sans Condensed", sans-serif;
}

.acerca_de h2 strong {
	color: #34401a;
	font-size: 2em;
}

.acerca_de h3 {
	font-family: "Fira Sans Condensed", sans-serif;
	color: #df7c29;
	margin: 1.5vw 0;
	font-size: 2em;
}

.acerca_de p {
	font-size: 1.2rem;
	line-height: 1.5;
	padding-bottom: 10px;
	font-family: "Fira Sans Condensed", sans-serif;
}

.acerca_de ul {
	font-size: 1.2rem;
	line-height: 1.5;
	font-family: "Fira Sans Condensed", sans-serif;
}

.acerca_de .introduccion {
	border-bottom: 3px solid #000000;
	padding: 0 0 2vw 0;
	margin: 2vw 0;
	font-size: 1.2rem;
	line-height: 1.5;
}

.acerca_de .acerca_de_down p {
	border-top: 3px solid #000000;
	padding: 2vw 0 0vw;
	margin: 2vw 0 1vw;
	font-size: 1.7em;
	line-height: 1.5;
	color: #9ca64f;
}

.acerca_de .acerca_de_down2 p {
	font-size: 1.7em;
	color: #9ca64f;
}

.headline-wrap .headline-tx {
	display: none;
}

.news01 .fotoDes {
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left top;
	/*position: relative;*/
}

.news01 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 25vw;
	top: 0;
}

.news01 .contenido-tx {
	padding-left: 27vw;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

.news02 .fotoDes {
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #ffffff;
/*	position: relative;*/
	/* border: #000000 1px solid; */
}

.news07 .head-destacado {
	max-height: 125vh;
}

.news02 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 25vw;
	top: 0;
}

.news02 .contenido-tx {
	padding-left: 27vw;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

.news03 .fotoDes {
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/* background-position: 50%; */
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #ffffff;
	/*position: relative;*/
	/* border: #000000 1px solid; */
}

.news03 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 25vw;
	top: 0;
}

.news03 .contenido-tx {
	padding-left: 27vw;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

.news04 .fotoDes {
	min-height: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	/* background-size: 100%; */
	background-position-x: right;
	/*position: relative;*/
}

.news04 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 23vw;
	top: 0;
	right: 0;
}

.news04 .contenido-tx {
	padding: 0 10%;
	overflow-y: auto;
	height: 100%;
	margin-right: 23vw;
}

.news05 .fotoDes {
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left top;
	/*position: relative;*/
}

.news05 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 25vw;
	top: 0;
}

.news05 .contenido-tx {
	padding-left: 27vw;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

.news06 .fotoDes {
	min-height: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/*position: relative;*/
}

.news06 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 25vw;
	top: 0;
}

.news06 .contenido-tx {
	padding-left: 27vw;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

.news07 .fotoDes {
	min-height: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	/* background-size: 100%; */
	background-position-x: right;
	/*position: relative;*/
}

.news07 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 23vw;
	top: 0;
	right: 0;
}

.news07 .contenido-tx {
	padding: 0 10%;
	overflow-y: scroll;
	height: 100%;
	margin-right: 20vw;
}

.news08 .fotoDes {
	min-height: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/*position: relative;*/
}

.news08 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 25vw;
	top: 0;
}

.news08 .contenido-tx {
	padding-left: 27vw;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

.news09 .fotoDes {
	min-height: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position-x: right;
	/*position: relative;*/
}

.news09 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 23vw;
	top: 0;
	right: 0;
}

.news09 .contenido-tx {
	padding: 0 10%;
	overflow-y: scroll;
	height: 100%;
	margin-right: 23vw;
}

.news10 .fotoDes {
	min-height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: right;
}

.news10 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 25vw;
	top: 0;
	right: 0;
}

.news10 .contenido-tx {
	padding: 0 10%;
	overflow-y: auto;
	height: 100%;
	margin-right: 25vw;
    padding-bottom: 5%;
}

/*.news10 .leadDes {
	display: none;
}*/

.news11 .fotoDes {
	min-height: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.news11 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 25vw;
	top: 0;
}

.news11 .contenido-tx {
	margin-left: 20vw;
	height: 100%;
	padding: 0 10% 5%;
	right: 0;
    overflow-y: auto;
}

/*.news11 .leadDes {
	display: none;
}*/

.news12 .fotoDes {
	min-height: 100%;
	background-image: url("../../pages/content/item12/BC12-MainV.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.news12 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 20vw;
	top: 0;
}

.news12 .contenido-tx {
	margin-left: 20vw;
	height: 100%;
	padding: 0 10%;
	right: 0;
}

.news12 .leadDes {
	display: none;
}

.news13 .head-destacado {
	overflow: hidden;
	height: 100%;
	position: absolute;
	width: 20vw;
	top: 0;
	right: 0;
}

.news13 .contenido-tx {
	padding: 0 10%;
	overflow-y: none;
	height: 100%;
	margin-right: 20vw;
}

.news13 .fotoDes {
	min-height: 100%;
	background-image: url("../../pages/content/item13/BC13-MainV.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.news13 .contenido-tx .plyr {
	height: initial;
}



.marquee-wrapper {
	display: block;
}

.listadoMovil {
	display: none;
}

.notacarrusel {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
}



.audioblock {
	padding: 5px;
	;
}

.headline-wrap.item-ig,
.headline-wrap.item-vd {
	background-color: #91103E;
	min-height: 100px;
}


.headline-wrap.item-ig h2 {
	font-size: 2rem;
}

/*ESTILOS SCROLLBAR*/

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	margin: 5px;
}

::-webkit-scrollbar-thumb {
	background: #3D2717;
	border-radius: 5px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #ffffff;
	border-radius: 5px;
}

#mapSection .row {
	--bs-gutter-x: -0.5rem;
	--bs-gutter-y: 0;
}

/*Menu Desplegable*/
/* reset button */
button {
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	text-transform: none;
	line-height: normal;
	overflow: visible;
}

section.herorow nav {
    position: fixed;
    top: 175px;
    right: 0;
    width: auto;
    padding: 0 5% 0;
	justify-content: right;
	--_clr-txt: rgb(255, 255, 255);
	--_clr-txt-svg: rgb(147, 158, 184);
	--_ani-speed: 6s;
	/* speed of rotating text */

	display: flex;
	/*flex-wrap: wrap;*/
	gap: 1rem;
    z-index: 55;
}

section.herorow nav ul {
    min-width: 600px;
}

nav>button {
	position: relative;
	display: grid;
	place-content: center;
	grid-template-areas: 'stack';
	padding: 0 1.5rem;
	text-transform: uppercase;
	font-weight: 300;
}

/* place button items on top of each other */
nav>button>span {
	transition: all 300ms ease-in-out;
	grid-area: stack;
}

nav>button>span:last-of-type {
	margin-top: 0.25rem;
	transform: scale(0);
	transition-delay: 0ms;
	border-radius: 50%;
}

/* hover - hide text */
nav>button:focus-visible>span:first-of-type,
nav>button:hover>span:first-of-type {
	transform: scale(0);
}

/* hover - reveal icon */
nav>button:focus-visible>span:last-of-type,
nav>button:hover>span:last-of-type {
	transform: scale(1);
}

/* nav SVG circular text*/
nav>button>svg {
	position: absolute;
	width: 145px;
	height: 145px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	opacity: 1;
	text-transform: uppercase;
	transition: all 300ms ease-in-out;
	color: #000000;
}

/* hover - reveal rotating SVG */
nav>button:focus-visible>svg,
nav>button:hover>svg {
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
	transition-delay: 150ms;
	transition: all 300ms ease-in-out;
}

/*
@supports (-webkit-touch-callout: none) {
  /* specific to iOS devices * / 
  button svg {
      /* adjust position for iOS * /
      translate: -50% -50%;
      animation: rotate var(--_ani-speed) linear infinite;
  }
}
@supports not (-webkit-touch-callout: none) {
 */


button svg g {
	transform-origin: center;
	animation: rotate var(--_ani-speed) linear infinite;
}

button.dropdown-toggle {
	background-color: none;
	width: 100px;
	height: 100px;


}

button.dropdown-toggle:hover {
	background-color: #5a7324;
	border-radius: 50px;
	animation: fadeIn 1s;
	color: #ffffff;
}

.newslistbull {
	margin-right: 10px;
}

figure.itemicon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	background-color: #df7c2999;
	border-radius: 0 0 35px 0;
	fill:#34401A;
}

figure.abouticon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	background-color: #34401a;
	border-radius: 0 0 60px 0;
	padding: 30px;
}

figure.abouticon>svg {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	opacity: 1;
	text-transform: uppercase;
	transition: all 300ms ease-in-out;
	color: #ffffff;
}

figure.itemicon .symbol {
	width: 256px;
	padding: 20px;
	margin: 10px;
}

figure.itemicon svg:first-child {
	width: 50px;
	height: 50px;
	padding: 5px;
	margin: 5px;
}

figure.itemicon svg:nth-child(2) {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	opacity: 1;
	text-transform: uppercase;
	transition: all 300ms ease-in-out;
	color: #000000;
}

figure.itemicon svg g {
	transform-origin: center;
	animation: rotate 10s linear infinite;
}

figure.abouticon svg g {
	transform-origin: center;
	animation: rotate 10s linear infinite;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*Contrastes*/

/*Contraste 1*/
.contraste-1 {
	background: #4b0082;
}

.contraste-1 .col.secVideo:before {
	background: #e5f558;
}

.contraste-1 .franja_especiales {
	background-color: #4b0082;
}

.contraste-1 #contentText {
	background: #e5f558;
	color: #4b0082;
}

.contraste-1 #mapSection .container-map img {
	filter: hue-rotate(329deg);
}

.contraste-1 .content_container .carousel-item img {
	filter: grayscale(1) !important;
}

.contraste-1 .content_container {
	background: #e5f558;
}

.contraste-1 .content_container .text {
	color: #4b0082 !important;
}

.contraste-1 .content_container .title {
	background-color: #4b0082;
	color: #e5f558;
}

.contraste-1 .content_container .text svg {
	filter: hue-rotate(329deg);
}

.contraste-1 ::-webkit-scrollbar-thumb {
	background: #4b0082;
}


.contraste-1 .menu_plegado::before {
	color: #4b0082;
}

.contraste-1 aside {
	background-color: #e5f558;
	box-shadow: 0 0px 10px 0;
}

.contraste-1 .text-menu-des a {
	color: #4b0082 !important;
}

.contraste-1 .modal-content {
	background-color:#905ba1;
};


.contraste-1 .text-menu-des {
	color: #4b0082;
}

.contraste-1 .text-menu-des svg {
	filter: hue-rotate(338deg);
}

.contraste-1 section.herorow ul.dropdown-menu {
    background: #f6dbf2;
}

.contraste-1 section.herorow ul.dropdown-menu li a {
	color: #42037d !important;
}

.contraste-1 section.herorow ul.dropdown-menu a:hover {
    background: #42037d;
    color: #ffffff !important; 
}


.contraste-1 #headercentral {
	background-color: transparent;
}

.contraste-1 #headercentral span {
	color: #4b0082;
}

.contraste-1 #bodycentral {
	color: #905ba1;
}

.contraste-1 .tituloDes h2 {
	color: #ffdaf4;
}

.contraste-1 .leadDes p {
	color: #fffbb9;
}

.contraste-1 .contenidoMod p {
	color: #fffbb9;	
}

.contraste-1 .creditos .autorCre {
	color: #fffbb9;
}

.contraste-1 .subCont h3 {
	color: #ffdaf4;
}

.contraste-1 .listadoCont {
	color: #fffbb9;
}

.contraste-1 .listadoCont b {
	color: #fffbb9;
}

.contraste-1 .viñetasCont {
	color: #fffbb9;
}

.contraste-1 .viñetasCont li b svg {
	fill: #e5f558;
}

.contraste-1 hr {
	border-top: 2px solid #ffdaf4;
}

.contraste-1 .refCont sup {
	color: #e5f558;
}

.contraste-1 .refCont {
	color: #e5f558;
}

.contraste-1 .contenidoMod p a {
	color: #2fc9fe;
}
.contraste-1 ol li {
    color: #fffbb9;
}

.contraste-1 p sup {
	color: #2fc9fe;
}

.contraste-1 .carousel-caption h5 {
	color: #e5f558;
}

.contraste-1 #headerrigth {
	background-color: #e5f558;
}

.contraste-1 #headerrigth span {
	color: #4b0082;
}

.contraste-1 #bodyrigth {
	background-color: #4b0082;
}

.contraste-1 #headerleft {
	background-color: #e5f558;
}

.contraste-1 #headerleft span {
	color: #4b0082;
}

.contraste-1 #bodyleft {
	background-color: #4b0082;
}

/* MODAL DEL CARRUSEL*/

.contraste-1 #staticBackdropLabel {
	color: #e5f558;
}

.contraste-1 .carousel-caption p {
	color: #e5f558;
}

.contraste-1 .galeriaTiktok .carousel-control-next-icon {
	filter: invert(1);
}

.contraste-1 .galeriaTiktok .carousel-control-prev-icon {
	filter: invert(1);
}

.contraste-1 .headerAcercaD {
	background-color: #e5f558;
}

.contraste-1 .headerAcercaD span {
	color: #4b0082;
}

.contraste-1 .offcanvas-body {
	background-color: #4b0082;
}

.contraste-1 .acerca_de h2 {
	color: #e5f558;
}

.contraste-1 .acerca_de h2 strong {
	color: #e5f558;
}

.contraste-1 .acerca_de p {
	color: #e5f558;
}

.contraste-1 .acerca_de ul {
	color: #e5f558;
}

.contraste-1 .acerca_de h3 {
	color: #e5f558;
}

.contraste-1 .acerca_de .acerca_de_down p {
	border-top: 3px solid #e5f558;
}

.contraste-1 .acerca_de .introduccion {
	border-bottom: 3px solid #e5f558;
}

.contraste-1 .special-lead-block #contentText h2 {
	color: #e5f558;
}

.contraste-1 .plyr--audio .plyr__controls {
	color: #e5f558;
	background-color: #4b0082;
}

.contraste-1 .arrowDown svg {
	fill: #4b0082;
}

.contraste-1 h4 {
	color: #e5f558;
}

.contraste-1 ul {
	color: #e5f558;
}
/*C1 BC Updates*/

.contraste-1 #container canvas {
	filter: opacity(0.5);
}
.contraste-1 .maintitle img {
	filter: hue-rotate(38deg) saturate(0.41) brightness(6.6);
}
.contraste-1 .special-lead-block p{
	color: #fffbb9;
}
.contraste-1 .main-headline h2{
	color: #ffdaf4;
}
.contraste-1 .Main-Author{
	color: #ffdaf4;
}
.contraste-1 .Main-Author-Role{
	color: #ffffff;
}
.contraste-1 .main-headline p{
	color: #ffffff;
}
.contraste-1 a.headline-read-more{
	background-color: #4b0082;
	color: #ffdaf4;
}
.contraste-1 svg.main-icon{
	background-color: #4b0082;
	fill: #ffdaf4;
}
.contraste-1 button.dropdown-toggle:hover{
	background-color: #ffdaf4;
	color: #4b0082;
}
.contraste-1 .member-details{
	background-color: #4b0082;	
}
.contraste-1 h3.member-title{
	color: #fffbb9;	
}
.contraste-1 .member-subtitle{
	color:#ffffff;
}
.contraste-1 figure.itemicon{
	background-color:#ffdaf4;
	fill: #4b0082;	
}
.contraste-1 p.pieDes{
	background-color: #4b0082;
}
.contraste-1 .notelabel span{
	background-color: #4b0082;
	color: #fffbb9;
}
.contraste-1 .headline-wrap svg path {
	fill: #4b0082;
}
.contraste-1 .headline-wrap.item-tx .btn-close, .contraste-1 .headline-wrap.item-vd .btn-close, .contraste-1 .headline-wrap.item-au .btn-close, .contraste-1 .headline-wrap.item-gl .btn-close, .contraste-1 .headline-wrap.item-ig .btn-close {
	background-color:#ffdaf4;
}
.contraste-1 .marquee-arrow{
	background-color: #ffdaf4;
}

.contraste-1 button.dropdown-toggle span.material-symbols-outlined img {
	filter: brightness(100);
}

/* CONTRASTE 2 */

.contraste-2 {
	background: #801856;
}

.contraste-2 .col.secVideo:before {
	/*background-color: #ffa200;*/
	background-color: #ffc745;
}

.contraste-2 .franja_especiales {
	background-color: #ffc745;
}

.contraste-2 #contentText {
	background: transparent;
	color: #ffc745;
}

.contraste-2 #mapSection .container-map img {
	filter: hue-rotate(329deg);
}

.contraste-2 .content_container .carousel-item img {
	filter: grayscale(1) !important;
}

.contraste-2 .content_container {
	background: #ffc745;
}

.contraste-2 .content_container .text {
	color: #801856 !important;
}

.contraste-2 .content_container .title {
	background-color: #801856;
	color: #ffc745;
}

.contraste-2 .content_container .text svg {
	filter: hue-rotate(329deg);
}

.contraste-2 ::-webkit-scrollbar-thumb {
	background: #801856;
}

.contraste-2 .btn-close img {
	filter: invert(1);
}

.contraste-2 #svgClose {
	filter: invert(1);
}

.contraste-2 #headerleft svg {
	filter: invert(1);
}

.contraste-2 #headerrigth svg {
	filter: invert(1);
}

.contraste-2 .menu_plegado::before {
	color: #801856;
}

.contraste-2 aside {
	background-color: #ffc745;
	box-shadow: 0 0px 10px 0;
}

.contraste-2 aside hr {
	border-top: 2px solid #801856 !important;
}

.contraste-2 .text-menu-des a {
	color: #801856 !important;
}

.contraste-2 .modal-content {
	background-color: #801856;
}

.contraste-2 .text-menu-des {
	color: #801856;
}

.contraste-2 .text-menu-des svg {
	filter: hue-rotate(338deg);
}

.contraste-2 section.herorow ul.dropdown-menu {
    background: #cff3d5;
}

.contraste-2 section.herorow ul.dropdown-menu li a {
	color: #6f2154 !important;
}

.contraste-2 section.herorow ul.dropdown-menu a:hover {
    background: #6f2154;
    color: #ffffff !important; 
}

.contraste-2 #headercentral {
	background-color: transparent;
}

.contraste-2 #headercentral span {
	color: #801856;
}

.contraste-2 #bodycentral {
	color: #801856;
}

.contraste-2 .tituloDes h2 {
	color: #ffa200;
}

.contraste-2 .leadDes p {
	color: #ffa200;
}

.contraste-2 .contenidoMod p {
	color: #f5f5f5;
}
.contraste-2 ol li {
	color: #f5f5f5;
}

.contraste-2 .creditos .autorCre {
	color: #FFDA99;
}

.contraste-2 .subCont h3 {
	color: #FFDA99;
}

.contraste-2 .listadoCont {
	color: #ffa200;
}

.contraste-2 .listadoCont b {
	color: #ffa200;
}

.contraste-2 .viñetasCont {
	color: #ffa200;
}

.contraste-2 .viñetasCont li b svg {
	fill: #ffa200;
}

.contraste-2 hr {
	border: 2px solid #801856;
}

.contraste-2 .refCont sup {
	color: #ffa200;
}

.contraste-2 .refCont {
	color: #ffa200;
}

.contraste-2 .contenidoMod p a {
	color: #2fc9fe;
}

.contraste-2 p sup {
	color: #2fc9fe;
}

.contraste-2 .carousel-caption h5 {
	color: #ffa200;
}

.contraste-2 #headerrigth {
	background-color: #ffa200;
}

.contraste-2 #headerrigth span {
	color: #801856;
}

.contraste-2 #bodyrigth {
	background-color: #801856;
}

.contraste-2 #headerleft {
	background-color: #ffa200;
}

.contraste-2 #headerleft span {
	color: #801856;
}

.contraste-2 #bodyleft {
	background-color: #801856;
}

/* MODAL DEL CARRUSEL*/

.contraste-2 #staticBackdropLabel {
	color: #ffa200;
}

.contraste-2 .carousel-caption p {
	color: #ffa200;
}

.contraste-2 .galeriaTiktok .carousel-control-next-icon {
	filter: invert(1);
}

.contraste-2 .galeriaTiktok .carousel-control-prev-icon {
	filter: invert(1);
}

.contraste-2 .headerAcercaD {
	background-color: #ffa200;
}

.contraste-2 .headerAcercaD span {
	color: #801856;
}

.contraste-2 .offcanvas-body {
	background-color: #801856;
}

.contraste-2 .acerca_de h2 {
	color: #ffa200;
}

.contraste-2 .acerca_de h2 strong {
	color: #ffa200;
}

.contraste-2 .acerca_de p {
	color: #ffa200;
}

.contraste-2 .acerca_de ul {
	color: #ffa200;
}

.contraste-2 .acerca_de h3 {
	color: #ffa200;
}

.contraste-2 .acerca_de .acerca_de_down p {
	border-top: 3px solid #ffa200;
}

.contraste-2 .acerca_de .introduccion {
	border-bottom: 3px solid #ffa200;
}

.contraste-2 .special-lead-block #contentText {
	background-color: #801856;
	color: #ffa200;
}

.contraste-2 .special-lead-block #contentText h2 {
	color: #ffa200;
}

.contraste-2 .plyr--audio .plyr__controls {
	color: #801856;
	background-color: #ffa200;
}

.contraste-2 div.separador hr {
	border-color: #ffa200;
	padding: 0;
}

.contraste-2 div.separador svg circle {
	fill: #ffa200;
}

.contraste-2 .headline-tx {
	background-color: #ffa200cc;
}

.contraste-2 .news13 .head-destacado .headline-tx {
	position: initial;
	background-color: #ffa200;
}

.contraste-2 .headline-tx h2 {
	color: #801856;
}

.contraste-2 .head-destacado .tituloDes .headline-tx h2 {
	color: #801856;
}

.contraste-2 .category-icon.item-tx,
.contraste-2 .category-icon.item-vd,
.contraste-2 .headline-wrap.item-vd,
.contraste-2 .category-icon.item-ig,
.contraste-2 .category-icon.item-au {
	background-color: #801856;
}


.contraste-2 .headline-wrap h2 {
	color: #ffa200;
}

.contraste-2 .category-icon img {
	filter: invert(1);
}

.contraste-2 .arrowDown svg {
	fill: #ffa200;
}

/*Titulos Notas*/
.contraste-2 .news05 .tituloDes h2,
.contraste-2 .news06 .tituloDes h2,
.contraste-2 .news07 .tituloDes h2,
.contraste-2 .news08 .tituloDes h2 {
	color: #ffc745;
}

.contraste-2 h4 {
	color: #ffc745;
}

.contraste-2 ul {
	color: #ffc745;
}

/*C2 BC Updates*/

.contraste-2 #container canvas {
	filter: opacity(0.5);
}
.contraste-2 .maintitle img {
	filter: hue-rotate(323deg) saturate(6.41) brightness(1.7);
}
.contraste-2 .special-lead-block p{
	color: #ffffff;
}
.contraste-2 .main-headline h2{
	color: #BEF4D2;
}
.contraste-2 .Main-Author{
	color: #BEF4D2;
}
.contraste-2 .Main-Author-Role{
	color: #ffffff;
}
.contraste-2 .main-headline p{
	color: #ffffff;
}
.contraste-2 a.headline-read-more{
	background-color: #2c1819;
	color: #BEF4D2;
}
.contraste-2 svg.main-icon{
	background-color: #2c1819;
	fill: #BEF4D2;
}
.contraste-2 button.dropdown-toggle:hover{
	background-color: #BEF4D2;
	color: #ffc745;
}
/*
.contraste-2 .member-details{
	background-color: #ffa200;	
}*/
.contraste-2 h3.member-title{
	color: #ffc745;	
}
.contraste-2 .member-subtitle{
	color:#f5f5f5;
}
.contraste-2 figure.itemicon{
	background-color:#BEF4D2;
	fill: #2c1819;	
}
.contraste-2 p.pieDes{
	background-color: #2c1819;
	color: #BEF4D2;
}
.contraste-2 .notelabel span{
	background-color: #ffa200;
	color: #2c1819;
}
.contraste-2 .headline-wrap svg path {
	fill: #2c1819;
}
.contraste-2 .headline-wrap.item-tx .btn-close, .contraste-2 .headline-wrap.item-vd .btn-close, .contraste-2 .headline-wrap.item-au .btn-close, .contraste-2 .headline-wrap.item-gl .btn-close, .contraste-2 .headline-wrap.item-ig .btn-close {
	background-color:#BEF4D2;
}
.contraste-2 .marquee-arrow{
	background-color: #BEF4D2;
}
.contraste-2 button.dropdown-toggle span.material-symbols-outlined img {
	filter: brightness(100);
}

/* CONTRASTE 3 */

.contraste-3 {
	background: #24517a;
}

.contraste-3 .col.secVideo:before {
	background: #f9eaa9;
}

.contraste-3 .franja_especiales {
	background-color: #00143d;
}

.contraste-3 #contentText {
	background: transparent;
	color: #f9eaa9;
}

.contraste-3 #mapSection .container-map img {
	filter: hue-rotate(260deg);
}

.contraste-3 .content_container .carousel-item img {
	filter: grayscale(1) !important;
}

.contraste-3 .content_container {
	background: #f9eaa9;
}

.contraste-3 .content_container .text {
	color: #00143d !important;
}

.contraste-3 .content_container .title {
	background-color: #00143d;
	color: #f9eaa9;
}

.contraste-3 .content_container .text svg {
	filter: hue-rotate(255deg);
}

.contraste-3 ::-webkit-scrollbar-thumb {
	background: #00143d;
}

.contraste-3 .btn-close img {
	filter: hue-rotate(45deg);
}

.contraste-3 #svgClose {
	filter: hue-rotate(45deg);
}

.contraste-3 #headerleft svg {
	filter: hue-rotate(45deg);
}

.contraste-3 #headerrigth svg {
	filter: hue-rotate(45deg);
}

.contraste-3 #headercentral svg {
	filter: hue-rotate(45deg);
}

.contraste-3 .menu_plegado::before {
	color: #00143d;
}

.contraste-3 aside {
	background-color: #f9eaa9;
	box-shadow: 0 0px 10px 0;
}

.contraste-3 aside hr {
	border-top: 2px solid #00143d !important;
}

.contraste-3 .text-menu-des a {
	color: #00143d !important;
}

.contraste-3 section.herorow ul.dropdown-menu {
    background: #cff3d5;
}

.contraste-3 section.herorow ul.dropdown-menu li a {
	color: #375077 !important;
}

.contraste-3 section.herorow ul.dropdown-menu a:hover {
    background: #375077;
    color: #ffffff !important; 
}

.contraste-3 .modal-content {
	background-color: #dbae85;
}

.contraste-3 .text-menu-des {
	/*color: #f9eaa9;*/
	color: #00143d !important;
}

.contraste-3 .text-menu-des svg {
	filter: hue-rotate(255deg);
}

.contraste-3 #headercentral {
	background-color: transparent;
}

.contraste-3 #headercentral span {
	color: #f9eaa9;
}

.contraste-3 #bodycentral {
	color: #00143d;
}

.contraste-3 .tituloDes h2 {
	color: #00143d;
}

.contraste-3 .leadDes p {
	color: #00143d;
}

.contraste-3 .contenidoMod p {
	color: #00143d;
}

.contraste-3 ol li {
	color: #00143d;
}

.contraste-3 .creditos .autorCre {
	color: #00143d;
}

.contraste-3 .subCont h3 {
	color: #00143d;
}

.contraste-3.listadoCont {
	color: #00143d;
}

.contraste-3 .listadoCont b {
	color: #00143d;
}

.contraste-3 .viñetasCont {
	color: #00143d;
}

.contraste-3 .viñetasCont li b svg {
	fill: #00143d;
}

.contraste-3 hr {
	border: 2px solid #00143d;
}

.contraste-3 .refCont sup {
	color: #00143d;
}

.contraste-3 .refCont {
	color: #00143d;
}

.contraste-3 .contenidoMod p a {
	color: #24517a;
}

.contraste-3 p sup {
	color: #24517a;
}

.contraste-3 .carousel-caption h5 {
	color: #f9eaa9;
}

.contraste-3 #headerrigth {
	background-color: #00143d;
}

.contraste-3 #headerrigth span {
	color: #f9eaa9;
}

.contraste-3 #bodyrigth {
	background-color: #f9eaa9;
}

.contraste-3 #headerleft {
	background-color: #00143d;
}

.contraste-3 #headerleft span {
	color: #f9eaa9;
}

.contraste-3 #bodyleft {
	background-color: #f9eaa9;
}

/* MODAL DEL CARRUSEL*/

.contraste-3 #staticBackdropLabel {
	color: #f9eaa9;
}

.contraste-3 .carousel-caption p {
	color: #f9eaa9;
}

.contraste-3 .galeriaTiktok .carousel-control-next-icon {
	filter: hue-rotate(255deg);
}

.contraste-3 .galeriaTiktok .carousel-control-prev-icon {
	filter: hue-rotate(255deg);
}

.contraste-3 .headerAcercaD {
	background-color: #00143d;
}

.contraste-3 .headerAcercaD span {
	color: #f9eaa9;
}

.contraste-3 .offcanvas-body {
	background-color: #f9eaa9;
}

.contraste-3 .acerca_de h2 {
	color: #00143d;
}

.contraste-3 .acerca_de h2 strong {
	color: #00143d;
}

.contraste-3 .acerca_de p {
	color: #00143d;
}

.contraste-3 .acerca_de ul {
	color: #00143d;
}

.contraste-3 .acerca_de h3 {
	color: #00143d;
}

.contraste-3 .acerca_de .acerca_de_down p {
	border-top: 3px solid #00143d;
}

.contraste-3 .acerca_de .introduccion {
	border-bottom: 3px solid #00143d;
}

.contraste-3 .plyr--video .plyr__controls {
	filter: hue-rotate(255deg);
}


.contraste-3 .plyr--full-ui.plyr--video .plyr__control--overlaid {
	filter: hue-rotate(255deg);
}

.contraste-3 .special-lead-block #contentText {
	background-color: #24517a;
	color: #f9eaa9;
}

.contraste-3 .special-lead-block #contentText h2 {
	color: #f9eaa9;
}

.contraste-3 .plyr--audio .plyr__controls {
	color: #00143d;
	background-color: #f9eaa9;
}

.contraste-3 div.separador hr {
	border-color: #f9eaa9;
	padding: 0;
}

.contraste-3 div.separador svg circle {
	fill: #f9eaa9;
}

.contraste-3 .headline-tx {
	background-color: #f9eaa9cc;
}

.contraste-3 .news13 .head-destacado .headline-tx {
	background-color: #f9eaa9;
}

.contraste-3 .headline-tx h2 {
	color: #00143d;
}

.contraste-3 .category-icon.item-tx,
.contraste-3 .category-icon.item-vd,
.contraste-3 .headline-wrap.item-vd,
.contraste-3 .category-icon.item-ig,
.contraste-3 .headline-wrap.item-ig,
.contraste-3 .category-icon.item-au {
	background-color: #00143d;
}

.contraste-3 .category-icon img {
	filter: invert(1);
}

.contraste-3 .headline-wrap h2 {
	color: #f9eaa9;
}

.contraste-3 .arrowDown svg {
	fill: #f9eaa9;
}

/*Titulos Notas*/
.contraste-3 .news01 .tituloDes h2,
.contraste-3 .news02 .tituloDes h2,
.contraste-3 .news03 .tituloDes h2 {
	color: #00143d;
}

.contraste-3 h4 {
	color: #00143d;
}

/*C3 BC Updates*/

.contraste-3 #container canvas {
	filter: opacity(0.5);
}
.contraste-3 .maintitle img {
	filter: hue-rotate(98deg) saturate(0.41) brightness(0.1);
}
.contraste-3 .special-lead-block p{
	color: #ffffff;
}
.contraste-3 .main-headline h2{
	color: #00143d;
}
.contraste-3 .Main-Author{
	color: #00143d;
}
.contraste-3 .Main-Author-Role{
	color: #ffffff;
}
.contraste-3 .main-headline p{
	color: #ffffff;
}
.contraste-3 a.headline-read-more{
	background-color: #00143d;
	color: #dbae85;
}
.contraste-3 svg.main-icon{
	background-color: #00143d;
	fill:#dbae85;
}
.contraste-3 button.dropdown-toggle:hover{
	background-color: #BEF4D2;
	color: #00143d;
}
.contraste-3 .member-details{
	background-color: #00143d;	
}
.contraste-3 h3.member-title{
	color: #dbae85;	
}
.contraste-3 .member-subtitle{
	color:#ffffff;
}
.contraste-3 figure.itemicon{
	background-color:#dbae85;
	fill:#00143d;	
}
.contraste-3 p.pieDes{
	background-color: #00143d;
	color: #dbae85;
}
.contraste-3 .notelabel span{
	background-color: #00143d;
	color: #dbae85;
}
.contraste-3 .headline-wrap svg path {
	fill: #dbae85;
}
.contraste-3 .headline-wrap svg rect {
	stroke: #dbae85;
}
.contraste-3 .headline-wrap.item-tx .btn-close, .contraste-3 .headline-wrap.item-vd .btn-close, .contraste-3 .headline-wrap.item-au .btn-close, .contraste-3 .headline-wrap.item-gl .btn-close, .contraste-3 .headline-wrap.item-ig .btn-close {
	background-color:#00143d;
}
.contraste-3 .marquee-arrow{
	background-color: #BEF4D2;
}
.contraste-3 button.dropdown-toggle span.material-symbols-outlined img {
	filter: brightness(100);
}


/*Bar Block*/
.barblock {
	position: absolute;
	top: 103px;
	z-index: 1;
	width: 100%;
}

.barblock-lock {
	position: fixed;
	top: 0px;
	z-index: 99999;
}

/*2K AND 4K settings */
@media (min-width: 2001px) {
	.imgTitulo {
		width: 30vw;
		right: 0;
		bottom: 5vh;
	}

	.special-lead-block #contentText h2 {
		font-size: 2.5rem;
	}

	.special-lead-block #contentText p {
		font-size: 1.75rem;
	}

	#contentText p {
		font-size: 1.75rem;
	}

	.fs-2 {
		font-size: 4rem !important;
	}

	#contentText {
		font-size: 2.5rem !important;
	}

	.headline-tx {
		min-height: 200px;
	}

	.headline-tx h2 {
		font-size: 1.6rem;
	}

	.modal-xl {
		max-width: 70vw;
	}

	/* .head-destacado .tituloDes h2 {
		font-size: 6rem;
	} */

	.special-lead-block #contentText {
		bottom: 5vh;
	}

	.contenidoMod p.pieDes {
		font-size: 1.1em !important;
	}

	.contenidoMod .leadDes p {
		font-size: 1.5rem;
		line-height: 1.2;
		margin: 1vw 0;
	}

	.contenidoMod p {
		font-size: 1.15rem;

	}


	.tituloDes.head06 .headline-tx {
		left: 20px;
		bottom: 20px;
		width: 400px;
	}

	.tituloDes.head02 .headline-tx {
		right: 20px;
		bottom: 20px;
		width: 400px;
	}


}

/*RESPONSIVE*/
@media (max-width: 2000px) {

	aside {
		width: 18%;
		height: 58vh;
	}

	.tituloDes.head02 .headline-tx {
		right: 60px;
		bottom: 20px;
		width: 400px;
	}

}


@media (max-width: 1400px) {
	
	.special-lead-block p {
		font-size: 1.2rem;
	}

	.arrowDown {
		bottom: 76px;
	}

	.special-lead-block #contentText {
		width: 35%;
	}

	.special-lead-block #contentText p {
		font-size: 1.1rem;
	}

	#contentText {
		width: 80%;
		margin: 5rem auto 5rem;
	}

	.menu_plegado {
		width: 6vw;
		height: 4vw;
		padding-top: 1.6%;
		padding-left: 1.2%;
	}

	.text {
		height: 17vw;
	}

	aside {
		width: 18%;
		height: 30vw;
	}

	#menudes {
		height: 35%;
	}

	.offcanvas {
		width: 80vw !important;
		margin: 0 auto !important;
	}

	.audioDes .audio {
		height: 35vw;
	}

	#seccionMenu {
		height: 15vw;
	}

	.imgTitulo {
		width: 30vw;
		bottom: 9vh;
	}

	.tituloDes.head02 .headline-tx {
		right: 20px;
		bottom: 20px;
		width: 400px;
	}

	#carouselPopup_hm div.carousel-inner div.carousel-item div.carousel-caption {
		max-height: 15vh;
	}

}

@media (max-width: 1200px) {

	section.herorow nav {
		padding: 0px 3% 0;
	}
	
	.franja .img-fluid {
		width: 24%;
		height: auto;
	}

	.member-title {
		font-size: 1.5rem;
	}
	.member-subtitle {
		font-size: 1.1rem;
	}

	.secVideo {
		height: 50vw;
	}

	.arrowDown img {
		height: 5vw;
	}

	.text {
		height: 20vw;
	}

	.content_container {
		height: auto !important;
	}

	.audioDes .audio {
		height: 40vw;
	}

	.menu_plegado {
		width: 7vw;
		height: 5vw;
		padding-top: 2%;
		padding-left: 1.5%;
	}

	.acerca_de h2 strong {
		font-size: 2.2em;
	}

	aside {
		width: 20%;
	}

	#menudes {
		height: 38%;
	}

	.special-lead-block #contentText {
		width: 35%;
	}

	/*
	.headline-block {
		width: calc(50% - 10px);
		min-height: 30vw;
	}
	.headline-block.note01 {
		width: calc(100% - 10px);
		min-height: 30vw;
	}*/
	.headline-tx h2 {
		font-size: 1.1rem;
	}

	/*
	.headline-block:nth-child(9) {
		width: 100%;
	}*/
	.note01 .headline-tx,
	.note02 .headline-tx,
	.note03 .headline-tx,
	.note04 .headline-tx,
	.note05 .headline-tx,
	.note06 .headline-tx,
	.note07 .headline-tx,
	.note08 .headline-tx {
		min-width: 200px;
		max-width: 240px;
	}

	.category-icon {
		width: 40px;
		height: 40px;
	}

	.category-icon img {
		height: 25px;
	}

	.tituloDes .headline-tx .category-icon {
		width: 50px;
		height: 50px;
	}



}

@media (max-width: 992px) {
	.barblock {
		top: 98px;
	}

	.barblock-lock {
		top: 0px;
	}

	.secVideo {
		height: 65vw;
	}

	.imgTitulo {
		width: 40vw;
		bottom: 5vh;
		left: 9vw;

	}

	.arrowDown img {
		height: 7vw;
	}

	.menu_plegado {
		width: 9vw;
		height: 6vw;
		padding-top: 2.2%;
		padding-left: 1.7%;
	}

	.text {
		height: 25vw;
	}

	#contentText {
		font-size: 1.35rem !important;
	}

	.special-lead-block #contentText p {
		padding: 1vw 0;
		font-size: 1rem;
	}

	.text {
		height: 27vw;
	}

	.info:before {
		z-index: -1 !important;
	}

	.modal {
		--bs-modal-width: 700px !important;
	}

	.contenidoMod {
		width: 100%;
	}

	.offcanvas {
		width: 90vw !important;
	}

	.audioDes .audio {
		height: 45vw;
	}

	aside {
		width: 25%;
		height: 43vw;
	}

	#seccionMenu {
		height: 23vw;
	}

	#menudes {
		height: 33%;
	}

	/*Adicionales*/
	.special-lead-block #contentText {
		width: 40vw;
		margin: 30px 0;
		position: absolute;
		bottom: 0;
		padding: 2rem;
	}

	.special-lead-block p {
		font-size: 1.15rem;
	}

	.arrowDown {
		margin-left: initial;
		margin: auto;
	}

	div.separador {
		margin: 5vh auto;
	}

	.note01,
	.note08,
	.note12 {
		min-height: 100vw;
	}

	.headline-block .photo-content a {
		min-height: 50vw;
	}

	.headline-block.note03 .photo-content a,
	.headline-block.note02 .photo-content a,
	.headline-block.note07 .photo-content a,
	.headline-block.note08 .photo-content a,
	.headline-block.infografia .photo-content a {
		min-height: 100vw;
	}

	.note04 .photo-content a {
		background-size: 100% auto !important;
	}

	.midsector {
		flex-direction: column;
		padding: 5% 0;
	}

	.infografia {
		min-height: 100vw;
	}

	.headline-block {
		width: 100%;
		min-height: 30vw;
	}

	.headline-block.note03,
	.headline-block.note08,
	.headline-block.note12 {
		width: 100%;
		min-height: 100vw;
	}

	.news02 .fotoDes {
		background-size: contain;
	}

	.news02 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
	}

	.news03 .head-destacado {
		width: 100%;
        overflow: visible;
        max-height: 65vh;
        overflow: clip;
        position: relative;
	}

	.news03 .fotoDes {
		background-size: contain;
	}

	.news03 p.pieDes {
		width: 100%;
	}

	.news03 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
	}

	.news10 .head-destacado {
		width: 100%;
        overflow: visible;
        max-height: 65vh;
        overflow: clip;
        position: relative;
	}

	.news10 .fotoDes {
		background: none;
	}

	.news10 p.pieDes {
		width: 100%;
	}

	.news10 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news10 .leadDes {
		display: block;
	}

	.news04 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news04 .fotoDes {
		background-size: contain;
		min-height: 50vh;
	}

	.news04 p.pieDes {
		width: 100%;
	}

	.news04 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news05 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news05 .fotoDes {
		background-size: contain;
		min-height: 50vh;
	}

	.news05 p.pieDes {
		width: 100%;
	}

	.news05 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news11 .fotoDes {
		background: none;
	}

	.news11 p.pieDes {
		width: 100%;
	}

	.news11 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	/*.news11 .leadDes {
		display: block;
	}*/

	.news06 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news06 .fotoDes {
		background-size: contain;
		min-height: 50vh;
	}

	.news06 p.pieDes {
		width: 100%;
	}

	.news06 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news07 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news07 .fotoDes {
		background-size: contain;
		min-height: 50vh;
	}

	.news07 p.pieDes {
		width: 100%;
	}

	.news07 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news12 .head-destacado {
		display: none;
	}

	.news12 .fotoDes {
		background: none;
	}

	.news12 p.pieDes {
		width: 100%;
	}

	.news12 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news12 .leadDes {
		display: block;
	}

	.news08 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news08 .fotoDes {
		background-size: contain;
		min-height: 50vh;
	}

	.news08 p.pieDes {
		width: 100%;
	}

	.news08 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news09 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news09 .fotoDes {
		background-size: contain;
		min-height: 50vh;
	}

	.news09 p.pieDes {
		width: 100%;
	}

	.news09 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news13 .head-destacado {
		display: none;
	}

	.news13 .fotoDes {
		background: none;
	}

	.news13 p.pieDes {
		width: 100%;
	}

	.news13 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news13 .leadDes {
		display: block;
	}

	.listadoMovil {
		display: flex;
		flex-wrap: wrap;
	}

	.listadoMovil>.notacarrusel {
		/* flex: 50%; */
		display: block;
		margin-bottom: 30px;
		width: calc(50% - 15px);
	}

	.listadoMovil>.notacarrusel:nth-child(odd) {
		margin-right: 15px;
	}

	.listadoMovil>.notacarrusel:nth-child(even) {
		margin-left: 15px;
	}

	.listadoMovil>.notacarrusel .member-details {
		transform: none;
		min-height: 150px;
	}

	.marquee-wrapper {
		display: none;
	}

	section.herorow .fishies svg {
		margin: 10% 0;
	}

	.acerca_de .introduccion {
		margin: 15vw 0 2vw;
	}

	.acerca_de h2 strong {
		font-size: 1.6em;
	}
    
    .contenidoMod .head-destacado {
		width: 100%;
        overflow: visible;
        max-height: 65vh;
        overflow: clip;
        position: relative;
	}
}


@media (max-width: 768px) {

	section.herorow nav {
 
		padding: 0px 0% 0;
	}
	
	.maintitle img {
		margin: 6% 15%;
		width: 69%;
	}
	
	.franja {
		margin: 0;
	}
	
	.franja .img-fluid {
		width: 42%;
		height: auto;
	}
	
		.special-lead-block p {
			font-size: 1.7rem;
		}
	
		.maintitle {
    order: 0 !important;
	width: 100%;
	}
	
		.fishies {
		z-index: 0;
		order:1 !important
	}
	

	.barblock {
		top: 54px;
	}

	.barblock.barblock-lock {
		top: 30px;
	}

	.imgTitulo {
		width: 48vw;
	}

	.arrowDown {
		bottom: 54px;
	}

	.secVideo {
		height: 63vw;
	}

	#contentText {
		margin: 2rem auto 3rem;

	}

	.special-lead-block #contentText {
		width: 80%;
		margin: 2rem auto 3rem;
		position: initial;
	}

	div.separador {
		margin: 5vh auto;
	}

	.modal {
		--bs-modal-width: 645px !important;
	}

	.audioCont {
		width: 90%;
		margin: 5vw auto;
	}

	.notaCont {
		padding: 25px 0px;
	}

	.imagenCont {
		width: 90%;
	}

	.piesCont {
		width: 90%;
		padding: 10px;
	}

	.galeriaCont {
		width: 90%;
	}

	.videoCont {
		width: 90%;
	}

	.refCont {
		width: 90%;
	}

	.subCont h3 {
		width: 90%;
	}

	/*aside {
		top: 150px;
	}*/

	.menu_plegado {
		width: 11vw;
		height: 7vw;
		padding-top: 2.6%;
		padding-left: 2%;
	}

	.text-menu-des {
		padding: 1rem;
	}

	.listadoCont {
		width: 90%;
	}

	.viñetasCont {
		width: 90%;
	}

	#menudes {
		height: 36%;
	}

	aside .svgclose {
		padding: 3px 9px;
	}

	#carouselPopup_hm div.carousel-inner div.carousel-item div.carousel-caption {
		max-height: 20vh;
		max-width: 100vw;
		border-radius: 0;
	}

	.contenidoMod .carousel-caption {
		left: 0;
		right: 0;
		bottom: 0;
	}

	/*.nota11 .secondbody {
		margin-top: initial;
	}*/

	.note01 .headline-tx,
	.note02 .headline-tx,
	.note03 .headline-tx,
	.note04 .headline-tx,
	.note05 .headline-tx,
	.note06 .headline-tx,
	.note07 .headline-tx,
	.note08 .headline-tx,
	.infografia .headline-tx,
	.note10 .headline-tx,
	.note11 .headline-tx,
	.note12 .headline-tx,
	.note13 .headline-tx {
		right: initial;
		left: initial;
		top: initial;
		bottom: 0;
		min-width: initial;
		max-width: initial;
	}

	.R32C {
		flex-direction: column;
	}
    
    .contenidoMod .head-destacado {
		width: 100%;
        overflow: visible;
        max-height: 65vh;
        overflow: clip;
        position: relative;
	}
}

@media (max-width: 576px) {
	ol {
		line-height: 1.6;
	}
	ol li {
		 margin: 3%;
		 font-size: 1.1rem;
	}

	.fishies img {
		width: 83%;
	}

	.arrowDown img {
		height: 45px;
	}

	.secVideo {
		height: 35vh;
	}

	.imgTitulo {
		width: 80vw;
		bottom: initial;
		left: initial;
	}

	.main-headline {
		font-size: 1.2rem;
	}

	#contentText p {
		padding: 2rem 2rem 1rem 2rem;
	}

	.special-lead-block #contentText p {
		padding: 5vw;
	}

	#contentText {
		width: 85%;
	}

	#contentText {
		font-size: 1.2rem !important;
	}

	.special-lead-block #contentText {
		width: 85%;
		margin: 2rem auto 3rem;
	}

	.text {
		height: 47vw;
	}

	.acerca_de .acerca_de_down2 p {
		line-height: 1.5;
	}

	.tituloDes h2 {
		font-size: 2.25rem;
	}

	.leadDes p {
		font-size: 1.25rem;
	}

	.audioCont {
		width: 100%;
	}

	.imagenCont {
		width: 100%;
	}

	.pieDes {
		width: 100%;
		padding: 20px 0px 12px;
	}

	.pieCont {
		width: 100%;
	}

	.piesCont {
		width: 100%;
	}

	.subCont h3 {
		font-size: 1.8rem;
		width: 100%;
	}

	.galeriaCont {
		width: 100%;
	}

	.refCont {
		width: 100%;
	}

	.videoCont {
		width: 100%;
	}

	.offcanvas {
		width: 95vw !important;
	}

	.galeriaTiktok .carousel-item img {
		width: 50% !important;
		height: 50% !important;
	}

	.menu_plegado::before {
		font-size: 1.4rem;
	}

	.menu_plegado {
		width: 15vw;
		height: 9vw;
	}

	#menudes {
		height: 33%;
	}

	aside {
		width: 70%;
		height: 120vw;
	}

	#seccionMenu {
		height: 65vw;
	}

	.audioCont {
		padding: 0;
	}

	aside .svgclose {
		padding: 9px 12px;
	}

	.category-icon {
		width: 50px;
		height: 50px;
		padding: 1vw;
	}

	.category-icon img {
		height: 35px;
		margin: 5px;
	}

	svg.main-icon {
		padding: 15px;
		border-radius: 20px;
	}

	.headlines-list {
		flex-direction: column;
	}

	.headline-block {
		width: 100%;
		min-height: 100vw;
	}

	.headline-block .photo-content a {
		min-height: 100vw;
	}

	.headline-tx h2 {
		margin-left: 100px;
	}

	.headline-wrap.item-ig h2,
	.headline-wrap.item-vd h2 {
		font-size: 1.35rem;
		width: 60vw;
	}


	.headline-row {
		display: flex;
		flex-direction: column;
	}

	.l2-block {
		flex-direction: column;
	}


	.modal-content {
		width: 95%;
	}

	.carousel-caption {
		position: relative;
		max-width: 100vw;
		width: 100%;
	}

	.carousel-indicators {
		position: initial;
	}

	.contenidoMod p {
		font-size: 1.1rem;
	}

	.contenidoMod .carousel-indicators {
		margin-top: 1rem;
	}

	.special-lead-block #contentText h2 {
		font-size: 1.8rem;
	}

	.special-lead-block p {
		font-size: 1.15rem;
		line-height: normal;
	}

	#container {
		margin-top: 50px;
	}

	.news02 .fotoDes {
		background-size: contain;
	}

	.news02 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
	}

	.news03 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news03 .fotoDes {
		background-size: contain;
	}

	.news03 p.pieDes {
		width: 100%;
	}

	.news03 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
	}

	.news10 .head-destacado {
		width: 100%;
        overflow: visible;
        max-height: 50vh;
        overflow: clip;
        position: relative;
	}

	.news10 .fotoDes {
		background: none;
	}

	.news10 p.pieDes {
		width: 100%;
	}

	.news10 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news10 .leadDes {
		display: block;
	}

	.news04 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news04 .fotoDes {
		background-size: contain;
		min-height: 40vh;
	}

	.news04 p.pieDes {
		width: 100%;
	}

	.news04 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news05 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news05 .fotoDes {
		background-size: contain;
		min-height: 40vh;
	}

	.news05 p.pieDes {
		width: 100%;
	}

	.news05 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news11 .fotoDes {
		background: none;
	}

	.news11 p.pieDes {
		width: 100%;
	}

	.news11 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news11 .leadDes {
		display: block;
	}

	.news06 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news06 .fotoDes {
		background-size: contain;
		min-height: 42vh;
	}

	.news06 p.pieDes {
		width: 100%;
	}

	.news06 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news07 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news07 .fotoDes {
		background-size: contain;
		min-height: 40vh;
	}

	.news07 p.pieDes {
		width: 100%;
	}

	.news07 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news12 .head-destacado {
		display: none;
	}

	.news12 .fotoDes {
		background: none;
	}

	.news12 p.pieDes {
		width: 100%;
	}

	.news12 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news12 .leadDes {
		display: block;
	}

	.news08 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news08 .fotoDes {
		background-size: contain;
		min-height: 42vh;
	}

	.news08 p.pieDes {
		width: 100%;
	}

	.news08 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news09 .head-destacado {
		width: 100%;
		position: initial;
		height: auto;
	}

	.news09 .fotoDes {
		background-size: contain;
		min-height: 44.5vh;
	}

	.news09 p.pieDes {
		width: 100%;
	}

	.news09 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news13 .head-destacado {
		display: none;
	}

	.news13 .fotoDes {
		background: none;
	}

	.news13 p.pieDes {
		width: 100%;
	}

	.news13 .contenido-tx {
		padding: 0 10%;
		overflow-y: visible;
		margin: 0;
	}

	.news13 .leadDes {
		display: block;
	}

	.marquee-wrapper {
		display: none;
	}

	.listadoMovil {
		display: block;
		padding: 0 10px;
	}


	.headline-wrap .headline-tx {
		display: block;
		background-color: #91103E;
		min-height: 25vh;
	}

	.headline-wrap .headline-tx h2 {
		border: none;
		margin: 0;
		padding: 10px;
		font-size: 1.5rem;
	}

	.headline-wrap.item-tx .category-icon,
	.headline-wrap.item-vd .category-icon {
		text-align: left;
		padding: 3px;
		min-height: 50px;
	}

	.news01 .fotoDes,
	.news03 .fotoDes {
		min-height: 38vh;
		background-position: center top;
		background-repeat: no-repeat;
	}

	.headline-wrap.item-ig {
		background-color: #91103E;
		min-height: 100px;
		padding-right: 80px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.contenidoMod.news09 .contenido-tx.secondbody {
		margin-top: 150px;
	}

	.listadoMovil>.notacarrusel .member-details {
		transform: none;
		min-height: initial;
	}

	.listadoMovil>.notacarrusel {
		margin: 0 0 30px !important;
		width: 100%;
	}

	section.herorow .fishies svg {
		width: 100%;
		margin: 0;
		padding: 10%;
	}

	figure.abouticon {
		position: relative;
		z-index: 50;
		border-radius: 30px 0 0;
		padding: 30px;
		text-align: center;
	}

	figure.itemicon img {
		width: 40px;
		padding: 5px;
		margin: 5px;
	}
    
    .contenidoMod .head-destacado {
		width: 100%;
        overflow: visible;
        max-height: 50vh;
        overflow: clip;
        position: relative;
	}

}

@media (max-width: 380px) {
	.menu_plegado {
		width: 20vw;
		height: 11vw;
		padding-top: 2.8%;
		padding-left: 2.9%;
	}

	.headline-block {
		width: 100%;
	}
}

/*Experimental*/

.svg-colorswap {
	filter: invert(12%) sepia(30%) saturate(1098%) hue-rotate(343deg) brightness(99%) contrast(89%);
}


#unaltop {
	z-index: 999999999;
}

.modal-dialog-scrollable .modal-content {
	max-height: 95%;
	font-family: "Fira Sans Condensed", sans-serif;
}

.modal-dialog.modal-dialog-scrollable.modal-xl {
	top: 8vh;
}

em {
	font-style: italic;
}

blockquote {
	font-size: 1.4rem;
	line-height: normal;
	background-color: #FDC607;
	padding: 5%;
	margin: 0;
	color: #91103E;
}

.carousel-indicators {
	position: initial;
}

.contenidoMod .carousel-indicators {
	margin-top: 1rem;
}

/*
	.headline-wrap {
		max-height: 150px;
		padding: 1vh 0;
	}
	*/
/*
	.head-destacado{
		padding-top: 90px;
	}*/

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #df7c29 #34401a;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	width: 20px;
}

*::-webkit-scrollbar-track {
	background: #000080;
}

*::-webkit-scrollbar-thumb {
	background-color: #FDC607;
	border-radius: 10px;
	border: 3px solid #ffffff;
}


/* IMÁGENES DE DETALLE */
.contenidoMod .head-destacado figure {
    width: 100%;
    height: 100%;
    position: absolute;
}

/* MENÚ - LISTADO DE NOTICIAS */
@media (max-width: 481px) {
    section.herorow nav {
        display: none;
    }
}