@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-Thin.ttf");
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-ThinItalic.ttf");
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-Light.ttf");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-LightItalic.ttf");
	font-weight: 200;
	font-style: italic;
}


@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-RegularItalic.ttf");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-Medium.ttf");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-MediumItalic.ttf");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-SemiBold.ttf");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-SemiBoldItalic.ttf");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-Bold.ttf");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "gilroy";
	src: url("/assets/fonts/Gilroy-BoldItalic.ttf");
	font-weight: 600;
	font-style: italic;
}

@keyframes sidebyside {
  0%,
  100% {
    right: 0;
  }

  50% {
    right: -30px;
  }
}
@keyframes sidebyside2 {
  0%,
  100% {
    right: -10px;
  }

  50% {
    right: 0px;
  }
}

@keyframes phoneadd {
    from {
            top: 110%;
    }
    to {
            top: 0;
    }
}

html, body { 
    background-color: #000000; 
    font-family: 'gilroy'; 
    color: #fff; 
    font-size: 16px; 
    font-weight: 400; 
    position: relative; 
    padding: 0; 
    margin: 0;
}
.img-invert{
    filter: brightness(0) invert(1);
}
.fs16 {
    font-size: 16px;
}
.bg-dark {
    background-color: #000;
}
.bg-grey {
    background: rgba(255, 255, 255, 0.1);
}
.bg-light {
    background-color: #F7F7F7;
}
.btn {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 19px;
    border-radius: 4px;
}
.btn-blue {
    background-color: #586FEB;
    border: 1px solid #586FEB;
    color: #fff;
}
.btn-blue:hover {
    color: #000;
    background-color: #E1A5EC;
    border: 1px solid #E1A5EC;
}
.btn-blue-outline {
    background-color: transparent;
    border: 1px solid #586FEB;
    color: #586FEB;
}
.btn-blue-outline:hover {
    background-color: #586FEB;
    border: 1px solid #586FEB;
    color: #fff;
}
.btn-pink {
    background-color: #E1A5EC;
    border: 1px solid #E1A5EC;
    color: #000;
}
.btn-pink:hover {
    color: #fff;
}
.btn-green {
    background-color: #009688;
    border: 1px solid #009688;
    color: #fff;
}
.btn-green img {
    filter: brightness(0) invert(1);
}
.btn-green:hover {
    color: #fff;
    background-color: #0dc143;
    border: 1px solid #0dc143;
}

.btn-orange {
    background-color: #CF5000;
    border: 1px solid #CF5000;
    color: #000;
}
.btn-orange:hover {
    color: #fff;
}
@media(max-width: 768px) {
    .btn-go.d-mobile-block {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}
.btn-go img {
    transition: all .15s ease-in-out
}
.btn-go img {
    filter: brightness(0) invert(1);
}
.btn-go:hover img {
    filter: unset;
    margin-left: 20px;
}
.mb24 {
    margin-bottom: 24px;
}
.pre-title {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.125em;
    color: #CF5000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.title {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.title.title-dark {
    color: #303030;
}
.subtitle {
    font-size: 21px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 15px;
    margin-bottom: 60px;
}

.grecaptcha-badge {
    display: none;
}
.w100p {
    width: 100%;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 10px !important;
}
.p0 {
    padding: 0 !important;
}

.bolder {
    font-weight: 900 !important;
}
/************ HEADER ************/
body.homepage nav.navbar {
    background: #191919 !important;
}
ul.navbar-nav li {
    padding-left: 30px;
    padding-right: 30px;
}
ul.navbar-nav li a {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    font-weight: 400;
    position: relative;
}
.navbar .btn-login {
    font-size: 16px;
    line-height: 19px;
    padding: 8px 24px !important;
}
.navbar .btn-login:last-child {
    margin-left: 10px;
}
@media(min-width: 768px) {
    
    ul.navbar-nav li a:after {
        content: '';
        width: 0;
        height: 2px;
        border-radius: 2px;
        background-color: #586FEB;
        display: block;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 10px);
        transition: all .25s ease-in-out;
    }
    ul.navbar-nav li a:hover:after {
        width: 60%;
    }
}

/************ HEADER ************/
/************ WHATSAPP ************/
a.wp-button {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    background-color: #009688;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    transition: all ease .5s;
    background-color: #009688;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    transition: all ease .5s;
}
a.wp-button:hover {
    background-color: #0dc143;
}

