/* ==========================================================================
DEFAULT
========================================================================== */
html {
    background-color: #191c0d;
}

body {
    background-color: transparent;
    color: #0c0e07;
    font-family: 'Roboto', sans-serif;
    line-height: 1.625;
    position: relative;
}

a {
    color: #636e35;
    text-decoration: none;
}

a:hover {
    color: #829046;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
    font-family: 'Manrope', serif;
    line-height: 1.425;
    margin: 1.625rem 0 1.625rem;
}

.h1, h1 {
    font-size: 1.563rem;
    margin: 0 0 3rem;
}

.h2, h2 {
    font-size: 1.25rem;
}

.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
    font-size: 1rem;
}

.h2:first-child, h2:first-child,
.h3:first-child, h3:first-child,
.h4:first-child, h4:first-child,
.h5:first-child, h5:first-child,
.h6:first-child, h6:first-child {
    margin: 0 0 1.625rem;
}

.h1 small, h1 small,
.h2 small, h2 small,
.h3 small, h3 small,
.h4 small, h4 small {
    font-size: 75%;
}

p {
    font-size: 1rem;
    margin: 0 0 1rem;
}

p:last-child {
    margin: 0;
}

hr {
    border-width: 3px;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.separator {
    background-color: rgba(0, 0, 0, 0.1);
    height: 3px;
    margin-bottom: 3rem;
    margin-top: 3rem;
    width: 100%;
}

.container-fluid {
    max-width: 1140px;
}

.form-control {
    background-color: #f7f8f1;
}

.form-control:focus {
    background-color: #fff;
    border-color: #829046;
    box-shadow: 0 0 0 .2rem rgba(130, 144, 70, 0.3);
    color: #293018;
}

.btn {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}

.btn-theme {
    background-color: #829046;
    border-color: #829046;
    color: #fff;
}

.btn-outline-theme {
    border-color: #fff;
    color: #fff;
}

.btn-theme:hover,
.btn-theme:focus {
    background-color: #636e35;
    border-color: #59632f;
    color: #fff;
}

.btn-outline-theme:hover,
.btn-outline-theme:focus {
    background-color: #829046;
    border-color: #829046;
    color: #fff;
}

.btn-theme:focus,
.btn-outline-theme:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 144, 70, 0.5)
}

.btn-theme:active,
.btn-outline-theme:active {
    background-color: #545d2d;
    border-color: #4a5227;
    color: #fff;
}

.text-theme {
    color: #636e35;
}

.text-theme-alt {
    color: #aebc74;
}

.badge-theme {
    background-color: #eee;
    color: #829046;
}

a.badge-theme:focus,
a.badge-theme:hover,
button.badge-theme:focus,
button.badge-theme:hover {
    background-color: #aebc74;
    color: #fff;
}

a.badge-theme.focus,
a.badge-theme:focus,
button.badge-theme.focus,
button.badge-theme:focus {
    box-shadow: 0 0 0 .2rem rgba(174, 188, 116, 0.5);
    outline: 0;
}

