﻿/**
* Template Name: Bocor - v2.0.0
* Template URL: https://bootstrapmade.com/bocor-bootstrap-template-nice-animation/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
    font-family: 'versus light';
    src: url('../fonts/Versos-ExtraLight.woff') format("woff");
}

@font-face {
    font-family: 'versus bold';
    src: url('../fonts/Versos-SemiBold.woff') format("woff");
}

@font-face {
    font-family: 'versus extra bold';
    src: url('../fonts/Versos-ExtraBold.woff');
}

@font-face {
    font-family: 'versus';
    src: url('../fonts/Versos-Regular.woff') format("woff");
}

@font-face {
    font-family: 'Avalanche';
    src: url('../fonts/versos/avalanche-regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Barlow';
    src: url('../fonts/Barlow-Light.ttf') format("truetype");
}

* {
    font-family: 'versus';
}

body {
    color: #444444;
}

a {
    color: #fdc134;
}

    a:hover {
        color: #fdd067;
        text-decoration: none;
    }


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    right: 15px;
    bottom: 15px;
    background: #510c76;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    transition: all ease-in-out 0.3s;
}

    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .back-to-top:hover {
        color: #fff;
        background: #fdc134;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    padding: 16px 0;
    background: transparent;
    position: fixed;
    width: 100%;
    margin-bottom: 40px;
}

    #header ~ .container {
        position: relative !important;
        top: 40px;
    }

@media (max-width: 600px) {
    #header ~ .container {
        top: 120px;
        margin-bottom: 200px;
        text-align: center;
    }

        #header ~ .container h2 {
            font-size: 3rem !important;
            line-height: 3rem;
        }
}

#header .logo h1 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.yellow {
    color: #F6E948 !important;
}


.thin-text {
    font-family: 'versus light' !important;
    font-weight: 200;
}

#header .logo h1 a, #header .logo h1 a:hover {
    text-decoration: none;
}

    #header .logo h1 a span, #header .logo h1 a:hover span {
        color: #fdc134;
    }

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .nav-menu ul {
        border-radius: 6px;
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #adc7de;
        padding: 10px 15px;
        transition: 0.3s;
        font-size: 14px;
    }

        .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
            color: #fff;
            text-decoration: none;
        }

    .nav-menu .get-started a {
        background: #510c76;
        color: #fff;
        border-radius: 50px;
        margin: 2px 0 0 15px;
        padding: 4px 25px 6px 25px;
        border: 2px solid #fdc134;
    }

        .nav-menu .get-started a:hover {
            background: #fdc134;
            color: #213b52;
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% - 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #3e6f9b;
    }

        .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
            color: #fdc134;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        padding-left: 5px;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            position: absolute;
            right: 15px;
        }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #fdc134;
    }

.image {
    background-image: url('assets/img/img_mulher_sorrindo.svg') !important;
}

.purple_color {
    color: #510c76 !important;
    font-weight: bold;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #213b52;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
        transition: 0.3s;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #fdc134;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

    .mobile-nav .get-started a {
        background: #213b52;
        color: #fff;
        border-radius: 50px;
        margin: 15px;
        padding: 8px 25px 10px 25px;
        text-align: center;
    }

        .mobile-nav .get-started a:hover {
            background: #f6e948;
            color: #213b52;
        }

.get-started {
    color: red !important;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(18, 33, 46, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    padding: 0;
    min-height: 110vh;
    background-repeat: no-repeat;
    background-size: cover;
    /*background: linear-gradient(180deg, #213b52 0%, #213c54 35%, #204564 100%);*/
}

.hero_index {
    background-image: url('../img/baner.png') !important;
}

.hero_partner {
    background-image: url('../img/baner_partner.png') !important;
}

#hero h1 {
    margin: 0 0 15px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #d2e0ed;
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 22px;
}

#hero .btn-get-started {
    color: #213b52;
    border-radius: 50px;
    padding: 8px 35px 10px 35px;
    border: 2px solid #f6e948;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    background: #f6e948;
}

    #hero .btn-get-started:hover {
        background: transparent;
        color: #fff;
    }

.form {
    min-height: 600px !important;
    min-width: 80% !important;
    margin-top: 20px;
}

    .form > .aos-animate {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


.f-cln {
    display: flex;
    flex-direction: column;
}

    .f-cln > h1, h2, h3, img {
        display: block;
        font-family: 'versus light';
    }

.bold-smal-font {
    font-size: 1.3em;
    font-family: 'versus bold';
    color: #fafafa;
}

.big-font {
    font-size: 2.8em !important;
    color: #18d26e;
}


@media (max-width: 600px) {
    .big-font {
        font-size: 1.8em !important;
        text-align: center;
    }

    #simulacao-form span {
        color: #fafafa !important;
    }
}

