@charset "UTF-8";
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(0, 21, 102, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: 0;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.9;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff;
    padding: 8px;
    right: 0;
    top: 0;
    background-color: #b52424;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    border-radius: 32px;
    background: #f3f3f1;
    width: 62px;
    height: 62px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 8px 6px 7px 9px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 8px 6px 7px 9px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: linear-gradient( to top, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 11.64px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
    @media screen and (min-width: 768px) {
        font-size: 14px;
    }
}

@supports (padding: max(0)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    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 {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0);
        transform: rotate3d(0, 0, 1, 0);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0);
        transform: rotate3d(0, 0, 1, 0);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, -50%, 0);
        transform: translate3d(-3000px, -50%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, -50%, 0);
        transform: translate3d(25px, -50%, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, -50%, 0);
        transform: translate3d(-10px, -50%, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, -50%, 0);
        transform: translate3d(5px, -50%, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, -50%, 0);
        transform: translate3d(-3000px, -50%, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, -50%, 0);
        transform: translate3d(25px, -50%, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, -50%, 0);
        transform: translate3d(-10px, -50%, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, -50%, 0);
        transform: translate3d(5px, -50%, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 55px;
    right: 3%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: left;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ee1d23;
}

.bx-wrapper .bx-prev {
    left: 2%;
    background: url(../images/controls.png) no-repeat 0 -67px;
}

.bx-wrapper .bx-next {
    right: 2%;
    background: url(../images/controls.png) no-repeat -68px -67px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -68px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: 0;
    outline: 0;
    width: 69px;
    height: 68px;
    margin-top: -34px;
    text-indent: -9999px;
    z-index: 11;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px;
}

@media screen and (max-width: 990px) {
    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #fff;
        width: 8px;
        height: 8px;
        margin: 0 2px;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
    }
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        bottom: 20px;
    }
    .bx-wrapper .bx-controls-direction a {
        width: 22px;
        height: 22px;
        margin-top: -11px;
    }
    .bx-wrapper .bx-prev {
        background: url(../images/controls.png) no-repeat 0 -21px;
        background-size: 44px auto;
    }
    .bx-wrapper .bx-next {
        right: 2%;
        background: url(../images/controls.png) no-repeat -22px -21px;
        background-size: 44px auto;
    }
    .bx-wrapper .bx-next:hover {
        background-position: -22px 0;
    }
}

@media screen and (max-width: 1024px) {
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 12px;
        height: 12px;
    }
}

.slick-next {
    right: 38px;
}

.slick-prev {
    left: 38px;
    z-index: 10;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 79px;
    height: 79px;
    margin-top: -39.5px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: 45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    font-family: "Abril Fatface", cursive;
    font-size: 34.5px;
    color: #cfcac5;
    line-height: 43px;
}

.slick-dots li:hover,
.slick-dots li:focus,
.slick-dots li.slick-active {
    color: #976b4f;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 17px;
    height: 17px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #d8d8d8;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .slick-dots li button {
        width: 12px;
        height: 12px;
    }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0;
    background: #ee1d23;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    color: #89b848;
    opacity: 0.75;
}

@font-face {
    font-family: "slickregular";
    src: url("slick.eot");
    src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff2") format("woff2"), url("slick.woff") format("woff"), url("slick.svg#slickregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-dots li button:before {
    font-size: 58px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #89b848;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #68736a;
    opacity: 0.95;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1039;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    text-align-last: initial;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.mfp-close {
    background: #fff;
}

.mfp-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: "Roboto", sans-serif;
    transition: opacity 0.15s ease-in;
    @media screen and (min-width: 768px) {
        font-size: 16px;
    }
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 0.6;
}

.mfp-close-btn-in .mfp-close {
    color: #262525;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media (min-width: 768px) {
    .mfp-close {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}

p,
h1,
h2,
h3,
h4,
address {
    font-weight: normal;
    font-style: normal;
    max-height: 99999px;
}

html {
    overflow: -moz-scrollbars-vertical;
    height: 100%;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    color: #000;
}

::-webkit-scrollbar {
    width: 10px;
}

.-left {
    float: left;
}

.-left-none {
    float: none;
}

.-right {
    float: right;
}

.-left-right {
    float: left !important;
}

.-clear-left {
    clear: left;
}

.-clear-both {
    clear: both;
}

.-ttu {
    text-transform: uppercase;
}

.-ttl {
    text-transform: lowercase;
}

.-dn {
    display: none;
}

.-db {
    display: block;
}

.-cp {
    cursor: pointer;
}

.-oi {
    overflow: inherit !important;
}

.-mr0 {
    margin-right: 0 !important;
}

.-lh24 {
    line-height: 21.27px;
}

hr {
    width: 100%;
    height: 1px;
    background-color: #d2d2d2;
}

.-cp:hover {
    text-decoration: underline;
}

.-shadow1 {
    text-shadow: 2px 2px 3px #6c5c42;
}

.-shadow2 {
    text-shadow: 0 0 20px #000, 0 0 20px #000;
}

.-shadow3 {
    text-shadow: 2px 2px 2px black;
    color: #fff;
}

.-fz01 {
    font-size: 10px;
}

.txt18 {
    color: #427fed;
    text-decoration: none;
}

.txt18:hover {
    text-decoration: underline;
    color: #427fed;
}

@media screen and (min-width: 768px) {
    .-left-right {
        float: right !important;
    }
    .-lh24 {
        line-height: 24px;
    }
    .-fz01 {
        font-size: 16px;
    }
}

._display-mobile {
    display: inline-block !important;
}

._display-mobile.-block {
    display: block !important;
}

._display-mobile.-flex {
    display: flex !important;
}

._display-mobile.-table {
    display: table !important;
}

@media (min-width: 768px) {
    ._display-mobile {
        display: none !important;
    }
    ._display-mobile.-block,
    ._display-mobile.-flex,
    ._display-mobile.-table {
        display: none !important;
    }
}

._display-desktop {
    display: none !important;
}

@media (min-width: 768px) {
    ._display-desktop {
        display: inline-block !important;
    }
    ._display-desktop.-block {
        display: block !important;
    }
    ._display-desktop.-table {
        display: table !important;
    }
}

._display-mobile-1024 {
    display: inline-block !important;
}

@media (min-width: 1024px) {
    ._display-mobile-1024 {
        display: none !important;
    }
}

._display-desktop-1024 {
    display: none !important;
}

@media (min-width: 1024px) {
    ._display-desktop-1024 {
        display: inline-block !important;
    }
}

._display-desktop-inline {
    display: none;
}

@media screen and (min-width: 768px) {
    ._display-desktop-inline {
        display: inline;
    }
}

._hidden {
    display: none !important;
}

.hamburguer-menu {
    position: absolute;
    top: 50px;
    left: 9.5%;
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    width: 42px;
    height: 23px;
    font-size: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    vertical-align: top;
    z-index: 605;
    outline: 0;
    cursor: pointer;
}

.hamburguer-menu.-open {
    position: absolute;
    right: 10%;
    top: 53px;
}

.hamburguer-menu.-open.-new-top {
    top: 41px;
}

.hamburguer-menu.-open>.one,
.hamburguer-menu.-open>.four {
    top: 9px;
}

.hamburguer-menu.-open>.one {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #fff;
    height: 3px;
}

.hamburguer-menu.-open>.four {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background: #fff;
    height: 3px;
}

.hamburguer-menu.-open>.two,
.hamburguer-menu.-open>.three {
    opacity: 0;
}

.hamburguer-menu>.one,
.hamburguer-menu>.two,
.hamburguer-menu>.three,
.hamburguer-menu>.four {
    position: absolute;
    background: #000;
    width: 42px;
    height: 4px;
    transition: opacity 0.05s ease-out, top 0.1s ease-out, transform 0.15s ease-in;
    -webkit-transition: opacity 0.05s ease-out, top 0.1s ease-out, transform 0.15s ease-in;
}

.hamburguer-menu>.one {
    top: 0;
}

.hamburguer-menu>.two {
    top: 12.5px;
    opacity: 1;
}

.hamburguer-menu>.three {
    top: 8px;
}

.hamburguer-menu>.four {
    top: 24.5px;
}

@media screen and (min-width: 768px) {
    .hamburguer-menu {
        left: 3.5%;
    }
    .hamburguer-menu.-open {
        right: 120px;
    }
}

.black-w {
    width: 100%;
    padding: 10px 0;
    background-color: #000;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .black-w {
        padding: 14px 0;
    }
}

.black-w>a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .black-w>a {
        font-size: 20px;
    }
}

.site-top {
    margin: 0;
    width: 100%;
    float: left;
    background-color: #fff;
    padding-bottom: 9px;
}

.site-top>.content {
    max-width: 1490px;
    height: auto;
    margin: 0 auto;
    padding: 9px 9.5%;
    position: relative;
}

.site-top>.content>p {
    font-size: 16px;
    margin: 47px 0 0 52px;
    float: left;
    display: none;
}

.site-top>.content>p.customers-area {
    margin-right: 100px;
}

.site-top>.content>a.icon-customers-area {
    float: right;
    font-size: 42px;
    color: #000;
    margin: 33px 18px 0 0;
    text-decoration: none;
    display: none;
}

@media screen and (min-width: 768px) {
    .site-top>.content {
        padding: 9px 3.5%;
    }
    .site-top>.content>p {
        display: block;
    }
    .site-top>.content>a.icon-customers-area {
        display: block;
    }
}

.site-top>.content>div.logo {
    width: 152px;
    height: 110px;
    margin: 0 0 0 22%;
    float: left;
    text-align: center;
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.site-top>.content>div.logo.-new-size {
    width: 110px;
}

@media screen and (min-width: 375px) {
    .site-top>.content>div.logo.-new-size {
        width: 152px;
    }
}

@media screen and (min-width: 768px) {
    .site-top>.content>div.logo.-new-size {
        width: 225px;
    }
}

.site-top>.content>div.logo:hover {
    opacity: 0.8;
}

.site-top>.content>div.logo>a>h1 {
    width: 152px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.site-top>.content>div.logo>a>h1>img {
    width: 152px;
}

@media screen and (min-width: 415px) {
    .site-top>.content>div.logo {
        width: 185px;
        height: 110px;
    }
    .site-top>.content>div.logo>a>h1 {
        width: 185px;
    }
    .site-top>.content>div.logo>a>h1>img {
        width: 185px;
    }
}

@media screen and (min-width: 768px) {
    .site-top>.content>div.logo {
        width: 225px;
        height: 115px;
        margin: 0 0 0 25px;
    }
    .site-top>.content>div.logo>a>h1 {
        width: 224px;
    }
    .site-top>.content>div.logo>a>h1>img {
        width: auto !important;
    }
}

.site-top>.content>ul {
    margin: 31px 3.6% 0 0;
    float: right;
    width: 38%;
    display: none;
}

.site-top>.content>ul.fonesTop>li.-viewpl,
.site-top>.content>ul.fonesTop>li.-viewe,
.site-top>.content>ul.fonesTop>li.-viewl {
    display: none;
}

@media screen and (min-width: 980px) {
    .site-top>.content>ul {
        display: block;
        width: 21%;
    }
}

@media screen and (min-width: 1046px) {
    .site-top>.content>ul {
        width: auto;
    }
    .site-top>.content>ul.fonesTop>li.-viewl {
        display: block;
    }
}

@media screen and (min-width: 1210px) {
    .site-top>.content>ul.fonesTop>li.-viewe {
        display: block;
    }
}

@media screen and (min-width: 1500px) {
    .site-top>.content>ul.fonesTop>li.-viewpl {
        display: block;
    }
}

.site-top>.content>ul>li {
    padding-right: 30px;
    display: table-cell;
    width: auto;
    float: left;
}

.site-top>.content>ul>li.-logged {
    padding-right: 0;
}

@media screen and (min-width: 1210px) {
    .site-top>.content>ul>li {
        padding-right: 15px;
    }
}

@media screen and (min-width: 1280px) {
    .site-top>.content>ul>li {
        padding-right: 30px;
    }
}

.site-top>.content>ul>li>p.info {
    font-size: 16px;
    line-height: 19px;
    color: #373435;
}

.site-top>.content>ul>li>p.fone.-nameCorret {
    width: 140px;
    float: left;
}

.site-top>.content>ul>li>p.fone>a {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    line-height: 29px;
    text-decoration: none;
    color: #373435;
}

.site-top>.content>ul>li>p.fone>a.-set-color-red {
    color: #ff0256;
}

.site-top>.content>ul>li>div.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    background-color: #e9e9e9;
    margin-right: 22px;
}

.site-top>.content>ul>li>div.avatar>p {
    font-family: "Roboto", sans-serif;
    text-align: center;
    line-height: 60px;
    color: #c23a3e;
    text-transform: uppercase;
    font-size: 30px;
}

.site-top>.content>div.medias {
    margin: 39px 0 0 0;
    float: right;
}

.site-top>.content>div.medias>li {
    float: left;
    margin-right: 15px;
    display: block;
}

.site-top>.content>div.medias>li.-set-mr {
    margin-right: 4px;
}

@media screen and (min-width: 768px) {
    .site-top>.content>div.medias>li {
        display: none;
        margin-right: 15px;
    }
    .site-top>.content>div.medias>li.-set-mr {
        margin-right: 15px;
    }
}

.site-top>.content>div.medias>li>div.avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    background-color: #e9e9e9;
    margin-right: 0;
}

.site-top>.content>div.medias>li>div.avatar>p {
    font-family: "Roboto", sans-serif;
    text-align: center;
    line-height: 36px;
    color: #c23a3e;
    text-transform: uppercase;
    font-size: 18px;
}

