/*Call To Action Start**************************/
.mfc-call-to-action {
    display: flex;
    justify-content: center;
    padding: 10px 22px;
    background-color: #114862;
    color: white;
    text-decoration: none;
}

label .mfc-call-to-action * {
    font-size: 14px !important;
    line-height: 24px;
    color: #757575;
}

button[type="submit"].mfc-call-to-action {
    padding: 15px 22px !important;
}

.mfc-call-to-action:hover {
    color: #FFFFFF !important;
}

.mfc-call-to-action[mfc-cta-bg="none"] {
    color: #A5967A !important;
}

.mfc-call-to-action[mfc-cta-bg="none"] svg path {
    fill: #A5967A !important;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mfc-call-to-action[mfc-cta-bg="none"]:hover svg path {
    fill: #114862 !important;
}

.mfc-call-to-action[mfc-cta-bg="none"]:hover {
    color: #114862 !important;
}

label .mfc-call-to-action:hover {
    color: gray !important;
}

.mfc-call-to-action[mfc-p="none"] {
    padding: 0 !important;
}

.mfc-call-to-action[mfc-bg="light"] {
    border: 1px solid white;
    background-color: transparent;
}

.mfc-call-to-action[mfc-bg="secondary"] {
    background-color: #A5967A;
}

.mfc-call-to-action[mfc-cta-display="block"] {
    display: block;
    width: max-content;
}

.mfc-call-to-action[mfc-cta-margin="5"] {
    margin: 5px;
}

.mfc-call-to-action[mfc-cta-display="inline"] {
    display: inline-block;
}

.mfc-call-to-action[mfc-cta-bg="none"] {
    background-color: transparent;
}

.mfc-call-to-action[mfc-cta-bg="white"] {
    background-color: white;
}

.mfc-call-to-action[mfc-cta-color="primary"] {
    color: #114862;
}

.mfc-call-to-action[mfc-cta-color="secondary"] {
    color: #A5967A;
}

.mfc-call-to-action[mfc-cta-color="gray"] {
    color: gray;
}

.mfc-call-to-action[mfc-cta-material] * {
    display: inline-block;
}

.mfc-call-to-action[mfc-cta-material] svg {
    margin: 0 8px;
}

.mfc-call-to-action[mfc-cta-material] span {
    margin: 0 8px;
}

.mfc-call-to-action[mfc-cta-material-color="secondary"] svg path {
    color: #A5967A;
    fill: #A5967A;
}

.mfc-call-to-action[mfc-cta-material-color="primary"] svg path {
    color: #114862;
    fill: #114862;
}

.mfc-call-to-action[mfc-cta-material-color="white"] svg path {
    color: #FFFFFF;
    fill: #FFFFFF;
}

.mfc-call-to-action svg {
    width: 15px;
}


/*END CALL TO ACTION *******************************

/*DIVIDER START STYLE **********************************/

.mfc-text-divider,
.mfc-block-divider {
    border-top-width: 0;
    border-style: solid;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-color: rgba(128, 128, 128, 0.308);
    width: 100%;
    box-sizing: border-box;
}

.mfc-text-divider[ef-width="small"] {
    padding: 20px 0 5px 0;
}

.mfc-block-divider[ef-width="small"] {
    padding: 20px 0;
}

.mfc-block-divider[mfc-width="small"] {
    padding: 20px 0;
}

.mfc-text-divider[mfc-border="light"] {
    border-top-width: 1px;
}

.mfc-block-divider[mfc-border="light"] {
    border-top-width: 1px;
}

.mfc-text-divider[mfc-width="small"] {
    padding: 20px 0 5px 0;
}

.mfc-text-divider[ef-width="large"] {
    padding: 40px 0 10px 0;
}

.mfc-text-divider[mfc-width="large"] {
    padding: 40px 0 10px 0;
}

.mfc-block-divider[mfc-width="large"] {
    padding: 40px 0;
}

.mfc-text-divider[ef-width="extra"] {
    padding: 60px 0 20px 0;
}

.mfc-text-divider[mfc-width="extra"] {
    padding: 60px 0 20px 0;
}

.mfc-block-divider[mfc-width="extra"] {
    padding: 60px 0;
}

/*END DIVIDER  STYLE **********************************/

/*START BOTTOM BAND  STYLE **********************************/
.mfc-card-bottom-band {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: red;
}

.mfc-card-bottom-band[mfc-bg="primary"] {
    background-color: #114862;
}

.mfc-card-bottom-band[mfc-bg="secondary"] {
    background-color: #A5967A;
}

.mfc-card-bottom-band[mfc-bg="gray"] {
    background-color: gray;
}

