@font-face {
    font-family: 'Nexa_Free';
    src: url('../fonts/Nexa_Free_Light-webfont.woff2') format('woff2'), url('../fonts/Nexa_Free_Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa_Free';
    src: url('../fonts/Nexa_Free_Bold-webfont.woff2') format('woff2'), url('../fonts/Nexa_Free_Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Nexa_Free", sans-serif;
    line-height: 1.8;
    font-size: 16px;
    background-color: #2C2F2E;
    background-image: url('../images/bg-dark.png');
    background-repeat: repeat-x repeat-y;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: rgb(71, 185, 115);
}

a:hover {
    text-decoration: none;
    color: rgb(71, 185, 115);
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.45;
    font-weight: normal;
    color: #000;
    margin-bottom: 0;
}

.text-primary {
    color: rgb(71, 185, 115) !important;
}

.cc-navbar-light {
    background: transparent !important;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
}

@media screen and (max-width: 1199px) {
    .cc-navbar-light {
        background: #303332 !important;
        top: 0;
        position: relative;
    }
}

.cc-navbar-light .navbar-nav>.nav-item>.nav-link {
    font-size: 17px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 20px;
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .cc-navbar-light .navbar-nav>.nav-item>.nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.cc-navbar-light .navbar-nav>.nav-item.cc-cta a {
    color: #fff;
}

.cc-navbar-light .navbar-nav>.nav-item.cc-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 960px) {
    .cc-navbar-light .navbar-nav>.nav-item.cc-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.cc-navbar-light .navbar-nav>.nav-item.cc-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
    .cc-navbar-light .navbar-nav>.nav-item.cc-seperator:before {
        display: none;
    }
}

.cc-navbar-light .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.cc-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
}

@media screen and (max-width: 768px) {
    .cc-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media screen and (max-width: 576px) {
    .cc-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.cc-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.cc-navbar-light.scrolled .nav-link {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    color: #000 !important;
}

.cc-navbar-light.scrolled .nav-link.active {
    color: rgb(71, 185, 115) !important;
}

.cc-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.cc-navbar-light.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.cc-navbar-light.scrolled .navbar-brand {
    color: #000;
}

.navbar-brand {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.bg-image,
.cc-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.cc-cover {
    background-position: center center;
}

.cc-cover .cc-heading {
    font-size: 45px;
    line-height: 1.34;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .cc-cover .cc-heading {
        font-size: 37px;
        line-height: 1.3;
    }
}

.cc-cover .cc-subheading,
.cc-cover p {
    color: white;
    font-size: 1.12rem;
    line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
    .cc-cover .btn {
        width: 100% !important;
        border: 1px solid red;
    }
}

.cc-cover a {
    position: relative;
    color: #fff;
}

.cc-cover a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(71, 185, 115);
    height: 2px;
    content: " ";
}

.cc-cover.overlay {
    position: relative;
}

.cc-cover.overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cc-cover .cc-vh-85 {
    min-height: 700px !important;
}

.cc-slant {
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 960px) {
    .cc-slant:after {
        bottom: -150px;
    }
}

@media screen and (max-width: 768px) {
    .cc-slant:after {
        bottom: -170px;
    }
}

.cc-slant.cc-slant-white:after {
    background: #2C2F2E;
}

.cc-slant.cc-slant-dark:after {
    background: #263135;
}

.cc-title h2 {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: .1rem;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

@media screen and (min-width: 768px) {
    .cc-title h2 {
        font-size: 3rem;
    }
}

.cc-title h3 {
    color: #15BA6D;
    font-weight: 500;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.cc-title h2>span {
    font-weight: 900;
    color: #47B973;
}

.cc-title-dark h2 {
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

@media screen and (min-width: 992px) {
    .cc-title-dark h2 {
        font-size: 3rem;
    }
}

.cc-title-dark h2>span {
    font-weight: 900;
    color: #fff;
}

.title-light-green {
    color: #01FF8D;
    font-weight: bold;
}

.divider {
    background: #47B973;
    width: 220px;
    height: 5px;
    margin: 0 auto;
}

.divider-dark {
    background: #09633D;
    width: 220px;
    height: 5px;
    margin: 0 auto;
}

.cc-section-margin-top {
    margin-top: 5rem;
}

.btn {
    border-radius: 4px;
    padding: 20px 30px;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    white-space: normal;
}

.btn.btn-sm {
    padding: 10px 20px;
    font-size: 12px;
}

.btn:before {
    display: none;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-primary {
    background: #2C2A2B;
    border-color: #2C2A2B;
    color: #fff;
    border-radius: 25px;
    padding: 10px 50px;
    margin-top: 16px;
    font-size: 1rem;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    border-color: #7F7F7F;
    background: #7F7F7F;
}

.btn.btn-primary:disabled {
    border-color: rgb(184, 184, 184);
    background: rgb(184, 184, 184);
    cursor: not-allowed;
}

.btn.btn-secondary {
    background: #088C52;
    border-color: #088C52;
    color: #fff;
    border-radius: 25px;
    padding: 10px 50px;
    margin-top: 16px;
    font-size: 1rem;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    border-color: #7F7F7F;
    background: #7F7F7F;
}

.btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.2);
    background: none;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 55px;
    background-color: #E6F1F3 !important;
    color: #6A6C81 !important;
    font-size: 18px;
    border-radius: 25px;
    font-weight: bold;
    padding-left: 20px;
    margin-top: 1rem;
}

.form-control:focus,
.form-control:active {
    border: 1px solid #000;
}

textarea {
    height: inherit !important;
}

.cc-vh-85 { 
    height: inherit;
}

@media screen and (max-width: 960px) {
    .cc-vh-85 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.cc-vh-75 {
    height: 75vh;
}

@media screen and (max-width: 960px) {
    .cc-vh-75 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

@media (max-width: 767px) {
    .mt-smaller {
        margin-top: 3rem;
    }

    .mb-smaller {
        margin-bottom: 3rem;
    }
}

.first {
    background: #2FA062;
    padding: 16px;
    margin-bottom: 1rem;
    width: 100%;
    flex-flow: column;
}

.first p {
    font-size: 1.2rem;
}

.first p span {
    font-size: 2rem;
}

.circle {
    background: white;
    border-radius: 100%;
    height: 230px;
    width: 230px;
}

@media screen and (min-width: 500px) {
    .first {
        flex-flow: row;
    }

    .first p {
        width: 50%;
        padding-left: 1rem;
    }
}

.sell-price {
    color: white;
    font-weight: bold;
}

.rectangles .rectangle {
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    min-height: 230px;
    background-color: #00A15E;
    padding: 0 20px 0 20px;
    position: relative;
    box-shadow: 5px 10px #0E603C;
}

.rectangles .rectangle .circle {
    background: white;
    border-radius: 100%;
    height: 230px;
    width: 230px;
    margin: auto;
    margin-top: 20px;
    box-shadow: 0 10px #0E603C;
}

@media (min-width: 1200px) {
    .rectangles .rectangle {
        border-radius: 50px;
        display: inline-block;
        margin-bottom: 30px;
        margin-left: 35px;
        max-width: 400px;
        min-height: 230px;
        background-color: #00A15E;
        padding: 0 20px 0 140px;
        position: relative;
        box-shadow: 5px 10px #0E603C;
    }

    .rectangles .rectangle .circle {
        background: white;
        border-radius: 100%;
        height: 230px;
        width: 230px;
        position: absolute;
        bottom: 0;
        left: -100px;
        box-shadow: 0 10px #0E603C;
    }
}

.rectangle-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: inherit;
}

.text-comparative {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-bottom: 0 !important;
    color: white;
}

.cc-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: rgb(71, 185, 115) !important;
}

.cc-section,
.cc-footer {
    padding: 7em 0 7em 0;
}

.cc-section.cc-slant,
.cc-footer.cc-slant {
    padding: 5em 0 5em 0;
}

.cc-section.cc-slant.no-pd-bt {
    padding: 5em 0 0 0;
}

.cc-section .cc-heading,
.cc-footer .cc-heading {
    font-size: 40px;
    line-height: 1.5;
}

.head-title {
    font-family: 'Montserrat';
    font-size: 1.30rem;
    font-weight: 500;
    line-height: 1.8rem;
}

.lead {
    font-family: 'Montserrat';
    font-size: 1.30rem;
    font-weight: 300;
    line-height: 1.8rem;
}

.text-dark {
    color: #000 !important;
}

.lead.text-dark {
    font-weight: 400;
}

.strong {
    font-weight: bold;
}

.cc-course {
    font-size: 1.3rem;
}

.cc-course>p {
    padding-left: 10px;
}

.cc-class {
    padding-left: 10px;
    margin-bottom: 1rem;
}

.cc-class>p {
    -webkit-margin-after: 0;
}

.cc-course-day {
    border-radius: 25px;
    padding: 5px 20px;
    background-color: #088C52;
}

.cc-sale {
    background-color: #15BA6D;
    border-radius: 25px;
    padding: 30px 40px;
    border: 5px #078D52 solid;
    min-height: 400px;
}

@media screen and (max-width: 768px) {

    .cc-section .cc-heading,
    .cc-footer .cc-heading {
        font-size: 30px;
    }
}

.cc-section.bg-light,
.cc-footer.bg-light {
    background: rgb(71, 185, 115) !important;
}

.cc-bg-dark {
    background: #2C2F2E;
}

.cc-footer {
    font-size: 16px;
}

.cc-footer .cc-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.cc-footer .cc-footer-widget h2 {
    font-weight: normal;
}

.cc-footer p {
    color: white;
}

.cc-footer a {
    color: rgba(255, 255, 255, 0.3);
}

.cc-footer a:hover {
    color: rgb(71, 185, 115);
}

.cc-footer .cc-heading {
    font-size: 24px;
}

.cc-footer .cc-heading-2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.cc-pricing-popular {
    position: relative;
}

.cc-pricing-popular .popular-text {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -16px;
    right: 0;
    background: rgb(71, 185, 115);
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: .1em;
}

.cc-pricing h2 {
    font-size: 17px;
    text-transform: uppercase;
}

.cc-pricing .cc-price-per {
    font-size: 70px;
}

.cc-pricing .cc-price-per sup {
    font-size: 20px;
    top: -1.5em;
}

.cc-pricing .cc-price-per strong {
    color: #000;
}

.cc-pricing .cc-price-per span {
    font-size: 20px;
}

.cc-pricing ul li {
    margin-bottom: 10px;
}

.cc-footer-social li {
    list-style: none;
    margin: 0 10px 10px 0;
    display: inline-block;
}

.cc-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}

.cc-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cc-footer-social li a:hover {
    color: #fff;
}

.footer-small-nav>li {
    display: inline-block;
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: rgb(71, 185, 115);
}

.media .cc-icon {
    width: 100px;
}

.media .cc-icon span {
    color: rgb(71, 185, 115);
}

.cc-media {
    background: #fff;
    border-radius: 5px;
}

.cc-media.text-center .cc-icon {
    margin: 0 auto;
}

.cc-overflow-hidden {
    overflow: hidden;
}

.padding-top-bottom {
    padding-top: 120px;
    padding-bottom: 120px;
}

.cc-owl {
    position: relative;
    z-index: 1;
}

.cc-owl .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.cc-owl .owl-nav .owl-prev,
.cc-owl .owl-nav .owl-next {
    position: absolute;
    font-size: 30px;
    background: rgb(71, 185, 115);
    color: #fff;
    padding: 10px;
    line-height: 0;
}

.cc-owl .owl-nav .owl-prev {
    left: 0;
}

.cc-owl .owl-nav .owl-next {
    right: 0;
}

.cc-owl .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.cc-owl .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.cc-owl .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 5px 7px;
}

.cc-owl .owl-dots .owl-dot.active span {
    background: rgb(71, 185, 115);
}

.cc-owl:hover .owl-nav {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    #map {
        height: 400px;
    }
}

.cc-counter .cc-number {
    display: block;
    font-size: 72px;
    font-weight: bold;
    color: rgb(71, 185, 115);
}

.cc-counter .cc-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #b3b3b3;
}

#cc-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#cc-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#cc-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#cc-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#cc-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

.container-img {
    min-height: 550px;
}

#section-home {
    background-color: #47B973;
    background-image: url('../images/local-bg-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    max-height: 800px;
}

.banner {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    color: #000;
}

.banner .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/transformacao-digital.png') no-repeat;
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-left: 0;
}

