@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background: #fff;
    color: #444;
    font-family: "Montserrat", sans-serif;
}
a {
    color: #0068b5;
    transition: 0.5s;
}
a:active,
a:focus,
a:hover {
    color: #007fde;
    outline: 0;
    text-decoration: none;
}
p {
    padding: 0;
    margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
.back-to-top {
    position: fixed;
    display: none;
    background: #0068b5;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    left: 15px;
    bottom: 15px;
    transition: background 0.5s;
}
.back-to-top:focus {
    background: #0068b5;
    color: #fff;
    outline: 0;
}
.back-to-top:hover {
    background: #0c2e8a;
    color: #fff;
}
#topbar {
    background: #0068b5;
    padding: 2px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
#topbar .contact-info a {
    line-height: 1;
    color: #fff;
}
#topbar .contact-info a:hover {
    color: #fff;
}
#topbar .contact-info i {
    color: #fff;
    padding: 4px;
}
#topbar .contact-info .fa-phone {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #e9e9e9;
}
#topbar .social-links a {
    color: #fff;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    border-left: 1px solid #e9e9e9;
    font-size: 30px;
}
#topbar .social-links a:hover {
    color: #fff;
}
#topbar .social-links a:first-child {
    border-left: 0;
}
#header {
    padding: 20px 0;
    height: 84px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.06);
}
#header #logo h1 {
    font-size: 42px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
#header #logo h1 a {
    color: #0c2e8a;
    line-height: 1;
    display: inline-block;
}
#header #logo h1 a span {
    color: #0068b5;
}
#header #logo img {
    padding: 0;
    margin: 0;
}
#intro {
    width: 100%;
    height: 90vh;
    position: relative;
    background-size: cover;
}
#intro .intro-content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
#intro .intro-content h2 {
    color: #0c2e8a;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
}
#intro .intro-content h2 span {
    color: #0068b5;
    text-decoration: underline;
}
#intro .intro-content img {
    color: #0c2e8a;
    margin-bottom: 60px;
    font-size: 64px;
    font-weight: 700;
    width: 50%;
}
#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
}
#intro .intro-content .btn-get-started {
    background: #0c2e8a;
    border: 2px solid #0c2e8a;
    border-radius: 10px;
}
#intro .intro-content .btn-get-started:hover {
    background: 0 0;
    color: #0c2e8a;
}
#intro .intro-content .btn-projects {
    background: #0068b5;
    border: 2px solid #0068b5;
    border-radius: 10px;
}
#intro .intro-content .btn-projects:hover {
    background: 0 0;
    color: #0068b5;
}
#intro #intro-carousel {
    z-index: 8;
}
#intro #intro-carousel::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 7;
}
#intro #intro-carousel .item {
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity;
}
@media (max-width: 768px) {
    #intro .intro-content img {
        width: 90%;
    }
    #intro .intro-content .btn-get-started,
    #intro .intro-content .btn-projects {
        width: 90%;
    }
}
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}
.nav-menu li {
    position: relative;
    white-space: nowrap;
}
.nav-menu > li {
    float: left;
}
.nav-menu li.sfHover > ul,
.nav-menu li:hover > ul {
    display: block;
}
.nav-menu ul ul {
    top: 0;
    left: 100%;
}
.nav-menu ul li {
    min-width: 180px;
}

#nav-menu-container {
    float: right;
    margin: 0;
}
.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #555;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    outline: 0;
}
.nav-menu .menu-active > a,
.nav-menu li:hover > a {
    background-color: #c52d2f;
    color: #fff;
    border-radius: 5px;
}
.nav-menu > li {
    margin-left: 10px;
}
.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu ul li {
    transition: 0.3s;
}
.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}
.nav-menu ul li:hover > a {
    color: #0068b5;
}
.nav-menu ul ul {
    margin: 0;
}
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: 0 0;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: 0;
    cursor: pointer;
}
#mobile-nav-toggle i {
    color: #555;
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: 0;
}
#mobile-nav ul li a:hover {
    color: #fff;
}
#mobile-nav ul li li {
    padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #0068b5;
}
#mobile-nav ul .menu-item-active {
    color: #0068b5;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}
