@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;%20900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,%20wght@0,%20300;0,%20400;0,%20500;0,%2000;0,%20900;1,%20300;1,%20400;%201,%20500;1,%20700;1,%20900&amp;display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    display: block;
    text-decoration: none;
}
img {
    max-width: 100%;
}
* {
    outline: 0 !important;
}
a,
button,
div {
    outline: 0 !important;
}
::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #aaa !important;
}
:-ms-input-placeholder {
    opacity: 1;
    color: #aaa;
}
:-moz-placeholder {
    opacity: 1;
    color: #aaa;
}
::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #aaa !important;
}
:-moz-placeholder {
    opacity: 1 !important;
    color: #aaa !important;
}
:-ms-input-placeholder {
    opacity: 1 !important;
    color: #aaa !important;
}
::-webkit-placeholder {
    opacity: 1 !important;
    color: #aaa !important;
}
::-moz-placeholder {
    opacity: 1 !important;
    color: #aaa !important;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 0.1s ease;
    transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.owl-theme {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    height: 35px;
    width: 35px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: 0 0;
    border: 2px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
}
[class*="col-"] {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    position: relative;
}
.grid {
    width: 100%;
    max-width: 1225px;
    min-width: 748px;
    margin: 0 auto;
    padding-left: 15px;
}
.grid:after {
    content: "";
    display: table;
    clear: both;
}
.grid-pad {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.push-right {
    float: right;
}
.col-1-1 {
    width: 100%;
}
.col-2-3,
.col-8-12 {
    width: 66.66%;
}
.col-1-2,
.col-6-12 {
    width: 50%;
}
.col-1-3,
.col-4-12 {
    width: 33.33%;
}
.col-1-4,
.col-3-12 {
    width: 25%;
}
.col-1-5 {
    width: 20%;
}
.col-1-6,
.col-2-12 {
    width: 16.667%;
}
.col-1-7 {
    width: 14.28%;
}
.col-1-8 {
    width: 12.5%;
}
.col-1-9 {
    width: 11.1%;
}
.col-1-10 {
    width: 10%;
}
.col-1-11 {
    width: 9.09%;
}
.col-1-12 {
    width: 8.33%;
}
.col-11-12 {
    width: 91.66%;
}
.col-10-12 {
    width: 83.333%;
}
.col-9-12 {
    width: 75%;
}
.col-5-12 {
    width: 41.66%;
}
.col-7-12 {
    width: 58.33%;
}
.push-2-3,
.push-8-12 {
    margin-left: 66.66%;
}
.push-1-2,
.push-6-12 {
    margin-left: 50%;
}
.push-1-3,
.push-4-12 {
    margin-left: 33.33%;
}
.push-1-4,
.push-3-12 {
    margin-left: 25%;
}
.push-1-5 {
    margin-left: 20%;
}
.push-1-6,
.push-2-12 {
    margin-left: 16.667%;
}
.push-1-7 {
    margin-left: 14.28%;
}
.push-1-8 {
    margin-left: 12.5%;
}
.push-1-9 {
    margin-left: 11.1%;
}
.push-1-10 {
    margin-left: 10%;
}
.push-1-11 {
    margin-left: 9.09%;
}
.push-1-12 {
    margin-left: 8.33%;
}
.push-1-13 {
    margin-left: 5.33%;
}
@media handheld, only screen and (max-width: 1040px) {
    .grid {
        padding-left: 0;
        padding-right: 0;
    }
}
@media handheld, only screen and (max-width: 768px) {
    .grid {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    [class*="col-"] {
        width: auto;
        float: none;
        margin: 10px 0;
        padding-left: 0;
        padding-right: 0;
    }
    [class*="mobile-col-"] {
        float: left;
        margin: 0 0 10px;
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 0;
    }
    .mobile-col-1-1 {
        width: 100%;
    }
    .mobile-col-2-3,
    .mobile-col-8-12 {
        width: 66.66%;
    }
    .mobile-col-1-2,
    .mobile-col-6-12 {
        width: 50%;
    }
    .mobile-col-1-3,
    .mobile-col-4-12 {
        width: 33.33%;
    }
    .mobile-col-1-4,
    .mobile-col-3-12 {
        width: 25%;
    }
    .mobile-col-1-5 {
        width: 20%;
    }
    .mobile-col-1-6,
    .mobile-col-2-12 {
        width: 16.667%;
    }
    .mobile-col-1-7 {
        width: 14.28%;
    }
    .mobile-col-1-8 {
        width: 12.5%;
    }
    .mobile-col-1-9 {
        width: 11.1%;
    }
    .mobile-col-1-10 {
        width: 10%;
    }
    .mobile-col-1-11 {
        width: 9.09%;
    }
    .mobile-col-1-12 {
        width: 8.33%;
    }
    .mobile-col-11-12 {
        width: 91.66%;
    }
    .mobile-col-10-12 {
        width: 83.333%;
    }
    .mobile-col-9-12 {
        width: 75%;
    }
    .mobile-col-5-12 {
        width: 41.66%;
    }
    .mobile-col-7-12 {
        width: 58.33%;
    }
    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }
    .mobile-no-pad {
        padding-right: 0;
        padding-left: 0;
    }
    [class*="push-"] {
        margin-left: 0 !important;
    }
}
body.fancybox-active {
    overflow: hidden;
}
body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0;
}
.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.25s, visibility 0s;
    transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion;
}
.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: visible;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
    display: none;
}
.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}
.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%;
}
.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff;
}
.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px;
}
.fancybox-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, 0.6);
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    cursor: pointer;
    outline: 0;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: 0.6;
}
.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--zoom svg path {
    fill: transparent;
}
.fancybox-navigation {
    display: none;
}
.fancybox-show-nav .fancybox-navigation {
    display: block;
}
.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: 0 0;
    width: 60px;
    height: 100px;
    padding: 17px;
}
.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: 0;
}
.fancybox-close-small:focus:after {
    outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: 0 0;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    pointer-events: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
    border: 6px solid rgba(99, 99, 99, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a 0.8s infinite linear;
    animation: a 0.8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999;
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}
.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%;
}
.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.fancybox-share p:first-of-type {
    margin-right: -10px;
}
.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.fancybox-share_button:focus,
.fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
.fancybox-share input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: 0;
}
.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}
.tr,
.tr *,
.tr :after,
.tr :before,
.tr:after,
.tr:before,
.tr:hover,
.tr:hover *,
.tr:hover :after,
.tr:hover :before,
.tr:hover:after,
.tr:hover:before {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
html {
    margin-top: 0 !important;
}
#wpadminbar {
    display: none;
}
@media screen and (max-width: 782px) {
    html #wpadminbar {
        display: none !important;
    }
}
body {
    background: #f7f7f7;
    overflow-x: hidden;
}
body#politica-de-privacidade {
    background: #fff;
}
.fancybox-thumbs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 0 10px 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fancybox-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
.fancybox-thumbs::-webkit-scrollbar {
    height: 7px;
}
.fancybox-thumbs::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.mobile {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .mobile {
        display: block !important;
    }

    header .box-menu .botao-menu {
        position: absolute;
        float: left;
        top: 10px;
        right: 25px;
        cursor: pointer;
        background: 0 0;
        padding: 3px;
        z-index: 2;
        font-weight: 300;
        text-align: center;
    }

    header .box-menu .botao-menu span {
        display: block;
        margin: 6px auto;
        height: 3px;
        width: 24px;
        background: #fff;
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        left: 8px;
        bottom: 0;
    }

    .botao-menu.xis{-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;-ms-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s}
    .botao-menu.xis span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute;top:8px}
    .botao-menu.xis span:nth-child(2){opacity:0}
    .botao-menu.xis span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);position:absolute;top:8px}

    header .mobile-menu {
        z-index: 0;
        width: 320px;
        float: right;
        display: none;
        top: 75px;
        right: 0;
        height: auto;
        position: absolute;
        background: rgba(181, 32, 28, 0.9);
        padding: 15px 9px 3px 15px;
    }

    header.fixed .mobile-menu {
        top: 60px;
    }

    header .mobile-menu li {
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
    }

    header .mobile-menu li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    header .mobile-menu li a {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        padding-bottom: 6px;
    }

    header .btn-contato-mobile {
        font-family: Roboto, sans-serif;
        position: absolute;
        top: 14px;
        right: 20%;
        cursor: pointer;
        padding: 8px 20px;
        z-index: 2;
        background: #fff;
        color: #b51f1c;
        font-size: 14px;
        font-weight: 600;
        border-radius: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .desktop {
        display: none !important;
    }
}

.aligncenter {
    margin: 0 auto;
    display: block;
}
.alignleft {
    float: left;
    display: block;
}
.alignright {
    float: right;
    display: block;
}
* {
    font-family: Rajdhani, sans-serif;
}
header {
    height: 118px;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(63%, #fff), color-stop(63%, #fff), to(#fff));
    background-image: linear-gradient(top, #fff, #fff 63%, #fff 63%, #fff 100%);
    background-image: -webkit-linear-gradient(right, #fff, #fff 63%, #fff 63%, #fff 100%);
}

@media only screen and (max-width: 1400px) {
    header {
        height: 95px;
    }
}
@media only screen and (max-width: 768px) {
    header {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b51f1c), color-stop(100%, #b51f1c), color-stop(100%, #fff), to(#fff));
        background-image: linear-gradient(top, #b51f1c, #b51f1c 100%, #fff 100%, #fff 100%);
        background-image: -webkit-linear-gradient(right, #b51f1c, #b51f1c 100%, #fff 100%, transparent 100%);
    }
    header.fixed .box-menu .menu-topo .botao-menu p {
        background: #fff;
        color: #b51f1c;
        margin-top: -5px;
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 5px;
        margin-right: -30px;
    }
    header .box-menu .menu-topo .botao-menu p {
        background: #fff!Important;
        color: #b51f1c!Important;
        margin-top: 10px;
        font-size: 16px!Important;
        padding: 10px 15px!Important;
        border-radius: 5px!Important;
        margin-right: -30px;
    }
    header.fixed .box-menu .menu-topo .menu {
        top: 60px!Important;
    }
    
}
@media only screen and (max-width: 768px) {
    header {
        height: 95px;
    }
    header .grid {
        height: 60px;
    }
    header .txt {
        
    }
}
header.fixed {
    background: rgba(181, 32, 28, 0.9) none repeat scroll 0 0;
    -webkit-box-shadow: 0 -23px 14px 20px #63191c;
    box-shadow: 0 -23px 14px 20px #63191c;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
}
@media only screen and (max-width: 768px) {
    header.fixed {
        height: 60px;
    }
}
header.fixed #menu-topo .menu {
    display: none;
}
header.fixed .menu {
    margin-top: 0;
}
header.fixed .logo {
    margin-top: 0;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .mobile-menu {
    display: none;
}


@media only screen and (max-width: 768px) {
    header.fixed .logo {
        min-height: 60px;
        height: 60px !important;
        z-index: 2;
    }
}
header.fixed .logo .logo-topo {
    display: none;
}
header.fixed .logo .logo-fixed {
    display: block !important;
}

header.fixed .box-menu {
    min-height: 75px;
}
@media only screen and (max-width: 768px) {
    header.fixed .box-menu {
        min-height: 60px;
        top: -60px;
    }
}

@media only screen and (max-width: 768px) {
    header.fixed .box-menu .menu-topo {
        min-height: 60px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
header.fixed .box-menu .menu-topo .menu {
    top: 75px;
}
header.fixed .box-menu .menu-topo .menu-icons {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
header.fixed .box-menu .menu-topo .menu-icons li {
    min-width: 120px;
    min-height: 75px;
}
@media only screen and (max-width: 768px) {
    header.fixed .box-menu .menu-topo .menu-icons li {
        min-height: 60px;
    }
}
header.fixed .box-menu .menu-topo .menu-icons li:hover {
    border: none;
}

header.fixed .box-menu .menu-topo .menu-icons li.has-submenu a.link-submenu:after {
    bottom: 22px;
    right: -28px;
}

/*header.fixed .box-menu .menu-topo .botao-opcoes {
    top: 0;
    background: #fff;
    color: #b51f1c;
}
*/
header.fixed .box-menu .menu-topo .busca form {
    top: 55px;
    right: -20px;
}
header .logo {
    margin-top: 12px;
}
header .logo .logo-fixed {
    display: none;
}

@media handheld, only screen and (max-width:1290px) {
    header .logo {
        width: 25%;
        min-height: 95px;
        display: flex;
        align-items: center;
        margin-top: 0;
    }

    header .logo img {
        height: auto;
    }

    header .box-menu {
        width: 75%!important;
    }

    header .box-menu #menu-menu-principal li {
        padding: 0;
    }

    header .box-menu .menu-topo li a {
        font-size: 13px;
    }

    header .box-menu .menu-topo .botao-opcoes {
        left: 0;
        width: 160px;
        height: 35px;
    }
}


@media only screen and (max-width: 480px) {
    header .logo .logo-fixed {
        max-width: 65%;
    }
}
@media only screen and (max-width: 768px) {
    header .logo {
        width: 35%;
        left: 15px;
        margin-top: 10px;
        z-index: 2;
    }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    header .logo {
        width: 100%;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
    }
}
header .box-menu {
    margin-top: 0;
    min-height: 118px;
    width: 940px;
}
@media only screen and (max-width: 1400px) {
    header .box-menu {
        min-height: 95px;
    }
}
@media only screen and (max-width: 768px) {
    header .box-menu {
        width: 100%!important;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 60px;
        top: -75px;
    }
}

header .box-menu .menu-topo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 118px;
    justify-content: flex-start;
}

header.fixed .box-menu .menu-topo {
    min-height: 75px;
}

header .box-menu .menu-topo li a {
    font-family: Roboto, sans-serif;
    text-align: center;
    font-size: 15px;
    color: #232323;
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

header .box-menu #menu-menu-principal li {
    padding: 0 6px;
}

header .box-menu #menu-menu-principal li a {
    padding: 0 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

header.fixed .box-menu #menu-menu-principal li a {
    color: #fff;
}

header .box-menu #menu-menu-principal li:hover a, header .box-menu #menu-menu-principal li.current-menu-item a {
    color: #b51f1c;
    border-bottom: 1px solid #b51f1c;
}

header.fixed .box-menu #menu-menu-principal li:hover a, header.fixed .box-menu #menu-menu-principal li.current-menu-item a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 1400px) {
    header .box-menu .menu-topo {
        min-height: 95px;
    }
}
@media only screen and (max-width: 768px) {
    header .box-menu .menu-topo {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 60px;
    }
}
header .box-menu .menu-topo .menu-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    justify-content: space-around;
    width: 70%;
}
@media only screen and (max-width: 768px) {
    header .box-menu .menu-topo .menu-icons {
        display: none;
    }
}
header .box-menu .menu-topo .menu-icons li {
    min-height: 118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding-left: 10px;
    border-bottom: 5px solid transparent;
}
@media only screen and (max-width: 1400px) {
    header .box-menu .menu-topo .menu-icons li {
        min-height: 95px;
    }
}
header .box-menu .menu-topo .menu-icons li a:hover {
    color:  #b51f1c;
}
header.fixed .box-menu .menu-topo .menu-icons li a:hover {
    color:  rgba(255, 255, 255, 0.821);
}
header.fixed .box-menu .menu-topo .menu-icons li a {
    color: #fff;
}
header .box-menu .menu-topo .menu-icons li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #232323;
    font-weight: 600;
}
header .box-menu .menu-topo .menu-icons li a .icon {
    width: 100%;
    padding-bottom: 4px;
}
header .box-menu .menu-topo .menu-icons li.has-submenu a.link-submenu {
    position: relative;
}
header .box-menu .menu-topo .menu-icons li.has-submenu a.link-submenu:after {
    content: url(../images/menu-arrow.png);
    position: absolute;
    bottom: 8px;
    right: -6px;
    display: block;
    width: 20px;
    height: 14px;
}
header .box-menu .menu-topo .menu-icons li.has-submenu .menu-contato {
    display: none;
    z-index: 0;
    width: 258px;
    float: right;
    top: 118px;
    right: 130px;
    height: auto;
    position: absolute;
    background: #63191c;
    padding: 15px 9px 3px 15px;
}
@media only screen and (max-width: 768px) {
    header .box-menu .menu-topo .menu-icons li.has-submenu .menu-contato {
        width: 100%;
        right: -16px;
    }
}
header .box-menu .menu-topo .menu-icons li.has-submenu .menu-contato li {
    border-bottom: 1px solid #b51f1c;
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: inherit;
}
header .box-menu .menu-topo .menu-icons li.has-submenu .menu-contato li a {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 6px;
}
header .box-menu .menu-topo .botao-opcoes {
    font-family: Roboto, sans-serif;
    position: relative;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

header .box-menu .menu-topo .botao-opcoes i {
    color: #232323;
    font-size: 22px;
}

header.fixed .box-menu .menu-topo .botao-opcoes i {
    color: #fff;
}

header .box-menu .menu-topo .menu {
    z-index: 0;
    width: 280px;
    float: right;
    display: none;
    top: 100px;
    right: 0;
    height: auto;
    position: absolute;
    background: rgba(181, 32, 28, 0.9);
    padding: 15px 9px 3px 15px;
}

@media only screen and (max-width: 1400px) {
    header .box-menu .menu-topo .menu {
        top: 95px;
    }
}

@media only screen and (max-width: 768px) {
    header .box-menu .menu-topo .menu {
        width: 100%;
        right: -16px;
        top: 60px;
    }
}

@media only screen and (max-width: 480px) {
    header .box-menu .menu-topo .menu {
        width: 320px;
    }
}

header .box-menu .menu-topo .menu li {
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
}

header .box-menu .menu-topo .menu li:last-child {
    border: none;
}

header .box-menu .menu-topo .menu li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 6px;
}

header .box-menu .menu-topo #menu-menu-outras-opcoes.menu li a {
    text-align: left;
}