/*END BOTTOM BAND  STYLE **********************************/


/*BADGE START STYLE **********************************/

.mfc-badge {
    display: inline-flex;
    justify-content: left;
    align-items: center;
    border: 1px solid white;
    color: white;
    border-radius: 0;
    position: relative;
    width: max-content;
}

.mfc-badge svg {
    width: 10px;
    margin-right: 6px;
}

.mfc-badge p,
.mfc-badge span {
    font-size: 14px !important;
}

.mfc-badge[mfc-border="none"] {
    border: 0;
}

.mfc-badge[mfc-display="flex"] {
    display: flex;
}

.mfc-badge[mfc-width="auto"] {
    width: max-content;
}

.mfc-badge[mfc-border="green"] {
    border-color: green;
}

.mfc-badge[mfc-color="green"] {
    color: green;
    fill: green;
}

.mfc-badge[mfc-color="gray"] p {
    color: gray;
}

.mfc-badge[mfc-color="white"] p {
    color: white;
}

.mfc-badge[mfc-position="left"] {
    padding: 8px 0 2px 0 !important;
}

.mfc-badge[mfc-color="gray"] {
    color: gray;
}

.mfc-badge[mfc-color="white"] {
    color: white;
}

.mfc-badge[mfc-material-color="gray"] svg path {
    fill: gray;
}

.mfc-badge[mfc-material-color="white"] svg path {
    fill: white;
}


.mfc-badge[mfc-bg="primary"] {
    background-color: #114862;
    border-width: 0px;
}

.mfc-badge[mfc-bg="secondary"] {
    background-color: #A5967A;
    border-width: 0px;
}

.mfc-badge[mfc-bg="red"] {
    background-color: rgb(175, 33, 14);
    border-width: 0px;
}

.mfc-badge[mfc-material="cicle"]::before {
    content: "";
    border: 1px solid white;
    background-color: white;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 8px;
    mix-blend-mode: difference;
}

.mfc-badge[mfc-m="medium"] {
    margin: 20px 20px;
}

.mfc-badge[mfc-p="small"] {
    padding: 4px 8px;
}

.mfc-badge[mfc-p="medium"] {
    padding: 8px 8px;
}

.mfc-badge[mfc-badge-font-size="small"] {
    font-size: 12px;
}

/*END BADGE STYLE **********************************/

/* ERROR TEXT STYLE*/
.mfc-post-notexiste {
    display: none;
}

/*ELEMENT OVERRIDE */
@media only screen and (min-width: 1000px) {
    .tabbed[data-style*=vertical] .wpb_tabs_nav {
        position: sticky;
        top: 100px;
        align-self: self-start;
    }
}

@media only screen and (max-width: 768px) {

    .mfc-text-divider[desktop],
    .mfc-block-divider[desktop] {
        display: none;
    }
}

/* SCROLL TO TOP *************/
#to-top {
    z-index: 9999 !important;
}

/*MFC FANCY BOX*/
.mfc-fancy-box {
    width: 100%;
    height: 450px;
    max-height: 550px;
    overflow: hidden;
    position: relative;
}

.mfc-fancy-box-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mfc-fancy-box-bg img {
    object-fit: cover;
    aspect-ratio: 9/16;
    width: 100%;
}

.mfc-fancy-box-content {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    z-index: 0;
    background-color: #11486262;
    transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 100%;
    opacity: 1;
}

.mfc-fancy-box-content h1,
.mfc-fancy-box-content h2,
.mfc-fancy-box-content h3,
.mfc-fancy-box-content h4,
.mfc-fancy-box-content h5,
.mfc-fancy-box-content h6 {
    text-align: center;
    width: max-content;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.438);
}

.mfc-fancy-box-slide {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transform-origin: left;
    /* transform: translateX(-100%); */
    width: 100%;
    z-index: 1;
    transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
    height: 100%;
    padding: 30px;
    background-color: #114862b6;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.mfc-fancy-box-slide ul {
    padding-left: 18px;
    margin-left: 0;
}

.mfc-fancy-box-slide ul li p,
.mfc-fancy-box-slide ul li,
.mfc-fancy-box-slide p {
    font-size: 18px !important;
    line-height: 1;
    text-align: justify;
    word-spacing: normal !important;
}

.mfc-fancy-box:hover .mfc-fancy-box-slide {
    opacity: 1;
}

.mfc-fancy-box:hover .mfc-fancy-box-content {
    opacity: 0;
}

.mfc-fancy-box:hover .mfc-fancy-box-bg {
    transform-origin: center;
    transform: scale(1.1);
}