.hgallery-wrap {
    padding: 20px 0px;
}
.hgallery-cat {
    margin-bottom: 30px;
    padding: 0 15px;
}
.hgallery-cat > ul {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    white-space: nowrap;
    background-color: rgba(0,0,0,0);
    -webkit-background-clip: text;
    transition: background-color .5s;
}

.hgallery-cat > ul:hover {
    background-color: rgba(0,0,0,0.18);
}
.hgallery-cat > ul::-webkit-scrollbar-track{
    border-radius: 30px;
}
.hgallery-cat > ul::-webkit-scrollbar{
    height: 5px;
    border-radius: 30px;
    background-color: #ffffff;
}
.hgallery-cat > ul:hover::-webkit-scrollbar {
    background-color: #ffffff;
}
.hgallery-cat > ul::-webkit-scrollbar-thumb{
    border-radius: 30px;
    background-color: inherit;
}
.hgallery-cat > ul:hover::-webkit-scrollbar-thumb{
    background-color: #5299D3;
}

.hgallery-cat > ul > li {
    display: inline-block;
    margin: 0 15px 15px 15px;
}

.hgallery-link {
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.005em;
    color: #666666;
}
.hgallery-link:hover,.hgallery-link:focus,.hgallery-link:active {
    color: #FFBC2D;
    text-decoration: none;
}

.hgallery-current {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.005em;
    color: #FFBC2D;
    border-bottom: 5px solid #FFBC2D;
}

.hgallery-row {
    position: relative;
    display: table;
    width: 100%;
}

.hgallery-item {
    display: block;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    width: 25%;
}
.hgallery-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 70%;
    position: relative;
    display: block;
}
.hgallery-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 183, 44, 0.719);
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.hgallery-title {
    font-family: 'Inter';
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.hgallery-img:hover > .hgallery-layer, .hgallery-img:focus > .hgallery-layer, .hgallery-img:active > .hgallery-layer {
    opacity: 1;
}

/* Navbar */

.bg-custom-1 {
    background-color: #ffffff;
}

.bg-custom-2 {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}

#navActive{
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.005em;
    color: #F9C626 !important;
}

.nav-link{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.005em;
    color: #333333;
    margin-left: 20px;
}

/* Header */

#gallery{
    background-image: url('../img/banner/banner-gallery-new.jpg');
    width: 100%;
    height: 359px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .title-gallery{
        padding-top: 10% !important;
    }

    .desc-gallery{
        margin-top: 2% !important;
    }

    footer {
        clear: both;
        position: absolute;
        width: 100%;
    }
}

.title-gallery{
    font-size: 35px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    padding-top: 10%;
}

.desc-gallery{
    color: #ffffff;
    line-height: 28.8px;
    text-align: justify;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5%;
    font-size: 16px;
}


/* Content */

/* Footer */
#list-none {
    list-style: none;
    padding-left: 0;
    line-height : 35px;
}
footer {
    background-color: #FFBC2D;
    color: #bbb;
    line-height: 1.5;
    font-family: 'Nunito';
    margin-top: 10%;
}
footer a {
    text-decoration: none;
    color: #231F20;
    font-family: 'Nunito';
}
#colContact ul li a{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #231F20;
}
#colContact ul li a:hover{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #231F20;
}
.col-lg-3 ul li a{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #231F20;
}
.col-lg-3 ul li a:hover{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #231F20;
}
.col-lg-6 ul li .link-footer{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
    display: flex;
    align-items: center;
}
.col-lg-6 ul li .link-footer:hover{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #231F20;
}
.ft-title {
    color: #231F20;
    font-family: 'Nunito';
    font-size: 1.375rem;
    padding-bottom: 0.625rem;
}
.ft-main {
    padding: 1.25rem 1.875rem;
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (min-width: 29.8125rem /* 477px */) {
    .ft-main {
        justify-content: space-evenly;
    }
}
@media only screen and (min-width: 77.5rem /* 1240px */) {
    .ft-main {
        justify-content: space-evenly;
    }
}

.icon-medsos{
    font-size: 22px;
    color: #231F20;
    margin-left: 20px;
}

.icon-medsos:hover{
    color: #231F20;
}

.ft-main-item {
    padding: 1.25rem;
    min-width: 12.5rem;
}

/* Footer social */
.ft-social {
    padding: 0 1.875rem 0;
}
.ft-social-list {
    display: flex;
    justify-content: center;
    border-top: 1px #231F20 solid;
    padding-top: 1.25rem;
}
.ft-social-list li {
    margin: 0.5rem;
    font-size: 1.25rem;
}

.paragraf-footer{
    font-family: 'Nunito';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    color: #231F20;
    margin-bottom: 0;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    iframe{
        max-width: 100%;
    }

    .title-gallery{
        padding-top: 40% !important;
    }

    .paragrap-map{
        width: 80%;
    }

    .hgallery-wrap{
        padding: 0 !important;
    }

    .hgallery-item{
        width: 50%;
    }

    .hgallery-link {
        font-size: 18px !important;
    }
    
    .hgallery-current {
        font-size: 18px !important;
    }

    footer {
        height: 650px;
    }
}