/* -----------------------------------------
   Universal Styles
----------------------------------------- */

body,
html {
    height: 100%;
}

body {
    font-family: 'PT Mono', monospace;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #ffffff;
    background-color: #18181C;
}

strong {
    font-weight: 600;
}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.low-row {
    margin-left: -5px;
    margin-right: -5px;
}

.low-col {
    padding-left: 5px;
    padding-right: 5px;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #3E3E3E;
    font-weight: 300;
}

/* -----------------------------------------
   Link Styles
----------------------------------------- */

a,
a:link,
a:visited {
    color: #004899;
    transition: 0.3s;
    cursor: pointer;
}

a:hover {
    color: #0B52A2;
    text-decoration: underline;
    transition: 0.3s;
}

/* -----------------------------------------
   Title Styles
----------------------------------------- */

h1 {
    color: #fff;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    font-family: 'Syne', sans-serif;
    margin-bottom: 0px;
}


h2 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    color: #D1A21E;
    font-family: 'Syne', sans-serif;
}

h3 {
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    line-height: 30px;

}

h5 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #D1A21E;
    font-family: 'Syne', sans-serif;
}

h1 {
    position: relative;
}

h1:after {
    content: "";
    position: absolute;
    border-bottom: 4px solid #d1a21e;
    width: 15%;
    bottom: -22px;
    left: calc(50% - 7.5%);
}

/* -----------------------------------------
   Button Styles
----------------------------------------- */

.btn {
    border-radius: 24px;
    padding: 8px 24px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    font-family: 'Syne', sans-serif;

}

.btn-md {
    border-radius: 24px;
    padding: 10px 28px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}

.btn-lg {
    border-radius: 42px;
    padding: 18px 28px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.btn-secondary i {
    color: #00B0F0;
}

.btn-primary i {
    color: #00B0F0;
}

.btn-primary {
    color: #D1A21E !important;
    background-color: transparent;
    border-color: #D1A21E;
    border-width: 2px;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #D1A21E;
    border-color: #D1A21E;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff !important;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    background-color: #D1A21E;
    border-color: #D1A21E;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #D1A21E;
    border-color: #D1A21E;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5)
}


/* -----------------------------------------
   Navigation
----------------------------------------- */


.dropdown-toggle {
    cursor: pointer;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0781c5;
    text-decoration: none;
    background-color: #f0f5f8;
}

.dropdown-item {
    font-size: 14px;
    line-height: 20px;
}

.dropdown-menu {
    padding: 1rem 0;
}

.dropdown-menu i {
    color: #ed4815
}

.nav-25 {
    width: 30%;
}

.nav-50 {
    width: 40%;
}

.right-align {
    margin-left: auto;
}

.social-block {
    float: right;
}

.social-block .icons-social {
    margin-right: 10px;
}

.social-block .fa-envelope {
    font-size: 21px;
    line-height: 25px;
    color: #D1A21E;
    padding: 3px;
}

.social-block .fa-facebook {
    font-size: 21px;
    line-height: 25px;
    color: #D1A21E;
    padding: 3px;
}

.social-block .fa-youtube {
    font-size: 21px;
    line-height: 25px;
    color: #D1A21E;
    padding: 3px;
}

.social-block .fa-instagram {
    font-size: 21px;
    line-height: 25px;
    color: #D1A21E;
    padding: 3px;
}

.justify-content-between {
    width: 100%;
}

.navbar {
    background-color: #fff;
    padding: 2rem 2rem;
}

.navbar .btn {
    margin-left: 3px;
    display: inline-block;
}

.logo-site {
    width: 250px;
    transition: 0.2s ease-in;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:visited {
    color: #ffffff;
    font-weight: 600;
    font-family: 'Syne', sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #D1A21E;
}

.clearHeader {
    background-color: #18181C;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
}

.darkHeader {
    background-color: #18181C;
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    -ms-transition: background 0.5s ease-out;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.1);
    padding: 15px;
}

.darkHeader .logo-site {
    width: 190px;
    transition: 0.2s ease-out;
}

.navbar-toggler i {
    color: #d1a21e;
}


/* -----------------------------------------
   Content
----------------------------------------- */

#temp {
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center center;
}

#temp .social-block {float: none}