.bg-svg {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.svg-1 {
    background-color: #f7f8f1;
    background-image: url(../img/bg-svg-1.svg);
}

.svg-2 {
    background-color: #eff2e3;
    background-image: url(../img/bg-svg-2.svg);
}

.svg-3 {
    background-color: #f7f8f1;
    background-image: url(../img/bg-svg-3.svg);
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.1em;
}

.section {
    padding: 3rem 0;
}

.title {
    color: #56602e;
    font-weight: 300;
    text-shadow: 2px 2px 0 #ececec;
}

.title small {
    text-transform: none;
}

.lead {
    font-size: 1rem;
}

.divider {
    background: linear-gradient(90deg, #aebc74 0%, #75bd9c 40%, transparent 90%);
    height: 3px;
    margin: 1rem 0 3rem;
}

.fs-100 {
    font-size: 100%;
}

.swal2-title {
    font-weight: 300 !important;
}

/* ==========================================================================
HEADER
========================================================================== */
.navbar {
    background-color: #f7f8f1;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    padding: 1rem 0;
}

.nav-link {
    color: #636e35 !important;
    font-family: 'Manrope', serif;
}

.nav-link:hover
.nav-link:focus {
    color: #829046 !important;
}

.nav-link:active,
.nav-link.active {
    color: #aebc74 !important;
}

.navbar .logo {
    max-height: 40px;
}

.navbar-toggler {
    color: #bed65c;
}

.navbar-toggler[aria-expanded=true] {
    color: #aebc74;
}

/* ==========================================================================
HERO
========================================================================== */
.hero {
    min-height: 100vh;
    padding-bottom: 3rem;
    padding-top: calc(112px + 3rem);
    position: relative;
}

.hero .container-fluid {
    z-index: 2;
}

.logo-hero {
    max-height: 211px;
}

.hero .title {
    color: #fff;
    text-shadow: 2px 2px 0 #56602e;
}

.next {
    color: #bed65c;
    opacity: .75;
    z-index: 2;
}

.next:focus,
.next:hover {
    color: #79a741;
}

.hero-slider {
    height: calc(100% - 82px);
    position: absolute;
    top: 82px;
    width: 100%;
}

.hero-slider .swiper-slide {
    background-attachment: fixed, fixed;
    background-position: center, center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    color: #bed65c;
}

.hero-slide-1 {
    background-image: url(../img/shade.png), url(../img/slide-1.jpg);
    background-position: center, 25% !important;
}

.hero-slide-2 {
    background-image: url(../img/shade.png), url(../img/slide-2.jpg);
}

.hero-slide-3 {
    background-image: url(../img/shade.png), url(../img/slide-3.jpg);
}

.hero-slide-4 {
    background-image: url(../img/shade.png), url(../img/slide-4.jpg);
}

.hero-in {
    background-attachment: fixed, scroll;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-bottom: 5px solid rgba(117, 189, 156, 0.2);
    min-height: 25vh;
    padding-bottom: 3rem;
    padding-top: calc(82px + 3rem);
}

.hero-in .title {
    color: #fff;
    text-shadow: 2px 2px 0 #56602e;
}

.topo-servicos {
    background-image: url(../img/shade.png), url(../img/topo-servicos.jpg);
    background-position: center, center;
}

.topo-equipe {
    background-image: url(../img/shade.png), url(../img/topo-equipe.jpg);
    background-position: center, center;
}

.topo-cursos {
    background-image: url(../img/shade.png), url(../img/topo-cursos.jpg);
    background-position: center, center;
}

.topo-parceiros {
    background-image: url(../img/shade.png), url(../img/topo-parceiros.jpg);
    background-position: center, center;
}

/* ==========================================================================
INDEX
========================================================================== */
.intro .figure {
    overflow: hidden;
}

@keyframes move {
    0% {
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.intro .figure img {
    -webkit-animation: move 40s ease;
    animation: move 40s ease;
}

.cta {
    background-attachment: fixed, fixed;
    background-image: url(../img/shade.png), url(../img/bg-cta.jpg);
    background-position: center, center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-bottom: 5px solid rgba(117, 189, 156, 0.2);
    border-top: 5px solid rgba(117, 189, 156, 0.2);
}

.cta .title,
.cta .lead {
    text-shadow: 2px 2px 0 #56602e;
}

.color {
    color: #fff;
    font-weight: 700;
    position: relative;
}

.color:after {
    background-color: #fff;
    bottom: -4px;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all .3s cubic-bezier(.175, 0.885, 0.32, 1.275);
    transition: all .3s cubic-bezier(.175, 0.885, 0.32, 1.275);
    width: 0;
}

.color:focus,
.color:hover {
    color: #fff;
    text-decoration: none;
}

.color:focus:after,
.color:hover:after {
    width: 100%
}

.color:focus.whatsapp,
.color:hover.whatsapp {
    color: #25d366;
}

.color:focus.whatsapp:after,
.color:hover.whatsapp:after {
    background: #25d366;
}

.color:focus.facebook,
.color:hover.facebook {
    color: #4267b2;
}

.color:focus.facebook:after,
.color:hover.facebook:after {
    background: #4267b2;
}

.color:focus.instagram,
.color:hover.instagram {
    color: #d62976;
}

.color:focus.instagram:after,
.color:hover.instagram:after {
    background: #d62976;
}

.equipe .image {
    background-position: top 10% center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40rem;
}

.leila .image {
    background-position: top center;
}

/* ==========================================================================
FOOTER
========================================================================== */
.footer {
    background-color: #252914;
    background-image: url(../img/bg-footer.svg);
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    padding: 60px 0;
    text-align: center;
}

.footer .logo {
    max-height: 140px;
}

.footer .copyright {
    color: #fff;
    font-weight: 300;
    margin: 0;
    text-shadow: 1px 1px 0 #000;
}

.footer .enderworks {
    display: inline-block;
    margin: 120px auto 0;
    opacity: .75;
}

.footer .enderworks:focus,
.footer .enderworks:hover {
    opacity: 1;
}

.footer .enderworks img {
    margin: 0 auto;
    max-height: 30px;
}

/* ==========================================================================
MEDIA QUERIES
========================================================================== */
@supports (-webkit-overflow-scrolling: touch) {
    .hero {
        background-attachment: scroll, scroll;
    }
}

@media (min-width: 576px) {
    .navbar .logo {
        max-height: 70px;
    }

    .hero-in {
        min-height: 35vh;
    }
}

@media (min-width: 768px) {
    .h1, h1 {
        font-size: 1.953rem;
    }

    .h2, h2 {
        font-size: 1.563rem;
    }

    .h3, h3 {
        font-size: 1.25rem;
    }

    .h4, h4,
    .h5, h5,
    .h6, h6 {
        font-size: 1rem;
    }

    .hero-slider {
        height: calc(100% - 112px);
        top: 112px;
    }

    .lead {
        font-size: 1.25rem;
    }

    .header {
        padding: 1.5rem 0;
    }

    .section {
        padding: 4rem 0;
    }
}

@media (min-width: 992px) {
    .h1, h1 {
        font-size: 2.441rem;
    }

    .h2, h2 {
        font-size: 1.953rem;
    }

    .h3, h3 {
        font-size: 1.563rem;
    }

    .h4, h4 {
        font-size: 1.25rem;
    }

    .h5, h5,
    .h6, h6 {
        font-size: 1rem;
    }

    .section {
        padding: 5rem 0;
    }

    .hero-in {
        min-height: 45vh;
    }
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 3.052rem;
    }

    .h2, h2 {
        font-size: 2.441rem;
    }

    .h3, h3 {
        font-size: 1.953rem;
    }

    .h4, h4 {
        font-size: 1.563rem;
    }

    .h5, h5 {
        font-size: 1.25rem;
    }

    .h6, h6 {
        font-size: 1rem;
    }

    .header {
        padding: 2rem 0;
    }

    .section {
        padding: 6rem 0;
    }

    .hero-in {
        min-height: 60vh;
    }

    p {
        font-size: 1.25rem;
        margin: 0 0 1.25rem;
    }

    .lead {
        font-size: 1.563rem;
    }
}

/* ==========================================================================
ANIMATIONS
========================================================================== */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@media (print), (prefers-reduced-motion: reduce) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
    }
}
