/*

Power Template

https://www.templatemo.com/tm-508-power

*/
@font-face {
    font-family: MavenPro;
    font-style: normal;
    font-weight: 100;
    src: local("Maven Pro"), local("MavenPro"), url(../fonts/mavenpro/MavenPro-Regular.ttf) format("truetype");
}

@font-face {
    font-family: MavenPro;
    font-style: normal;
    font-weight: 500;
    src: local("Maven Pro"), local("MavenPro"), url(../fonts/mavenpro/MavenPro-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: MavenPro;
    font-style: normal;
    font-weight: 700;
    src: local("Maven Pro"), local("MavenPro"), url(../fonts/mavenpro/MavenPro-Bold.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v15/7MygqTe2zs9YkP0adA9QQQ.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/dtpHsbgPEm2lVWciJZ0P-A.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/W5F8_SL0XFawnjxHGsZjJA.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/Uxzkqj-MIMWle-XP2pDNAA.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/bdHGHleUa-ndQCOrdpfxfw.ttf) format("truetype");
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v15/H1vB34nOKWXqzKotq25pcg.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Slab Thin"), local("RobotoSlab-Thin"), url(https://fonts.gstatic.com/s/robotoslab/v6/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(https://fonts.gstatic.com/s/robotoslab/v6/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(https://fonts.gstatic.com/s/robotoslab/v6/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf) format("truetype");
}

* {
    margin: 0;
    padding: 0;
    font-family: 'MavenPro', sans-serif;
    outline: none !important;
}

input,
button {
    font-family: 'MavenPro', sans-serif;
}

a {
    text-decoration: none !important;
}

body {
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0px;
}

p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
    font-weight: 300;
}
#fechar-btn {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 9999; 
    background:none;
    border:none;
    cursor:pointer;
    padding: 0;
}

#fechar-btn img {
    width: 20px; 
    height: 20px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

/* @media (max-width: 993px) {
  .imgLogo {
    width: 156px;
  }
}

@media (min-width: 767px) {
  .imgLogo {
    width: 106px;
  }
} */



@media (max-width: 768px) {
    html {
        overflow-x: hidden;
    }

    .back-to-top {
        right: 25px !important;
    }

    #whatsapp {
        right: 32px !important;
    }

    #main-nav {
        height: 100vh !important
    }

    .main-header {
        top: 0 !important;
    }

        .main-header .container {
            margin: 0 !important;
            padding: 0 !important;
        }

    .navbar-brand {
        padding: 0 0 0 25px !important;
        margin-left: 0 !important;
        align-items: center;
        height: 60px !important;
    }

        .navbar-brand .imgLogo {
            padding: 0 !important;
            height: 45px !important;
        }

    #login-dp {
        top: -50px;
        right: 0;
        position: absolute;
    }

    #login-nav {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    #navigation {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1000px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.primary-button a {
    padding: 13px 20px;
    letter-spacing: 0.5px;
    background-color: #46bae2;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.secondary-button {
    margin-top: 25px;
}

    .secondary-button a {
        padding: 13px 20px;
        letter-spacing: 2px;
        background-color: #55D8AC;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        border-radius: 25px;
    }

.border-button a {
    padding: 13px 20px;
    letter-spacing: 0.5px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}


.section-heading {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

    .section-heading h4 {
        margin-top: 20px;
        font-size: 28px;
        font-family: 'MavenPro', sans-serif;
        font-weight: 300;
        color: #121212;
    }

    .section-heading p {
        color: #7a7a7a;
        padding: 0px 25%;
    }

.navbar-inverse {
    background-color: #fff;
    border: none;
}

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        background-color: #4a94de;
    }

.main-header {
    position: fixed;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    z-index: 1000;
    top: 30px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-header {
    float: none;
}

.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

    .scrolled .container {
        width: 100%;
        padding: 0;
    }

    .scrolled #login-dp {
        right: 65px;
    }

#menu-wrapper {
    background-color: white;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
    height: 60px;
}

.navbar-brand {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    color: #46bae2 !important;
    transition: all 0.5s;
    margin-left: 30px;
    padding-top: 3px !important;
    padding-left: 60px;
}

    .navbar-brand img {
        height: 55px !important;
        width: auto !important;
    }

.menu-first ul li {
    display: inline-block;
    margin: 0px;
}

    .menu-first ul li:last-child {
        margin-right: 60px !important;
    }

