.paddLados {
    padding: 0px 60px;
}


.borderTop {
    padding: 30px 0px;
    border-top: 2px solid black;
}

.ctnNoticias h2 {
    color: #10312B;
    font-family: 'Teko', sans-serif;
    font-size: 57.53px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.876px;
    margin-bottom: 40px;
}

.ctnNoticias .cards h2 {
    font-size: 35px;
}

.swiperNoticias a{
    position: relative;
    z-index: 20;
    cursor: pointer;
}

.swiper .noticia {
    width: auto;
}

.noticia {
    width: 33%;
    min-width: 340px;
}
.seccionNoticias .noticia{
    max-width: 340px;
    min-width: auto;
}

.noticia .time {
    margin: 10px 0px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.noticia a{
    color: #10312B;
    font-family: 'Teko', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    line-height: 113.207%;
}

.noticia .time>img {
    width: 18px;
    height: 18px;
}

.noticia .time>span {
    color: #A4C868;
    font-family: 'HK Grotesk', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.seccionNoticias {
    gap: 60px;
}

.seccionNoticias .boxNoticias{
    display: flex;
    gap: 20px;        
}

.bigNoticia {
    margin: 100px auto;
}

.bigNoticia img {
    max-height: 600px;
}

.bigNoticia .container .noticia {
    width: 100%;
}

@media only screen and (max-width:1500px) {
    .noticia h3 {
        font-size: 30px;
    }

    .ctnNoticias h2 {
        font-size: 45px;
    }

    .noticia .time>img {
        width: 15px;
        height: 15px;
    }

    .noticia .time>span {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .seccionNoticias {
        gap: 30px;
    }
        .seccionNoticias .boxNoticias{
            flex-wrap: wrap;
            justify-content: center;
        }

        .noticia,.seccionNoticias .noticia{
            min-width: 230px;
            width: 30%;
        }

    .ctnNoticias {
        margin: 200px 0px;
    }

    .noticia h3 {
        font-size: 26px;
    }



    .ctnNoticias h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .bigNoticia {
        margin: 60px auto;
    }
}

@media only screen and (max-width: 992px) {
    .bigNoticia img {
        max-height: 400px;
    }
        .noticia a{
            font-size: 30px;
            line-height: 100%;
        }
}

@media only screen and (max-width: 768px) {
    .ctnNoticias {
        padding: 0px 30px;
        margin: 150px 0px 50px;
    }

    .ctnNoticias h2 {
        font-size: 30px;
    }
                        .noticia,
                        .seccionNoticias .noticia {
                            min-width: 200px;
                            width: 30%;
                        }

    .seccionNoticias {
        gap: 15px;
    }

    .bigNoticia img,
    .swiperNoticias .swiper-slide img {
        max-height: 400px;
    }

    .noticia h3 ,.noticia a{
        font-size: 22px;
    }

    .noticia .time>span {
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .noticia,
        .seccionNoticias .noticia{
            max-width: auto;
            width: 100%;
        }
    .noticia .time {
        gap: 7px;
        margin: 6px 0px 9px;
    }
.noticia a{
    font-size: 24px;
}
    .bigNoticia {
        margin: 10px auto 40px;
    }

    .bigNoticia img,
    .swiperNoticias .swiper-slide img {
        max-height: 300px;
    }

    .noticia h3 {
        font-size: 18px;
    }

    .noticia .time>img {
        width: 10px;
        height: 10px;
    }
}