@import "fonts.css";

/* Theme Base Styles */
.wpthemeMainContent {
    width: 100%;
}

.wpthemeFrame {
    min-width: 360px;
}

.wptheme1Col .wpthemeCol {
    width: 100%;
    min-width: 360px;
}

.wpthemeLayoutContainers {
    padding: 0;
}

.wpthemeCrumbTrail a {
    color: #83786F !important;
}

.wpthemeCrumbTrail strong {
    color: #CE0058 !important;
    font-weight: 600;
}

/* CSS Variables */
:root {
    --main-color: #CE0058;
    --text-color: #252A2D;
    --title-color: #CE0058;
    --link-color: #CE0058;
}

/* Global Reset */
* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px #e9e8e8;
    -moz-box-shadow: 0 8px 6px -6px #e9e8e8;
    box-shadow: 0 8px 6px -6px #e9e8e8;
    min-width: 360px;
}

.header__mnuDet {
    display: none;
    width: 100%;
    background-color: #fff;
    height: 100vh;
}

.header_menu,
.header__mnuDet a,
.content-menu a {
    cursor: pointer;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
    color: #252A2D;
    text-decoration: none;
}

.header_menu {
    gap: 10px;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    max-width: 1440px;
}

.header__right {
    display: flex;
    gap: 20px;
    align-items: center;
    display: inline-flex;
    justify-content: space-between;
}

.title_submenu:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f054";
}

.title_submenu.active:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f053";
}

.title_submenu.active:after {
    content: "";
}

.header_menu .button,
.header__mnuDet .button {
    font-size: 12px;
    padding: 8px 20px;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    border: 1.5px #CE0058 solid;
    /* width: 110px; */
    background: none;
    color: #CE0058;
    text-decoration: none;
}

.header_menu .button.btn_magenta,
.header__mnuDet .button.btn_magenta {
    background: #CE0058;
    color: #fff;
    text-decoration: none;
}

.header_menu .button.btn_magenta:hover,
.header__mnuDet .button.btn_magenta:hover {
    background: #910048;
    border: 1.5px #910048 solid;
}

.header_menu .button.btn_white {
    display: none;
}

.header_menu .button.btn_white:hover {
    border: 1.5px #910048 solid;
}

.header__left {
    margin-left: 20px;
    display: flex;
    gap: 40px;
}

.header__menu__icon {
    cursor: pointer;
    margin-right: 20px;
    display: block;
}

.header__menu__img.closed {
    display: none;
}

.icon_desk {
    display: none;
}

.header__nav__submenu {
    display: none;
    margin: 0;
    padding-left: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.header__nav__submenu p {
    color: #252A2D;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    line-height: 28px;
}

.header__nav__submenu li {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.header__nav__submenu li a,
.second-row a {
    color: #CE0058;
    text-decoration: underline;
}

.title_submenu {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-top: 1px #D8DADA solid;
    padding: 16px 20px;
    border-bottom: 1px #D8DADA solid;
}

.title_submenu a {
    font-weight: 600;
}

.btn-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.btn-header a {
    color: #CE0058;
    min-width: 100px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 24px 8px 24px;
    margin: 16px;
    line-height: 16px;
}

.header__desk {
    display: none;
}

/* Footer Styles */
.first-row {
    padding: 40px 16px;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #D8DADA solid;
    border-bottom: 1px #D8DADA solid;
}

.first-row .img-abm,
.first-row .img-ipab {
    width: 53px;
    height: auto;
}

.first-row .img-buro,
.first-row .img-inai {
    width: 31px;
    height: auto;
}

.first-row .img-condusef {
    width: 52px;
    height: auto;
}

.title-footer {
    color: #252A2D;
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    line-height: 28px;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.title-footer:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f078";
}

.second-row {
    padding: 0 16px;
}

.second-row .tab {
    border-bottom: 1px #D8DADA solid;
    padding: 40px 0;
}

.content-menu {
    display: none;
}

.nav-submenu li {
    margin: 0;
    padding-top: 32px;
}

footer {
    color: #252A2D;
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
}

.third-row {
    padding: 40px 16px;
    border-top: 1px #D8DADA solid;
}

.fourth-row {
    padding: 40px 16px;
    border-top: 1px #D8DADA solid;
}

.third-row p,
.fourth-row p {
    line-height: 28px;
}

.third-row .title {
    color: #252A2D;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 24px;
}

.tab.active .title-footer:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f106";
}

.footer_social {
    display: flex;
    gap: 32px;
    padding: 40px 0;
}

.social-media {
    display: flex;
    gap: 32px;
    padding: 40px 16px;
}

.social-media a,
.footer_social a {
    padding: 4px;
    border: 1.5px #CE0058 solid;
    border-radius: 5px;
    background: #CE0058;
    color: #fff;
    /* font-size: 1rem; */
    /* width: 15px; */
    height: auto;
    display: grid;
    justify-content: center;
    text-decoration: none;
}

.footer_logo {
    display: grid;
    gap: 24px;
}

#cari_button {
    position: fixed !important;
    bottom: 4vh !important;
}

