@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900);
@import url(animate.css);
@import url(flaticon.css);
@import url(icomoon.css);
@import url(prettyPhoto.css);
@import url(owl.carousel.css);
@import url(font-awesome.min.css);
@import url(/site/assets/css/common/footer.css);
@import url(/site/assets/css/common/social-sideicons.css);
@import url(/site/assets/css/common/menu.css);
@font-face {
    font-family: 'Montserrat Bold';
    src: url(../../fonts/montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat Extra';
    src: url(../../fonts/montserrat/Montserrat-ExtraBold.ttf);
}

body {
    color: #999;
    font-size: 15px;
    font-family: Rubik, sans-serif;
    scroll-behavior: smooth
}

a {
    color: #1f1f1f;
    text-decoration: none!important;
    outline: 0!important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: 400;
    line-height: 120%!important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: 0
}

.btn,
a {
    text-decoration: none!important;
    outline: 0!important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent!important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

nav {
    z-index: 2
}

.top-bar {
    background: #393939
}

.left-top {
    padding: 3px 0;
    float: right
}

.email-box {
    display: inline-block;
    margin-right: 20px
}

.email-box a {
    color: #fff;
    font-size: 16px
}

.email-box a:hover {
    color: #34750d
}

.email-box a i {
    padding: 0 5px
}

.phone-box {
    display: inline-block
}

.phone-box a {
    color: #fff;
    font-size: 16px
}

.phone-box a:hover {
    color: #34750d
}

.phone-box a i {
    padding: 0 5px
}

.social-box {
    float: left
}

.social-box ul li {
    display: inline-block;
    padding-left: 10px
}

.social-box ul li a {
    color: #fff;
    font-size: 20px
}

.social-box ul li a:hover {
    color: #34750d
}

.slider-bg-1 {
    background-image: url(../../images/slider/slide1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    display: block;
    height: 600px;
}

.slider-bg-2 {
    background-image: url(../../images/slider/slide2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    display: block;
    height: 600px;
}

.slider-bg-3 {
    background-image: url(../../images/slider/slide3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    display: block;
    height: 600px;
}

.slider-bg-4 {
    background-image: url(../../images/slider/slide4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    display: block;
    height: 600px;
}

.slider-bg-5 {
    background-image: url(../../images/slider/slide5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    display: block;
    height: 600px;
}

.slider-content-area {
    height: 100vh;
    position: relative
}

.home-one-slider-otem .slider-content-area {
    height: 100vh;
    position: relative
}

.slider-wrapper .owl-nav .owl-prev,
.slider-wrapper .owl-nav .owl-next {
    background: #fd6a02;
    height: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 60px;
    border-radius: 10px;
}

.slider-wrapper .owl-nav .owl-prev:hover,
.slider-wrapper .owl-nav .owl-next:hover {
    background: #ffa86a;
}

.slider-wrapper .owl-nav .owl-prev {
    margin-left: 10%;
    left: 0px;
    position: absolute;
}

.slider-wrapper .owl-nav .owl-prev i {
    position: absolute;
    left: 0px;
    right: 0;
    width: auto;
    height: auto;
    background: none;
    color: #ffffff;
}

.slider-wrapper .owl-nav .owl-next {
    margin-right: 10%;
    right: 0;
    position: absolute;
}

.slider-wrapper .owl-nav .owl-next i {
    position: absolute;
    right: 0;
    left: 0px;
    width: auto;
    height: auto;
    background: none;
    color: #ffffff;
}

.slide-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 1
}

.slide-text h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    text-shadow: 0 4px 3px rgba(0, 0, 0, .4), 0 8px 13px rgba(0, 0, 0, .1), 0 18px 23px rgba(0, 0, 0, .1)
}

.slide-text h1 span {
    color: #cbff00
}

.slide-text h2 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-shadow: 0 4px 3px rgba(0, 0, 0, .4), 0 8px 13px rgba(0, 0, 0, .1), 0 18px 23px rgba(0, 0, 0, .1)
}

.home-one-slider-otem::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 1
}

.slider-content-btn .btn11::after {
    background: #fff
}

.btn11 {
    padding: 10px 60px;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: 0 0!important
}

.btn11:hover {
    border: 1px solid;
    color: #fff
}

.btn11::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #50c878;
    position: absolute;
    left: 0;
    opacity: 1;
    top: 0;
    z-index: -12;
    -webkit-transition: all .65s cubic-bezier(.77, 0, .175, 1);
    transition: all .65s cubic-bezier(.77, 0, .175, 1)
}

.btn11::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: #50c878!important;
    position: absolute;
    left: 0;
    opacity: 1;
    top: 0;
    z-index: -15;
    -webkit-transition: all .65s cubic-bezier(.77, 0, .175, 1);
    transition: all .65s cubic-bezier(.77, 0, .175, 1)
}

.btn11:hover::before {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.btn11:hover::after {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    padding: 50px 0;
    position: relative;
    width: 100%
}

.parallax.parallax-off {
    background-attachment: scroll!important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    width: 100%;
    z-index: 2
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
}

.section.wb {
    background-color: #fff
}

.section.color1 {
    background-color: #448aff
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px
}

.section-title p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0
}

.section-title h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
    color: white;
}