.form > .aos-animate:last-child {
    justify-content: end;
}

#simulacao-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: center;
}

    #simulacao-form > span {
        color: #fafafa;
        font-size: 1.8em;
        font-family: 'versus light';
        font-weight: bold;
    }

    #simulacao-form input {
        padding: 10px;
        width: 100%;
        margin: 10px 0;
        outline: #510c76 solid 1px;
    }

::placeholder {
    color: #510c76;
    font-family: 'versus light';
}

#simulacao-form input[type="submit"] {
    background: #F6E948;
    border: none;
    outline: none;
    color: #510c76;
    font-weight: bold;
}


@media (max-width: 991px) {
    #hero .hero-img {
        text-align: center;
    }

        #hero .hero-img img {
            width: 50%;
        }
}

@media (max-width: 768px) {
    #hero {
        -moz-text-align-last: center;
        text-align-last: center;
    }

        #hero h1 {
            font-size: 28px;
            line-height: 36px;
        }

        #hero h2 {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 30px;
        }

        #hero .hero-img img {
            width: 70%;
        }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%);
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        margin-right: 20px;
    }

@media (max-width: 667px) {
    .section-title {
        flex-direction: column;
    }

        .section-title h2, span {
            color: #510c76 !important;
        }
}

.section-title span::after {
    content: '';
    position: absolute;
    display: inline;
    width: 120px;
    height: 2px;
    background: #fafafa;
    margin-top: 10px;
    margin-left: 20px;
}




.section-title p {
    margin-bottom: 0;
}

#midia {
    color: #510c76;
}

    #midia a {
        color: #510c76;
    }

    #midia p {
        color: #510c76;
        margin: 0;
        text-align: left;
    }


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

    .clients > .container {
        min-width: 80% !important;
        box-sizing: border-box;
    }

    .clients .client-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 200px;
    }