.btn-circle-wp img {
    max-width: 50%;
    filter: invert(1);
    text-align: center;
    line-height: 60px
}
.btn-circle-wp:hover img {
    
}

.btn-circle-wp:focus:before,
.btn-circle-wp:hover:before {
    height: 60px !important;
    width: 60px !important;
    top: 0;
    left: 0;
    background-color: #0dc143
}
/************ WHATSAPP ************/


/************ MAIN BANNER ************/
#main-banner {
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
    background: #191919;
    height: 85vh;
}
#main-banner .banner-image-container {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
#main-banner .banner-image-container > div {
    position: relative;
    width: 100%;
    height: 100%;
}
#main-banner .b2-1 {
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 9;
    transition: 1s ease-in-out;
    max-height: 100%;
    max-width: 100% !important;
    transition: 1s ease-in-out;
}
#main-banner .b2-1:hover {
    bottom: 0px;
}
#main-banner .b2-2 {
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 0;
    transition: 1s ease-in-out;
    max-height: 100%;
    max-width: 100% !important;
}
#main-banner .b2-3 {
    display: none;
}
#main-banner h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 24px;
    transition: all 0.3s ease-in-out;
}
#main-banner h1 span {
    display: block;
    transition: all 0.3s ease-in-out;
}
#main-banner p {
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

@media(max-width: 991px) {
    
}

/************ MAIN BANNER ************/
/************ CONNECTED ************/
#connected {
    padding-top: 100px;
    padding-bottom: 220px;
    overflow: hidden;
}
#connected img {
    max-width: 450px;
}
#connected .pre-title {
    padding-top: 30px;
}
#connected .title {
    margin-bottom: 24px;
}
#connected p {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 140%;
}

#connected .col-md-7 {
    text-align: right;
}
#connected .carousel-crms {
    background: rgba(255, 255, 255, 0.1);
    padding: 32px;
    border-radius: 4px;
    margin-bottom: 24px;
}
#connected a:not(.btn-go) {
    color: #586FEB;
    font-size: 16px;
    line-height: 160%;
    text-decoration: none;
}
#connected a:not(.btn-go):hover {
    color: #CF5000;
}
#connected .rotator {
    width: 400px;
    height: 400px;
    position: relative;
    /*border: 1px solid #ffF;*/
    border-radius: 50%;
    margin-left: auto;
}
#connected .rotator:hover {
    -webkit-animation: myOrbit 8s linear infinite;
    -moz-animation: myOrbit 8s linear infinite;
    -o-animation: myOrbit 8s linear infinite;
    animation: myOrbit 8s linear infinite;
}
#connected .img-integrations {
    position: absolute;
    top: 125px;
    left: 125px;
    max-width: 150px;
    background: #000;
    border-radius: 50%;
}
#connected .rotator:hover .img-integrations {
    -webkit-animation: myOrbitInverse 4s linear infinite;
    -moz-animation: myOrbitInverse 4s linear infinite;
    -o-animation: myOrbitInverse 4s linear infinite;
    animation: myOrbitInverse 4s linear infinite;
}
#connected .img-integration-back {
    background: rgba(0,0,0,0.1);
    z-index: -1;
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#connected .rotator:hover .img-1,
#connected .rotator:hover .img-2,
#connected .rotator:hover .img-3,
#connected .rotator:hover .img-4,
#connected .rotator:hover .img-5,
#connected .rotator:hover .img-6,
#connected .rotator:hover .img-7 {
    -webkit-animation: myOrbitInverse 8s linear infinite;
    -moz-animation: myOrbitInverse 8s linear infinite;
    -o-animation: myOrbitInverse 8s linear infinite;
    animation: myOrbitInverse 8s linear infinite;
}
#connected .img-1 {
    position: absolute;
    left: -114px;
    top: 52px;
    max-width: 450px;
}
#connected .img-2 {
    position: absolute;
    top: -23px;
    left: 87px;
    max-width: 215px;
}
#connected .img-3 {
    position: absolute;
    top: 64px;
    left: 231px;
    max-width: 450px;
}
#connected .img-4 {
    position: absolute;
    top: 213px;
    left: 299px;
    max-width: 200px;
}
#connected .img-5 {
    position: absolute;
    top: 311px;
    left: 217px;
    max-width: 125px;
}
#connected .img-6 {
    position: absolute;
    top: 333px;
    left: -22px;
    max-width: 200px;
}
#connected .img-7 {
    position: absolute;
    top: 215px;
    left: -78px;
    max-width: 177px;
}