.section.db h3 {
    color: #fff
}

.section.lb .service-dit h3 {
    padding: 12px 0
}

.service-dit {
    /* padding: 20px 15px */
}

.service-dit h3 {
    padding: .2em !important;
    margin: .5em !important;
    background-color: white;
    color: #e65800 !important;
    border-radius: 25px;
}

.item-h1,
.item-h2 {
    height: 100%!important;
    height: auto!important
}

.desc h3 i {
    color: #34750d;
    font-size: 37px;
    vertical-align: middle;
    margin-right: 12px
}

.desc {
    padding: 30px;
    position: relative;
    background: #393939;
    border: 4px solid #34750d;
    border-radius: 10px
}

.testi-meta {
    display: inline-block;
    margin-top: 20px
}

.testimonial h4 {
    font-size: 18px;
    color: #fff;
    padding: 13px 0 0
}

.testimonial img {
    max-width: 55px
}

.testimonial small {
    margin-top: 7px;
    font-size: 16px;
    display: block
}

.testimonial {
    background-color: transparent;
    text-align: center;
    max-width: 786px;
    margin: 0 auto;
    width: 100%
}

.testimonial h3 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 600
}

.testimonial .lead,
.testimonial small {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative
}

.testimonial p:after {
    display: none
}

.m130 {
    margin-top: 130px
}

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1
}

.icon-wrapper i {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
    background-color: #f2f3f5;
    color: #1f1f1f;
    margin-top: 0
}

.icon-wrapper h3 {
    font-size: 21px;
    padding: 0 0 15px;
    margin: 0
}

.icon-wrapper p {
    margin-bottom: 0;
    padding-left: 95px
}

.icon-wrapper p small {
    display: block;
    color: #999;
    margin-top: 10px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px
}

.icon-wrapper p small:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 11px
}

.service-widget h3 {
    font-size: 16px;
    color: #fff;
    padding: 20px 0 12px;
    margin: 0;
    font-weight: 600
}

.section.lb .service-widget h3,
.section.wb .service-widget h3,
.service-widget h3 a {
    color: #1f1f1f
}

.service-widget p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 13px
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 15px;
    color: #999
}

.message-box h2 {
    font-size: 28px;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none
}

.message-box p {
    margin-bottom: 20px
}

.message-box .lead {
    padding-top: 10px;
    font-size: 19px;
    font-style: normal;
    color: #34750d;
    padding-bottom: 0
}

.message-box a {
    position: relative
}

.message-box a.btn11::before {
    z-index: 2
}

.message-box a span {
    position: relative;
    z-index: 3
}

.message-box a.btn11 {
    top: 10px;
    margin: 0
}

.message-box a.btn11::after {
    z-index: 1;
    background: #201e21
}

