@charset "utf-8";

/* Global */

body {
    color:#202732;
    background-color: #5d6974;
}

#beneficios .card {
    border-radius: 20px;
    min-width: 300px;
    box-shadow: 0 10px 25px #7dac2b;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
}

:focus {
    outline: none;
}

a {
    color: #a1d546;
}

a:hover, a:active {
    opacity: 0.6;
    text-decoration: none;
}

#stores a:hover, header a.logo:hover {
    opacity: 1;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

@media (min-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 42px;
    }
}

h4 {
    font-size: 26px;
    line-height: 32px;
}

@media (min-width: 768px) {
    h4 {
        font-size: 30px;
        line-height: 36px;
    }
}


/* Color */

.text-greenfp {
    color:#a1d546;
}

.border-color-greenfp {
    border-color: #a1d546 !important;
}

.bg-greenfp {
    background-color: #a1d546;
}

.bg-dark-blue {
    background-color: #202732;
}

.bg-medium-blue {
    background-color: #37424F;
}

/* Header */

header + section {
    margin-top: 80px;
}

nav.navbar-default {
    height: 80px;
}

header a.logo img {
    max-height: 36px;
}

.background-blue, header.header-appear nav.header-dark {
    background-color: #5D6974;
}

nav.navbar.navbar-default ul.nav > li > a {
    font-weight: 400;
    font-size: 16px;
}

header nav .navbar-nav > li > a {
    text-transform: none;
}

header.sticky nav.navbar.white-link .navbar-nav > li > a.active, header.sticky nav.navbar.bootsnav.white-link ul.nav > li > a.active {
    color: #a1d546;
}

header.sticky nav.navbar.white-link .navbar-nav > li > a:hover, header.sticky nav.navbar.bootsnav.white-link ul.nav > li > a:hover {
    color: rgba(255,255,255,0.6);
}

.white-link .header-searchbar, .white-link .header-social-icon {
    border-left: none;
}

.header-social-icon {
    padding-left: 0;
    margin-left: 0;
}

.one-fourth-screen {
    height: 568px;
}

.slider-text-middle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Scale */

.title-large {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
}

@media (min-width: 576px) {
    .title-large {
        font-size: 36px;
        line-height: 46px;
        text-align: left;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .title-large {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (min-width: 992px) {
    .title-large {
        font-size: 44px;
        line-height: 54px;
        margin-right: 55px;
    }
}

@media (min-width: 1200px) {
    .title-large {
        font-size: 48px;
        line-height: 58px;
    }
}

.slider-text-middle {
    display: flex;
    vertical-align: initial;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .slider-text-middle {
        justify-content: flex-end;
    }
}

@media (max-width: 767px) {
    .text-large {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    p.text-medium {
        font-size: 14px;
        line-height: 20px;
    }
}

.title-extra-large {
    font-size: 44px;
    line-height: 50px;
}

@media (min-width: 768px) {
    .title-extra-large {
        font-size: 48px;
        line-height: 54px;
    }
}


.box-shadow-large {
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

/* Sobre */

@media (max-width: 991px) {
    section#sobre {
        padding-bottom: 55px;
    }
}

@media (max-width: 767px) {
    section#sobre {
        padding-bottom: 30px;
    }
}

/* Produto */

#produto, #p-slider, #stores {
    margin-top: -36px;
}

#produto .col-12 {
    min-height: 330px;
}

@media (min-width: 576px) {
    #produto .col-12 {
        min-height: 250px;
    }
}

@media (min-width: 768px) {
    #produto .col-12 {
        min-height: 330px;
    }
}

@media (min-width: 992px) {
    #produto .col-12 {
        min-height: 422px;
    }
}

@media (min-width: 1200px) {
    #produto .col-12 {
        min-height: 404px;
    }
}

@media (min-width: 768px) {
    #produto .swiper-auto-height-container .navigation-area {
        left: calc(50% - 14px);
    }
}

#produto .swiper-button-prev.swiper-prev-style4, .swiper-button-next.swiper-next-style4 {
    background: #5d6974;
}

#produto .swiper-button-prev.swiper-prev-style4:hover, .swiper-button-next.swiper-next-style4:hover {
    opacity: .9;
}

#p-slider .p-underlay {
    position: absolute;
    height: 36px;
    width: 100%;
}

#p-slider .row {
    padding: 6px 0;
    overflow: hidden;
}

#p-slider .swiper-pagination-bottom.swiper-container-horizontal .swiper-wrapper {
    margin: 0;
}

#p-slider .swiper-container {
    overflow: visible;
}

#p-slider .swiper-pagination-bullet {
    background:#777777;
}

#p-slider .swiper-pagination-bullet-active {
    background:#a1d546;
}

#p-slider .swiper-pagination {
    position: initial;
}

/* Case */

#case h4 {
    display: inline;
}

/* Planos */

.pricing-box {
    border-radius: 20px;
}

.pricing-box .bg-medium-blue {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* Stores */

.store-g, .store-a {
    text-align: center;
}

@media (min-width: 576px) {
    .store-g {
        text-align: right;
    }
    .store-a {
        text-align: left;
    }
}

/* Contato */

#contato {
    margin-top: -124px;
    padding-top: 165px;
}

@media (min-width: 576px) {
    #contato {
        margin-top: -46px;
        padding-top: 95px;
    }
}

@media (min-width: 768px) {
    #contato {
        padding-top: 120px;
    }
}

@media (min-width: 992px) {
    #contato {
        padding-top: 129px;
    }
}

#contato {
    background-size: cover;
    background-position: center center;
}

input, textarea, select {
    padding: 8px 0;
    margin: 0;
    font-weight: 300;
}

.input-border-bottom {
    border-bottom: 1px solid#5D6974;
    padding: 8px 0;
    color: #FFFFFF;
}

.input-border-bottom:focus {
    border-bottom: 1px solid #a1d546 !important;
}

::placeholder {
    color: #FFFFFF;
}

textarea.input-bg {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #5D6974;
    padding: 8px 0;
    margin-bottom: 30px;
    min-height: 103px;
    color: #FFFFFF;
}

textarea.input-bg:focus {
    border: none;
    border-bottom: 1px solid#a1d546 !important;
}

#contact-form-2 .btn {
    border-color: #a1d546;
    background-color: transparent;
    color: #a1d546;
    margin-bottom: 15px;
}

#contact-form-2 .btn:hover {
    background-color:#a1d546;
    color: #5d6974;
}

#success-contact-form {
    margin: 0 15px 30px 15px;
    border: 1px solid #a1d546;
    color: #a1d546;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

#error-contact-form {
    clear: both;
    margin: 0 15px 30px 15px;
    text-align: center;
    border: 1px solid #FF0000;
    color: #FF0000;
    padding: 10px;
    display: none;
    font-size: 14px;
    text-transform: uppercase;
}

/* Footer */

footer a {
    color: #FFFFFF;
}

footer a:hover, footer a:active {
    color: #a1d546;
    opacity: 1;
}

.social-icon-style-8 a:hover {
    color: #a1d546;
}