.site-top>.content>div.medias>a {
    margin-right: 0;
    float: left;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.site-top>.content>div.medias>a:last-child {
    margin-right: 0;
}

.site-top>.content>div.medias>a.-view-area {
    display: none;
}

.site-top>.content>div.medias>a:hover {
    opacity: 0.8;
}

.site-top>.content>div.medias>a>i {
    font-size: 32.68px;
    color: #000;
}

.site-top>.content>div.medias>a>i.icon-youtube {
    font-size: 25px;
    color: #f70000;
}

.site-top>.content>div.medias>a>i.icon-instagram {
    background: -webkit-linear-gradient(#b93392, #f28a21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.site-top>.content>div.medias>a>i.icon-face {
    color: #4064ac;
}

.site-top>.content>div.medias>a>i.icon-linkedin {
    color: #0073b1;
}

.site-top>.content>div.medias>a>i.icon-whatsapp {
    color: #0ebf42;
}

.site-top>.content>div.medias>a>i.icon-instagram,
.site-top>.content>div.medias>a>i.icon-face,
.site-top>.content>div.medias>a>i.icon-linkedin,
.site-top>.content>div.medias>a>i.icon-youtube,
.site-top>.content>div.medias>a>i.icon-login {
    display: none;
}

@media screen and (min-width: 768px) {
    .site-top>.content>div.medias>a {
        margin-right: 12px;
    }
    .site-top>.content>div.medias>a.-set-mt {
        margin-top: 4px;
    }
    .site-top>.content>div.medias>a.-view-area {
        display: block;
    }
    .site-top>.content>div.medias>a>i.icon-login {
        font-size: 36px;
        margin-right: 25px;
        cursor: pointer;
    }
    .site-top>.content>div.medias>a>i.icon-instagram,
    .site-top>.content>div.medias>a>i.icon-face,
    .site-top>.content>div.medias>a>i.icon-linkedin,
    .site-top>.content>div.medias>a>i.icon-youtube,
    .site-top>.content>div.medias>a>i.icon-login {
        display: block;
    }
}

.site-top>.content>.loginto {
    float: right;
    margin: 26px 28px 0 0;
    display: none;
}

.site-top>nav {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 50px 0;
    display: none;
    z-index: 604;
}

.site-top>nav.-closed {
    display: block;
}

.site-top>nav>.content {
    max-width: 1490px;
    height: auto;
    margin: 0 auto;
    padding: 0 9.5%;
    overflow: hidden;
    position: relative;
}

.site-top>nav>.content>p {
    font-size: 16px;
    margin: 6px 0 0 58px;
    float: left;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .site-top>nav>.content {
        padding: 0 3.5%;
    }
    .site-top>nav>.content>p {
        margin: 6px 0 0 53px;
    }
}

.site-top>nav>.content>div.box-menu {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.site-top>nav>.content>div.box-menu>ul.item {
    float: left;
}

.site-top>nav>.content>div.box-menu>ul.item>li {
    font-size: 38px;
    line-height: 55px;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.site-top>nav>.content>div.box-menu>ul.item>li.-set-size {
    font-size: 21px;
    line-height: 36px;
}

.site-top>nav>.content>div.box-menu>ul.item>li.-set-lh {
    line-height: 32px;
}

@media screen and (min-width: 376px) {
    .site-top>nav>.content>div.box-menu>ul.item>li.-set-size {
        font-size: 28px;
    }
}

@media screen and (min-width: 768px) {
    .site-top>nav>.content>div.box-menu>ul.item>li.-set-size {
        font-size: 64px;
        line-height: 99px;
    }
    .site-top>nav>.content>div.box-menu>ul.item>li.-set-lh {
        line-height: 55px;
    }
}

.site-top>nav>.content>div.box-menu>ul.item>li>a {
    cursor: pointer;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .site-top>nav>.content>div.box-menu {
        margin-top: 69px;
    }
    .site-top>nav>.content>div.box-menu>ul.item>li {
        font-size: 64px;
        line-height: 99px;
    }
}

.site-top>nav>.content>div.box-menu>ul.phone {
    margin: 35px 0 0 0;
    float: left;
}

.site-top>nav>.content>div.box-menu>ul.phone>li {
    color: #fff;
    margin-bottom: 23px;
    margin-right: 6%;
    float: left;
}

.site-top>nav>.content>div.box-menu>ul.phone>li.-set-mr {
    margin-right: 0;
}

.site-top>nav>.content>div.box-menu>ul.phone>li>p.info {
    font-size: 16px;
    line-height: 19px;
}

.site-top>nav>.content>div.box-menu>ul.phone>li>p.fone>a {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    color: #fff;
}

.site-top>nav>.content>div.box-menu>ul.phone>li>a {
    margin-right: 12px;
    float: left;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.site-top>nav>.content>div.box-menu>ul.phone>li>a:last-child {
    margin-right: 0;
}

.site-top>nav>.content>div.box-menu>ul.phone>li>a:hover {
    opacity: 0.8;
}

.site-top>nav>.content>div.box-menu>ul.phone>li>a>i {
    font-size: 32.68px;
    color: #fff;
}

.site-top>nav>.content>div.box-menu>ul.phone>div.medias {
    display: none;
    width: 100%;
    margin: 25px 0 0 0;
    float: left;
}

.site-top>nav>.content>div.box-menu>ul.phone>div.medias>a {
    margin-right: 15px;
    float: left;
    text-decoration: none;
}

.site-top>nav>.content>div.box-menu>ul.phone>div.medias>a:last-child {
    margin-right: 0;
}

.site-top>nav>.content>div.box-menu>ul.phone>div.medias>a>i {
    font-size: 39.68px;
    color: #fff !important;
}

@media screen and (min-width: 768px) {
    .site-top>nav>.content>div.box-menu>ul.phone>div.medias {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .site-top>nav>.content>div.box-menu>ul.phone {
        margin: 25px 0 0 12.4%;
    }
    .site-top>nav>.content>div.box-menu>ul.phone>li {
        float: none;
        margin-right: 0;
        margin-bottom: 32px;
    }
    .site-top>nav>.content>div.box-menu>ul.phone>li>p.fone>a {
        font-size: 24px;
        line-height: 29px;
    }
}

.site-top>nav>.content>div.box-menu>div.medias {
    display: block;
    width: 100%;
    margin: 25px 0 0 0;
    float: left;
}

.site-top>nav>.content>div.box-menu>div.medias>a {
    margin-right: 15px;
    float: left;
    text-decoration: none;
}

.site-top>nav>.content>div.box-menu>div.medias>a:last-child {
    margin-right: 0;
}

.site-top>nav>.content>div.box-menu>div.medias>a>i {
    font-size: 39.68px;
    color: #fff !important;
}

@media screen and (min-width: 768px) {
    .site-top>nav>.content>div.box-menu>div.medias {
        display: none;
    }
}

.site-targeting {
    margin: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media screen and (min-width: 881px) {
    .site-targeting {
        height: 100vh;
    }
}

.site-targeting>.content {
    max-width: 2560px;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .site-targeting>.content {
        background-size: auto auto;
    }
}

.site-targeting>.content>div.color {
    width: 100%;
    height: 100%;
    float: left;
}

.site-targeting>.content>div.color>h1 {
    height: 150px;
    text-indent: -5000px;
    margin-top: 2%;
    zoom: 0.7;
}

@media screen and (min-width: 321px) {
    .site-targeting>.content>div.color>h1 {
        zoom: 0.8;
    }
}

@media screen and (min-width: 361px) {
    .site-targeting>.content>div.color>h1 {
        zoom: 0.9;
    }
}

@media screen and (min-width: 500px) {
    .site-targeting>.content>div.color>h1 {
        zomm: 1;
    }
}

.site-targeting>.content>div.color>div.info-inc-imo {
    max-width: 82%;
    height: auto;
    margin: 15px auto 0;
    overflow: hidden;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .site-targeting>.content>div.color>div.info-inc-imo {
        max-width: 970px;
        margin: 0 auto 0;
    }
    .site-targeting>.content>div.color>div.info-inc-imo.-set-size {
        max-width: 1250px;
    }
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case {
    width: auto;
    height: auto;
    zoom: 0.9;
    display: inline-block;
    margin: 0 1%;
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case.-three-box {
    float: left;
    margin-top: 25px;
}

@media screen and (min-width: 321px) {
    .site-targeting>.content>div.color>div.info-inc-imo>div.box-case.-three-box {
        margin-top: 45px;
    }
}

@media screen and (min-width: 768px) {
    .site-targeting>.content>div.color>div.info-inc-imo>div.box-case.-three-box {
        float: none;
        margin-top: 0;
    }
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case.-set-zoom {
    zoom: 0.8;
}

@media screen and (min-width: 991px) {
    .site-targeting>.content>div.color>div.info-inc-imo>div.box-case.-set-zoom {
        zoom: 0.9;
    }
}

@media screen and (min-width: 1100px) {
    .site-targeting>.content>div.color>div.info-inc-imo>div.box-case.-set-zoom {
        zoom: 1;
    }
}

@media screen and (min-width: 321px) {
    .site-targeting>.content>div.color>div.info-inc-imo>div.box-case {
        zoom: 1;
    }
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case.-fl {
    float: left;
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case.-fr {
    float: left;
    margin-top: 25px;
}

@media screen and (min-width: 321px) {
    .site-targeting>.content>div.color>div.info-inc-imo>div.box-case.-fr {
        margin-top: 45px;
    }
}

@media screen and (min-width: 500px) {
    .site-targeting>.content>div.color>div.info-inc-imo>div.box-case.-fr {
        float: right;
        margin-top: 0;
    }
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case>p.info {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    float: left;
    text-align: left;
    clear: both;
    margin-top: 6px;
    font-family: "Roboto", sans-serif;
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case>div.fonemail {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 20px;
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case>div.fonemail>p {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    float: left;
    text-align: left;
    margin-top: 10px;
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case>div.fonemail>p.-mr {
    margin-right: 35px;
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case>div.fonemail>p>a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
}

.site-targeting>.content>div.color>div.info-inc-imo>div.box-case>div.fonemail>p>a:hover {
    opacity: 0.8;
}

._display-desktop-tra {
    display: none !important;
}

@media screen and (min-width: 881px) {
    ._display-desktop-tra {
        display: inline-block !important;
    }
}

.site-home-featured-properties {
    margin: 0 0 35px;
    width: 100%;
    float: left;
}

.site-home-featured-properties.-set-mt {
    margin: 90px 0 35px;
}

.site-home-featured-properties>.content {
    max-width: 1425px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.site-home-featured-properties>.content.-set-pd,
.site-home-featured-properties>.content>p.important {
    padding: 0 9.5%;
}

@media screen and (min-width: 768px) {
    .site-home-featured-properties>.content {
        padding: 0 3.5%;
    }
}

.site-home-institutional {
    margin: 0 0 90px;
    width: 100%;
    float: left;
}

.site-home-institutional>.content {
    max-width: 1425px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background: 0;
}

@media screen and (min-width: 768px) {
    .site-home-institutional>.content {
        background: url("../images/back-bullets.png") no-repeat top right;
    }
}

.site-home-institutional>.content>div.left-side {
    width: 100%;
    float: left;
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .site-home-institutional>.content>div.left-side {
        width: 30%;
        margin-left: 2.2%;
    }
}

.site-home-institutional>.content>div.left-side>p {
    color: #181717;
    font-size: 16px;
    line-height: 155%;
    margin-top: 30px;
    padding: 0 9.5%;
}

.site-home-institutional>.content>div.left-side>p.-set-mt {
    margin-top: 30px;
    display: none;
}

.site-home-institutional>.content>div.left-side>p.-set-mt>picture.imgExtra {
    float: left;
    width: 200px;
    height: auto;
}

.site-home-institutional>.content>div.left-side>p.-set-mt>picture.imgExtra>img {
    width: 100%;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-home-institutional>.content>div.left-side>p.-set-mt>picture.imgExtra {
        width: 200px;
    }
}

@media screen and (min-width: 768px) {
    .site-home-institutional>.content>div.left-side>p {
        margin-top: 50px;
        padding: 0;
    }
}

.site-home-institutional>.content>picture {
    width: 100%;
    float: right;
    margin-top: 35px;
}

.site-home-institutional>.content>picture.-set-top {
    margin-top: 35px;
}

@media screen and (min-width: 768px) {
    .site-home-institutional>.content>picture {
        width: 61.755%;
        margin-top: 94px;
    }
    .site-home-institutional>.content>picture.-set-top {
        margin-top: 20px;
    }
}

.site-home-institutional>.content>picture>img {
    width: 100%;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-home-institutional {
        margin: 0 0 150px;
    }
    .site-home-institutional>.content {
        padding: 0 3.5%;
    }
}

.site-home-keep-up-with {
    margin: 0 0 35px;
    width: 100%;
    float: left;
    background: url("../images/bck-acompanhe-m.png") no-repeat center center;
}

.site-home-keep-up-with>.content {
    max-width: 1375px;
    height: auto;
    margin: 0 auto;
    padding: 50px 9.5% 60px;
    position: relative;
    overflow: hidden;
}

.site-home-keep-up-with>.content>ul {
    width: 100%;
    float: left;
}

.site-home-keep-up-with>.content>ul>li {
    width: 100%;
    display: inline-table;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .site-home-keep-up-with>.content>ul>li {
        width: 33%;
    }
}

.site-home-keep-up-with>.content>ul>li>p {
    width: 85%;
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 170%;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .site-home-keep-up-with>.content>ul>li>p {
        width: 59%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .site-home-keep-up-with {
        background: url("../images/bck-acompanhe.jpg") no-repeat center center;
    }
    .site-home-keep-up-with>.content {
        padding: 90px 3.5%;
    }
}

.site-home-exclusive-options {
    margin: 35px 0 35px;
    width: 100%;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-home-exclusive-options {
        margin: 0 0 35px;
    }
}

.site-home-exclusive-options>.content {
    max-width: 1425px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.site-home-exclusive-options>.content>ul.box-option {
    width: 84%;
    height: auto;
    float: left;
    margin: 10px 0 25px 8%;
}

@media screen and (min-width: 415px) {
    .site-home-exclusive-options>.content>ul.box-option {
        width: 82%;
    }
}

@media screen and (min-width: 768px) {
    .site-home-exclusive-options>.content>ul.box-option {
        width: 65%;
        margin: 5px 0 50px 0.2%;
    }
}

@media screen and (min-width: 1025px) {
    .site-home-exclusive-options>.content>ul.box-option {
        width: 42%;
        margin: 53px 0 50px 0.2%;
    }
}

.site-home-exclusive-options>.content>ul.box-option>li {
    width: 45.3%;
    height: 163px;
    float: left;
    margin: 2%;
    background-color: #fff;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (min-width: 415px) {
    .site-home-exclusive-options>.content>ul.box-option>li {
        width: 29.3%;
        height: 195px;
    }
}

.site-home-exclusive-options>.content>ul.box-option>li>a {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    text-decoration: none;
}

.site-home-exclusive-options>.content>ul.box-option>li>a>i {
    font-size: 56px;
    margin-top: 23%;
    display: block;
    color: #fff;
}

@media screen and (min-width: 415px) {
    .site-home-exclusive-options>.content>ul.box-option>li>a>i {
        font-size: 66px;
        margin-top: 25%;
    }
}

.site-home-exclusive-options>.content>ul.box-option>li>a>i.icon-tour {
    font-size: 44px;
    margin-top: 29%;
    margin-bottom: 13px;
}

@media screen and (min-width: 415px) {
    .site-home-exclusive-options>.content>ul.box-option>li>a>i.icon-tour {
        font-size: 50px;
        margin-bottom: 26px;
    }
}

.site-home-exclusive-options>.content>ul.box-option>li>a>p {
    font-size: 24px;
    color: #231f20;
    margin-top: 10px;
}

.site-home-exclusive-options>.content>ul.box-option>li>a>p.-set-bw {
    color: #fff;
}

@media screen and (min-width: 415px) {
    .site-home-exclusive-options>.content>ul.box-option>li>a>p {
        margin-top: 17px;
    }
}

.site-home-exclusive-options>.content>ul.box-option>li:hover {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@media screen and (min-width: 403px) {
    .site-home-exclusive-options>.content>ul.box-option>li:hover {
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.site-home-exclusive-options>.content>div.box-gallery {
    width: 82%;
    float: left;
    margin-bottom: 0;
    margin-left: 8%;
    position: relative;
}

@media screen and (min-width: 415px) {
    .site-home-exclusive-options>.content>div.box-gallery {
        margin-bottom: 60px;
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .site-home-exclusive-options>.content>div.box-gallery {
        width: 100%;
        float: right;
        margin-left: 0;
    }
}

@media screen and (min-width: 1025px) {
    .site-home-exclusive-options>.content>div.box-gallery {
        width: 53%;
        margin-bottom: 90px;
    }
}

.site-home-exclusive-options>.content>div.box-gallery>picture {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 11%;
    z-index: 2;
    display: none;
}

.site-home-exclusive-options>.content>div.box-gallery>picture>img.loader-oe {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .site-home-exclusive-options>.content {
        padding: 0 3.5%;
    }
}

.site-home-featured-properties.-detach {
    width: 100%;
}

.site-home-featured-properties.-detach>.content {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .site-home-featured-properties.-detach {
        width: 93%;
    }
    .site-home-featured-properties.-detach>.content {
        padding: 0 3.5%;
    }
}

@media screen and (min-width: 1600px) {
    .site-home-featured-properties.-detach {
        width: 100%;
    }
}

.site-home-latest-properties,
.site-most-viewed-properties {
    margin: 20px 0 30px;
    width: 100%;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-home-latest-properties,
    .site-most-viewed-properties {
        margin: 20px 0 70px;
    }
}

.site-home-latest-properties>.content,
.site-most-viewed-properties>.content {
    max-width: 1425px;
    height: auto;
    margin: 0 auto;
    padding: 0 9.5%;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-home-latest-properties>.content,
    .site-most-viewed-properties>.content {
        padding: 0 3.5%;
    }
}

.site-home-latest-properties>.content>p.result,
.site-most-viewed-properties>.content>p.result {
    margin: 0 0 20px 2.2%;
    font-size: 20px;
    width: 100%;
    float: left;
}

.site-home-latest-properties>.content>picture.loader,
.site-most-viewed-properties>.content>picture.loader {
    display: none;
    position: absolute;
    top: 475px;
    left: 50%;
    margin-left: -33px;
}

@media screen and (min-width: 768px) {
    .site-home-latest-properties>.content>picture.loader,
    .site-most-viewed-properties>.content>picture.loader {
        top: 205px;
    }
}

.site-home-latest-properties>.content>ul,
.site-most-viewed-properties>.content>ul {
    margin: 25px 0 0;
    width: 100%;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-home-latest-properties>.content>ul,
    .site-most-viewed-properties>.content>ul {
        margin: 0;
    }
}

.site-home-latest-properties>.content>ul>li,
.site-most-viewed-properties>.content>ul>li {
    width: 100%;
    height: 163px;
    margin: 0 0 16px;
    background-color: #fff;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: left;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03), 0 0 10px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03), 0 0 10px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03), 0 0 10px 0 rgba(0, 0, 0, 0.03);
}

.site-home-latest-properties>.content>ul>li.-set-empree,
.site-most-viewed-properties>.content>ul>li.-set-empree {
    height: 118px;
}

@media screen and (min-width: 768px) {
    .site-home-latest-properties>.content>ul>li,
    .site-most-viewed-properties>.content>ul>li {
        width: 30.895%;
        height: 335px;
        margin: 1.05%;
    }
    .site-home-latest-properties>.content>ul>li.-set-empree,
    .site-most-viewed-properties>.content>ul>li.-set-empree {
        height: 320px;
    }
}

@media screen and (min-width: 1024px) {
    .site-home-latest-properties>.content>ul>li,
    .site-most-viewed-properties>.content>ul>li {
        width: 22.895%;
    }
}

@media screen and (min-width: 1280px) {
    .site-home-latest-properties>.content>ul>li,
    .site-most-viewed-properties>.content>ul>li {
        width: 17.895%;
    }
}

.site-home-latest-properties>.content>ul>li>a>picture,
.site-most-viewed-properties>.content>ul>li>a>picture {
    width: 35.7%;
    height: 163px;
    float: left;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    -o-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}

.site-home-latest-properties>.content>ul>li>a>picture.-set-empree,
.site-most-viewed-properties>.content>ul>li>a>picture.-set-empree {
    height: 118px;
}

.site-home-latest-properties>.content>ul>li>a>picture>img,
.site-most-viewed-properties>.content>ul>li>a>picture>img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.site-home-latest-properties>.content>ul>li>a>picture>img.-set-hidden,
.site-most-viewed-properties>.content>ul>li>a>picture>img.-set-hidden {
    opacity: 0;
}

.site-home-latest-properties>.content>ul>li>a>picture>img.-set-empree,
.site-most-viewed-properties>.content>ul>li>a>picture>img.-set-empree {
    height: 103%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 360px) {
    .site-home-latest-properties>.content>ul>li>a>picture>img.-set-empree,
    .site-most-viewed-properties>.content>ul>li>a>picture>img.-set-empree {
        height: 110%;
    }
}

@media screen and (min-width: 375px) {
    .site-home-latest-properties>.content>ul>li>a>picture>img.-set-empree,
    .site-most-viewed-properties>.content>ul>li>a>picture>img.-set-empree {
        height: 114%;
    }
}

@media screen and (min-width: 414px) {
    .site-home-latest-properties>.content>ul>li>a>picture>img.-set-empree,
    .site-most-viewed-properties>.content>ul>li>a>picture>img.-set-empree {
        height: 130%;
    }
}

@media screen and (min-width: 568px) {
    .site-home-latest-properties>.content>ul>li>a>picture>img.-set-empree,
    .site-most-viewed-properties>.content>ul>li>a>picture>img.-set-empree {
        height: 150%;
    }
}

.site-home-latest-properties>.content>ul>li>a>picture>p,
.site-most-viewed-properties>.content>ul>li>a>picture>p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: left;
    position: absolute;
    right: 10px;
    top: 8px;
    text-shadow: #000 0 0 0.2em;
    z-index: 2;
}

.site-home-latest-properties>.content>ul>li>a>picture>div.container-box,
.site-most-viewed-properties>.content>ul>li>a>picture>div.container-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url("../images/back-finalidade-m.png") repeat-x top center;
}

.site-home-latest-properties>.content>ul>li>a>picture>div.container-box.-set-empree,
.site-most-viewed-properties>.content>ul>li>a>picture>div.container-box.-set-empree {
    background: 0;
}

@media screen and (min-width: 768px) {
    .site-home-latest-properties>.content>ul>li>a>picture,
    .site-most-viewed-properties>.content>ul>li>a>picture {
        width: 100%;
        height: 190px;
        border-top-right-radius: 10px;
        -o-border-top-right-radius: 10px;
        -moz-border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        -o-border-bottom-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
    }
    .site-home-latest-properties>.content>ul>li>a>picture.-set-empree,
    .site-most-viewed-properties>.content>ul>li>a>picture.-set-empree {
        height: 190px;
    }
    .site-home-latest-properties>.content>ul>li>a>picture>img,
    .site-most-viewed-properties>.content>ul>li>a>picture>img {
        height: auto;
        width: 100%;
        position: absolute;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .site-home-latest-properties>.content>ul>li>a>picture>img.-set-empree,
    .site-most-viewed-properties>.content>ul>li>a>picture>img.-set-empree {
        height: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .site-home-latest-properties>.content>ul>li>a>picture>p,
    .site-most-viewed-properties>.content>ul>li>a>picture>p {
        top: auto;
        right: auto;
        left: 23px;
        bottom: 16px;
    }
    .site-home-latest-properties>.content>ul>li>a>picture>div.container-box,
    .site-most-viewed-properties>.content>ul>li>a>picture>div.container-box {
        box-shadow: inset 0 10px 80px rgba(0, 0, 0, 0.5), inset 0 -100px 70px -50px rgba(0, 0, 0, 0.5);
        background: 0;
    }
}

.site-home-latest-properties>.content>ul>li:hover,
.site-most-viewed-properties>.content>ul>li:hover {
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2), 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2), 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2), 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.site-home-latest-properties>.content>ul>li>p.info,
.site-most-viewed-properties>.content>ul>li>p.info {
    width: 60%;
    font-size: 15px;
    line-height: 20px;
    padding: 9px 0 0 10px;
    color: #181717;
    float: left;
    position: relative;
    display: inline-block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 360px) {
    .site-home-latest-properties>.content>ul>li>p.info,
    .site-most-viewed-properties>.content>ul>li>p.info {
        width: 55%;
    }
}

.site-home-latest-properties>.content>ul>li>p.info>.tooltiptext,
.site-most-viewed-properties>.content>ul>li>p.info>.tooltiptext {
    visibility: hidden;
    width: 210px;
    background: RGB(229, 229, 229, 0.9);
    color: #181717;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 2;
    top: -9%;
    left: calc(50% - 100px);
    opacity: 0;
    transition: opacity 0.5s;
}

.site-home-latest-properties>.content>ul>li>p.info>.tooltiptext:after,
.site-most-viewed-properties>.content>ul>li>p.info>.tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #e5e5e5 transparent transparent transparent;
}

.site-home-latest-properties>.content>ul>li>p.info:hover>.tooltiptext,
.site-most-viewed-properties>.content>ul>li>p.info:hover>.tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 415px) {
    .site-home-latest-properties>.content>ul>li>p.info,
    .site-most-viewed-properties>.content>ul>li>p.info {
        font-size: 16px;
        padding: 9px 0 0 20px;
    }
}

@media screen and (min-width: 768px) {
    .site-home-latest-properties>.content>ul>li>p.info,
    .site-most-viewed-properties>.content>ul>li>p.info {
        width: 84%;
        padding: 21px 23px 0;
    }
    .site-home-latest-properties>.content>ul>li>p.info>.tooltiptext,
    .site-most-viewed-properties>.content>ul>li>p.info>.tooltiptext {
        top: -49%;
        left: calc(50% - 107px);
    }
}

.site-home-latest-properties>.content>ul>li>p.price,
.site-most-viewed-properties>.content>ul>li>p.price {
    font-size: 19px;
    line-height: 15px;
    padding: 0 0 0 10px;
    float: left;
    color: #ccc;
    font-family: "Roboto", sans-serif;
}

.site-home-latest-properties>.content>ul>li>p.price.-set-empty,
.site-most-viewed-properties>.content>ul>li>p.price.-set-empty {
    display: none;
}

@media screen and (min-width: 768px) {
    .site-home-latest-properties>.content>ul>li>p.price.-set-empty,
    .site-most-viewed-properties>.content>ul>li>p.price.-set-empty {
        display: block;
        width: 100%;
        height: 10px;
    }
}

.site-home-latest-properties>.content>ul>li>p.price.-promotional>font,
.site-home-latest-properties>.content>ul>li>p.price.-promotional2>font,
.site-most-viewed-properties>.content>ul>li>p.price.-promotional>font,
.site-most-viewed-properties>.content>ul>li>p.price.-promotional2>font {
    font-size: 14px;
}

.site-home-latest-properties>.content>ul>li>p.price.-promotional>span,
.site-home-latest-properties>.content>ul>li>p.price.-promotional2>span,
.site-most-viewed-properties>.content>ul>li>p.price.-promotional>span,
.site-most-viewed-properties>.content>ul>li>p.price.-promotional2>span {
    font-size: 18px;
    text-decoration: line-through;
}

@media screen and (min-width: 768px) {
    .site-home-latest-properties>.content>ul>li>p.price.-promotional.-promotional2,
    .site-home-latest-properties>.content>ul>li>p.price.-promotional2.-promotional2,
    .site-most-viewed-properties>.content>ul>li>p.price.-promotional.-promotional2,
    .site-most-viewed-properties>.content>ul>li>p.price.-promotional2.-promotional2 {
        padding-top: 15px;
    }
}

@media screen and (min-width: 360px) {
    .site-home-latest-properties>.content>ul>li>p.price,
    .site-most-viewed-properties>.content>ul>li>p.price {
        font-size: 22px;
    }
}

@media screen and (min-width: 415px) {
    .site-home-latest-properties>.content>ul>li>p.price,
    .site-most-viewed-properties>.content>ul>li>p.price {
        padding: 3px 0 0 20px;
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) {
    .site-home-latest-properties>.content>ul>li>p.price,
    .site-most-viewed-properties>.content>ul>li>p.price {
        padding: 5px 18px 0;
        zoom: 1;
    }
}

@media screen and (min-width: 1025px) {
    .site-home-latest-properties>.content>ul>li>p.price,
    .site-most-viewed-properties>.content>ul>li>p.price {
        zoom: 0.9;
    }
}

@media screen and (min-width: 1099px) {
    .site-home-latest-properties>.content>ul>li>p.price,
    .site-most-viewed-properties>.content>ul>li>p.price {
        zoom: 1;
    }
}

@media screen and (min-width: 1280px) {
    .site-home-latest-properties>.content>ul>li>p.price,
    .site-most-viewed-properties>.content>ul>li>p.price {
        zoom: 0.9;
    }
}

@media screen and (min-width: 1402px) {
    .site-home-latest-properties>.content>ul>li>p.price,
    .site-most-viewed-properties>.content>ul>li>p.price {
        zoom: 1;
    }
}

.site-home-latest-properties>.content>ul>div.loading,
.site-home-latest-properties>.content>ul>div.loadingui,
.site-home-latest-properties>.content>ul>div.loadingmv,
.site-home-latest-properties>.content>ul>div.loadingEM,
.site-home-latest-properties>.content>ul>div.loadingEMP,
.site-most-viewed-properties>.content>ul>div.loading,
.site-most-viewed-properties>.content>ul>div.loadingui,
.site-most-viewed-properties>.content>ul>div.loadingmv,
.site-most-viewed-properties>.content>ul>div.loadingEM,
.site-most-viewed-properties>.content>ul>div.loadingEMP {
    display: none;
    width: 229px;
    height: 65px;
    text-align: center;
    float: left;
    clear: both;
    margin: 35px 0 0 calc(50% - 114.5px);
}

.site-home-main-banner {
    width: 100%;
    height: auto;
    float: left;
    z-index: 1;
}

.site-home-main-banner .content {
    max-width: 1490px;
    height: auto;
    margin: 33px auto 0;
    padding: 0 9.5%;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-home-main-banner .content {
        padding: 0 3.5%;
        margin: 0 auto 90px;
    }
}

.site-home-main-banner .content>#slider-wrapper {
    margin-top: 0;
    position: relative;
}

.site-home-main-banner .content>#slider-wrapper .Icon--down-arrow:before {
    content: "\E011";
}

.site-home-main-banner .content>#slider-wrapper .Hero-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: border-color 0.5s linear, color 0.5s linear;
    -moz-transition: border-color 0.5s linear, color 0.5s linear;
    -o-transition: border-color 0.5s linear, color 0.5s linear;
    transition: border-color 0.5s linear, color 0.5s linear;
    z-index: 602;
}

@media screen and (min-width: 768px) {
    .site-home-main-banner .content>#slider-wrapper .Hero-arrow {
        width: 60px;
        height: 60px;
        bottom: -30px;
        margin-left: -30px;
    }
}

.site-home-main-banner .content>#slider-wrapper .Hero-arrow:hover {
    color: #e7ad22;
}

.site-home-main-banner .content>#slider-wrapper button {
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 10px Arial;
    background: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
    .site-home-main-banner .content>#slider-wrapper button {
        font: 12px Arial;
    }
}

.site-home-main-banner .content>#slider-wrapper .Icon {
    font-family: icons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-home-main-banner .content>#slider-wrapper .Hero-arrow .Icon {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-animation: hero-arrow-icon 2s infinite;
    animation: hero-arrow-icon 2s infinite;
}

@-webkit-keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.site-home-main-banner .content>#slider-wrapper>ul {
    margin: 0;
    overflow: hidden;
}

.site-home-main-banner .content>.bx-viewport,
.site-home-main-banner .content .bx-wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
}

.site-home-main-banner .content>.bxslider,
.site-home-main-banner .content .bxslider>li {
    height: auto !important;
    display: none;
    background-repeat: no-repeat;
    background-position: top center;
}

.site-home-main-banner .content>.bxslider:nth-child(1),
.site-home-main-banner .content .bxslider>li:nth-child(1) {
    display: block;
}

.site-home-main-banner .content>.bxslider>a>img,
.site-home-main-banner .content>.bxslider>img,
.site-home-main-banner .content .bxslider>li>a>img,
.site-home-main-banner .content .bxslider>li>img {
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.site-home-main-construction-banner {
    width: 100%;
    height: auto;
    float: left;
    z-index: 1;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .site-home-main-construction-banner {
        margin-bottom: 0;
    }
}

.site-home-main-construction-banner .content {
    max-width: 2560px;
    height: auto;
    margin: 0 auto 0;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-home-main-construction-banner .content {
        margin: 0 auto 90px;
    }
}

.site-home-main-construction-banner .content>#slider-wrapper {
    margin-top: 0;
    position: relative;
}

.site-home-main-construction-banner .content>#slider-wrapper .Icon--down-arrow:before {
    content: "\E011";
}

.site-home-main-construction-banner .content>#slider-wrapper .Hero-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: border-color 0.5s linear, color 0.5s linear;
    -moz-transition: border-color 0.5s linear, color 0.5s linear;
    -o-transition: border-color 0.5s linear, color 0.5s linear;
    transition: border-color 0.5s linear, color 0.5s linear;
    z-index: 602;
}

@media screen and (min-width: 768px) {
    .site-home-main-construction-banner .content>#slider-wrapper .Hero-arrow {
        width: 60px;
        height: 60px;
        bottom: -30px;
        margin-left: -30px;
    }
}

.site-home-main-construction-banner .content>#slider-wrapper .Hero-arrow:hover {
    color: #e7ad22;
}

.site-home-main-construction-banner .content>#slider-wrapper button {
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 10px Arial;
    background: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 768px) {
    .site-home-main-construction-banner .content>#slider-wrapper button {
        font: 12px Arial;
    }
}

.site-home-main-construction-banner .content>#slider-wrapper .Icon {
    font-family: icons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-home-main-construction-banner .content>#slider-wrapper .Hero-arrow .Icon {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-animation: hero-arrow-icon 2s infinite;
    animation: hero-arrow-icon 2s infinite;
}

@-webkit-keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.site-home-main-construction-banner .content #slider-wrapper {
    margin-top: 0;
}

.site-home-main-construction-banner .content #slider-wrapper>ul {
    margin: 0;
    overflow: hidden;
}

.site-home-main-construction-banner .content .bx-viewport,
.site-home-main-construction-banner .content .bx-wrapper {
    position: relative;
    width: 100%;
}

.site-home-main-construction-banner .content .bx-wrapper img {
    margin: 0 auto;
}

.site-home-main-construction-banner .content .bxslider>li {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 335px;
}

@media screen and (min-width: 960px) {
    .site-home-main-construction-banner .content .bxslider>li {
        background-size: auto 435px;
    }
}

@media screen and (min-width: 1285px) {
    .site-home-main-construction-banner .content .bxslider>li {
        background-size: auto auto;
    }
}

.site-home-search {
    margin: 0 0 44px;
    width: 100%;
    float: left;
}

.site-home-search>.content {
    max-width: 1490px;
    height: auto;
    margin: 0 auto;
    padding: 47px 9.5%;
    position: relative;
}

.site-home-search>.content>form#form-search {
    width: 100%;
    margin: 10px 0 0 0;
    float: right;
}

