﻿body {
}

.sectionNoticias{
    padding-top: 92px;
}

.col-blog{
    margin-top: 22px;
    margin-bottom: 22px;
}

.imagen-blog-destacado {
    max-width: 100%;
}

.label-fecha-blog {
    color: black;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

.label-title-blog {
    color: #114869;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.label-subtitle-blog {
    padding-bottom: 15px;
}

.btn-blog-in {
    border-radius: 20px;
    background: #114869;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
}

.input-search-blog {
    border-radius: 3px 0px 0px 3px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    height: 45px;
    width: 80%;
    color: #D9D9D9;
    /*font-family: Inter;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    font-size: 16px;
    color: black;
}

    .input-search-blog:focus {
        outline: none; /* Elimina el borde naranja predeterminado */
        border: 1px solid rgba(0, 0, 0, 0.20); /* Mantén el mismo borde que en estado normal */
        background: #FFF;
        height: 45px;
        width: 80%;
        color: black;
        /*font-family: Inter;*/
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        padding-left: 20px;
        border-radius: 3px 0px 0px 3px;
    }


.button-search-blog {
    background-color: #114869;
    height: 45px;
    width: 20%;
    border-radius: 0px 3px 3px 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 75px;
}

.row-filter{
    padding-bottom: 30px;
}

.description-box-blog {
    height: 87px;
    overflow: hidden;
    font-size: 14px;
    line-height: 23px;
    color: #616161;
    text-shadow: 2px 5px 14px #00000015;
    height: 87px;
}


.pagination-controls {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 16px;
}

.page-link {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid #333333;
}

.btn-change-page {
    border: 1px solid #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.active-page {
    background-color: #114869;
    color: white;
}

    .active-page:hover {
        background-color: #114869;
        color: white;
        border: 1px solid #333333;
    }

.btn-back-page {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-next-page {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.col_img_destacado {
    text-align: center;
    margin-bottom: 50px;
}

.div_searcher_blogs {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .col_img_destacado {
        padding-left: 0px;
        padding-right: 0px;
    }

    .label-fecha-blog {
        padding-left: 0px;
        padding-right: 0px;
    }

    .label-title-blog {
        padding-left: 0px;
        padding-right: 0px;
    }

    .label-subtitle-blog {
        padding-left: 0px;
        padding-right: 0px;
    }

    .col_anchor_link {
        padding-left: 0px;
        padding-right: 0px;
    }

    .div_searcher_blogs {
        justify-content: center;
    }
}

.container-news {
    padding: 0px 100px 50px 100px;
}

@media only screen and (max-width: 991px) {
    .container-news {
        padding: 0px 10px 50px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .container-news {
        padding: 0px 10px 50px 10px;
    }
}