/*========SECC 1========*/
.noticias1{
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)),  url('../img/noticias/banner1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.noticias1-txt{
	position: absolute;
	left: 9%;
	top: 25%;
	transform: translateY(-50%);
}
.noticias1-txt h2{
	font-size: 4rem;
	color: #EDB400;
	margin: 0 0 10px 0;
	font-weight: 600;
	line-height: 1;
	text-shadow: 1px 1px 2px #545454;
    font-family: 'slackey';
}
.noticias1-txt h2 span{
	font-size: 5.3rem;
	color: #fff;
	font-weight: 700;
}
.noticias1-txt p{
	font-size: 1rem;
	font-weight: 300;
    font-family: 'slackey';
	color: #fff;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px #545454;
}
.noticias-contenedor{
    max-width: 1440px;
    padding-left: 7rem;
    padding-right: 7rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
p{
    margin-bottom: 0;
}
.pagination {
    justify-content: center;
}

/*===========SECC 2===========*/
.secc2{
    display: flex;
    /*background-image: url('../img/noticias/rectangle52.png');*/
    background-color: #E5D3BE;
    min-height: 540px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.secc2-div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    gap: 3rem;
    margin-top: 80px;
}
.secc2-div-img{
    animation-delay: .5s;
    border-radius: 30% 10% / 30% 50%;
    width: 50%;
    max-width: 550px;
}
.secc2-div-subdiv1-1{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    gap: 40px;
    width: 50%;
}
.secc2-div-subdiv1-2{
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
.secc2-div-subdiv1-2 ul{
    animation-delay: .9s;
}
.secc2-div-subdiv1-3{
    display: flex;
}
.secc2-div-subdiv1-2-titulo{
    animation-delay: .7s;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.secc2-div-subdiv1-2-titulo span{
    color: #EA171E;
}

/*===========SECC 3===========*/
.secc3{
    /*background-image: url('../img/noticias/rectangle52-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    
    display: flex;
    margin-top: 3rem;
}
.secc3-div{
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    height: 100%;
    gap: 3rem;
}
.secc3-div-img{
    border-radius: 30% 50% / 30% 10%;
    width: 35vw;
    max-width: 550px;
}
.secc3-div-subdiv1-1{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    gap: 40px;
}
.secc3-div-subdiv1-2{
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
.secc3-div-subdiv1-3{
    display: flex;
}
.secc3-div-subdiv1-2-titulo{
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.secc3-div-subdiv1-2-titulo span{
    color: #EA171E;
}

/*===========RESPONSIVE===========*/
@media(min-width: 320px){
	.noticias1-txt h2{
		font-size: 2.5rem;
	}
	.noticias1-txt h2 span{
		font-size: 3.5rem;
	}
	.noticias1{
		background-position: 10% center;
	}
}
@media(min-width: 375px){
	.noticias1{
		background-position: center;
	}
}
@media(min-width: 425px){
	.noticias1-txt h2{
		font-size: 3.2rem;
	}
	.noticias1-txt h2 span{
		font-size: 4.5rem;
	}
}
@media(max-width: 767px){
	.noticias1-txt{
		width: 80%;
		top: 22%;
	}
}
@media(min-width: 768px){
	.noticias1{
		height: 420px;
	}
    .noticias1-txt h2{
		font-size: 3.8rem;
	}
	.noticias1-txt h2 span{
		font-size: 5rem;
	}
}
@media(min-width: 1200px){
	.noticias1{
		height: 500px;
	}
	.noticias1-txt h2{
		font-size: 4rem;
	}
	.noticias1-txt h2 span{
		font-size: 5.5rem;
	}
}
@media(min-width: 1600px){
	.noticias1-txt h2 {
	    font-size: 5.5rem;
	}
	.noticias1-txt h2 span {
	    font-size: 6rem;
	}
	.noticias1-txt p {
	    font-size: 1.3rem;
	}
}


@media(max-width: 1500px){

}

@media(max-width: 1366px){

}

@media(max-width: 1200px){
    .noticias-contenedor{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .noticias1-imagen{
        width: 110%;
    }
    .secc2-div-subdiv1-2-titulo{
        font-size: 1.5rem;
    }
    .secc3-div-subdiv1-2-titulo{
        font-size:1.5rem;
    }
}
@media(max-width: 1050px){
    .noticias1-imagen{
        width: 115%;
    }

}
@media(max-width: 992px){
    .noticias-contenedor{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .noticias1-imagen{
        width: 100%;
        background-size: cover;
        background-image: url('../img/noticias/banner.jpg');
        background-position: center;
        justify-content: center;
        margin-left: unset;
    }
    .noticias1-textos{
        width: 100%;
    }
    .noticias1-textos-bg{
        justify-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: rgba(0, 0, 0, 0.171);
        backdrop-filter: blur(0.5rem);
    }
    .noticias1-textos-bg-int{
        text-align: center;
    }
    /*------------------*/
    .secc2{
        height: unset;
    }
    .secc2-div{
        flex-direction: column-reverse;
        align-items: center;
        height: unset;
        gap: 50px;
    }
    .secc2-div-img{
        min-width: 250px;
        max-width: 480px;
        width: 100%;
    }
    .secc2-div-subdiv1-1{
        width: 100%;
    }
    /*------------------*/
    .secc3{
        margin-top: 7rem;
    }
    .secc3-div{
        flex-direction: column;
        height: unset;
        gap: 50px;
        align-items: center;
    }
    .secc3-div-img{
        min-width: 250px;
        max-width: 480px;
        width: 100%;
    }
}