.section-header {
    margin-bottom: 30px;
}
.section-header h2 {
    font-size: 32px;
    color: #0c2e8a;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}
.section-header h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #0068b5;
    bottom: 0;
    left: 0;
}
.section-header p {
    padding: 0;
    margin: 0;
}
#sobre {
    padding: 60px 0 30px 0;
}
#sobre .about-img {
    overflow: hidden;
}
#sobre .about-img img {
    margin-left: -15px;
    max-width: 100%;
}
#sobre .content h2 {
    color: #0c2e8a;
    font-weight: 700;
    font-size: 36px;
    font-family: "Montserrat", sans-serif;
}
#sobre .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    text-align: justify;
}
#sobre .content h4 {
    font-family: "Montserrat", sans-serif;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}
#sobre .content p {
    line-height: 26px;
}
#sobre .content p:last-child {
    margin-bottom: 0;
}
#sobre .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #0068b5;
}
#sobre .content ul {
    list-style: none;
    padding: 0;
}
#sobre .content ul li {
    padding-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    color: #555;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}
@media (max-width: 768px) {
    #sobre .about-img img {
        margin-left: 0;
        margin-bottom: 60px;
    }
}
#servicos {
    padding: 30px 0 0 0;
}
#servicos .box {
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #fff;
    transition: 0.4s;
    cursor: default;
    min-height: 200px;
}
#servicos .box:hover {
    box-shadow: 0 0 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
#servicos .box .icon {
    float: left;
}
#servicos .box .icon i {
    color: #444;
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 34px;
}
#servicos .box .icon i:before {
    background: #0c2e8a;
    background: linear-gradient(45deg, #0068b5 0, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#servicos .box h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}
#servicos .box h4 a {
    color: #444;
}
#servicos .box p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
    text-align: justify;
}
#clientes {
    padding: 30px 0;
}
#clientes img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
}
#clientes img:hover {
    opacity: 1;
}
#clientes .owl-dots,
#clientes .owl-nav {
    margin-top: 5px;
    text-align: center;
}
#clientes .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#clientes .owl-dot.active {
    background-color: #0068b5;
}
#depoimentos {
    padding: 30px 0;
}
#depoimentos .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 0 30px;
    margin: 30px 15px;
    text-align: center;
    min-height: 350px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
    #depoimentos .testimonial-item {
        padding: 30px;
        height: auto;
    }
}
#depoimentos .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}
#depoimentos .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 0;
    color: #111;
}
#depoimentos .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}
#depoimentos .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}
#depoimentos .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}
#depoimentos .testimonial-item p {
    font-style: italic;
    margin-bottom: 30px;
    font-size: 15px;
}
#depoimentos .owl-dots,
#depoimentos .owl-nav {
    margin-top: 5px;
    text-align: center;
}
#depoimentos .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
#depoimentos .owl-dot.active {
    background-color: #0068b5;
}
#equipe {
    background: #fff;
    padding: 30px 0 0 0;
}
#equipe .member {
    text-align: center;
    margin-bottom: 20px;
}
#equipe .member .pic {
    overflow: hidden;
    text-align: center;
}
#equipe .member .pic img {
    max-width: 100%;
}
#equipe .member .details {
    background: #0068b5;
    color: #fff;
    padding: 15px;
    border-radius: 0 0 3px 3px;
}
#equipe .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}
#equipe .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}
#equipe .member .social {
    margin-top: 5px;
}
#equipe .member .social a {
    color: #fff;
}
#equipe .member .social i {
    font-size: 16px;
    margin: 0 2px;
}
#footer {
    background: #f2f5f8;
    padding: 0 0 30px 0;
    font-size: 14px;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #555;
}
#footer .credits a {
    color: #0c2e8a;
}
@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
    #header {
        padding: 20px 0;
        height: 74px;
    }
    #header #logo h1 {
        font-size: 34px;
    }
    #header #logo img {
        max-height: 40px;
    }
    #nav-menu-container {
        display: none;
    }
    #mobile-nav-toggle {
        display: inline;
    }
    #about .about-img {
        height: auto;
    }
}
@media (max-width: 576px) {
    #contato #google-map {
        margin-top: 20px;
    }
}
#contato {
    padding: 30px 0;
}
#contato .contact-info {
    margin-bottom: 20px;
    text-align: center;
}
#contato .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #0068b5;
}
#contato .contact-info address,
#contato .contact-info p {
    margin-bottom: 0;
    color: #000;
}
#contato .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
}
#contato .contact-info a {
    color: #000;
}
#contato .contact-info a:hover {
    color: #0068b5;
}
#contato .contact-address,
#contato .contact-email,
#contato .contact-phone,
#contato .contact-smartphone {
    margin-bottom: 20px;
}
#contato #google-map {
    height: 290px;
    margin-bottom: 20px;
}
#contato .form input,
#contato .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}
#contato .form button[type="submit"] {
    background: #0068b5;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
