body {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
    color: #bababa;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2)
}

#back-top {
    display: none;
}

header.header {
    padding: 25px 0 0 0;
}

.lead {
    margin: 0;
    font-weight: normal;
    line-height: 1.25;
}

.date {
    font-weight: 300
}

@media (max-width: 992px) {
    header.header {
        padding: 15px 0 10px;
    }
}

@media (max-width: 992px) {
    .logo, .logo.pull-left {
        float: none;
        width: 100%;
        text-align: center;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 992px) {
    footer.footer {
        padding: 10px;
    }
}

#back-top-wrapper {
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 15px;
}
#back-top-wrapper .social-icons, #back-top-wrapper .social-icons .list-inline, #back-top-wrapper .social-icons .list-inline li{
    margin:0;
    padding:0;
}
#back-top-wrapper .social-icons ul li a i{
    margin-bottom:0;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    padding: 8px 15px 6px;
    margin-bottom: 0;
    line-height: 1.38 !important;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 979px) {
    .btn {
        padding: 5px;
    }
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #424242;
    background-image: -moz-linear-gradient(top, #424242, #424242);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#424242), to(#424242));
    background-image: -webkit-linear-gradient(top, #424242, #424242);
    background-image: -o-linear-gradient(top, #424242, #424242);
    background-image: linear-gradient(to bottom, #424242, #424242);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff424242', endColorstr='#ff424242', GradientType=0);
    border-color: #424242 #424242 #1c1c1c;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #424242;
}

.btn-primary:active, .btn-primary.active {
    background-color: #292929 \9;
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ff944c;
    background-image: -moz-linear-gradient(top, #ffa66b, #ff781e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa66b), to(#ff781e));
    background-image: -webkit-linear-gradient(top, #ffa66b, #ff781e);
    background-image: -o-linear-gradient(top, #ffa66b, #ff781e);
    background-image: linear-gradient(to bottom, #ffa66b, #ff781e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa56a', endColorstr='#ffff781e', GradientType=0);
    border-color: #ff781e #ff781e #d15300;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: #fff;
    background-color: #ff781e;
}

.btn-warning:active, .btn-warning.active {
    background-color: #ea5e00 \9;
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
}

.btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9;
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
}

.btn-success:active, .btn-success.active {
    background-color: #408140 \9;
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
}

.btn-info:active, .btn-info.active {
    background-color: #24748c \9;
}

.btn-inverse {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    border-color: #151515;
}

.btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \9;
}

button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

body.home #main.main-holder header.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: none;
}

header.header {
    padding: 0;
    border: none;
    position: relative;
    z-index: 101;
    position: fixed;
    width: 100%;
}

@media (max-width: 992px) {
    header.header {
        text-align: center;
    }
}

header.header .header-wrapper1, header.header .header-wrapper2 {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    header.header .header-wrapper1, header.header .header-wrapper2 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

header.header .header-wrapper1 {
    z-index: 2;
    padding: 0px 0 8px;
}

header.header .header-wrapper2 {
    padding: 10px 0 10px;
    z-index: 1;
    text-align: left;
}

header.header .header-wrapper2:before {
    position: absolute;
    top: 0;
    left: -200%;
    right: -200%;
    bottom: 0;
    z-index: -1;
    content: '';
    display: block;
}

@media (min-width: 980px) {
    header.header .header-wrapper2.isStuck:before {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
}

header.header .social-wrapper {
    float: right;
    margin: 0;
}

@media (max-width: 992px) {
    header.header .social-wrapper {
        float: none;
    }
}

header.header .logo-wrapper {
    float: left;
    margin: 0 0 0 0;
    position: relative;
}

header.header .topo.logo-wrapper {
    display: none;
}

@media (max-width: 979px) {
    header.header .logo-wrapper {
        float: none;
        margin: -3px 0;
        display: inline-block;
    }

    header.header .topo.logo-wrapper {
        float: left;
        display: block;
    }

    header.header .logo-wrapper .logo {
        width: 100%;
    }
}

header.header .logo-wrapper .logo_h__txt {
    margin-top: 20px;
    padding: 0;
    background: transparent;
}

header.header .logo-wrapper .logo_h__txt:before {
    display: none;
}

@media (max-width: 992px) {
    header.header .logo-wrapper {
        max-width: 90%;
    }

    header.header .topo.logo-wrapper {
        max-width: 100%;
    }

    header.header .logo-wrapper .logo_h__text header.header .logo-wrapper .logo_link {
        font-size: 40px;
        line-height: 40px;
    }
}

#content {
    padding-top: 20px;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #595959;
}

body #main.main-holder a {
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 992px) {
    body {
        padding: 0;
    }
}

@media (max-width: 979px) {
    .isStuck {
        position: relative !important;
        top: 0 !important;
    }
}

.social-wrapper ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 8px;
    font-size: 1.3em;
}

.social-wrapper ul {
    padding: 0;
    margin: 0;
}

hr {
    margin: 0 auto;
    border: 0;
    border-bottom: 1px solid #dcdfe2;
    margin-bottom: 15px;
}

.hr-block {
    width: 50px;
    border-top: 2px solid #616873
}

.hr-block {
    width: 68px;
    border-top: 3px solid #1c1c1c;
}

.hr-inline-block {
    width: 50px;
    border-top: 3px solid #1c1c1c;
    text-align: center;
    display: inline-block;
    margin-left: -10px;
}

.btn-send {
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

textarea {
    resize: none;
}

.form-group {
    margin-bottom: 15px;
    display: inline-block;
}

form#contact-form input.btn-send {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    form#contact-form input.btn-send {
        margin-top: 90px;
        margin-bottom: 0;
    }
}

a.btn.loading-more {
    opacity: 1;
    text-align: center;
    margin: 0;
}

form#contact-form .btn {
    background: #424242;
    border: 1px solid #BBBBBB;
    color: #FFF;
    font-weight: 600;
}

.flexslider.flexslider-small ol.flex-control-nav.flex-control-paging li a {
    border-radius: 50%;
    margin: 3px;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flexslider.flexslider-small ol.flex-control-nav.flex-control-paging li a:hover, .flexslider.flexslider-small ol.flex-control-nav.flex-control-paging li a.flex-active {
    background: #fff;
}

.flexslider.flexslider-small ol.flex-control-nav.flex-control-paging li a {
    margin: 3px;
}

.media {
    margin: 2em 0;
}

.isStuck {
    -webkit-transform: translateZ(0);
}

.post_wrapper {
    margin-bottom: 40px;
}

.pagination ul {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.0470588) 0px 1px 2px;
    border-radius: 0px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

section.destaques-blog {
    position: relative;
    margin: auto;
    padding: 20px;
    max-width: 1200px;
    min-width: 300px;
    background: #ebebeb;
}

section.destaques-blog:before {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: -200%;
    right: -200%;
    z-index: -1;
    background: #ebebeb;
    position: absolute;
}

section.destaques-blog figure.thumbnail.featured-thumbnail {
    display: block;
    float: none;
    width: 100%;
    max-height: 100%;
    background: transparent;
}

section.destaques-blog {
    text-align: center;
}

section.destaques-blog a {
    color: #333;
}

.center-img {
    margin: 0 auto
}

.brand-usina {
    width: 98px;
    height: 22px;
    background: transparent url(/web/assets/images/logo-usina-da-criacao.png) no-repeat;
    display: inline-block;
    text-indent: -9999em;
    font-size: 12px;
    overflow: hidden;
}

h2.title {
    color: #1c1c1c;
    margin: 0;
}

.service-box.main_text h5 {
    color: #1c1c1c;
    font-size: 40px;
    line-height: 100%;
    font-weight: 600;
}

.service-box_txt {
    margin: 0;
    margin-bottom: 15px;
}

.service-box.main_text {
}

.content_box.custom_content_box {
    background: none;
}

.content_box {
    position: relative;
    background: #F5F5F5;
}

.service-box h2 {
    margin: 0;
}

.content_box {
    position: relative;
    background: #F5F5F5;
}

.content_box:after, .content_box:before {
    background: #ffffff;
    content: "";
    position: absolute;
    top: 0;
    width: 101%;
    height: 100%;
    z-index: -1;
}

.content_box.custom_content_box:after, .content_box.custom_content_box:before {
    height: 480px;
}

.content_box.custom_content_box.custom_content_box-internas:after {
    height: 100%;
}

.content_box.custom_content_box.custom_content_box-internas:before {
    height: 100%;
}

.content_box.custom_content_box:before {
    left: -50%;
}

.content_box.custom_content_box:after {
    right: -50%;
}

.service-box {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.service-box h2 {
    margin: 0;
}

.service-box h5 {
    line-height: 1.25;
}

/* comentado para arrumar os espaçamentos entre blocos do YSY */
/*
.service-box.main_text {
    padding: 50px 0 0;
    margin: 0;
}
*/
/* comentado para arrumar os espaçamentos entre blocos do YSY */
.service-box.main_text h2 {
    line-height: 1.25;
    margin: 0;
}

@media (max-width: 420px) {
    .social-wrapper {
        display: none;
    }
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 993px) {
    .sf-menu {
        line-height: 1.0;
    }

    .sf-menu ul {
        display: none;
        position: absolute;
        top: -999em;
        width: 10em;
    }

    .sf-menu ul li {
        width: 100%;
    }

    .sf-menu li:hover {
        visibility: inherit;
    }

    .sf-menu li {
        position: relative;
        float: left;
    }

    .sf-menu a {
        position: relative;
        display: block;
    }

    .sf-menu li:hover ul, .sf-menu li.sfHover ul {
        top: 100%;
        left: 0;
        z-index: 99;
    }

    ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
        top: -999em;
    }

    ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
        top: 0;
        left: 100%;
    }

    ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
        top: -999em;
    }

    ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
        top: 0;
        left: 10em;
    }

    .sf-menu {
        float: right;
    }

    .sf-menu > li {
        background: #ddd;
        text-align: center;
    }

    .sf-menu > li > a {
        padding: 10px 12px;
        border-top: 1px solid #DDD;
        border-left: 1px solid #fff;
        text-decoration: none;
    }

    .sf-menu li .desc {
        display: block;
        font-size: 0.9em;
    }

    .sf-menu li li {
        background: #AABDE6;
    }

    .sf-menu li li a {
        padding: 10px 12px;
        border-top: 1px solid #DDD;
        border-left: 1px solid #fff;
        text-decoration: none;
    }

    .sf-menu a.sf-with-ul {
        padding-right: 2.25em;
        min-width: 1px;
    }

    .sf-sub-indicator {
        position: absolute;
        top: 1.05em;
        right: .75em;
        display: block;
        overflow: hidden;
        width: 10px;
        height: 10px;
        text-indent: -999em;
        font-weight: normal !important;
    }

    a > .sf-sub-indicator {
        background-position: 0 -100px;
    }

    .sf-menu ul .sf-sub-indicator {
        background-position: -10px 0;
    }

    .sf-menu ul a > .sf-sub-indicator {
        background-position: 0 0;
    }

    .sf-menu > li > a {
        color: #424242;
    }

    .nav__primary {
        margin: 0;
        padding: 10px 0 0 0;
    }

    .nav__primary .sf-menu {
        float: left;
    }

    .nav__primary .sf-menu a {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .nav__primary .sf-menu > li {
        margin: 0;
        background: none;
        border: none;
    }

    .nav__primary .sf-menu > li > a {
        padding: 26px 16px;
        border: none;
        border-left: 1px solid #ccc;
        background: none;
    }

    .nav__primary .sf-menu > li > a.sf-with-ul {
        padding-right: 24px;
    }

    .nav__primary .sf-menu ul {
        padding: 0;
        width: 220px;
    }

    .nav__primary .sf-menu ul li {
        border: none;
        background: none;
    }

    .nav__primary .sf-menu ul li a {
        padding: 10px 10px 10px 16px;
        line-height: 20px;
        border: none;
        text-align: left;
        text-decoration: none;
        font-style: normal;
    }

    .nav__primary .sf-menu ul > li:hover ul, .nav__primary .sf-menu ul > li.sfHover ul {
        right: 220px;
        left: auto;
        top: -1px;
    }

    .nav__primary .sf-menu .sf-sub-indicator {
        background: none;
        width: auto;
        height: auto;
        position: absolute;
        right: 3px;
        top: 50%;
        margin: -8px 0 0 0;
        width: 14px;
        height: 20px;
    }

    .nav__primary .sf-menu .sf-sub-indicator:after {
        content: "\f107";
        font-family: FontAwesome;
        text-indent: 0;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 20px;
        font-size: 14px;
    }

    .nav__primary .sf-menu ul .sf-sub-indicator {
        right: -5px;
    }

    .nav__primary .sf-menu ul .sf-sub-indicator:after {
        content: "\f105";
    }

    header.header .sf-menu ul {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    header.header .menu-wrapper {
        margin: 0;
    }

    header.header .menu-wrapper nav {
        display: block;
    }

    header.header .menu-wrapper .sf-menu {
        float: right;
        display: block;
    }

    header.header .menu-wrapper .sf-menu > li {
        text-align: center;
    }

    header.header .menu-wrapper .sf-menu > li + li {
        margin-left: 25px;
    }

    header.header .menu-wrapper .sf-menu > li + li a {
        position: relative;
    }

    header.header .menu-wrapper .sf-menu > li a {
        font-weight: 400;
        border: none;
        padding: 0;
        display: inline-block;
    }

    header.header .menu-wrapper .sf-menu > li > a .sf-sub-indicator {
        left: auto;
        right: auto;
        top: auto;
        position: relative;
        display: inline-block;
        float: none;
        margin-top: 0;
        line-height: 15px;
        height: auto;
        width: 10px;
        margin-left: 5px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .4s all ease;
        will-change: transform;
        -webkit-filter: blur(0);
        -webkit-transform-origin: 5px 7px;
        -moz-transform-origin: 5px 7px;
        -ms-transform-origin: 5px 7px;
        transform-origin: 5px 7px;
        vertical-align: middle;
    }

    header.header .menu-wrapper .sub-menu > li > a .sf-sub-indicator {
        left: auto;
        right: auto;
        top: auto;
        position: relative;
        display: inline-block;
        float: none;
        margin-top: 0;
        line-height: 16px;
        height: auto;
        width: 10px;
        margin-left: 5px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: .4s all ease;
        will-change: transform;
        -webkit-filter: blur(0);
        -webkit-transform-origin: 5px 7px;
        -moz-transform-origin: 5px 7px;
        -ms-transform-origin: 5px 7px;
        transform-origin: 5px 7px;
        vertical-align: middle;
    }


    header.header .menu-wrapper .sf-menu > li a .sf-sub-indicator:after {
        line-height: 14px;
    }

    header.header .menu-wrapper .sf-menu ul {
        width: auto;
        left: 50%;
        margin-left: -55px;
        top: 40px;
        padding: 10px 10px 10px 10px;
        text-align: left;
        border-radius: 0;
    }

    header.header .menu-wrapper .sf-menu ul li {
        background: none;
        float: none;
    }

    header.header .menu-wrapper .sf-menu ul li + li {
        margin-top: 10px;
    }

    header.header .menu-wrapper .sf-menu ul li a {
        background: none;
        display: inline-block;
        line-height: 20px;
        font-weight: 400;
        text-align: left;
        text-transform: none;
        position: relative;
        white-space: nowrap;
    }

    header.header .menu-wrapper .sf-menu ul.sub-menu li:hover > a:before {
        opacity: 1;
        filter: alpha(opacity=100);
        left: -11px;
    }

    header.header .menu-wrapper .sf-menu ul ul {
        top: -59px;
        left: 110px;
        right: auto;
        margin-left: 10px;
    }

    header.header .menu-wrapper .nav__primary {
        padding: 0;
        position: relative;
        z-index: 2;
    }

    body.home #main.main-holder header.header .sf-menu ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    body.home #main.main-holder header.header .header-wrapper2.isStuck .sf-menu ul {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .cbp-spmenu h3 {
        display: none;
    }

    .nav-icon-mobile {
        display: none;
    }
}

@media (max-width: 979px) {
    header.header .menu-wrapper {
        width: 100%;
        float: none;
    }

    header.header .menu-wrapper nav {
        display: inline-block;
    }

    header.header .menu-wrapper .sf-menu > li + li {
        margin-left: 30px;
    }

    header.header .menu-wrapper .nav__primary.isStuck {
        top: 0 !important;
        position: relative !important;
    }

    header.header .menu-wrapper .nav__primary.isStuck + .pseudoStickyBlock {
        height: 0 !important;
    }

    header.header .menu-wrapper .sf-menu > li + li {
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .nav__primary .sf-menu ul > li:hover ul, .nav__primary .sf-menu ul > li.sfHover ul {
        left: 220px;
    }
}

@media (max-width: 992px) {
    nav#cbp-spmenu-s1 li {
        margin: 0;
        text-align: left;
        position: relative;
        width: 100%;
        display: inline-block;
    }

    .cbp-spmenu {
        background: #FAFAFA;
        position: fixed;
    }

    .cbp-spmenu h3 {
        font-size: 1.9em;
        padding: 20px;
        margin: 0;
        font-weight: 300;
        filter: brightness(.9);
        font-weight: 500;
    }

    .cbp-spmenu a {
        display: block;
        font-weight: normal;
        line-height: 20px;
    }

    .cbp-spmenu-vertical {
        width: 290px;
        height: 100%;
        z-index: 1000;
    }

    .cbp-spmenu-vertical a {
        padding: 1em;
    }

    .logo-wrapper.topo div a {
        border-bottom: 1px solid;
    }

    .cbp-spmenu-vertical li {
        border-bottom: 1px solid;
    }

    .cbp-spmenu-vertical li li {
        border-bottom: none;
    }

    .cbp-spmenu-left {
        left: -290px;
    }

    .cbp-spmenu-right {
        right: -290px;
    }

    .cbp-spmenu-left.cbp-spmenu-open {
        left: 0px;
        z-index: 67878678678;
    }

    .cbp-spmenu-right.cbp-spmenu-open {
        right: 0px;
    }

    .cbp-spmenu-top {
        top: -150px;
    }

    .cbp-spmenu-bottom {
        bottom: -150px;
    }

    .cbp-spmenu-top.cbp-spmenu-open {
        top: 0px;
    }

    .cbp-spmenu-bottom.cbp-spmenu-open {
        bottom: 0px;
    }

    .cbp-spmenu-push {
        overflow-x: hidden;
        left: 0;
    }

    .cbp-spmenu-push-toright {
        left: 290px;
    }

    .cbp-spmenu-push-toleft {
        left: -290px;
    }

    .cbp-spmenu li ul li a {
        font-size: 1.2em;
        border: none
    }

    .cbp-spmenu, .cbp-spmenu-push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    ul#topnav {
        min-height: 100%;
        position: relative;
        float: left;
        padding-bottom: 115px;
    }
}

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }

    .cbp-spmenu-top {
        top: -110px;
    }

    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