.menu-first {
    float: right;
    height: 60px !important;
}

    .menu-first li a {
        color: #7a7a7a;
        font-size: 14px;
        font-weight: 300;
        text-transform: uppercase;
        text-shadow: none;
        display: inline-block;
        line-height: 80px;
        padding: 0px 20px;
        letter-spacing: 0.5px;
        transition: all 0.5s;
        outline: none;
    }

    .menu-first ul li.active a {
        color: #fff;
        background-color: #f2745f;
    }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #7a7a7a;
}

.navbar-inverse .navbar-toggle {
    border-color: #f2745f;
    background-color: #f2745f;
    right: 15px;
}

.banner {
    background-image: url(../img/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
    height: 100%;
}

    .banner-content h6 {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }

    .banner-content h2 {
        font-size: 80px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 2px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .banner-content ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .banner-content ul li {
        display: inline-block;
        margin: 10px;
    }
    .intro {
    background-color: #46bae2;
    text-align: center;
    padding: 40px 0px;
    }

    .intro h4 {
        margin-top: 0px;
        font-size: 44px;
        font-weight: 300;
        color: #fff;
    }

    .intro h6 {
        margin-top: 15px;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        letter-spacing: 4px;
    }

    .intro .border-button {
        margin-top: 45px;
    }

#about {
    padding: 0px;
    background-image: url(../img/services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

    #about .service-item {
        text-align: center;
        padding: 45px 45px;
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        #about .service-item h4 {
            margin-top: 45px;
            margin-bottom: 20px;
            font-size: 22px;
            font-weight: 700;
            color: #fff;
            letter-spacing: 4px;
        }

        #about .service-item p {
            margin-bottom: 0px;
            color: #fff;
        }

    #about .first-service {
        background-color: rgba(25, 86, 161, 0.75);
    }

    #about .second-service {
        background-color: rgba(54, 62, 80, 0.75);
    }

    #about .third-service {
        background-color: rgba(70, 186, 226, 0.75);
    }

    #about .service-item .icon {
        width: 70px;
        height: 70px;
        display: inline-block;
        text-align: center;
        line-height: 74px;
        background-color: transparent;
    }

.what-we-do {
    background-color: #fff;
    padding-bottom: 120px;
    position: relative;
}

    .what-we-do .tabs li a {
        text-decoration: none;
        color: #121212;
    }

    .what-we-do .tabs .active .list-item .icon {
        background-color: #fff;
    }

    .what-we-do .list-item {
        background-color: #f4f4f4;
        text-align: center;
        padding: 20px 0px;
        margin: 15px 0px;
        transition: all 0.5s;
    }

        .what-we-do .list-item .icon {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            display: inline-block;
            text-align: center;
            line-height: 90px;
            background-color: transparent;
        }

        .what-we-do .list-item h4 {
            margin-top: 20px;
            margin-bottom: 0px;
            font-size: 17px;
            font-weight: 500;
            text-transform: uppercase;
        }

    .what-we-do .tab-content-services {
        margin-top: 60px;
    }

        .what-we-do .tab-content-services .right-image img {
            width: 100%;
            overflow: hidden;
        }

        .what-we-do .tab-content-services .left-text h4 {
            font-size: 22px;
            text-transform: uppercase;
            font-weight: 700;
            margin-top: 0px;
            margin-bottom: 20px;
        }

        .what-we-do .tab-content-services .left-text p {
            color: #7a7a7a;
        }

        .what-we-do .tab-content-services .left-text .primary-button {
            margin-top: 35px;
            margin-bottom: 50px;
        }





#portfolio {
    text-align: center;
    padding-bottom: 120px;
}

.section-funnel-layer-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 96px 0;
    padding: 6rem 0;
    transform: translate3d(0, 50%, 0);
}

.section-funnel-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
}

    .section-funnel-layer:nth-child(1) {
        transform: skewY(-4.7deg);
    }

    .section-funnel-layer:nth-child(2) {
        transform: skewY(4.7deg);
    }

#portfolio .item {
    margin: 0px 5px;
}

.portfolio-section {
    background-color: #363e50;
    padding-bottom: 80px;
}

.Valores-section {
    background-color: #363e50;
    padding-bottom: 80px;
}

#portfolio .section-heading h4 {
    color: #fff;
}

#portfolio .section-heading p {
    color: #aaa;
}

#portfolio .portfolio-item img {
    max-width: 100%;
    overflow: hidden;
}

.owl-pagination {
    margin-top: 30px;
    opacity: 1;
    display: inline-block;
}

.owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #46bae2;
}

small {
    font-family: 'MavenPro', sans-serif;
}