#contato .form button[type="submit"]:hover {
    background: #007fde;
}
.contact-form #sendmessage {
    color: #73b72a;
    border: 1px solid #73b72a;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-form #errormessage.show,
.contact-form #sendmessage.show,
.contact-form .show {
    display: block;
}
#contato .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#footer {
    background: #d9dcdf;
    padding: 0 0 30px 0;
    color: #000;
    font-size: 14px;
}
#footer .footer-top {
    background: #f2f5f8;
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
.box-titulo-rodape {
     margin-bottom: 20px;
     padding: 10px 20px;
 }

.box-titulo-rodape img {
    width: 90%;
    height: auto;
}

#footer .footer-top .footer-info p {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #000;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 4px 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #000;
}
#footer .footer-top .footer-links ul a:hover {
    color: #007fde;
}
#footer .footer-top .footer-links .social-links img {
    width: 40px;
    height: 40px;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact i {
    margin-right: 5px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
    color: #000;
}
#footer .footer-top .footer-contact a {
    color: #000;
}
#footer .footer-top .footer-contact a:hover {
    color: #007fde;
}

#footer .footer-top .footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #000;
}
#footer .footer-top .footer-contact ul li {
    padding: 4px 0;
}
#footer .footer-top .footer-contact ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-contact ul a {
    color: #000;
}
#footer .footer-top .footer-contact ul a:hover {
    color: #007fde;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #000;
}
#footer .credits a {
    color: #000;
}
#footer .credits a:hover {
    color: #007fde;
}
.box-botoes {
    padding: 80px 0;
    background: #081e5b;
}
.box-botoes h1 {
    font-size: 26px;
    font-weight: 300;
    line-height: 38px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}
.box-botoes .btn-services {
    background: 0 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
    cursor: pointer;
}
.box-botoes .btn-services:hover {
    background: #0068b5;
    border: 3px solid #0068b5;
}
@media (max-width: 768px) {
    .box-botoes h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .box-botoes .box-esquerda {
        margin-bottom: 50px;
    }
    .box-botoes .btn-services {
        width: 90%;
        padding: 10px 0;
        font-size: 13px;
        margin: 0;
    }
}
.modal-body {
    padding: 30px 60px 30px 60px;
}
#abrirEmpresa .form_abrir_empresa button[type="submit"] {
    background: #0068b5;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}
#abrirEmpresa .form_abrir_empresa button[type="submit"]:hover {
    background: #007fde;
}
.pulse {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #32ba46;
    color: #fff;
    font-size: 34px;
    left: 15px;
    bottom: 70px;
    width: 50px;
    height: 50px;
    transition: background 0.5s;
    border-radius: 100%;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(50,186,70, 0.4);
    animation: pulse 2s infinite;
}

.pulse:focus {
    background-color: #32ba46;
    color: #fff;
    outline: 0;
}
.pulse:hover {
    background-color: #32ba46;
    color: #fff;
    outline: 0;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(50,186,70, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(50,186,70, 0.4);
        box-shadow: 0 0 0 0 rgba(50,186,70, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}