.seccion-blog{
    width: 100%;
    height: auto;
    float: left;
    background-color: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    position: relative;
    padding-top: 240px;
    padding-bottom: 120px;
}

.contenedor-general-blog{
    width: 1200px;
    height: auto;
    background-color: transparent;
    float: left;
}

.contenedor-titulo-seccion-blog{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    display: inline-flex;
    justify-content: space-between;
}

.titulo-seccion-blog{
    width: 50%;
    height: auto;
    background-color: transparent;
    float: left;
}

.titulo-seccion-blog h2{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #AD9666;
    text-align: left;
    border-left: solid 3px #AD9666;
    padding-left: 10px;
}

.titulo-seccion-blog h1{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 56px;
    color: #2A425B;
    text-align: left;
    margin-top: 10px;
}

.contenedor-filtro-seccion-blog{
    width: 250px;
    height: auto;
    background-color: transparent;
    float: left;
    padding-top: 5px;
}

.contenedor-filtro-seccion-blog label{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #2C2C2C;
    text-align: left;
    margin-bottom: 5px;
}

.contenedor-filtro-seccion-blog select{
    width: 100%;
    height: 50px;
    float: left;
    background-color: #FFFFFF;
    padding: 5px;
    appearance: none;
    border: solid 3px #2A425B;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #2C2C2C;
    text-align: left;
}

.contenedor-general-noticias{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-top: 40px;
}

.contenedor-noticias{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    display: inline-flex;
    justify-content: start;
    flex-wrap: wrap;
}

.contenedor-noticias a{
    width: 30%;
    height: auto;
    background-color: transparent;
    float: left;
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px;
}

.contenedor-noticias a figure{
    width: 100%;
    height: 350px;
    background-color: #1f1f1f;
    float: left;
    overflow: hidden;
}

.contenedor-noticias a figure img{
    width: 100%;
    height: 100%;
    background-color: #1f1f1f;
    float: left;
    object-fit: cover;
    object-position: center;
}

.intro-noticia{
    width: 100%;
    height: 130px;
    background-color: #2A425B;
    float: left;
    padding: 20px;
}

.intro-noticia h3{
    width: 100%;
    height: auto;
    background-color: transparent;
    float: left;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}








@media only screen and (max-width: 1380px){

    .seccion-blog{
        padding-left: 90px;
        padding-right: 90px;
    }
    
    .contenedor-general-blog{
        width: 100%;
    }

    .contenedor-noticias a{
        margin-left: 16px;
        margin-right: 16px;
    }
}








@media only screen and (max-width: 1180px){

    .contenedor-noticias a{
        margin-left: 13px;
        margin-right: 13px;
    }

    .intro-noticia{
        height: 150px;
    }
}







@media only screen and (max-width: 980px){

    .seccion-blog{
        padding-left: 70px;
        padding-right: 70px;
    }

    .contenedor-noticias{
        justify-content: space-between;
    }

    .contenedor-noticias a{
        width: 48%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .intro-noticia{
        height: 130px;
    }
}







@media only screen and (max-width: 780px){

    .seccion-blog{
        padding-left: 50px;
        padding-right: 50px;
    }

    .contenedor-titulo-seccion-blog{
        flex-wrap: wrap;
    }
    
    .titulo-seccion-blog{
        width: 100%;
    }

    .contenedor-filtro-seccion-blog{
        margin-top: 20px;
        padding-top: 0px;
    }

    .contenedor-noticias{
        justify-content: space-between;
    }

    .intro-noticia{
        height: 150px;
    }
}







@media only screen and (max-width: 580px){

    .seccion-blog{
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-titulo-seccion-blog{
        flex-wrap: wrap;
    }
    
    .titulo-seccion-blog{
        width: 100%;
    }

    .contenedor-filtro-seccion-blog{
        margin-top: 20px;
        padding-top: 0px;
        width: 100%;
    }

    .contenedor-noticias{
        justify-content: space-between;
    }

    .contenedor-noticias a{
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
    }
    .contenedor-noticias a figure{
        width: 50%;
        height: 250px;
    }

    .intro-noticia{
        width: 50%;
        height: 100%;
    }

    .intro-noticia h3{
        text-align: left;
    }
}








@media only screen and (max-width: 480px){

    .seccion-blog{
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-noticias a{
        flex-wrap: wrap;
    }
    .contenedor-noticias a figure{
        width: 100%;
        height: 350px;
    }

    .intro-noticia{
        width: 100%;
        height: auto;
    }

    .intro-noticia h3{
        text-align: center;
    }
}








@media only screen and (max-width: 380px){

    .seccion-blog{
        padding-left: 10px;
        padding-right: 10px;
    }
}