header  #menu-menu-outras-opcoes .menu li a {
    text-align: left;
}

header .box-menu .menu-topo .busca {
    max-width: 60px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    header .box-menu .menu-topo .busca {
        top: 3px;
    }
}
header .box-menu .menu-topo .busca a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
header .box-menu .menu-topo .busca a .icon {
    width: 100%;
    text-align: center;
}
header .box-menu .menu-topo .busca form {
    position: absolute;
    top: 85px;
    right: 0;
    display: none;
    background: #fff;
    padding: 40px 20px 20px 20px;
}
@media only screen and (max-width: 768px) {
    header .box-menu .menu-topo .busca form {
        top: 45px;
    }
}
@media only screen and (max-width: 768px) {
    header .box-menu .menu-topo .busca form {
        right: -17px;
    }
}
header .box-menu .menu-topo .busca form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
header .box-menu .menu-topo .busca form label i {
    position: absolute;
    top: -35px;
    right: 0;
    color: #b51f1c;
    font-size: 25px;
    cursor: pointer;
}
header .box-menu .menu-topo .busca form label input[type="search"] {
    font-family: Roboto, sans-serif;
    color: #232323;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 600;
}
header .box-menu .menu-topo .busca form label input[type="submit"] {
    font-family: Roboto, sans-serif;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    height: 40px;
    cursor: pointer;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
header .box-menu .menu-topo .busca form label input[type="submit"]:hover {
    background: 0 0;
    color: #b51f1c;
}

.empreendimentos {
    margin-bottom: 0;
}

.empreendimentos .content {
    padding-top: 20px;
    min-height: 250px;
    background-image: url(../images/bkg-empreendimentos-home2.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #fff;
}

.empreendimentos .content.emp-novo {
    background-image: url(../images/bkg-empreendimentos-home2.jpg);
}

@media only screen and (max-width: 768px) {
    .empreendimentos .content {
        margin-bottom: 0;
    }
}

.empreendimentos .content.interna {
    padding-top: 0;
}

.empreendimentos .content.interna .grid .busca-empreendimentos {
    top: -38px;
}

.empreendimentos .content.interna h2 {
    margin-bottom: 23px;
}

.empreendimentos .content.interna span {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #e22029;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.empreendimentos .content .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.empreendimentos .content .grid h2 {
    color: #232323;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .empreendimentos .content .grid h2 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
        border: 0;
    }
}
.empreendimentos .content .grid h2:after {
    content: none;
}
.empreendimentos .content .grid h3 {
    color: #232323;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 40px;
}
.empreendimentos .content .grid .busca-empreendimentos {   
    position: relative;
    top: -55px;
    min-height: 70px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    border-radius: 50px;
    box-shadow: 3px 1px 6px 7px #8888881a;

}
@media only screen and (max-width: 768px) {
    .empreendimentos .content .grid .busca-empreendimentos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: -15px;
        padding: 15px 10px 0 10px;
        border-radius: 15px;
        margin-bottom: 35px;
    }
}
.empreendimentos .content .grid .busca-empreendimentos form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .empreendimentos .content .grid .busca-empreendimentos form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.empreendimentos .content .grid .busca-empreendimentos label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
}
@media only screen and (max-width: 768px) {
    .empreendimentos .content .grid .busca-empreendimentos label {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
}
.empreendimentos .content .grid .busca-empreendimentos label:last-child {
    padding-right: 0;
}
@media only screen and (max-width: 768px) {
    .empreendimentos.content .grid .busca-empreendimentos label:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.empreendimentos .content .grid .busca-empreendimentos label p {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 40px;
    padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .empreendimentos .content .grid .busca-empreendimentos label p {
        width: 150px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimentos .content .grid .busca-empreendimentos label p {
        font-size: 15px;
    }
}
.empreendimentos .content .grid .busca-empreendimentos label select {
    font-family: Roboto, sans-serif;
    width: 170px;
    height: 40px;
    color: #232323;
    font-size: 15px;
    padding-left: 10px;
    font-weight: 400;
    border: 1px solid #fff;
}
.empreendimentos .content .grid .busca-empreendimentos label select#estagio_obra {
    width: 230px;
}
@media only screen and (max-width: 768px) {
    .empreendimentos .content .grid .busca-empreendimentos label select#estagio_obra {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .empreendimentos .content .grid .busca-empreendimentos label select {
        width: 100%;
    }
}
.empreendimentos .content .grid .busca-empreendimentos label.estagio_obra p {
    width: 150px;
}
.empreendimentos .content .grid .busca-empreendimentos label input[type="submit"] {
    font-family: Roboto, sans-serif;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    cursor: pointer;
    padding: 6px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 20px;
    width: 100%;
}
.empreendimentos .content .grid .busca-empreendimentos label input[type="submit"]:hover {
    background: 0 0;
    color: #b51f1c;
}
.empreendimentos .content .grid .lista-empreeendimentos {
    padding-top: 45px;
}

@media only screen and (max-width: 768px) {
    .empreendimentos .content .grid .lista-empreeendimentos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .empreendimentos .content .grid .busca-empreendimentos label:last-child {
        padding-right: 0;
        display: flex;
        justify-content: center;
    }

    .empreendimentos .content .grid .busca-empreendimentos label input[type="submit"] {
        width: auto;
        padding: 4px 30px;
    }
}

.empreendimentos .content .grid .lista-empreeendimentos .item-emp {
    position: relative;
    margin-bottom: 25px;
}

.empreendimentos .content .grid .lista-empreeendimentos .item-emp.hide-item {
    display: none;
}

@media only screen and (max-width: 768px) {
    .empreendimentos .content .grid .lista-empreeendimentos .item-emp {
        max-width: 272px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimentos .content .grid .lista-empreeendimentos .item-emp {
        width: 100%;
    }
}

.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-emp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 4px;
    right: 17px;
    cursor: pointer;
}

.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-emp .txt {
    width: 170px;
    max-height: 74px;
}

.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-emp .txt p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-emp .txt p:nth-child(1) {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #b51f1c;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-emp .txt p:nth-child(2) {
    min-height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(148, 25, 25, 0.7);
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-emp .logo-small {
    background: #fff;
    width: 71px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-full {
    display: none;
    width: 230px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 4px;
    right: 17px;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-full .fechar {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 27px;
    color: #b51f1c;
    cursor: pointer;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-full .logo-full {
    height: 137px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-full .status {
    background: #b51f1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 30px;
    position: absolute;
    top: 125px;
    right: 15px;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-full .status p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-full .txt {
    width: 100%;
    background: rgba(156, 27, 24, 0.8);
    padding-top: 40px;
    padding-bottom: 1px;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-full .txt .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    padding-bottom: 15px;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-full .txt p {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-left: 15px;
    padding-bottom: 0;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-full .txt span {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px 15px 15px;
    position: relative;
    float: inherit;
    width: auto;
    padding-bottom: 0;
}
.empreendimentos .content .grid .lista-empreeendimentos .item-emp .desc-full .txt span:after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 7px;
    height: 15px;
    width: 17px;
    background-image: url(../images/seta-mais.png);
    background-repeat: no-repeat;
    background-position: center;
}
.empreendimentos .content .grid .button-box {
    padding-top: 25px;
    padding-bottom: 40px;
}
.empreendimentos .content .grid .button-box .addListData {
    font-family: Roboto, sans-serif;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    width: 200px;
    height: 35px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.empreendimentos .content .grid .button-box .addListData:hover {
    background: 0 0;
    color: #b51f1c;
}

.empreendimentos .content .grid .lista-empreeendimentos {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.empreendimentos .content .grid .lista-empreeendimentos .item {
    margin-bottom: 35px;
    max-width: 370px;
    box-shadow: 0 0 6px 7px #f1f1f1;
    padding-right: 0;
    border-radius: 20px;
}

.empreendimentos .content .grid .lista-empreeendimentos .item.hide {
    display: none;
}

.empreendimentos .content .grid .lista-empreeendimentos .slider-emp {
    min-height: 220px;
}

.empreendimentos .content .grid .lista-empreeendimentos .slider-emp img {
    border-radius: 20px 20px 0 0;
}

.empreendimentos .content .grid .lista-empreeendimentos .slick-arrow {
    width: 30px;
    height: 30px;
    background: white;
    border: none;
    font-size: 0;
    top: 45%;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.empreendimentos .content .grid .lista-empreeendimentos .slick-prev {
    background-image: url(../images/prev-arrow-emp.png);
    left: 5px;
}

.empreendimentos .content .grid .lista-empreeendimentos .slick-next {
    background-image: url(../images/next-arrow-emp.png);
    right: 5px;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp {
    padding: 20px 15px;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-actions {
    position: absolute;
    top: -25px;
    right: 0;
    display: flex;
    justify-content: flex-end;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-actions a {
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
    box-shadow: 0 0 2px 2px #ebebeb;
    cursor: pointer;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-actions a i {
    color: #231f20;
    font-size: 17px;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-actions a .icon-heart-hover {
    display: none;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-actions a:hover .icon-heart, .empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-actions a.selected .icon-heart {
    display: none;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-actions a:hover .icon-heart-hover, .empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-actions a.selected .icon-heart-hover {
    display: block;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-actions a:hover .icon-heart-hover {
    display: block;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-status {
    padding-bottom: 12px;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .emp-status span {
    font-family: Roboto, sans-serif;
    text-align: left;
    color: #232323;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 20px;
    float: left;
    background: #f1f1f1;
    width: auto;
    border-radius: 25px;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .tit-emp {
    display: flex;
    align-items: center;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .tit-emp .icon-verify {
    margin-right: 9px;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .tit-emp h3 {
    padding: 0;
    font-family: Roboto, sans-serif;
    font-size: 20px;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .address-emp {
    min-height: 85px;
    margin-top: 20px;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .address-emp p {
    float: left;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .icons-emp {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .icons-emp .icon {
    display: flex;
    align-items: center;
    width: 33%;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .icons-emp .icon.width-50 {
    width: 50%;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .icons-emp .icon img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .icons-emp .icon p {
    font-size: 15px;
    line-height: 18px;
    padding: 0;
    font-weight: 700;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .sale-emp {
    display: none!important;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .sale-emp span {
    display: block;
    font-family: Roboto,sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    color: #232323;
    font-weight: 400;
    padding-bottom: 3px;
    margin-bottom: 0;
}

.empreendimentos .content .grid .lista-empreeendimentos .content-emp .sale-emp p {
    text-align: left;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    padding-bottom: 0;
}

.favoritos .empreendimentos .content {
    background-image: url(../images/bkg-empreendimentos-home2.jpg);
}

.favoritos .empreendimentos .content .grid .lista-empreeendimentos {
    padding-top: 90px;
}

.home .content span {
    font-family: Roboto, sans-serif;
    float: left;
    width: 100%;
    color: #b51f1c;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.home .content h2 {
    color: #232323;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 40px;
    line-height: 48px;
    text-align: center;
}
.tit-principal-padrao {
    color: #232323;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .home .content h2 {
        padding-bottom: 0;
        font-size: 32px;
        line-height: 36px;
    }
}
.home .nossa-historia {
    padding-top: 60px;
    min-height: 250px;
    background-image: url(../images/bkg-nossa-historia.png);
    background-repeat: repeat-x;
    background-position: center top;
}
@media only screen and (max-width: 768px) {
    .home .nossa-historia {
        margin-bottom: 0;
    }
}
.home .nossa-historia .content .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home .nossa-historia .sobre {
    height: 640px;
    background: #f1f1f1;
    background-repeat: repeat-x;
    position: relative;
}
@media only screen and (max-width: 1440px) {
    .home .nossa-historia .sobre {
        height: auto;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .home .nossa-historia .sobre {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}
.home .nossa-historia .sobre .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    .home .nossa-historia .sobre .grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.home .nossa-historia .sobre .grid .logo-sobre {
    height: 640px;
    position: absolute;
    left: 0;
}
@media only screen and (max-width: 768px) {
    .home .nossa-historia .sobre .grid .logo-sobre {
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }
}
.home .nossa-historia .sobre .grid .txt {
    padding-top: 45px;
    width: 43.3%;
}
@media only screen and (max-width: 1440px) {
    .home .nossa-historia .sobre .grid .txt {
        padding-top: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .home .nossa-historia .sobre .grid .txt {
        width: 100%;
        padding: 40px 15px 30px 15px;
    }
}
.home .nossa-historia .sobre .grid .txt span {
    float: left;
    width: 100%;
    color: #b51f1c;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.home .nossa-historia .sobre .grid .txt h2 {
    color: #12110e;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 30px;
    margin: 0;
}
@media only screen and (max-width: 480px) {
    .home .nossa-historia .sobre .grid .txt h2 {
        font-size: 24px;
        line-height: 28px;
    }
}
.home .nossa-historia .sobre .grid .txt p {
    color: #8e8e8e;
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    margin: 0;
}
.home .nossa-historia .sobre .grid .txt a {
    width: 158px;
    height: 45px;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    margin-top: 30px;
    border-radius: 25px;
    font-family: Roboto, sans-serif;
}
.home .nossa-historia .sobre .grid .txt a:hover {
    background: 0 0;
    color: #b51f1c;
}
.home .investidor-home {
    min-height: 250px;
    background-image: url(../images/bkg-investidores-home.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
.home .investidor-home .infos-empreendimentos {
    min-height: 220px;
    background: #62181b;
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 75px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
    .home .investidor-home .infos-empreendimentos {
        top: -30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px;
    }
}
.home .investidor-home .infos-empreendimentos .item {
    width: 20%;
    border-right: 1px solid #793a3d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
}
@media only screen and (max-width: 768px) {
    .home .investidor-home .infos-empreendimentos .item {
        border: none;
        padding-bottom: 20px;
    }
}
.home .investidor-home .infos-empreendimentos .item:last-child {
    border: none;
    padding-right: 0;
}
.home .investidor-home .infos-empreendimentos .item h3 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    width: 100%;
    margin: 0;
    text-align: center;
}
.home .investidor-home .infos-empreendimentos .item p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.home .investidor-home .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .home .investidor-home .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}
.home .investidor-home .content h2 {
    padding-right: 40px;
}
@media only screen and (max-width: 768px) {
    .home .investidor-home .content h2 {
        padding-right: 0;
    }
}
.home .investidor-home .content p {
    font-family: Roboto, sans-serif;
    color: #686868;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
}
.home .investidor-home .content .btn-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 90px;
}
.home .investidor-home .content .btn-form a {
    font-family: Roboto, sans-serif;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 25px;
    padding: 0 55px;
}
@media only screen and (max-width: 480px) {
    .home .investidor-home .content .btn-form a {
        padding: 0 20px;
    }
}
.home .investidor-home .content .btn-form a:hover {
    background: 0 0;
    color: #b51f1c;
}
.home .investidor-home .tit-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home .investidor-home .tit-mobile h2 {
    padding-top: 10px;
    padding-bottom: 0;
    color: #62181b;
    margin-bottom: 40px;
    border-bottom: none;
}
.home .investidor-home .tit-mobile h2:after {
    content: none;
}
@media only screen and (max-width: 768px) {
    .home .investidor-home .links-investidor .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.home .investidor-home .links-investidor .item img {
    position: relative;
    border-radius: 4px;
}
.home .investidor-home .links-investidor .item .box {
    background: #fff;
    width: 200px;
    height: 185px;
    position: absolute;
    top: 30px;
    right: 108px;
    border-radius: 5px 0 0 5px;
    padding-left: 35px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media only screen and (max-width: 768px) {
    .home .investidor-home .links-investidor .item .box {
        width: 100%;
        position: relative;
        top: 0;
        right: 0 !important;
        padding-left: 0;
        margin: 20px 0;
    }
    .home .investidor-home .links-investidor .item .box a {
        text-align: center;
    }
    .home .investidor-home .links-investidor .item .box a span {
        text-align: center;
    }
    .home .investidor-home .links-investidor .item .box a h2 {
        text-align: center;
        border: none;
    }
}
.home .investidor-home .links-investidor .item .box.open {
    width: 82%;
}
.home .investidor-home .links-investidor .item .box.open a {
    text-align: center;
}
.home .investidor-home .links-investidor .item .box.open a span {
    text-align: center;
}
.home .investidor-home .links-investidor .item .box.open a h2 {
    text-align: center;
}
.home .investidor-home .links-investidor .item .box span {
    padding: 25px 0 5px 0;
    text-align: left;
}
.home .investidor-home .links-investidor .item .box h2 {
    padding-right: 0;
    color: #25343d;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    padding-bottom: 19px;
    margin-bottom: 0;
}
.home .investidor-home .links-investidor .item .box h2:after {
    content: none;
}
.home .investidor-home .links-investidor .item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.home .investidor-home .links-investidor .item:last-child .box {
    right: 60px;
}
.home .investidor-home .links-investidor .item:last-child .box span {
    padding-top: 60px;
}
.home .blog-home {
    background: #f7f7f7;
    position: relative;
    top: -60px;
}
.home .blog-home .content {
    padding-top: 135px;
    padding-bottom: 65px;
}
@media only screen and (max-width: 768px) {
    .home .blog-home .content {
        padding-top: 70px;
        padding-bottom: 0;
    }
    .home .blog-home .content h2 {
        border-bottom: none;
    }
}
.home .blog-home .content .item {
    background: #fff;
    border-radius: 5px;
    float: left;
    min-height: 503px;
}
.home .blog-home .content .item img {
    border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 768px) {
    .home .blog-home .content .item img {
        display: none;
    }
}
.home .blog-home .content .item .blog-content {
    padding: 60px 35px 0 40px;
    background: #fff;
    min-height: 289px;
}
@media only screen and (max-width: 768px) {
    .home .blog-home .content .item .blog-content {
        min-height: 299px;
    }
}
@media only screen and (max-width: 480px) {
    .home .blog-home .content .item .blog-content {
        min-height: 150px;
        padding: 40px 20px 0 20px;
    }
}
.home .blog-home .content .item .blog-content h3 {
    font-family: Roboto, sans-serif;
    color: #232323;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 15px;
}
.home .blog-home .content .item .blog-content p {
    font-family: Roboto, sans-serif;
    color: #686868;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .home .blog-home .content .item .blog-content p {
        display: none;
    }
}
.home .blog-home .content .item .blog-content a {
    font-family: Roboto, sans-serif;
    color: #b51f1c;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    float: left;
    border-bottom: 1px solid;
    margin-bottom: 25px;
}
.home .blog-home .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}
.home .blog-home .owl-carousel .owl-nav span {
    display: none;
}
.home .blog-home .owl-carousel .owl-nav button {
    border: none;
}
@media only screen and (max-width: 768px) {
    .home .blog-home .owl-carousel .owl-nav {
        top: 35%;
    }
}
.home .blog-home .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -147px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 62px;
    height: 62px;
}
@media only screen and (max-width: 1400px) {
    .home .blog-home .owl-carousel .owl-nav .owl-prev {
        left: -85px;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .home .blog-home .owl-carousel .owl-nav .owl-prev {
        left: -36px;
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .home .blog-home .owl-carousel .owl-nav .owl-prev {
        width: 25px;
        height: 25px;
    }
}
.home .blog-home .owl-carousel .owl-nav .owl-prev:hover {
    background: #b51f1c;
}
.home .blog-home .owl-carousel .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/prev-arrow-small.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 1400px) {
    .home.blog-home .owl-carousel .owl-nav .owl-prev:after {
        bottom: -6px;
        right: -6px;
    }
}
@media only screen and (max-width: 768px) {
    .home.blog-home .owl-carousel .owl-nav .owl-prev:after {
        width: 50px;
        height: 50px;
        bottom: -10px;
        right: -10px;
    }
}
@media only screen and (max-width: 480px) {
    .home.blog-home .owl-carousel .owl-nav .owl-prev:after {
        bottom: -12px;
        right: -11px;
    }
}
.home .blog-home .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -133px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 62px;
    height: 62px;
}
@media only screen and (max-width: 1400px) {
    .home .blog-home .owl-carousel .owl-nav .owl-next {
        right: -85px;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .home .blog-home .owl-carousel .owl-nav .owl-next {
        right: -4px;
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .home .blog-home .owl-carousel .owl-nav .owl-next {
        right: 0;
        width: 25px;
        height: 25px;
    }
}
.home .blog-home .owl-carousel .owl-nav .owl-next:hover {
    background: #b51f1c;
}
.home .blog-home .owl-carousel .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/next-arrow-small.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 1400px) {
    .home.blog-home .owl-carousel .owl-nav .owl-next:after {
        bottom: -6px;
        right: -6px;
    }
}
@media only screen and (max-width: 768px) {
    .home.blog-home .owl-carousel .owl-nav .owl-next:after {
        width: 50px;
        height: 50px;
        bottom: -10px;
        right: -10px;
    }
}
@media only screen and (max-width: 480px) {
    .home.blog-home .owl-carousel .owl-nav .owl-next:after {
        bottom: -12px;
        right: -13px;
    }
}
.secao-contato .content {
    min-height: 250px;
    background-image: url(../images/bkg-secao-home.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    position: relative;
    height: 910px;
    max-height: 910px;
}
@media only screen and (max-width: 1024px) {
    .secao-contato .content {
        padding: 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
}
@media only screen and (max-width: 768px) {
    .secao-contato .content {
        background-color: #e2e2e2;
    }
}
.secao-contato .content .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
    .secao-contato .content .grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.secao-contato .content .img {
    position: absolute;
    left: 0;
}
@media only screen and (max-width: 1700px) {
    .secao-contato .content .img {
        left: -10%;
    }
}
@media only screen and (max-width: 1450px) {
    .secao-contato .content .img {
        left: -20%;
    }
}
@media only screen and (max-width: 1280px) {
    .secao-contato .content .img {
        left: -30%;
    }
}
@media only screen and (max-width: 1024px) {
    .secao-contato .content .img {
        width: 100%;
        position: relative;
        left: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.secao-contato .content .txt {
    padding: 30px 0;
    width: 40%;
}
@media only screen and (max-width: 1024px) {
    .secao-contato .content .txt {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.secao-contato .content .txt h2 {
    color: #232323;
    font-size: 40px;
    font-weight: 700;
    border-bottom: 1px solid #232323;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 25px;
    min-height: inherit;
}
.secao-contato .content .txt h2:after {
    content: none;
}
.secao-contato .content .txt p {
    font-family: Roboto, sans-serif;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    padding-bottom: 15px;
}
.secao-contato .content .txt .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
    .secao-contato .content .txt .buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 768px) {
    .secao-contato .content .txt form label {
        padding: 0;
    }
}
.secao-contato .content .txt form label input[type="email"],
.secao-contato .content .txt form label input[type="text"] {
    width: 100%;
    height: 44px;
    margin-bottom: 15px;
    border: 1px solid #8a8a8a;
    color: #686868;
    font-size: 20px;
    font-weight: 500;
    padding-left: 15px;
    border-radius: 25px;
}
.secao-contato .content .txt form label input[type="email"]:placeholder,
.secao-contato .content .txt form label input[type="text"]:placeholder {
    color: #686868 !important;
}
.secao-contato .content .txt form label input[type="email"]:-ms-input-placeholder,
.secao-contato .content .txt form label input[type="text"]:-ms-input-placeholder {
    color: #686868 !important;
}
.secao-contato .content .txt form label input[type="email"]:-ms-input-placeholder,
.secao-contato .content .txt form label input[type="text"]:-ms-input-placeholder {
    color: #686868 !important;
}
.secao-contato .content .txt form label select {
    display: none;
    width: 100%;
    height: 44px;
    margin-bottom: 15px;
    border: 1px solid #8a8a8a;
    color: #686868;
    font-size: 20px;
    font-weight: 500;
    padding-left: 15px;
    border-radius: 25px;
}
.secao-contato .content .txt form label textarea {
    width: 100%;
    height: 125px;
    margin-bottom: 15px;
    border: 1px solid #8a8a8a;
    color: #686868;
    font-size: 20px;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 25px;
}
.secao-contato .content .txt form label input[type="submit"] {
    font-family: Roboto, sans-serif;
    width: 190px;
    height: 45px;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}
.secao-contato .content .txt form label input[type="submit"]:hover {
    background: 0 0;
    color: #b51f1c;
}
.secao-contato .content .txt form label span {
    color: #686868;
    font-size: 20px;
    font-weight: 500;
}
.secao-contato .content .txt form label span.tit-label {
    padding-right: 45px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.secao-contato .content .txt form label.label-options {
    padding-left: 2px;
    padding-bottom: 10px;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.secao-contato .content .txt form label.label-checkbox .container {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    float: left;
    margin-bottom: 5px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.secao-contato .content .txt form label.label-checkbox .container a {
    color: #686868;
    font-size: 15px;
    font-weight: 700;
    padding: 0 4px;
}
@media only screen and (max-width: 768px) {
    .secao-contato .content .txt form label.label-checkbox .container a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .secao-contato .content .txt form label.label-checkbox .container {
        font-size: 14px;
    }
}
.secao-contato .content .txt form label.contact-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
}
.secao-contato .content .txt form label.label-captcha {
    padding: 15px 0;
}
.secao-contato .content .txt form label .container {
    font-family: Roboto, sans-serif;
    display: block;
    width: 50%;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #686868;
    font-size: 18px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.secao-contato .content .txt form label .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.secao-contato .content .txt form label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #828282;
}
.secao-contato .content .txt form label .container:hover input ~ .checkmark {
    background-color: #fff;
}
.secao-contato .content .txt form label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.secao-contato .content .txt form label .container input:checked ~ .checkmark:after {
    display: block;
}
.secao-contato .content .txt form label .container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #b51f1c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.content h2 {
    color: #232323;
    font-size: 40px;
    font-weight: 700;
    min-height: 55px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .content h2 {
        border-bottom: 3px solid #e22029;
    }
}
@media only screen and (max-width: 480px) {
    .contenth2: after {
        left: 0;
        bottom: 25px;
        width: 100%;
    }
}
.content p {
    font-family: Roboto, sans-serif;
    color: #231f20;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 40px;
    text-align: center;
}
.sobre .content {
    padding-top: 130px;
    min-height: 250px;
    background-image: url(../images/bkg-sobre-nos.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: white;
}
@media only screen and (max-width: 768px) {
    .sobre .content {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 480px) {
    .sobre .content {
        padding-top: 50px;
    }
}
.sobre .content h2 {
    color: #232323;
    font-size: 50px;
    font-weight: 700;
    min-height: 80px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .sobre.content h2: after {
        content: none;
    }
}
.sobre .content p {
    font-family: Roboto, sans-serif;
    color: #231f20;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 40px;
    text-align: center;
}
.sobre .content .faixa {
    min-height: 299px;
    background-image: url(../images/bkg-faixa.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    margin-bottom: 85px;
    position: relative;
}
.sobre .content .faixa h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-top: 50px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
    position: relative;
}
@media only screen and (max-width: 480px) {
    .sobre .content .faixa h1 {
        font-size: 32px;
        padding-bottom: 10px;
    }
}
.sobre .content .faixa h1:after {
    border-bottom: 2px solid #c01e21;
    content: "";
    position: absolute;
    left: 11%;
    bottom: 35px;
    width: 78%;
    height: 0;
}
.sobre .content .faixa p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 30px;
}
.sobre .content .faixa .logo-divisor {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1172px;
}
@media only screen and (max-width: 768px) {
    .sobre .content .faixa .logo-divisor {
        bottom: -75px;
    }
}
.sobre .content .video {
    padding: 0 40px 40px 70px;
}
.sobre .content .pilares .lista-pilares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 110px;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .sobre .content .pilares .lista-pilares {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.sobre .content .pilares .lista-pilares .item-pilar {
    background: #62181b;
    min-height: 470px;
    max-width: 372px;
}
@media only screen and (max-width: 480px) {
    .sobre .content .pilares .lista-pilares .item-pilar {
        max-width: inherit;
        margin-bottom: 70px;
    }
}
.sobre .content .pilares .lista-pilares .item-pilar .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -65px;
}
.sobre .content .pilares .lista-pilares .item-pilar .img img {
    border-radius: 50%;
    border: 6px solid #fff;
}
@media only screen and (max-width: 768px) {
    .sobre .content .pilares .lista-pilares .item-pilar .img {
        left: 0;
    }
}
.sobre .content .pilares .lista-pilares .item-pilar .txt {
    padding-top: 90px;
}
.sobre .content .pilares .lista-pilares .item-pilar .txt h3 {
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    height: 75px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #fff;
    margin: 0 50px 20px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 480px) {
    .sobre .content .pilares .lista-pilares .item-pilar .txt h3 {
        font-size: 24px;
        font-weight: 28px;
    }
}
.sobre .content .pilares .lista-pilares .item-pilar .txt p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0 15px;
}
@media only screen and (max-width: 480px) {
    .sobre .content .pilares .lista-pilares .item-pilar .txt p {
        font-size: 19px;
        line-height: 28px;
        padding: 0;
    }
}
.sobre .content .pilares .lista-pilares .item-pilar:last-child p {
    padding: 0;
}
.sobre .content .faixa-2 {
    position: relative;
    top: -30px;
    padding-top: 100px;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .sobre .content .faixa-2 {
        padding-top: 0;
    }
}
.sobre .content .faixa-2 .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 480px) {
    .sobre .content .faixa-2 .txt {
        padding: 0;
    }
}
.sobre .content .faixa-2 .txt p {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    width: 70%;
}
@media only screen and (max-width: 480px) {
    .sobre .content .faixa-2 .txt p {
        width: 100%;
        font-size: 20px;
    }
}
.sobre .content .numeros {
    padding-top: 30px;
    padding-bottom: 304px;
    min-height: 250px;
    background-image: url(../images/bkg-numeros.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
@media only screen and (max-width: 768px) {
    .sobre .content .numeros {
        padding-bottom: 0;
        margin-bottom: 0;
        background: #fff;
    }
}
.sobre .content .numeros h2 {
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .sobre .content .numeros h2 {
        font-size: 36px;
        margin: 0 10px 30px 10px;
    }
}
.sobre .content .numeros .lista-numeros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.sobre .content .numeros .lista-numeros .item {
    border: 1px solid #cdcac9;
    max-width: 550px;
    min-height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
    .sobre .content .numeros .lista-numeros .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.sobre .content .numeros .lista-numeros .item:nth-child(2) .right,
.sobre .content .numeros .lista-numeros .item:nth-child(7) .right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sobre .content .numeros .lista-numeros .item:nth-child(2) .right strong,
.sobre .content .numeros .lista-numeros .item:nth-child(7) .right strong {
    color: #e22029;
    font-weight: 700;
}
.sobre .content .numeros .lista-numeros .item:nth-child(7) .right .dest p {
    font-weight: 700;
}
.sobre .content .numeros .lista-numeros .item.right {
    float: right;
}
.sobre .content .numeros .lista-numeros .item .left {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
}
@media only screen and (max-width: 480px) {
    .sobre .content .numeros .lista-numeros .item .left {
        width: 100%;
        padding-left: 0;
    }
}
.sobre .content .numeros .lista-numeros .item .right {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sobre .content .numeros .lista-numeros .item.item-dest .right {
    flex-wrap: wrap;
}

.sobre .content .numeros .lista-numeros .item .right h3 {
    color: #e22029;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sobre .content .numeros .lista-numeros .item .right p {
    color: #231f20;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    padding-left: 15px;
    padding-bottom: 0;
    text-align: left;
}
@media only screen and (max-width: 480px) {
    .sobre .content .numeros .lista-numeros .item .right {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sobre .content .numeros .lista-numeros .item .right h3 {
        font-size: 42px;
    }
}
.sobre .content .numeros .lista-numeros .item .right .dest {
    border: 1px solid #cdcac9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}
.sobre .content .numeros .lista-numeros .item .right .dest p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
}
.sobre .content .numeros .lista-numeros .item p {
    color: #231f20;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 0;
}
.investidores {
    padding-top: 130px;
    min-height: 250px;
    background-image: url(../images/bkg-sobre-nos.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
@media only screen and (max-width: 768px) {
    .investidores {
        padding-top: 75px;
    }
}
@media only screen and (max-width: 480px) {
    .investidores .content {
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .investidores .lista-passos {
        padding: 0;
    }
}
.investidores .lista-passos .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}
.investidores .lista-passos .item:first-child .txt {
    padding-left: 20px;
}
.investidores .lista-passos .item .txt {
    max-width: 225px;
    text-align: center;
    position: absolute;
    top: 0;
    padding-left: 40px;
}
@media only screen and (max-width: 375px) {
    .investidores .lista-passos .item .txt {
        top: -20px;
    }
}
.investidores .lista-passos .item .txt p {
    color: #231f20;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
@media only screen and (max-width: 480px) {
    .investidores .lista-passos .item .txt p {
        font-size: 18px;
        line-height: 22px;
    }
}
.investidores .modelo {
    min-height: 575px;
    background-image: url(../images/bkg-modelo-negocio.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
@media only screen and (max-width: 768px) {
    .investidores .modelo {
        background-image: url(../images/bkg-como-investir.jpg);
        background-repeat: repeat-y;
    }
}
.investidores .modelo .txt {
    padding-top: 100px;
}
@media only screen and (max-width: 768px) {
    .investidores .modelo .txt {
        padding-top: 40px;
    }
}
.investidores .modelo .txt h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .investidores .modelo .txt h3 {
        padding-bottom: 10px;
    }
}
.investidores .modelo .txt h3:after {
    border-bottom: 2px solid #c01e21;
    content: "";
    position: absolute;
    left: 11%;
    bottom: 0;
    width: 78%;
    height: 0;
    bottom: 37px;
}
.investidores .modelo .txt h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 35px;
}
.investidores .modelo .txt p {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    padding: 0 30px;
}
.investidores .modelo .img {
    min-height: 575px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media only screen and (max-width: 768px) {
    .investidores .modelo .img {
        min-height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 25px;
    }
}
.investidores .captacao-recursos {
    padding-top: 50px;
}
.investidores .captacao-recursos .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.investidores .captacao-recursos .grid .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.investidores .captacao-recursos .grid .content h2 {
    font-size: 42px;
}
.investidores .captacao-recursos .grid .content a {
    font-family: Roboto, sans-serif;
    background: #b51f1c;
    color: #fff;
    border: 1px solid #b51f1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    padding: 17px 20px;
    border-radius: 25px;
}
@media only screen and (max-width: 768px) {
    .investidores .captacao-recursos .grid .content a {
        margin-bottom: 0;
    }
}
.investidores .captacao-recursos .grid .content a:hover {
    background: 0 0;
    color: #b51f1c;
}
.investidores .depoimentos {
    padding-top: 30px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
    .investidores .depoimentos {
        padding-top: 35px;
    }
}
.investidores .depoimentos .grid .content h2 {
    margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
    .investidores .depoimentos .grid .content h2 {
        font-size: 28px;
    }
}
.investidores .depoimentos .grid .content h2:after {
    bottom: -20px;
}
@media only screen and (max-width: 768px) {
    .investidores .depoimentos .grid .content .owl-carousel .item .depo-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.investidores .depoimentos .grid .content .owl-carousel .item .depo-img img {
    border-radius: 50%;
}
@media only screen and (max-width: 768px) {
    .investidores .depoimentos .grid .content .owl-carousel .item .depo-img img {
        max-width: 180px;
    }
}
.investidores .depoimentos .grid .content .owl-carousel .item .depo-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
    .investidores .depoimentos .grid .content .owl-carousel .item .depo-content {
        padding: 0;
    }
}
.investidores .depoimentos .grid .content .owl-carousel .item .depo-content.full-text p {
    width: 80%;
}
.investidores .depoimentos .grid .content .owl-carousel .item .depo-content p {
    color: #231f20;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}
.investidores .depoimentos .grid .content .owl-carousel .item .depo-content span {
    color: #747474;
    font-size: 20px;
    font-weight: 400;
}
.investidores .depoimentos .grid .content .owl-carousel .item .depo-content span strong {
    color: #2a1e16;
    font-size: 22px;
    font-weight: 700;
}
.investidores .depoimentos .grid .content .owl-carousel .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}
.investidores .depoimentos .grid .content .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -115px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 62px;
    height: 62px;
}
@media only screen and (max-width: 1400px) {
    .investidores .depoimentos .grid .content .owl-carousel .owl-nav .owl-prev {
        left: -25px;
    }
}
@media only screen and (max-width: 768px) {
    .investidores .depoimentos .grid .content .owl-carousel .owl-nav .owl-prev {
        left: -45px;
        width: 40px;
        height: 40px;
    }
}
.investidores .depoimentos .grid .content .owl-carousel .owl-nav .owl-prev:hover {
    background: #e22029;
}
.investidores .depoimentos .grid .content .owl-carousel .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/prev-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .investidores.depoimentos .grid .content .owl-carousel .owl-nav .owl-prev: after {
        width: 40px;
        height: 40px;
    }
}
.investidores .depoimentos .grid .content .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 62px;
    height: 62px;
}
@media only screen and (max-width: 1400px) {
    .investidores .depoimentos .grid .content .owl-carousel .owl-nav .owl-next {
        right: -40px;
    }
}
@media only screen and (max-width: 768px) {
    .investidores .depoimentos .grid .content .owl-carousel .owl-nav .owl-next {
        right: -15px;
        width: 40px;
        height: 40px;
    }
}
.investidores .depoimentos .grid .content .owl-carousel .owl-nav .owl-next:hover {
    background: #e22029;
}
.investidores .depoimentos .grid .content .owl-carousel .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/next-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .investidores.depoimentos .grid .content .owl-carousel .owl-nav .owl-next: after {
        width: 40px;
        height: 40px;
    }
}
.investidores .como-investir {
    padding-top: 45px;
    padding-bottom: 50px;
    min-height: 250px;
    background-image: url(../images/bkg-como-investir.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
@media only screen and (max-width: 480px) {
    .investidores .como-investir {
        padding-top: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .investidores .como-investir {
        background-repeat: repeat-y;
    }
}
.investidores .como-investir .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.investidores .como-investir .grid .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 480px) {
    .investidores .como-investir .grid .txt {
        padding: 0;
    }
}
.investidores .como-investir .grid .txt h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.investidores .como-investir .grid .txt h3:after {
    border-bottom: 2px solid #c01e21;
    content: "";
    position: absolute;
    left: 16%;
    bottom: 30px;
    width: 70%;
    height: 0;
}
@media only screen and (max-width: 480px) {
    .investidores .como-investir .grid .txt h3 {
        font-size: 28px;
        line-height: 33px;
    }
}
.investidores .como-investir .grid .txt h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 35px;
}
.investidores .como-investir .grid .txt p {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    padding: 0 30px;
}
.acompanhe .content {
    padding-top: 125px;
    position: relative;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .acompanhe .content h2 {
        font-size: 40px;
        line-height: 46px;
        min-height: auto;
        border-bottom: 6px solid #e22029;
    }
    .acompanhe .content h2:after {
        content: none;
    }
}
.acompanhe .content:after {
    content: "";
    border-bottom: 2px solid #c8c9cb;
    position: absolute;
    bottom: 0;
    left: 12%;
    height: 0;
    width: 75%;
}
.acompanhe .content p {
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .acompanhe .lista-obras {
        padding: 0;
    }
}
.acompanhe .lista-obras .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.acompanhe .lista-obras .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -22px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 35px;
    height: 35px;
}
@media only screen and (max-width: 768px) {
    .acompanhe .lista-obras .owl-carousel .owl-nav .owl-prev {
        left: -20px;
    }
}
.acompanhe .lista-obras .owl-carousel .owl-nav .owl-prev:hover {
    background: #b51f1c;
}
.acompanhe .lista-obras .owl-carousel .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 1px;
    height: 35px;
    width: 35px;
    background-image: url(../images/prev-arrow-small-2.png);
    background-repeat: no-repeat;
    background-position: center;
}
.acompanhe .lista-obras .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -22px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 35px;
    height: 35px;
}
@media only screen and (max-width: 768px) {
    .acompanhe .lista-obras .owl-carousel .owl-nav .owl-next {
        right: -20px;
    }
}
.acompanhe .lista-obras .owl-carousel .owl-nav .owl-next:hover {
    background: #b51f1c;
}
.acompanhe .lista-obras .owl-carousel .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    height: 35px;
    width: 35px;
    background-image: url(../images/next-arrow-small-2.png);
    background-repeat: no-repeat;
    background-position: center;
}
.acompanhe .lista-obras .item {
    border: 2px solid #ac2721;
    margin-bottom: 55px;
}
.acompanhe .lista-obras .item .tit {
    background: #ac2721;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
}
.acompanhe .lista-obras .item .tit img {
    margin-left: 15px;
    margin-right: 18px;
    max-width: 68px;
    max-height: 68px;
    background-color: #fff;
}
.acompanhe .lista-obras .item .tit h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid;
    position: relative;
}
.acompanhe .lista-obras .item .tit h3:after {
    content: url(../images/arrow-right.png);
    position: absolute;
    top: 0;
    right: -38px;
    display: block;
    width: 22px;
    height: 32px;
}
.acompanhe .lista-obras .item .tit.aberto h3:after {
    content: url(../images/arrow-bottom.png);
    top: 0;
    right: -38px;
    display: block;
    width: 22px;
    height: 32px;
}
.acompanhe .lista-obras .item .txt {
    display: none;
    padding-top: 25px;
}
.acompanhe .lista-obras .item .txt .carrossel-obra {
    padding: 0 25px 0 35px;
}
@media only screen and (max-width: 768px) {
    .acompanhe .lista-obras .item .txt .carrossel-obra {
        padding: 0;
    }
}
.acompanhe .lista-obras .item .txt .carrossel-obra .obras-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    padding-top: 10px;
}
@media only screen and (max-width: 480px) {
    .acompanhe .lista-obras .item .txt .carrossel-obra .obras-dots {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.acompanhe .lista-obras .item .txt .carrossel-obra .obras-dots li {
    padding-bottom: 10px;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .acompanhe .lista-obras .item .txt .carrossel-obra .obras-dots li {
        width: 100%;
        text-align: center;
    }
}

.acompanhe .lista-obras .item .txt .carrossel-obra .obras-dots li img {
    width: 155px;
    height: 110px;    
}

.acompanhe .lista-obras .item .txt h3 {
    color: #231f20;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.acompanhe .lista-obras .item .txt label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .acompanhe .lista-obras .item .txt label {
        padding: 0 0 20px 0;
    }
}

.acompanhe .lista-obras .item .lista-estagio-obra {
    display: flex;
    flex-wrap: wrap;
}


.acompanhe .lista-obras .item .txt label span {
    font-family: Roboto, sans-serif;
    color: #231f20;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 15px;
    width: 100%;
    display: block;
}
.acompanhe .lista-obras .item .txt label input[type="range"] {
    height: 6px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 80%;
    border-radius: 6px;
}
.acompanhe .lista-obras .item .txt label input[type="range"]:focus {
    outline: 0;
}
.acompanhe .lista-obras .item .txt label input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: 0.2s;
    border-radius: 6px;
    border: 0 solid #b51f1c;
}
.acompanhe .lista-obras .item .txt label input[type="range"]::-webkit-slider-thumb {
    -webkit-box-shadow: 1px 1px 1px #b51f1c;
    box-shadow: 1px 1px 1px #b51f1c;
    border: 5px solid #b51f1c;
    height: 17px;
    width: 17px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}
.acompanhe .lista-obras .item .txt label input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #b51f1c;
    border-radius: 6px;
}
.acompanhe .lista-obras .item .txt label input[type="range"]::-moz-range-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #b51f1c;
    background: #b51f1c;
    border-radius: 6px;
    border: 0 solid #b51f1c;
}
.acompanhe .lista-obras .item .txt label input[type="range"]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #b51f1c;
    border: 5px solid #b51f1c;
    height: 17px;
    width: 17px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
}
.acompanhe .lista-obras .item .txt label input[type="range"]::-ms-track {
    width: 100%;
    height: 7px;
    cursor: pointer;
    animate: 0.2s;
    background: 0 0;
    border-color: transparent;
    color: transparent;
}
.acompanhe .lista-obras .item .txt label input[type="range"]::-ms-fill-lower {
    background: #b51f1c;
    border: 0 solid #b51f1c;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #b51f1c;
}
.acompanhe .lista-obras .item .txt label input[type="range"]::-ms-fill-upper {
    background: #b51f1c;
    border: 0 solid #b51f1c;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #b51f1c;
}
.acompanhe .lista-obras .item .txt label input[type="range"]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 1px #b51f1c;
    border: 5px solid #b51f1c;
    height: 17px;
    width: 17px;
    border-radius: 15px;
    background: #fff;
    cursor: pointer;
}
.acompanhe .lista-obras .item .txt label input[type="range"]:focus::-ms-fill-lower {
    background: #b51f1c;
}
.acompanhe .lista-obras .item .txt label input[type="range"]:focus::-ms-fill-upper {
    background: #b51f1c;
}
.acompanhe .lista-obras .item .txt label small {
    color: #231f20;
    font-size: 17px;
    font-weight: 600;
    padding-left: 5px;
}
.acompanhe .lista-obras .item .txt label.first-item {
    width: 100%;
    padding-bottom: 35px;
}
.acompanhe .lista-obras .item .txt label.first-item small {
    color: #231f20;
    font-size: 30px;
    font-weight: 600;
    padding-left: 10px;
}
.acompanhe .lista-obras .item .txt label.tit-obra {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .acompanhe .lista-obras .item .txt label.tit-obra {
        width: 100%;
    }
}
.acompanhe .lista-obras .item .txt label.tit-obra span {
    padding-left: 5px;
    padding-bottom: 0;
}
.blog .content {
    margin-bottom: 100px;
}
.blog .categories {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
    .blog .categories {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.blog .categories .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .blog .categories .grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 480px) {
    .blog .categories .grid {
        padding-top: 60px;
    }
}
.blog .categories .grid a {
    color: #5e5e5e;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 50px;
    border-right: 2px solid #b51f1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px;
}
.blog .categories .grid a:hover {
    color: #b51f1c;
}
@media only screen and (max-width: 768px) {
    .blog .categories .grid a {
        padding-right: 20px;
        padding-left: 20px;
        min-height: 35px;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .blog .categories .grid a {
        width: 100%;
        border-right: 0;
        border-bottom: 2px solid #b51f1c;
    }
}
.blog .categories .grid a.current {
    color: #b51f1c;
}
.blog .categories .grid a:last-child {
    border-right: none;
}
.blog .post-dest .post-content {
    background: #fff;
    width: 370px;
    height: 330px;
    position: absolute;
    top: 135px;
    left: 0;
    padding: 10px 15px 20px 40px;
}
@media only screen and (max-width: 768px) {
    .blog .post-dest .post-content {
        position: relative;
        top: 20px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .blog .post-dest .post-content {
        width: 100%;
    }
}
.blog .post-dest .post-content .post-date {
    padding-top: 25px;
    padding-left: 10px;
}
.blog .post-dest .post-content .post-date span {
    font-family: Roboto, sans-serif;
    color: #686868;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
}
.blog .post-dest .post-content .post-date h1 {
    font-family: Roboto, sans-serif;
    color: #232323;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 15px;
}
@media only screen and (max-width: 480px) {
    .blog .post-dest .post-content .post-date h1 {
        font-size: 18px;
        line-height: 24px;
    }
}
.blog .post-dest .post-content .post-date p {
    font-family: Roboto, sans-serif;
    color: #686868;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
    text-align: left;
}
.blog .post-dest .post-content .post-date .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .blog .post-dest .post-content .post-date .share {
        padding: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .blog .post-dest .post-content .post-date .share {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.blog .post-dest .post-content .post-date .share .icon-share {
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .blog .post-dest .post-content .post-date .share .icon-share {
        padding-left: 0;
        width: 40%;
    }
}
@media only screen and (max-width: 480px) {
    .blog .post-dest .post-content .post-date .share .icon-share {
        width: 100%;
    }
}
.blog .post-dest .post-content .post-date .share .icon-share:hover .share-icons {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.blog .post-dest .post-content .post-date .share .icon-share .share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
    .blog .post-dest .post-content .post-date .share .icon-share .share-icons {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        top: 0;
        left: 45px;
    }
}
.blog .post-dest .post-content .post-date .share .icon-share .share-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    margin: 0 0 0 -3px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(28, 28, 27, 0.8);
}
@media only screen and (max-width: 768px) {
    .blog .post-dest .post-content .post-date .share .icon-share .share-icons a {
        margin: 0 5px 0 0;
    }
}
.blog .post-dest .post-content .post-date .share .icon-share .share-icons a.facebook:hover {
    background: #3b5998;
}
.blog .post-dest .post-content .post-date .share .icon-share .share-icons a.twitter:hover {
    background-color: #64a8f2;
}
.blog .post-dest .post-content .post-date .share .icon-share .share-icons a.google-plus:hover {
    background-color: #4dc247;
}
.blog .post-dest .post-content .post-date .share .icon-share .share-icons a.pinterest:hover {
    background-color: #bd081c;
}
@media only screen and (max-width: 480px) {
    .blog .post-dest .post-content .post-date .share .btn-mais {
        width: 100%;
        padding-top: 25px;
    }
}
.blog .post-dest .post-content .post-date .share .btn-mais a {
    font-family: Roboto, sans-serif;
    color: #b51f1c;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid;
}
@media only screen and (max-width: 480px) {
    .blog .post-dest .post-content .post-date .share .btn-mais a {
        font-size: 14px;
    }
}
.blog .post-second-line {
    margin-top: 35px;
}

.blog .post-second-line .item-blog .img-seconde-line img {
    min-height: 400px;
    max-height: 400px;
}

@media only screen and (max-width: 768px) {
    .blog .post-second-line .item-blog {
        margin-bottom: 20px;
    }
}
.blog .post-second-line .cat {
    width: 175px;
    height: 35px;
}
.blog .post-second-line .post-content {
    background: #fff;
    width: 280px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px 15px 20px 30px;
}
@media only screen and (max-width: 768px) {
    .blog .post-second-line .post-content {
        position: relative;
        top: 20px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .blog .post-second-line .post-content {
        width: 100%;
    }
}
.blog .post-second-line .post-content .post-date {
    padding-top: 25px;
    padding-left: 10px;
}
.blog .post-second-line .post-content .post-date span {
    font-family: Roboto, sans-serif;
    color: #686868;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 14px;
    float: left;
    width: 100%;
}
.blog .post-second-line .post-content .post-date h1 {
    font-family: Roboto, sans-serif;
    color: #232323;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 5px;
}
.blog .post-second-line .post-content .post-date p {
    font-family: Roboto, sans-serif;
    color: #686868;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 20px;
    text-align: left;
}
.blog .post-second-line .post-content .post-date .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .blog .post-second-line .post-content .post-date .share {
        padding: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .blog .post-second-line .post-content .post-date .share {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.blog .post-second-line .post-content .post-date .share .icon-share {
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .blog .post-second-line .post-content .post-date .share .icon-share {
        padding-left: 0;
        width: 40%;
    }
}
@media only screen and (max-width: 480px) {
    .blog .post-second-line .post-content .post-date .share .icon-share {
        width: 100%;
    }
}
.blog .post-second-line .post-content .post-date .share .icon-share:hover .share-icons {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.blog .post-second-line .post-content .post-date .share .icon-share .share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
    .blog .post-second-line .post-content .post-date .share .icon-share .share-icons {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        top: 0;
        left: 45px;
    }
}
.blog .post-second-line .post-content .post-date .share .icon-share .share-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    margin: 0 0 0 -3px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(28, 28, 27, 0.8);
}
@media only screen and (max-width: 768px) {
    .blog .post-second-line .post-content .post-date .share .icon-share .share-icons a {
        margin: 0 5px 0 0;
    }
}
.blog .post-second-line .post-content .post-date .share .icon-share .share-icons a.facebook:hover {
    background: #3b5998;
}
.blog .post-second-line .post-content .post-date .share .icon-share .share-icons a.twitter:hover {
    background-color: #64a8f2;
}
.blog .post-second-line .post-content .post-date .share .icon-share .share-icons a.google-plus:hover {
    background-color: #4dc247;
}
.blog .post-second-line .post-content .post-date .share .icon-share .share-icons a.pinterest:hover {
    background-color: #bd081c;
}
@media only screen and (max-width: 480px) {
    .blog .post-second-line .post-content .post-date .share .btn-mais {
        width: 100%;
        padding-top: 50px;
    }
}
.blog .post-second-line .post-content .post-date .share .btn-mais a {
    font-family: Roboto, sans-serif;
    color: #b51f1c;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid;
}
@media only screen and (max-width: 480px) {
    .blog .post-second-line .post-content .post-date .share .btn-mais a {
        font-size: 14px;
    }
}
.blog .lista-blog {
    margin-top: 30px;
}
.blog .lista-blog .item-blog {
    border: 2px solid #b51f1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    max-height: 354px;
}
@media only screen and (max-width: 768px) {
    .blog .lista-blog .item-blog {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
}
.blog .lista-blog .item-blog .img-blog {
    top: 0;
    left: 0;
}
@media only screen and (max-width: 768px) {
    .blog .lista-blog .item-blog .img-blog {
        top: 0;
        left: 0;
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .blog .lista-blog .item-blog .img-blog {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.blog .lista-blog .item-blog .post-content {
    padding-top: 35px;
    padding-right: 25px;
    left: 15px;
}
@media only screen and (max-width: 768px) {
    .blog .lista-blog .item-blog .post-content {
        left: 0;
        padding-right: 20px;
    }
}
.blog .lista-blog .item-blog .post-content .post-date {
    padding-top: 25px;
    padding-left: 10px;
}
.blog .lista-blog .item-blog .post-content .post-date span {
    font-family: Roboto, sans-serif;
    color: #686868;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 14px;
    float: left;
    width: 100%;
}
.blog .lista-blog .item-blog .post-content .post-date h1 {
    font-family: Roboto, sans-serif;
    color: #232323;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 5px;
}
.blog .lista-blog .item-blog .post-content .post-date p {
    font-family: Roboto, sans-serif;
    color: #686868;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 20px;
    text-align: left;
}
.blog .lista-blog .item-blog .post-content .post-date .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 768px) {
    .blog .lista-blog .item-blog .post-content .post-date .share {
        padding: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .blog .lista-blog .item-blog .post-content .post-date .share {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.blog .lista-blog .item-blog .post-content .post-date .share .icon-share {
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .blog .lista-blog .item-blog .post-content .post-date .share .icon-share {
        padding-left: 0;
        width: 40%;
    }
}
@media only screen and (max-width: 480px) {
    .blog .lista-blog .item-blog .post-content .post-date .share .icon-share {
        width: 100%;
    }
}
.blog .lista-blog .item-blog .post-content .post-date .share .icon-share:hover .share-icons {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2;
}
.blog .lista-blog .item-blog .post-content .post-date .share .icon-share .share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
    .blog .lista-blog .item-blog .post-content .post-date .share .icon-share .share-icons {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        top: 0;
        left: 45px;
    }
}
.blog .lista-blog .item-blog .post-content .post-date .share .icon-share .share-icons a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    margin: 0 0 0 -3px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(28, 28, 27, 1);
}
@media only screen and (max-width: 768px) {
    .blog .lista-blog .item-blog .post-content .post-date .share .icon-share .share-icons a {
        margin: 0 5px 0 0;
    }
}
.blog .lista-blog .item-blog .post-content .post-date .share .icon-share .share-icons a.facebook:hover {
    background: #3b5998;
}
.blog .lista-blog .item-blog .post-content .post-date .share .icon-share .share-icons a.twitter:hover {
    background-color: #64a8f2;
}
.blog .lista-blog .item-blog .post-content .post-date .share .icon-share .share-icons a.google-plus:hover {
    background-color: #4dc247;
}
.blog .lista-blog .item-blog .post-content .post-date .share .icon-share .share-icons a.pinterest:hover {
    background-color: #bd081c;
}
@media only screen and (max-width: 480px) {
    .blog .lista-blog .item-blog .post-content .post-date .share .btn-mais {
        width: 100%;
        padding-top: 25px;
    }
}
.blog .lista-blog .item-blog .post-content .post-date .share .btn-mais a {
    font-family: Roboto, sans-serif;
    color: #b51f1c;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid;
}
@media only screen and (max-width: 480px) {
    .blog .lista-blog .item-blog .post-content .post-date .share .btn-mais a {
        font-size: 15px;
    }
}
.blog .lista-blog .item-blog .post-content .cat .icon-share {
    top: 15px;
    right: 25px;
}
.blog .sidebar {
    margin-top: 50px;
}
.blog .sidebar .busca-blog {
    text-align: center;
}
.blog .sidebar .busca-blog form {
    position: relative;
    margin-bottom: 30px;
}
.blog .sidebar .busca-blog form input[type="search"] {
    font-family: Roboto, sans-serif;
    border: 1px solid #b51f1c;
    width: 100%;
    margin-left: 7px;
    height: 45px;
    color: #2e2e2e;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    border-radius: 25px;
}
.blog .sidebar .busca-blog form input[type="search"]::-webkit-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #2e2e2e !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.blog .sidebar .busca-blog form input[type="search"]:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #2e2e2e !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.blog .sidebar .busca-blog form input[type="search"]::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #2e2e2e !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.blog .sidebar .busca-blog form input[type="search"]::placeholder {
    font-family: Roboto, sans-serif;
    color: #2e2e2e !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.blog .sidebar .busca-blog form input[type="search"]:-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #2e2e2e !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.blog .sidebar .busca-blog form input[type="search"]::-ms-input-placeholder {
    font-family: Roboto, sans-serif;
    color: #2e2e2e !important;
    text-transform: uppercase;
    font-weight: 500 !important;
}
.blog .sidebar .busca-blog form input[type="submit"] {
    border: none;
    background-image: url(../images/icons/icon-menu-busca.png);
    background-color: #b51f1c;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -8px;
    border-radius: 0 25px 25px 0;
}
.blog .sidebar .mais-lidas {
    border: 2px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog .sidebar .mais-lidas h1 {
    width: 100%;
    background: #b51f1c;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 25px;
    margin-top: 20px;
    margin-bottom: 12px;
}
.blog .sidebar .mais-lidas .lista-mais-lidas {
    padding: 0 15px;
}
.blog .sidebar .mais-lidas .lista-mais-lidas .item {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
    .blog .sidebar .mais-lidas .lista-mais-lidas .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.blog .sidebar .mais-lidas .lista-mais-lidas .item .post-content {
    padding: 50px 45px 65px 45px;
}
.blog .sidebar .mais-lidas .lista-mais-lidas .item .post-content h3 {
    font-family: Roboto, sans-serif;
    color: #232323;
    font-size: 23px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 15px;
}
.blog .sidebar .mais-lidas .lista-mais-lidas .item .post-content p {
    color: #686868;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 20px;
}
.blog .sidebar .mais-lidas .lista-mais-lidas .item .post-content a {
    font-family: Roboto, sans-serif;
    color: #b51f1c;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid;
    float: left;
}
.blog .cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog .cat a {
    font-family: Roboto, sans-serif;
    background: #b51f1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 8px 15px;
    border-radius: 25px;
}
.blog .cat .icon-share {
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    .blog .cat .icon-share {
        padding-left: 0;
        width: 40%;
    }
}
@media only screen and (max-width: 480px) {
    .blog .cat .icon-share {
        width: 100%;
    }
}
.blog .cat .icon-share:hover .share-icons {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.blog .cat .icon-share .share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
@media only screen and (max-width: 768px) {
    .blog .cat .icon-share .share-icons {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        top: 0;
        left: 45px;
    }
}
.blog .cat .icon-share .share-icons a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    width: 34px;
    height: 34px;
    margin: 0 0 0 -3px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background-color: rgba(28, 28, 27, 0.8);
}
@media only screen and (max-width: 768px) {
    .blog .cat .icon-share .share-icons a {
        margin: 0 5px 0 0;
    }
}
.blog .cat .icon-share .share-icons a.facebook:hover {
    background: #3b5998;
}
.blog .cat .icon-share .share-icons a.twitter:hover {
    background-color: #64a8f2;
}
.blog .cat .icon-share .share-icons a.google-plus:hover {
    background-color: #4dc247;
}
.blog .cat .icon-share .share-icons a.pinterest:hover {
    background-color: #bd081c;
}
.blog .button-box {
    width: 66.66%;
    float: left;
    position: absolute;
    bottom: -50px;
    text-align: center;
}
@media only screen and (max-width: 768px) {
    .blog .button-box {
        width: 100%;
        position: relative;
        bottom: 0;
    }
}
.blog .button-box .addListData {
    font-family: Roboto, sans-serif;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 85px;
    border-radius: 25px;
}
.blog .interna-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog .interna-blog .img-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog .interna-blog .cat {
    margin-left: 20px;
    margin-top: 15px;
    font-size: 19px;
    width: auto;
    height: auto;
    float: left;
}
.blog .interna-blog .cat a {
    padding: 8px 20px;
}
.blog .interna-blog .post-content {
    padding-left: 20px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.blog .interna-blog .post-content .post-date {
    padding-top: 20px;
    margin-bottom: 25px;
}
.blog .interna-blog .post-content .post-date span {
    font-family: Roboto, sans-serif;
    color: #686868;
    font-size: 14px;
    font-weight: 500;
}
.blog .interna-blog .post-content h1 {
    font-family: Roboto, sans-serif;
    color: #232323;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.blog .interna-blog .post-content h2 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    min-height: inherit;
    text-align: left;
    margin-bottom: 15px;
}
.blog .interna-blog .post-content h2:after {
    border-bottom: 4px solid #e22029;
    width: 95px;
    bottom: -10px;
}
.blog .interna-blog .post-content h3 {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    text-align: left;
}
.blog .interna-blog .post-content p {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    padding-bottom: 20px;
}
.blog .interna-blog .post-content b,
.blog .interna-blog .post-content span {
    font-family: Roboto, sans-serif;
}
.blog .interna-blog .post-content ul {
    padding-bottom: 15px;
}
.blog .interna-blog .post-content li {
    font-family: Roboto, sans-serif;
    color: #231f20;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 5px;
    list-style: inside;
}

.blog .interna-blog .post-content ol {
    padding-left: 17px;
}

.blog .interna-blog .post-content ol li {
    list-style: number;
}

.blog .interna-blog .post-content a {
    font-family: Roboto, sans-serif;
    color: #231f20;
    display: inline-block;
    font-weight: 600;
}
.blog .interna-blog .post-content .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog .interna-blog .post-content .share .icon-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog .interna-blog .post-content .share .icon-share img {
    padding-right: 10px;
}
.blog .interna-blog .post-content .share .icon-share .share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 10px;
}
.blog .interna-blog .post-content .share .icon-share .share-icons a {
    border: 2px solid #868686;
    border-radius: 10px;
    color: #868686;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-right: 8px;
}
.blog .interna-blog .post-content .share .icon-share .share-icons a:last-child {
    margin-right: 0;
}
.blog .interna-blog .post-content .share .icon-share .share-icons a:hover {
    color: #fff;
}
.blog .interna-blog .post-content .share .icon-share .share-icons a.facebook:hover {
    background: #3b5998;
}
.blog .interna-blog .post-content .share .icon-share .share-icons a.twitter:hover {
    background-color: #64a8f2;
}
.blog .interna-blog .post-content .share .icon-share .share-icons a.google-plus:hover {
    background-color: #4dc247;
}
.blog .interna-blog .post-content .share .icon-share .share-icons a.pinterest:hover {
    background-color: #bd081c;
}
.blog .interna-blog .post-content .share .btn-mais a {
    color: #b51f1c;
    font-size: 14px;
    font-weight: 600;
}
.blog .single_post_nav {
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    width: 83.333%;
}
.blog .single_post_nav_div {
    width: 50%;
}
@media only screen and (max-width: 480px) {
    .blog .single_post_nav_div {
        width: 100%;
        padding-bottom: 25px;
    }
}
.blog .single_post_nav_div .next_post,
.blog .single_post_nav_div .previous_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog .single_post_nav_div .next_post_thumb,
.blog .single_post_nav_div .prev_post_thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog .single_post_nav_div .next_post_thumb img,
.blog .single_post_nav_div .prev_post_thumb img {
    max-width: 60px;
}
.blog .single_post_nav_div .next_post_thumb h6,
.blog .single_post_nav_div .prev_post_thumb h6 {
    font-family: Roboto, sans-serif;
    color: #686868;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
}
.blog .single_post_nav_div .prev_post_arrow {
    font-family: Roboto, sans-serif;
    color: #b51f1c;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    width: 100%;
}
.blog .single_post_nav_div .prev_post_arrow i {
    padding-right: 15px;
}
.blog .single_post_nav_div .next_post_arrow {
    font-family: Roboto, sans-serif;
    color: #b51f1c;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 15px;
    width: 100%;
}
.blog .single_post_nav_div .next_post_arrow i {
    padding-left: 10px;
}
.blog .related-posts {
    padding-top: 30px;
}
.blog .related-posts h1 {
    color: #b51f1c;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    text-transform: uppercase;
}
.blog .related-posts h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125px;
    height: 2px;
    background: #b51f1c;
}
.blog .related-posts .posts-list {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media only screen and (max-width: 768px) {
    .blog .related-posts .posts-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.blog .related-posts .posts-list .item {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    width: 30%;
}
@media only screen and (max-width: 768px) {
    .blog .related-posts .posts-list .item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.blog .related-posts .posts-list .item .post-content {
    padding: 25px;
    border-bottom: none;
}
.blog .related-posts .posts-list .item .post-content h3 {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 15px;
}
.blog .related-posts .posts-list .item .post-content p {
    color: #686868;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 20px;
}
.blog .related-posts .posts-list .item .post-content a {
    color: #b51f1c;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid;
}
.blog .comentarios {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
    .blog .comentarios {
        padding: 30px 0 20px 0;
    }
}
@media only screen and (max-width: 768px) {
    .blog .comentarios .form {
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    .blog .comentarios .form form {
        padding: 0;
    }
}
.blog .comentarios .form h3 {
    color: #b51f1c;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    text-transform: uppercase;
}
.blog .comentarios .form h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125px;
    height: 2px;
    background: #b51f1c;
}
.blog .comentarios .form p {
    color: #686868;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
    width: 100%;
    display: block;
    text-align: left;
}
.blog .comentarios .form input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #828282;
    color: #686868;
    font-size: 18px;
    font-weight: 300;
    padding-left: 15px;
    margin-bottom: 10px;
}
.blog .comentarios .form textarea {
    width: 100%;
    height: 145px;
    border: 1px solid #828282;
    color: #686868;
    font-size: 18px;
    font-weight: 300;
    padding-top: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
    .blog .comentarios .form label {
        padding: 0;
    }
}
.blog .comentarios .form label.label-checkbox .container {
    color: #686868;
    font-size: 13px;
    float: left;
    margin-bottom: 5px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 30px;
}
.blog .comentarios .form label.label-checkbox .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.blog .comentarios .form label.label-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #828282;
}
.blog .comentarios .form label.label-checkbox .container:hover input ~ .checkmark {
    background-color: #fff;
}
.blog .comentarios .form label.label-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.blog .comentarios .form label.label-checkbox .container input:checked ~ .checkmark:after {
    display: block;
}
.blog .comentarios .form label.label-checkbox .container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #b51f1c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.blog .comentarios .form input[type="submit"] {
    width: 245px;
    height: 45px;
    background: #b51f1c!important;
    border: 1px solid #b51f1c;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog .btn-back a {
    font-family: Roboto, sans-serif;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    float: left;
    margin-top: 20px;
    padding: 7px 20px;
    border-radius: 25px;
}
.blog .btn-back a:hover {
    background: 0 0;
    color: #b51f1c;
}
.contato .content {
    padding-top: 125px;
    padding-bottom: 45px;
    margin-bottom: 40px;
}
.contato .content:after {
    content: "";
    border-bottom: 2px solid #c8c9cb;
    position: absolute;
    bottom: 0;
    left: 12%;
    height: 0;
    width: 75%;
}
@media only screen and (max-width: 768px) {
    .contato .content .tit-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.contato .content h2 {
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .contato .content h2 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
.contato .content .infos-contato {
    width: 55%;
}
@media only screen and (max-width: 768px) {
    .contato .content .infos-contato {
        width: 100%;
        padding: 0;
    }
}
.contato .content .infos-contato .item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}
.contato .content .infos-contato .item-info .txt {
    padding-left: 15px;
}
.contato .content .infos-contato .item-info .txt p {
    color: #a8a8a8;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0;
    text-align: left;
}
.contato .content .infos-contato .item-info .txt a {
    font-family: Roboto, sans-serif;
    color: #b51f1c;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.contato .content .infos-contato .mapa {
    padding-top: 30px;
}
@media only screen and (max-width: 768px) {
    .contato .content .infos-contato .mapa {
        padding: 30px 0 0 0;
    }
}
.contato .content .form-contato {
    width: 45%;
    padding: 0 35px;
}
@media only screen and (max-width: 768px) {
    .contato .content .form-contato {
        width: 100%;
        padding: 25px 15px 15px 15px;
    }
}
.contato .content .form-contato p {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 20px;
}
.contato .content .form-contato .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
    .contato .content .form-contato .buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contato .content .form-contato .buttons a {
        padding-bottom: 10px;
    }
}
.contato .content .form-contato form label input[type="email"],
.contato .content .form-contato form label input[type="text"] {
    width: 100%;
    height: 44px;
    margin-bottom: 15px;
    border: 1px solid #8a8a8a;
    border-radius: 25px;
    color: #686868;
    font-size: 20px;
    font-weight: 500;
    padding-left: 15px;
}
.contato .content .form-contato form label input[type="email"]:placeholder,
.contato .content .form-contato form label input[type="text"]:placeholder {
    color: #686868 !important;
}
.contato .content .form-contato form label input[type="email"]:-ms-input-placeholder,
.contato .content .form-contato form label input[type="text"]:-ms-input-placeholder {
    color: #686868 !important;
}
.contato .content .form-contato form label input[type="email"]:-ms-input-placeholder,
.contato .content .form-contato form label input[type="text"]:-ms-input-placeholder {
    color: #686868 !important;
}
.contato .content .form-contato form label textarea {
    width: 100%;
    height: 145px;
    margin-bottom: 15px;
    border: 1px solid #8a8a8a;
    border-radius: 25px;
    color: #686868;
    font-size: 20px;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 15px;
}
.contato .content .form-contato form label input[type="submit"] {
    font-family: Roboto, sans-serif;
    width: 190px;
    height: 45px;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
}
.contato .content .form-contato form label input[type="submit"]:hover {
    background: 0 0;
    color: #b51f1c;
}
.contato .content .form-contato form label span {
    color: #686868;
    font-size: 20px;
    font-weight: 500;
}
.contato .content .form-contato form label span.tit-label {
    width: 100%;
    display: block;
    padding: 0 0 15px 0;
}
.contato .content .form-contato form label.label-options {
    padding-bottom: 10px;
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
    .contato .content .form-contato form label.label-checkbox {
        padding: 0;
    }
}
.contato .content .form-contato form label.label-checkbox .container {
    font-size: 15px;
    float: left;
    margin-bottom: 15px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.contato .content .form-contato form label.label-checkbox .container a {
    color: #686868;
    font-size: 15px;
    font-weight: 700;
    padding: 0 4px;
}
.contato .content .form-contato form label.contact-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
}
@media only screen and (max-width: 768px) {
    .contato .content .form-contato form label.contact-submit {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.contato .content .form-contato form label .container {
    display: block;
    width: 50%;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #686868;
    font-size: 20px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 768px) {
    .contato .content .form-contato form label .container {
        width: 100%;
        display: block;
        padding-bottom: 5px;
    }
}
.contato .content .form-contato form label .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.contato .content .form-contato form label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #828282;
    border-radius: 5px;
}
.contato .content .form-contato form label .container:hover input ~ .checkmark {
    background-color: #fff;
}
.contato .content .form-contato form label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.contato .content .form-contato form label .container input:checked ~ .checkmark:after {
    display: block;
}
.contato .content .form-contato form label .container .checkmark:after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid #b51f1c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contato .content .form-contato form label .focus-jfilestyle {
    margin-right: 16px;
}
@media only screen and (max-width: 480px) {
    .contato .content .form-contato form label .focus-jfilestyle {
        margin-right: 0;
    }
}
.contato .content .form-contato form label .focus-jfilestyle label {
    width: 190px;
    height: 45px;
    border-radius: 25px;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    padding: 12px 15px;
}
.contato .content .form-contato form label .focus-jfilestyle label span {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    line-height: 18px;
    color: #fff !important;
}
.contato .content .form-contato form label div.jfilestyle .count-jfilestyle {
    background: #000;
    color: #fff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 23px;
    top: 12px;
}
.contato .content .form-contato form label div.jfilestyle .count-jfilestyle label {
    background: #cb2d44;
    border: 1px solid #cb2d44;
    padding: 0 33px;
    width: 162px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 4px 7px #801a28;
    box-shadow: 4px 7px #801a28;
}
.contato .content .form-contato form label div.jfilestyle .count-jfilestyle:hover {
    background: 0 0;
}
.contato .content .form-contato form label div.jfilestyle .count-jfilestyle:hover span {
    color: #cb2d44 !important;
}
.contato .content .form-contato form label div.jfilestyle .count-jfilestyle:hover span.count-jfilestyle {
    color: #fff;
}
.modal-chat {
    position: fixed;
    z-index: 10;
    top: 4%;
    width: 100%;
    height: 90%;
    text-align: center;
    display: none;
}
.modal-chat .xis {
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    right: 255px;
    top: 0;
    color: #fff;
    border: 1px solid #8f211c;
    background: #8f211c;
}
@media only screen and (max-width: 1400px) {
    .modal-chat .xis {
        right: 172px;
    }
}
@media only screen and (max-width: 768px) {
    .modal-chat .xis {
        right: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .modal-chat {
        top: 59px;
        z-index: 99999;
    }
    .modal-chat iframe {
        width: 100%;
    }
}
.search {
    padding-top: 100px;
}
.search .search-result .search-block h2 {
    text-align: left;
    font-size: 32px;
    margin-bottom: 0;
}
.search .search-result .search-block h2:after {
    content: none;
}
.search .search-result .search-block .search-item .search-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 150px;
}
.search .search-result .search-block .search-item .search-txt p {
    color: #e22029;
    font-size: 25px;
    font-weight: 700;
    padding-left: 15px;
    padding-bottom: 0;
    text-align: left;
}
.search .search-result .search-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.search .search-result .search-blog h2 {
    width: 100%;
    display: block;
}
.search .search-result .search-blog .search-item {
    width: 22%;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.search .search-result .search-blog .search-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.search .search-result .search-blog .search-txt p {
    color: #232323;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    padding-top: 20px;
    padding-left: 15px;
}
.politica-privacidade {
    padding-top: 125px;
}
.politica-privacidade .content {
    margin-bottom: 60px;
}
.politica-privacidade .content:after {
    border-bottom: 2px solid #c8c9cb;
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 77%;
    height: 0;
}
.politica-privacidade .content h2 {
    color: #232323;
    font-size: 50px;
    font-weight: 700;
    min-height: 80px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.politica-privacidade .content h2:after {
    border-bottom: 6px solid #e22029;
    content: "";
    position: absolute;
    left: 44%;
    bottom: 0;
    width: 130px;
    height: 0;
}
@media only screen and (max-width: 768px) {
    .politica-privacidade .content h2 {
        font-size: 40px;
        line-height: 46px;
        min-height: auto;
        border-bottom: 6px solid #e22029;
    }
    .politica-privacidade .content h2:after {
        content: none;
    }
}
.politica-privacidade .content p {
    color: #231f20;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    text-indent: 40px;
}
@media only screen and (max-width: 768px) {
    .politica-privacidade .content p {
        font-size: 18px;
    }
}
.politica-privacidade .content h4 {
    color: #231f20;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding-bottom: 55px;
    text-indent: 40px;
}
.politica-privacidade .lista-politicas {
    background: #f8f8f8;
}
@media only screen and (max-width: 768px) {
    .politica-privacidade .lista-politicas {
        padding: 0;
    }
}
.politica-privacidade .lista-politicas .grid {
    padding: 0 35px;
}
@media only screen and (max-width: 768px) {
    .politica-privacidade .lista-politicas .grid {
        padding: 0;
    }
}
.politica-privacidade .lista-politicas .grid .item {
    border: 2px solid #ac2721;
    margin-bottom: 30px;
}
.politica-privacidade .lista-politicas .grid .item .tit {
    min-height: 60px;
    background: #e22029;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-left: 30px;
}
@media only screen and (max-width: 768px) {
    .politica-privacidade .lista-politicas .grid .item .tit {
        padding: 0 45px 0 10px;
    }
}
.politica-privacidade .lista-politicas .grid .item .tit h3 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #f8c7c9;
    cursor: pointer;
}
@media only screen and (max-width: 480px) {
    .politica-privacidade .lista-politicas .grid .item .tit h3 {
        font-size: 18px;
        line-height: 22px;
    }
}
.politica-privacidade .lista-politicas .grid .item .tit h3:after {
    content: url(../images/arrow-right.png);
    position: absolute;
    top: 13px;
    right: 40px;
    display: block;
    width: 22px;
    height: 32px;
}
@media only screen and (max-width: 480px) {
    .politica-privacidade.lista-politicas .grid .item .tit h3: after {
        right: 15px;
    }
}
.politica-privacidade .lista-politicas .grid .item .tit.aberto h3:after {
    content: url(../images/arrow-bottom.png);
    width: 35px;
    height: 25px;
    right: 27px;
}
@media only screen and (max-width: 480px) {
    .politica-privacidade.lista-politicas .grid .item .tit.aberto h3: after {
        right: 2px;
    }
}
.politica-privacidade .lista-politicas .grid .item .txt {
    display: none;
    padding: 35px 30px 35px 30px;
}
@media only screen and (max-width: 768px) {
    .politica-privacidade .lista-politicas .grid .item .txt {
        padding: 30px 15px;
    }
}
.politica-privacidade .lista-politicas .grid .item .txt p {
    color: #231f20;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    text-indent: 30px;
}
@media only screen and (max-width: 768px) {
    .politica-privacidade .lista-politicas .grid .item .txt p {
        font-size: 18px;
    }
}
.politica-privacidade .lista-politicas .grid .item .txt ul {
    padding-left: 50px;
}
.politica-privacidade .lista-politicas .grid .item .txt ul li {
    color: #231f20;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    list-style: disc;
}
.politica-privacidade .termos {
    padding-top: 65px;
    padding-bottom: 60px;
}
.politica-privacidade .termos h2 {
    color: #232323;
    font-size: 35px;
    font-weight: 700;
    min-height: 60px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.politica-privacidade .termos h2:after {
    border-bottom: 6px solid #e22029;
    content: "";
    position: absolute;
    left: 44%;
    bottom: 0;
    width: 130px;
    height: 0;
}
@media only screen and (max-width: 768px) {
    .politica-privacidade .termos h2 {
        font-size: 40px;
        line-height: 46px;
        min-height: auto;
        border-bottom: 6px solid #e22029;
    }
    .politica-privacidade .termos h2:after {
        content: none;
    }
}
.politica-privacidade .termos p {
    color: #231f20;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    padding-bottom: 10px;
    text-indent: 40px;
}
@media only screen and (max-width: 768px) {
    .politica-privacidade .termos p {
        font-size: 18px;
    }
}
.page-404 {
    margin-top: 160px;
}
.page-404 .error-content {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-404 .error-content h1 {
    color: #414141;
    font-size: 25px;
    padding-bottom: 15px;
}
.page-404 .error-content p {
    color: #414141;
    font-size: 15px;
    padding-bottom: 20px;
}
.page-404 .error-content form {
    width: 50%;
}
.page-404 .error-content label {
    text-align: center;
}
.page-404 .error-content input[type="search"] {
    padding: 12px 12px 12px 30px;
    background-color: #f2f2f2;
    color: #414141;
    border: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
    width: 50%;
    background: rgba(191, 191, 191, 0.4);
    border-radius: 20px;
}
.page-404 .error-content input[type="submit"] {
    background: 0 0 !important;
    border: none;
    top: -55px;
    left: 61%;
    position: absolute;
    width: 50px;
    cursor: pointer;
}
.page-404 .error-content input[type="submit"]:hover {
    border: none !important;
}
.page-404 .error-content i {
    top: -28px;
    left: 65%;
    position: absolute;
}
#cookie-law-info-bar {
    display: none !important;
}
#cookie-law-info-bar.show-cookies {
    display: block !important;
}
#cookie-law-info-again {
    display: none !important;
}
.cli-bar-container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.cli-bar-container br {
    display: none;
}
.cli-bar-container .cli-bar-message {
    font-size: 13.5px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
}
.cli-bar-container .cli-bar-message .cli-bar-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.cli-bar-container .cli-bar-message a {
    text-decoration: none;
    font-weight: 700;
}
.cli-bar-container .cli-bar-btn_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cli-bar-container .cli-bar-btn_container .cli-tit-buttons {
    width: 100%;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.cli-bar-container .cli-bar-btn_container .cli-tit-buttons br {
    display: block;
}
.cli-bar-container .cli-bar-btn_container a {
    font-size: 16px;
    width: 180px;
    height: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cli-bar-container.hide {
    visibility: hidden;
}
#suiteshare_chat #circle_close {
    top: 16px !important;
    left: 16px !important;
}
.btn-cookies {
    bottom: 10px;
    right: 10px;
    font-size: 13px;
    line-height: 16px;
    padding: 7px;
    background-color: #5d1b1c;
    color: #fff;
    position: fixed;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-box-shadow: #161616 2px 2px 5px 2px;
    box-shadow: #161616 2px 2px 5px 2px;
}
@media only screen and (max-width: 1440px) {
    .btn-cookies {
        font-size: 12px;
        padding: 5px;
    }
}
.email-float {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 22px;
    bottom: 100px;
    background: #b61e1c;
    padding: 9px 8px 7px 8px;
    border-radius: 50%;
    z-index: 99999999999;
}
.email-float img {
    width: 45px;
    height: 41px;
}
@media only screen and (max-width: 768px) {
    .email-float {
        right: inherit;
        left: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 0;
        width: 50%;
        height: auto;
        border-radius: 10px 10px 0 0;
    }
    .email-float img {
        width: 30px;
        height: 28px;
    }
    .email-float p {
        color: #fff;
        font-size: 15px;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 480px) {
    .email-float img {
        width: 38px;
        height: 100%;
    }
    .email-float p {
        font-size: 14px;
        line-height: 18px;
    }
    .txt-zap-mobile {
        display: flex !important;
    }
}
.email-float i {
    color: #fff;
    font-size: 27px;
}
.txt-zap-mobile {
    position: fixed;
    right: 5px;
    width: 47%;
    bottom: 0;
    z-index: 9999999;
    text-align: center;
    visibility: hidden;
    background: #4cca5a;
    padding: 9px 8px 7px 8px;
    height: 52px;
    border-radius: 10px 10px 0 0;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 350px) {
    .txt-zap-mobile {
        bottom: 10px;
    }
}
.txt-zap-mobile p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    width: 100%;
    float: right;
}
@media only screen and (max-width: 350px) {
    .txt-zap-mobile p {
        padding: 0 0 0 48px;
        text-align: center;
    }
}
.breve-lancamento .content {
    padding-top: 90px;
}
.breve-lancamento .content .lista-empreeendimentos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 75px;
}
.breve-lancamento .content .lista-empreeendimentos .item-emp .desc-emp {
    right: 15px !important;
}
.breve-lancamento .content .lista-empreeendimentos .item-emp .desc-full {
    right: 15px !important;
}
.breve-lancamento .content .lista-empreeendimentos .item-emp .desc-full .txt span {
    margin: 0 5px 15px 5px !important;
}
.breve-lancamento .content .lista-empreeendimentos .item-emp .desc-full .txt span:after {
    content: none !important;
}
.banner-home {
    position: relative;
    margin-top: 118px;
}

.banner-home.user-logged {
    margin-top: 86px;
}

.banner-home .hide-item {
    display: none;
}

@media only screen and (max-width: 1440px) {
    .banner-home {
        margin-top: 95px;
    }
}


@media only screen and (max-width: 1440px) {
    .banner-home.user-logged {
        margin-top: 63px;
    }
}

@media only screen and (max-width: 768px) {
    .banner-home.user-logged {
        margin-top: 95px;
    }
}

.banner-home .slideshow__item a {
    float: left;
    width: 100%;
    height: 760px;
    background-position: top center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
    .banner-home .slideshow__item a {
        background-size: contain;
        height: 400px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-home .slideshow__item a {
        background-size: cover;
        height: 330px;
    }
}
.banner-home .banner-paginator {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 2;
}

.banner-home .banner-paginator ul li {
    display: none;
}

.banner-home .banner-paginator .prev {
    position: absolute;
    left: 30px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 62px;
    height: 62px;
}
@media only screen and (max-width: 1024px) {
    .banner-home .banner-paginator .prev {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-home .banner-paginator .prev {
        width: 35px;
        height: 35px;
    }
}
.banner-home .banner-paginator .prev:hover {
    background: #b51f1c;
}
.banner-home .banner-paginator .prev:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/prev-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 1440px) {
    .banner-home .banner-paginator .prev:after, .banner-home .banner-paginator .next:after {
        width: 50px!important;
        height: 50px!important;
    }
}



@media only screen and (max-width: 1024px) {
    .banner-home.banner-paginator .prev: after {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-home.banner-paginator .prev: after {
        width: 35px;
        height: 35px;
        background-image: url(../images/prev-arrow-mobile.png);
    }
}
@media only screen and (max-width: 1440px) {
    .banner-home .banner-paginator .prev {
        left: 10px;
    }
}
.banner-home .banner-paginator .next {
    position: absolute;
    right: 30px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 62px;
    height: 62px;
}
@media only screen and (max-width: 1024px) {
    .banner-home .banner-paginator .next {
        right: 10px;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-home .banner-paginator .next {
        width: 35px;
        height: 35px;
    }
}
.banner-home .banner-paginator .next:hover {
    background: #b51f1c;
}
.banner-home .banner-paginator .next:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/next-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 1024px) {
    .banner-home.banner-paginator .next: after {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-home.banner-paginator .next: after {
        width: 35px;
        height: 35px;
        background-image: url(../images/next-arrow-mobile.png);
    }
}
@media only screen and (max-width: 1440px) {
    .banner-home .banner-paginator .next {
        right: 10px;
    }
}
.banner-home .cookies-bar {
    background: rgba(122, 59, 62, 0.85);
}
@media only screen and (max-width: 768px) {
    .banner-home .cookies-bar {
        display: none;
    }
}
.banner-single {
    position: relative;
    max-height: 300px;
    margin-top: 95px;
}

.banner-single.obrigado {
    min-height: 135px;
}

@media only screen and (max-width: 768px) {
    .banner-single {
        margin-top: 60px;
    }
}
.banner-single.user-logged {
    margin-top: 63px;
}
@media only screen and (max-width: 768px) {
    .banner-single.user-logged {
        margin-top: 13px;
    }
}
.banner-single.banner-blog {
    max-height: 361px;
}

.banner-single.investidores {
    padding-top: 0;
}

.banner-single .desc-banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 2;
}
.banner-single .desc-banner .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-single .desc-banner h1, .banner-single .desc-banner h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #e22029;
    width: 535px;
    height: 90px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 45px;
}
.banner-mobile,
.banner-tablet {
    display: none !important;
}
@media only screen and (max-width: 768px) {
    .banner-desktop {
        display: none !important;
    }
    .banner-tablet {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media only screen and (max-width: 480px) {
    .banner-tablet {
        display: none !important;
    }
    .banner-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.banner-empreendimento {
    min-height: 600px;
    max-height: 870px;
}
@media only screen and (min-width: 1441px) {
    .banner-empreendimento .banner-desktop {
        min-width: 1920px;
    }
}
@media only screen and (max-width: 768px) {
    .banner-empreendimento {
        min-height: auto;
        max-height: 400px;
    }
}
.banner-empreendimento .owl-dots {
    display: none;
}
.banner-empreendimento .owl-carousel.hide-nav .owl-nav {
    display: none;
}
.banner-empreendimento .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.banner-empreendimento .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 70px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 62px;
    height: 62px;
}
@media only screen and (max-width: 768px) {
    .banner-empreendimento .owl-carousel .owl-nav .owl-prev {
        left: 10px;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-empreendimento .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
}
.banner-empreendimento .owl-carousel .owl-nav .owl-prev:hover {
    background: #b51f1c;
}
.banner-empreendimento .owl-carousel .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/prev-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .banner-empreendimento.owl-carousel .owl-nav .owl-prev: after {
        width: 50px;
        height: 50px;
    }
}
.banner-empreendimento .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 70px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 62px;
    height: 62px;
}
@media only screen and (max-width: 768px) {
    .banner-empreendimento .owl-carousel .owl-nav .owl-next {
        right: 10px;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .banner-empreendimento .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
}
.banner-empreendimento .owl-carousel .owl-nav .owl-next:hover {
    background: #b51f1c;
}
.banner-empreendimento .owl-carousel .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/next-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .banner-empreendimento.owl-carousel .owl-nav .owl-next: after {
        width: 50px;
        height: 50px;
    }
}
.banner-empreendimento .grid {
    position: absolute;
    top: 60px;
    right: 75px;
}
@media only screen and (max-width: 1400px) {
    .banner-empreendimento .grid {
        top: 10px;
        right: 55px;
    }
}
.banner-empreendimento .grid .data-entrega {
    background: rgba(181, 31, 28, 0.8);
    color: #fff;
    position: absolute;
    top: 20px;
    left: -22%;
    padding: 15px;
}
@media only screen and (max-width: 1600px) {
    .banner-empreendimento .grid .data-entrega {
        left: -6%;
    }
}
@media only screen and (max-width: 768px) {
    .banner-empreendimento .grid .data-entrega {
        position: absolute;
        top: 0;
        left: 18%;
    }
}
@media only screen and (max-width: 480px) {
    .banner-empreendimento .grid .data-entrega {
        padding: 10px;
    }
}
.banner-empreendimento .grid .data-entrega p {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}
@media only screen and (max-width: 480px) {
    .banner-empreendimento .grid .data-entrega p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1400px) {
    .banner-desktop {
        min-width: auto !important;
    }
}
.bloco-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
}
.form-banner {
    background: rgba(181, 31, 28, 0.8);
    max-width: 450px;
    padding-top: 25px;
    border-radius: 15px;
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
    .form-banner {
        background: #b51f1c;
    }
}
.form-banner h1 {
    height: 0;
    visibility: hidden;
}
.form-banner h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
}
.form-banner p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 22px;
    text-align: center;
}
.form-banner p a {
    display: inline;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}
.form-banner form {
    padding: 0 20px;
}
.form-banner form label {
    position: relative;
}
.form-banner form label.error {
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 5px;
    bottom: 3px;
    font-size: 13px;
}
.form-banner form label input[type="email"],
.form-banner form label input[type="text"] {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 5px;
    color: #939598;
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 3px #c91c24;
    box-shadow: 0 3px #c91c24;
}
@media only screen and (max-width: 1400px) {
    .form-banner form label input[type="email"],
    .form-banner form label input[type="text"] {
        padding-left: 15px;
    }
}
.form-banner form label input[type="email"].error,
.form-banner form label input[type="text"].error {
    border: 2px solid red;
}
.form-banner form label input[type="submit"] {
    width: 100%;
    height: 40px;
    background: #63191c!important;
    border: 1px solid #63191c!important;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px #000;
    box-shadow: 0 3px #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 35px;
    cursor: pointer;
}
.form-banner form label textarea {
    width: 100%;
    height: 90px;
    border: none;
    border-radius: 5px;
    color: #939598;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
    padding-left: 25px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 3px #c91c24;
    box-shadow: 0 3px #c91c24;
}
.form-banner form label span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.form-banner form label span.tit-label {
    padding-left: 10px;
    padding-right: 45px;
}
.form-banner form label .g-recaptcha iframe {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    margin-left: -20px;
}
@media only screen and (max-width: 768px) {
    .form-banner form label .g-recaptcha iframe {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-left: -50px;
    }
}
.form-banner form label.label-options {
    padding-bottom: 10px;
    padding-top: 5px;
}
.form-banner form label.label-checkbox .container {
    font-size: 15px;
    float: left;
    margin-bottom: 15px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.form-banner form label.label-checkbox .container a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 4px;
}
.form-banner form label.contact-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px;
}
.form-banner form label .container {
    display: inline;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-banner form label .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form-banner form label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #828282;
}
.form-banner form label .container:hover input ~ .checkmark {
    background-color: #fff;
}
.form-banner form label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.form-banner form label .container input:checked ~ .checkmark:after {
    display: block;
}
.form-banner form label .container .checkmark:after {
    left: 6px;
    top: 1px;
    width: 7px;
    height: 15px;
    border: solid #b51f1c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 1400px) {
    .form-banner {
        max-width: 430px;
        padding-top: 15px;
        margin-top: 50px;
    }
    .form-banner h2 {
        font-size: 28px;
        padding-bottom: 5px;
    }
    .form-banner p {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 15px;
    }
    .form-banner p a {
        font-size: 22px;
    }
    .form-banner form {
        padding: 0 30px;
    }
    .form-banner form label input[type="email"],
    .form-banner form label input[type="text"] {
        height: 32px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .form-banner form label input[type="submit"] {
        height: 30px;
        margin-bottom: 20px;
        width: 50%;
    }
    .form-banner form label textarea {
        height: 60px;
        padding-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .form-banner form label.submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-banner form label.label-checkbox .container {
        height: 17px;
        font-size: 14px;
    }
    .form-banner form label.label-checkbox .container a {
        font-size: 14px;
    }
    .form-banner form label .container .checkmark:after {
        left: 4px;
        top: 1px;
        width: 6px;
        height: 10px;
    }
    .form-banner form label .checkmark {
        height: 15px;
        width: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .form-banner {
        max-width: 100%;
    }
    .form-banner h1 {
        text-align: center;
    }
    .form-banner form {
        padding: 0;
    }
    .form-banner form label {
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .form-banner h1 {
        font-size: 32px;
    }
    .form-banner p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .empreendimento .tit {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .empreendimento .tit h2 {
        font-size: 40px;
        line-height: 46px;
        border-bottom: 4px solid #e22029;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        min-height: auto;
    }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
    .empreendimento .tit h2 {
        font-size: 32px;
        line-height: 38px;
    }
}
@media only screen and (max-width: 768px) {
    .empreendimento.tit h2: after {
        content: none;
    }
}
.empreendimento .content {
    min-height: 250px;
    background-image: url(../images/bkg-empreendimento.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
    padding-right: 0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content {
        background: 0 0;
        padding: 0;
    }
    .empreendimento .content h2 {
        font-size: 40px;
        line-height: 46px;
        border-bottom: 4px solid #e22029;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
    .empreendimento .content h2 {
        font-size: 26px;
        line-height: 30px;
        min-height: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .empreendimento.content h2: after {
        content: none;
    }
    .empreendimento .content p {
        font-size: 18px;
    }
}
.empreendimento .content .destaque {
    position: relative;
    top: -40px;
    z-index: 2;
}
@media only screen and (max-width: 1400px) {
    .empreendimento .content .destaque {
        top: -25px;
    }
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .destaque {
        top: 0;
        padding-top: 30px;
    }
}
.empreendimento .content .destaque .grid {
    background: #fff;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-shadow: 0 13px 10px 0 #f5f5f5;
    box-shadow: 0 13px 10px 0 #f5f5f5;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .destaque .grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.empreendimento .content .destaque .grid span {
    background: #e22029;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 28px;
    position: absolute;
    top: 0;
    left: 25px;
}
.empreendimento .content .destaque .grid .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    border-right: 2px solid #f3f3f3;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .destaque .grid .logo {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 20px;
        border-right: none;
    }
}

.empreendimento .content .destaque .grid .logo img {
    max-width: 180px;
    max-height: 110px;
}

.empreendimento .content .destaque .grid .lista-destaques {
    width: 80%;
    min-height: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .destaque .grid .lista-destaques {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.empreendimento .content .destaque .grid .lista-destaques .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 22%;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .destaque .grid .lista-destaques .item {
        padding-bottom: 15px;
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento .content .destaque .grid .lista-destaques .item {
        width: 100%;
    }
}
.empreendimento .content .destaque .grid .lista-destaques .item img {
    margin-bottom: 10px;
}
.empreendimento .content .destaque .grid .lista-destaques .item h2 {
    color: #e22029;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.empreendimento .content .destaque .grid .lista-destaques .item p {
    color: #e22029;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .destaque .grid .lista-destaques {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento .content .destaque {
        top: 20px;
        padding: 0;
    }
}
.empreendimento .content .video {
    padding-top: 40px;
    padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .video {
        padding-top: 40px;
        padding-bottom: 0;
    }
    .empreendimento .content .video video {
        height: 350px;
    }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
    .empreendimento .content .video video {
        height: 280px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento .content .video {
        padding: 40px 0 0 0;
    }
}
.empreendimento .content .video .txt-video {
    padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .video .txt-video {
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.empreendimento .content .video .txt-video h2 {
    color: #232323;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    min-height: inherit;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.empreendimento .content .video .txt-video h2:after {
    content: none;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .video .txt-video h2 {
        font-size: 40px;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento .content .video .txt-video h2 {
        font-size: 32px;
        line-height: 36px;
    }
}
.empreendimento .content .video .txt-video p {
    color: #686868;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .video .txt-video p {
        font-size: 22px;
        line-height: 26px;
    }
}
.empreendimento .content .video .txt-video .btn-tour {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.empreendimento .content .video .txt-video .btn-tour a {
    width: 190px;
    height: 50px;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 4px;
}
.empreendimento .content .video .txt-video .btn-tour a:hover {
    background: 0 0;
    color: #b51f1c;
}
@media only screen and (max-width: 480px) {
    .empreendimento .content .video iframe {
        height: 250px;
    }
}
.empreendimento .content .areas {
    padding-bottom: 125px;
    padding-right: 0;
    background-image: url(../images/bkg-areas.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .areas {
        padding: 0 0 15px 0;
    }
}
.empreendimento .content .areas .txt {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .areas .txt {
        padding: 25px 0 0 0;
    }
}
.empreendimento .content .areas .txt h2 {
    color: #232323;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 40px;
}
.empreendimento .content .areas .txt h2:after {
    border-bottom: 4px solid #e22029;
    content: "";
    position: absolute;
    left: 32%;
    bottom: -14px;
    width: 140px;
    height: 0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .areas .txt h2 {
        font-size: 40px;
        line-height: 46px;
        border-bottom: none;
    }
    .empreendimento .content .areas .txt h2:after {
        left: 0;
        width: 100%;
    }
}
.empreendimento .content .areas .txt p {
    font-size: 20px;
    line-height: 26px;
    width: 60%;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .areas .txt p {
        width: 100%;
    }
}
.empreendimento .content .areas .txt .icones-areas .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px;
    border-bottom: 2px solid #eeedf0;
    border-right: 2px solid #eeedf0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .areas .txt .icones-areas .icon {
        border-right: 0;
    }
    .empreendimento .content .areas .txt .icones-areas .icon img {
        padding-left: 5px;
    }
}
.empreendimento .content .areas .txt .icones-areas .icon.right {
    border-right: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.empreendimento .content .areas .txt .icones-areas .icon.last-line {
    border-bottom: none;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .areas .txt .icones-areas .icon.last-line {
        border-bottom: 2px solid #eeedf0;
    }
}
.empreendimento .content .areas .txt .icones-areas .icon p {
    color: #424552;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
    text-align: left;
    padding-left: 20px;
}
.empreendimento .content .areas .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .content .areas .img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto !important;
        margin-top: 15px;
        margin-bottom: 40px;
    }
}
.empreendimento .carrossel .slick-slide img {
    width: 100%;
}
.empreendimento .carrossel .grid {
    position: absolute;
    left: 10%;
    bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .carrossel .grid {
        bottom: 10px;
    }
}
.empreendimento .carrossel .grid .caption {
    float: left;
    background: rgba(255, 255, 255, 0.8);
    padding: 7px;
}
.empreendimento .carrossel .grid .caption p {
    font-family: Roboto, sans-serif;
    color: #231f20;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.empreendimento .carrossel .banner-paginator {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2;
}
.empreendimento .carrossel .banner-paginator .prev {
    position: absolute;
    left: 70px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 62px;
    height: 62px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .carrossel .banner-paginator .prev {
        left: 10px;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento .carrossel .banner-paginator .prev {
        left: 5px;
        width: 30px;
        height: 30px;
    }
}
.empreendimento .carrossel .banner-paginator .prev:hover {
    background: #b51f1c;
}
.empreendimento .carrossel .banner-paginator .prev:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/prev-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .empreendimento.carrossel .banner-paginator .prev: after {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento.carrossel .banner-paginator .prev: after {
        width: 30px;
        height: 30px;
        background-image: url(../images/prev-arrow-mobile.png);
    }
}
.empreendimento .carrossel .banner-paginator .next {
    position: absolute;
    right: 70px;
    border-radius: 50%;
    cursor: pointer;
    background: #a2999d;
    width: 62px;
    height: 62px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .carrossel .banner-paginator .next {
        right: 10px;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento .carrossel .banner-paginator .next {
        right: 5px;
        width: 30px;
        height: 30px;
    }
}
.empreendimento .carrossel .banner-paginator .next:hover {
    background: #b51f1c;
}
.empreendimento .carrossel .banner-paginator .next:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/next-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .empreendimento.carrossel .banner-paginator .next: after {
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento.carrossel .banner-paginator .next: after {
        width: 30px;
        height: 30px;
        background-image: url(../images/next-arrow-mobile.png);
    }
}
.empreendimento .infos {
    padding: 190px 0 0 0;
    background-image: url(../images/bkg-empreendimento2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos {
        padding: 20px 0 0 0;
        background: 0 0;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
}
.empreendimento .infos .content {
    background: 0 0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos .content {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.empreendimento .infos .content p {
    font-size: 20px;
}
@media only screen and (max-width: 480px) {
    .empreendimento .infos .content p {
        font-size: 16px;
        line-height: 22px;
        padding: 0 15px 40px 15px;
    }
    .empreendimento .infos .content p br {
        display: none;
    }
}
.empreendimento .infos .content .lista-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos .content .lista-infos {
        padding-bottom: 20px;
    }
}
.empreendimento .infos .content .lista-infos .item-infos {
    border-bottom: 2px solid #eeedf0;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos .content .lista-infos .item-infos {
        padding: 0;
    }
}
.empreendimento .infos .content .lista-infos .item-infos p {
    color: #919497;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
}
.empreendimento .infos .content .lista-infos .item-infos.right {
    border-left: 2px solid #eeedf0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos .content .lista-infos .item-infos.right {
        border-left: none;
    }
}
.empreendimento .infos .content .lista-infos .item-infos.last-line {
    border-bottom: none;
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos .content .lista-infos .item-infos.last-line {
        border-bottom: 2px solid #eeedf0;
    }
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos .content .plantas {
        padding: 0;
    }
    .empreendimento .infos .content .plantas .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento.infos .content .plantas h2: after {
        bottom: 0;
    }
}
.empreendimento .infos .content .plantas .img-planta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.empreendimento .infos .content .plantas .implantacao {
    padding-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.empreendimento .infos .content .plantas .planta-detalhes {
    padding-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.empreendimento .infos .content .plantas .planta-detalhes a {
    border: 2px solid #e22029;
    border-radius: 3px;
    color: #919497;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 17px 94px;
}
.empreendimento .infos .diferenciais {
    padding: 40px 0 0 0;
}
.empreendimento .infos .diferenciais .img {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.empreendimento .infos .diferenciais .img.remove-top {
    top: 0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos .diferenciais .img {
        top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
        height: auto !important;
    }
}
.empreendimento .infos .diferenciais .txt {
    margin-top: 70px;
}
.empreendimento .infos .diferenciais .txt h2 {
    color: #232323;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}
.empreendimento .infos .diferenciais .txt h2:after {
    border-bottom: 4px solid #e22029;
    content: "";
    position: absolute;
    left: 38%;
    bottom: 0;
    width: 140px;
    height: 0;
}
@media only screen and (max-width: 768px) {
    .empreendimento.infos .diferenciais .txt h2: after {
        content: none;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento .infos .diferenciais .txt h2 {
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 0;
    }
}
.empreendimento .infos .diferenciais .txt .lista-diferenciais {
    padding: 30px 0 0 25px;
}
.empreendimento .infos .diferenciais .txt .lista-diferenciais#villa-antinori {
    padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos .diferenciais .txt .lista-diferenciais {
        padding: 15px 0 0 0;
    }
}
.empreendimento .infos .diferenciais .txt .lista-diferenciais .item {
    border-bottom: 2px solid #eeedf0;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.empreendimento .infos .diferenciais .txt .lista-diferenciais .item p {
    color: #424552;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 25px;
    text-align: center;
}
.empreendimento .infos .diferenciais .txt .lista-diferenciais .item.right {
    border-left: 2px solid #eeedf0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos .diferenciais .txt .lista-diferenciais .item.right {
        border-left: none;
    }
}
.empreendimento .infos .diferenciais .txt .lista-diferenciais .item.last-line {
    border-bottom: none;
}
@media only screen and (max-width: 768px) {
    .empreendimento .infos .diferenciais .txt .lista-diferenciais .item.last-line {
        border-bottom: 2px solid #eeedf0;
    }
}
.empreendimento .localizacao {
    min-height: 250px;
    background-color: #e2e2e2;
    background-image: url(../images/bkg-localizacao.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    top: -85px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .localizacao {
        top: 0;
        padding: 0;
    }
}
.empreendimento .localizacao .content {
    padding-top: 165px;
    padding-bottom: 25px;
    background: 0 0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .localizacao .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 120px 0 0 0;
    }
}
.empreendimento .localizacao .content h2 {
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .localizacao .content h2 {
        padding-bottom: 0;
        min-height: 0;
        font-size: 32px;
    }
}
.empreendimento .localizacao .content h2:after {
    border: 3px solid #0c7abd;
}
.empreendimento .localizacao .content p {
    color: #231f20;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .localizacao .content p {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        padding: 0 5px 30px 0;
    }
}
.empreendimento .localizacao .content .comercios-proximos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
    .empreendimento .localizacao .content .comercios-proximos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .empreendimento .localizacao .content .comercios-proximos p {
        width: 100%;
    }
}
.empreendimento .localizacao .content .comercios-proximos a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #f1f1f1;
    color: #424552;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
    cursor: auto;
    padding: 17px 70px;
    margin-right: 20px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .localizacao .content .comercios-proximos a {
        width: 100%;
        font-size: 20px;
        margin-right: 10px;
        margin-left: 10px;
    }
}
.empreendimento .localizacao .mapa {
    padding-top: 20px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.empreendimento .texto-legal {
    top: -30px;
    padding-bottom: 20px;
}

.empreendimento .texto-legal p {
    font-family: Roboto, sans-serif;
    color: #231f20;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.empreendimento .texto-legal p a {
    color: #231f20;
    font-weight: 600;
    display: inline-block;
}

.empreendimento .lista-empreendimentos {
    position: relative;
    top: -171px;
    min-height: 724px;
    background-image: url(../images/bkg-empreendimentos-red.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 140px;
    margin-bottom: -171px;
}

@media only screen and (max-width: 768px) {
    .empreendimento .lista-empreendimentos {
        top: 20px;
        padding-top: 20px;
        margin-bottom: 20px;
        min-height: auto;
    }
}

.empreendimento .lista-empreendimentos.empty-map {
    top: -85px;
}

.empreendimento .lista-empreendimentos.remove-top-position {
    top: 0;
    margin-bottom: 0;
}


.empreendimento .lista-empreendimentos h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 46px;
    padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
    .empreendimento .lista-empreendimentos h2 {
        font-size: 32px;
        line-height: 36px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.empreendimento .lista-empreendimentos .owl-dots {
    display: none;
}
@media only screen and (max-width: 768px) {
    .empreendimento .lista-empreendimentos .owl-carousel .owl-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.empreendimento .lista-empreendimentos .owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.empreendimento .lista-empreendimentos .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -65px;
    cursor: pointer;
    background: 0 0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .lista-empreendimentos .owl-carousel .owl-nav .owl-prev {
        left: 0;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento .lista-empreendimentos .owl-carousel .owl-nav .owl-prev {
        left: -5px;
    }
}
.empreendimento .lista-empreendimentos .owl-carousel .owl-nav .owl-prev:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/prev-arrow-2.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .empreendimento.lista-empreendimentos .owl-carousel .owl-nav .owl-prev: after {
        width: 50px;
        height: 50px;
    }
}
.empreendimento .lista-empreendimentos .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -85px;
    cursor: pointer;
    background: 0 0;
}
@media only screen and (max-width: 768px) {
    .empreendimento .lista-empreendimentos .owl-carousel .owl-nav .owl-next {
        right: 0;
        width: 50px;
        height: 50px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento .lista-empreendimentos .owl-carousel .owl-nav .owl-next {
        right: -5px;
    }
}
.empreendimento .lista-empreendimentos .owl-carousel .owl-nav .owl-next:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 62px;
    width: 62px;
    background-image: url(../images/next-arrow2.png);
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 768px) {
    .empreendimento.lista-empreendimentos .owl-carousel .owl-nav .owl-next: after {
        width: 50px;
        height: 50px;
    }
}
.empreendimento .lista-empreendimentos .item-emp {
    position: relative;
    margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
    .empreendimento .lista-empreendimentos .item-emp {
        max-width: 272px;
    }
}
@media only screen and (max-width: 480px) {
    .empreendimento .lista-empreendimentos .item-emp {
        width: 100%;
    }
}
.empreendimento .lista-empreendimentos .item-emp .desc-emp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.empreendimento .lista-empreendimentos .item-emp .desc-emp .txt {
    width: 160px;
    max-height: 74px;
}
.empreendimento .lista-empreendimentos .item-emp .desc-emp .txt p {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 0;
}
.empreendimento .lista-empreendimentos .item-emp .desc-emp .txt p:nth-child(1) {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #b51f1c;
}
.empreendimento .lista-empreendimentos .item-emp .desc-emp .txt p:nth-child(2) {
    min-height: 41px;
    background: rgba(148, 25, 25, 0.7);
}
.empreendimento .lista-empreendimentos .item-emp .desc-emp .logo-small {
    background: #fff;
    width: 71px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.empreendimento .lista-empreendimentos .item-emp .desc-full {
    display: none;
    width: 230px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 4px;
    right: 17px;
}
.empreendimento .lista-empreendimentos .item-emp .desc-full .fechar {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 27px;
    color: #b51f1c;
    cursor: pointer;
}
.empreendimento .lista-empreendimentos .item-emp .desc-full .logo-full {
    height: 137px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.empreendimento .lista-empreendimentos .item-emp .desc-full .status {
    background: #b51f1c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 200px;
    height: 30px;
    position: absolute;
    top: 125px;
    right: 15px;
}
.empreendimento .lista-empreendimentos .item-emp .desc-full .status p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0;
}
.empreendimento .lista-empreendimentos .item-emp .desc-full .txt {
    width: 100%;
    background: rgba(156, 27, 24, 0.9);
    padding-top: 40px;
    padding-bottom: 1px;
}
.empreendimento .lista-empreendimentos .item-emp .desc-full .txt .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
    padding-bottom: 15px;
}
.empreendimento .lista-empreendimentos .item-emp .desc-full .txt p {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-left: 20px;
    padding-bottom: 0;
}
.empreendimento .lista-empreendimentos .item-emp .desc-full .txt a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px 15px 15px;
    position: relative;
}
.empreendimento .lista-empreendimentos .item-emp .desc-full .txt a:after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 7px;
    height: 15px;
    width: 17px;
    background-image: url(../images/seta-mais.png);
    background-repeat: no-repeat;
    background-position: center;
}

.emp-btn-zap {
    position: fixed;
    right: 20px;
    bottom: 85px;
    background: #4dc247;
    font-size: 36px!important;
    border-radius: 50%;
    z-index: 3;
    width: 65px!important;
    height: 65px!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    text-decoration: none!important;
}

.emp-btn-zap i {
    color: #ffffff;
}

.btn-contato {
    display: none;
    cursor: pointer;
    text-transform: uppercase;
    position: fixed;
    right: 90px;
    bottom: 250px;
    -webkit-box-shadow: 5px 4px 7px -1px #000;
    box-shadow: 5px 4px 7px -1px #000;
    z-index: 2;
    background: #b51f1c;
    border: 1px solid #b51f1c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    border-radius: 4px;
    padding: 21px 11px;
}
@media only screen and (max-width: 1400px) {
    .btn-contato {
        right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    footer .container .grid {
        padding: 0 15px !important;
    }
}
footer .container .content-footer {
    padding: 90px 0 80px 0;
    min-height: 475px;
    background-image: url(../images/bkg-footer.jpg);
    background-repeat: repeat;
    background-position: center top;
}
@media only screen and (max-width: 768px) {
    footer .container .content-footer {
        padding: 25px 0 0 0;
        margin-bottom: 0;
    }
}
footer .container .content-footer .logo-footer {
    width: 38%;
}
@media only screen and (max-width: 768px) {
    footer .container .content-footer .logo-footer {
        width: 100%;
    }
}
footer .container .content-footer .logo-footer a {
    padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    footer .container .content-footer .logo-footer a {
        padding: 15px;
    }
}
footer .container .content-footer .logo-footer p {
    color: #a8a8a8;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}
footer .container .content-footer .logo-footer .newsletter {
    padding-top: 55px;
}
footer .container .content-footer .logo-footer .newsletter p {
    line-height: 22px;
    padding-bottom: 20px;
}
footer .container .content-footer .logo-footer .newsletter input[type="email"] {
    width: 245px;
    height: 42px;
    border-radius: 25px;
    color: #a8a8a8;
    font-size: 16px;
    font-weight: 600;
    background: #2f2f2f;
    border: 1px solid #2f2f2f;
    padding-left: 20px;
}
@media only screen and (max-width: 480px) {
    footer .container .content-footer .logo-footer .newsletter input[type="email"] {
        width: 100%;
    }
}
footer .container .content-footer .logo-footer .newsletter input[type="submit"] {
    width: 125px;
    height: 42px;
    border-radius: 25px;
    cursor: pointer;
    background: #b61e1c;
    border: 1px solid #b61e1c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 10px;
}
@media only screen and (max-width: 480px) {
    footer .container .content-footer .logo-footer .newsletter input[type="submit"] {
        width: 50%;
        margin-left: 0;
        margin-top: 15px;
    }
}
footer .container .content-footer .logo-footer .newsletter input[type="submit"]:hover {
    background: 0 0;
    color: #b61e1c;
}
@media only screen and (max-width: 768px) {
    footer .container .content-footer .menu-footer {
        padding-top: 15px;
    }
}
footer .container .content-footer .menu-footer p {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
    footer .container .content-footer .menu-footer p {
        padding-bottom: 20px;
    }
}
footer .container .content-footer .menu-footer strong {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
footer .container .content-footer .menu-footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
footer .container .content-footer .menu-footer .menu li {
    padding-bottom: 25px;
}
footer .container .content-footer .menu-footer .menu li a {
    color: #a8a8a8;
    font-size: 16px;
    font-weight: 600;
}
footer .container .content-footer .menu-footer #menu-footer2 {
    padding-top: 65px;
}
@media only screen and (max-width: 768px) {
    footer .container .content-footer .menu-footer #menu-footer2 {
        padding-top: 0;
        margin-top: -10px;
    }
}
footer .container .content-footer .menu-footer .redes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}
@media only screen and (max-width: 768px) {
    footer .container .content-footer .menu-footer .redes {
        padding-bottom: 15px;
    }
}
footer .container .content-footer .menu-footer .redes a {
    padding-right: 18px;
}
footer .container .content-footer .menu-footer .redes a i {
    color: #fff;
    font-size: 24px;
}
footer .container .content-footer .infos-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 22%;
}
@media only screen and (max-width: 768px) {
    footer .container .content-footer .infos-footer {
        width: 100%;
    }
}
footer .container .content-footer .infos-footer strong {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: block;
    padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
    footer .container .content-footer .infos-footer strong {
        padding-bottom: 20px;
    }
}
footer .container .content-footer .infos-footer p {
    color: #a8a8a8;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    footer .container .content-footer .infos-footer p {
        width: 100%;
    }
}
footer .container .content-footer .infos-footer a {
    color: #b51f1c;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px;
    width: 100%;
}
footer .container .icons-footer {
    min-height: 90px;
    height: 90px;
    background: #b61e1c;
    position: fixed;
    bottom: 0;
    z-index: 2;
}
footer .container .icons-footer:hover {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    min-height: 120px !important;
    height: 120px !important;
}
@media only screen and (max-width: 1400px) {
    footer.container .icons-footer: hover {
        min-height: 80px !important;
        height: 80px !important;
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    footer.container .icons-footer: hover {
        min-height: 120px !important;
        height: 120px !important;
    }
}
@media only screen and (max-width: 1400px) {
    footer .container .icons-footer {
        min-height: 70px;
        height: 70px;
    }
}
footer .container .icons-footer.fixed,
footer .container .icons-footer.hide-bar {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    min-height: 24px;
    height: 24px;
}
footer .container .icons-footer.relative {
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    min-height: 120px;
    height: 120px;
}
@media only screen and (max-width: 1400px) {
    footer .container .icons-footer.relative {
        min-height: 80px;
        height: 80px;
    }
}
@media only screen and (max-width: 768px) {
    footer .container .icons-footer {
        margin-bottom: 0;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        background: 0 0;
        padding: 0;
    }
}
footer .container .icons-footer .grid {
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1400px) {
    footer .container .icons-footer .grid {
        min-height: 70px;
    }
}
@media only screen and (max-width: 768px) {
    footer .container .icons-footer .grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 120px;
        padding: 0;
    }
}
@media only screen and (max-width: 1400px) {
    footer.container .icons-footer .item: first-child {
        width: 25%;
    }
}
@media only screen and (max-width: 1400px) and (max-width: 768px) {
    footer.container .icons-footer .item: first-child {
        width: 33.33%;
    }
}
@media only screen and (max-width: 1400px) and (max-width: 480px) {
    footer.container .icons-footer .item: first-child {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    footer .container .icons-footer .item {
        background: #b61e1c;
        width: 31%;
        position: fixed;
        bottom: 0;
        margin-bottom: 0;
        border-radius: 10px 10px 0 0;
    }
}
footer .container .icons-footer .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
    footer .container .icons-footer .item a {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .container .icons-footer .item a .icon {
        width: 100%;
        text-align: center;
    }
}
footer .container .icons-footer .item a .icon {
    padding-right: 15px;
}
@media only screen and (max-width: 768px) {
    footer .container .icons-footer .item a .icon {
        padding-right: 0;
        width: auto;
    }
    footer .container .icons-footer .item a .icon img {
        width: 35px;
        height: 32px;
    }
}
footer .container .icons-footer .item a .icon img {
    width: 40px;
    height: 37px;
}
footer .container .icons-footer .item a p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 0;
}
@media only screen and (max-width: 1440px) {
    footer .container .icons-footer .item a p {
        font-size: 15px;
        line-height: 19px;
    }
}
@media only screen and (max-width: 768px) {
    footer .container .icons-footer .item a p {
        text-align: center;
    }
}
footer .container .icons-footer .item a strong {
    font-size: 25px;
    color: #fff;
}
@media only screen and (max-width: 1440px) {
    footer .container .icons-footer .item a strong {
        font-size: 22px;
    }
}
@media only screen and (max-width: 768px) {
    footer .container .icons-footer .item a strong {
        display: none;
    }
}
footer .container .icons-footer .item.second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (max-width: 768px) {
    footer .container .icons-footer .item.second {
        left: 0;
    }
}
footer .container .icons-footer .item.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
footer .container .copyright {
    padding: 40px 0;
}
footer .container .copyright .grid {
    position: relative;
}
@media only screen and (max-width: 1400px) {
    footer .container .copyright {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 768px) {
    footer .container .copyright {
        padding: 15px 0 40px 0;
    }
}
footer .container .copyright p {
    font-size: 16px;
    font-weight: 600;
    color: #686868;
}
@media only screen and (max-width: 480px) {
    footer .container .copyright p {
        line-height: 16px;
    }
}
footer .container .copyright p strong {
    font-weight: 600;
}
footer .container .copyright .socci {
    height: 20px;
    width: 85px;
    background: url(../images/logo-socci-2020.png) no-repeat 0 0;
    position: absolute;
    right: 100px;
    top: -4px;
}
@media only screen and (max-width: 480px) {
    footer .container .copyright .socci {
        right: 25px;
        top: 25px;
    }
}
.back-to-top {
    display: none;
    position: fixed;
    right: 5%;
    bottom: 85px;
    padding: 12px;
    color: #5d1b1c;
    font-size: 25px;
    z-index: 9999;
}
@media only screen and (max-width: 768px) {
    .back-to-top {
        bottom: 105px;
    }
}
@media only screen and (max-width: 480px) {
    .blog .cat .icon-share {
        top: 175px;
        right: -15px;
    }
    .blog .post-second-line .cat {
        height: 40px;
    }
    .banner-home .banner-paginator .next:hover {
        background: #a2999d00;
    }
    .banner-home .banner-paginator .next {
        background: #a2999d00;
    }
    .banner-home .banner-paginator .prev {
        background: #a2999d00;
    }
    .banner-home .banner-paginator .prev:hover {
        background: #a2999d00;
    }
    .back-to-top {
        bottom: 75px;
        right: 0;
    }
}
@media only screen and (max-width: 375px) {
    .back-to-top {
        right: 0px;
    }
}
#suiteshare_chat #widget_circle {
    bottom: 85px !important;
    right: 5px !important;
    min-width: 50px !important;
    height: 50px !important;
    z-index: 99999999999 !important;
}
@media only screen and (max-width: 768px) {
    #suiteshare_chat #widget_circle {
        width: 31%;
        bottom: 0 !important;
        border-radius: 10px 10px 0 0 !important;
    }
    #suiteshare_chat #widget_circle::after {
        content: "Fale com a gente no whatsapp!";
    }
}
#suiteshare_chat #widget_circle span {
    display: none !important;
}
#suiteshare_chat #widget_logo {
    display: none;
    top: 0 !important;
    margin-left: -3px;
}
@media only screen and (max-width: 768px) {
    #suiteshare_chat #widget_circle {
        bottom: 40px;
        min-width: 40px !important;
        height: 40px !important;
    }
    #suiteshare_chat #widget_logo {
        top: -5px !important;
        margin-left: -8px;
    }
    #suiteshare_chat #circle_close {
        top: 10px !important;
        left: 11px !important;
    }
    .bricks--floating--button {
        margin-bottom: -25px !important;
    }
}

.qlwapp__container.qlwapp__container--middle-right .qlwapp__button {
    margin-right: 20px!important;
    padding-right: 0!important;
}

.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button {
    width: 75px!important;
    height: 75px!important;
    padding: 0!important;
    animation-name: pulse;
    animation-duration: 1.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button:hover {
    animation-play-state: paused;    
}

.qlwapp-whatsapp-icon {
    font-size: 35px!important;
}

.qlwapp__button .qlwapp__icon {
    margin: 0!important;
}

.qlwapp__container.qlwapp__container--rounded .qlwapp__button--button {
    margin-top: 55%!important;
    margin-bottom: 0!important;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}        