@-webkit-keyframes myOrbit {
    from { -webkit-transform: rotate(0deg) ; }
    to   { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes myOrbit {
    from { -webkit-transform: rotate(0deg) ; }
    to   { -webkit-transform: rotate(360deg); }
}

@-o-keyframes myOrbit {
    from { -webkit-transform: rotate(0deg) ; }
    to   { -webkit-transform: rotate(360deg); }
}

@keyframes myOrbit {
    from { -webkit-transform: rotate(0deg) ; }
    to   { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes myOrbitInverse2 {
    from { -webkit-transform: rotate(0deg) translate(-50%, -50%) ; }
    to   { -webkit-transform: rotate(360deg) translate(-50%, -50%); }
}

@-moz-keyframes myOrbitInverse2 {
    from { -webkit-transform: rotate(0deg) translate(-50%, -50%) ; }
    to   { -webkit-transform: rotate(360deg) translate(-50%, -50%); }
}

@-o-keyframes myOrbitInverse2 {
    from { -webkit-transform: rotate(0deg) translate(-50%, -50%) ; }
    to   { -webkit-transform: rotate(360deg) translate(-50%, -50%); }
}

@keyframes myOrbitInverse2 {
    from { -webkit-transform: rotate(0deg) translate(-50%, -50%); }
    to   { -webkit-transform: rotate(360deg) translate(-50%, -50%); }
}
@-webkit-keyframes myOrbitInverse {
    from { -webkit-transform: rotate(360deg) ; }
    to   { -webkit-transform: rotate(0deg); }
}

@-moz-keyframes myOrbitInverse {
    from { -webkit-transform: rotate(360deg) ; }
    to   { -webkit-transform: rotate(0deg); }
}

@-o-keyframes myOrbitInverse {
    from { -webkit-transform: rotate(360deg) ; }
    to   { -webkit-transform: rotate(0deg); }
}

@keyframes myOrbitInverse {
    from { -webkit-transform: rotate(360deg) ; }
    to   { -webkit-transform: rotate(0deg); }
}

/************ CONNECTED ************/
/************ OPTIMIZED ************/
#optimized {
    padding-top: 83px;
    padding-bottom: 120px; 
    overflow: hidden;
}
#optimized .card .card-body {
    padding: 40px 25px 40px;
}
#optimized .card .card-body img {
    margin-bottom: 44px;
}
#optimized .card .card-body h4 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}
#optimized .card .card-body p {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
/************ OPTIMIZED ************/
/************ NO-CONCERNS ************/
#no-concerns {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
#no-concerns img {
    max-width: 450px;
}
#no-concerns .pre-title {
    padding-top: 0px;
}
#no-concerns .title {
    margin-bottom: 24px;
}
#no-concerns p {
    color: #7A7A7A;
    font-size: 16px;
    line-height: 140%;
}
#no-concerns .col-md-7 {
    text-align: left;
    position: relative;
}
#no-concerns .phone-container img {
    transition: all .3s ease-in-out;
}
#no-concerns .phone-container img:nth-child(1) {
    top: 110%;
    position: absolute;
    max-height: 100%;
    right: 20%;
    z-index: 4;
    opacity: 1;
    animation: phoneadd .5s ease-in-out both;
}
#no-concerns .phone-container img:nth-child(2) {
    top: -20px;
    right: 40%;
    position: absolute;
    max-height: 95%;
    z-index: 3;
    opacity: 1;
    transform: translateZ(20px);
}
#no-concerns .phone-container img:nth-child(3) {
    top: -35px;
    right: 55%;
    position: absolute;
    max-height: 80%;
    z-index: 2;
    filter: blur(1px);
    opacity: 1;
    transform: translateZ(30px);
}
#no-concerns .phone-container img:nth-child(4) {
    top: -45px;
    right: 70%;
    position: absolute;
    max-height: 60%;
    z-index: 1;
    filter: blur(6px);
    opacity: 0;
    transform: translateZ(40px);
}
/************ NO-CONCERNS ************/
/************ OPTIMIZED ************/
#features {
    padding-top: 160px;
    padding-bottom: 150px; 
    overflow: hidden;
}
#features .row {
    margin: 0 -30px;
}
#features .card {
    background: transparent;
    box-shadow: none;
    border: none;
}
#features .card .card-body {
    padding: 40px 15px 40px;
    background: transparent;
    box-shadow: none;
    border: none;
}
#features .card .card-body img {
    margin-bottom: 20px;
}
#features .card .card-body h4 {
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}
#features .card .card-body p {
    font-size: 14px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.6);
}
#features #other-features .accordion-body {
    padding: 0;
}