.cc-banner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cc-title-banner h1, h2 {
    color: #000000;
    font-weight: bold;
    letter-spacing: .1rem;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    line-height: 1.1em;
}

.cc-title-banner h1>span, h2>span {
    color: #ffffff;
}

@media screen and (max-width: 1700px) {
    .cc-banner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cc-banner h1 {
        color: #fff;
    }

    .cc-title-banner h1, h2 {
        color: #fff;
    }
}

@media screen and (min-width: 768px) {
    .cc-title-banner h1, h2 {
        font-size: 4rem;
    }
}

.text-end {
    text-align: end;
}

.text-initial-date {
    border: 3px solid black;
    border-radius: 25px;
    padding: 0.5rem;
    margin-top: 1rem;
    line-height: 1rem;
    vertical-align: middle;
}

#section-cortex {
    background-color: #2C2F2E;
    background-image: url('../images/bg-dark.png');
    background-repeat: repeat-x repeat-y;
}

.img-absolute-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.img-absolute-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

#section-educacao-corporativa {
    background-color: #14B46A;
}

#section-educacao-corporativa:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('../images/lampadas-2.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.mb-5rem {
    margin-bottom: 5rem;
}

#section-modulos {
    background-color: #2C2F2E;
    background-image: url('../images/bg-dark.png');
    background-repeat: repeat-x repeat-y;
}

#section-hacks-meetups {
    background-color: #14B46A;
    background-image: url('../images/local-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#section-consultoria {
    background-color: #2C2F2E;
    background-image: url('../images/bg-dark.png');
    background-repeat: repeat-x repeat-y;
}

.startup-hunter-logo {
    width: 50%;
}

@media screen and (max-width: 992px) {
    .startup-hunter-logo {
        width: 80%;
    }
}

#section-conteudo {
    background-color: #14B46A;
    background-image: url('../images/local-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.icones-conteudo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icone-conteudo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

@media screen and (min-width: 992px) {
    .icones-conteudo {
        flex-direction: row;
    }

    .icone-conteudo {
        height: 250px;
        margin-top: 0;
    }
}

#section-contato {
    background-color: #2C2F2E;
    background-image: url('../images/bg-dark.png');
    background-repeat: repeat-x repeat-y;
}


#section-conteudos-exclusivos {
    background-color: #14B46A;
    background-image: url('../images/local-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 992px) {
    .text-justify {
        text-align: left !important;
    }
}
