
/* -------------------------------- 

PAGE DIVISORS

-------------------------------- */

/* Na Home */
.home-section.button {margin-bottom:140px !important;}

.home-section.shape-divider {z-index: 1;}

.home-section.shape-divider .custom-shape-divider-top-1680017832 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.home-section.shape-divider .custom-shape-divider-bottom-1680034806  {transform: rotate(180deg);}

.home-section.shape-divider .custom-shape-divider-top-1680017832 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 170px;
}

.home-section.shape-divider .shape-fill {fill: var(--ifht-sys-cor-primaria-extradark);}

.custom-shape-divider-bottom-1680034806 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1680034806 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 180px;
}

.custom-shape-divider-bottom-1680034806 .shape-fill {fill: var(--cor-marinho-600);}


/* Nas Páginas internas */
.custom-shape-divider-top-inner-page {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-inner-page svg {
    position: relative;
    display: block;
    width: calc(115% + 1.3px);
    height: 73px;
    background: var(--ifht-sys-cor-neutra-4);
}

.custom-shape-divider-top-inner-page .shape-fill {
    fill: var(--ifht-sys-cor-neutra-3);
}

.custom-shape-divider-top-inner-page .shape-fill-lighter {
    fill: var(--ifht-style-primary-surface-lighter);
}

.custom-shape-divider-top-inner-page .shape-fill-subtle {
    fill: var(--ifht-style-primary-surface-subtle);
}

.custom-shape-divider-bottom-inner-page {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    fill: var(--ifht-sys-cor-neutra-2);
}

.custom-shape-divider-bottom-inner-page.white {
    background:#fff;
} 


.custom-shape-divider-bottom-inner-page svg {
    position: relative;
    display: block;
    width: calc(115% + 1.3px);
    height: 73px;
}

.custom-shape-divider-bottom-inner-page .shape-fill {
    fill: var(--ifht-sys-cor-neutra-2);
}

/* Divisor de sessões simples */
.divisor-simples {
    border: 0;
    height: 1px;
    width: 20%;
    position: relative;
    margin: var(--ifht-sys-spacing-padding-xl) auto;
    background: #007DB8;
}

.divisor-simples:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #007DB8;
    display: inline-block;
    border: 2px solid #007DB8;
    position: absolute;
    top: -4px;
    left: 50%;
    margin: 0 0 0 -3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Opera, Chrome, and Safari */
}

/* Divisor Texto */

.divisor-texto {
    display: block;
}

.divisor-texto::after {
    content: url(/pluginfile.php/606/mod_folder/content/0/img/recursos-visuais/divider.svg);
    display: block;
    width: 250px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, -100%);
}