.img-fluid {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.clients img {
    transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
    padding: 30px 0;
}

    .about .content h3 {
        font-weight: 700;
        font-size: 34px;
        color: #213b52;
    }

    .about .content p {
        margin-bottom: 0;
    }

    .about .content .icon-box {
        margin-top: 25px;
    }

        .about .content .icon-box h4 {
            font-size: 20px;
            font-weight: 700;
            margin: 5px 0 10px 60px;
            color: #213b52;
        }

            .about .content .icon-box h4 a {
                color: #213b52;
                transition: 0.3s;
            }

                .about .content .icon-box h4 a:hover {
                    color: #fdc134;
                }

        .about .content .icon-box i {
            font-size: 48px;
            float: left;
            color: #fdc134;
        }

        .about .content .icon-box p {
            font-size: 15px;
            color: #848484;
            margin-left: 60px;
        }

.about .image {
    background: url("../img/about.jpg") center center no-repeat;
    background-size: cover;
    min-height: 400px;
}

@media (max-width: 667px) {
    .about .image img {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    padding-bottom: 40px;
}

    .services .card {
        border: 0;
        padding: 0 30px;
        margin-bottom: 60px;
        position: relative;
        background: transparent;
    }

    .services .card-img {
        width: calc(100% + 60px);
        margin-left: -30px;
        overflow: hidden;
        z-index: 9;
        border-radius: 0;
    }

        .services .card-img img {
            max-width: 100%;
            transition: all 0.3s ease-in-out;
        }

    .services .card-body {
        z-index: 10;
        background: #fff;
        border-top: 4px solid #fff;
        padding: 30px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        margin-top: -60px;
        transition: 0.3s;
    }

    .services .card-title {
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

        .services .card-title a {
            color: #213b52;
            transition: 0.3s;
        }

    .services .card-text {
        color: #5e5e5e;
    }

    .services .read-more a {
        color: #777777;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        transition: 0.3s;
    }

        .services .read-more a:hover {
            color: #fdc134;
        }

    .services .card:hover img {
        transform: scale(1.1);
    }

    .services .card:hover .card-body {
        border-color: #fdc134;
    }

        .services .card:hover .card-body .card-title a {
            color: #fdc134;
        }

.card-body {
    padding: 0;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content + .content {
    margin-top: 100px;
}

.features .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #213b52;
}

.features .content ul {
    list-style: none;
    padding: 0;
}

    .features .content ul li {
        padding-bottom: 10px;
    }

    .features .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #fdc134;
    }

.features .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        margin: 0 5px 5px 0;
        display: inline-block;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        color: #444444;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            color: #fdc134;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

    .portfolio .portfolio-wrap::before {
        content: "";
        background: rgba(33, 59, 82, 0.6);
        position: absolute;
        left: 100%;
        right: 0;
        top: 0;
        bottom: 0;
        transition: all ease-in-out 0.3s;
        z-index: 2;
    }

    .portfolio .portfolio-wrap img {
        transition: 0.3s;
    }

    .portfolio .portfolio-wrap .portfolio-links {
        opacity: 0;
        left: 0;
        right: 0;
        top: calc(50% - 36px);
        text-align: center;
        z-index: 3;
        position: absolute;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-links a {
            color: #fdc134;
            font-size: 24px;
            line-height: 1;
            text-align: center;
            width: 36px;
            height: 36px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-links a:hover {
                color: #fff;
            }

    .portfolio .portfolio-wrap .portfolio-info {
        opacity: 0;
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 3;
        transition: all ease-in-out 0.3s;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #ffffff;
            font-size: 14px;
            text-transform: uppercase;
        }

    .portfolio .portfolio-wrap:hover::before {
        left: 0;
    }

    .portfolio .portfolio-wrap:hover .portfolio-links {
        opacity: 1;
        top: calc(50% - 18px);
    }

    .portfolio .portfolio-wrap:hover .portfolio-info {
        opacity: 1;
        bottom: 0;
    }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
#team {
    background-position: center;
    background-repeat: no-repeat;
}

.team .member {
    text-align: center;
    margin-bottom: 20px;
}

    .team .member .pic {
        margin-bottom: 15px;
        overflow: hidden;
        min-height: 150px;
    }

        .team .member .pic img {
            max-width: 100%;
        }

    .team .member h4 {
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 18px;
    }

    .team .member span {
        font-style: italic;
        display: block;
        font-size: 13px;
    }

    .team .member .social {
        margin-top: 15px;
    }

        .team .member .social a {
            transition: 0.3s;
        }

            .team .member .social a:hover {
                color: #fdc134;
            }

        .team .member .social i {
            font-size: 18px;
            margin: 0 2px;
        }

.team h2 {
    font-family: 'versus bold';
    color: #fafafa;
}

.team {
    color: #fafafa;
}

    .team .pic {
        background: #F6E948;
        text-align: center;
        display: flex;
        justify-content: center;
    }

.member {
    background: #fafafa;
    min-height: 350px;
    color: #510c76;
    font-family: 'versus light';
    display: flex;
    flex-direction: column;
}

    .member > span {
        padding: 20px;
    }

    .member h4 {
        font-family: 'versus bold';
    }

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
    padding-top: 40px;
}

.pricing .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    text-align: center;
    position: relative;
}

.pricing .featured-badge {
    display: inline-block;
    position: absolute;
    top: -11px;
    left: calc(50% - 49px);
    background: #fdc134;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 50px;
    padding: 4px 20px 5px 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.pricing h3 {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 28px;
}

.pricing h4 {
    font-size: 46px;
    color: #fdc134;
    font-weight: 400;
    margin-bottom: 25px;
}

    .pricing h4 span {
        color: #bababa;
        font-size: 18px;
        display: block;
    }

.pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
    text-align: left;
    line-height: 20px;
}

    .pricing ul li {
        padding-bottom: 12px;
    }

    .pricing ul i {
        color: #fdc134;
        font-size: 18px;
        padding-right: 4px;
    }

    .pricing ul .na {
        color: #ccc;
    }

        .pricing ul .na i {
            color: #ccc;
        }

        .pricing ul .na span {
            text-decoration: line-through;
        }

.pricing .get-started-btn {
    background: #213b52;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}

    .pricing .get-started-btn:hover {
        background: #fdc134;
    }

.pricing .featured {
    z-index: 10;
    margin: -30px -5px 0 -5px;
    border: 1px solid #fdc134;
}

    .pricing .featured .get-started-btn {
        background: #fdc134;
    }

        .pricing .featured .get-started-btn:hover {
            background: #fdcd5c;
        }

@media (max-width: 992px) {
    .pricing .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .pricing .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .pricing .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq-banner {
    min-height: 800px;
    width: 100%;
    background-image: url('../img/saibamais_baner.png');
    background-attachment: scroll;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
}

    .faq-banner h1, p {
        color: #510c76;
        font-family: 'versus bold';
        font-size: 1.4rem;
    }

    .faq-banner h1 {
        font-weight: bold;
        font-size: 3rem;
    }

@media (max-width: 600px) {
    .faq-baner-inside {
        min-width: 100% !important;
    }

        .faq-baner-inside h1, p {
            color: #fafafa;
        }
}

.faq .faq-item {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #dde8f1;
}

.faq-container {
    position: relative;
    background: #510c76;
    color: #fafafa !important;
    top: -100px;
    padding: 60px;
}

    .faq-container p {
        color: #fafafa !important;
    }

.faq .faq-item i {
    color: #9bbbd7;
    font-size: 20px;
    float: left;
    line-height: 0;
    padding: 13px 0 0 0;
    margin: 0;
}

.faq .faq-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 28px;
}

.faq .faq-item p {
    font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact > .container {
    background: #F6E948;
    padding: 20px;
    color: #510c76;
}

.contact h2 {
    font-family: 'versus bold';
}

.info-box {
    background-color: inherit !important;
    box-shadow: none !important;
    color: #510c76 !important;
}

    .info-box > h3 {
        color: #510c76 !important;
        font-family: 'versus bold';
    }

#contact > .container > .section-title {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.section-title {
    display: none;
}

#contact > .container > .section-title b {
    font-weight: bold;
    margin-top: 10px;
}

.contact .info-box {
    color: #444444;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

    .contact .info-box i {
        font-size: 32px;
        color: #fdc134;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #fff7e5;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
            background-color: #fdc134;
        }

    .contact .php-email-form input {
        padding: 20px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }

    .contact .php-email-form button[type="submit"] {
        background: #fdc134;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }

        .contact .php-email-form button[type="submit"]:hover {
            background: #fdd067;
        }

.contact {
    padding: 0;
}


@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    /* background: url("../img/footer-bg.jpg") center center no-repeat; */
    background: #510c76;
    color: #fff;
    font-size: 14px;
    position: relative;
}

    #footer > .container {
        display: flex;
    }

.footer-section {
    display: flex;
    flex-direction: column;
    min-height: 350px;
    justify-content: center;
    align-items: center;
}

#form-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

    #form-footer input {
        width: 100%;
        border: 1px solid #510c76;
        outline: 1px solid #510c76;
        padding: 10px;
        margin: 4px 0;
    }

        #form-footer input[type=submit] {
            background: #F6E948;
            color: #510c76;
            font-weight: bold;
        }

        #form-footer input::placeholder {
            color: #510c76;
            font-weight: bold;
        }