#features #other-features #other-collapse {
    border: none;
}
#features .other-features {
    overflow: hidden;
    height: auto;
    transition: all 3s ease-in-out;
}
#features .other-features.closed {
    max-height: 0;
}
/************ OPTIMIZED ************/
/************ TESTIMONIALS ************/
#testimonials {
    padding: 125px 0 125px;
    overflow: hidden;
}
#testimonials h2 {
    margin-bottom: 50px;
}

#testimonials .card {
    max-width: 50% !important;
    margin: 0 30px;
    outline: none;
}
#testimonials.testimonials2 .card {
    background: #f7f7f7;
    border-color: #f7f7f7;
    border-radius: 12px;
}
#testimonials .card .card-body {
    padding: 60px;
}
#testimonials .card .card-body .quote {
    margin-bottom: 30px;
    max-height: 50px;
}
#testimonials .card .card-body p:not(.customer) {
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 30px;
    height: 190px;
    font-weight: 400;
}
#testimonials.testimonials2 .card .card-body p:not(.customer) {
    font-size: 16px;
    line-height: 140%;
    color: #7A7A7A;
}
#testimonials .card .card-body p:not(.customer).fs16 {
    font-size: 16px;
    line-height: 26px;
}
#testimonials .card .card-body p.customer {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #7a7a7a;
    padding-left: 84px;
    padding-top: 54px;
    position: relative;
    text-align: left;
    margin-top: 30px;
}
#testimonials.testimonials2 .card .card-body p.customer {
    font-size: 18px;
    line-height: 30px;
    color: #303030;
}
#testimonials .card .card-body p.customer span {
    display: block;
}
#testimonials .card .card-body p.customer small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

#testimonials .card .card-body p.customer img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 0;
}
#testimonials .slick-dots {
    bottom: -75px;
}
#testimonials .slick-dots li {
    margin: 0 8px;
}
#testimonials .slick-dots li button:before {
    background: #C4C4C4;
    opacity: 1;
    filter: none;
    color: transparent;
    border-radius: 50%;
}
#testimonials .slick-dots li.slick-active button:before {
    background-color: #586FEB;
}
#testimonials.testimonials2 .slick-dots li button:before {
    width: 8px;
    line-height: 8px;
    height: 8px;
}

#testimonials .slick-list{padding:0 20% 0 20% !important;}
/************ TESTIMONIALS ************/
/************ PORTFOLIO ************/
#portfolio {
    padding: 160px 0;
    overflow: hidden;
}
#portfolio .portfolio-item {
    text-align: center;
    text-decoration: none;
}
#portfolio .portfolio-item img {
    margin-bottom: 30px;
    margin-top: 5px;
    max-width: 100%;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: none;
}
#portfolio .portfolio-item img:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.8), 0 10px 10px rgba(0,0,0,0.70);
    margin-top: 0;
    margin-bottom: 35px;
}
#portfolio .portfolio-item h4 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 9px;
}
#portfolio .portfolio-item p {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 47px;
}
#portfolio .portfolio-gradient {
    background: linear-gradient(180deg, #1a1a1a 40.1%, rgba(13, 13, 13, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
}
@media(min-width: 991px) {
    #portfolio .portfolio-view-more {
        position: relative;
    }
    #portfolio .portfolio-view-more a {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -125%);
    }
}
/************ PORTFOLIO ************/
/************ PORTFOLIO PAGE ************/
.portfolio-page .portfolio-title {
    padding: 128px 0 60px 0;
    background: #000;
}
.portfolio-page .portfolio-title h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.portfolio-page .portfolio-title p {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}
.portfolio-page .portfolio-container {
    background: #fff;
    padding-bottom: 150px;
    position: relative;
}
.portfolio-page .portfolio-container:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    z-index: 0;
}

.portfolio-page .portfolio-item {
    text-align: center;
    text-decoration: none;
}

