@charset "UTF-8";
/***!  /templates/aktivus/css/style.css  !***/

@media all {/* GENERAL */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, /*nav,*/ section, summary {
    display: inline
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }


.link-arrow,
.child-link-arrows a:not(.link-cta) {
    display: inline-block;
    color: #001D4E;
    position: relative;
    border-bottom: 3px solid #D74597;
    font-size: 16px;
    line-height: 22px
}

    .link-arrow:hover,
    .child-link-arrows a:not(.link-cta):hover {
        color: #D74597
    }

    .link-arrow:after,
    .child-link-arrows a:not(.link-cta):after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f054";
        right: -17px;
        top: -5px;
        transform: rotate(-45deg);
        font-size: 12px;
        opacity: 0;
        transition: opacity 400ms ease-in-out
    }

    .link-arrow:hover:after,
    .child-link-arrows a:not(.ignore-arrow):not(.link-cta):hover:after {
        opacity: 1
    }

.link-arrow--ignore-arrow:hover:after,
.child-link-arrows.ignore-link-hover-arrows a:hover:after {
    opacity: 0 !important
}

.link-arrow--small,
.child-link-arrows--small
a {
    font-size: 16px;
    line-height: 20px;
    border-bottom-width: 2px
}

.link-arrow--smaller,
.child-link-arrows--smaller
a {
    font-size: 14px;
    line-height: 18px;
    border-bottom-width: 1px
}

.link-arrow--big {
    font-size: 20px;
    padding-bottom: 3px
}

.link-arrow2 {
    display: inline-block;
    color: #D74597;
    font-weight: bold;
    border-bottom: 2px solid #D74597;
    position: relative;
    font-size: 13px
}

.ignore-border {
    border-bottom: none
}

.link-border {
    border-bottom: 3px solid #D74597
}

.text-color {
    color: #3a3a3a;
    transition: all 300ms ease-in-out
}

a:hover .text-color {
    color: #D74597
}

.home-expertise__lines-wrap {
    position: absolute;
    bottom: 0;
    position: relative
}

.home-lines-4 {
    position: absolute;
    bottom: -53px;
    width: 970px;
    opacity: 0.5;
    left: -30px;
    z-index: 0;
    max-width: none
}


media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

/* NAV */
/*
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:before, .nav:after {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #F5F5F5
            }

        .nav > li.disabled > a {
            color: #EEE
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #EEE;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #F5F5F5;
        border-color: #999
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10.5px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.5;
            border: 1px solid transparent;
            border-radius: 0 0 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #F5F5F5 #F5F5F5 #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #333;
            background-color: #2A2A2A;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 0
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #de2b33
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0 0 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #2A2A2A
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 23px;
    border: 1px solid transparent
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table
    }

    .navbar:after {
        clear: both
    }

@media (min-width: 992px) {
    .navbar {
        border-radius: 0
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 992px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width: 992px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 992px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
*/


/* FOOTER */


blockquote footer,
    blockquote small,
    blockquote
    .small {
        display: block;
        font-size: 80%;
        line-height: 1.5;
        color: #EEE
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: "\2014 \00A0"
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #F5F5F5;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: ""
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: "\00A0 \2014"
        }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.list-group + .panel-footer {
    border-top-width: 0
}

 .panel-group .panel-footer {
        border-top: 0
    }

.panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
    }
		
.panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
	}
	
	
    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #de2b33
    }
	
	
    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }
	
	 .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }
	
	  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }
	
	
    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }
	
	.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }
	
	.site-footer {
    background-color: #333333;
    padding: 40px 0 20px;
    border-top: 40px solid #000
}

.site-footer__left-col {
    padding-top: 4px
}

.site-footer__logo {
    margin-right: 25px;
    padding-top: 4px
}

.site-footer__logo-icon {
    width: 100px
}

.site-footer__menu-wrap {
    text-align: right
}

#footer-menu
a {
    color: #eee;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 13px
}

    #footer-menu a:hover {
        color: #DB4398
    }