#showLeftPush {
    display: none
}

@media only screen and (max-width: 992px) {
    .menu-mobile {
        position: absolute;
        top: 33px;
        font-size: 22px;
        right: 10px;
    }

    .menu {
        display: none
    }

    header .div-deslogado {
        margin-right: 4em;
    }

    #showLeftPush {
        display: block
    }

    #showLeftPush ul {
        width: 100%;
        display: none;
    }

    #showLeftPush.align-center > ul, #showLeftPush.align-right ul ul {
        text-align: left;
    }

    #showLeftPush ul li, #showLeftPush ul ul li, #showLeftPush ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    #showLeftPush ul li a, #showLeftPush ul ul li a {
        width: 100%;
    }

    #showLeftPush > ul > li, #showLeftPush.align-center > ul > li, #showLeftPush.align-right > ul > li {
        float: none;
        display: block;
    }

    #showLeftPush ul ul li a {
        padding: 0 20px 0 30px;
        font-size: 12px;
        color: #000000;
        background: none;
    }

    #showLeftPush ul ul li:hover > a, #showLeftPush ul ul li a:hover {
        color: #000000;
    }

    #showLeftPush ul ul ul li a {
        padding-left: 40px;
    }

    #showLeftPush ul ul, #showLeftPush ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }

    #showLeftPush > ul > li.has-sub > a::after, #showLeftPush ul ul li.has-sub > a::after {
        display: none;
    }

    #showLeftPush #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
    }

    #showLeftPush #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #000000;
    }

    #showLeftPush #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
    }

    #showLeftPush .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 22px;
        width: 50px;
        cursor: pointer;
    }

    #showLeftPush .submenu-button::after {
        content: '';
        position: absolute;
        top: 6px;
        left: 25px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }

    #showLeftPush .submenu-button::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 11px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }

    #showLeftPush .submenu-button.submenu-opened:after {
        display: none;
    }

    #showLeftPush ul li ul li {
        height: inherit;
        min-width: 185px;
    }

    #showLeftPush ul li > ul li a {
        height: 21px;
        white-space: nowrap;
        line-height: 22px;
        padding-left: 35px;
    }

    #showLeftPush ul li ul li li a {
        padding-left: 60px;
    }

    #showLeftPush ul li.has-sub ul li li:last-child, #showLeftPush ul li.has-sub ul li:last-child {
        border-bottom: 1px solid rgba(120, 120, 120, 0.15)
    }

    #showLeftPush ul {
        background-color: #fff !important
    }

    ul.sub-menu {
        visibility: visible !important;
        font-size: .8em
    }

    ul.sub-menu li a {
        line-height: 1.2em !important;
    }

    .nav-icon-mobile {
        display: inline-block;
        background: transparent;
        font-size: 30px;
        outline: none;
        position: relative;
        padding: 0 !IMPORTANT;
        margin: 0 !important;
        line-height: 0 !important;
        height: 26px;
        float: right;
        width: auto;
        border: none;
        align-items: unset !important;
        vertical-align: top !important;
    }
}