/* Media Queries */
@media (min-width: 900px) {
    .header {
        text-align: center;
    }

    .header_menu {
        height: auto;
        padding: 10px 0;
    }

    .social-media,
    .btn-header {
        display: none;
    }

    .header__menu__icon {
        display: none;
    }

    .header__desk,
    .icon_desk {
        display: block;
    }

    .header__btn {
        display: grid;
        gap: 0;
        padding-right: 20px;
    }

    .header_menu .button.btn_white {
        display: block;
    }

    .btn_magenta {
        margin-left: 0;
    }

    .header__desk a,
    .header__desk span {
        cursor: pointer;
        font-size: 16px;
        font-family: Inter;
        font-weight: 500;
        color: #CE0058;
        text-decoration: none;
        line-height: 28px;
    }

    .header__left {
        gap: 24px;
    }

    .header__nav__title {
        float: left;
        padding: 0 24px 5px 0;
    }

    .title_submenu.active:before,
    .title_submenu:after,
    .title-footer:after,
    .tab.active .title-footer:after {
        content: "";
    }

    .title_submenu {
        border: 0;
        display: flex;
        align-items: center;
        display: inline-flex;
        justify-content: space-between;
        gap: 16px;
    }

    .header__submenu {
        display: none;
        align-items: center;
        justify-content: space-between;
        border: 2px #F6F6F6 solid;
        background: #F6F6F6;
        border-radius: 10px;
    }

    .header__mnuDet {
        display: flex;
        justify-content: center;
        height: auto;
        position: absolute;
        top: 80px;
        background: none;
    }

    .header__mnuDet .title_submenu a {
        font-size: 24px;
        font-family: Bree;
        color: #CE0058;
        line-height: 36px;
        font-weight: 400;
    }

    .header__nav__title a:after {
        content: "";
        display: block;
        margin: auto;
        height: 2px;
        width: 0;
        transition: all .5s;
    }

    .header__nav__title a:hover:after {
        width: 100%;
        background: #CE0058;
    }

    .v-line {
        border-left: thick solid #000;
        height: 100%;
        left: 50%;
        position: absolute;
    }

    .header__nav__submenu {
        display: flex;
        gap: 20px;
        padding: 30px;
        background: #fff;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        align-items: baseline;
        text-align: left;
    }

    .header__nav__submenu li {
        margin-bottom: 0;
        min-width: 240px;
    }

    .content_footer {
        max-width: 1200px;
        margin: auto;
    }

    .content_footer {
        padding: 0 80px 0 80px;
    }

    .first-row {
        justify-content: center;
        gap: 80px;
    }

    .second-row .tab {
        border-bottom: 1px #D8DADA solid;
        min-width: 300px;
        border-bottom: 0;
    }

    .second-row {
        padding: 0;
        display: flex;
        justify-content: space-between;
    }

    .title-footer {
        border-bottom: 1px #D8DADA solid;
        padding-bottom: 20px;
    }

    .content-menu {
        display: block !important;
    }

    .footer_banco {
        display: flex;
        padding-bottom: 40px;
        align-items: end;
        justify-content: space-between;
    }

    .social-media,
    .footer_social {
        padding: 0;
        margin-bottom: 8px;
    }

    .footer_logo {
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 36px;
    }

    .title-footer {
        cursor: default;
    }
}

@media screen and (min-width: 1024px) {
    .header__desk {
        gap: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header__nav__title {
        float: none;
        padding: 0;
    }

    .header__left {
        gap: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .header_menu {
        height: 70px;
        padding: initial;
    }

    .first-row {
        justify-content: center;
        gap: 200px;
    }

    .header__btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
}

@media screen and (min-width: 1400px) {
    .header__btn {
        gap: 10px;
    }

    .header__desk {
        gap: 24px;
    }
}