.site-footer__subscribe-heading {
    color: #eee;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 14px;
    text-align: left
}

    .site-footer__subscribe-heading
    a {
        color: #eee
    }

        .site-footer__subscribe-heading a:hover {
            text-decoration: underline
        }

.site-footer__subscribe-form {
    position: relative;
    max-width: 270px
}

    .site-footer__subscribe-form input[type = "email"] {
        background-color: #fff;
        border: none;
        padding: 4px 16px;
        font-size: 12px;
        height: 36px
    }

@media (max-width: 350px) {
    .site-footer__subscribe-form input[type = "email"] {
        padding-right: 0
    }
}

.site-footer__subscribe-form input[type = "submit"],
.site-footer__subscribe-form input[type = "button"] {
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #DB4398;
    color: #fff;
    border: none;
    height: 36px;
    width: 95px;
    font-size: 13px;
    transition: background-color 500ms ease-in-out
}

@media (min-width: 992px) {
    .site-footer__subscribe-form input[type = "submit"],
    .site-footer__subscribe-form input[type = "button"] {
        right: -70px
    }
}

.site-footer__subscribe-form input[type = "submit"]:hover,
.site-footer__subscribe-form input[type = "button"]:hover {
    background-color: #c73e0c
}

.social-icons li:not(:last-child) {
    margin-right: 8px
}

.social-icon-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    font-size: 21px;
    color: #DB4398;
    border: 2px solid #DB4398;
    border-radius: 100%;
    text-align: center
}

    .social-icon-link:hover {
        background-color: #DB4398;
        border: 2px solid #DB4398;
        color: #fff
    }

.site-footer .social-icon-link {
    border: 2px solid #fff;
    color: #fff
}

 .site-footer .social-icon-link:hover {
        border-color: #DB4398
    }

@media (max-width: 991px) {
    .site-footer__menu-wrap {
        text-align: left
    }
}

.site-footer__subscribe-form div.wpcf7-validation-errors {
    display: none !important
}

@media (max-width: 1199px) {
    .site-footer__left-col {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        margin-bottom: 0 !important
    }

    .site-footer__logo {
        float: none !important;
        display: inline-block;
        position: relative;
        top: -40px
    }

    .site-footer__subscribe {
        float: none !important;
        display: inline-block
    }

    .site-footer__right-col {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center
    }

    .site-footer__menu-wrap {
        text-align: center
    }

    .site-footer__social {
        float: none !important
    }
}

@media (max-width: 450px) {
    .site-footer__logo {
        display: none
    }
}


body.single-course .site-header,
body.single-course .site-footer,
body.single-course #floating-contact-form,
body.single-course .breadcrumbs-wrap {
    display: none
}

/* ICONES SERVIÇOS */

.separator {
    margin-bottom: 15px}

.main-content ul:not(.btn-tabs):not(.no-bullets) > li:before {
        content: " ";
        position: absolute;
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: #3a3a3a;
        left: -18px;
        top: 12px
    }

.sectors-icons, .services-icons {
}

    .sectors-icons li .image > img,
    .services-icons li .image > img {
        position: relative;
        z-index: 2
    }

    .sectors-icons li a:hover .image,
    .services-icons li a:hover
    .image {
        transition: all 300ms ease-in-out;
        background-color: #D74597
    }

    .sectors-icons li .image .sectors-icons_hover,
    .services-icons li .image .services-icons_hover {
        position: relative;
        z-index: 1
    }

    .sectors-icons li a:hover .image > img,
    .services-icons li a:hover .image > img {
        transition: all 300ms ease-in-out;
        display: none
    }

    .sectors-icons li a:hover .image .sectors-icons_hover,
    .services-icons li a:hover .image .services-icons_hover {
        display: inline-block !important
    }
	
/* TOP BANNER*/ 
.top-banner {
    padding: 100px 0 30px 0;
    text-align: right;
    min-height: 310px;
    background: url("https://dummyimage.com/1920x440") center center no-repeat;
    background-size: cover;
    position: relative
}