@media only screen and (max-width: 990px) {
    .social-wrapper {
        position: absolute;
        right: 6px;
        top: 40px
    }
}

.content_box.custom_content_box a.btn-read-more {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content_box.custom_content_box a.btn-read-more {
    padding: 5px;
}

.parallax_caption {
    text-align: left;
}

.parallax_caption h2 {
    font-size: 220%;
    color: #1c1c1c;
    margin-bottom: 0;
    font-family: sans-serif;
    line-height: unset;
}

.parallax_caption p {
    color: #1c1c1c;
    /*font-family: 'Lato', sans-serif;*/
    font-family: sans-serif;
    font-size: 30px;
    margin-top: 0;
    border-top: 2px solid transparent;
    display: inline-block;
    padding-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 110%;
    margin-top: 20px;
    padding-top: 20px;
}

.parallax_caption {
    line-height: 55px;
}

.parallax_caption {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 86%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 576px) {
    .section .module.parallax {
        background-attachment: scroll;
    }
}


.footer-menu li a {
    line-height: 20px;
}

.footer-menu li + li {
    margin-top: 10px;
}

footer {
    -webkit-text-size-adjust: none;
}

footer p.copyright {
    color: #676767;
    /*font: 400 16px/24px "'Lato' Pro", sans-serif;*/
    font: 400 16px/24px;
    text-align: left;
}

footer h5 {
    color: #333;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}

footer h5 + * {
    margin-top: 30px;
}

footer * + .copyright {
    margin-top: 0px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer dt, footer dd {
    font-weight: normal
}

.brand__footer .brand_name {
    margin-top: 0;
    margin-bottom: 0;
}

body .main-holder {
    overflow: hidden;
}

.contact-info {
    max-width: 310px;
}

.contact-info address {
    line-height: 20px;
}

.contact-info address + dl {
    margin-top: 18px;
    float: left;
    width: 100%;
    margin: 0;
}

.contact-info dl {
    text-align: right;
}

.contact-info dl dt {
    float: left;
}

.contact-info dl dt, .contact-info dl dd {
    line-height: 20px;
    margin-right: 10px;
}

.contact-info dt + dd {
    margin-top: 0;
}

.contact-info dd + dt {
    clear: both;
    margin-top: 0;
}

.contact-info dl + dl {
    text-align: left;
}

.contact-info dl + dl dt, .contact-info dl + dl dd {
    margin-top: 0;
    float: left;
    display: inline-block;
}

.contact-info dl + dl dd + dt {
    clear: both;
    margin-top: 0;
}

.contact-info dl + dl dt, .contact-info dl + dl dd {
    line-height: 20px;
}

.contact-info dl + dl dd {
    margin-left: 0
}

.contact-info dl + dl a {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .contact-info {
        margin-left: auto;
        margin-right: auto;
    }
}

.contact-info2 h4 + address {
    margin-top: 8px;
}

.contact-info2 dl + h4 {
    margin-top: 30px;
}

.contact-info2 address + dl {
    margin-top: 25px;
}

footer .fa-facebook, footer .fa-twitter, footer .fa-google-plus, footer .fa-linkedin, footer i.fa, .social-icons i.icon-caret-up {
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.inline-list {
    word-spacing: 12px;
}

.inline-list li {
    line-height: 75px;
    display: inline-block;
}

.inline-list a:hover {
    background: #fff;
    color: #c1c1c1 !important
}

.service-box_txt img.float-and-margin {
    float: left;
    margin: 0px 25px 10px 0;
}

.content_box.custom_content_box.custom_content_box-internas.bread-combo {
    margin: 0;
}

.breadcrumb-border {
    border: 1px solid #eeefef;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin: 0;
    background: none;
}

.breadcrumb li {
    font-size: 14px;
    color: #464646;
    line-height: 13px;
    /*font-family: 'Lato', sans-serif;*/
    font-family: sans-serif;
    font-weight: 400;
}

.breadcrumb li a {
    text-decoration: none;
    color: #1c1c1c;
}

.breadcrumb li.divider {
    margin: 0 10px;
}

.breadcrumb li.divider:after {
    font-size: 20px;
    /*font-family: 'Lato', sans-serif;*/
    font-family: sans-serif;
    font-weight: 400;
}

.breadcrumb li.active {
    color: #464646;
}

.breadcrumb__t {
    margin: 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    padding: 0;
    background: none;
}

.breadcrumb__t li {
    display: inline;
}

.breadcrumb__t li.divider {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.breadcrumb__t li.divider:after {
    content: ' / ';
    color: #333333;
    font: 12px/18px Arial, Helvetica, sans-serif;
}

.breadcrumb-border.content_box * {
    line-height: normal;
}

.field textarea, .field input {
    color: #bababa;
    font-size: 14px;
    border: 1px solid #e5e7e7;
}

.screen-reader-response textarea {
    overflow: auto;
    margin: 0;
    padding: 6px 6px 7px 6px;
    width: 100%;
    height: 200px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    overflow: auto;
}

span.form-control-wrap {
    display: block;
}

span.form-control-wrap {
    position: relative;
}

.row-fluid {
    width: 100%;
}

.screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

p.field input {
    margin: 0;
    padding: 6px 6px 7px 6px;
    width: 100%;
    height: 30px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.field input {
    height: 34px !important;
}

.field textarea, .field input {
    color: #bababa;
    font-size: 14px;
    border: 1px solid #e5e7e7;
}

.title_style {
    /*font-family: 'Lato';*/
    color: #1c1c1c;
    font-size: 25px;
    margin: 30px 0;
    font-weight: 500;
}

.contato {
    color: #1c1c1c;
}

input.btn.btn-contato {
    background: #1c1c1c;
    color: #fff;
}

.contato address span {
    margin-bottom: 10px;
    display: block;
    color: #333;
}

h5.h5-contato {
    line-height: 18px;
    font-size: 12px;
    color: #565555;
    font-weight: 400;
}

.social-wrapper ul li.active i {
    color: #1a5e5f;
}

.imagem-big img {
    border: 2px solid #1c1c1c;
}

.icone-home img {
    margin: 0 auto;
}

.icone-home {
    margin: 30px 0;
}

.combo-icons {
    margin-top: -80px;
}

.title-icone {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    margin-top: 15px;
    line-height: 1.2;
    text-align: center;
    /*font-family: 'Lato';*/
    font-size: 20px;
    color: #3d3d3d;
    letter-spacing: 0px;
}

.title-icone a {
    color: #3d3d3d;
}

.title-icone a:hover {
    color: #1c1c1c;
}

.icone-home p {
    font-family: 'Arial';
    font-size: 12px;
    color: #3d3d3d;
    text-align: center;
    margin: 15px 0 0 0;
    line-height: 16px;
}

.divider {
    text-align: center;
    border-top: 1px solid rgb(195, 195, 195);
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.divider img {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    margin-top: -1px;
}

.img-center {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block
}

@media only screen and (max-width: 992px) {
    .col-sm-text-center {
        text-align: center !important;
        margin: 0 0 30px 0
    }

    .copyright img {
        margin: auto !important;
    }

    .col-sm-text-center p,
    footer h5 {
        text-align: center !important
    }

    .service-box.main_text h2 {
        font-size: 30px
    }

    .service-box.main_text h5 {
        font-size: 20px
    }
}

@media (min-width: 993px) {
    header.wrapper.header.smaller .logo-wrapper .logo img {
        width: calc(100% - 20px);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        max-height: 60px;
        object-fit: contain;
        object-position: left;
    }
}

header.wrapper.header .logo-wrapper .logo img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 250px;
    max-height: 108px;
    object-fit: contain;
    padding: 0;
    margin: 0;
    object-position: left;
}

header.wrapper.header.smaller .social-wrapper {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.header .menu-wrapper .nav__primary {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 993px) {
    header.header.smaller .menu-wrapper .nav__primary {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}

header.wrapper.header .social-wrapper {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.wrapper.header.smaller {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed !important;
    z-index: 9999;
}

header.header.smaller .header-wrapper2 {
    padding: 5px 0;
}

.copyright {
    margin: 0 auto .5em auto;
    float: left;
    width: 100%;
}

.brand-usina {
    width: 98px;
    height: 22px;
    background: transparent url("../images/logo-usina-da-criacao-preto.png") no-repeat;
    display: inline-block;
    text-indent: -9999em;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

.social-wrapper ul li a {
    background: #1c1c1c;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    display: block;
}

.social-wrapper ul li a:hover {
    color: #1a5e5f !important;
}

ul.slick {
    padding: 0;
    margin: 24px;
}

.box-destaque {
    margin-bottom: 0;
}

.brand.brand__footer h1 a img {
    max-height: 80px;
    height: auto;
    width: auto;
    max-width: 150px;
    object-fit: cover;
}

.form-group {
    margin-bottom: 15px;
}

label {
    float: left;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.38;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
    /*width: 100%;*/
    display: block;
}

.parallax_caption a {
    border: none;
}

a.brand-ysy.brand-ysy-footer img {
    max-width: 50px;
}

.social-icons {
    margin-top: 80px;
}

.parallax-slider-home {
    width: 100%;
}

.primaryHolder {
    float: left;
    display: inline-block;
}

header.header {
    padding: 0;
    border: none;
    position: relative;
    z-index: 101;
    background: transparent;
    width: 100%;
    float: left;
    clear: both;
}

.conteudo.clearfix {
    clear: both;
}

a.page-scroll.sf-with-ul {
    position: relative;
    z-index: 1;
}

div#mainImageHolder .secondaryHolder {
    display: none !important;
}

.parallax-slider .baseList {
    display: none;
}

.parallax-slider #mainImageHolder .primaryHolder {
    z-index: 2;
}

.parallax-slider #mainImageHolder .secondaryHolder {
    z-index: 1;
}

.parallax-slider #mainCaptionHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.parallax-slider #mainCaptionHolder .container {
    position: relative;
}

.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder {
    top: 0;
}

.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState {
    top: -100%;
}

.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState {
    top: 0;
}

.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState {
    top: 100%;
}

.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.module.parallax h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 48px;
    line-height: 600px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*
.module.parallax {
height: 600px;
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
position: relative;
}
*/
.module.parallax {
    height: 100vw;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    max-height: 500px;
}

.service-box_body p img, .service-box_body img {
    text-align: inherit;
    margin: inherit
}

.nav__primary .sf-menu ul > li:hover ul, .nav__primary .sf-menu ul > li.sfHover ul {
    top: 5px !important;
    left: 95% !important;
}

.slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.parallax-slider #mainCaptionHolder .container {
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
}

.parallax-slider #mainCaptionHolder .slider_caption h2 {
    margin-bottom: 0;
}

.home .painel p {
    border-top: 1px solid;
    padding-top: 20px;
    margin-top: 20px;
    display: inline-block;
    line-height: 1.1;
}

.parallax-slider .controlBtn {
    width: 60px;
    height: 60px;
    margin-top: -30px;
}

.parallax-slider .controlBtn .innerBtn {
    font-size: 48px;
    line-height: 60px;
    color: #F87839;
    background: #424242;
}

.parallax-slider .controlBtn .slidesCounter {
    font-size: 16px;
    line-height: 60px;
    color: #424242;
    background: #F87839;
}

.parallax-slider .controlBtn:hover .innerBtn {
    color: #424242;
    background: #F87839;
}

.parallax-slider .parallaxPrevBtn, .parallax-slider .parallaxNextBtn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.parallax-slider .parallaxPrevBtn {
    left: -60px;
}

.parallax-slider .parallaxNextBtn {
    right: -60px;
}

.parallax-slider:hover .parallaxPrevBtn {
    left: 0;
}

.parallax-slider:hover .parallaxNextBtn {
    right: 0;
}

.parallax-slider #paralaxSliderPagination {
    bottom: 0;
    background: rgba(34, 34, 34, 0.5);
    padding: 5px 0 0;
}

@media (max-width: 767px) {
    .parallax-slider #paralaxSliderPagination {
        margin-top: 0px !important;
        width: 100% !important;
        margin-left: 0px !important;
    }

    .parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
        width: 15px;
        height: 15px;
        border: 5px solid #fff;
    }
}

@media (max-width: 767px) {
    .parallax-slider #paralaxSliderPagination {
        margin-left: -10px;
    }
}

