
#main-title h1{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #111B51;
	margin-top: 91px;
	margin-bottom: 56px;
}

#cover-bottom h2{
	font-size: 32px !important;
	line-height: 130% !important;
	letter-spacing: -0.02em !important;
}

.noticias{
    display: inline-block;
    width: 100%;
    margin: 0;
    float: left;
	color: #000;
	margin-bottom: 110px;
}

.noticias .contenido{
    width: 100%;
    float: left;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 20px;
    justify-content: flex-start;
}


.noticias .contenido .desktop{
	display: block;
}

.noticias .contenido .mobile{
	display: none;
}

.noticias .contenido a{
	color: #000;
    float: left;
    display: inline-block;
    margin: 0;
}

.noticias .contenido .principal{
    flex: 1 1 50%;
}

.noticias .contenido .secundaria{
    flex: 1 1 calc(25% - 40px);
    max-width: calc(25% - 40px);
}

.noticias .contenido .row{
	width: 100%;
	float: left;
	display: block;
	margin: 0;
}
.noticias .contenido .titulo{
	font-size: 20px;
    color: #111B51;
    line-height: 140%;
    letter-spacing: -0.02em;
}
.noticias .contenido .excerpt{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #7D7D7D;
}
.noticias .contenido .fecha{
    font-size: 14px;
    color: #111B51;
    letter-spacing: -0.02em;
}

.noticias .contenido .fecha .cat{
	font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #0061A0;
}

.noticias .contenido .fecha .cat i{
	margin: 0 10px;
}




/* CATEGORÍAS */

.noticias .categorias{
    width: 100%;
    float: left;
    display: flex;
    margin: 50px 0 90px 0;
    align-items: center;
}

.noticias .categorias .items{
    width: 50%;
    float: left;
    display: flex;
    margin: 0;
}

.noticias .categorias .order{
    width: 50%;
    float: left;
    display: inline-block;
    margin: 0;
}



.noticias .categorias .items .item{
    width: 70%;
    float: left;
    display: inline-block;
    margin: 0;
}

.noticias .categorias .items .item span:hover{
	cursor: pointer;
}
	
.noticias .categorias .items .item.current{
	font-weight: 600;
}

.noticias .categorias .order select{
    width: 200px;
    float: right;
    display: block;
    margin: 0;
    border: 0;
}







/* PRINCIPAL */

.noticias .contenido .item.nota-principal{
	width: 100%;
    float: left;
    display: inline-block;
    padding: 0;
}

.noticias .contenido .item.nota-principal .info{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 32px 0;
}

.noticias .contenido .item.nota-principal .info .row.titulo{
	margin-bottom: 6px;
}








/* SECUNDARIA */

.noticias .contenido .item.nota-secundaria{
	width: 100%;
    float: left;
    display: inline-block;
    padding: 0;
}

.noticias .contenido .item.nota-secundaria .info{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 18px 0;
}

.noticias .contenido .item.nota-secundaria .info .row.titulo{
	margin-bottom: 6px;
}




/* BOTÓN */
.noticias .boton{
	width: 100%;
    display: block;
    margin: 0;
    float: left;
}

.noticias .boton .loadmore{
    border-color: var(--awb-color6);
    border-radius: 2px 2px 2px 2px;
    background: #f5f5f5;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #111b51;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}


.noticias .boton .loadmore:hover{
	cursor: pointer;
	color: #fff;
	background-color: #111B51;
}






@media only screen and (max-width: 980px) {

	#main-title h1{
		font-family: 'Poppins';
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 130%;
		letter-spacing: -0.02em;
		color: #111B51;
		margin-top: 88px;
		margin-bottom: 24px;
	}
	
	.noticias .contenido {
		gap: 62px 0;
	}
	
	.noticias .contenido .principal,
	.noticias .contenido .secundaria{
		flex: 1 1 100%;
		max-width: 100%;
	}
	
	#cover-bottom h2{
		font-size: 25px !important;
		line-height: 123.5%  !important;
		letter-spacing: -0.02em  !important;
		text-align: left !important;
	}
	
	.breakpoint{
		display: none;
	}
}