#prices {
    background-color: #f4f4f4;
    padding-bottom: 140px;
    position: relative;
}

    #prices > .container .row:nth-child(4) {
        justify-content: center;
        display: flex;
    }

    #prices .section-heading {
        text-align: center;
        margin-top: 0;
    }

#modulos-adicionais {
    background-color: #fff;
    position: relative;
    padding-bottom: 140px;
}

    #modulos-adicionais .section-heading {
        text-align: center;
        margin-top: 0;
    }

#wiki {
    background-color: #363e50;
    position: relative;
    padding-bottom: 80px;
}

    #wiki .section-heading h4 {
        color: #fff;
        font-weight: 500;
    }

    #wiki .section-heading {
        text-align: center;
        margin-top: 0;
    }

.wiki-description {
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.8;
    margin-bottom: 40px;
    font-family: 'MavenPro', sans-serif;
}

.wrapper {
    text-align: left;
}

#prices .col-md-3 {
    padding: 0 !important;
}

#prices .tabs {
    list-style: none;
    margin-top: 0px;
}

    #prices .tabs li {
        display: block;
        text-align: left;
        margin-bottom: 29px;
    }

    #prices .tabs a {
        display: block;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #121212;
        font-size: 20px;
        font-weight: 700;
        padding: 24px 25px;
        background-color: #fff;
        transition: all 0.3s;
        box-shadow: 0px 0px 10px #cdcdcd;
    }

    #prices .tabs .active {
        background-color: #46bae2;
        color: #fff !important;
    }

        #prices .tabs .active .info-post li {
            color: #fff !important;
        }

            #prices .tabs .active .info-post li i {
                color: #fff !important;
            }

#first-tab-group {
    margin-top: 0px;
    margin-bottom: 15px;
}

    #first-tab-group img {
        width: 100%;
        overflow: hidden;
    }

.tabgroup .text-content {
    background-color: #fff;
    color: #fff;
    padding: 25px;
    text-align: left;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    box-shadow: 0px 0px 10px #cdcdcd;
}

    .tabgroup .text-content h4 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: #121212;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .tabgroup .text-content span {
        font-size: 13px;
        color: #33c1cf;
    }

    .tabgroup .text-content a {
        font-size: 13px;
        color: #33c1cf;
        text-decoration: none;
    }

    .tabgroup .text-content p {
        margin-top: 17px;
        color: #7a7a7a;
    }

    .tabgroup .text-content .primary-button {
        margin-bottom: 15px;
        margin-top: 30px;
    }

        .tabgroup .text-content .primary-button a {
            color: #fff;
        }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#prices .info-post li {
    display: inline;
    margin-right: 15px;
}

#prices .info-post li {
    color: #343434;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
}

    #prices .info-post li i {
        color: #46bae2;
        margin-right: 5px;
    }




#contact-us {
    background-color: #fff;
    text-align: left;
    padding-bottom: 100px;
}

    #contact-us .section-heading {
        color: #121212;
    }


    #contact-us .pop-button {
        margin-top: 30px;
    }

#contact input {
    border-radius: 0px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #7a7a7a;
    outline: none;
    border: none;
    box-shadow: none;
    line-height: 50px;
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

#contact select {
    border-radius: 0px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 300;
    color: #7a7a7a;
    outline: none;
    border: none;
    box-shadow: none;
    line-height: 50px;
    height: 50px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

#contact input:focus {
    border-color: #55d8ac;
}

#contact textarea {
    border-radius: 0px;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 300;
    color: #232323;
    outline: none;
    border: none;
    box-shadow: none;
    height: 165px;
    max-height: 220px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

    #contact textarea:focus {
        border-color: #55d8ac;
    }

#contact button {
    padding: 13px 20px;
    letter-spacing: 0.5px;
    background-color: #139FE5;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0px;
}

.imgPadding {
    padding-bottom: 0px;
}

footer {
    background-color: #363e50;
    padding: 0px 0px;
}

    footer p {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 0px;
        padding: 75px 0px;
    }

    footer a {
        color: #9CF;
    }

        footer a:hover {
            color: #FC6;
        }

    footer .social-icons {
        text-align: center;
        padding: 77px 0px;
        margin: 0px;
    }

        footer .social-icons li {
            display: inline;
            margin: 0px 10px;
        }

        footer .social-icons a {
            color: #a3afc9;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            text-decoration: none;
            letter-spacing: 0.3px;
            transition: all 0.5s;
        }

            footer .social-icons a:hover {
                color: #139FE5;
            }