.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
    border-radius: 50%;
    margin: 3px 5px;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active {
    background: #fff;
}

.parallax-slider #paralaxSliderPagination.images_pagination ul li {
    margin: 3px;
    opacity: .5;
}

.parallax-slider #paralaxSliderPagination.images_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.images_pagination ul li.active {
    opacity: 1;
}

.parallax-slider #previewSpinner {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    border-radius: 25px;
    background: url(../images/parallax-slider/img/spinner.GIF) 50% 50% #fff no-repeat;
}

.parallax-slider {
    position: relative;
    padding: 0;
    border: none;
    width: 100%;
    display: block;
    margin-top: 127px;
    float: left;
}

.parallax-slider .baseList {
    display: none;
}

.parallax-slider #mainImageHolder .primaryHolder, .parallax-slider #mainImageHolder .secondaryHolder {
    width: 100%;
}

.parallax-slider #mainImageHolder .primaryHolder .imgBlock, .parallax-slider #mainImageHolder .secondaryHolder .imgBlock {
    height: auto !important;
    margin: 0 !important;
}

.parallax-slider #mainImageHolder .primaryHolder {
    z-index: 2;
}

.parallax-slider #mainImageHolder .secondaryHolder {
    z-index: 1;
}

.parallax-slider #mainCaptionHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.parallax-slider #mainCaptionHolder .container {
    position: relative;
}