.message-box a.btn11:hover {
    color: #201e21!important
}

.message-box ul {
    margin: 0;
    padding: 0
}

.message-box ul li {
    line-height: 40px;
    font-size: 16px
}

.message-box ul li i {
    color: #34750d;
    font-size: 24px;
    padding-right: 10px
}

.post-media {
    position: relative;
    text-align: center;
    padding-top: 2em;
}

.post-media img {
    width: 100%
}

hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f2f3f5
}

hr.hr2 {
    position: relative;
    margin: 17px 0;
    border: 1px dashed #f2f3f5
}

hr.hr3 {
    position: relative;
    margin: 25px 0 30px 0;
    border: 1px dashed #f2f3f5
}

.section.parallax hr.hr1 {
    border-color: rgba(255, 255, 255, .1)
}

#services .text-center a.btn11::before {
    z-index: 2
}

#services .text-center a.btn11::after {
    z-index: 1;
    background: #201e21
}

#services .text-center a span {
    position: relative;
    z-index: 3
}

#services .text-center a.btn11 {
    top: 10px;
    margin: 0
}

#services .text-center a.btn11:hover {
    color: #201e21!important
}

.code-wrapper {
    border: 1px solid #fff;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../../images/code.jpg) no-repeat
}

.image-center img {
    position: relative;
    margin: 0;
    z-index: 10;
    padding-right: 30px;
    text-align: center
}

.img-center img {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, .1)
}

.img-center {
    margin: auto
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0
}

#features li {
    display: table;
    min-width: 150px;
    min-height: 150px;
    margin: 0;
    cursor: pointer;
    padding: 2em;
    box-shadow: 0 5px 35px 0 rgba(148, 146, 245, .15);
    background: #01445f85;
    border-radius: 100px;
    border: 5px solid #e65a00
}

#features li:hover {
    background-color: #188618;
    z-index: 1000
}

.features-left,
.features-right {
    padding: 0
}

.features-left li:last-child,
.features-right li:last-child {
    margin-bottom: 0;
    padding-bottom: 0!important
}

.features-left li i,
.features-right li i {
    width: 68pxs;
    height: 68px;
    line-height: 68px;
    display: table;
    border-radius: 10px;
    font-size: 26px;
    color: #fff;
    background-color: #34750d;
    margin: 0 auto 22px;
    position: relative;
    text-align: center;
    z-index: 55;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 0
}

.features-left li i:hover,
.features-right li i:hover {
    background: #201e21
}

#features i img {
    display: table;
    margin: 0 auto
}

.features-left li i:before,
.features-right li i:before {
    text-align: center
}

.features-right i {
    float: right
}

.features-left i {
    float: left
}

#features h2 {
    margin: 0;
    color: #fff;
    font-weight: 700
}

.diferenciais {
    border-radius: 20px;
    background-color: #01445f;
    padding: 2rem;
    color: #fff;
    margin: 10px;
    height: auto
}

.diferenciais.hide {
    display: none
}

.dropdown-menu>li>a {
    background-color: transparent!important;
    color: #bcbcbc!important;
    font-size: 15px;
    padding: 10px 20px
}

.dmtop {
    background-color: #3c3d41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #fff!important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.dmtop:hover {
    background-color: #34750d
}

.icon_wrap {
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    font-size: 80px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 0!important;
    border: 0!important
}

.stat-wrap h3 {
    font-size: 22px;
    font-weight: 600;
    color: #5cd800;
    margin: 0!important;
    padding: 0!important;
    line-height: 1!important
}

.stat-wrap p {
    font-size: 38px;
    color: #fff;
    margin: 0;
    font-weight: 700;
    padding: 4px 0 0;
    line-height: 1!important
}