.portfolio-page .portfolio-item img {
    margin-bottom: 30px;
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #dedede;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-top: 5px;
}
.portfolio-page .portfolio-item img:hover {
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    margin-top: 0;
    margin-bottom: 35px;
}
.portfolio-page .portfolio-item h4 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 9px;
}
.portfolio-page .portfolio-item p {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 47px;
}
.portfolio-page .portfolio-gradient {
    background: linear-gradient(180deg, #1a1a1a 40.1%, rgba(13, 13, 13, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
}
.portfolio-cta {
    margin-top: 40px;
    border-top: 1px solid #eaeaea;
    padding-top: 40px;
}
.portfolio-cta .btn-go {
    color: #FFF;
}
.portfolio-cta .btn-go img {
    filter: brightness(0) invert(1);
}
/************ PORTFOLIO PAGE ************/
/************ INTEGRATIONS PAGE ************/
.integrations-container {
    padding-top: 90px;
}

.integrations-page .integrations-title {
    padding: 128px 0 118px 0;
    background: #000;
}
.integrations-page .integrations-title h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.integrations-page .integrations-title p {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}
.integrations-page .integrations-container {
    background: #fff;
    padding-bottom: 150px;
    position: relative;
}


.integrations-page .integrations-item {
    text-align: center;
    text-decoration: none;
}

.integrations-page .integrations-item img {
    margin-bottom: 30px;
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #dedede;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-top: 5px;
}
.integrations-page .integrations-item img:hover {
    border-color: transparent;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    margin-top: 0;
    margin-bottom: 35px;
}
.integrations-page .integrations-item h4 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin-bottom: 9px;
}
.integrations-page .integrations-item p {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 47px;
}
.integrations-page .integrations-gradient {
    background: linear-gradient(180deg, #1a1a1a 40.1%, rgba(13, 13, 13, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
}

.integration-not-found {
    margin-top: 40px;
    border-top: 1px solid #eaeaea;
    padding-top: 40px;
}
.integration-not-found .btn-go {
    color: #FFF;
}
.integration-not-found .btn-go img {
    filter: brightness(0) invert(1);
}

/*#portfolio-filter {
    text-align: center;
}
#portfolio-filter li {
    display: inline-block;
}
#portfolio-list li {
    display: inline-block;
}*/
/************ INTEGRATIONS PAGE ************/
/************ CONSTRUCTION PAGE ************/
.construction-container {
    padding-top: 0px;
}

.construction-page .construction-title {
    padding: 128px 0 118px 0;
    background: #000;
}
.construction-page .construction-title h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.construction-page .construction-title p {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}
/************ CONSTRUCTION PAGE ************/
/************ FAQ PAGE ************/
.faq-container {
    padding-top: 0px;
}

.faq-page .faq-title {
    padding: 128px 0 58px 0;
    background: #000;
}
.faq-page .faq-title h1 {
    font-weight: 500;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.faq-page .faq-title p {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}
.faq-page .faq-container {
    padding-bottom: 150px;
    position: relative;
}
.faq-page .faq-container:before {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    z-index: 0;
}
.faq-page .faq-container .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}
.faq-page .faq-container .card .card-body {
    padding: 80px 60px;
}
@media(max-width:991px) {
    .faq-page .faq-container .card .card-body {
        padding: 80px 20px;
    }
}
.faq-page .faq-container .card .card-body .divider {
    border-top: 1px solid #A9A9A9;
    margin: 40px 0;
}
.faq-page .faq-container .card h3 {
    font-size: 28px;
    line-height: 33px;
    color: #000000;
}
.faq-page .faq-container .card p {
    color: #4e4e4e;
    font-size: 18px;
    line-height: 21px;
}
.faq-page .faq-container .card li {
    font-size: 18px;
    line-height: 21px;
    color: #4e4e4e;
    margin-bottom: 20px;
}
.faq-page .faq-container .card b {
    font-weight: 600;
}

#accordionFaq .accordion-item {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}
#accordionFaq .accordion-button {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: none !important;
    border-bottom: 1px solid #000;
}
#accordionFaq .accordion-button:focus {
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
}
#accordionFaq .accordion-button::after {
    filter: brightness(0) invert(1);
}
#accordionFaq .accordion-collapse {
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.1);
}
#accordionFaq .accordion-body p {
    color: rgba(255,255,255, 0.6);
}
#accordionFaq .accordion-body ul li {
    color: rgba(255,255,255, 0.6);
    margin-bottom: 15px;
}
#accordionFaq .accordion-body b {
    font-weight: 600;
    color: rgba(255,255,255, 0.8);
}