.top-banner__text {
    background-color: rgba(255,255,255,0.8);
    display: inline-block;
    text-align: left;
    width: 380px;
    padding: 45px 35px 30px 35px;
    font-size: 20px;
    right: 0;
    bottom: 30px
}

.top-banner__cta {
    float: left
}

    .top-banner__cta
    button {
        font-size: 18px;
        line-height: 34px;
        margin-top: 176px;
        border-radius: 6px
    }

.top-banner__text--animated {
    opacity: 0
}

.top-banner__text-row {
    font-size: 18px;
    line-height: 22px;
    color: #858585;
    margin-bottom: 20px
}

.top-banner__text-row--animated {
    opacity: 0
}

.top-banner__text--rows-1 .top-banner__text-row {
    font-size: 20px;
    line-height: 25px
}

.top-banner__text--rows-4 {
    padding-top: 45px
}

.top-banner .right-info
p {
    font-size: 18px;
    line-height: 19px;
    color: #858585;
    margin: 0
}

@media (max-width: 767px) {
    .top-banner__cta
    button {
        margin-top: 0;
        margin-bottom: 20px
    }

    .top-banner__text {
        width: 100%
    }
}


/* SERVICE CONTACT*/

.service-contact {
    background: #f1f1f1;
    margin-bottom: 0;
    padding: 20px 0
}

.service-contact__box-wrap {
    background-color: #f1f1f1;
    padding: 10px
}

    .service-contact__box-wrap:before, .service-contact__box-wrap:after {
        content: " ";
        display: table
    }

    .service-contact__box-wrap:after {
        clear: both
    }

.service-contact__heading {
    color: #D74597;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 12px;
    min-height: 30px;
    text-transform: lowercase
}

    .service-contact__heading:before {
        content: " ";
        width: 30px;
        height: 5px;
        background-color: #D74597;
        display: block;
        margin-bottom: 4px
    }

.service-contact__heading--hidden {
    visibility: hidden
}

.service-contact__img {
    padding: 0
}

.service-contact__info {
    padding: 8px 20px
}

.service-contact__name {
    color: #323232;
    font-size: 18px;
    margin-bottom: 11px;
    font-weight: 500
}

.service-contact__position {
    margin-bottom: 22px;
    font-size: 16px
}

.service-contact__link-wrap:not(:last-child) {
    margin-bottom: 12px
}

.service-contact__related-links {
    padding-top: 6px
}

.service-contact__related-link-wrap:not(:last-child) {
    margin-bottom: 15px
}

@media (min-width: 1199px) {
    .service-contact__box {
        width: 38%
    }

    .service-contact__related {
        width: 24%
    }
}

@media (max-width: 1199px) {
    .service-contact__heading--hidden {
        display: none
    }
}



/* smart tab*/

.smart-tab {
}

.smart-tab__link {
    display: block;
    position: relative
}

    .smart-tab__link
    img {
        width: 100%;
        border-radius: 80px 0 80px 0 / 90px 0 90px 0;
        padding: 0 15px 15px 0;
        border-bottom: 3px solid transparent
    }

@media (max-width: 991px) {
    .smart-tab__link {
        cursor: default
    }
}

@media (min-width: 992px) {
    .smart-tab.active:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        border-top: 20px solid #E75824;
        border-bottom: 20px solid transparent;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        z-index: 1;
        width: 0px;
        height: 0px;
        margin-left: -15px
    }

    .smart-tab.active .smart-tab__link
    img {
        border-bottom: 3px solid #2D0E38
    }
}

.smart-tab__text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 80px 0 / 0 0 90px 0;
    padding: 0 15px 15px 0
}

.smart-tab__text {
    color: #E75824;
    font-size: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.69);
    width: 100%;
    margin: auto;
    border-radius: 0 0 80px 0 / 0 0 90px;
    padding: 2px 5px 7px 5px
}

.smart-tab__content-desktop {
    padding-top: 45px !important;
    display: none
}

    .smart-tab__content-desktop.active {
        display: block
    }