.line-hv::before {
    content: '';
    position: relative;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .4s cubic-bezier(1, 0, 0, 1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform .4s cubic-bezier(1, 0, 0, 1);
    transition: transform .4s cubic-bezier(1, 0, 0, 1);
    transition: transform .4s cubic-bezier(1, 0, 0, 1), -webkit-transform .4s cubic-bezier(1, 0, 0, 1)
}

.stat-wrap .line-hv:hover::before {
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #34750d;
    z-index: 11000;
    position: fixed;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 95px;
    height: 95px;
    background: center center no-repeat none;
    background-size: 95px 95px;
    border-radius: 50%
}

.loader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 75px;
    height: 100px
}

.loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #fff;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.loader__bar:nth-child(1) {
    left: 0;
    -webkit-transform: scale(1, .2);
    transform: scale(1, .2);
    -webkit-animation: barUp1 4s infinite;
    animation: barUp1 4s infinite
}

.loader__bar:nth-child(2) {
    left: 15px;
    -webkit-transform: scale(1, .4);
    transform: scale(1, .4);
    -webkit-animation: barUp2 4s infinite;
    animation: barUp2 4s infinite
}

.loader__bar:nth-child(3) {
    left: 30px;
    -webkit-transform: scale(1, .6);
    transform: scale(1, .6);
    -webkit-animation: barUp3 4s infinite;
    animation: barUp3 4s infinite
}

.loader__bar:nth-child(4) {
    left: 45px;
    -webkit-transform: scale(1, .8);
    transform: scale(1, .8);
    -webkit-animation: barUp4 4s infinite;
    animation: barUp4 4s infinite
}

.loader__bar:nth-child(5) {
    left: 60px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation: barUp5 4s infinite;
    animation: barUp5 4s infinite
}

.loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
    animation: ball 4s infinite
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px)
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px)
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px)
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px)
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px)
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px)
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px)
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0)
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px)
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px)
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px)
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px)
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px)
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px)
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px)
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px)
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px)
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px)
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px)
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px)
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0)
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px)
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px)
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px)
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px)
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px)
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px)
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px)
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    40% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
}

@keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    40% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
}

@-webkit-keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    40% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    50% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    90% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    100% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
}

@keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    40% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    50% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    90% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    100% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
}

@-webkit-keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, .6);
        transform: scale(1, .6)
    }
    100% {
        -webkit-transform: scale(1, .6);
        transform: scale(1, .6)
    }
}

@keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, .6);
        transform: scale(1, .6)
    }
    100% {
        -webkit-transform: scale(1, .6);
        transform: scale(1, .6)
    }
}

@-webkit-keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    40% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    50% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    90% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    100% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
}

@keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    40% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
    50% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    90% {
        -webkit-transform: scale(1, .4);
        transform: scale(1, .4)
    }
    100% {
        -webkit-transform: scale(1, .8);
        transform: scale(1, .8)
    }
}

@-webkit-keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    90% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    50% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    90% {
        -webkit-transform: scale(1, .2);
        transform: scale(1, .2)
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.btn-light {
    padding: 13px 40px;
    font-size: 18px;
    border: 2px solid #34750d;
    color: #fff;
    background-color: #34750d
}

.btn-light:focus,
.btn-light:hover {
    border-color: #34750d;
    color: rgba(255, 255, 255);
    background: #393939
}

.banner-bg-1 {
    background: url(../../images/header-bg.png);
    padding: 170px 0;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-top: -111px
}

.banner-bg-1::before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.banner {
    position: relative;
    text-align: center;
    background-color: #e65a00;
    padding: 1em;
    width: 100%
}

.banner h2 {
    color: #f1f1f1;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 20px;
    position: relative
}

.banner h2::after {
    content: "";
    height: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 8px;
    width: 30%
}

.banner h2 span {
    position: relative;
    z-index: 1
}

.about-item {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin-bottom: 30px
}

.about-icon {
    padding: 20px 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.about-icon span {
    font-size: 48px;
    color: #393939;
    background: #34750d;
    padding: 10px;
    border-radius: 10px
}

.about-text h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0
}

.about-text h3 a {
    color: #393939
}

.about-text h3 a:hover {
    color: #34750d
}

.about-item:hover .about-icon {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.about-item:hover .about-icon span {
    color: #fff;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@media (max-width:768px) {
    .banner-cookies-lgpd {
        border-top-right-radius: 10px;
        bottom: 0;
        display: block;
        width: 100%;
        position: fixed;
        z-index: 999;
        background-color: #fff
    }
}

@media (min-width:768px) {
    .banner-cookies-lgpd {
        bottom: 0;
        display: block;
        position: fixed;
        z-index: 999;
        background-color: #fff
    }
}

.banner-cookies-lgpd.hide {
    bottom: 0;
    display: block;
    width: 0%;
    height: 0%;
    position: fixed;
    z-index: 999;
    background-color: #fff
}

.img-turmas {
    max-height: 20em
}

.post-turma {
    text-align: center;
    padding: 3em
}

.post-turma-box {
    color: #fff;
    text-align: center
}

.banner-matricule-se {
    background-color: #e65a00;
    position: relative;
    max-width: 1920px
}

.banner-matricule-se h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.banner-matricule-se p {
    color: #fff
}

.banner-outros-cursos {
    max-width: 1920px
}

.banner-outros-cursos h1 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    font-family: Rubik, sans-serif
}

.banner-outros-cursos .row {
    margin-left: 0!important;
    margin-right: 0!important
}

.bg-cursos {
    background: rgba(0, 0, 0, .5);
    width: 100%
}

.curso-label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2
}

