/* Font */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Exo 2', sans-serif;
}

a {
    color: #13ddff;
    transition: .2s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #101063;
}

p {
    font-size: 16px;
    color: #7777a5;
}

strong {
    font-weight: 600;
}

.f-s-14 {
    font-size: 14px;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.main-logo img {
    height: 60px;
}

.main-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-nav li a {
    color: #7777a5;
    margin: 0 15px;
    font-weight: 400;
}

.main-nav li:last-child a {
    margin-right: 0;
}

.btn-ga {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.btn-ga.btn-flat {
    padding: 12px 20px;
}

.btn-ga.btn-flat.btn-xs {
    padding: 8px 12px;
}

.btn-ga.btn-whats {
    background: #25d366;
    color: #ffffff;
}

.btn-ga.btn-flat.btn-whats:hover {
    background: #20c55e;
}

.btn-ga.btn-ico i {
    margin-right: 7px;
}

.btn-ga.btn-blue-light.btn-flat {
    background: #13ddff;
    color: #fff;
}

.btn-ga.btn-blue-light.btn-flat:hover {
    background: #0bccec;
}

.main-infos {
    padding: 10px 0;
    font-size: 14px;
}

.main-infos p {
    font-size: 14px;
}

.main-infos .infos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.main-infos .infos .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 15px;
    color: #7777a5;
}

.main-infos .infos .info.btn-whats {
    color: #ffffff;
}

.main-infos .infos .info:last-child {
    margin-right: 0;
}

.main-infos .infos .info i {
    margin-right: 7px;
}

/*  */

.banner {
    background: url(../../img/banner-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
}

.banner h1 {
    font-size: 38px;
    font-weight: 300;
    color: #101063;
    margin: 0 0 10px;
}

.banner h1 strong {
    font-weight: 600;
}

.banner p {
    font-size: 18px;
    margin: 0 0 20px;
}

/*  */

.padding-section {
    padding: 100px 0;
}

/*  */

.title-group h2 {
    font-size: 38px;
    font-weight: 600;
    color: #101063;
    margin: 0 0 10px;
}

.title-group p {
    font-size: 18px;
    margin: 0;
}

.title-group:before {
    content: '';
    width: 100px;
    height: 6px;
    background: #13ddff;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.title-group {
    margin-bottom: 20px;
    padding-bottom: 26px;
    position: relative;
}

/*  */

.feature-ga-1 .content-text p {
    margin: 0;
}

.feature-ga-1 .content-icon svg {
    height: 60px;
    width: 60px;
}

.feature-ga-1 .content-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.feature-ga-1 {
    padding: 30px;
    box-shadow: 0px 4px 20px -6px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    height: 100%;
}

/*  */

.cta .row {
    background: #101063;
    background-position: center;
    background-size: cover;
    padding: 50px;
    margin: 0;
    border-radius: 40px;
}

.cta .title-group h2 {
    color: #fff;
}

.cta p {
    color: #fff;
}

.cta .infos-contato {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cta .infos-contato .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.cta .infos-contato .info .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.cta .infos-contato .info .icon svg {
    height: 40px;
    width: 40px;
}

.cta .infos-contato .info .icon svg path {
    fill: #13ddff;
}

.cta .infos-contato .info p {
    margin: 0;
}

/*  */

.nav-tabs-ga {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.nav-link-ga {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #7777a5;
}

.nav-link-ga:hover {
    color: #13ddff;
}

.nav-link-ga.active {
    background: #13ddff;
    color: #fff;
}

.nav-link-ga i {
    margin-right: 7px;
}

/*  */

.card-ga {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.card-ga .card-header-ga h5 button {
    text-align: left;
    color: #7777a5;
    text-decoration: none;
    padding: 10px 0;
}

.card-ga .card-body-ga {
    padding: 1rem 0.75rem;
    font-size: 14px;
}

/*  */

footer.rodape {
    padding: 20px 0;
}

footer.rodape p {
    font-size: 14px;
}

.svg-inline--fa {
    margin-right: 7px;
}

@media (max-width: 1024px) {
    .svg-inline--fa {
        margin-right: 7px;
    }

    .main-infos .infos a {
        display: none !important;
    }

    .main-infos .infos a.btn-whats {
        display: flex !important;
    }

    section.banner {
        height: 650px;
    }
}


@media (max-width: 768px) {
    .main-infos .infos a {
        display: none !important;
    }

    .main-infos .infos a.btn-whats {
        display: flex !important;
    }

    .main-infos .row>div:first-child p {
        display: none !important;
    }

    .main-infos .row>div:first-child {
        justify-content: center !important;
    }

    .main-header .main-nav {
        display: none !important;
    }

    .main-header .row>div:first-child {
        justify-content: center !important;
    }

    .site-header .container {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .main-header {
        padding: 20px 0;
    }

    .banner .row {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .cta .row {
        padding: 30px 0;
    }
}