body {
    overflow-x: hidden;
    webkit-tap-highlight-color: #0e7bd1;
}

.btn-xl,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.btn-primary.active,
.btn-primary:active,
.btn-xl.active,
.btn-xl:active,
.open .dropdown-toggle.btn-primary,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn,
.btn-primary,
.btn-xl,
.navbar-custom .nav li a,
.navbar-custom .navbar-toggle,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}

.affix {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px 0 !important;
}

.text-muted {
    color: #777;
}

.text-primary,
a {
    color: #0e7bd1;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a.active,
a:active,
a:focus,
a:hover {
    outline: 0;
}

a.active,
a:active,
a:focus,
a:hover {
    color: #0e7bd1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f8f8f8;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn {
    border-radius: 1px;
}

.btn-primary {
    color: #fff;
    background-color: #0e7bd1;
    border-color: #0e7bd1;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3499ff;
    border-color: #3499ff;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #3499ff;
    border-color: #3499ff;
}

.btn-primary .badge {
    color: #0e7bd1;
    background-color: #fff;
}

.btn-xl {
    color: #fff;
    background-color: #0e7bd1;
    border-color: #0e7bd1;
    border-radius: 0;
    font-size: 18px;
    padding: 15px 40px;
}

.btn-xl.active,
.btn-xl:active,
.btn-xl:focus,
.btn-xl:hover,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #0e7bd1;
}

.btn-xl.disabled,
.btn-xl.disabled.active,
.btn-xl.disabled:active,
.btn-xl.disabled:focus,
.btn-xl.disabled:hover,
.btn-xl[disabled],
.btn-xl[disabled].active,
.btn-xl[disabled]:active,
.btn-xl[disabled]:focus,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl,
fieldset[disabled] .btn-xl.active,
fieldset[disabled] .btn-xl:active,
fieldset[disabled] .btn-xl:focus,
fieldset[disabled] .btn-xl:hover {
    background-color: #0e7bd1;
    border-color: #0e7bd1;
}

.btn-xl .badge {
    color: #0e7bd1;
    background-color: #fff;
}

.navbar-custom {
    background-color: #fff;
    border-color: transparent;
}

.navbar-custom .navbar-brand {
    color: #0e7bd1;
    padding: 0 0 0 15px !important;
    line-height: 1px !important;
}

.navbar-brand img {
    height: 100%;
}

.navbar-custom .navbar-brand.active,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:hover {
    color: #0e7bd1;
}

.navbar-custom .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-custom .navbar-toggle {
    border: 1px solid #0e7bd1;
    background: transparent;
    color: #0e7bd1;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover {
    background-color: #3b9dff;
    color: #fff;

}