.smart-tab__content-top > h2 {
    font-size: 30px;
    line-height: 36px;
    color: #2D0E38;
    margin-bottom: 13px;
    font-weight: 400;
    display: inline-block;
    text-transform: lowercase
}

    .smart-tab__content-top > h2:before {
        content: " ";
        width: 30px;
        height: 5px;
        background-color: #2D0E38;
        display: block;
        margin-bottom: 4px
    }

.smart-tab__content-top
p {
    margin-bottom: 20px !important
}

@media (max-width: 992px) {
    .smart-tab__content-desktop {
        display: none !important
    }
}

.smart-tab__content-mobile {
    margin-bottom: 50px;
    padding: 15px
}

@media (min-width: 992px) {
    .smart-tab__content-mobile {
        display: none
    }
}

.smart-tab-lists
ul {
    padding-left: 32px;
    font-size: 15px
}

    .smart-tab-lists ul
    li {
        margin-bottom: 6px
    }

.smart-tab__content-top {
    padding: 0 0 0px;
    background: url("https://aktivus.com.br/templates/aktivus/css/templates/aktivus/img/skyline-2.png") center bottom no-repeat;
    background-size: 100% auto
}

.smart-tab__content-bottom {
    background-color: #f1f1f1;
    padding: 40px 0
}

    .smart-tab__content-bottom
    p {
        font-size: 16px !important;
        line-height: 24px !important
    }

.smart-people-sub-caption {
    color: #323232;
    font-weight: normal;
    margin-top: -10px;
    display: block;
    font-size: 18px;
    margin-bottom: 30px
}

.smart-tab__content-bottom-heading {
    border-bottom: 2px solid #3a3a3a;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px
}


.smart-tab__content-mobile-bottom {
    padding: 40px 0
}

.smart-tab__content-mobile-business {
    margin: 0;
    padding: 0
}

    .smart-tab__content-mobile-business .smart-tab__content-top {
        padding: 0 15px 15px 15px
    }

.smart-tab__content-mobile-business-slider {
    position: absolute;
    width: 100%;
    left: 0
}

.smart-op-services {
    background-color: #F1F1F1;
    padding: 36px 0 54px 0;
    position: relative
}

.smart-op-services__heading {
    color: #323232;
    font-size: 28px;
    margin-bottom: 10px
}

    .smart-op-services__heading:before {
        content: " ";
        width: 30px;
        display: block;
        border-top: 4px solid #323232;
        height: 9px
    }

.smart-op-services__item-title {
    color: #3a3a3a;
    font-weight: 400;
    transition: all 300ms ease-in-out
}

.smart-op-services__item-img {
    border-radius: 50%;
    background-color: #001D4E;
    margin-bottom: 20px;
    position: relative;
    max-width: 100px;
    margin: 0 auto 16px auto
}

.smart-op-services a:hover .smart-op-services__item-title {
    color: #2D0E38
}


.home-expertise__lines-wrap {
    position: absolute;
    bottom: 0;
    position: relative
}

.home-lines-4 {
    position: absolute;
    bottom: -53px;
    width: 970px;
    opacity: 0.5;
    left: -30px;
    z-index: 0;
    max-width: none
}

.home-expertise-section {
    background-color: #001F4E;
    padding: 36px 0 54px 0;
    position: center
}

.home-expertise__heading {
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 10px
}

    .home-expertise__heading:before {
        content: " ";
        width: 30px;
        display: block;
        border-top: 4px solid #fff;
        height: 9px
    }

.home-expertise__slider-item {
    text-align: center
}

.home-expertise__slider-item-img {
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    max-width: 100px;
    margin: 0 auto 16px auto;
    z-index: 2
}

.xxxhome-expertise__slider-item-img:after {
    display: block;
    content: " ";
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 2px solid #001F4E;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 400ms ease-in-out
}

.home-expertise__slider-item a:hover .home-expertise__slider-item-img {
    transition: all 300ms ease-in-out;
    background-color: #D74597
}