.main-footer .politica {
    text-align: center;
    padding: 77px 0px;
    margin: 0px;
}

    .main-footer .politica li {
        display: block;
        margin: 10px 10px;
    }

    .main-footer .politica a {
        color: #a3afc9;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: 0.3px;
        transition: all 0.5s;
    }

        .main-footer .politica a:hover {
            color: #139FE5;
        }

.main-footer .back-to-top a {
    text-align: center;
    background-color: #139FE5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
}

.main-footer .back-to-top i {
    display: block;
    font-size: 36px;
    color: #fff;
}

.back-to-top {
    visibility: hidden;
    z-index: 9999;
    position: fixed;
    bottom: 150px;
    right: 50px
}



/* RESPONSIVE */

@media (max-width: 991px) {
    footer {
        text-align: center;
    }

        footer p {
            padding: 30px 0px 0px 0px;
        }

        footer .social-icons {
            padding: 30px 0px 30px 0px;
        }

        footer .back-to-top a {
            padding: 30px 0px;
        }
}

@media (max-width: 767px) {
    .imgPadding {
        padding-bottom: 5px;
    }

    .page-section > .container-fluid > .row {
        display: initial;
        flex-direction: column;
    }

    .single-item .item {
        flex-direction: column;
    }

    .single-item .icon {
        margin: 0 auto !important;
        margin-bottom: 40px !important;
    }

    #prices > .container .row:nth-child(4) {
        justify-content: initial;
        display: initial;
    }

    .navbar-brand {
        float: none;
    }

    .menu-first {
        margin: 0px;
        padding: 0px;
        width: 100%;
        text-align: center;
        float: none;
    }

        .menu-first li:first-child {
            border-top: 1px solid #eee;
        }

        .menu-first li {
            border-bottom: 1px solid #eee;
        }

            .menu-first li:last-child {
                border-bottom: none;
            }

            .menu-first li a {
                width: 100%;
                line-height: 50px;
            }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #f2745f;
    }
}

@media (max-width: 385px) {
}



/* LIGHT BOX */

.slbOverlay,
.slbWrapOuter,
.slbWrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.slbOverlay {
    overflow: hidden;
    z-index: 2000;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    @include animation(slbOverlay 0.5s);
}

.slbWrapOuter {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2010;
}

.slbWrap {
    position: absolute;
    text-align: center;
    &:before

{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

}

.slbContentOuter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    padding: 0 1em;
    box-sizing: border-box;
    z-index: 2020;
    text-align: left;
    max-width: 100%;
    .slbContentEl &

{
    padding: 5em 1em;
}

}