.navbar-custom .nav li a {
    font-weight: 400;
    color: #333;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover,
.navbar-custom .navbar-nav>.active>a,
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover {
    text-decoration: underline;
    background: transparent;
    color: #0e7bd1;
}

.btEntrar {
    border: 1px solid #0e7bd1;
    color: #0e7bd1 !important;
    margin: 0 10px;
    padding: 14px !important;
}

.btEntrar:hover {
    background-color: #0e7bd1 !important;
    color: #fff !important;
}

/* Celular/Mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    header .intro-text .intro-lead-in {
        line-height: 30px;
    }

    .navbar-brand {
        margin-left: 0.5rem !important;
    }

    .navbar-custom .navbar-brand {
        padding: 7px !important;
    }

    #contato .section-heading,
    section h2.section-heading.right {
        margin-top: 20px !important;
    }

    section h2.section-title {
        margin-bottom: 0 !important;
    }


    .counter-number {
        font-size: 3em !important;
        margin-top: 1em !important;
    }

    .counter-text {
        font-size: 1.7em !important;
    }


}

@media (min-width: 768px) {
    .navbar-custom {
        padding: 8px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }

    .navbar-custom .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar-custom.affix {
        background-color: #fff;
        padding: 10px 0;
        box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px 0;
    }

    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    position: relative;
}

header .container {
    height: calc(100vh);
}

header .header-background {
    position: absolute;
    background-image: url(../img/fundo-goiania.jpg);
    background-size: cover;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
}

header .intro-text {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    height: 100%;
}

header .intro-text .btn {
    margin-bottom: 10px;
}

header .intro-text .intro-lead-in {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    margin: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

header .intro-text .intro-lead-in h2 {
    margin-bottom: 2em;
}
header .intro-text .intro-lead-in h2 span {
    text-decoration: underline;
}



header .intro-text .intro-heading {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (min-width: 1400px) {
    .container {
        width: 1170px !important;
    }

    header .intro-text .intro-lead-in h2 {
        font-size: 3em;
        line-height: 1.3;
    }

}

@media (min-width: 768px) and (max-width: 1400px) {
    .container {
        width: 1080px !important;
    }

    header .intro-text .intro-lead-in h2 {
        font-size: 2em;
        line-height: 1.3;
    }
}

#portfolio .portfolio-item .portfolio-caption p,
section h3.section-subheading {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-style: italic;
}

section {
    padding: 2em 0;
}

.section-heading {
    margin-top: 0;
}

.counter-number {
    font-size: 5em;
    margin: 0;
    color: #0e7bd1;
}

.counter-text {
    font-size: 1.5em;
    line-height: 2;
}

section h2.section-title {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 3rem;
}

section h2.section-heading {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
}

section h3.section-subheading {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 75px;
    line-height: 3rem;
}

@media (min-width: 768px) {
    section {
        padding: 5rem 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

footer span.copyright,
footer ul.quicklinks {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
}

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul,
.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline>li:after,
.timeline>li:before {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 100px;
    position: relative;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #0e7bd1;
    color: #fff;
    border-radius: 100%;
    border: 7px solid #f1f1f1;
    text-align: center;
}

.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 100px;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 20px;
    }
}

.pricing-footer,
.pricing-head,
.team-member,
footer {
    text-align: center;
}

@media (min-width: 992px) {

    .timeline>li .timeline-panel,
    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px;
    }
}

@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.team-member {
    margin-bottom: 50px;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

aside.clients img {
    margin: 50px auto;
}

section#funcionalidades i {
    color: #0e7bd1 !important;
}

section#contato .form-group {
    margin-bottom: 1.5rem;
}


section#contato .form-group input,
section#contato .form-group textarea {
    padding: 20px;
    resize: none !important;
    background: #f8f8f8;
    border-radius: 0;
}

section#contato .form-group input.form-control {
    height: auto;
}

section#contato .form-group textarea.form-control {
    height: 236px;
}

section#contato .form-control:focus {
    border-color: #0e7bd1;
    box-shadow: none;
}

section#contato ::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 300;
    color: #ccc;
}

section#contato :-moz-placeholder {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee;
}

section#contato ::-moz-placeholder {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee;
}

section#contato :-ms-input-placeholder {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eee;
}

section#contato .text-danger {
    color: #e74c3c;
}

.g-recaptcha div{
    margin: 10px auto;
}

.help-block ul {
    list-style: none;
    padding: 0;
}

footer {
    padding: 25px 0;
    background-color: #f8f8f8;
}

footer span.copyright {
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none;
}

footer ul.quicklinks {
    margin-bottom: 0;
    line-height: 40px;
    text-transform: uppercase;
    text-transform: none;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    background-color: #222;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    outline: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: #0e7bd1;
}

.btn.active,
.btn:active,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.portfolio-modal .modal-dialog {
    margin: 0;
    height: 100%;
    width: auto;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 16px;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-bottom: 30px;
    margin-top: 0;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

::-moz-selection {
    text-shadow: none;
    background: #0e7bd1;
}

::selection {
    text-shadow: none;
    background: #0e7bd1;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.pricing .recomendado {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -10px;
    right: -10px;
    overflow: hidden;
}

.pricing .recomendado::before,
.pricing .recomendado::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    border: 7px solid #846b00;
    border-top-color: transparent;
    border-right-color: transparent;
}

.pricing .recomendado::before {
    top: 0px;
    left: 25px;
}

.pricing .recomendado::after {
    bottom: 25px;
    right: 0px;
}

.pricing .recomendado span {
    position: absolute;
    top: 30px;
    left: 0;
    transform: rotate(45deg);
    width: 200px;
    background: #ebbc00;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.pricing {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    z-index: 1;
}

.pricing-active {
    border: 3px solid #0e7bd1;
}

.pricing:hover {
    border: 1px solid #0e7bd1;
}

.pricing:hover h4 {
    color: #0e7bd1;
}

.pricing-head h3,
.pricing-head h4 {
    margin: 0;
    line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: italic;
}

.pricing-head h3 {
    font-weight: 300;
    color: #fafafa;
    padding: 12px 0;
    font-size: 27px;
    background: #0e7bd1;
    border-bottom: solid 1px #0e7bd1;
}

.pricing-head h4 {
    color: #84c2ff;
    padding: 5px 0;
    font-size: 54px;
    font-weight: 300;
    background: #e7f3ff;
    border-bottom: solid 1px #cfe8ff;
}

.pricing-head-active h4 {
    color: #0e7bd1;
}

.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.pricing-head h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

.pricing-content {
    margin: 0;
}

.pricing-content li {
    color: #888;
    font-size: 12px;
    padding: 7px 15px;
    background: #fff;
}

.pricing-content li i {
    top: 2px;
    color: #0e7bd1;
    font-size: 16px;
    margin-right: 5px;
    position: relative;
}

.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    padding: 18px;
    background: #fff;
}

/* .price-active,
.pricing:hover {
    z-index: 1;
} */

.price-active h4 {
    color: #0e7bd1;
}

.no-space-pricing .pricing:hover {
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.no-space-pricing .price-active .pricing-head h4,
.no-space-pricing .pricing:hover .pricing-head h4 {
    color: #0e7bd1;
    padding: 15px 0;
    font-size: 80px;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.form-control {
    box-shadow: none !important;
}

label {
    margin: 0 !important;
    font-weight: 300 !important;
}

.has-error .help-block {
    color: #a94442 !important;
}

.required::after {
    content: "*";
    color: #c00;
}

input[type="date"].spinner,
input[type="month"].spinner,
input[type="time"].spinner,
input[type="week"].spinner,
input[type="number"].spinner,
input[type="email"].spinner,
input[type="url"].spinner,
input[type="search"].spinner,
input[type="tel"].spinner,
input[type="color"].spinner,
input[type="text"].spinner,
input[type="password"].spinner,
input[type="datetime"].spinner,
input[type="datetime-local"].spinner {
    background-image: url(../img/input-spinner.gif) !important;
    background-repeat: no-repeat;
    background-position: right 8px;
}

/* Mobile responsiveness for pricing cards */
@media (max-width: 767px) {
    .pricing {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    
    #planos .col-md-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}