/* 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 */

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

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

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

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

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

.desc-contact{
    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 */
.title-content-contact{
    font-size: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    color: #333333;
}

.paragrap-map{
    width: 362px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
}

.col-lg-6 ul li .link-contact{
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #333333;
    text-decoration: none;
}

.col-lg-6 ul li .link-contact:hover{
    text-decoration: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #333333 !important;
}

/* 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: #fff;
    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: 700;
    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: 700;
    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-contact{
        padding-top: 40% !important;
    }

    .paragrap-map{
        width: 80%;
    }

    footer {
        height: 650px;
    }
}