@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    color: #000;
    background-color: #dde7f5;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

#appcontainer {
    background: #DDE7F5;
}

#navbarnavbar {
    border: 1px solid #cdd7e4;
    border-radius: 20px;
    padding: 20px 30px;
}

.news_section {


}

.news_section_pt {
    padding-top: 150px;
}

.news_section_pb {
    padding-bottom: 150px;
}

.section_card {
    flex-wrap: wrap;
}

.section_title {
    text-transform: uppercase;
    margin: 0;
    font-size: 90px;
    font-weight: 300;
    line-height: 70px;
    padding-bottom:15px;
}

.section_subtitle {
    margin-left: 20px;
    font-size: 20px;
    font-weight: 300;
}

.card {
    background-color: #fff;
    color: #000;
    border: 1px #000;
    border-radius: 20px;
    padding: 20px;
    text-decoration: none;
    display: block;
    box-shadow: 0 2px 20px -5px #00000012;
    width: 32.5%;
}

.card:hover {
    cursor: pointer;
}

.card_meta {
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
}

.card_categoria {
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 5px;
    padding: 3px 5px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.card_img img {
    border-radius: 20px;
}

.card_title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
}

.view_block {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.view_title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 50px;
}

.view_body {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

.view_tags {
    border: 1px solid #e4e4e4;
    border-style: solid none;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.view_singletag {
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 8px 17px;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    transition: all .2s;
    display: inline-block;
    border: 1px solid #000;
}

.footer_container {
    padding-top: 150px;
    padding-bottom: 30px;
    background-image: url('/files/images/footer.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.footer_box {
    box-shadow: 0 2px 15px #0003;
    background-color: #fff;
    border-radius: 20px;
    align-items: stretch;
    padding: 25px 30px;
}

.footer_title {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 29px;
    text-decoration: underline;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
}

.footer_email-and-phone {
    color: #000;
    align-self: stretch;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
}

.copyright {
    background-color: #fff;
    border-radius: 50px;
    justify-content: space-between;
    max-width: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: block;
    text-align: center;
    margin-top: 50px;
}

.home-category-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.nav-item .btn {
    color: #000;
    font-size: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}


@media (max-width: 767px) {

    .section_title {
        text-transform: uppercase;
        margin: 0;
        font-size: 50px;
        font-weight: 300;
        line-height: 40px;
        padding-bottom: 10px;
    }

    .section_subtitle {
        margin-left: 0px;
        font-size: 16px;
        font-weight: 300;
        display: block;
    }

    .card {
        background-color: #fff;
        color: #000;
        border: 1px #000;
        border-radius: 20px;
        padding: 20px;
        text-decoration: none;
        display: block;
        box-shadow: 0 2px 20px -5px #00000012;
        width: 100%;
    }

    .category_header {
        padding-bottom: 10px;
        flex-direction: column;
    }

    .card_title {
        margin-top: 10px;
        margin-bottom: 8px;
        font-size: 20px;
        font-weight: 300;
        line-height: 25px;
    }
}