.home-expertise__slider-item .home-expertise__slider-item-img_hover {
    position: relative;
    z-index: 1
}

.home-expertise__slider-item:hover .home-expertise__slider-item-img > img {
    transition: all 300ms ease-in-out;
    display: none
}

.home-expertise__slider-item:hover .home-expertise__slider-item-img_hover {
    display: block !important
}

.home-expertise__slider-item-title {
    color: #fff;
    font-weight: 500;
    transition: color 400ms ease-in-out
}

.home-expertise__slider-item a:hover .home-expertise__slider-item-title {
    color: #D74597
}

.home-expertise__slider-item a:hover .home-expertise__slider-item-img:after {
    border-color: #D74597
}

.bg-purple {
    background-color: #605095
}

.home-expertise__slider .owl-dots {
    position: absolute;
    bottom: auto;
    margin-top: 20px
}

/* smart tabs*/

.text-center {
    text-align: center
}

.text-center {
    text-align: center
}

.smart-info-content
.link {
    margin-top: 30px
}

.smart-support.bg-grey {
    background-color: #F1F1F1
}

.smart-support .link-arrow {
    margin-top: 10px
}

.tabs .smart-support {
    background-color: #F1F1F1;
    padding: 40px 0 0 0;
    margin: 0 0 60px 0;
    position: relative
}

    .tabs .smart-support:before,
    .tabs .smart-support:after {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        width: 500px;
        background-color: #F1F1F1
    }

    .tabs .smart-support:before {
        right: 100%
    }

    .tabs .smart-support:after {
        left: 100%
    }

.tabs .smart-support-slider {
    background-color: #001f4e;
    padding: 50px 0 80px 0
}

    .tabs .smart-support-slider:after {
        background-color: #001f4e
    }

    .tabs .smart-support-slider:before {
        background-color: #001f4e
    }

.smart-info-enterprises .title
p {
    text-transform: none !important
}

.separator {
    margin-bottom: 15px
}

.smart-info-enterprises
.image {
    margin-top: 0
}

@media (max-width: 991px) {
    .smart-info-enterprises .tabs .nav
    li {
        margin-bottom: 60px
    }
}

.smart-info-enterprises .tabs .nav li
img {
    width: 100%;
    border-radius: 80px 0 80px 0 / 90px 0 90px 0;
    padding: 0 15px 15px 0;
    border-bottom: 3px solid transparent
}

.smart-info-enterprises .tabs .nav li.active img,
.smart-info-enterprises .tabs .nav li:hover
img {
    border-bottom: 3px solid #E75824
}

.smart-info-enterprises .tabs .nav li.active:after,
.smart-info-enterprises .tabs .nav li:hover:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-top: 20px solid #E75824;
    border-bottom: 20px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 1;
    width: 0px;
    height: 0px;
    margin-left: -15px
}

.smart-info-enterprises .tabs
.nav {
    border: 0;
    margin: 40px -25px 0 -25px
}

    .smart-info-enterprises .tabs .nav
    li {
        padding: 0 25px;
        position: relative
    }

        .smart-info-enterprises .tabs .nav li
        a {
            border: 0 !important;
            padding: 0 !important;
            background-color: transparent !important
        }

    .smart-info-enterprises .tabs .nav
    .text {
        color: #E75824;
        font-size: 35px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.69);
        width: 100%;
        display: block;
        margin: auto;
        border-radius: 0 0 80px 0 / 0 0 90px 0
    }

.smart-tab__text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 80px 0 / 0 0 90px 0;
    padding: 0 15px 15px 0
}

#tab-people {
    padding-top: 70px
}

#tab-assets {
    padding-top: 70px
}

#tab-people
.lists {
}

    #tab-people .lists
    ul {
        display: inline-block;
        vertical-align: top
    }

    #tab-people .lists
    li {
        font-size: 16px;
        color: #858585;
        margin: 0;
        line-height: 30px;
        margin-left: 20px
    }

#tab-bussiness {
    padding-top: 70px
}
}