.container-card .card {
    box-shadow: 0px 3px 6px #0000000f;
}

.container-card p strong {
    font-weight: 600;
    color: #0074C9;
}

.container-card .features p strong {
    font-weight: 500;
    color: #00B0F0;
}

.container-card p {
    font-size: 18px;
    line-height: 26px;
}

.app-stores {
    max-width: 360px;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.container-banner {
    background: url('../img/banner_home.jpg') no-repeat center center #000000;
    background-size: cover;
    margin-top: 88px;
    height: 700px;
}

.container-apresentacao {
    background-color: #363636;
}

.container-apresentacao h1 {
    color: #ffffff;
    font-size: 44px;
    line-height: 54px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
}

.destaques {
    padding: 70px 0px 85px;
}

.destaques h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #285490;
    text-align: center;
}

.destaques h2::after {
    content: "";
    position: absolute;
    border-top: 4px solid #ed4815;
    left: 50%;
    bottom: -15px;
    margin-left: -60px;
    width: 120px;
    height: 0px;
}

.bloco-conteudo {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bloco-conteudo p {
    color: #fff;
}

.beneficios h2 {
    margin-bottom: 50px;

}

.beneficios h2 span {
    font-weight: 600;
}

.beneficios .bloco-beneficio .icon-container {
    float: left;
    width: 80px;
    text-align: center;
}

.beneficios .bloco-beneficio .icon-container i {
    color: #00B0F0;
    font-size: 42px;
    line-height: 48px;
}

.beneficios .bloco-beneficio .bloco-conteudo {
    padding-left: 80px;
}

.beneficios .bloco-beneficio h5 {
    color: #00B0F0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.beneficios .bloco-beneficio {
    margin-bottom: 30px;
}

.beneficios .bloco-beneficio p {
    font-size: 17px;
    line-height: 27px;
}


.container-contratar {
    background: url('../img/banner_contato.jpg') no-repeat top center #000000;
    padding: 135px 0px;
}

.container-contratar h2 {
    color: #fff;
    font-size: 38px;
    line-height: 44px;
    font-weight: 300;
}

.container-contratar h2 span {
    font-weight: 600;
}

.container-contratar p {
    color: #aeaeae;
    font-weight: 400;
}

.container-contratar p span {
    font-weight: 600;
    display: block;
}

.bloco-contato .icon-container {
    float: left;
    color: #4CC7F4;
    font-size: 21px;
    line-height: 28px;
    width: 30px;
}

.bloco-contato {
    margin-bottom: 6px;
}

.bloco-contato .text-container {
    font-size: 21px;
    line-height: 27px;
    color: #fff;
    padding-left: 30px;
    font-weight: 600;
}


/* -----------------------------------------
   Owl Carousel
----------------------------------------- */

.owl-banner-home .owl-prev,
.owl-banner-home .owl-next {
    position: absolute;
    color: #fff !important;
    border: none;
    z-index: 100;
    font-size: 28px !important;
    width: 55px;
    height: 55px;
    background-color: rgba(40, 84, 144, 0.9) !important;
    border-radius: 50%;

}

.owl-banner-home .owl-prev:hover,
.owl-banner-home .owl-next:hover {
    background-color: rgba(40, 84, 144, 1) !important;
    cursor: pointer;
}

.owl-banner-home .owl-prev {
    left: 15px;
    top: calc(50% + 55px);
}

.owl-banner-home .owl-next {
    right: 15px;
    top: calc(50% + 55px);
}

.owl-depoimentos {
    text-align: center;
}

/* -----------------------------------------
   Footer
----------------------------------------- */

footer {

    font-size: 13px;
}

.signature-footer {
    background-color: #fff;
    padding: 20px 0px;
}

.links-footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-left {
    float: left;
    margin-top: 3px;
}

.footer-right {
    text-align: right;
}

.footer-left p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 0px;
    color: #6c6c6c;
}

.logo-footer {
    width: 150px;
}


/* -----------------------------------------
   Form 
----------------------------------------- */


.low-row {
    margin-left: -5px;
    margin-right: -5px;
}

.low-col {
    padding-left: 5px;
    padding-right: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ececec;
    border-radius: 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #004899;
}