.slbContent {
    position: relative;
    .slbContentEl &

{

    @include animation(slbEnter 0.3s);
    background-color: #fff;
    box-shadow: 0 0.2em 1em rgba(#000, 0.4);
}

}

.slbImageWrap {

    @include animation(slbEnter 0.3s);
    position: relative;
    &:after

{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 5em;
    bottom: 5em;
    display: block;
    z-index: -1;
    box-shadow: 0 0.2em 1em rgba(#000, 0.6);
    background-color: #FFF;
}

}

.slbImage {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 5em 0;
    margin: 0 auto;
}

.slbCaption {

    @include ellipsis;
    font-size: 1.4em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: em(10, 14) 0;
    color: #fff;
    color: rgba(#fff, 0.7);
    text-align: center;
}

.slbCloseBtn,
.slbArrow {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    &::-moz-focus-inner

{
    padding: 0;
    border: 0;
}

&:hover {
    opacity: 0.5;
}

&:active {
    opacity: 0.8;
}

}

.slbCloseBtn {
    font-size: 36px;
    $size: 50;
    $iconSize: 30;

    @include animation(slbEnter 0.3s);
    font-size: em($iconSize, 10);
    width: em($size, $iconSize);
    height: em($size, $iconSize);
    line-height: em($size, $iconSize);
    position: absolute;
    right: em(-10, $iconSize);
    top: 0;
    color: #fff;
    color: rgba(#fff, 0.7);
    text-align: center;
    .slbLoading &

{
    display: none;
}

}

.slbLoadingText {
    font-size: 1.4em;
    color: #fff;
    color: rgba(#fff, 0.9);
}

.slbArrows {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    .slbLoading &

{
    display: none;
}

}

.slbArrow {
    $size: 50;
    $iconSize: 8;
    position: absolute;
    top: 50%;
    margin-top: em(-1*$size, 10);
    width: em($size, 10);
    height: em($size*2, 10);
    opacity: 0.7;
    text-indent: -999em;
    overflow: hidden;
    &:before

{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: em(-$iconSize, 10) 0 0 em(-$iconSize, 10);
    border: em($iconSize, 10) solid transparent;
}

&.next {
    right: 0;
    &:before

{
    border-left-color: #fff;
}

}

&.prev {
    left: 0;
    &:before

{
    border-right-color: #fff;
}

}
}

.slbIframeCont {
    width: 80em;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 5em 0;
}

.slbIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0.2em 1em rgba(#000, 0.6);
    background: #000;
}

@include keyframes(slbOverlay) {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@include keyframes(slbEnter) {
    from {
        opacity: 0;
        @include transform(translate3d(0, -1em, 0));
    }

    to {
        opacity: 1;
        @include transform(translate3d(0, 0, 0));
    }
}

.plans-description {
    text-align: center;
    font-size: 1.4em;
    color: #6a7177;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.8;
    margin-bottom: 40px;
}

.price-list {
    position: relative;
    padding: 40px 20px;
    margin: 0 15px 50px;
    border-radius: 10px;
    min-height: 100px;
    box-shadow: 2px 7px 29px 0 rgb(38 38 38 / 10%);
    background-color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, .03) 0, rgba(255, 255, 255, .03) 65%, rgba(0, 0, 0, .03) 100%);
}

    .price-list .info {
        position: relative;
        z-index: 1
    }

        .price-list .info::after {
            position: absolute;
            left: 50%;
            top: 20%;
            content: "";
            height: 50%;
            width: 50%;
            background: url(../img/back_prices.png);
            background-size: contain;
            background-repeat: no-repeat;
            z-index: -1;
            transform: translate(-50%, -50%);
            transition: all .45s ease-in-out;
            opacity: 0.5;
        }

    .price-list:hover .info::after {
        opacity: 0.1;
    }

    .price-list ul li {
        font-weight: 300;
    }

    .price-list:hover .info h3,
    .price-list:hover .info p,
    .price-list:hover ul li,
    .price-list:hover ul li i {
        color: #fff;
    }

    .price-list:hover::after {
        height: 100%;
        opacity: 1;
    }

    .price-list::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 25%;
        width: 100%;
        background: linear-gradient(90deg, rgba(25, 86, 161, 1) 0%, rgba(19, 159, 229, 1) 48%);
        transition: all .35s ease-in-out;
        opacity: 0;
        z-index: 0;
        border-radius: 5px;
    }

.plan-title {
    text-align: center;
    color: #000;
    font-size: 35px;
    font-weight: 300;
    margin: 0 0 10px 0;
    font-family: Roboto, sans-serif;
}

.price-list-title {
    text-align: center;
    color: #808488;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0 0 0.5em;
    font-family: Roboto, sans-serif;
    line-height: 100%;
}

.price-list-price {
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.8;
    margin: 0 0 0;
    font-family: Roboto, sans-serif;
    position: relative;
    margin-bottom: 20px;
}

    .price-list-price::after {
        position: absolute;
        content: "";
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #DDDDDD;
    }

.price-list-price-units {
    font-size: 20px;
    font-family: Roboto, sans-serif;
}

.price-list-price-sign {
    font-size: 16px;
    font-family: Roboto, sans-serif;
}

.bg-white {
    background-color: #fff !important;
}

.bg-dark-gray {
    background-color: #363e50 !important;
}

.modulo-grid {
    margin-bottom: 30px;
}

.modulo-grid-title {
    font-size: 1.25em;
    margin-bottom: 15px;
}

.modulo-grid-description {
    color: #808488;
    line-height: 1.7;
    font-size: 1em;
}

@media screen and (min-width: 1400px) {
}

@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1900px) {
    .section-funnel-layer:nth-child(2) {
        transform: skewY(1.7deg);
    }

    .section-funnel-layer:nth-child(1) {
        transform: skewY(-1.7deg);
    }
}

#main-nav {
    height: 60px !important;
}

.nav > li {
    height: 60px !important;
}

    .nav > li > a {
        height: 60px !important;
        line-height: 65px !important;
    }

.avaliacao-gratuita {
    z-index: 998;
    position: fixed;
    right: 40px;
    bottom: 30px;
    border-radius: 24px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    white-space: nowrap;
    background: var(--ds-background-discovery-bold, #1956A1);
    padding: 10px 40px;
    box-shadow: var(--ds-shadow-overlay, 0 8px 16px -4px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31));
    transition: all 0.8s ease-in-out 0s;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}
.funcionalidades .single-customer {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0px 0px 9px 0px rgba(131, 93, 248, 0.07);
    background: #ffff;
}
.funcionalidades .single-customer .icon {
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    margin: 20px auto;
    border-radius: 60px;
}

.funcionalidades .single-customer .icon img {
    width: 40px;
    height: auto;
    object-fit: contain;
}
.funcionalidades .single-customer .what-cap {
    text-align: center;
}

.slick-list {
    padding-bottom: 60px !important;
}

.slick-active {
}

@media (max-width: 767px) {
    .funcionalidades .single-customer {
        padding: 55px 29px 55px 34px
    }
}

.funcionalidades .single-customer .what-img {
    margin-bottom: 20px
}

.funcionalidades .single-customer .what-cap h4 a {
    font-size: 20px;
    color: #1956A1;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .funcionalidades .single-customer .what-cap h4 a {
        font-size: 17px
    }
}