.site-home-search>.content>form#form-search>div.box-input {
    width: 100%;
}

.site-home-search>.content>form#form-search>div.box-input.-set-size1 {
    width: 84.3%;
}

@media screen and (min-width: 768px) {
    .site-home-search>.content>form#form-search {
        margin: 15 0 0 0;
        float: left;
    }
}

@media screen and (min-width: 980px) {
    .site-home-search>.content>form#form-search>div.box-input {
        width: 23.9%;
    }
    .site-home-search>.content>form#form-search>div.box-input.-set-size1 {
        width: 32.3%;
    }
}

@media screen and (min-width: 1300px) {
    .site-home-search>.content>form#form-search>div.box-input {
        width: 10.8%;
    }
    .site-home-search>.content>form#form-search>div.box-input.-set-size1 {
        width: 13%;
    }
}

@media screen and (min-width: 1513px) {
    .site-home-search>.content>form#form-search {
        margin: 10px 0 0 0;
    }
}

@media screen and (min-width: 768px) {
    .site-home-search>.content {
        padding: 47px 3.5%;
    }
}

.site-home-all-forms {
    margin: 30px 0 55px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms {
        margin: 0 0 55px;
    }
}

.site-home-all-forms>.content {
    max-width: 1425px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content {
        padding: 0 3.5%;
    }
}

@media screen and (min-width: 1900px) {
    .site-home-all-forms>.content {
        padding: 0 200px 0 200px;
        max-width: 1920px;
    }
}

.site-home-all-forms>.content>div.box-cases {
    width: 81%;
    float: left;
    zoom: 0.9;
    padding: 15px 9.5% 0;
}

@media screen and (max-width: 961px) {
    .site-home-all-forms>.content>div.box-cases{
        width: 100%;
    }
}


@media screen and (min-width: 321px) {
    .site-home-all-forms>.content>div.box-cases {
        zoom: 1;
    }
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases {
        width: 100%;
        zoom: 0.7;
        padding: 0;
    }
}

@media screen and (min-width: 961px) {
    .site-home-all-forms>.content>div.box-cases {
        zoom: 0.8;
    }
}

@media screen and (min-width: 1080px) {
    .site-home-all-forms>.content>div.box-cases {
        zoom: 0.9;
    }
}

@media screen and (min-width: 1367px) {
    .site-home-all-forms>.content>div.box-cases {
        zoom: 1;
    }
}

.site-home-all-forms>.content>div.box-cases>a {
    margin: 9px 0;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a {
        margin: 14px 1%;
    }
}

.site-home-all-forms>.content>div.box-cases>a>div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.site-home-all-forms>.content>div.box-cases>a>div.bg-one {
    background: url("../img/home/tipos/apartamentos.png") no-repeat center center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a>div.bg-one {
        background-size: auto;
    }
}

.site-home-all-forms>.content>div.box-cases>a>div.bg-two {
    background: url("../img/home/tipos/salas.png") no-repeat center center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a>div.bg-two {
        background-size: auto;
    }
}

.site-home-all-forms>.content>div.box-cases>a>div.bg-three {
    background: url("../img/home/tipos/terrenos.png") no-repeat center center;
    background-size: cover;
}

.site-home-all-forms>.content>div.box-cases>a>div.bg-four {
    background: url("../img/home/tipos/casas.png") no-repeat center center;
    background-size: cover;
}

.site-home-all-forms>.content>div.box-cases>a>div.bg-five {
    background: url("../img/home/tipos/sítios.png") no-repeat center center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a>div.bg-five {
        background-size: auto;
    }
}