.curso-label span {
    display: none;
    font-family: Rubik, sans-serif;
    font-size: .8em
}

.curso-label:hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.curso-label:hover span {
    display: block;
    background-color: #00870098;
    color: #fff;
    bottom: 10px;
    right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    float: right;
    border-radius: 20px
}

#banner-diferenciais {
    margin-top: 100px
}

.mural-aprovados {
    width: 100%;
    height: 100%;
    position: relative
}

.mural-aprovados div:nth-child(even) {
    float: right;
    background-color: #e65800;
    padding: 1em;
    padding-left: 3em;
    padding-right: 3em;
    margin-top: 1em;
    margin-bottom: 1em;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    max-width: 51%
}

.mural-aprovados div:nth-child(odd) {
    display: inline-table;
    background-color: #34750d;
    padding: 1em;
    margin-top: 5em;
    margin-bottom: 5em;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    max-width: 51%
}

.mural-aprovados img {
    position: relative;
    display: block;
    max-height: 200px
}

.logo-mural {
    position: relative;
    text-align: center;
    margin-top: 5em
}

.logo-mural img {
    max-width: 800px
}

#content404 {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

#banner-matricule-se {
    color: white;
}

#banner-matricule-se h3 {
    font-weight: bold;
    color: white;
}

#timeline {
    background-image: url('/site/assets/images/bgs/timeline.jpg');
    padding-top: 5em;
}

.timeline-logo {
    max-height: 10em;
    text-align: center;
    margin: 5em;
}

#timeline .row {
    margin-left: 0!important;
    margin-right: 0!important;
}

#timeline h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: .5em;
    margin: 2em;
    border-radius: 25px;
    color: white;
    font-family: 'Montserrat Extra';
}

#timeline .row {
    margin-top: 150px;
}

#timeline .years:nth-child(odd) {
    background-color: #e65a00;
    text-align: center;
    border-radius: 25px;
    z-index: 1;
    color: white;
    font-size: 2em;
    font-family: 'Montserrat Extra';
}

#timeline .years:nth-child(even) {
    background-color: #096651;
    text-align: center;
    border-radius: 25px;
    margin-left: -2em;
    margin-right: -2em;
    z-index: 2;
    color: white;
    font-size: 2em;
    font-family: 'Montserrat Extra';
}

#timeline .years:nth-child(1) {
    margin-left: 2em;
}

#timeline .years:nth-child(1) span:nth-child(odd) {
    font-family: 'Montserrat Bold';
    padding: .3em;
    font-size: .5em;
    background-color: #e65a00;
    float: left;
    display: inline-table;
    position: absolute;
    border-radius: 3px;
    margin-top: -100px;
    max-width: 50px;
}