.funcionalidades .single-customer .what-cap h4 a:hover {
    color: #1956A1
}

@media (max-width: 767px) {
    .funcionalidades .single-customer .what-cap p {
        font-size: 15px
    }
}

.slick-dots {
    justify-content: center !important;
}

    .slick-dots li {
        flex: initial !important;
        width: initial !important;
    }

.what-img img {
    margin: 0 auto;
}

#cases .what-img img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

/* #modulos .slick-center .active .wrapper {
  background-color: #139FE5 !important;
  color: #fff !important;
  padding: 10px;
} */

/* #modulos .slick-center .what-cap {
  color: #fff;
} */

.single-customer.slick-slide {
    opacity: .3;
}

    .single-customer.slick-slide.slick-current {
        opacity: 1;
    }

/* ============================================================== 
     # Services
=================================================================== */

.services-area {
    position: relative;
    z-index: 1;
}

    .services-area.half-bg::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: url(assets/img/shape/bg-5.png);
        z-index: -1;
        background-size: cover;
        background-position: left;
    }

    .services-area.half-bg {
        position: relative;
        z-index: 1;
    }

    .services-area .fixed-shape-left {
        position: absolute;
        left: -10%;
        top: 20%;
        z-index: -1;
        opacity: 0.03;
    }

    .services-area .services-items .item-grid:nth-child(2) {
        margin-top: 50px;
    }

    .services-area .services-items .single-item {
        margin-bottom: 30px;
    }

    .services-area .services-items .item {
        padding: 50px 30px;
        background: #ffffff;
        box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.08);
        border-radius: 5px;
        position: relative;
        display: flex;
        overflow: hidden;
    }

        .services-area .services-items .item::after {
            position: absolute;
            left: -110px;
            top: -110px;
            content: "";
            height: 100%;
            width: 100px;
            background: url(assets/img/shape/8.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: top left;
            transform: rotate(95deg);
        }

        .services-area .services-items .item i {
            display: inline-block;
            font-size: 50px;
            position: relative;
            z-index: 1;
            color: #1956A1;
        }

        .services-area .services-items .item h4 {
            font-weight: 600;
            margin-bottom: 20px;
        }

            .services-area .services-items .item h4 a:hover {
                color: #1956A1;
            }

        .services-area .services-items .item span {
            color: #888888;
            display: inline-block;
            margin-bottom: 5px;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
        }

        .services-area .services-items .item p {
            margin: 0;
        }

        .services-area .services-items .item .icon {
            display: inline-block;
            height: 90px;
            width: 90px;
            line-height: 95px;
            border-radius: 5px;
            text-align: center;
            min-width: 90px;
            margin-right: 25px;
            position: relative;
            z-index: 1;
            transition: all 0.35s ease-in-out;
        }

            .services-area .services-items .item .icon::after {
                position: absolute;
                left: 50%;
                top: 0;
                content: "";
                height: 100%;
                width: 50px;
                background: rgba(8, 106, 216, 0.07);
                border-radius: 30px;
                transform: rotate(-45deg);
                margin-left: -25px;
                transition: all 0.35s ease-in-out;
                z-index: -1;
            }

        .services-area .services-items .item:hover .icon::after {
            left: 0;
            width: 100%;
            border-radius: 50%;
            transform: inherit;
            margin-left: 0;
            background: #55D8AC;
        }

        .services-area .services-items .item:hover .icon i::before {
            color: #fff !important;
        }

#wiki .icon {
    display: inline-block;
    height: 90px;
    line-height: 95px;
    border-radius: 5px;
    text-align: center;
    min-width: 90px;
    margin-right: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    color: #fff;
    font-size: 50px;
    width: 100%;
    text-align: center;
}

.devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #104cba;
    position: relative;
    z-index: 1;
    left: 10px;
    margin: 10px 0;
}

    .devider.white {
        background: #fff;
    }

    .devider:before {
        position: absolute;
        left: -15px;
        top: 0;
        content: "";
        height: 2px;
        width: 10px;
        background: #104cba;
    }

    .devider.white:before {
        background: #fff;
    }

/*******************************************************/
/******************* ## Main Footer *******************/
/*******************************************************/
@media only screen and (min-width: 1200px) {
    .footer-cta-wrap .container {
        max-width: 1470px;
    }
}

.footer-cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 80px 35px;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    z-index: 1;
    position: relative;
}

    .footer-cta-inner::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        opacity: 0.9;
        background-color: var(--primary-color);
    }
@media only screen and (max-width: 767px) {
    .footer-cta-inner {
        padding-left: 35px;
        padding-right: 35px;
    }
    .footer-widget.ajuste {
        margin-top: -50px !important;
    }
}

@media only screen and (max-width: 375px) {
    .footer-cta-inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.footer-cta-inner .section-title {
    margin-bottom: 25px;
    margin-right: auto;
}

    .footer-cta-inner .section-title .sub-title {
        margin-bottom: 8px;
        color: var(--heading-color);
    }

@media only screen and (max-width: 375px) {
    .footer-cta-inner .section-title .sub-title {
        font-size: 18px;
    }
}

.footer-cta-inner .section-title h2 {
    margin-bottom: 0;
    letter-spacing: -1px;
}

.footer-cta-inner .theme-btn {
    margin-bottom: 25px;
    margin-right: 30px;
}

.footer-cta-inner .hotline {
    margin-bottom: 25px;
}

    .footer-cta-inner .hotline > i {
        background: white;
        border-color: white;
    }

    .footer-cta-inner .hotline .content span,
    .footer-cta-inner .hotline .content a {
        color: var(--heading-color);
    }

.footer-logo {
    padding: 25px 30px;
    display: inline-block;
    background: var(--secondary-color);
    -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
    text-align: center;
}

    .footer-logo img {
        width: 60%;
    }

.footer-white {
    color: #b6bace;
    padding-top: 80px;
}

    .footer-white a:not(:hover) {
        color: #b6bace;
    }

    .footer-white .read-more {
        color: var(--primary-color);
    }

    .footer-white h5,
    .footer-white .footer-title,
    .footer-white .footer-bottom-menu li a:hover {
        color: white;
    }

    .footer-white .widget_newsletter form {
        border-color: rgba(255, 255, 255, 0.3);
    }

.footer-widget {
    margin-bottom: 50px;
}

.footer-title {
    margin-bottom: 28px;
}

@media only screen and (min-width: 376px) {
    .footer-title {
        font-size: 24px;
    }
}

.widget_newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--border-color);
}

    .widget_newsletter form label {
        margin: 5px 6px 0 0;
        color: var(--primary-color);
    }

    .widget_newsletter form input {
        padding: 0;
        border: none;
        max-width: 150px;
        margin-right: auto;
        background: transparent;
    }

    .widget_newsletter form button {
        color: white;
        line-height: 1.5;
        font-weight: 500;
        padding: 5px 12px;
        background: var(--secondary-color);
    }

.widget_newsletter .social-style-one a {
    margin-right: 15px;
}

/* Footer Bottom */
.footer-bottom-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: -10px;
}

    .footer-bottom-menu ul li {
        margin: 0 10px 5px 0;
    }

        .footer-bottom-menu ul li a {
            color: var(--heading-color);
        }

            .footer-bottom-menu ul li a:hover {
                text-decoration: underline;
            }

        .footer-bottom-menu ul li:not(:last-child):after {
            content: '|';
            margin-left: 10px;
        }

.footer-shapes .shape {
    position: absolute;
    z-index: -2;
    max-width: 50%;
}

    .footer-shapes .shape.one {
        left: 0;
        bottom: 0;
    }

    .footer-shapes .shape.two {
        right: 0;
        bottom: 0;
    }

    .footer-shapes .shape.three {
        right: 0;
        bottom: 10%;
        z-index: -1;
    }

.pricing-area-content ul li {
    color: #41404A;
    margin-bottom: 12px;
}

    .pricing-area-content ul li i {
        color: #2981E9;
        margin-right: 10px;
        font-size: 14px;
        line-height: 24px;
    }