@media (max-width: 768px) {
    #footer .copyright, #footer .credits {
        padding: 5px;
        float: none;
        text-align: center;
    }
}

@media (max-width: 600px) {

    #contact .container .section-title {
        flex-direction: column;
    }

    #footer {
        width: 100%;
    }

        #footer .container {
            flex-direction: column;
            min-width: 100% !important;
        }

    .footer-section {
        min-width: 100%;
    }

    .faq-banner {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .container {
        position: relative;
    }
}

input[type=range] {
    background-color: yellow;
    box-shadow: 0px 0px 4px 1px yellow;
    -webkit-appearance: none;
    border-radius: 10px;
    margin: 10px 0;
    width: 63%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        animate: 0.2s;
        border-radius: 10px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 35px;
        width: 35px;
        padding: 10px;
        background-image: url(../assets/icones/sol.svg);
        background-repeat: no-repeat;
        background-size: 35px;
        background-color: #510C76;
        border-radius: 50px;
        cursor: pointer;
        margin-top: -19px;
    }


.TextoCliente {
    color: #4F4F4F;
    font-family: Barlow;
    font-style: normal;
    font-size: 20px;
}

.botao {
    color: #510C76;
    background-color: #f0ec1c;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 10px;
    font-weight: bolder;
}

.conteudoTexto {
    color: #510c76;
    width: 90%;
    max-width: 700px
}

.textoEconomia {
    color: white !important;
    font-size: 17px;
    font-weight: 400
}

.textoEconomiaValor {
    color: #4AD10A !important;
    font-size: 17px;
    font-weight: 900
}

#txtConsumoMensal::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#txtConsumoMensal {
    -moz-appearance: textfield;
    appearance: textfield;
}

@media only screen and (max-width: 1000) {
    .conteudoTexto {
        width: 100%
    }
}
