/*Portada*/


.blog-container-cover{
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 80px;
    background-image: url(../img/img3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-container-cover:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(25, 81, 235, 0.76);
    position: absolute;
    top: 0;
    left: 0;
}

.container-info-cover{
    max-width: 850px;
    height: 350px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    top: 110px;
    border: 1px solid #;
    background-color: #0045649e;
}

@media screen and (max-width: 1400px){
	.container-info-cover {
	    height: 300px;
	    top: 180px;
	}
}
@media screen and (max-width: 1200px){
    .posts{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 900px){
    .posts{
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .container-info-cover {
        margin: px;
    }
    .container-info-cover {
        line-height: 14px;
    }

	.container-info-cover p {
	    margin-bottom: 30px;
	}

}

@media screen and (max-width: 580px){
	.container-info-cover h1{
		font-size: 48px;
	}

    .posts{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 551px){
    .container-info-cover{
        height: 300px;
	padding: 30px 50px;
    }
    .container-info-cover p {
        line-height: 12px;
    }
}


@media screen and (max-width: 451px){
    .container-info-cover h1{
        font-size: 40px;
        line-height: 33px;
        margin: 2%;
    }
    article h1 {
	font-size: 34px;
    }
}


@media screen and (max-width: 355px){
    .container-info-cover h1{
        font-size: 36px;
    }

    article h1 {
	font-size: 30px;
    }
}

@media screen and (max-width: 325px){
    .container-info-cover {
        top: 220px;
        height: 270px;
        padding: 15px 15px;
    }

    .container-info-cover h1{
        font-size: 32px;
        line-height: 25px;
    }

    article h1 {
	font-size: 28px;
    }

    .container-info-cover p {
        margin-bottom: 14px;
    }

}

@media screen and (max-width: 295px){
    .container-info-cover {
        top: 230px;
        height: 250px;
        padding: 10px 10px;
    }

    .container-info-cover h1{
        font-size: 28px;
    }

    article h1 {
	font-size: 26px;
    }

    article p {
	font-size: 16px;
    }
}