.page-section > .container-fluid > .row {
    display: flex;
}


.page-section > .container-fluid .col {
    display: flex;
    flex: 1;
    padding: 0;
}

.box-cookies {
    z-index: 999 !important;
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    z-index: 998;
    bottom: 20px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94% !important;
    margin: 0 3% !important;
    border-radius: 25px;
}

    .box-cookies .msg-cookies {
        width: 100% !important;
    }

    .box-cookies .btn-cookies {
        width: 160px;
    }

    .box-cookies .msg-cookies, .box-cookies .btn-cookies {
        font-size: 16px !important;
        margin-bottom: 0 !important;
    }


    .box-cookies .btn-cookies {
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
        border: none !important;
    }

.modulo-txt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 25px;
}

#chk-agreement {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}

    #chk-agreement input {
        width: 45px;
        height: 45px;
        margin: 0 25px 0 0;
    }

    #chk-agreement label {
        text-align: left;
    }

#ctchk-agreement {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}

    #ctchk-agreement input {
        width: 45px;
        height: 45px;
        margin: 0 25px 0 0;
    }

    #ctchk-agreement label {
        text-align: left;
    }

#contact-us #chk-agreement input {
    width: 20px;
    height: 20px;
    margin: 0 25px 0 0;
}

#whatsapp {
    position: fixed;
    height: 40px;
    width: 40px;
    right: 60px;
    bottom: 100px;
    z-index: 9999;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.price-list .devider {
    margin-bottom: 15px;
}

.price-list:hover .devider {
    background: #fff;
}

    .price-list:hover .devider:before {
        background: #fff;
    }

#ContactMessage {
    padding: 5px;
    font-size: 15px !important;
    color: #fff !important;
    background: #ff5617;
    border-radius: 5px;
    text-align: center;
}

#msgContact {
    display: none;
}

/*jessica*/
@media only screen and (max-widht: 416px) {
    #fechar-btn {
        position: absolute;
        right: 50px !important;
    }
}

@media only screen and (max-widht: 420px) {
        #contact select {
            margin-bottom: 50px;
        }

        #contact select {
            margin-bottom: 50px;
        }
    }

    @media only screen and (max-width: 480px) {
        .banner {
            background-image: url(../img/banner-bg.jpg);
            background-size: calc(100vw + 380px) calc(100vh - 20px);
            background-repeat: no-repeat;
            background-position: center center;
            padding: 0 20px;
        }

        #menu-wrapper {
            margin-left: 5px !important;
            margin-right: 8px !important;
        }

        .container {
            margin-right: 10px;
        }

        .navbar-brand img {
            margin-top: 7px;
            float: left;
            margin-left: 25px;
        }

        .navbar-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 1px;
        }

        .nav > li > a {
            display: none;
        }

        #login-dp {
            margin-top: -50px;
        }

        .avaliacao-gratuita {
            margin-right: 30px;
        }
        #contact select {
            margin-bottom: 50px;
        }

        #contact select {
            margin-bottom: 50px;
        }
    }

    @media only screen and (max-width: 640px) {
        p {
            font-size: 20px;
        }

        .modulo-txt {
            font-size: 18px;
        }

        li {
            font-size: 18px;
        }

        .banner {
            background-image: url(../img/banner-bg.jpg);
            background-size: calc(100vw + 480px) calc(100vh - 200px);
            background-repeat: no-repeat;
            background-position: top center;
            padding: 0 20px;
        }

        #menu-wrapper {
            margin-left: 2px !important;
            margin-right: 25px !important;
        }

        .navbar-brand img {
            margin-top: 7px;
            float: left;
            margin-left: 45px;
        }

        .nav > li > a {
            display: none;
        }

        #login-dp {
            margin-top: -50px;
        }

        .navbar-toggle {
            margin-top: 12px;
        }

        .avaliacao-gratuita {
            margin-right: 33px;
        }

        #contact select {
            margin-bottom: 50px;
        }

        #contact select {
            margin-bottom: 50px;
        }
    }

    @media only screen and (max-width: 1750px) {
        .banner {
            background-image: url(../img/banner-bg.jpg);
            background-size: calc(100vw -200px) calc(100vh - 100px);
            background-repeat: no-repeat;
            background-position: top center;
            padding: 0 20px;
        }
    }

@media(max-width: 992px) {

    .main-header .container {
        width: 100% !important;
    }

    .menu-first li a {
        padding: 0 10px !important;
    }

    #login-dp {
        right: 50px !important;
        top: 20px !important;
    }
}