.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.parallax-slider .controlBtn {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 50%;
    z-index: 2;
}

.parallax-slider .controlBtn .innerBtn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
}

.parallax-slider .controlBtn .slidesCounter {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
}

.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
    left: 0%;
    text-align: left;
}

.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter {
    left: 100%;
}

.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
    right: 0%;
    text-align: right;
}

.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter {
    right: 100%;
}

.parallax-slider #paralaxSliderPagination {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
    bottom: 0;
    float: left;
    margin-top: -28px;
}

.parallax-slider #paralaxSliderPagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.parallax-slider #paralaxSliderPagination ul li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display: inline-block;
}

.parallax-slider #previewSpinner {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    z-index: 99;
}

.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder {
    top: 0;
}

.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState {
    top: -100%;
}

.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState {
    top: 0;
}

.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState {
    top: 100%;
}

.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
    opacity: 1;
    filter: alpha(opacity=100);
}

.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity: 0;
    filter: alpha(opacity=0);
}

div#mainImageHolder img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    background-position: center center;
}

ul#topnav li > span.sf-sub-indicator {
    left: auto;
    right: 0;
    top: 0;
    position: absolute;
    display: inline-block;
    float: none;
    margin-top: 0;
    line-height: 12px;
    height: 100%;
    width: 50px;
    margin: 0;
    text-indent: -1000px;
    text-align: center;
    line-height: 50px;
}