#timeline .years:nth-child(1) span:nth-child(odd):before {
    content: ' ';
    height: 3px;
    width: 100%;
    background-color: #e65a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 80px;
    z-index: -1;
}

#timeline .years:nth-child(1) span:nth-child(even) {
    font-family: 'Montserrat Bold';
    padding: .3em;
    font-size: .5em;
    background-color: #e65a00;
    float: left;
    display: inline-table;
    position: absolute;
    border-radius: 3px;
    margin-top: 100px;
    margin-left: 6em;
    max-width: 50px;
}

#timeline .years:nth-child(1) span:nth-child(even):before {
    content: ' ';
    height: 3px;
    width: 112%;
    background-color: #e65a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 80px;
    margin-left: -6px;
    z-index: -1;
}

#timeline .years:nth-child(2) span:nth-child(odd) {
    font-family: 'Montserrat Bold';
    padding: .3em;
    font-size: .5em;
    background-color: #096651;
    float: left;
    display: inline-table;
    position: absolute;
    border-radius: 3px;
    margin-top: -100px;
    max-width: 50px;
}

#timeline .years:nth-child(2) span:nth-child(odd):before {
    content: ' ';
    height: 3px;
    width: 100%;
    background-color: #096651;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 80px;
    max-width: 100px;
    z-index: -1;
}

#timeline .years:nth-child(2) span:nth-child(even) {
    font-family: 'Montserrat Bold';
    padding: .3em;
    font-size: .5em;
    background-color: #096651;
    float: left;
    display: inline-table;
    position: absolute;
    border-radius: 3px;
    margin-top: 100px;
    margin-left: 6em;
    max-width: 50px;
}

#timeline .years:nth-child(2) span:nth-child(even):before {
    content: ' ';
    height: 3px;
    width: 110%;
    background-color: #096651;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 80px;
    max-width: 100px;
    margin-left: -6px;
    z-index: -1;
}

#timeline .years:nth-child(2) span:nth-child(1) {
    left: 2%;
}

#timeline .years:nth-child(2) span:nth-child(2) {
    left: -10%;
}

#timeline .years:nth-child(2) span:nth-child(3) {
    left: 25%;
}

#timeline .years:nth-child(2) span:nth-child(4) {
    left: 12%;
}

#timeline .years:nth-child(2) span:nth-child(5) {
    left: 48%;
}

#timeline .years:nth-child(2) span:nth-child(6) {
    left: 33%;
}

#timeline .years:nth-child(2) span:nth-child(7) {
    left: 71%;
}

#timeline .years:nth-child(3) span:nth-child(even) {
    font-family: 'Montserrat Bold';
    padding: .4em;
    font-size: .5em;
    background-color: #e65a00;
    float: left;
    display: inline-table;
    position: absolute;
    border-radius: 3px;
    margin-top: -100px;
    max-width: 50px;
}

#timeline .years:nth-child(3) span:nth-child(even):before {
    content: ' ';
    height: 3px;
    width: 100%;
    max-width: 60px;
    background-color: #e65a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 80px;
    z-index: -1;
}

#timeline .years:nth-child(3) span:nth-child(odd) {
    font-family: 'Montserrat Bold';
    padding: .3em;
    font-size: .5em;
    background-color: #e65a00;
    float: left;
    display: inline-table;
    position: absolute;
    border-radius: 3px;
    margin-top: 100px;
    max-width: 50px;
}

#timeline .years:nth-child(3) span:nth-child(odd):before {
    content: ' ';
    height: 3px;
    width: 113%;
    background-color: #e65a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 55px;
    max-width: 70px;
    left: 0;
    top: -30px;
    z-index: -1;
}

#timeline .years:nth-child(3) span:nth-child(1) {
    left: 7%;
}

#timeline .years:nth-child(3) span:nth-child(2) {
    left: 17%;
}

#timeline .years:nth-child(3) span:nth-child(3) {
    left: 28%;
}

#timeline .years:nth-child(3) span:nth-child(4) {
    left: 41%;
}

