.logo img {
    width: 40%;
}

.sticky .logo img {
    width: 30%;
}

.hidden {
    display: none;
}

    .hidden.show {
        display: initial !important;
    }

filter-nav {
    position: relative;
}

#filter-nav-ul {
    list-style: none !important;
}

#filter-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 8px;
}

    #filter-nav ul li.active a, #filter-nav ul li > a:hover {
        color: #D4A762;
    }

    #filter-nav ul li > a {
        color: #303442;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        font-family: Poppins,sans-serif;
        display: inline-block;
        padding: 10px 15px;
        -webkit-transition: color .2s linear;
        transition: color .2s linear;
    }

#fullpage {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0.7);
}

.publish-date.custom {
    width: 100%;
}

    .publish-date.custom > p span {
        display: block;
        margin-top: 0px;
        font-size: 11px;
    }

.blog-one__single {
    margin-bottom: 20px;
    box-shadow: 0px 10px 90px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
}

.blog-one__date {
    position: relative;
    display: inline-block;
    background-color: #d4a762;
    padding: 0 22px 0;
    border-radius: 15px;
    margin-bottom: 13px;
}

    .blog-one__date.autor {
        background: #fff !important;
    }

    .blog-one__date p {
        font-size: 11px;
        font-weight: 700;
        color: white;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .blog-one__date.autor p {
        color: #123821 !important;
    }

#readmore {
    float: right;
    border: 1px solid #d4a762;
    height: 42px;
    line-height: 25px;
 
    top: 0;
}


:root {
    --jetly-font: 'DM Sans', sans-serif;
    --jetly-reey-font: "reeyregular";
    --jetly-gray: #79817c;
    --jetly-gray-rgb: 121, 129, 124;
    --jetly-white: #ffffff;
    --jetly-white-rgb: 255, 255, 255;
    --jetly-base: #a79132;
    --jetly-base-rgb: 167, 145, 50;
    --jetly-black: #123821;
    --jetly-black-rgb: 18, 56, 33;
    --jetly-primary: #f8f7f1;
    --jetly-primary-rgb: 248, 247, 241;
    --jetly-letter-spacing: -0.04em;
}
/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.news-details__left {
    position: relative;
    display: block;
}

.news-details__img {
    position: relative;
    display: block;
}

    .news-details__img img {
        width: 100%;
    }

.news-details__date {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: var(--jetly-base);
    padding: 10px 18px 10px;
    z-index: 1;
    border-radius: 20px;
}

    .news-details__date p {
        font-size: 11px;
        font-weight: 700;
        color: var(--jetly-white);
        line-height: 12px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

.news-details__content {
    position: relative;
    display: block;
    margin-top: 21px;
}

.news-details__meta {
    position: relative;
    display: flex;
    align-items: center;
}

    .news-details__meta li + li {
        margin-left: 10px;
    }

    .news-details__meta li a {
        font-size: 14px;
        color: var(--jetly-gray);
        font-weight: 400;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .news-details__meta li a:hover {
            color: var(--jetly-base);
        }

        .news-details__meta li a i {
            color: var(--jetly-base);
        }

.news-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 3px;
    margin-bottom: 11px;
    font-weight: 700;
}

.news-details__text-2 {
    padding-top: 32px;
}

.news-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 53px;
    border-top: 1px solid #eeede5;
}

    .news-details__bottom p {
        margin: 0;
    }

.news-details__tags span {
    color: var(--jetly-black);
    font-size: 20px;
    margin-right: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.news-details__tags a {
    position: relative;
    color: var(--jetly-white);
    font-size: 12px;
    background-color: var(--jetly-base);
    display: inline-block;
    padding: 5px 20px 5px;
    font-weight: 700;
    border-radius: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

    .news-details__tags a:hover {
        background-color: var(--jetly-black);
        color: var(--jetly-white);
    }

    .news-details__tags a + a {
        margin-left: 5px;
    }

.news-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .news-details__social-list a {
        position: relative;
        height: 43px;
        width: 43px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: var(--jetly-black);
        background-color: var(--jetly-primary);
        font-size: 14px;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 1;
    }

        .news-details__social-list a:hover {
            color: var(--jetly-white);
        }

        .news-details__social-list a:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background-color: var(--jetly-base);
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: all;
            transition-property: all;
            opacity: 1;
            -webkit-transform-origin: top;
            transform-origin: top;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            z-index: -1;
        }

        .news-details__social-list a:hover:after {
            opacity: 1;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

        .news-details__social-list a + a {
            margin-left: 10px;
        }

.news-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 53px;
}

.news-details__pagenation {
    position: relative;
    display: block;
}

    .news-details__pagenation li {
        position: relative;
        float: left;
        font-size: 20px;
        color: var(--jetly-black);
        font-weight: 700;
        background-color: var(--jetly-primary);
        line-height: 26px;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        max-width: 370px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 54px;
        padding-bottom: 54px;
        letter-spacing: -0.04em;
    }

        .news-details__pagenation li + li {
            margin-left: 30px;
        }

        .news-details__pagenation li:hover {
            background-color: var(--jetly-base);
            color: var(--jetly-white);
        }


.error {
    color: red;
    font-size: 11px;
}

.gg-box img {
    border: solid gray 1px;
}

.main-menu ul li a {
    padding: 17px 12px;
}

.panel-heading.principal {
    background-color: #d4a762;
}
#collapse1, #collapse2, #collapse3 {
    margin: 30px;
}