ul#topnav li > span.sf-sub-indicator:after {
    content: "\f105";
    content: "\f107";
    font-family: FontAwesome;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    right: 0;
    margin: 0 auto;
}

ul.galeria {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    display: block;
    display: inline-block;
}

ul.galeria li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

ul.galeria li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: none;
}

.cbp-spmenu-push-toright header.wrapper.header {
    left: 0px !important;
    position: relative;
}

header.wrapper.header {
    left: 0px !important;
}

.nav-icon-mobile {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-icon-mobile span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-icon-mobile span:nth-child(1) {
    top: 0px;
}

.nav-icon-mobile span:nth-child(2), .nav-icon-mobile span:nth-child(3) {
    top: 10px;
}

.nav-icon-mobile span:nth-child(4) {
    top: 20px;
}

.nav-icon-mobile.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.nav-icon-mobile.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-icon-mobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-icon-mobile.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

div#parallax-slider.parallax-slider.parallax-slider-interna img {
    max-height: 380px;
}

.mu-error-area p {
    color: #ccc;
}

#mu-error .mu-error-area h2 {
    color: #5d5d5d;
    display: inline-block;
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 30px;
    padding: 10px 20px;
    position: relative;
    text-shadow: 0 2px 2px #333;
    margin-top: 0;
    padding-top: 0;
}

#mu-error .mu-error-area h2:before {
    background-color: #555;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

#mu-error .mu-error-area p {
    font-size: 18px;
    padding: 0 150px;
    color: #5d5d5d;
}

#mu-error .mu-error-area a {
    margin-top: 30px;
}

.mu-readmore-btn {
    background-color: #ee2d3c;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    font-size: 16px;
    padding: 15px 35px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

section#mu-error {
    margin: 200px 0 200px 0;
}

li.active a {
    color: #ee2d3c;
}

article.post-info.news {
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
}

article.post-info.news:first-child {
    padding-top: 0px;
}

.news.listagem-noticias article:last-child {
    border: none !important;
}

.service-box_body h3.sub-title {
    margin: 0;
}

.service-box_body h3.sub-title span {
    font-weight: 600;
}

ul.galeria {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.galeria li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

ul.galeria li .thumbnail {
    padding: 0;
}

span.sf-sub-indicator.sf-sub-indicator-open {
    transform: rotate(-180deg);
    transform-origin: 25px 25px;
    /*-webkit-transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;*/
}

span.sf-sub-indicator {
    transform: rotate(0);
    transform-origin: 25px 25px;
    /*-webkit-transition: all 0.125s ease-in-out 0s;
    -moz-transition: all 0.125s ease-in-out 0s;
    -ms-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;*/
}

ul#topnav li ul li > span.sf-sub-indicator {
    top: -8px;
}

.ekko-lightbox-nav-overlay a {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #717171;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.contact-info dd a.fone {
    float: left;
    margin: 0;
}

.contact-info dt + dd {
    margin-left: 0
}

.service-box, .service-box p {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    /*font-family: 'Lato'*/
    line-height: 1.25;
}

.social-icons ul li a i {
    margin-bottom: 10px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.social-icons ul li a:hover i {
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

@media (max-width: 992px) {
    header.header nav.cbp-spmenu {
        position: fixed;
        top: 0;
    }

    header.header nav.cbp-spmenu h3 {
        font-size: 1.9em;
        padding: 20px;
        margin: 0;
        font-weight: 300;
    }

    header.header nav.cbp-spmenu ul > li a a {
        display: block;
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
    }
}

.content_box img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* FROALA EDITOR */

/**
 * Image style.
 */
a.fr-dib.fr-strong {
    font-weight: 700;
}

a.fr-dib.fr-green {
    color: green;
}

/**
 * Link style.
 */
img.fr-dib {
    position: relative;
    max-width: 100%;
}

img.fr-dib.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

img.fr-dib.fr-dib.fr-fil {
    margin-left: 0;
}

.fr-fir {
    margin-right: 0;
}

img.fr-dib.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}

img.fr-dib.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

img.fr-dib.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}

img.fr-dib.fr-rounded {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

img.fr-dib.fr-bordered {
    border: solid 10px #CCC;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.service-box_body img.fr-dib.fr-fir, .service-box_body p img.fr-dib.fr-fir {
    margin-right: 0px;
    text-align: right;
}

.service-box_body img.fr-dib, .service-box_body p img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.service-box_body img.fr-dib.fr-fil, .service-box_body p img.fr-dib.fr-fil {
    margin-left: 0px;
    text-align: left;
}

.service-box_txt img.fr-fic.fr-dii {
    display: inline-block;
}

.service-box_txt img.fr-fic.fr-dib {
    display: block;
}

body table.fr-dashed-borders td, body table.fr-dashed-borders th {
    border-style: dashed;
}

body table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: rgb(245, 245, 245);
}

body .fr-file {
    position: relative;
}

body .fr-file::after {
    position: relative;
    content: "-";
    font-weight: normal;
}

body[dir="rtl"] blockquote {
    border-left: none;
    border-right: 2px solid rgb(94, 53, 177);
    margin-right: 0px;
    padding-right: 5px;
    padding-left: 0px;
}

body[dir="rtl"] blockquote blockquote {
    border-color: rgb(0, 188, 212);
}

body[dir="rtl"] blockquote blockquote blockquote {
    border-color: rgb(67, 160, 71);
}