#timeline .years:nth-child(3) span:nth-child(5) {
    left: 48%;
}

#timeline .years:nth-child(3) span:nth-child(6) {
    left: 67%;
}

#timeline .years:nth-child(3) span:nth-child(7) {
    left: 71%;
}

#timeline .years:nth-child(4) span:nth-child(odd) {
    font-family: 'Montserrat Bold';
    padding: .3em;
    font-size: .5em;
    background-color: #096651;
    float: left;
    display: inline-table;
    position: absolute;
    border-radius: 3px;
    margin-top: -100px;
    max-width: 50px;
}

#timeline .years:nth-child(4) span:nth-child(odd):before {
    content: ' ';
    height: 3px;
    width: 100%;
    background-color: #096651;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 80px;
    max-width: 100px;
    z-index: -1;
}

#timeline .years:nth-child(4) span:nth-child(even) {
    font-family: 'Montserrat Bold';
    padding: .3em;
    font-size: .5em;
    background-color: #096651;
    float: left;
    display: inline-table;
    position: absolute;
    border-radius: 3px;
    margin-top: 100px;
    margin-left: 6em;
    max-width: 50px;
}

#timeline .years:nth-child(4) span:nth-child(even):before {
    content: ' ';
    height: 3px;
    width: 110%;
    background-color: #096651;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 80px;
    max-width: 100px;
    margin-left: -6px;
    z-index: -1;
}

#timeline .years:nth-child(4) span:nth-child(1) {
    left: 3%;
}

#timeline .years:nth-child(4) span:nth-child(2) {
    left: -5%;
}

#timeline .years:nth-child(4) span:nth-child(3) {
    left: 25%;
}

#timeline .years:nth-child(4) span:nth-child(4) {
    left: 17%;
}

#timeline .years:nth-child(4) span:nth-child(5) {
    left: 48%;
}

#timeline .years:nth-child(4) span:nth-child(6) {
    left: 67%;
}

#timeline .years:nth-child(4) span:nth-child(7) {
    left: 75%;
}

/* Template CSS Timeline - Início */

#timeline .years:nth-child(5) span:nth-child(even) {
    font-family: 'Montserrat Bold';
    padding: .4em;
    font-size: .5em;
    background-color: #e65a00;
    float: left;
    display: inline-table;
    position: absolute;
    border-radius: 3px;
    margin-top: -100px;
    max-width: 50px;
}

#timeline .years:nth-child(5) span:nth-child(even):before {
    content: ' ';
    height: 3px;
    width: 100%;
    max-width: 60px;
    background-color: #e65a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 80px;
    z-index: -1;
}

#timeline .years:nth-child(5) span:nth-child(odd) {
    font-family: 'Montserrat Bold';
    padding: .3em;
    font-size: .5em;
    background-color: #e65a00;
    float: left;
    display: inline-table;
    position: absolute;
    border-radius: 3px;
    margin-top: 100px;
    max-width: 50px;
}

#timeline .years:nth-child(5) span:nth-child(odd):before {
    content: ' ';
    height: 3px;
    width: 113%;
    background-color: #e65a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 55px;
    max-width: 70px;
    left: 0;
    top: -30px;
    z-index: -1;
}

#timeline .years:nth-child(5) span:nth-child(1) {
    left: 12%;
}

#timeline .years:nth-child(5) span:nth-child(2) {
    left: 17%;
}

#timeline .years:nth-child(5) span:nth-child(3) {
    left: 26%;
}

#timeline .years:nth-child(5) span:nth-child(4) {
    left: 34%;
}

#timeline .years:nth-child(5) span:nth-child(5) {
    left: 40%;
}

#timeline .years:nth-child(5) span:nth-child(6) {
    left: 46%;
}

#timeline .years:nth-child(5) span:nth-child(7) {
    left: 58%;
}


#timeline .years:nth-child(5) span:nth-child(8) {
    left: 62%;
}


#timeline .years:nth-child(5) span:nth-child(9) {
    left: 74%;
}