/************ FAQ PAGE ************/

/************ PARTNERS ************/
#partners {
    padding: 100px 0;
}
#partners h2 {
    margin-bottom: 70px;
}

#partners .slick-list{padding:0 50px 0 50px !important;}
#partners .slick-list .slick-slide {
    outline: none;
    border: none;
}
/************ PARTNERS ************/
/************ CTA ************/

#cta-saas {
    padding: 146px 0;
    position: relative;
    background-image: url(/assets/img/saas/bg-cta.svg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}

#cta {
    padding: 146px 0;
    position: relative;
}
#cta.cta2 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #000000;
}
#cta h2 {
    margin-bottom: 50px;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 10px;
}
#cta p {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 30px;
}
#cta form {
    margin-bottom: 120px;
}
#cta form input {
    background: rgba(255, 255, 255, 0.1);
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    color: #fff;
    outline: none !important;
    box-shadow: none;
}
#cta.cta2 form input {
    background: #000;
    border-color: #000;
}
#cta form input:focus {
    border: 1px solid #586FEB;
    outline: none;
    box-shadow: none;
}
#cta form button {
    border-radius: 4px;
    width: 100%;
}

#cta .btn-call {
    color: #000000;
    margin-top: 10px;
    display: none;
    width: 100%;
    border-radius: 4px;
}
#cta .btn-call:hover {
    color: #fff;
}
#cta .btn-whatsapp {
    border-radius: 4px;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #fff;
}
#cta .btn-whatsapp img {
    margin-left: 15px;
    transition: all .15s ease-in-out
}
#cta .btn-whatsapp:hover {
    color: #fff;
}
#cta .btn-whatsapp:hover img {
    filter: brightness(0) invert(1);
    margin-left: 25px;
}
#cta .btn-call img {
    margin-left: 15px;
    transition: all .15s ease-in-out;
    height: 18px;
}
#cta .btn-call:hover img {
    filter: brightness(0) invert(1);
    margin-left: 25px;
}

#cta .cta-1 {
    position: absolute;
    top: 15%;
    left: 15%;
}
#cta .cta-2 {
    position: absolute;
    top: 20%;
    right: 15%;
}
#cta .cta-3 {
    position: absolute;
    bottom: 20%;
    left: 30%;
}
#cta #registration-form .registration-success {
    background-color: #17c153;
    width: auto;
    display: inline-block;
    float: none;
    margin: 25px auto 0 auto;
    border: none;
    border: none;
    padding: 1rem 4rem;
}
#cta #registration-form .registration-success h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
#cta #registration-form .registration-success p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
#cta .error {
    color: #ff6d61;
    text-align: left !important;
    display: block;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
}


/************ CTA ************/
/************ FOOTER ************/
footer {
    padding: 100px 0 0px;
}
footer .footer-logo {
    margin-bottom: 60px;
}
footer p {
    font-size: 13px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.6);
}
footer ul {
    padding: 0;
}
footer ul li {
    list-style: none;
}
footer ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 190%;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.6);
}
footer ul li a:hover {
    color: #0a58ca;
}
footer ul.social li {
    display: inline-block;
    margin: 0 10px;
}
footer ul.social li:first-child {
    margin-left: 0;
}
footer ul.social li:last-child {
    margin-right: 0;
}
footer .legal a {
    font-size: 12px;
}
/************ FOOTER ************/