body span.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    display: inline;
    line-height: 0;
}

body span.fr-emoticon.fr-emoticon-img {
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
    background-repeat: no-repeat !important;
}

body .fr-text-gray {
    color: rgb(170, 170, 170) !important;
}

body .fr-text-bordered {
    border-top: 1px solid rgb(34, 34, 34);
    border-bottom: 1px solid rgb(34, 34, 34);
    padding: 10px 0px;
}

body .fr-text-spaced {
    letter-spacing: 1px;
}

body img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

body img.fr-dib.fr-fil {
    margin-left: 0px;
    text-align: left;
}

body img.fr-dib.fr-fir {
    margin-right: 0px;
    text-align: right;
}

body img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 0px;
    margin-right: 0px;
    /*max-width: calc(100% - 10px);*/
}

body img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0px;
    max-width: calc(100% - 5px);
}

body img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0px 5px 5px;
    max-width: calc(100% - 5px);
}

body span.fr-img-caption {
    position: relative;
    max-width: 100%;
}

body span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

body span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0px;
    text-align: left;
}

body span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0px;
    text-align: right;
}

body span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
}

body span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0px;
    max-width: calc(100% - 5px);
}

body span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0px 5px 5px;
    max-width: calc(100% - 5px);
}

body .fr-video {
    text-align: center;
}

body .fr-video > * {
    box-sizing: content-box;
    max-width: 100%;
    border: none;
}

body .fr-video.fr-dvb {
    display: inline-block;
    clear: both;
}

body .fr-video.fr-dvb.fr-fvl {
    text-align: left;
}

body .fr-video.fr-dvb.fr-fvr {
    text-align: right;
}

body .fr-video.fr-dvi {
    display: inline-block;
}

body .fr-video.fr-dvi.fr-fvl {
    float: left;
}

body .fr-video.fr-dvi.fr-fvr {
    float: right;
}

body a.fr-strong {
    font-weight: 700;
}

body a.fr-green {
    color: green;
}

body .fr-img-caption {
    text-align: center;
}

body .fr-img-caption .fr-img-wrap {
    padding: 0px;
    display: inline-block;
    margin: auto;
    text-align: center;
}

body .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
}

body .fr-img-caption .fr-img-wrap > span {
    margin: auto;
    display: inline-block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    max-width: 100%;
    box-sizing: border-box;
    opacity: 0.9;
}

body button.fr-rounded, body input.fr-rounded, body textarea.fr-rounded {
    border-radius: 10px;
    background-clip: padding-box;
}

body button.fr-large, body input.fr-large, body textarea.fr-large {
    font-size: 24px;
}

body img {
    cursor: pointer;
}

body table td.fr-selected-cell, body table th.fr-selected-cell {
    border: 1px double rgb(30, 136, 229);
}

body .fr-no-selection table td, body .fr-no-selection table th {
    user-select: none;
}

body .fr-video {
    user-select: none;
}

body .fr-video.fr-active > * {
    z-index: 2;
    position: relative;
}

body .fr-video > * {
    box-sizing: content-box;
    max-width: 100%;
    border: none;
    z-index: 1999;
}

div#combo-news div a > img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

@media all and (max-width: 992px) {
    .contact-info address + dl {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .contact-info dd a.fone {
        float: none;
        margin-left: 0;
    }

    .contact-info dl + dl {
        text-align: left;
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .contact-info dl + dl dt, .contact-info dl + dl dd {
        margin-top: 0;
        float: none;
        display: block;
    }

    .contact-info dt + dd {
        margin-top: 0;
        margin-bottom: 11px;
    }

    .contact-info dl dt {
        float: none;
    }
}

article.post-info.news a:hover img {
    filter: brightness(.5);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

article.post-info.news a img {
    filter: brightness(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
}

.img-news-interna {
    float: left;
    margin: 0 10px 10px 0;
}

div#tf-news .section-title h5.sub-title {
    margin-bottom: 30px;
}

.box-destaque .btn {
    padding: 10px 0;
}

.news.listagem-noticias article.post-info.news .image img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.service-box article.post-info.news h3,
.service-box_body article.post-info.news h3 {
    margin: 0;
}


@media all and (max-width: 992px) {
    ul#topnav li ul li > span.sf-sub-indicator {
        z-index: 55555 !important;
    }

    header.header .menu-wrapper .sf-menu > li a {
        padding: 10px 15px;
    }

    header.header .menu-wrapper .sf-menu > li ul.sub-menu li a {
        padding: 10px 23px;
    }

    header.header .menu-wrapper .sf-menu > li ul.sub-menu li ul.sub-menu li a {
        padding: 10px 31px;
    }

    ul#topnav .sf-sub-indicator {
        height: auto !important;
        font-weight: normal !important;
        padding: 1em 0;
        line-height: 20px !important;
    }

    ul#topnav li > span.sf-sub-indicator:after {
        top: 12px !important;
    }

    ul#topnav li > ul li > span.sf-sub-indicator:after {
        top: 18px !important;
    }

    ul#topnav li > li > span.sf-sub-indicator:after {
        top: 23px !important;
    }

    ul#topnav li > span.sf-sub-indicator.sf-sub-indicator-open:after {
        top: 16px !important;
    }
}

.parallax-slider.parallax-slider-home div#mainImageHolder img {
    min-height: 350px;
}

.parallax-slider.parallax-slider-interna div#mainImageHolder img {
    min-height: 240px;
}

div#tf-news div#combo-news .caption h3 {
    margin-bottom: 0;
}

div#tf-news div#combo-news.news-home .item {
    margin-bottom: 0;
}

.custom_content_box-internas .service-box.main_text {
    margin: 0;
    padding: 0;
}

.service-box_body.novidade-interna .formulario {
    margin-top: 20px;
}

.service-box_body.novidade-interna, .content_box.custom_content_box.custom_content_box-news {
    padding-bottom: 20px;
}

p {
    margin: 0 0 10px 0;
}

.blocoEditorContainer p {
    margin: 7.5px 0 7.5px 0;
    line-height: 1.5;
}

@media (max-width: 767px) {
    article.post-info.news .image {
        margin-bottom: 20px;
    }

    p.date {
        margin: 5px 0 10px 0;
    }
}

.home #combo-news p.date {
    margin: 5px 0 10px 0;
}

button.btn.tf-btn.btn-default.btn-sm {
    padding: 12px;
    margin: 0;
    height: 40px;
    font-size: 12px;
}

.filtros {
    margin: 20px 0 0;
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
}

.contact-info dl dt,
.contact-info dl dd {
    line-height: 1.4em;
}

.error-404-page .service-box_body form a.btn {
    margin-bottom: 50px;
    float: none;
}

form#filtro .form-group {
    margin-bottom: 0
}

.parallax-slider {
    margin-top: 0;
}


div#main > .section.parallax:nth-child(2) > div {
    padding-top: 168px;
    padding-bottom: 0;
}

div#main > section.blocoParallax > div:nth-child(2) {
    padding-top: 115px;
    padding-bottom: 0;
}


section.bloco.painel div#parallax-slider {
    padding: 0;
    margin: 0;
}

