.font-quicksand {
    font-family: Quicksand, sans-serif !important;
    letter-spacing: -0.07em;
}

.color-imaginarts {
    color: #CC5130;
}

.lgpd {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    border-radius: .4rem;
    padding: 2rem -webkit-calc(2rem - .75rem);
    padding: 2rem -moz-calc(2rem - .75rem);
    padding: 2rem calc(2rem - .75rem);
    background-color: #F1968F;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-width: 50%;
    margin: 0 auto;
}

.lgpd .text {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1;
    color: #8A797D;
}

.lgpd .text a {
    text-decoration: underline;
    color: #fff;
}

.link-underline {
    color: #1f1f1f;
    display: inline-block;
    font-weight: 500;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}

.link-underline:before {
    border-bottom: 1px solid;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    transform-origin: left center;
    transition: all .2s ease-in-out;
    transition-property: transform;
}

.link-underline:hover {
    color: #1f1f1f;
}

.link-underline:hover:before {
    transform: scaleX(0);
    transform-origin: right center;
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.btn:hover>.fa-arrow-right {
    transform: translateX(.25rem);
}

.btn:hover>.fa-arrow-left {
    transform: translateX(-.25rem);
}

.btn>.fa-arrow-left,
.btn>.fa-arrow-right {
    transition: all .2s ease-in-out;
    transition-property: transform;
}

.footer {
    color: #FFFFFF;
    background: #F1968F;
}



.page-title {
    background: #FAFAFC;
    background-image: url(../images/site-header.png);
    background-repeat: no-repeat;
}

.page-title {
    font-size: 15pt;
    padding-bottom: 67.5pt;
    padding-top: 63.75pt;
    background-position: 50%;
    border-top-width: .0625pc;
    border-top-style: solid;
    border-top-color: #F7DCDB;
    border-image: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #F7DCDB;


    margin-bottom: 60px;
}

.content-title-heading {
    align-items: center;

}

.text-title-heading {
    font-size: 3.125pc;
}

.page-title {
    text-align: center;
}

.page-title .breadcrumbs {
    font-weight: 500;
    color: #000;
    font-size: 10.5pt;
}

.page-title .breadcrumbs a {
    color: #868686;
    position: relative;
}

.page-title .breadcrumbs .delimiter {
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 0;
    color: #868686;
}

.page-title .breadcrumbs .delimiter:before {
    transform: rotate(25deg);
    background: #868686;
    top: 1.5pt;
    width: 1px;
    height: .75pc;
    display: inline-block;
    content: "";
    position: relative;
}