#timeline .years:nth-child(5) span:nth-child(10) {
    left: 82%;
}


/* Template CSS Timeline - Fim */

#banner-matricule-se .container .row div {
    margin-top: 3em;
    margin-bottom: 3em;
}

@media (max-width: 990px) {
    #timeline .years:nth-child(1) span:nth-child(even) {
        font-family: 'Montserrat Bold';
        padding: 0.3em;
        font-size: .5em;
        background-color: #e65a00;
        float: left;
        display: inline-table;
        position: absolute;
        border-radius: 3px;
        margin-top: 100px;
        margin-left: 3em;
    }
    #timeline .years:nth-child(2) span:nth-child(1) {
        left: 2%;
    }
    #timeline .years:nth-child(2) span:nth-child(2) {
        left: 5%;
    }
    #timeline .years:nth-child(2) span:nth-child(3) {
        left: 25%;
    }
    #timeline .years:nth-child(2) span:nth-child(4) {
        left: 28%;
    }
    #timeline .years:nth-child(2) span:nth-child(5) {
        left: 50%;
    }
    #timeline .years:nth-child(2) span:nth-child(6) {
        left: 48%;
    }
    #timeline .years:nth-child(2) span:nth-child(7) {
        left: 66%;
    }
    #timeline .years:nth-child(3) span:nth-child(1) {
        left: 3%;
    }
    #timeline .years:nth-child(3) span:nth-child(2) {
        left: 5%;
    }
    #timeline .years:nth-child(3) span:nth-child(3) {
        left: 25%;
    }
    #timeline .years:nth-child(3) span:nth-child(4) {
        left: 38%;
    }
    #timeline .years:nth-child(3) span:nth-child(5) {
        left: 48%;
    }
    #timeline .years:nth-child(3) span:nth-child(6) {
        left: 70%;
    }
    #timeline .years:nth-child(3) span:nth-child(7) {
        left: 75%;
    }
    #timeline .years:nth-child(5) span:nth-child(1) {
        left: 6%;
    }
    #timeline .years:nth-child(5) span:nth-child(2) {
        left: 8%;
    }
    #timeline .years:nth-child(5) span:nth-child(3) {
        left: 21%;
    }
    #timeline .years:nth-child(5) span:nth-child(4) {
        left: 29%;
    }
    #timeline .years:nth-child(5) span:nth-child(5) {
        left: 39%;
    }
    #timeline .years {
        margin-top: 5em !important;
        margin-bottom: 5em !important;
        margin-left: 0 !important;
    }
    #timeline img {
        max-width: 100%;
    }
    #timeline .row:nth-child(3) {
        margin-top: 0 !important;
    }
    .slider-bg-1,
    .slider-bg-2,
    .slider-bg-3,
    .slider-bg-4,
    .slider-bg-5 {
        background-size: contain;
        background-color: white;
        background-position: top left;
        height: auto;
    }
    .slider-wrapper .owl-nav .owl-prev,
    .slider-wrapper .owl-nav .owl-next {
        background: #fd6b0233;
        height: 48px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        width: 60px;
        border-radius: 10px;
    }
    #banner-matricule-se .container .row div {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}


/* CORREÇÃO BRASÕES CURSOS SAFARI */

.owl-carousel .owl-item img {
    /* -webkit-transform-style: preserve-3d !important; */
    transform-style: preserve-3d !important;
    height: 140px !important;
    max-width: auto !important;
    width: auto !important;
    min-height: 0;
    max-height: auto;
}


/* MODIFICAÇÕES RAMON - RETIRADA OWL CAROUSEL E CURSOS INLINE */


/* @media (min-width: 1900px) {
    #services .owl-stage {
        transform: translate3d(0px, 0px, 0px);
        transition: all 0.25s ease 0s;
        width: auto !important;
    }
    #services .container {
        max-width: 100vw !important;
    }
    #services .owl-item {
        width: 8em !important;
        margin-right: auto;
    }
    #services .service-widget {}
} */