/* ----------------------------------------------------------------
	Canvas: Burger
-----------------------------------------------------------------*/

:root {
    --themecolor: #009eff;
    --darkcolor: #1c1d27;
    --hover-img-w: 230px;
    --hover-img-h: 150px;
}

.slide-img {
    position: relative;
}

.slide-img::after,
.slide-img.img-to-left::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #F0ECE7;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slide-img.img-to-right::after {
    left: 0;
    right: auto;
}

.slide-img.img-to-top::after {
    top: 0;
    bottom: auto;
}

.slide-img.img-to-bottom::after {
    bottom: 0;
    top: auto;
}

.slide-img.img-to-left.animated::after,
.slide-img.img-to-right.animated::after {
    width: 0%;
}

.slide-img.img-to-top.animated::after,
.slide-img.img-to-bottom.animated::after {
    height: 0%;
}

.dark-color#header,
.dark-color #header-wrap,
.dark-color,
.dark .slide-img::after,
.dark.slide-img::after {
    background-color: #101010 !important;
    background-color: var(--darkcolor, #101010) !important;
}

.menu-link {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.before-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0;
}

.emphasis-title h1 {
    font-size: 6.4rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 2px;
}

.font-border {
    color: #009eff !important;
    text-shadow: -1px 0 #111, 0 1px #111, 1px 0 #111, 0 -1px #111;
}

.dark .font-border:not(.not-dark) {
    color: #101010 !important;
    color: var(--darkcolor, #101010) !important;
    text-shadow: -1px 0 #009eff, 0 1px #009eff, 1px 0 #009eff, 0 -1px #009eff;
}

.lead {
    font-size: 18px;
    line-height: 1.9;
    font-weight: 300;
}

.bg-icon {
    position: relative;
}

.dotted-bg::after {
    content: '';
    opacity: 1;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 50%;
    height: 110%;
    transform: translateY(-50%);
    background: url('images/svg/dot-grid.svg');
    z-index: -1;
}

.dotted-bg-light::after {
    background: url('images/svg/dot-grid-light.svg');
    opacity: 1;
    width: 112%;
    height: 112%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-icon {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: .03;
    transform: translateY(-40%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 70%;
    background-position: center;
}

.item-categories .cat-img {
    position: absolute;
    top: 50%;
    right: -25%;
    height: 70%;
    transform: translateY(-50%);
    z-index: 0;
}

.item-categories img {
    height: 100%;
}

.item-categories .cat-text {
    position: relative;
    z-index: 1;
    max-width: 75%;
}


/*	Pricing
-----------------------------------------------------------------*/

.price-wrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0 0 20px;
}

.price-menu-warp {
    position: relative;
    padding: 20px 0;
}

.price-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    margin: 0 0 10px;
}

.price-name {
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.price-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 20px;
}

.separator-dots {
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.price-price {
    padding-left: 15px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Dosis', sans-serif;
}

p.price-desc {
    font-size: 14px;
    color: #888;
    margin-bottom: 0;
}

.price-img {
    height: 600px;
}

.gmap {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    min-height: 400px;
    z-index: 2;
}

.gmap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-image: linear-gradient(to right, #101010, transparent);
    background-image: linear-gradient(to right, var(--darkcolor, #101010), transparent);
    z-index: 1;
}


/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/

@media (max-width: 767.98px) {
    .gmap {
        position: relative !important;
        width: 100%;
    }
    .gmap::before {
        display: none;
    }
    .price-img {
        height: 400px;
    }
    #header.dark.transparent-header {
        background-color: #101010 !important;
        background-color: var(--darkcolor, #101010) !important;
    }
}


/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/

@media (min-width: 992px) {
    #primary-menu ul>li:not(.noborder)::after {
        content: "";
        position: absolute;
        display: inline-block;
        bottom: 0;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        transform: scaleX(0);
        background-color: var(--themecolor, #FBAF32);
        transform-origin: center center;
        transition: transform .3s cubic-bezier(.02, .01, .5, 1);
    }
    #primary-menu ul>li:hover::after,
    #primary-menu ul>li.current::after {
        transform: scaleX(1);
    }
}


/* Image Hover */

.hover-reveal {
    position: fixed;
    width: var(--hover-img-w, 230px);
    height: var(--hover-img-h, 150px);
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
    width: 100%;
    height: 100%;
    position: relative;
}

.hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
}

.device-video-wrap {
    position: relative;
}

.device-video-wrap img {
    position: relative;
    margin: 0 auto;
    /* max-width: 1024px; */
}

.device-video-wrap video {
    position: absolute;
    top: 34px;
    left: 317px;
    max-width: 89%;
    z-index: 1;
    transform: translate(-50%);
}

@media (max-width: 1400px) {
    .device-video-wrap video {
        position: absolute;
        top: 29px;
        left: 273px;
        max-width: 89%;
        z-index: 1;
        transform: translate(-50%);
    }
}

@media (max-width: 1200px) {
    .device-video-wrap video {
        position: absolute;
        top: 24px;
        left: 227px;
        max-width: 89%;
        z-index: 1;
        transform: translate(-50%);
    }
}

@media (max-width: 992px) {
    .device-video-wrap video {
        position: absolute;
        top: 37px;
        left: 348px;
        max-width: 89%;
        z-index: 1;
        transform: translate(-50%);
    }
}

@media (max-width: 767px) {
    .device-video-wrap video {
        position: absolute;
        top: 27px;
        left: 258px;
        max-width: 89%;
        z-index: 1;
        transform: translate(-50%);
    }
}

@media (max-width: 545px) {
    .device-video-wrap video {
        position: absolute;
        /* top: 27px;
		left: 250px; */
        top: 5%;
        left: 50%;
        max-width: 89%;
        z-index: 1;
        transform: translate(-50%);
    }
}

@media (max-width: 767px) {
    .table-responsive {
        border-color: rgba(255, 255, 255, 0.1);
    }
}

.device-video-wrap::before,
.dotted-bg::before {
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    left: 50%;
    width: 110%;
    height: 120%;
    background-size: 12px 12px;
    background-position: center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(#00264b 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
    mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
    z-index: 0;
}

.dotted-bg::before {
    background-image: radial-gradient(rgba(255, 255, 255, 0.2) 14%, transparent 14%);
}

.dotted-bg.dotted-bg-dark::before {
    background-image: radial-gradient(rgba(4, 4, 4, 0.2) 14%, transparent 14%);
}

.device-video-wrap>* {
    position: relative;
    z-index: 1;
}

.owl-stage-outer {
    padding: 0;
}


/* .owl-stage-outer .owl-stage-outer-bg {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url('../images/mockup_teste.png');
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%, -50%);
    z-index: 1;
} */

.owl-item img {
    width: 100%;
    transform: scale(0.70);
    transition: transform .3s cubic-bezier(0.2, 0.7, .3, 1);
}

.owl-item.active.center img {
    transform: scale(1);
}

.owl-carousel .owl-dots .owl-dot {
    opacity: .3;
    margin-top: 40px;
    width: 20px;
    height: 5px;
    border-radius: 4px;
    transition: all .3s cubic-bezier(0.2, 0.7, .3, 1);
}

.owl-carousel .owl-dots .owl-dot.active {
    width: 50px;
}

.pre-title {
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
}


/* .twentytwenty-horizontal */

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
    content: " ";
    display: block;
    background: white;
    position: absolute;
    z-index: 30;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label::before,
.twentytwenty-after-label::before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label::before,
.twentytwenty-after-label::before {
    position: absolute;
    background: #009dff9c;
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label::before,
.twentytwenty-horizontal .twentytwenty-after-label::before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: auto;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label::before {
    content: "ANTES";
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label::before {
    content: "DEPOIS";
}

.twentytwenty-horizontal .twentytwenty-before-label::before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label::before {
    right: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: w-resize;
}

.twentytwenty-horizontal .twentytwenty-handle::before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle::after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
    border-right: 6px solid #999;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid #999;
    right: 50%;
    margin-right: -17px;
}


/* twentytwenty-horizontal End */

.svg-discount {
    position: absolute;
    display: block;
    opacity: .7;
    top: 0;
    right: 50%;
    margin-top: -15px;
    margin-right: -190px;
    background: url(../images/discount.svg) no-repeat 0 0, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background: url(../images/discount.svg) no-repeat 0 0, -moz-linear-gradient(transparent, transparent);
    background: url(../images/discount.svg) no-repeat 0 0, linear-gradient(transparent, transparent);
    width: 60px;
    height: 39px;
}

.price-label {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -1px;
    right: -1px;
    text-align: center;
    border-top-right-radius: 3px;
    background: #009eff;
}

.price-label::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 80px 0 0 80px;
    border-color: transparent transparent transparent #1c1d27;
}

.price-label span {
    position: absolute;
    top: 22px;
    right: 3px;
    text-transform: uppercase;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-weight: 700;
    font-size: 10px;
    color: #FFF;
    letter-spacing: 1px;
}


/* Pricing table */

.pricing-box {
    padding: 30px;
    background-color: #1c1d27;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
}

.pricing-title {
    background-color: transparent;
    border-bottom: 0;
    color: #fff;
}

.pricing-title h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1;
}

.pricing-price::after,
.pricing-features {
    font-family: 'Open Sans', sans-serif;
}

.pricing-price,
.pricing-price span {
    font-weight: 600;
}

.pricing-price span {
    margin: 3px 5px 0 0;
    font-size: 22px;
}

.pricing-price span.price-tenure {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

.pts-switcher input.switch-toggle-round+label::before,
.pts-switcher input.switch-toggle-round+label {
    background-color: #009eff;
}

.pts-switcher input.switch-toggle-round+label::after {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#modal-get-started-package {
    margin-top: 6px;
    text-align: right;
    line-height: 24px;
    font-size: 13px;
    font-weight: 600;
    color: #AAA;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Pricing table End */

.div-dotted::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 130%;
    height: 180%;
    background-size: 12px 12px;
    background-position: center;
    transform: translate(-50%, -50%);
    background-image: radial-gradient(#00264b 14%, transparent 14%);
    -webkit-mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
    mask-image: radial-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
    z-index: 0;
}

.bg-dark-theme {
    background-color: #1c1d27;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 8%);
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
}

.text-parallax-rotater {
    white-space: normal;
    font-size: 66px;
    line-height: 80px;
    color: rgb(255, 255, 255);
    font-family: Dosis, sans-serif;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    font-weight: bolder;
}


/* #particles-line {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
} */

.riscado{
    text-decoration: line-through
}
