﻿/**
 * Noticias historico
 */

.noticias{
    display: block;
}

.noticias .noticias__cabecera{
    display: flex;
    width: 100%;
    height: 256px;
    justify-content: center;
    align-items: center;
    /*background: green;*/    
    background-image: url("/es-co/saladeprensa/PublishingImages/bg_saladeprensa.png");
    background-repeat: no-repeat;
    background-position: center;
}

.noticias .noticias__titulo-superior{
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
	color: white;
	font-size: 3em;
    text-align: center;
}


.noticias .noticias__descripcion{
    margin: 80px 0;
}


.noticias .noticias__titulo{
	color: #212f3d;
	text-align: center;
    font-size: 36px;
    position: relative;
    padding-bottom: 7px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0 0 1em;    
}

.noticias .noticias__titulo:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 210px;
	height: 5px;
	background: #009640;
	transform: translateX(-50%);
}

.noticias .noticias__resumen{
	font-size: 1.4em;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #506172;
    line-height: 1.3em;
    max-width: 700px;
    margin: 0 auto;
    text-align: justify;
}

.noticias .noticias__contenedor{
    margin: 1em auto;
}

.noticias .noticias__tabs{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0;
    /*width: 80%;*/
    width: 70%;
}

.noticias .noticias__tab-buscar{
	background: white;
    box-shadow: 2px 2px 10px #00000030;
    color: #009640;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    width: 100%;
    max-width: 150px;
    height: 65px;
    font-family: 'Montserrat', sans-serif;
    text-align:left;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    border: none;
    border-top: 5px solid #009640;
    transition: all 0.3s ease 0s;
}

.noticias .noticias__tab-pot{
	background: white;
    color: black;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    width: 100%;
    /*max-width: 200px;*/
    height: 63px;
    text-align:center;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    border: 1px solid black;
    transition: all 0.3s ease 0s;
    padding: 0 10px;
}

.noticias .noticias__historico{
    background: #f2f2f2;
    padding-bottom: 1px;
}

.noticias .noticias__filtros{
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    /*gap: 40px;*/
    gap: 20px;
    display: flex;
}

.noticias .noticias__filtros__contenedor{
    align-items: flex-end;
    max-width: 1200px;
    margin: 0;
    padding: 10px 0 0;
    gap: 40px;
    display: flex;
    /*width:20%;*/
    width:30%;
    justify-content: flex-end;
}


.noticias .noticias__filtro-btn{
	background: white;
    color: #333333;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    width: 100%;
    /*max-width: 180px;*/
    height: 63px;
    text-align:center;
    /*font-size: 21px;*/
    font-size: 1.5em;
    margin: 0;
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    transition: all 0.3s ease 0s;

}

.noticias .noticias__muro{
	background: white;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding-bottom: 40px;
    border: 1px solid #c9ced3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.noticias .noticia__articulo{
    display: flex;
    margin-bottom: 35px;
}

.noticias .noticia__articulo:last-child{
    margin-bottom: 0;
}

.noticias .noticia__articulo:nth-child(4n+1){
	background: #6699ff;
}

.noticias .noticia__articulo:nth-child(4n+2){
	background: #3366cc;
}

.noticias .noticia__articulo:nth-child(4n+3){
	background: #8fb435;
}

.noticias .noticia__articulo:nth-child(4n){
	background: #119d4c;
}

.noticias .noticia__imagen{
    display: flex;
    width: 60%;
    margin: 0;
}

.noticias .noticia__foto{
    width: 45%;
    overflow: hidden;
}

.noticias .noticia__foto img{
    height: 100%;
    max-height: 243px;	 	
    margin-left: auto;
	display:block;
}

.noticias .noticia__anuncio{
    width: 55%;
    padding: 10px 15px 10px 20px;
}

.noticias .noticia__fecha{
    font-family: 'Montserrat', sans-serif;
    color: white;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: bold;
    padding: .5em 0 .5em 10px;
    display: block;
}

.noticias .noticia__titulo{
    font-family: 'Montserrat', sans-serif;
    color: white;
    line-height: 1.2em;
    font-size: 22px;
    font-weight: bold;
}

.noticias .noticia__texto{
    width: 40%;
    margin: 0;
    padding: 40px 40px 0 10px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    line-height: 1.2em;
    font-size: 18px;
    text-align:justify;
}

.noticias .noticia__enlace{
    display: inline-block;
	padding: 10px 20px;
	background: #8cc63f;
	color: white;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	border-radius: 20px;
	font-size: 23px;
	line-height: 1em;
	float: right;
    transition: all 0.3s ease 0s;
    clear:both;
    margin-top: 2em;
}

.noticias .noticias__paginador{
	display: flex;
	justify-content: center;
}

.noticias .noticias__btn-paginador{
	display: block;
	width: 50px;
	height: 90px;
	justify-content: center;
}

.noticias .noticias__paginador ul{
	list-style: none;
	padding: 0;
	display: flex;
	gap: 20px;
	margin: 20px 40px;
}

.noticias .noticias__paginador .paginationjs-page{
	display: block;
	width: 40px;
	height: 40px;
}

.noticias .noticias__paginador .paginationjs-page a{
	display: flex;
	width: 100%;
	height: 100%;
	background: white;
    color: #c7c7c7;
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    text-align:center;
    font-size: 21px;
    line-height: 1em;
    margin: 0;
    border: 1px solid #333333;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    min-width: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.noticias .noticias__paginador .paginationjs-page.active a{
	color: black;
	font-weight: bold;
}

.noticias .paginationjs-prev a,
.noticias .paginationjs-next a {
	text-indent: -9999px;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-size: cover;
}

.noticias .paginationjs-prev.disabled a,
.noticias .paginationjs-next.disabled a {
	filter: grayscale(1);
    opacity: .5;
}

.noticias .paginationjs-prev a{
	background-image: url("/Style%20Library/noticias_historico/images/flechas2.png");
}
.noticias .paginationjs-next a{
    background-image: url("/Style%20Library/noticias_historico/images/flechas.png");
}