.container-contratar label {
    color: #d1a21e;
}

.container-contratar ul {
    list-style: none;
    padding: 0px;
}

.container-contratar ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 3px;
}

.container-contratar ul li i {
    color: #d1a21e;
}





/* -----------------------------------------
   Back to Top Button
----------------------------------------- */

#scroll-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgb(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 18px;
}

#scroll-top:hover {
    background-color: #666;
}

.anchor {
    display: block;
    position: relative;
    top: -65px;
    visibility: hidden;
}

.anchor-padding {
    padding-top: 45px;
    padding-bottom: 45px;
}


/* -----------------------------------------
   Media Queries
----------------------------------------- */

@media (max-width: 480px) {


    .nossos-servicos {
        padding: 60px 0px 30px;
    }


    .banner-destaque {
        margin-bottom: 20px;
    }

    .cta-home h2 {

        margin-bottom: 20px;
    }

    .footer-left {
        float: none;
        text-align: left;
        display: block;
        margin-bottom: 10px;
    }

    .footer-right {
        float: none;
        text-align: left;
        display: block;
    }

    .container-contratar {
        padding: 85px 0px;
    }



    .logo-site {
        width: 210px !important;
    }

    h1 {
        color: #ffffff;
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .container-banner h2 {
        font-size: 21px;
        line-height: 26px;
        font-weight: 300;
        color: #00B0F0;
        font-family: 'Syne', sans-serif;
        margin-bottom: 16px;
        text-align: center;

    }

    .container-banner .btn-outline-light {
        display: block;
    }

    .container-card h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .destaques {
        padding-top: 55px;
        padding-bottom: 85px;
    }

    .container-banner {

        padding: 35px 0px;
    }

    .quem-somos {
        padding: 30px 0px 50px 0px;
    }

    .container-card .btn-secondary {
        font-size: 18px;
        line-height: 23px;
        border-radius: 20px;
    }

}

@media (min-width: 769px) and (max-width: 991px) {
    .section-header {
        margin-top: 106px;
    }

    .cta-home h2 {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {

    .container-contratar {
        background: url(../img/banner_contato_low.jpg) no-repeat 34% #000000;
    }

    .img-secao {
        margin-bottom: 35px;
    }

    .app-stores {
        max-width: 200px;
    }

    .container-apresentacao h3 {
        margin-bottom: 45px;
        text-align: center;
    }

    .cta-home h2 {
        text-align: center;
        margin-top: 0px;
    }

    .section-header {
        padding: 20px 0px;
    }

    .section-header {
        margin-top: 127px;
    }

    .section-header h2 {
        text-align: center;
    }
}

@media (max-width: 991px) {



    .container-banner {
        margin-top: 63px;
    }


    .navbar {
        padding: 1rem 0rem;
    }

    .logo-site {
        width: 140px;
    }

    .navbar-collapse {
        padding-top: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link:visited {
        color: #ffffff;
        font-weight: 600;
        border-bottom: 1px solid #585858;
        font-size: 18px;
        line-height: 28px;
    }

    .navbar-nav {
        margin-bottom: 15px;
    }

    .navbar .btn {
        margin-left: 0px;
        display: block;
        margin-bottom: 10px;
    }

    .dropdown-menu {
        border: 0px;
        padding: 10px 0px;
    }

    .dropdown-item {
        padding: .25rem 0rem;
    }

    .dropdown-item {
        font-size: 16px;
        line-height: 24px;
    }

    .nav-25 {
        width: 50%;
    }


    .navbar .social-block {
        display: none;
    }

    .navbar-toggler {
        float: right;
    }
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 21px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .50rem;
        padding-left: .50rem;
    }

    .banner-mobile {
        display: none;
    }

    .logo-site {
        margin-left: auto!important;
        display: block!important;
        margin-right: auto!important;
    }

}

@media (max-width: 767px) {

    .form-check {
        margin-bottom: 3px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 991px) and (max-width: 1024px) {}

@media (min-width: 1025px) and (max-width: 1280px) {}

@media (min-width: 1281px) and (max-width: 1440px) {}

@media (min-width: 1440px) and (max-width: 1599px) {}

@media (min-width: 1600px) and (max-width: 1700px) {}

@media (min-width: 1701px) {}