@media (max-width: 991px) {
    
    
    .pre-title {
        font-size: 11px;
        line-height: 140%;
        margin-bottom: 15px;
    }
    .title {
        font-size: 24px;
        line-height: 140%;
    }
    .mobile-center {
        text-align: center;
    }
    /************ MAIN BANNER ************/
    
    #main-banner .banner-image-container {
        width: 100%;
        position: relative;
        padding-top: 30px;
        height: auto;
    }
    
    #main-banner .b2-1 {
        top: 0;
        bottom: unset;
    }
    #main-banner .b2-2 { 
        position: relative;
        bottom: unset !important;
    }
    
    
    #main-banner {
        padding-top: 30px;
    }
    #main-banner h1 {
        font-size: 30px;
        line-height: 130%;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    #main-banner h1 span {
        display: inline-block;
    }
    #main-banner p {
        text-align: center;
    }
    
    #main-banner .el-1 {
        top: 100px;
        width: auto;
        max-width: unset;
        height: 200px;
    }

    #main-banner .el-verde {
        display: none;
    }
    /************ MAIN BANNER ************/
    /************ CONNECTED ************/
    #connected {
        text-align: center;
        padding-bottom: 100px;
        padding-top: 30px;
    }
    #connected img {
        max-width: 80%;
    }
    #connected .pre-title {
        padding-top: 60px;
    }
    
    #connected .mobile-image {
        max-width: 150px;
        -webkit-animation: myOrbit 4s linear infinite;
        -moz-animation: myOrbit 4s linear infinite;
        -o-animation: myOrbit 4s linear infinite;
        animation: myOrbit 4s linear infinite;
        background: rgba(0,0,0);
        border-radius: 50%;
    }
    
    #connected .img-integration-back {
        background: rgba(0,0,0,0.1);
        width: 200px;
        height: 200px;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /************ CONNECTED ************/

    /************ OPTIMIZED ************/
    #optimized {
        padding-top: 0px;
    }
    #optimized .card {
        margin-bottom: 20px;
    }

    /************ OPTIMIZED ************/

    /************ NO-CONCERNS ************/
    #no-concerns {
        padding-top: 20px;
    }
    #no-concerns img {
        max-width: 80%;
    }
    #no-concerns .pre-title {
        padding-top: 30px;
        text-align: center;
    }
    #no-concerns .title {
        text-align: center;
    }
    #no-concerns p {
        text-align: center;
    }
    
    #no-concerns .col-md-7 {
        height: 200px;
        margin-top: 150px;
    }

    /************ NO-CONCERNS ***********/

    /************ PORTFOLIO ************/
    #portfolio {
        padding-top: 100px;
    }
    #portfolio .subtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
    }
    /************ PORTFOLIO ************/
    /************ FEATURES ************/
    #features {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    #features .card .card-body {
        padding: 40px 15px 0px;
        text-align: center;
    }
    #features a {
        margin-top: 40px;
    }
    /************ FEATURES ************/
    /************ TESTIMONIALS ************/
    #testimonials {
        padding: 100px 0 100px;
    }

    #testimonials .card {
        max-width: 90% !important;
        margin: 0 5px;
    }
    #testimonials .card .card-body {
        padding: 15px;
    }
    #testimonials .card .card-body .quote {
        max-width: 40px;
    }

    #testimonials .card .card-body h4 {
        font-size: 16px;
        line-height: 140%;
    }
    #testimonials .card .card-body h4.fs16 {
        font-size: 13px;
        line-height: 140%;
    }
    #testimonials .card .card-body h5 {
        font-size: 12px;
        line-height: 16px;
        padding-left: 64px;
    }

    #testimonials .card .card-body h5 small {
        font-size: 80%;
    }

    #testimonials .card .card-body h5 img {
        max-width: 40px;
        max-height: 40px;
    }
    #testimonials .slick-dots {
        bottom: -75px;
    }
    #testimonials .slick-dots li {
        margin: 0 5px;
    }
    #testimonials .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }

    #testimonials .slick-list{padding:0 5% 0 5% !important;}
    /************ TESTIMONIALS ************/
    /************ CTA ************/
    #cta {
        padding: 160px 0;
    }
    #cta form input {
        margin-bottom: 10px;
    }
    #cta form {
        margin-bottom: 40px;
    }
    #cta .btn-call {
        display: block;
    }
    #cta .btn-whatsapp {
        font-size: 16px;
        display: block;
        width: 100%;
    }
    #cta .title {
        font-size: 32px;
        line-height: 140%;
    }
    
    #cta p {
        font-size: 16px;
    }
    #cta .cta-1 {
        width: 40px;
        top: 7%;
    }
    #cta .cta-2 {
        width: 60px;
        top: 10%;
    }
    #cta .cta-3 {
        width: 80px;
        bottom: 0;
    }
    /************ CTA ************/
    .navbar-collapse {
        margin-top: 10px;
    }
    .navbar-collapse.collapsing,
    .navbar-collapse.collapse {
        background: rgba(255, 255, 255, 0.1);
        padding: 30px;
        border-radius: 4px;
    }
    .navbar-collapse ul li {
        padding: 0;
        text-align: center;
        margin-bottom: 5px;
    }
    .navbar-collapse .btn-login {
        display: block;
        width: 100%;
        padding: 5px;
    }
    
    /******** FOOTER ********/
    footer p {
        font-size: 13px;
    }
    /******** FOOTER ********/
}