.site-home-all-forms>.content>div.box-cases>a>div>div {
    text-align: center;
    /* width: 200px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a>div>div {
        width: auto;
    }
}

.site-home-all-forms>.content>div.box-cases>a>div>div>i {
    font-size: 62px;
    color: #fff;
    float: left;
}

.site-home-all-forms>.content>div.box-cases>a>div>div>i.icon-vip {
    font-size: 69px;
}

.site-home-all-forms>.content>div.box-cases>a>div>div>i.icon-past {
    font-size: 60px;
    margin-top: 13px;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a>div>div>i {
        font-size: 95px;
        float: none;
    }
    .site-home-all-forms>.content>div.box-cases>a>div>div>i.icon-vip {
        font-size: 104px;
    }
    .site-home-all-forms>.content>div.box-cases>a>div>div>i.icon-past {
        font-size: 80px;
        margin-top: 0;
    }
}

.site-home-all-forms>.content>div.box-cases>a>div>div>p {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    width: 115px;
    float: right;
}

.site-home-all-forms>.content>div.box-cases>a>div>div>p.one {
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a>div>div>p.one {
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a>div>div>p {
        width: auto;
        float: none;
        margin-top: 20px;
    }
}

.site-home-all-forms>.content>div.box-cases>a.for-you-relax {
    width: 100%;
    height: 150px;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a.for-you-relax {
        width: 23.509%;
        height: 622px;
    }
}

.site-home-all-forms>.content>div.box-cases>a.to-reform,
.site-home-all-forms>.content>div.box-cases>a.high-end-properties {
    width: 100%;
    height: 150px;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a.to-reform,
    .site-home-all-forms>.content>div.box-cases>a.high-end-properties {
        width: 46.9%;
        height: 297px;
    }
}

.site-home-all-forms>.content>div.box-cases>a.for-you-business,
.site-home-all-forms>.content>div.box-cases>a.to-invest {
    width: 100%;
    height: 150px;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-home-all-forms>.content>div.box-cases>a.for-you-business,
    .site-home-all-forms>.content>div.box-cases>a.to-invest {
        width: 23.509%;
        height: 297px;
    }
}

.site-home-all-forms>.content>div.box-cases>a:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.site-home-visit-us {
    width: 100%;
    height: auto;
    float: left;
    background-color: #e5e5e5;
}

.site-home-visit-us.-set-bg {
    background-color: #fff;
}

.site-home-visit-us>.content {
    max-width: 1490px;
    height: auto;
    margin: 0 auto;
    padding: 53px 9.5% 50px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-home-visit-us>.content {
        padding: 53px 3.5% 50px;
    }
    .site-home-visit-us>.content.-set-const {
        padding: 85px 3.5% 50px;
    }
}

.site-home-visit-us>.content>address {
    margin: 20px 0 0 0;
    width: 100%;
    font-size: 16px;
    line-height: 170%;
    color: #181717;
    float: left;
    font-style: normal;
    clear: both;
}

@media screen and (min-width: 768px) {
    .site-home-visit-us>.content>address {
        margin: 6px 0 0 4.2%;
        width: 22.49%;
    }
}

@media screen and (min-width: 1024px) {
    .site-home-visit-us>.content>address {
        clear: none;
        margin: 6px 0 0 1%;
        width: 19.49%;
    }
}

@media screen and (min-width: 1120px) {
    .site-home-visit-us>.content>address {
        margin: 6px 0 0 4%;
    }
}

@media screen and (min-width: 1366px) {
    .site-home-visit-us>.content>address {
        margin: 6px 0 0 8%;
    }
}

.site-home-visit-us>.content>p {
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 170%;
    color: #181717;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-home-visit-us>.content>p {
        margin: 4px 0 0 4%;
    }
}

@media screen and (min-width: 1024px) {
    .site-home-visit-us>.content>p {
        margin: 4px 0 0 1%;
    }
}

@media screen and (min-width: 1120px) {
    .site-home-visit-us>.content>p {
        margin: 4px 0 0 4%;
    }
}

@media screen and (min-width: 1366px) {
    .site-home-visit-us>.content>p {
        margin: 4px 0 0 11%;
    }
}

.site-home-visit-us>.content>p>font {
    font-family: "Roboto", sans-serif;
}

.site-home-visit-us>.content.-full-size {
    height: 350px;
    padding: 0 0 60px;
    max-width: 1600px;
}

.site-home-visit-us>.content.-full-size.-set-pb {
    padding: 0 0 85px;
}

.site-home-visit-us>.content.-full-size>iframe {
    border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

@media screen and (min-width: 768px) {
    .site-home-visit-us>.content.-full-size {
        height: 550px;
    }
    .site-home-visit-us>.content.-full-size>iframe {
        border-radius: 10px;
        -o-border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }
}

.site-title-page {
    margin: 0;
    float: left;
    width: 100%;
}

.site-title-page>.content {
    max-width: 1490px;
    height: auto;
    margin: 0 auto;
    padding: 15px 9.5% 42px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-title-page>.content {
        padding: 60px 3.5%;
    }
}

.site-title-page>.content>p.info {
    margin: 25px 0 0 4%;
    float: right;
    display: none;
}

.site-title-page>.content>p.info.-last-child {
    margin-right: 1%;
}

@media screen and (min-width: 1220px) {
    .site-title-page>.content>p.info.-last-child {
        margin-right: 15%;
    }
}

.site-title-page>.content>p.info>i {
    font-size: 38px;
    color: #ccc;
    float: left;
}

.site-title-page>.content>p.info>a {
    font-weight: 300;
    font-size: 21px;
    line-height: 34px;
    float: left;
    color: #231f20;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

.site-title-page>.content>p.info>a:hover {
    text-decoration: underline;
}

@media screen and (min-width: 1024px) {
    .site-title-page>.content>p.info>a {
        font-size: 24px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 960px) {
    .site-title-page>.content>p.info {
        display: block;
    }
}

.site-advanced-search {
    display: none;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 127px;
    left: 0;
    background-color: #fcfcfc;
    z-index: 603;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 768px) {
    .site-advanced-search {
        top: 133px;
    }
}

.site-advanced-search>.content>form {
    max-width: 1490px;
    height: auto;
    margin: 0 auto;
    padding: 47px 9.5%;
    overflow: hidden;
    position: relative;
}

.site-advanced-search>.content>form>p.info {
    font-size: 16px;
    line-height: 170%;
    margin: 10px 0;
    color: #181717;
    float: left;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
    .site-advanced-search>.content>form {
        padding: 47px 3.5%;
    }
    .site-advanced-search>.content>form>p.info {
        margin: 0 0 0 4%;
    }
}

.site-advanced-search>.content>form>div.box-filtros {
    margin-top: 15px;
    width: 100%;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-advanced-search>.content>form>div.box-filtros {
        margin-top: 55px;
    }
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part {
    width: 100%;
    float: left;
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part.-set-mt {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .site-advanced-search>.content>form>div.box-filtros>div.bloc-part.-set-mt {
        margin-top: 25px;
    }
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns.-set-mb {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns {
        width: 20%;
        margin-bottom: 0;
    }
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns>p.title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 300;
    color: #ccc;
    float: left;
    font-family: "Roboto", sans-serif;
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns>p.title.-set-mtt {
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns>p.title {
        margin-bottom: 15px;
    }
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns>p.subtitle {
    font-size: 16px;
    line-height: 19px;
    color: #262525;
    width: 100%;
    float: left;
    font-family: "Roboto", sans-serif;
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns>input.regulaCheckbox {
    display: none;
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns>input.checboxPadrao2+label {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin-left: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns>input.checboxPadrao2:checked+label>p {
    color: #ababab;
    text-decoration: underline;
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns>label>p {
    font-size: 16px;
    line-height: 170%;
    color: #181717;
    font-family: "Roboto", sans-serif;
}

.site-advanced-search>.content>form>div.box-filtros>div.bloc-part>div.columns>label>p:hover {
    text-decoration: underline;
}

.chosen-container {
    width: 100% !important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 0;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient( linear, 50% 0, 50% 100%, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient( top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient( top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: -o-linear-gradient( top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background: linear-gradient( top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: #fff url(../images/chosen-sprite.png) no-repeat 100% -20px;
    background: url(../images/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient( linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    background: #fff url("../images/form-set-down.png") no-repeat right;
    cursor: text;
    line-height: 63px;
    padding: 0 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.chosen-container-multi .chosen-choices:focus-within {
    -webkit-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    -moz-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    border: 2px solid #e5e5e5;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 5px;
    height: 15px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #c5c5c5;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    font-family: "Roboto", sans-serif;
}

.chosen-container-multi .chosen-choices li.search-field .default {
    color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #e4e4e4;
    background-image: -webkit-gradient( linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient( #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient( #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient( #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient( #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
    font-size: 13px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient( linear, 50% 0, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient( top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient( top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -o-linear-gradient( top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient( top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient( linear, 50% 0, 50% 100%, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
    background-image: -moz-linear-gradient(#eee 20%, #fff 80%);
    background-image: -o-linear-gradient(#eee 20%, #fff 80%);
    background-image: linear-gradient(#eee 20%, #fff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: 0;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    -webkit-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    -moz-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #111 !important;
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: 0;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url(../images/chosen-sprite.png) no-repeat -30px -20px;
    background: url(../images/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 144dpi) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url(../images/chosen-sprite.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

.site-characteristics {
    margin: 0 0 20px;
    width: 100%;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-characteristics {
        margin: 0;
    }
}

.site-characteristics>.content {
    max-width: 1360px;
    height: auto;
    margin: 0 auto;
    padding: 0 9.5% 0;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-characteristics>.content {
        padding: 0 3.5% 25px;
    }
}

.site-characteristics>.content>div.property-features {
    width: 100%;
    float: left;
}

.site-characteristics>.content>div.property-features>ul {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.site-characteristics>.content>div.property-features>ul>li {
    width: 100%;
    float: left;
}

.site-characteristics>.content>div.property-features>ul>li>p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.site-characteristics>.content>div.property-features>ul>li>p>font {
    font-family: "Roboto", sans-serif;
}

.site-characteristics>.content>div.property-features>p {
    width: 100%;
    max-height: 181px;
    float: left;
    font-size: 16px;
    line-height: 32px;
    margin-top: 0;
    color: #000;
    font-family: "Roboto", sans-serif;
    position: relative;
    overflow: hidden;
}

.site-characteristics>.content>div.property-features>p>font {
    font-family: "Roboto", sans-serif;
}

.site-characteristics>.content>div.property-features>p.-set-max-h {
    max-height: 100%;
    padding-bottom: 18px;
}

.site-characteristics>.content>div.property-features>p>a {
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    background-color: #e9e9e9;
}

.site-characteristics>.content>div.property-features>p>a:before {
    content: "...";
    position: absolute;
    left: 0;
    bottom: 19px;
    padding: 0;
}

.site-characteristics>.content>div.property-features>p>a:hover {
    text-decoration: underline;
}

.site-characteristics>.content>div.property-features>p>a>span {
    font-weight: 600;
    display: block;
}

.site-characteristics>.content>div.property-features>p>a>font {
    display: none;
    font-weight: 600;
}

.site-characteristics>.content>div.property-features>p>a.-view>span {
    display: none;
}

.site-characteristics>.content>div.property-features>p>a.-view>font {
    display: block;
}

.site-characteristics>.content>div.property-features>p>a.-view:before {
    color: #e9e9e9;
}

@media screen and (min-width: 768px) {
    .site-characteristics>.content>div.property-features {
        width: 58.089%;
    }
    .site-characteristics>.content>div.property-features>ul {
        width: 72.152%;
        margin-top: 25px;
    }
    .site-characteristics>.content>div.property-features>ul>li {
        width: 50%;
    }
    .site-characteristics>.content>div.property-features>p {
        width: 27.848%;
        margin-top: 25px;
    }
}

.site-characteristics>.content>div.condo-features {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.site-characteristics>.content>div.condo-features>ul {
    width: 100%;
    float: left;
    margin-top: 0;
}

.site-characteristics>.content>div.condo-features>ul>li {
    width: 100%;
    float: left;
}

.site-characteristics>.content>div.condo-features>ul>li>p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.site-characteristics>.content>div.condo-features>ul>li>p>font {
    font-family: "Roboto", sans-serif;
}

.site-characteristics>.content>div.condo-features>p {
    width: 100%;
    max-height: 181px;
    float: left;
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
    color: #000;
    font-family: "Roboto", sans-serif;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .site-characteristics>.content>div.condo-features>p {
        margin-top: 0;
    }
}

.site-characteristics>.content>div.condo-features>p>font {
    font-family: "Roboto", sans-serif;
}

.site-characteristics>.content>div.condo-features>p.-set-size {
    width: 100%;
}

.site-characteristics>.content>div.condo-features>p.-set-max-h {
    max-height: 100%;
    padding-bottom: 18px;
}

.site-characteristics>.content>div.condo-features>p>a {
    width: 100%;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    background-color: #e9e9e9;
}

.site-characteristics>.content>div.condo-features>p>a:before {
    content: "...";
    position: absolute;
    left: 0;
    bottom: 19px;
    padding: 0;
}

.site-characteristics>.content>div.condo-features>p>a:hover {
    text-decoration: underline;
}

.site-characteristics>.content>div.condo-features>p>a>span {
    font-weight: 600;
    display: block;
}

.site-characteristics>.content>div.condo-features>p>a>font {
    display: none;
    font-weight: 600;
}

.site-characteristics>.content>div.condo-features>p>a.-view>span {
    display: none;
}

.site-characteristics>.content>div.condo-features>p>a.-view>font {
    display: block;
}

.site-characteristics>.content>div.condo-features>p>a.-view:before {
    color: #e9e9e9;
}

@media screen and (min-width: 768px) {
    .site-characteristics>.content>div.condo-features {
        width: 41.911%;
        margin-top: 0;
    }
    .site-characteristics>.content>div.condo-features>ul {
        margin-top: 25px;
    }
    .site-characteristics>.content>div.condo-features>ul>li {
        width: 50%;
    }
    .site-characteristics>.content>div.condo-features>p {
        width: 50%;
        margin-top: 25px;
    }
}

.site-characteristics>.content>div.condo-features>div.box-gallery-image {
    width: 100%;
    height: 85px;
    margin-top: 10px;
    float: right;
}

@media screen and (min-width: 415px) {
    .site-characteristics>.content>div.condo-features>div.box-gallery-image {
        height: 50px;
        padding-bottom: 70px;
    }
}

@media screen and (min-width: 768px) {
    .site-characteristics>.content>div.condo-features>div.box-gallery-image {
        height: 180px;
        margin-top: 25px;
        padding-bottom: 70px;
    }
}

.site-contact {
    margin: 0 0 35px;
    width: 100%;
    overflow: hidden;
}

.site-contact.-set-bk-const {
    background-color: #fff;
    margin: 0;
}

.site-contact>.content {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 9.5%;
    overflow: hidden;
    position: relative;
}

.site-contact>.content.-set-constr {
    padding: 75px 9.5%;
}

@media screen and (min-width: 768px) {
    .site-contact>.content {
        padding: 0 3.5%;
    }
    .site-contact>.content.-set-constr {
        padding: 100px 3.5%;
    }
}

.site-contact>.content>picture {
    margin-bottom: 55px;
    width: 100%;
    float: left;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-contact>.content>picture {
        margin-bottom: 95px;
    }
}

.site-contact>.content>picture>img {
    width: 100%;
    float: left;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.site-contact>.content>picture .Icon--down-arrow:before {
    content: "\E011";
}

.site-contact>.content>picture .Hero-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: border-color 0.5s linear, color 0.5s linear;
    -moz-transition: border-color 0.5s linear, color 0.5s linear;
    -o-transition: border-color 0.5s linear, color 0.5s linear;
    transition: border-color 0.5s linear, color 0.5s linear;
    z-index: 602;
}

@media screen and (min-width: 768px) {
    .site-contact>.content>picture .Hero-arrow {
        width: 60px;
        height: 60px;
        bottom: -30px;
        margin-left: -30px;
    }
}

.site-contact>.content>picture .Hero-arrow:hover {
    color: #e7ad22;
}

.site-contact>.content>picture button {
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 12px Arial;
    background: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-contact>.content>picture .Icon {
    font-family: icons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-contact>.content>picture .Hero-arrow .Icon {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-animation: hero-arrow-icon 2s infinite;
    animation: hero-arrow-icon 2s infinite;
}

@-webkit-keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.site-contact>.content>div.contact-form {
    max-width: 540px;
    margin: 0 auto;
}

.site-contact>.content>div.contact-form>p {
    width: 100%;
    float: left;
    font-size: 25px;
}

.site-interest-broker {
    margin: 55px 0 0;
    width: 100%;
    float: left;
}

.site-interest-broker>.content {
    max-width: 1360px;
    height: auto;
    margin: 0 auto;
    padding: 0 9.5% 0;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-interest-broker>.content {
        padding: 0 3.5% 0;
    }
}

.site-interest-broker>.content>div.accredited-broker {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .site-interest-broker>.content>div.accredited-broker {
        width: 34.927%;
        margin-bottom: 0;
    }
}

.site-interest-broker>.content>div.accredited-broker>div.broker-img {
    width: 95px;
    height: 95px;
    margin: 25px 30px 0 0;
    float: left;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .site-interest-broker>.content>div.accredited-broker>div.broker-img {
        margin: 55px 30px 0 0;
    }
}

.site-interest-broker>.content>div.accredited-broker>div.broker-img>picture {
    width: 100%;
    float: left;
}

.site-interest-broker>.content>div.accredited-broker>div.broker-img>picture>img {
    width: 100%;
    float: left;
}

.site-interest-broker>.content>div.accredited-broker>div.broker-info {
    margin-top: 30px;
    width: 100%;
    float: left;
}

.site-interest-broker>.content>div.accredited-broker>div.broker-info.-reset-mt {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .site-interest-broker>.content>div.accredited-broker>div.broker-info {
        margin-top: 55px;
        width: 73.685%;
    }
}

.site-interest-broker>.content>div.accredited-broker>div.broker-info>p.creci {
    font-size: 16px;
    line-height: 170%;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    color: #181717;
}

.site-interest-broker>.content>div.accredited-broker>div.broker-info>p.infos {
    font-size: 16px;
    line-height: 166.6%;
    margin-top: 25px;
    color: #231f20;
    font-family: "Roboto", sans-serif;
}

.site-interest-broker>.content>div.accredited-broker>div.broker-info>p.infos>font {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
}

.site-interest-broker>.content>div.accredited-broker>div.broker-info>p.infos>a {
    color: #231f20;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

.site-interest-broker>.content>div.accredited-broker>div.broker-info>p.infos>a:hover {
    text-decoration: underline;
}

.site-interest-broker>.content>div.im-interested {
    width: 100%;
    float: right;
    margin-top: 0;
}

.site-interest-broker>.content>div.im-interested.-set-mr {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .site-interest-broker>.content>div.im-interested {
        width: 39.706%;
    }
    .site-interest-broker>.content>div.im-interested.-set-mr {
        margin-right: calc(50% - 270px);
    }
}

.site-investments-box-grey {
    margin: 0 0 20px;
    width: 100%;
    float: left;
    background-color: #f9f9f9;
}

.site-investments-box-grey>.content {
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px 9.5%;
    overflow: hidden;
    position: relative;
}

.site-investments-box-grey>.content>img {
    width: 100px;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-investments-box-grey>.content>img {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .site-investments-box-grey>.content {
        padding: 65px 3.5%;
    }
}

.site-investments-box-grey>.content>div.info {
    width: 210px;
    float: left;
    margin: 16px 0 0 7%;
}

.site-investments-box-grey>.content>div.info.le {
    width: 57%;
    margin: 0 0 0 4%;
}

@media screen and (min-width: 768px) {
    .site-investments-box-grey>.content>div.info.le {
        width: 271px;
        margin: 16px 0 0 4%;
    }
}

.site-investments-box-grey>.content>div.info>p {
    font-family: "Roboto", sans-serif;
    float: left;
}

.site-investments-box-grey>.content>div.info>p.first {
    font-size: 18px;
    line-height: 19px;
}

@media screen and (min-width: 768px) {
    .site-investments-box-grey>.content>div.info>p.first {
        font-size: 24px;
        line-height: 26px;
    }
}

.site-investments-box-grey>.content>div.info>p.first>font {
    color: #ef7022;
}

.site-investments-box-grey>.content>div.info>p.second {
    font-size: 14px;
    line-height: 14px;
    margin-top: 14px;
}

@media screen and (min-width: 768px) {
    .site-investments-box-grey>.content>div.info>p.second {
        font-size: 18px;
        line-height: 20px;
        margin-top: 23px;
    }
}

.site-investments-box-grey>.content>div.medias {
    width: 100%;
    float: right;
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .site-investments-box-grey>.content>div.medias {
        width: 240px;
    }
}

.site-investments-box-grey>.content>div.medias>a>input[type="button"] {
    width: 49%;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    color: #58585a;
    text-align: right;
    border: 1px solid #58585a;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.site-investments-box-grey>.content>div.medias>a>input[type="button"].whats {
    background: #f9f9f9 url("../images/icon-whatsapp-g.png") no-repeat 8px center;
    background-size: 20px auto;
    padding: 11.5px 6px 11.5px 0;
    margin-bottom: 10px;
}

.site-investments-box-grey>.content>div.medias>a>input[type="button"].ligar {
    background: #f9f9f9 url("../images/icon-baloon.png") no-repeat 17px center;
    padding: 15.5px 57px 15.5px 0;
}

.site-investments-box-grey>.content>div.medias>a>input[type="button"].face {
    background: #f9f9f9 url("../images/icon-facebook-g.png") no-repeat 8px center;
    background-size: 20px auto;
    padding: 11.5px 4px 11.5px 0;
}

.site-investments-box-grey>.content>div.medias>a>input[type="button"]:hover {
    border: 2px solid #ef7022;
}

@media screen and (min-width: 768px) {
    .site-investments-box-grey>.content>div.medias>a>input[type="button"] {
        width: 100%;
        font-size: 18px;
        border: 2px solid #58585a;
    }
    .site-investments-box-grey>.content>div.medias>a>input[type="button"].whats {
        padding: 15.5px 40px 15.5px 0;
        background-size: auto auto;
        background-position: 18px center;
    }
    .site-investments-box-grey>.content>div.medias>a>input[type="button"].face {
        padding: 15.5px 31px 15.5px 0;
        background-size: auto auto;
        background-position: 17px center;
    }
}

.site-investments-properties-car {
    margin: 0 0 35px;
    width: 100%;
    float: left;
}

.site-investments-properties-car>.content {
    max-width: 1425px;
    margin: 0 auto;
    padding: 0 9.5%;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content {
        padding: 0 3.5%;
    }
}

.site-investments-properties-car>.content>ul.select-case {
    width: 100%;
    text-align: center;
    margin: 18px 0 40px;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>ul.select-case {
        margin: 29px 0 65px;
    }
}

.site-investments-properties-car>.content>ul.select-case>li {
    width: 47%;
    height: 70px;
    display: inline-table;
    border: 2px solid #fff;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>ul.select-case>li {
        width: 315px;
        height: 110px;
        margin: 0 7px;
    }
}

.site-investments-properties-car>.content>ul.select-case>li>a {
    width: 100%;
    height: 100%;
    float: left;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.site-investments-properties-car>.content>ul.select-case>li>a>i {
    font-size: 35px;
    color: #fff;
    float: left;
    margin: 16px 0 0 7px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.site-investments-properties-car>.content>ul.select-case>li>a>i.selected2 {
    color: #ef7022;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>ul.select-case>li>a>i {
        font-size: 58px;
        margin: 23px 0 0 57px;
    }
}

.site-investments-properties-car>.content>ul.select-case>li>a>p {
    font-size: 12px;
    font-weight: bolder;
    color: #fff;
    float: left;
    margin: 27px 0 0 6px;
    font-family: Verdana, sans-serif;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.site-investments-properties-car>.content>ul.select-case>li>a>p.selected3 {
    color: #5a5759;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>ul.select-case>li>a>p {
        font-size: 24px;
        margin: 40px 0 0 22px;
    }
}

.site-investments-properties-car>.content>ul.select-case>li>a:hover,
.site-investments-properties-car>.content>ul.select-case>li>a.selected {
    background-color: #fff;
}

.site-investments-properties-car>.content>ul.select-case>li>a:hover>i {
    color: #ef7022;
}

.site-investments-properties-car>.content>ul.select-case>li>a:hover>p {
    color: #5a5759;
}

.site-investments-properties-car>.content>.content-case {
    width: 100%;
    float: left;
    margin: 0 10px 0 3px;
}

.site-investments-properties-car>.content>.content-case.-set-dn {
    display: none;
}

.site-investments-properties-car>.content>.content-case>picture {
    width: 100%;
    float: left;
    margin-bottom: 52px;
}

.site-investments-properties-car>.content>.content-case>picture>img {
    width: 100%;
    float: left;
}

.site-investments-properties-car>.content>.content-case>p {
    font-family: Verdana, sans-serif;
    width: 100%;
    font-size: 16px;
    color: #5a5759;
    line-height: 25px;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>p {
        width: 45.3468697123%;
        line-height: 32px;
    }
}

.site-investments-properties-car>.content>.content-case>p.-set-fl {
    float: left;
}

.site-investments-properties-car>.content>.content-case>p.-set-fr {
    float: right;
}

.site-investments-properties-car>.content>.content-case>ul.my-advantage {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>ul.my-advantage {
        margin-bottom: 80px;
    }
}

.site-investments-properties-car>.content>.content-case>ul.my-advantage>li {
    width: 47.866328%;
    height: 120px;
    margin: 0 4.2% 4.2% 0;
    float: left;
    background-color: #f6f6f6;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.site-investments-properties-car>.content>.content-case>ul.my-advantage>li:last-child {
    margin-right: 0;
}

.site-investments-properties-car>.content>.content-case>ul.my-advantage>li.-set-mr0 {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>ul.my-advantage>li {
        width: 18.866328257%;
        height: 177px;
        margin: 0 1.41% 0 0;
    }
    .site-investments-properties-car>.content>.content-case>ul.my-advantage>li.-set-mr0 {
        margin-right: 1.41%;
    }
}

.site-investments-properties-car>.content>.content-case>ul.my-advantage>li>i {
    font-size: 43px;
    display: block;
    margin: 28px 0 0 0;
    color: #f0772d;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>ul.my-advantage>li>i {
        font-size: 65px;
        margin: 45px 0 0 0;
    }
}

.site-investments-properties-car>.content>.content-case>ul.my-advantage>li>p {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    margin-top: 7px;
    font-weight: bolder;
    color: #5a5759;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>ul.my-advantage>li>p {
        font-size: 1.164375em;
    }
}

.site-investments-properties-car>.content>.content-case>.box-full {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>.box-full {
        margin-bottom: 65px;
    }
}

.site-investments-properties-car>.content>.content-case>.box-full>picture.img1 {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>.box-full>picture.img1 {
        width: 59.1024555461%;
        margin-right: 4.2%;
        margin-bottom: 0;
    }
}

.site-investments-properties-car>.content>.content-case>.box-full>picture.img1>img {
    width: 100%;
    float: left;
}

.site-investments-properties-car>.content>.content-case>.box-full>picture.img2 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>.box-full>picture.img2 {
        width: 46.1473327688%;
        margin-left: 4.2%;
        margin-bottom: 0;
    }
}

.site-investments-properties-car>.content>.content-case>.box-full>picture.img2>img {
    width: 100%;
    float: left;
}

.site-investments-properties-car>.content>.content-case>.box-full picture.img3 {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>.box-full picture.img3 {
        width: 59.1024555461%;
        margin-left: 4.2%;
        margin-bottom: 0;
    }
}

.site-investments-properties-car>.content>.content-case>.box-full picture.img3>img {
    width: 100%;
    float: left;
}

.site-investments-properties-car>.content>.content-case>.box-full>p.box1 {
    width: 100%;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    color: #5a5759;
    line-height: 25px;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>.box-full>p.box1 {
        width: 34%;
        line-height: 32px;
    }
}

.site-investments-properties-car>.content>.content-case>.box-full>p.box2 {
    width: 100%;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    color: #5a5759;
    line-height: 25px;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>.box-full>p.box2 {
        width: 49%;
        line-height: 32px;
    }
}

.site-investments-properties-car>.content>.content-case>.box-full>p.box4 {
    width: 100%;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    color: #5a5759;
    line-height: 25px;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-investments-properties-car>.content>.content-case>.box-full>p.box4 {
        width: 36%;
        line-height: 32px;
    }
}

.site-location-structure {
    margin: 0 0 35px;
    width: 100%;
    overflow: hidden;
}

.site-location-structure>.content {
    max-width: 1360px;
    height: auto;
    margin: 0 auto;
    padding: 0 0 15px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-location-structure>.content {
        padding: 0 3.5% 15px;
    }
}

.site-location-structure>.content>div.box-location-icon {
    width: 100%;
    margin: 0;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-location-structure>.content>div.box-location-icon {
        width: 83%;
    }
}

@media screen and (min-width: 1300px) {
    .site-location-structure>.content>div.box-location-icon {
        width: 65%;
        margin: 0 0 0 5%;
    }
}

.site-location-structure>.content.-full-size {
    height: 340px;
    padding: 0 0 60px;
    max-width: 1600px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .site-location-structure>.content.-full-size {
        height: 550px;
    }
}

.site-location-structure>.content.-full-size>i {
    font-size: 33px;
}

.site-newsletter {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.site-newsletter>.content {
    max-width: 930px;
    margin: 0 auto;
    padding: 90px 9.5% 95px;
    overflow: hidden;
    position: relative;
}

.site-newsletter>.content>div.left-side {
    width: 100%;
    float: left;
}

.site-newsletter>.content>div.left-side>p {
    margin: 13px 0 0;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.site-newsletter>.content>div.right-side {
    width: 100%;
    float: right;
}

@media screen and (min-width: 768px) {
    .site-newsletter>.content {
        padding: 125px 3.5% 130px;
    }
    .site-newsletter>.content>div.left-side {
        width: 37.204301%;
    }
    .site-newsletter>.content>div.right-side {
        width: 37.634408%;
    }
}

.site-properties-banner {
    width: 100%;
    height: auto;
    float: left;
}

.site-properties-banner .content {
    max-width: 1490px;
    height: auto;
    margin: 0 auto 78px;
    padding: 0 3.5%;
    position: relative;
}

.site-properties-banner .content>#slider-wrapper {
    margin-top: 0;
    position: relative;
}

.site-properties-banner .content>#slider-wrapper>ul {
    margin: 0;
    overflow: hidden;
}

.site-properties-banner .content>.bx-viewport,
.site-properties-banner .content .bx-wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
}

.site-properties-banner .content>.bxslider,
.site-properties-banner .content .bxslider>li {
    height: auto !important;
    display: none;
    background-repeat: no-repeat;
    background-position: top center;
}

.site-properties-banner .content>.bxslider:nth-child(1),
.site-properties-banner .content .bxslider>li:nth-child(1) {
    display: block;
}

.site-properties-search {
    margin: 0 0 3px;
    width: 100%;
    float: left;
    background-color: #fff;
}

.site-properties-search>.content {
    max-width: 1490px;
    height: auto;
    margin: 0 auto;
    padding: 47px 9.5% 30px;
    overflow: hidden;
    position: relative;
}

.site-properties-search .chosen-container-multi .chosen-choices {
    border: 1px solid #c5c5c5;
}

@media screen and (min-width: 768px) {
    .site-properties-search>.content {
        padding: 47px 3.5%;
    }
}

.site-property-details-gallery {
    margin: 0 0 5px;
    width: 100%;
    float: left;
}

.site-property-details-gallery>.content {
    max-width: 1360px;
    height: auto;
    margin: 0 auto;
    padding: 0 9.5% 35px;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-property-details-gallery>.content {
        padding: 0 3.5% 87px;
    }
}

.site-property-details-gallery>.content>div.box-video-tour {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 93px;
    right: 0;
}

@media screen and (min-width: 768px) {
    .site-property-details-gallery>.content>div.box-video-tour {
        width: 400px;
        top: 0;
        right: 5%;
    }
}

.site-property-details-gallery>.content>div.box-video-tour>a>div.box-item {
    width: 50%;
    height: 100%;
    float: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

@media screen and (min-width: 768px) {
    .site-property-details-gallery>.content>div.box-video-tour>a>div.box-item {
        width: 200px;
        float: right;
    }
}

.site-property-details-gallery>.content>div.box-video-tour>a>div.box-item>i {
    font-size: 50px;
    color: #ee1d23;
    float: left;
    margin-top: 20px;
    margin-left: 16.5%;
}

@media screen and (min-width: 768px) {
    .site-property-details-gallery>.content>div.box-video-tour>a>div.box-item>i {
        font-size: 52px;
        margin-left: 0;
    }
}

.site-property-details-gallery>.content>div.box-video-tour>a>div.box-item>p {
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    float: left;
    margin: 28px 0 0 10px;
    color: #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 768px) {
    .site-property-details-gallery>.content>div.box-video-tour>a>div.box-item>p {
        margin: 28px 0 0 17px;
        font-size: 24px;
    }
}

.site-property-details-gallery>.content>div.box-video-tour>a>div.box-item:hover {
    opacity: 0.6;
}

.site-property-details-gallery>.content>div.box-main-image {
    width: 100%;
    height: 170px;
    margin-top: 35px;
    float: left;
}

.site-property-details-gallery>.content>div.box-main-image.-set-mt-video {
    margin-top: 100px;
}

@media screen and (min-width: 415px) {
    .site-property-details-gallery>.content>div.box-main-image {
        height: 240px;
        margin-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .site-property-details-gallery>.content>div.box-main-image {
        width: 55.883%;
        height: 565px;
    }
    .site-property-details-gallery>.content>div.box-main-image.-set-mt-video {
        margin-top: 40px;
    }
}

.site-property-details-gallery>.content>div.box-main-image>picture {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.site-property-details-gallery>.content>div.box-main-image>picture>a>figcaption {
    margin-top: -30px;
}

.site-property-details-gallery>.content>div.box-main-image>picture>a>img {
    width: 100%;
    height: auto;
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 768px) {
    .site-property-details-gallery>.content>div.box-main-image>picture>a>img {
        width: auto;
        height: 100%;
        left: 50%;
        top: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.site-property-details-gallery>.content>div.box-main-image>picture>a>img:hover {
    filter: contrast(175%) brightness(103%);
}

.site-property-details-gallery>.content>div.box-gallery-image {
    width: 100%;
    height: 280px;
    margin-top: 10px;
    float: right;
}

@media screen and (min-width: 415px) {
    .site-property-details-gallery>.content>div.box-gallery-image {
        height: 320px;
    }
}

@media screen and (min-width: 768px) {
    .site-property-details-gallery>.content>div.box-gallery-image {
        height: 565px;
        width: 41.912%;
        margin-top: 25px;
    }
}

.site-property-details-medias {
    position: inherit;
    top: inherit;
    right: inherit;
    margin-top: 0;
    z-index: 2;
    padding-left: 9.5%;
}

@media screen and (min-width: 768px) {
    .site-property-details-medias {
        position: fixed;
        top: 50%;
        right: 20px;
        margin-top: -246px;
        padding-left: 0;
    }
}

.site-property-details-medias>div.floating-box {
    width: 105px;
    height: 105px;
    margin-bottom: 18px;
    background: #fff;
    text-align: center;
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05), 0 0 30px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05), 0 0 30px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05), 0 0 30px 0 rgba(0, 0, 0, 0.05);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    float: left;
    margin-right: 25px;
    zoom: 0.7;
}

@media screen and (min-width: 321px) {
    .site-property-details-medias>div.floating-box {
        zoom: 0.8;
    }
}

@media screen and (min-width: 361px) {
    .site-property-details-medias>div.floating-box {
        zoom: 0.9;
    }
}

@media screen and (min-width: 768px) {
    .site-property-details-medias>div.floating-box {
        float: none;
        margin-right: 0;
        zoom: 1;
    }
}

.site-property-details-medias>div.floating-box:hover {
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3), 0 0 30px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3), 0 0 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3), 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.site-property-details-medias>div.floating-box>a {
    width: 100%;
    height: 100%;
    float: left;
    text-decoration: none;
}

.site-property-details-medias>div.floating-box>a>i {
    font-size: 39px;
    margin-top: 20px;
    display: flow-root;
}

.site-property-details-medias>div.floating-box>a>p {
    margin-top: 2px;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
    width: 100%;
    color: #231f20;
    font-family: "Roboto", sans-serif;
}

.site-property-details {
    margin: 0;
    width: 100%;
    float: left;
}

.site-property-details>.content {
    max-width: 1360px;
    height: auto;
    margin: 0 auto;
    padding: 0 9.5% 30px;
    overflow: hidden;
    position: relative;
}

.site-property-details>.content.-set-pa {
    padding: 15px 9.5% 65px;
}

@media screen and (min-width: 768px) {
    .site-property-details>.content {
        padding: 0 3.5% 30px;
    }
    .site-property-details>.content.-set-pa {
        padding: 15px 3.5% 65px;
    }
}

.site-property-details>.content>div.box-price {
    width: 100%;
    margin: 30px 0 0 0;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-property-details>.content>div.box-price {
        width: 25.736%;
        margin: 0 0 0 3.3%;
    }
}

@media screen and (min-width: 1044px) {
    .site-property-details>.content>div.box-price {
        margin: 0 0 0 12.3%;
    }
}

.site-property-details>.content>div.box-price>p.price {
    font-size: 32px;
    line-height: 42px;
    color: #ccc;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 360px) {
    .site-property-details>.content>div.box-price>p.price {
        font-size: 40px;
    }
}

.site-property-details>.content>div.box-price>p.price.-promotional>font {
    font-size: 20px;
    line-height: 20px;
}

.site-property-details>.content>div.box-price>p.price.-promotional>span {
    font-size: 30px;
    text-decoration: line-through;
}

.site-property-details>.content>div.box-price>p.square-meter-value {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #231f20;
}

.site-property-details>.content>div.box-price>p.code1 {
    font-size: 16px;
    line-height: 32px;
    margin-top: 25px;
    color: #000;
}

.site-property-details>.content>div.box-price>p.code1>font {
    font-family: "Roboto", sans-serif;
}

.site-property-details>.content>div.box-info {
    width: 100%;
    float: right;
}

.site-property-details>.content>div.box-info.-set-const {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .site-property-details>.content>div.box-info {
        width: 41.912%;
    }
    .site-property-details>.content>div.box-info.-set-const {
        margin-top: 0;
    }
}

.site-property-details>.content>div.box-info>p.info {
    font-size: 16px;
    line-height: 32px;
    margin-top: 0;
    max-height: 260px;
    float: left;
    clear: both;
    color: #000;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-property-details>.content>div.box-info>p.info {
        max-height: 130px;
        margin-top: 36px;
        padding-right: 120px;
    }
}

@media screen and (min-width: 1490px) {
    .site-property-details>.content>div.box-info>p.info {
        padding-right: 65px;
    }
}

@media screen and (min-width: 1568px) {
    .site-property-details>.content>div.box-info>p.info {
        padding-right: 35px;
    }
}

@media screen and (min-width: 1635px) {
    .site-property-details>.content>div.box-info>p.info {
        padding-right: 0;
    }
}

.site-property-details>.content>div.box-info>p.info:before {
    content: "...";
    position: absolute;
    left: 0;
    bottom: -9px;
    padding: 0;
}

.site-property-details>.content>div.box-info>p.info.-colorBefore:before {
    color: #e9e9e9;
}

.site-property-details>.content>div.box-info>p.info.-set-mt {
    margin-top: 0;
}

.site-property-details>.content>div.box-info>p.info.-set-mt:before {
    content: "";
}

.site-property-details>.content>div.box-info>p.info.-set-max-h {
    max-height: 100%;
}

.site-property-details>.content>div.box-info>p.info>font {
    font-family: "Roboto", sans-serif;
}

.site-property-details>.content>div.box-info>p.info>a {
    color: #ccc;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}

.site-property-details>.content>div.box-info>p.info>a:hover {
    text-decoration: underline;
}

.site-property-details>.content>div.box-info>p.info>a>span {
    display: block;
}

.site-property-details>.content>div.box-info>p.info>a>font {
    display: none;
}

.site-property-details>.content>div.box-info>p.info>a.-view>span {
    display: none;
}

.site-property-details>.content>div.box-info>p.info>a.-view>font {
    display: block;
}

.site-property-details>.content>.box-enterprise-name {
    width: 100%;
    float: left;
}

.site-property-details>.content>.box-enterprise-name>picture {
    width: 107px;
    height: 100px;
    float: left;
}

.site-property-details>.content>.box-enterprise-name>picture>img {
    width: 100%;
    float: left;
}

@media screen and (min-width: 768px) {
    .site-property-details>.content>.box-enterprise-name {
        width: 50%;
    }
}

.site-property-details>.content>p.enterprise-information {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    columns: auto;
    column-gap: 16%;
    float: left;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .site-property-details>.content>p.enterprise-information {
        columns: 100px 2;
    }
}

.site-descriptive-units {
    margin: 0 0 20px;
    width: 100%;
    float: left;
}

.site-descriptive-units>.content {
    max-width: 1360px;
    height: auto;
    margin: 0 auto;
    padding: 0 9.5% 0;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-descriptive-units>.content {
        padding: 0 3.5% 25px;
    }
}

.site-descriptive-units>.content>ul {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.site-descriptive-units>.content>ul>li {
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    width: 100%;
    margin: 8.5px 0;
    float: left;
    padding: 34px 0 10px;
}

@media screen and (min-width: 768px) {
    .site-descriptive-units>.content>ul>li {
        padding: 34px 0;
    }
}

.site-descriptive-units>.content>ul>li>ul {
    width: 100%;
    float: left;
}

.site-descriptive-units>.content>ul>li>ul>li {
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .site-descriptive-units>.content>ul>li>ul>li {
        width: 16.6666%;
        margin-bottom: 0;
    }
}

.site-descriptive-units>.content>ul>li>ul>li>p {
    font-size: 24px;
    line-height: 22px;
    color: #000;
}

.site-descriptive-units>.content>ul>li>ul>li>p.-set-red {
    color: #ee1d23;
}

.site-descriptive-units>.content>ul>li>ul>li>p>span {
    font-size: 16px;
}

.site-descriptive-units>.content>ul>li>ul>li>p>b {
    font-weight: normal;
    font-size: 20px;
    text-decoration: line-through;
}

.site-descriptive-units>.content>ul>li>ul>li>p>font {
    font-size: 16px;
    line-height: 22px;
    color: #bfbfbf;
}

.site-service {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.site-service>.content {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 9.5%;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-service>.content {
        padding: 0 3.5%;
    }
}

.site-service>.content>picture {
    margin-bottom: 55px;
    width: 100%;
    float: left;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-service>.content>picture {
        margin-bottom: 95px;
    }
}

.site-service>.content>picture>img {
    width: 100%;
    float: left;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.site-service>.content>picture .Icon--down-arrow:before {
    content: "\E011";
}

.site-service>.content>picture .Hero-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: border-color 0.5s linear, color 0.5s linear;
    -moz-transition: border-color 0.5s linear, color 0.5s linear;
    -o-transition: border-color 0.5s linear, color 0.5s linear;
    transition: border-color 0.5s linear, color 0.5s linear;
    z-index: 602;
}

@media screen and (min-width: 768px) {
    .site-service>.content>picture .Hero-arrow {
        width: 60px;
        height: 60px;
        bottom: -30px;
        margin-left: -30px;
    }
}

.site-service>.content>picture .Hero-arrow:hover {
    color: #e7ad22;
}

.site-service>.content>picture button {
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 12px Arial;
    background: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-service>.content>picture .Icon {
    font-family: icons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-service>.content>picture .Hero-arrow .Icon {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-animation: hero-arrow-icon 2s infinite;
    animation: hero-arrow-icon 2s infinite;
}

@-webkit-keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.site-service>.content>div.content-text {
    max-width: 925px;
    margin: 0 auto;
}

.site-service>.content>div.content-text>p {
    width: 100%;
    float: left;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 50px;
}

.site-service>div.simulate-your-financing {
    width: 100%;
    float: left;
    padding: 55px 0 55px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .site-service>div.simulate-your-financing {
        padding: 120px 0 90px;
    }
}

.site-service>div.simulate-your-financing>div.content-title {
    max-width: 925px;
    margin: 0 auto;
    padding: 0 9.5%;
}

@media screen and (min-width: 768px) {
    .site-service>div.simulate-your-financing>div.content-title {
        padding: 0 3.5%;
    }
}

.site-service>div.simulate-your-financing>div.content-log {
    max-width: 1153px;
    margin: 0 auto;
    clear: both;
}

.site-service>div.simulate-your-financing>div.content-log>ul {
    width: 100%;
    text-align: center;
}

.site-service>div.simulate-your-financing>div.content-log>ul>li {
    width: 40%;
    height: 100px;
    display: inline-table;
}

@media screen and (min-width: 414px) {
    .site-service>div.simulate-your-financing>div.content-log>ul>li {
        height: 120px;
    }
}

@media screen and (min-width: 768px) {
    .site-service>div.simulate-your-financing>div.content-log>ul>li {
        width: 285px;
        height: 160px;
    }
}

.site-service>div.simulate-your-financing>div.content-log>ul>li>a {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

.site-service>div.simulate-your-financing>div.content-log>ul>li>a>img {
    width: 76%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.site-service>div.simulate-your-financing>div.content-log>ul>li>a>img.-set-size {
    width: 45%;
}

@media screen and (min-width: 768px) {
    .site-service>div.simulate-your-financing>div.content-log>ul>li>a>img {
        width: auto;
    }
    .site-service>div.simulate-your-financing>div.content-log>ul>li>a>img.-set-size {
        width: auto;
    }
}

.site-service>div.simulate-your-financing>div.content-log>ul>li>a:hover>img {
    filter: drop-shadow(0 0 7px grey);
}

.site-institutional {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.site-institutional>.content {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 9.5%;
    overflow: hidden;
    position: relative;
}

.site-institutional>.content.-pt {
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content {
        padding: 0 3.5%;
    }
    .site-institutional>.content.-pt {
        padding-top: 90px;
    }
}

.site-institutional>.content>picture {
    margin-bottom: 55px;
    width: 100%;
    float: left;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>picture {
        margin-bottom: 95px;
    }
}

.site-institutional>.content>picture>img {
    width: 100%;
    float: left;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.site-institutional>.content>picture .Icon--down-arrow:before {
    content: "\E011";
}

.site-institutional>.content>picture .Hero-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: border-color 0.5s linear, color 0.5s linear;
    -moz-transition: border-color 0.5s linear, color 0.5s linear;
    -o-transition: border-color 0.5s linear, color 0.5s linear;
    transition: border-color 0.5s linear, color 0.5s linear;
    z-index: 602;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>picture .Hero-arrow {
        width: 60px;
        height: 60px;
        bottom: -30px;
        margin-left: -30px;
    }
}

.site-institutional>.content>picture .Hero-arrow:hover {
    color: #e7ad22;
}

.site-institutional>.content>picture button {
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 12px Arial;
    background: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-institutional>.content>picture .Icon {
    font-family: icons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-institutional>.content>picture .Hero-arrow .Icon {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-animation: hero-arrow-icon 2s infinite;
    animation: hero-arrow-icon 2s infinite;
}

@-webkit-keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.site-institutional>.content>div.content-text {
    max-width: 1034px;
    margin: 0 auto;
}

.site-institutional>.content>div.content-text>p {
    width: 100%;
    float: left;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>div.content-text>p {
        margin-bottom: 50px;
    }
}

.site-institutional>.content>div.content-text ul {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>div.content-text ul {
        margin-bottom: 90px;
    }
}

.site-institutional>.content>div.content-text ul>li {
    width: 47%;
    display: inline-grid;
    padding: 88px 2px 30px;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>div.content-text ul>li {
        width: 24%;
        padding: 115px 2px 0;
    }
}

.site-institutional>.content>div.content-text ul>li:nth-child(1) {
    background: url("../images/icon-casa.png") no-repeat center top;
    background-size: 75px auto;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>div.content-text ul>li:nth-child(1) {
        background-size: 88px auto;
    }
}

.site-institutional>.content>div.content-text ul>li:nth-child(2) {
    background: url("../images/icon-permuta.png") no-repeat center top;
    background-size: 75px auto;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>div.content-text ul>li:nth-child(2) {
        background-size: 88px auto;
    }
}

.site-institutional>.content>div.content-text ul>li:nth-child(3) {
    background: url("../images/icon-avaliador.png") no-repeat center top;
    background-size: 75px auto;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>div.content-text ul>li:nth-child(3) {
        background-size: 88px auto;
    }
}

.site-institutional>.content>div.content-text ul>li:nth-child(4) {
    background: url("../images/icon-financeiro.png") no-repeat center top;
    background-size: 75px auto;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>div.content-text ul>li:nth-child(4) {
        background-size: 88px auto;
    }
}

.site-institutional>.content>div.content-text ul>li>p {
    font-size: 12px;
    line-height: 15px;
    color: #472d2e;
    font-weight: bolder;
    font-family: Verdana, sans-serif;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>div.content-text ul>li>p {
        font-size: 18px;
        line-height: 22px;
    }
}

.site-institutional>.content>div.box-txt {
    max-width: 900px;
    overflow: hidden;
    margin: 0 auto 0;
    clear: both;
}

.site-institutional>.content>div.box-txt div.box-column {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content>div.box-txt div.box-column {
        width: 43.8888888888%;
        margin-bottom: 111px;
    }
}

.site-institutional>.content>div.box-txt div.box-column.-left {
    float: left;
}

.site-institutional>.content>div.box-txt div.box-column.-right {
    float: right;
}

.site-institutional>.content>div.box-txt div.box-column>h2 {
    margin: 0;
    width: 100%;
}

.site-institutional>.content>div.box-txt div.box-column>p {
    line-height: 25px;
    font-size: 16px;
    margin: 12px 0 15px;
    float: left;
}

.site-institutional>.content-full {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.site-institutional>.content-full>div.box-img {
    width: 100%;
    margin: 0;
    float: left;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content-full>div.box-img {
        width: 50%;
    }
}

.site-institutional>.content-full>div.box-img>picture {
    width: 100%;
    float: right;
}

.site-institutional>.content-full>div.box-img>picture>img {
    width: 100%;
    float: right;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content-full>div.box-img>picture {
        width: auto;
    }
    .site-institutional>.content-full>div.box-img>picture>img {
        width: auto;
    }
}

.site-institutional>.content-full>div.box-txt {
    margin: 0;
    height: auto;
    width: 97%;
    float: right;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content-full>div.box-txt {
        width: 50%;
    }
}

.site-institutional>.content-full>div.box-txt>h2 {
    margin: 48px 0 10px 7%;
    width: 100%;
}

.site-institutional>.content-full>div.box-txt>p {
    max-width: 525px;
    float: left;
    line-height: 32px;
    font-size: 16px;
    margin: 0 7%;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content-full>div.box-txt>p {
        margin: 0 1% 0 7%;
    }
}

.site-institutional>.content-full.-style2 {
    background-color: transparent;
    margin: 45px 0;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content-full.-style2 {
        margin: 90px 0;
    }
}

.site-institutional>.content-full.-style2>div.box-img {
    width: 60%;
    margin-left: 20%;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content-full.-style2>div.box-img {
        width: 46%;
        margin-left: 0;
    }
}

.site-institutional>.content-full.-style2>div.box-txt {
    width: 97%;
}

@media screen and (min-width: 768px) {
    .site-institutional>.content-full.-style2>div.box-txt {
        width: 54%;
    }
}

.site-institutional>.content-full.-style2>div.box-txt>p {
    max-width: 575px;
    line-height: 26px;
}

.site-institutional>.content-full.-style2>div.box-txt>p>a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.site-institutional>.content-full.-style2>div.box-txt>p>a.-left {
    float: left;
}

.site-institutional>.content-full.-style2>div.box-txt>p>a.-right {
    float: right;
}

.site-company {
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.site-company>.content {
    max-width: 1490px;
    margin: 0 auto;
    padding: 0 9.5%;
    overflow: hidden;
    position: relative;
}

.site-company>.content.-pt {
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .site-company>.content {
        padding: 0 3.5%;
    }
    .site-company>.content.-pt {
        padding-top: 90px;
    }
}

.site-company>.content>picture {
    margin-bottom: 55px;
    width: 100%;
    float: left;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-company>.content>picture {
        margin-bottom: 95px;
    }
}

.site-company>.content>picture>img {
    width: 100%;
    float: left;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.site-company>.content>picture .Icon--down-arrow:before {
    content: "\E011";
}

.site-company>.content>picture .Hero-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: border-color 0.5s linear, color 0.5s linear;
    -moz-transition: border-color 0.5s linear, color 0.5s linear;
    -o-transition: border-color 0.5s linear, color 0.5s linear;
    transition: border-color 0.5s linear, color 0.5s linear;
    z-index: 602;
}

@media screen and (min-width: 768px) {
    .site-company>.content>picture .Hero-arrow {
        width: 60px;
        height: 60px;
        bottom: -30px;
        margin-left: -30px;
    }
}

.site-company>.content>picture .Hero-arrow:hover {
    color: #e7ad22;
}

.site-company>.content>picture button {
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 12px Arial;
    background: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-company>.content>picture .Icon {
    font-family: icons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-company>.content>picture .Hero-arrow .Icon {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-animation: hero-arrow-icon 2s infinite;
    animation: hero-arrow-icon 2s infinite;
}

@-webkit-keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.site-company>.content>div.content-text {
    max-width: 1034px;
    margin: 0 auto;
}

.site-company>.content>div.content-text>p {
    width: 100%;
    float: left;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .site-company>.content>div.content-text>p {
        margin-bottom: 50px;
    }
}

.site-company>.content>div.employees-believe {
    max-width: 1160px;
    margin: 0 auto;
}

.site-company>.content>div.employees-believe>.title {
    max-width: 1034px;
    margin: 0 auto;
}

.site-home-featured-properties>.content {
    width: 100%;
}

.site-home-featured-properties>.content .sliderID {
    max-height: 600px;
    padding-top: 0;
    opacity: 0;
    z-index: 1;
    clear: both;
    visibility: visible !important;
}

.site-home-featured-properties>.content .sliderID.slick-initialized {
    opacity: 1;
}

.site-home-featured-properties>.content .sliderID .slick-slide {
    width: 255px;
    height: 455px;
    float: left;
    margin: 40px 15px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.site-home-featured-properties>.content .sliderID .slick-slide.-sizeHeight {
    height: 495px;
}

@media screen and (min-width: 768px) {
    .site-home-featured-properties>.content .sliderID .slick-slide.-sizeHeight {
        height: 455px;
    }
}

.site-home-featured-properties>.content .sliderID .slick-slide>a>picture {
    width: 100%;
    height: 318px;
    overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
    border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
}

.site-home-featured-properties>.content .sliderID .slick-slide>a>picture:hover>p.-set-view {
    opacity: 1;
}

.site-home-featured-properties>.content .sliderID .slick-slide>a>picture>img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.site-home-featured-properties>.content .sliderID .slick-slide>a>picture>img.-set-hidden {
    opacity: 0;
}

.site-home-featured-properties>.content .sliderID .slick-slide>a>picture>p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: left;
    position: absolute;
    left: 23px;
    bottom: 16px;
    text-shadow: #000 0 0 0.2em;
    z-index: 2;
}

.site-home-featured-properties>.content .sliderID .slick-slide>a>picture>p.-set-view {
    opacity: 0;
}

.site-home-featured-properties>.content .sliderID .slick-slide>a>picture>div.container-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: inset 0 10px 80px rgba(0, 0, 0, 0.5), inset 0 -100px 70px -50px rgba(0, 0, 0, 0.5);
}

.site-home-featured-properties>.content .sliderID .slick-slide>p.info {
    width: 84%;
    font-size: 16px;
    line-height: 20px;
    padding: 9px 23px 0;
    color: #181717;
    float: left;
    position: relative;
}

.site-home-featured-properties>.content .sliderID .slick-slide>p.info.-set-info-const {
    padding: 19px 23px 0;
}

.site-home-featured-properties>.content .sliderID .slick-slide>p.info>span.-set-title {
    font-size: 20px;
    font-weight: 600;
}

.site-home-featured-properties>.content .sliderID .slick-slide>p.info>.tooltiptext {
    visibility: hidden;
    width: 210px;
    background: RGB(229, 229, 229, 0.9);
    color: #181717;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 2;
    top: -49%;
    left: calc(50% - 107px);
    opacity: 0;
    transition: opacity 0.5s;
}

.site-home-featured-properties>.content .sliderID .slick-slide>p.info>.tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #e5e5e5 transparent transparent transparent;
}

.site-home-featured-properties>.content .sliderID .slick-slide>p.info:hover>.tooltiptext {
    visibility: visible;
    opacity: 1;
}

.site-home-featured-properties>.content .sliderID .slick-slide>p.price {
    font-size: 22px;
    line-height: 20px;
    padding: 3px 23px 0;
    float: left;
    color: #ccc;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 415px) {
    .site-home-featured-properties>.content .sliderID .slick-slide>p.price {
        font-size: 24px;
    }
}

.site-home-featured-properties>.content .sliderID .slick-slide>p.price.-set-empty {
    display: none;
}

@media screen and (min-width: 768px) {
    .site-home-featured-properties>.content .sliderID .slick-slide>p.price.-set-empty {
        display: block;
        width: 100%;
        height: 10px;
    }
}

.site-home-featured-properties>.content .sliderID .slick-slide>p.price.-promotional>font {
    font-size: 14px;
}

.site-home-featured-properties>.content .sliderID .slick-slide>p.price.-promotional>span {
    font-size: 18px;
    text-decoration: line-through;
}

.site-home-featured-properties>.content .sliderID .slick-slide.slick-active {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
    .site-home-featured-properties>.content .sliderID .slick-slide.slick-active {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0), 0 0 15px 0 rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0), 0 0 15px 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0), 0 0 15px 0 rgba(0, 0, 0, 0);
    }
}

.site-home-featured-properties>.content .sliderID .slick-slide:hover {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3), 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.site-home-featured-properties>.content .slick-nextEL {
    right: -15px;
    z-index: 10;
}

.site-home-featured-properties>.content .slick-prevEL {
    left: -15px;
    z-index: 10;
}

.site-home-featured-properties>.content .slick-prevEL,
.site-home-featured-properties>.content .slick-nextEL {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block !important;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.site-home-featured-properties>.content .slick-prevEL:hover,
.site-home-featured-properties>.content .slick-nextEL:hover {
    opacity: 0.7;
    filter: alpha(opacity=7);
}

.site-home-featured-properties>.content .nextEL {
    background: url("../images/slickNext.jpg") no-repeat;
}

.site-home-featured-properties>.content .prevEL {
    background: url("../images/slickPrev.jpg") no-repeat;
}

.box-gallery .sliderOE {
    max-height: 615px;
    padding-top: 0;
    opacity: 0;
    z-index: 1;
    clear: both;
    visibility: visible !important;
}

@media screen and (min-width: 415px) {
    .box-gallery .sliderOE {
        max-height: 690px;
    }
}

.box-gallery .sliderOE.slick-initialized {
    opacity: 1;
}

.box-gallery .sliderOE .slick-slide {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.box-gallery .sliderOE .slick-slide>p.info-no {
    text-align: center;
    font-size: 30px;
    margin-top: 125px;
}

.box-gallery .sliderOE .slick-slide>picture {
    width: 100%;
    height: 265px;
    overflow: hidden;
    text-align: center;
    float: right;
    position: relative;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 460px;
}

@media screen and (min-width: 415px) {
    .box-gallery .sliderOE .slick-slide>picture {
        width: 87%;
        height: 550px;
        margin-bottom: 0;
    }
}

.box-gallery .sliderOE .slick-slide>picture>img {
    height: 100%;
    width: auto;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.box-gallery .sliderOE .slick-slide>picture>img.logoImob {
    height: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.box-gallery .sliderOE .slick-slide>div.box-info {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 265px;
    padding-bottom: 29px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

@media screen and (min-width: 415px) {
    .box-gallery .sliderOE .slick-slide>div.box-info {
        width: 250px;
        height: 420px;
        left: 1px;
        top: 11%;
        padding-bottom: 0;
    }
}

.box-gallery .sliderOE .slick-slide>div.box-info>p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 26px 0 26px 26px;
}

.box-gallery .sliderOE .slick-slide>div.box-info>p>font {
    font-weight: bold;
}

.box-gallery .sliderOE .slick-slide>div.box-info>p>font.-fz {
    font-size: 24px;
}

.box-gallery .slick-nextOE {
    left: inherit;
    right: -1px;
    z-index: 10;
    zoom: 0.9;
}

@media screen and (min-width: 415px) {
    .box-gallery .slick-nextOE {
        left: 23%;
        right: inherit;
        zoom: 1;
    }
}

@media screen and (min-width: 768px) {
    .box-gallery .slick-nextOE {
        left: 19%;
    }
}

@media screen and (min-width: 1025px) {
    .box-gallery .slick-nextOE {
        left: 141px;
    }
}

@media screen and (min-width: 1281px) {
    .box-gallery .slick-nextOE {
        left: 146px;
    }
}

@media screen and (min-width: 1367px) {
    .box-gallery .slick-nextOE {
        left: 157px;
    }
}

.box-gallery .slick-prevOE {
    left: -1px;
    z-index: 10;
    zoom: 0.9;
}

@media screen and (min-width: 415px) {
    .box-gallery .slick-prevOE {
        left: 13%;
        zoom: 1;
    }
}

@media screen and (min-width: 1025px) {
    .box-gallery .slick-prevOE {
        left: 81px;
    }
}

@media screen and (min-width: 1281px) {
    .box-gallery .slick-prevOE {
        left: 86px;
    }
}

@media screen and (min-width: 1367px) {
    .box-gallery .slick-prevOE {
        left: 97px;
    }
}

.box-gallery .slick-prevOE,
.box-gallery .slick-nextOE {
    width: 60px;
    height: 60px;
    margin-top: 0;
    bottom: inherit;
    top: 253px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block !important;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (min-width: 415px) {
    .box-gallery .slick-prevOE,
    .box-gallery .slick-nextOE {
        bottom: -60px;
        top: inherit;
    }
}

.box-gallery .slick-prevOE:hover,
.box-gallery .slick-nextOE:hover {
    opacity: 0.7;
    filter: alpha(opacity=7);
}

.box-gallery .nextOE {
    background: url("../images/slickNext.jpg") no-repeat;
}

.box-gallery .prevOE {
    background: url("../images/slickPrev.jpg") no-repeat;
}

.box-gallery-image .sliderGA {
    max-height: 565px;
    padding-top: 0;
    opacity: 0;
    z-index: 1;
    clear: both;
    visibility: visible !important;
}

.box-gallery-image .sliderGA.slick-initialized {
    opacity: 1;
}

.box-gallery-image .sliderGA .slick-slide {
    width: 255px;
    height: auto;
    float: left;
    margin: 8px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (min-width: 768px) {
    .box-gallery-image .sliderGA .slick-slide {
        margin: 15px;
    }
}

.box-gallery-image .sliderGA .slick-slide>a>picture {
    width: 100%;
    height: 75px;
    margin-bottom: 16.3px;
    overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 415px) {
    .box-gallery-image .sliderGA .slick-slide>a>picture {
        height: 95px;
    }
}

@media screen and (min-width: 768px) {
    .box-gallery-image .sliderGA .slick-slide>a>picture {
        height: 170px;
        margin-bottom: 27.3px;
    }
}

.box-gallery-image .sliderGA .slick-slide>a>picture.-set-mb {
    margin-bottom: 0;
}

.box-gallery-image .sliderGA .slick-slide>a>picture:hover {
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    filter: contrast(175%) brightness(103%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.box-gallery-image .sliderGA .slick-slide>a>picture>img {
    height: auto;
    width: 100%;
    top: 50%;
    position: absolute;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .box-gallery-image .sliderGA .slick-slide>a>picture>img {
        height: 100%;
        width: auto;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.box-gallery-image .slick-nextGA {
    right: 16px;
    z-index: 10;
}

.box-gallery-image .slick-prevGA {
    right: 76px;
    z-index: 10;
}

.box-gallery-image .slick-prevGA,
.box-gallery-image .slick-nextGA {
    width: 60px;
    height: 60px;
    margin-top: 0;
    bottom: -103px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block !important;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
}

.box-gallery-image .slick-prevGA:hover,
.box-gallery-image .slick-nextGA:hover {
    opacity: 0.7;
    filter: alpha(opacity=7);
}

.box-gallery-image .nextGA {
    background: url("../images/slickNext.jpg") no-repeat;
}

.box-gallery-image .prevGA {
    background: url("../images/slickPrev.jpg") no-repeat;
}

.box-gallery-image .sliderGAE {
    max-height: 170px;
    padding-top: 0;
    opacity: 0;
    z-index: 1;
    clear: both;
    visibility: visible !important;
}

.box-gallery-image .sliderGAE.slick-initialized {
    opacity: 1;
}

.box-gallery-image .sliderGAE .slick-slide {
    width: 255px;
    height: auto;
    float: left;
    margin: 8px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (min-width: 768px) {
    .box-gallery-image .sliderGAE .slick-slide {
        margin: 15px;
    }
}

.box-gallery-image .sliderGAE .slick-slide>a>picture {
    width: 100%;
    height: 75px;
    margin-bottom: 16.3px;
    overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 415px) {
    .box-gallery-image .sliderGAE .slick-slide>a>picture {
        height: 95px;
    }
}

@media screen and (min-width: 768px) {
    .box-gallery-image .sliderGAE .slick-slide>a>picture {
        height: 170px;
        margin-bottom: 27.3px;
    }
}

.box-gallery-image .sliderGAE .slick-slide>a>picture.-set-mb {
    margin-bottom: 0;
}

.box-gallery-image .sliderGAE .slick-slide>a>picture:hover {
    -ms-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    filter: contrast(175%) brightness(103%);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.box-gallery-image .sliderGAE .slick-slide>a>picture>img {
    height: auto;
    width: 100%;
    top: 50%;
    position: absolute;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .box-gallery-image .sliderGAE .slick-slide>a>picture>img {
        height: 100%;
        width: auto;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

.box-gallery-image .slick-nextGAE {
    right: 16px;
    z-index: 10;
}

.box-gallery-image .slick-prevGAE {
    right: 76px;
    z-index: 10;
}

.box-gallery-image .slick-prevGAE,
.box-gallery-image .slick-nextGAE {
    width: 60px;
    height: 60px;
    margin-top: 0;
    bottom: -103px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block !important;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
}

.box-gallery-image .slick-prevGAE:hover,
.box-gallery-image .slick-nextGAE:hover {
    opacity: 0.7;
    filter: alpha(opacity=7);
}

.box-gallery-image .nextGAE {
    background: url("../images/slickNext.jpg") no-repeat;
}

.box-gallery-image .prevGAE {
    background: url("../images/slickPrev.jpg") no-repeat;
}

.box-location-icon .sliderEL {
    max-height: 160px;
    padding-top: 0;
    opacity: 0;
    z-index: 1;
    clear: both;
    visibility: visible !important;
}

.box-location-icon .sliderEL.slick-initialized {
    opacity: 1;
}

.box-location-icon .sliderEL .slick-slide {
    width: 255px;
    height: 94px;
    float: left;
    margin: 30px 8px;
    border-radius: 10px;
}

.box-location-icon .sliderEL .slick-slide>input.regulaCheckbox {
    display: none;
}

.box-location-icon .sliderEL .slick-slide>input.checboxPadrao2+label {
    float: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    margin-left: 0;
    cursor: pointer;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.box-location-icon .sliderEL .slick-slide>input.checboxPadrao2+label:hover {
    background-color: #fff;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.box-location-icon .sliderEL .slick-slide>input.checboxPadrao2:checked+label:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05), 0 0 15px 0 rgba(0, 0, 0, 0.05);
}

.box-location-icon .sliderEL .slick-slide>label>p {
    font-size: 24px;
    line-height: 94px;
    color: #231f20;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.box-location-icon .sliderEL .slick-slide>label>p>i {
    font-size: 43px;
    vertical-align: middle;
}

.box-location-icon .slick-nextEL {
    right: -16.9%;
    z-index: 10;
}

.box-location-icon .slick-prevEL {
    right: -10.1%;
    z-index: 10;
}

.box-location-icon .slick-prevEL,
.box-location-icon .slick-nextEL {
    width: 60px;
    height: 60px;
    margin-top: 0;
    top: 47px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block !important;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
}

.box-location-icon .slick-prevEL:hover,
.box-location-icon .slick-nextEL:hover {
    opacity: 0.7;
    filter: alpha(opacity=7);
}

.box-location-icon .nextEL {
    background: url("../images/slickNext.jpg") no-repeat;
}

.box-location-icon .prevEL {
    background: url("../images/slickPrev.jpg") no-repeat;
}

.content-case .sliderMO {
    margin: 44px 0 50px;
    opacity: 0;
    clear: both;
    visibility: visible !important;
}

@media screen and (min-width: 768px) {
    .content-case .sliderMO {
        margin: 44px 0 90px;
    }
}

.content-case .sliderMO.slick-initialized {
    opacity: 1;
}

.content-case .sliderMO .slick-slide {
    width: 70%;
    height: auto;
    margin: 0 8px 0;
    position: relative;
}

@media screen and (min-width: 768px) {
    .content-case .sliderMO .slick-slide {
        width: 30.4826418289%;
        margin: 0 2.15% 0;
    }
}

.content-case .sliderMO .slick-slide>picture,
.content-case .sliderMO .slick-slide>picture>img {
    width: 100%;
    float: left;
}

.content-case .sliderMO .slick-slide>p {
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height: 25px;
    float: left;
    margin-top: 35px;
}

@media screen and (min-width: 768px) {
    .content-case .sliderMO .slick-slide>p {
        margin-top: 25px;
        line-height: 32px;
    }
}

.employees-believe .sliderCO {
    max-height: 600px;
    padding-top: 0;
    opacity: 0;
    z-index: 1;
    clear: both;
    visibility: visible !important;
}

.employees-believe .sliderCO.slick-initialized {
    opacity: 1;
}

.employees-believe .sliderCO .slick-slide {
    width: 255px;
    height: 500px;
    float: left;
    margin: 40px 10px;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (min-width: 768px) {
    .employees-believe .sliderCO .slick-slide {
        margin: 40px 17px;
    }
}

.employees-believe .sliderCO .slick-slide>picture {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
    border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

@media screen and (min-width: 768px) {
    .employees-believe .sliderCO .slick-slide>picture {
        height: 370px;
    }
}

.employees-believe .sliderCO .slick-slide>picture:hover>p.-set-view {
    opacity: 1;
}

.employees-believe .sliderCO .slick-slide>picture>img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.employees-believe .sliderCO .slick-slide>picture>img.-set-hidden {
    opacity: 0;
}

.employees-believe .sliderCO .slick-slide>p.info {
    width: 84%;
    font-size: 24px;
    line-height: 20px;
    padding: 9px 23px 0;
    color: #231f20;
    float: left;
    position: relative;
}

.employees-believe .sliderCO .slick-slide>p.info>font {
    font-size: 16px;
}

.employees-believe .sliderCO .slick-slide>a {
    margin: 10px 8px 0 0;
    float: left;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.employees-believe .sliderCO .slick-slide>a.first-child {
    margin-left: 23px;
}

.employees-believe .sliderCO .slick-slide>a:hover {
    opacity: 0.8;
}

.employees-believe .sliderCO .slick-slide>a>i {
    font-size: 26.4px;
}

.employees-believe .slick-nextEL {
    right: -15px;
    z-index: 10;
}

.employees-believe .slick-prevEL {
    left: -15px;
    z-index: 10;
}

.employees-believe .slick-prevEL,
.employees-believe .slick-nextEL {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block !important;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.employees-believe .slick-prevEL:hover,
.employees-believe .slick-nextEL:hover {
    opacity: 0.7;
    filter: alpha(opacity=7);
}

.employees-believe .nextEL {
    background: url("../images/slickNext.jpg") no-repeat;
}

.employees-believe .prevEL {
    background: url("../images/slickPrev.jpg") no-repeat;
}

.site-update-registration {
    margin: 20px 0 35px;
    width: 100%;
    float: left;
}

.site-update-registration>.content {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 9.5%;
    overflow: hidden;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-update-registration>.content {
        padding: 0 3.5%;
    }
}

.site-update-registration>.content>picture {
    margin-bottom: 55px;
    width: 100%;
    float: left;
    position: relative;
}

@media screen and (min-width: 768px) {
    .site-update-registration>.content>picture {
        margin-bottom: 95px;
    }
}

.site-update-registration>.content>picture>img {
    width: 100%;
    float: left;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.site-update-registration>.content>picture .Icon--down-arrow:before {
    content: "\E011";
}

.site-update-registration>.content>picture .Hero-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -20px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: border-color 0.5s linear, color 0.5s linear;
    -moz-transition: border-color 0.5s linear, color 0.5s linear;
    -o-transition: border-color 0.5s linear, color 0.5s linear;
    transition: border-color 0.5s linear, color 0.5s linear;
    z-index: 602;
}

@media screen and (min-width: 768px) {
    .site-update-registration>.content>picture .Hero-arrow {
        width: 60px;
        height: 60px;
        bottom: -30px;
        margin-left: -30px;
    }
}

.site-update-registration>.content>picture .Hero-arrow:hover {
    color: #e7ad22;
}

.site-update-registration>.content>picture button {
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 12px Arial;
    background: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.site-update-registration>.content>picture .Icon {
    font-family: icons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-update-registration>.content>picture .Hero-arrow .Icon {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-animation: hero-arrow-icon 2s infinite;
    animation: hero-arrow-icon 2s infinite;
}

@-webkit-keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes hero-arrow-icon {
    0%,
    40%,
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    20%,
    21% {
        opacity: 0;
    }
    21% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.site-update-registration>.content>div.box-forms {
    max-width: 560px;
    margin: 0 auto;
}

.site-update-registration>.content>div.box-forms>p {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 22px;
    color: #373435;
    font-family: Verdana, sans-serif;
    margin: 0 0 25px;
}

.site-update-registration>.content>div.box-forms>p.-set-mb {
    margin-bottom: 10px;
    font-size: 18px;
}

.site-update-registration>.content>div.box-forms>div.box-link {
    width: 100%;
    height: 65px;
    float: left;
    margin-bottom: 10px;
}

.site-update-registration>.content>div.box-forms>div.box-link.-set-mb {
    margin-bottom: 50px;
}

.site-update-registration>.content>div.box-forms>div.box-link>a {
    width: 100%;
    height: 100%;
    float: left;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (min-width: 768px) {
    .site-update-registration>.content>div.box-forms>div.box-link>a {
        width: 66%;
    }
}

.site-update-registration>.content>div.box-forms>div.box-link>a>img {
    float: left;
}

.site-update-registration>.content>div.box-forms>div.box-link>a>p {
    float: left;
    font-size: 13px;
    line-height: 22px;
    color: #373435;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    margin: 8px 0 0 10px;
}

@media screen and (min-width: 321px) {
    .site-update-registration>.content>div.box-forms>div.box-link>a>p {
        font-size: 14px;
    }
}

@media screen and (min-width: 376px) {
    .site-update-registration>.content>div.box-forms>div.box-link>a>p {
        margin: 8px 0 0 25px;
    }
}

@media screen and (min-width: 768px) {
    .site-update-registration>.content>div.box-forms>div.box-link>a>p {
        font-size: 16px;
    }
}

.site-update-registration>.content>div.box-forms>div.box-link>a:hover {
    background-color: #c5c5c5;
}

.site-update-registration>.content>div.box-forms>div.box-link>a:hover>p {
    color: #fff;
}

@media screen and (min-width: 768px) {}

.button {
    display: block;
    text-align: center;
    margin-top: 0;
    width: 100%;
}

.button>a {
    text-transform: uppercase;
    text-decoration: none;
}

.button>a:hover {
    opacity: 0.6;
}

@media screen and (min-width: 768px) {
    .button {
        width: auto;
    }
}

.input-group {
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border: 0;
    vertical-align: top;
    margin: 0 0 21px 0;
    position: relative;
}

.input-group.-style1 {
    margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
    .input-group {
        margin: 0 0 14px 0;
    }
    .input-group.-style1 {
        margin: 0 0 14px 0;
    }
}

.input-group.-size1 {
    width: 210px;
}

.input-group.-size2 {
    width: 350px;
}

.input-group.-style2 {
    background-color: #fff;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #c5c5c5;
    padding: 20px 20px 38px 20px;
}

.input-group.-style2.-mt {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .input-group.-style2.-mt {
        margin-top: 20px;
    }
}

.input-group.-style2.-pb {
    padding-bottom: 110px;
}

@media screen and (min-width: 768px) {
    .input-group.-style2.-pb {
        padding-bottom: 67px;
    }
}

.input-group.-style2>span {
    float: left;
    line-height: 23px;
    font-size: 20px;
}

.input-group.-textarea {
    height: 230px;
    display: inline-block;
    width: 100%;
    margin: 0 0 47px;
}

.input-group.-textarea>.input {
    font-size: 19px;
    padding: 10px 25px 10px 25px;
    line-height: 20px;
    width: 78.9%;
    height: 96%;
    display: block;
    background-color: #fff;
    border: 2px solid #fff;
    text-transform: none;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.input-group.-textarea>.input.-set-bc {
    border: 2px solid #e5e5e5;
}

@media screen and (min-width: 360px) {
    .input-group.-textarea>.input {
        width: 81.3%;
    }
}

@media screen and (min-width: 375px) {
    .input-group.-textarea>.input {
        width: 82.2%;
    }
}

@media screen and (min-width: 414px) {
    .input-group.-textarea>.input {
        width: 83.5%;
    }
}

@media screen and (min-width: 768px) {
    .input-group.-textarea>.input {
        width: 90.5%;
    }
}

.input-group>.input {
    width: 84.8%;
    padding: 0 8.4%;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 63px;
    background-color: transparent;
    resize: none;
    display: table-cell;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    outline: 0;
    color: #181717;
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
    text-align: left;
    text-align-last: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .input-group>.input {
        margin-bottom: 22px;
        padding: 0 2.8%;
    }
}

@media screen and (min-width: 980px) {
    .input-group>.input {
        padding: 0 25px 0 25px;
    }
}

.input-group>.input.-set-selected {
    color: #181717;
}

.input-group>.input.-set-style1 {
    margin-bottom: 9px;
    line-height: 61px;
    background-color: #fff;
    border: 2px solid #fff;
}

.input-group>.input.-set-style2 {
    width: 78.9%;
    line-height: 61px;
    background-color: #fff;
    border: 2px solid #fff;
}

.input-group>.input.-set-style2.-set-bc {
    border: 2px solid #e5e5e5;
}

.input-group>.input.-set-style2.-set-pl {
    width: 55.9%;
    padding-left: 85px;
}

@media screen and (min-width: 360px) {
    .input-group>.input.-set-style2 {
        width: 81.3%;
    }
    .input-group>.input.-set-style2.-set-pl {
        width: 60.6%;
    }
}

@media screen and (min-width: 375px) {
    .input-group>.input.-set-style2 {
        width: 82.2%;
    }
    .input-group>.input.-set-style2.-set-pl {
        width: 62.4%;
    }
}

@media screen and (min-width: 414px) {
    .input-group>.input.-set-style2 {
        width: 83.7%;
    }
    .input-group>.input.-set-style2.-set-pl {
        width: 64.9%;
    }
}

@media screen and (min-width: 768px) {
    .input-group>.input.-set-style2 {
        width: 90%;
    }
    .input-group>.input.-set-style2.-set-pl {
        width: 78.9%;
    }
}

.input-group>.input.-set-style3 {
    width: 50px;
    top: 21px;
    left: 25px;
    line-height: normal;
    margin-bottom: 0;
    padding: 0;
    border: 2px solid #fff;
    position: absolute;
    background-color: transparent !important;
}

.input-group>.input.-set-style3.-set-mt {
    top: 45px;
}

.input-group>.input.-set-style3:focus-within {
    -webkit-box-shadow: 0 !important;
    -moz-box-shadow: 0 !important;
    box-shadow: 0 !important;
    border: 2px solid #fff !important;
}

.input-group>.input.-set-style4 {
    width: 79%;
    line-height: 61px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    margin-bottom: 0;
}

@media screen and (min-width: 360px) {
    .input-group>.input.-set-style4 {
        width: 82%;
    }
}

@media screen and (min-width: 375px) {
    .input-group>.input.-set-style4 {
        width: 83%;
    }
}

@media screen and (min-width: 414px) {
    .input-group>.input.-set-style4 {
        width: 85%;
    }
}

@media screen and (min-width: 768px) {
    .input-group>.input.-set-style4 {
        width: 87%;
    }
}

.input-group>.input.-set-style5 {
    width: 70%;
    line-height: 61px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
}

.input-group>.input.-set-style5.-set-size {
    width: 80%;
}

.input-group>.input.-set-style6 {
    width: 82%;
    line-height: 63px;
    background-color: #fff;
    border: 2px solid #fff;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .input-group>.input.-set-style6 {
        width: 94%;
    }
}

@media screen and (min-width: 980px) {
    .input-group>.input.-set-style6 {
        width: 80.8%;
    }
}

@media screen and (min-width: 1300px) {
    .input-group>.input.-set-style6 {
        width: 66%;
    }
}

.input-group>.input.-set-style7 {
    width: 83%;
    line-height: 0;
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    padding: 0;
    float: left;
}

@media screen and (min-width: 980px) {
    .input-group>.input.-set-style7 {
        width: 83%;
    }
}

@media screen and (min-width: 1120px) {
    .input-group>.input.-set-style7 {
        width: 81%;
    }
}

.input-group>.input.-set-style7:focus-within {
    -webkit-box-shadow: 0 0 0 rgba(204, 195, 195, 0);
    -moz-box-shadow: 0 0 0 rgba(204, 195, 195, 0);
    box-shadow: 0 0 0 rgba(204, 195, 195, 0);
    border: 0;
}

.input-group>.input:focus-within {
    -webkit-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    -moz-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    border: 2px solid #e5e5e5;
}

.input-group>.input.-text-trans-lower {
    text-transform: lowercase;
}

.input-group>select {
    font-family: "Roboto", sans-serif;
    width: 99.8%;
    height: 65px;
    padding: 0 63px 0 25px;
    color: #c5c5c5;
    background: #fff url("../images/form-set-down.png") no-repeat right;
    border: 2px solid #fff;
    font-size: 19px;
    text-overflow: "";
    line-height: 65px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.input-group>select.-set-bd {
    border: 1px solid #c5c5c5;
    margin-bottom: 0;
}

.input-group>select.-set-mb {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .input-group>select.-set-mb {
        margin-bottom: 20px;
    }
}

.input-group>select.-set-bc {
    border: 2px solid #e5e5e5;
    color: #181717;
    margin-bottom: 20px;
}

.input-group>select.-set-selected {
    color: #181717;
}

.input-group>select.-style2 {
    border-color: #e5e5e5;
    margin-bottom: 17px;
}

.input-group>select::-ms-expand {
    display: none;
}

.input-group>select:focus-within {
    -webkit-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    -moz-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    border: 2px solid #e5e5e5;
}

.input-group>select>option {
    color: #181717;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .input-group>select.-set-bd {
        margin-bottom: 0;
    }
}

.input-group>input[type="checkbox"],
.input-group>div>input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    position: relative;
    visibility: hidden;
    float: left;
    margin: 3px 17px 0 0;
}

.input-group>input[type="checkbox"].-last-child,
.input-group>div>input[type="radio"].-last-child {
    margin-left: 6px;
}

.input-group>input[type="checkbox"]::before,
.input-group>div>input[type="radio"]::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 42px;
    line-height: 42px;
    visibility: visible;
    text-align: center;
    font-weight: bold;
    color: #373435;
    background-color: #f2f2f2;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
}

.input-group>input[type="checkbox"]:checked::before,
.input-group>div>input[type="radio"]:checked::before {
    content: "X";
}

.input-group>.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.input-group>.inputfile+label {
    width: 100%;
    float: left;
    font-family: Verdana, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 65px;
    margin-bottom: 0;
    background: #fff url("../images/fundoSelectFile.png") no-repeat top right;
    padding: 0;
    font-size: 12px;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .input-group>.inputfile+label {
        margin-bottom: 20px;
    }
}

.input-group>.inputfile+label>span {
    width: 86%;
    padding: 22px 25px;
    color: #181717;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
    font-size: 17px;
}

.input-group>.input:focus,
.input-group .input:valid {
    outline: 0;
}

.input-group>.input:focus+label,
.input-group .input:valid+label {
    font-size: 9.7px;
    top: -6px;
    z-index: 9;
    color: #cb9d5b;
}

.input-group>label>a {
    color: #000;
}

.input-group ::-webkit-input-placeholder {
    color: #c5c5c5;
}

.input-group :-ms-input-placeholder {
    color: #c5c5c5;
}

.input-group :-moz-placeholder {
    color: #c5c5c5;
}

.input-group ::-moz-placeholder {
    color: #c5c5c5;
}

.input-group .place1::-webkit-input-placeholder {
    color: #333;
    padding-top: 0;
}

.input-group .place1:-ms-input-placeholder {
    color: #333;
    padding-top: 0;
}

.input-group .place1:-moz-placeholder {
    color: #333;
    padding-top: 0;
}

.input-group .place1::-moz-placeholder {
    color: #333;
    padding-top: 0;
}

.input-group .place2::-webkit-input-placeholder {
    color: #729abd;
}

.input-group .place2:-ms-input-placeholder {
    color: #729abd;
}

.input-group .place2:-moz-placeholder {
    color: #729abd;
}

.input-group .place2::-moz-placeholder {
    color: #729abd;
}

.input-group .place3::-webkit-input-placeholder {
    color: #181717;
}

.input-group .place3:-ms-input-placeholder {
    color: #181717;
}

.input-group .place3:-moz-placeholder {
    color: #181717;
}

.input-group .place3::-moz-placeholder {
    color: #181717;
}

.input-line {
    text-align: center;
    text-align-last: center;
    font-size: initial;
    float: right;
}

.input-line.-fl {
    float: left;
}

.input-line.-fr {
    float: right;
}

.input-line.-cb {
    clear: both;
}

.input-line.-fr-fl {
    float: left;
}

.input-line.-sizeFull {
    width: 100%;
}

.input-line.-set-ml {
    margin-left: 5.5%;
}

.input-line.-set-mr {
    margin-right: 0;
}

.input-line.-set-mr2 {
    margin-right: 0;
}

.input-line.-set-mt {
    margin-top: 10px;
}

.input-line.-set-mt2 {
    margin-top: 26px;
}

.input-line.-style1 {
    float: left;
    margin: 10px 0 0 0;
}

.input-line.-style2 {
    float: left;
    margin: 30px 0 0 calc(50% - 73.815px);
}

.input-line.-style3 {
    float: left;
    margin: 0 0 0 5%;
}

.input-line.-style4 {
    float: left;
    margin: 40px 0 0 0;
}

.input-line.-style5 {
    float: left;
    margin: 25px 0 0;
}

@media screen and (min-width: 768px) {
    .input-line.-style5 {
        margin: 0 0 calc(50% - 141.5px);
    }
}

.input-line.-style6 {
    float: left;
    margin-left: 0;
    position: relative;
}

.input-line.-style6.-set-size {
    width: 265px;
}

.input-line.-style6>a>ul {
    display: none;
    position: absolute;
    top: 55px;
    right: -35px;
    width: 205px;
    padding: 0 16px;
    z-index: 1;
    background-color: #fff;
    text-align: left;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    -moz-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
}

@media screen and (min-width: 360px) {
    .input-line.-style6>a>ul {
        right: -22px;
    }
}

@media screen and (min-width: 375px) {
    .input-line.-style6>a>ul {
        right: -15px;
    }
}

@media screen and (min-width: 402px) {
    .input-line.-style6>a>ul {
        right: 0;
    }
}

@media screen and (min-width: 768px) {
    .input-line.-style6>a>ul {
        width: 86%;
        top: 65px;
    }
}

.input-line.-style6>a>ul>li {
    line-height: 65px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    display: table;
}

.input-line.-style6>a>ul>li>font {
    font-size: 12px;
}

.input-line.-style6>a>ul>li:hover {
    color: #c23a3e;
}

.input-line.-style6>a>ul hr {
    width: 100%;
    height: 1px;
    background-color: #ececec;
}

.input-line.-style6>a>i.icon-login2 {
    display: block;
    font-size: 31px;
}

@media screen and (min-width: 768px) {
    .input-line.-style6>a>i.icon-login2 {
        display: none;
    }
}

.input-line.-style6>a:hover>ul {
    display: block;
}

.input-line.-style7 {
    float: left;
    margin: 40px 0 0 9.5%;
}

@media screen and (min-width: 768px) {
    .input-line.-style7 {
        margin: 40px 0 0 0;
    }
}

.input-line.-style8 {
    margin: 0;
}

.input-line.-style9 {
    float: left;
    margin-left: 26px;
}

.input-line.-size1 {
    width: 46.88%;
}

.input-line.-size2 {
    width: 47%;
}

.input-line.-size3 {
    width: 210px;
}

@media screen and (min-width: 768px) {
    .input-line.-size3 {
        width: 200px;
    }
}

.input-line.-size4 {
    width: 120px;
}

.input-line.-size5 {
    width: 120px;
}

.input-line.-size6 {
    display: none;
    position: absolute;
    top: 100px;
    right: 65px;
    width: 135px;
    padding: 0 5px;
    z-index: 1;
    background-color: #fff;
    text-align: left;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    -moz-box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
    box-shadow: 0 0 30px rgba(204, 195, 195, 0.2);
}

@media screen and (min-width: 768px) {
    .input-line.-size6 {
        width: 80px;
        display: block;
        position: inherit;
        border: 0;
        -webkit-box-shadow: 0 0 0 rgba(204, 195, 195, 0.2);
        -moz-box-shadow: 0 0 0 rgba(204, 195, 195, 0.2);
        box-shadow: 0 0 0 rgba(204, 195, 195, 0.2);
    }
}

.input-line.-size7 {
    width: 100%;
}

.input-line.-size8 {
    width: 100%;
    float: right;
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .input-line.-size8 {
        width: 40.4%;
    }
}

@media screen and (min-width: 980px) {
    .input-line.-size8 {
        width: 31.4%;
        margin-right: 1.1%;
    }
}

@media screen and (min-width: 1300px) {
    .input-line.-size8 {
        width: 21.4%;
        margin-right: 0;
    }
}

.input-line>a>.input-button,
.input-line>.input-button {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    border: 0;
    padding: 23px 0;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #231f20;
    transition: background 0.07s ease-in, color 0.1s ease-out;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

@media screen and (min-width: 360px) {
    .input-line>a>.input-button,
    .input-line>.input-button {
        padding: 23px 28px;
    }
}

.input-line>a>.input-button.-secondary-button,
.input-line>.input-button.-secondary-button {
    background-color: #d1d0d0;
    color: #231f20;
    padding: 23px 0;
}

.input-line>a>.input-button.-tertiary-button,
.input-line>.input-button.-tertiary-button {
    background-color: #fff;
    color: #231f20;
    padding: 16px 0;
}

.input-line>a>.input-button.-tertiary-button>i,
.input-line>.input-button.-tertiary-button>i {
    color: #9d0c09;
    font-size: 31px;
}

.input-line>a>.input-button.-tertiary-button>i>font,
.input-line>.input-button.-tertiary-button>i>font {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
    color: #231f20;
}

.input-line>a>.input-button.-medium-gray-button,
.input-line>.input-button.-medium-gray-button {
    background: #f5f5f5;
    color: #231f20;
}

.input-line>a>.input-button:disabled,
.input-line>a>.input-button:hover,
.input-line>.input-button:disabled,
.input-line>.input-button:hover {
    opacity: 0.8;
}

.input-line>a>.input-button.-style1,
.input-line>.input-button.-style1 {
    padding: 23px 25.57px;
}

@media screen and (min-width: 1044px) {
    .input-line>a>.input-button.-style1,
    .input-line>.input-button.-style1 {
        padding: 23px 23px;
    }
}

.input-line>a>.input-button.-style1>span,
.input-line>.input-button.-style1>span {
    display: block;
}

.input-line>a>.input-button.-style1>font,
.input-line>.input-button.-style1>font {
    display: none;
}

.input-line>a>.input-button.-style1.-view>span,
.input-line>.input-button.-style1.-view>span {
    display: none;
}

.input-line>a>.input-button.-style1.-view>font,
.input-line>.input-button.-style1.-view>font {
    display: block;
}

.input-line>a>.input-button.-style2,
.input-line>.input-button.-style2 {
    padding: 23px 30px;
}

@media screen and (min-width: 321px) {
    .input-line>a>.input-button.-style2,
    .input-line>.input-button.-style2 {
        padding: 23px 55px;
    }
}

.input-line>a>.input-button.-style3,
.input-line>.input-button.-style3 {
    padding: 22px;
}

.input-line>a>.input-button.-style4,
.input-line>.input-button.-style4 {
    padding: 22px;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    color: #373435;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .input-line>a>.input-button.-style4,
    .input-line>.input-button.-style4 {
        border-left: 1px solid #eaeaea;
        text-transform: none;
    }
}

.input-line>a>.input-button.-style5,
.input-line>.input-button.-style5 {
    padding: 17px 15px;
    border: 2px solid #000;
    background-color: #fff;
    font-size: 22px;
    display: none;
}

.input-line>a>.input-button.-style5>i,
.input-line>.input-button.-style5>i {
    font-size: 7px;
    color: #262525;
    margin-left: 5px;
}

.input-line>a>.input-button.-style5:hover,
.input-line>.input-button.-style5:hover {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .input-line>a>.input-button.-style5,
    .input-line>.input-button.-style5 {
        display: block;
    }
}

.input-line>a>.input-button.-style6,
.input-line>.input-button.-style6 {
    padding: 13px 15px;
    background-color: #fff;
    color: #373435;
    font-size: 22px;
    text-align: left;
    text-align-last: left;
    line-height: 19px;
}

.input-line>a>.input-button.-style6>font,
.input-line>.input-button.-style6>font {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.input-line>a>.input-button.-style6>i,
.input-line>.input-button.-style6>i {
    font-size: 31px;
    color: #262525;
    margin-left: 5px;
    margin-top: 6px;
    float: right;
}

.input-line>a>.input-button.-style7,
.input-line>.input-button.-style7 {
    padding: 21px 35px;
    border: 2px solid #fff;
    background-color: transparent;
}

.input-line>a>.input-button.-style8,
.input-line>.input-button.-style8 {
    padding: 28px 50px;
    font-size: 20px;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .input-line>a>.input-button.-style8,
    .input-line>.input-button.-style8 {
        padding: 28px 40px;
    }
}

@media screen and (min-width: 768px) {
    .input-line.-set-mt {
        margin-top: 26px;
    }
    .input-line.-set-mr {
        margin-right: 3.4%;
    }
    .input-line.-set-ml {
        margin-left: 1.1%;
    }
    .input-line.-set-mr2 {
        margin-right: 4.2%;
    }
    .input-line.-style1 {
        margin: 8px 0 0 3%;
    }
    .input-line.-style2 {
        margin: 35px 0 0 calc(50% - 83px);
        clear: both;
    }
    .input-line.-size1 {
        width: 16.39%;
    }
    .input-line.-size2 {
        width: 160px;
    }
}

@media screen and (min-width: 980px) {
    .input-line.-size1 {
        width: 12.39%;
    }
    .input-line.-size1.-noAT {
        width: 23.39%;
        margin-right: 1.1%;
    }
}

@media screen and (min-width: 1280px) {
    .input-line>a>.input-button,
    .input-line>.input-button {
        padding: 23px 0;
    }
}

@media screen and (min-width: 1300px) {
    .input-line.-size1 {
        width: 8.39%;
    }
    .input-line.-size1.-noAT {
        width: 19.67%;
        margin-right: 0;
    }
}

.input-button {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    border: 0;
    padding: 0 24px;
    color: #fff;
    height: auto;
    font-size: 14px;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: background 0.07s ease-in, color 0.1s ease-out;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.input-button:hover {
    opacity: 0.6;
}

@media (min-width: 768px) {}

.form-first-mail {
    box-sizing: border-box;
    position: relative;
    padding: 35px 24px 60px;
    margin: 50px auto;
    background: #fff;
    max-width: 595px;
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .form-first-mail {
        padding: 35px 68px 60px;
    }
}

.form-first-mail form#form-log {
    display: none;
}

.form-first-mail form#form-log2 {
    display: none;
}

.form-first-mail form#form-first,
.form-first-mail form#form-log,
.form-first-mail form#form-log2 {
    width: 100%;
    margin: 12px 0 0 0;
    height: auto;
    float: left;
}

.form-first-mail form#form-first .form-message,
.form-first-mail form#form-log .form-message,
.form-first-mail form#form-log2 .form-message {
    width: 245px;
    float: left;
    color: red;
}

.form-first-mail form#form-first>div>label,
.form-first-mail form#form-log>div>label,
.form-first-mail form#form-log2>div>label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    float: left;
    color: #262525;
    font-family: "Roboto", sans-serif;
}

.form-first-mail form#form-first>p,
.form-first-mail form#form-log>p,
.form-first-mail form#form-log2>p {
    float: left;
    line-height: 170%;
    margin-top: 5px;
}

.form-first-mail form#form-first>p.erroLogin,
.form-first-mail form#form-log>p.erroLogin,
.form-first-mail form#form-log2>p.erroLogin {
    color: red;
}

.form-first-mail form#form-first>p>a,
.form-first-mail form#form-log>p>a,
.form-first-mail form#form-log2>p>a {
    color: #000;
    cursor: pointer;
}

.form-first-mail form#form-first>p>a:hover,
.form-first-mail form#form-log>p>a:hover,
.form-first-mail form#form-log2>p>a:hover {
    text-decoration: underline;
}

form#form-alt-tit,
form#formAltTit {
    max-width: 540px;
    width: 100%;
    margin: 0;
    float: left;
    height: auto;
    position: relative;
}

form#form-alt-tit>div.box-input,
form#formAltTit>div.box-input {
    width: 100%;
    float: left;
    margin-right: 0;
}

form#form-alt-tit>div.box-input>label,
form#formAltTit>div.box-input>label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    float: left;
    color: #262525;
    font-family: "Roboto", sans-serif;
    width: 100%;
}

form#form-alt-tit>div.box-input>label>font,
form#formAltTit>div.box-input>label>font {
    color: #909090;
    font-size: 14px;
    float: right;
}

@media screen and (min-width: 768px) {
    form#form-alt-tit,
    form#formAltTit {
        margin: 31px 0 0 0;
    }
}

form#form-contact {
    max-width: 540px;
    width: 100%;
    margin: 0;
    float: left;
    height: auto;
    position: relative;
}

form#form-contact>div.box-input {
    width: 100%;
    float: left;
    margin-right: 0;
}

form#form-contact>div.box-input>label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    float: left;
    color: #262525;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
    form#form-contact {
        margin: 31px 0 0 0;
    }
}

form#form-filter,
form#form-filter-visto {
    max-width: 680px;
    width: 100%;
    margin: 0;
    float: left;
    height: auto;
    position: relative;
}

form#form-filter.-set-ml,
form#form-filter-visto.-set-ml {
    margin-left: 7.8%;
}

form#form-filter>div.box-input,
form#form-filter-visto>div.box-input {
    width: 100%;
    float: left;
    margin-right: 0;
}

form#form-filter>div.box-input>label,
form#form-filter-visto>div.box-input>label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    float: left;
    color: #262525;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
    form#form-filter,
    form#form-filter-visto {
        margin: 0 0 0 4.5%;
    }
    form#form-filter>div.box-input,
    form#form-filter-visto>div.box-input {
        width: 30.57%;
        margin-right: 2.5%;
    }
}

@media screen and (min-width: 1024px) {
    form#form-filter,
    form#form-filter-visto {
        max-width: 990px;
    }
}

@media screen and (min-width: 1366px) {
    form#form-filter,
    form#form-filter-visto {
        max-width: 1145px;
    }
    form#form-filter.-set-size,
    form#form-filter-visto.-set-size {
        max-width: 1060px;
    }
}

form#form-interested {
    max-width: 1145px;
    width: 100%;
    margin: 20px 0 0 0;
    float: left;
    height: auto;
    position: relative;
}

form#form-interested>div.box-input {
    width: 100%;
    float: left;
    margin-right: 0;
}

form#form-interested>div.box-input>label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    float: left;
    color: #262525;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
    form#form-interested {
        margin: 52px 0 0 0;
    }
}

form#form-newsletter {
    width: 100%;
    margin: 25px 0 0;
    float: left;
    height: auto;
    position: relative;
}

form#form-newsletter>div.box-input {
    width: 100%;
    float: left;
}

form#form-newsletter>div.box-input>label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    float: left;
    color: #262525;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
    form#form-newsletter {
        margin: 0;
    }
}

form#form-properties {
    max-width: 1145px;
    width: 100%;
    margin: 30px 0 0 0;
    float: left;
    height: auto;
    position: relative;
}

form#form-properties>div.box-input {
    width: 100%;
    float: left;
    margin-right: 0;
}

form#form-properties>div.box-input.-set-height {
    height: auto;
}

form#form-properties>div.box-input>label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    float: left;
    color: #262525;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
    form#form-properties {
        margin: 0 0 0 4.5%;
    }
    form#form-properties>div.box-input {
        width: 30.57%;
        margin-right: 2.5%;
    }
}

@media screen and (min-width: 1366px) {
    form#form-properties {
        margin: 0 0 0 3.5%;
    }
}

form#form-search {
    width: 100%;
    margin: 0 0 0 3.5%;
    float: left;
    height: auto;
    position: relative;
}

form#form-search>div.box-input {
    width: 16.15%;
    float: left;
    margin-right: 0;
}

form#form-search>div.box-input>label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    float: left;
    color: #262525;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
    form#form-search>div.box-input {
        margin-right: 1.5%;
    }
}

form#form-search {
    width: 100%;
    margin: 10px 0 0 0;
    float: right;
    height: auto;
    position: relative;
}

form#form-search>div.box-input {
    width: 16.15%;
    float: left;
    margin-right: 0;
}

form#form-search>div.box-input>label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    float: left;
    color: #262525;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
    form#form-search {
        margin: 0 0 0 1.1%;
    }
    form#form-search>div.box-input {
        margin-right: 1.1%;
    }
    form#form-search>div.box-input.-set-mr0 {
        margin-right: 1.1%;
    }
}

@media screen and (min-width: 1120px) {
    form#form-search>div.box-input {
        margin-right: 1.1%;
    }
    form#form-search>div.box-input.-set-mr0 {
        margin-right: 1.1%;
    }
}

@media screen and (min-width: 1513px) {}

form#form-logout {
    float: right;
}

form#form-logout>div.box-input {
    width: 100%;
    float: right;
    margin-right: 0;
}

.form-agenda-mail {
    box-sizing: border-box;
    position: relative;
    padding: 22px 24px 17px;
    margin: 30px auto;
    background: #fff;
    max-width: 320px;
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: hidden;
    zoom: 0.8;
}

@media screen and (min-width: 321px) {
    .form-agenda-mail {
        max-width: 360px;
    }
}

@media screen and (min-width: 361px) {
    .form-agenda-mail {
        padding: 35px 24px 60px;
        max-width: 430px;
    }
}

@media screen and (min-width: 768px) {
    .form-agenda-mail {
        padding: 15px 30px 25px;
        max-width: 585px;
    }
}

.form-agenda-mail form#form-agenda {
    width: 100%;
    margin: 12px 0 0 0;
    height: auto;
    float: left;
}

.form-agenda-mail form#form-agenda>h2 {
    width: 100%;
    text-align: center;
}

.form-agenda-mail form#form-agenda>div.box-input.midle {
    width: 49%;
    float: left;
}

.form-agenda-mail form#form-agenda>div.box-input.midle.fr {
    float: right;
}

.form-agenda-mail form#form-agenda>div.box-input.midle>div>input {
    width: 78%;
}

.form-agenda-mail form#form-agenda>div.box-input.midle>div>input.fr {
    float: right;
}

.form-agenda-mail form#form-agenda>div.box-input>div>input {
    width: 90%;
}

.form-agenda-mail form#form-agenda .form-message {
    width: 245px;
    float: left;
    color: red;
}

.form-agenda-mail form#form-agenda>div>label {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
    float: left;
    color: #262525;
    font-family: "Roboto", sans-serif;
}

.form-agenda-mail form#form-agenda>ul.listAgenda {
    width: 100%;
    height: 125px;
    float: left;
    margin: 27px 0;
}

.form-agenda-mail form#form-agenda>ul.listAgenda>li {
    width: 48%;
    height: 100%;
    float: left;
}

.form-agenda-mail form#form-agenda>ul.listAgenda>li.fr {
    float: right;
}

.form-agenda-mail form#form-agenda>ul.listAgenda>li>picture {
    width: auto;
    height: 100%;
    float: right;
}

.form-agenda-mail form#form-agenda>ul.listAgenda>li>picture>img {
    width: auto;
    height: 100%;
    float: right;
}

.form-agenda-mail form#form-agenda>ul.listAgenda>li>p {
    font-size: 1.0625em;
    line-height: 20px;
    margin: 13px 0 0;
    text-align: left;
}

.form-agenda-mail form#form-agenda>ul.listAgenda>li>p>font {
    font-family: "Roboto", sans-serif;
    font-size: 1.3em;
}

.form-agenda-mail form#form-agenda>p {
    text-align: center;
    line-height: 170%;
    margin-top: 5px;
}

.form-agenda-mail form#form-agenda>p.erroLogin {
    color: red;
}

.form-agenda-mail form#form-agenda>p>a {
    color: #000;
    cursor: pointer;
}

.form-agenda-mail form#form-agenda>p>a:hover {
    text-decoration: underline;
}

h2 {
    font-size: 40px;
    line-height: 31px;
    margin: 10px 0 0 0;
    color: #231f20;
    float: left;
}

h2.-set-fln {
    float: none;
}

h2.-set-lih {
    line-height: 34px;
}

@media screen and (min-width: 768px) {
    h2.-set-lih {
        line-height: 23px;
    }
}

h2.-set-mb {
    margin-bottom: 7px;
}

h2.-set-mb.-new-mb {
    margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
    h2.-set-mb {
        margin-bottom: 23px;
    }
}

h2.-set-ml {
    margin-left: 9.5%;
}

h2.-set-ml2 {
    margin-left: 0;
}

h2.-set-ml0 {
    margin-left: 0;
}

h2.-set-ml0.-set-const {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    h2.-set-ml0.-set-const {
        margin-top: 0;
    }
}

h2.-set-ml0.-set-clear {
    clear: both;
}

h2.-set-style {
    margin: 0;
    float: none;
}

h2.-set-style2 {
    margin-left: 0;
    float: none;
}

h2.-set-style2.-set-lh {
    line-height: 35px;
    margin-top: 0;
}

h2.-set-style2.-set-comp {
    float: left;
    width: 100%;
    margin-top: 33px;
}

h2.-set-style2>font>span {
    display: none;
}

@media screen and (min-width: 768px) {
    h2.-set-style2>font>span {
        display: inline;
    }
}

h2.-set-style3 {
    margin: 44px 0 0 9.5%;
}

h2.-set-style4 {
    margin-left: 0;
    float: none;
}

h2.-set-style5 {
    margin-left: 0;
    margin-top: 0;
    float: none;
}

h2.-set-style6 {
    margin: 0 0 0 8%;
    float: none;
}

h2.-set-style8 {
    margin-left: 9.5%;
    float: none;
}

@media screen and (min-width: 768px) {
    h2.-set-style8 {
        margin-left: 0;
    }
}

h2.-set-style9 {
    padding: 80px 0 0 4.2%;
}

h2.-set-style10 {
    line-height: 29px;
}

h2.-set-style10>font {
    line-height: 40px;
}

@media screen and (min-width: 768px) {
    h2.-set-style10 {
        line-height: 31px;
    }
    h2.-set-style10>font {
        line-height: 52px;
    }
}

h2.-set-style11 {
    float: none;
    margin: auto;
    text-align: center;
    font-size: 28px;
}

h2.-set-style12 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 41px;
    line-height: 38px;
    text-align: left;
    margin: 0;
    width: 92%;
    zoom: 0.8;
}

@media screen and (min-width: 768px) {
    h2.-set-style12 {
        font-size: 54px;
        line-height: 62px;
    }
    h2.-set-style12.-set-fz {
        font-size: 42px;
    }
}

@media screen and (min-width: 990px) {
    h2.-set-style12 {
        zoom: 1;
    }
}

h2.title {
    margin: 0;
    font-size: 64px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
}

h2.title.-set-lh1 {
    font-size: 48px;
    line-height: 38px;
}

@media screen and (min-width: 768px) {
    h2.title.-set-lh1 {
        font-size: 64px;
        line-height: 50px;
    }
}

h2.title.-set-lh2 {
    font-size: 44px;
    line-height: 38px;
    margin-top: 15px;
}

@media screen and (min-width: 768px) {
    h2.title.-set-lh2 {
        font-size: 64px;
        line-height: 78px;
        margin-top: 0;
    }
}

h2.title.-set-lh3 {
    line-height: 50px;
}

@media screen and (min-width: 768px) {
    h2.title.-set-lh3 {
        line-height: 30px;
    }
}

h2.title.-set-style1 {
    font-size: 53px;
    line-height: 43px;
}

@media screen and (min-width: 768px) {
    h2.title.-set-style1 {
        font-size: 64px;
        line-height: 30px;
    }
}

h2.title>span {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
    h2.title {
        line-height: 78px;
    }
}

h2>font {
    font-size: 48px;
    line-height: 40px;
}

h2>font.-set-style1 {
    font-size: 48px;
}

h2>font.-set-style2 {
    font-size: 40px;
}

h2>font.-set-style3 {
    line-height: 40px;
}

h2>font.-set-style4 {
    font-size: 40px;
}

h2>font.-set-style5 {
    line-height: 36px;
}

h2>font.-set-style6 {
    line-height: 36px;
    font-size: 40px;
}

h2>font.-set-style7 {
    font-size: 40px;
    float: left;
}

@media screen and (min-width: 768px) {
    h2>font.-set-style7 {
        font-size: 47px;
    }
}

h2>font.-set-style7.-mt1 {
    margin-top: 12px;
}

@media screen and (min-width: 768px) {
    h2>font.-set-style7.-mt1 {
        margin-top: 25px;
    }
}

h2>font.-set-style7.-mt2 {
    margin-top: 12px;
}

@media screen and (min-width: 768px) {
    h2>font.-set-style7.-mt2 {
        margin-top: 50px;
    }
}

h2>font.-set-style7.-mt3 {
    margin-top: 12px;
}

@media screen and (min-width: 768px) {
    h2>font.-set-style7.-mt3 {
        margin-top: 0;
    }
}

@media screen and (min-width: 415px) {
    h2>font {
        font-size: 52px;
    }
    h2>font.-set-style1 {
        font-size: 40px;
    }
    h2>font.-set-style2 {
        font-size: 52px;
    }
    h2>font.-set-style3 {
        line-height: 52px;
    }
    h2>font.-set-style4 {
        line-height: 42px;
    }
    h2>font.-set-style5 {
        line-height: 52px;
    }
    h2>font.-set-style6 {
        line-height: 52px;
    }
}

@media screen and (min-width: 500px) {
    h2>font {
        line-height: 52px;
    }
}

h2>font.-set-color-w {
    color: #fff;
}

h2>span {
    font-size: 34px;
    line-height: 30px;
}

@media screen and (min-width: 768px) {
    h2 {
        margin: 10px 0 0 0;
    }
    h2.-set-ml,
    h2.-set-ml2 {
        margin-left: 2.2%;
    }
    h2.-set-style3 {
        margin: 44px 0 0 0;
    }
}

h2.-set-style7 {
    font-size: 32px;
}

h2.-set-style7>font {
    font-size: 32px;
    line-height: 32px;
}

@media screen and (min-width: 768px) {
    h2.-set-style7 {
        font-size: 40px;
    }
    h2.-set-style7>font {
        font-size: 40px;
        line-height: 40px;
    }
}

h3 {
    font-size: 40px;
    line-height: 34px;
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
}

h3.-style2 {
    text-align: left;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    h3.-style2 {
        font-size: 82px;
        line-height: 75px;
    }
}

h3.-style3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 65px;
    color: #231f20;
    float: left;
    margin-bottom: 0;
}

h3.-style3.-set-lh {
    line-height: 107px;
    margin-left: 7%;
}

h3.-style4 {
    font-size: 28px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    margin-top: 50px;
    zoom: 0.6;
}

@media screen and (min-width: 321px) {
    h3.-style4 {
        zoom: 0.7;
    }
}

@media screen and (min-width: 361px) {
    h3.-style4 {
        zoom: 0.8;
    }
}

@media screen and (min-width: 500px) {
    h3.-style4 {
        zoom: 1;
    }
}

#site-footer {
    width: 100%;
    float: left;
    background-color: #1c191a;
}

#site-footer>.content {
    max-width: 1105px;
    margin: 0 auto;
    padding: 90px 9.5%;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    #site-footer>.content {
        padding: 90px 3.5%;
    }
}

#site-footer>.content>div.boxs {
    width: 100%;
    min-height: inherit;
    float: left;
    margin: 0 4.5% 0 0;
}

@media screen and (min-width: 768px) {
    #site-footer>.content>div.boxs {
        min-height: 200px;
        width: 30.316742%;
    }
}

#site-footer>.content>div.boxs.-set-mr {
    margin-right: 0;
}

#site-footer>.content>div.boxs>p.tit {
    font-size: 16px;
    line-height: 166.6%;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

#site-footer>.content>div.boxs>p.txt {
    font-size: 16px;
    line-height: 166.6%;
    color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

#site-footer>.content>div.boxs>p.txt.-set-mb {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    #site-footer>.content>div.boxs>p.txt {
        width: 50%;
        margin-bottom: 0;
    }
}

#site-footer>.content>div.boxs>p.txt.-set-size {
    width: 100%;
}

#site-footer>.content>div.boxs>p.txt>a {
    text-decoration: none;
    color: #fff;
}

#site-footer>.content>div.boxs>p.txt>a:hover {
    text-decoration: underline;
}

#site-footer>.content>div.boxs>div.medias {
    margin: 5px 0 0 0;
    float: left;
}

@media screen and (min-width: 768px) {
    #site-footer>.content>div.boxs>div.medias {
        margin: 39px 0 0 0;
    }
}

#site-footer>.content>div.boxs>div.medias>a {
    margin-right: 12px;
    float: left;
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

#site-footer>.content>div.boxs>div.medias>a:last-child {
    margin-right: 0;
}

#site-footer>.content>div.boxs>div.medias>a:hover {
    opacity: 0.8;
}

#site-footer>.content>div.boxs>div.medias>a>i {
    font-size: 32px;
    color: #fff;
}

#site-footer>.content>hr {
    margin: 45px 0;
    width: 100%;
    float: left;
    height: 1px;
    background-color: #393939;
}

@media screen and (min-width: 768px) {
    #site-footer>.content>hr {
        margin: 55px 0;
    }
}

#site-footer>.content>p.all-right {
    font-size: 16px;
    line-height: 32px;
    width: 100%;
    float: left;
    color: #fff;
}

#site-footer>.content>p.all-right>font {
    text-transform: uppercase;
}

#site-footer>.content>p.all-right>a {
    float: left;
    position: relative;
    color: #fff;
    text-decoration: none;
}

#site-footer>.content>p.all-right>a:hover {
    text-decoration: underline;
}

#site-footer>.content>p.all-right>a>i {
    top: 0;
    right: 135px;
    font-size: 32px;
    position: absolute;
}

#site-footer>.content>p.all-right>a>span {
    width: 40px;
    float: left;
}

@media screen and (min-width: 768px) {
    #site-footer>.content>p.all-right>a {
        float: right;
    }
    #site-footer>.content>p.all-right>a>span {
        display: none;
    }
}

#site-footer .info-cookies {
    z-index: 999;
    width: 94%;
    left: 3%;
    position: fixed;
    bottom: 10px;
    background-color: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    #site-footer .info-cookies {
        width: 90%;
        left: 5%;
    }
}

#site-footer .info-cookies.hide {
    display: none;
}

#site-footer .info-cookies>.content {
    max-width: 1105px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

#site-footer .info-cookies>.content>p {
    text-align: center;
    width: 100%;
    padding: 12px 0;
    line-height: 25px;
}

#site-footer .info-cookies>.content>p>a {
    color: #000;
    text-decoration: underline;
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 55px;
    position: fixed;
    bottom: 105%;
    right: 4px;
    font-size: 28px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    background: #fff;
    transition: 1s ease;
}

.scroll-top.open {
    bottom: 10px;
}

.scroll-top.open:hover {
    background: #0572a2;
}

.scroll-top.open:hover>span {
    color: #fff;
}

.scroll-top>span {
    color: #0572a2;
}

@media screen and (min-width: 768px) {
    .scroll-top {
        width: 50px;
        height: 50px;
        line-height: 68px;
        font-size: 30px;
    }
    .scroll-top.open {
        bottom: 4px;
    }
}

.chat-whats {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #0ec143;
    position: fixed;
    bottom: 60px;
    right: 7px;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.31);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
    z-index: 1;
}

.chat-whats:hover {
    opacity: 0.8;
}

.chat-whats>i {
    font-size: 30px;
    color: #fff;
    margin: 14px 0 0 15px;
    float: left;
}

@media screen and (min-width: 768px) {
    .chat-whats {
        right: 20px;
        bottom: 70px;
    }
}

.floating {
    width: 300px;
    height: 320px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 12px 24px 0;
    background-color: white;
    transform: translate3d(0, 0, 0);
    opacity: 0;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 135px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: auto;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    z-index: 0;
    display: none;
}

@media screen and (min-width: 768px) {
    .floating {
        margin-right: 20px;
        width: 360px;
    }
}

.floating.-set-view {
    opacity: 1;
    z-index: 2;
    display: block;
}

.floating.-set-h {
    height: 417px;
}

.floating.-set-h2 {
    height: 368px;
}

.floating>div.header {
    width: 100%;
    height: 100px;
    background-color: #009688;
}

.floating>div.header>div {
    width: 52px;
    height: 52px;
    float: left;
    margin: 23px 0 0 30px;
    position: relative;
}

.floating>div.header>div:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #0ec143;
    position: absolute;
    top: 4px;
    right: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #009688;
}

.floating>div.header>div>img {
    width: 100%;
    height: auto;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.floating>div.header>p {
    font-size: 16px;
    color: #fff;
    float: left;
    margin: 31px 0 0 20px;
}

@media screen and (min-width: 768px) {
    .floating>div.header>p {
        margin: 38px 0 0 20px;
    }
}

.floating div.content {
    width: 100%;
    height: 135px;
    background-color: #e6ddd4;
    padding: 25px 0 0 25px;
    position: relative;
}

.floating div.content:before {
    content: "";
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}

.floating div.content>div.box-whtas {
    background-color: white;
    position: relative;
    opacity: 1;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0 1px 0.5px;
    padding-top: 15px;
    padding: 7px 14px 6px;
    border-radius: 0 8px 8px;
    transition: all 0.3s ease 0s;
    width: 205px;
    height: 95px;
}

.floating div.content>div.box-whtas:before {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #fff transparent transparent;
}

.floating div.content>div.box-whtas>p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}

.floating div.content>div.box-whtas>p>font {
    color: #000;
}

.floating div.content>div.box-whtas>p>span {
    float: right;
    color: rgba(17, 17, 17, 0.5);
    font-size: 12px;
    margin-right: -7px;
}

.floating div.btn>a {
    color: white;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    appearance: none;
    padding: 8px 12px;
    border-radius: 20px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: #4fce5d;
    margin: 12px 20px;
    overflow: hidden;
    text-decoration: none;
}

.floating div.btn>a>i {
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
    text-decoration: none;
}

.floating div.btn>a:hover {
    text-decoration: underline;
}

.floating div.btn>a:hover>i {
    text-decoration: none;
}

.site-home-all-forms>.content>div.box-cases>a:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

# sourceMappingURL=bundle.css.map