section.bloco.painel + section > div {
    padding-top: 40px
}

button.btn.dropdown-toggle.bs-placeholder.btn-default {
    padding: 6px 12px;
}

/* teste de novo espaçamento entre blocos para resolver o problema de organização de blocos no YSY */
.content_box.custom_content_box {
    padding: 0;
}

div#tf-news {
    float: left;
    width: 100%;
    display: block;
}

.module.parallax {
    float: left;
    width: 100%;
    display: block;
}

/* teste de novo espaçamento entre blocos para resolver o problema de organização de blocos no YSY */


/* CSS DO EDITOR FROALA PARA PEGAR O CÓDIGO QUE FOI INSERIDO NAS CONFIG VISUAIS DO YSY E NÃO DO EDITOR */
body.fr-view.blocoEditorContainer {
    height: auto;
    padding: 10px;
    position: relative;
    z-index: 454545345345345345355;
    -webkit-user-select: auto;
    margin: 0px;
    overflow: hidden;
    min-height: 20px;
}

body.fr-view.blocoEditorContainer p,
body.fr-view.blocoEditorContainer p span a,
body.fr-view.blocoEditorContainer p span ul,
body.fr-view.blocoEditorContainer p span span,
body.fr-view.blocoEditorContainer p span i,
body.fr-view.blocoEditorContainer p span b,
body.fr-view.blocoEditorContainer p span div,
body.fr-view.blocoEditorContainer p span table,
body.fr-view.blocoEditorContainer a,
body.fr-view.blocoEditorContainer ul,
body.fr-view.blocoEditorContainer ul li,
body.fr-view.blocoEditorContainer span,
body.fr-view.blocoEditorContainer i,
body.fr-view.blocoEditorContainer b,
body.fr-view.blocoEditorContainer div,
body.fr-view.blocoEditorContainer table {
    background: transparent;
    position: relative;
}

/* CSS DO EDITOR FROALA PARA PEGAR O CÓDIGO QUE FOI INSERIDO NAS CONFIG VISUAIS DO YSY E NÃO DO EDITOR */


.copyrightYSY {
    margin: 0;
    float: left;
    text-align: center;
    width: 100%;
    display: block;
}

section.bloco {
    float: left;
    width: 100%;
    display: block;
    background: transparent;
    margin: 0;
    padding: 0;
}

section.bloco > div {
    padding: 30px 0 30px 0;
}

.content_box.custom_content_box .service-box.main_text .service-box_txt {
    margin: 0;
}

section.bloco.blocoParallax > div {
    padding: 0;
    margin: 0;
}

section.bloco.blocoParallax {
    margin: 0;
    float: left;
    width: 100%;
    display: block;
    background: unset;
    padding: 0;
}

section.bloco .section.parallax {
    display: flex;
    margin: 0;
}

section.bloco div#parallax-slider {
    padding: 0;
    margin: 0;
}

footer {
    padding: 0;
    float: left;
    width: 100%;
}

@media all and (max-width: 800px) {
    div#tf-news div#combo-news.news-home .item,
    .content_box.custom_content_box .box-destaque {
        margin-bottom: 20px;
    }

    div#tf-news div#combo-news.news-home .item:last-child,
    .content_box.custom_content_box .box-destaque:last-child {
        margin-bottom: 0;
    }

    .parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
        width: 15px;
        height: 15px;
    }
}


/* NOVOS ESTILOS PARA CORREÇÃO DOS BLOCOS DO TEMPKATE */
.box-destaque a.btn.btn-read-more {
    margin-bottom: 0;
}

.service-box.main_text h5.sub-title {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
}

div#tf-news .service-box.main_text h5.sub-title, div#tf-news .service-box.main_text h5.sub-title a {
    padding: 0;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 20px;
}

.service-box.main_text .service-box_body .service-box_txt p:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.blocoParallax + .bloco > div {
    padding-top: 40px;
}

div#tf-news .service-box.main_text h5.sub-title,
div#tf-news .service-box.main_text h5.sub-title a {
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 100%;
}

/* NOVOS ESTILOS PARA CORREÇÃO DOS BLOCOS DO TEMPKATE */


/* TENTANDO RESOLVER PROBLEMA DE ESPAÇAMENTO */
header.wrapper.header + section.bloco.destaques,
header.wrapper.header + section.bloco.noticias,
header.wrapper.header + section.bloco.apresentacao {
    margin-top: 40px
}

/* TENTANDO RESOLVER PROBLEMA DE ESPAÇAMENTO */

div#main > section.bloco.painel + section.bloco.blocoParallax > .section.parallax {
    padding: 0;
    margin: 0;
}

header.wrapper.header + section.bloco + section.bloco.painel {
    margin-top: 40px;
}

header.wrapper.header + section.bloco.blocoParallax + section.bloco.painel {
    padding: 0 !important;
    margin: 0 !important;
}

/* Ajustes destaque */
.destaques.bloco .content_box .row .box-destaque {
    padding-bottom: 20px;
}

.destaques.bloco .content_box .row:last-child .box-destaque {
    padding-bottom: 0px;
}

/* Ajuste mt*/
.mt-0 {
    margin-top: 0px;
}

.mt-10px {
    margin-top: 10px;
}

.blocoEditorContainer {
    line-height: 1.25;
}

.blocoEditorContainer img, .blocoEditorContainer iframe, .fr-view img, .fr-view iframe {
    border-radius: 6px;
}

.nav-icon-mobile .abrir-menu {
    display: block;
}

.nav-icon-mobile .fechar-menu {
    display: none;
}

.nav-icon-mobile.active .abrir-menu {
    display: none;
}

.nav-icon-mobile.active .fechar-menu {
    display: block;
}

.home .destaques a.btn-read-more {
    border: 1px solid transparent;
}

.blocoEditorContainer p.descricao-album {
    margin-top: 0;
    margin-bottom: 0;
}

body .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(106, 106, 106, 0.58);
}

.menu-suspenso div#main > .bloco:nth-child(2) > div, .menu-suspenso div#main > .parallax-slider.parallax-slider-interna {
    margin-top: 70px;
}

.menu-wrapper, .logo-wrapper {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.home .ultimas-news img {
    margin-bottom: 10px;
}

.home .ultimas-news h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.destaques .box-destaque img.img-responsive.img-rounded {
    margin-bottom: 10px;
}

body span[style~="color:"] a {
    color: inherit;
}

@media all and (max-width: 600px) {
    .logo-wrapper.topo .logo a {
        padding: 0 0 0 10px !important;
        text-align: left;
    }

    .logo-wrapper.topo .logo a img {

    }

}

/* itens do bootstrap 4 que são necessários */

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {

    header.smaller #topnav li a {
        font-size: 0.8em;
    }

    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 994px) and (max-width: 1500px) {

    #topnav ul ul {
        margin: 0;
        position: absolute;
        left: 50px !important;
        top: 23px !important;
    }

    .nav__primary .sf-menu ul .sf-sub-indicator:after {
        content: "\f105";
        transform: rotate(90deg);
        width: 10px;
        top: 3px;
    }

}

.whatsapp-btn{
    display: none;
}