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

body,
html {
    height: 100%;
}

b,
strong {
    font-weight: 600;
}

body {
    font-family: 'Inter', arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #2F2F2F;
    background-color: #ffffff;
    padding-top: 67px;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 25px;
}


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

a,
a:link,
a:visited {
    color: #129BDB;
    transition: 0.3s;
}

a:hover {
    color: #2daeea;
    text-decoration: none;
    transition: 0.3s;
}

a.btn-primary {
    color: #ffffff;
}

/* -----------------------------------------
   Titles
----------------------------------------- */

h1 {
    font-weight: 700;
    font-size: 53px;
    line-height: 56px;
    color: #fff;
}

h1 strong {
    font-weight: 700;
}

h1 span {
    font-size: 25px;
    line-height: 30px;
    display: block;
}

h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
}

h2 strong {
    font-weight: 600;
}

h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #0962AD;
}

h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #2ea342;
    margin-bottom: 3px;
}

/* -----------------------------------------
   Banners
----------------------------------------- */

.banner-container h2 {
    color: #ffe375;

}

.banner-container {
    height: 640px;
    background-image: linear-gradient(225deg, #762E7C, #0962AD);
    background-image: url(../img/bg_bloco_00.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banner-container .container {
    display: flex;
    align-items: center;
}

.banner-container img {
    width: 100%;
    max-height: 550px;
}

.banner-container .block-02 {
    width: 40%;
}

.banner-container .block-01 {
    padding: 45px;
}

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

.banner-container ul li {
    color: #ffffff;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 7px;
}

.banner-container ul li:last-child {
    margin-bottom: 0px;
}

.banner-container ul li i {
    color: #2BAD70;
    margin-right: 5px;
    width: 23px;
    text-align: center;
}

/* -----------------------------------------
   Navbar
----------------------------------------- */

.navbar-collapse .nav-link.btn-secondary {
    margin-top: 15px;
}

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

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

.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-center {
    flex: 1;
}


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

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

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

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

.navbar .social-block {
    display: flex;
    gap: 5px;
}

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

.navbar-toggler {
    color: white;
    border: 2px solid transparent;
    padding: 7px 10px;
    background-color: #e8eef8;

}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:visited {
    color: #7b7b7b;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #0962AD;
    text-decoration: none;
}


.clearHeader {
    background-color: rgba(255, 255, 255, 1);
    -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;
}

.clearHeader .logo-site {
    width: 185px;
    transition: 0.2s ease-out;
}

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

.social-block {
    float: right;
}


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

.btn {
    border-radius: 0;
    font-size: 18px;
    padding: 8px 26px;
    font-weight: 600;
    border-radius: 6px;
}

.btn.btn-flex {
    border-radius: 0;
    font-size: 18px;
    padding: 8px 26px;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.btn-primary i {
    color: rgba(255, 255, 255, 0.5);
}

.btn-light i {
    color: rgba(0, 0, 0, 0.3);
}

.btn-md i {
    width: 16px;
    text-align: center;
}

.btn i {
    width: 18px;
    text-align: center;
}

.btn-outline-inverse .btn-icon {
    color: #129BDB !important;
    margin-right: 5px;
}

.btn-xs {
    font-size: 14px;
    line-height: 19px;
    padding: 4px 20px;
}

.btn-md {
    font-size: 14px;
    line-height: 19px;
    padding: 8px 16px;
}

.btn-primary {
    color: #ffffff;
    background-color: #0962AD;
    border-color: #0962AD;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #3A8FD8;
    border-color: #3A8FD8;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    color: #ffffff;
    background-color: #0962AD;
    border-color: #0962AD;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-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: #2EBDFF;
}

.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)
}

.btn-secondary {
    color: #ffffff !important;
    background-color: transparent;
    border-color: #2EBDFF;
    border-width: 2px;
}

.btn-secondary .icon-nav {
    color: #2EBDFF;
    margin-right: 5px;
    transition: 0.2s;
}

.btn-secondary:hover .icon-nav {
    color: #ffffff;
    margin-right: 5px;
    transition: 0.2s;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #2EBDFF;
    border-color: #2EBDFF;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    background-color: #2EBDFF;
    border-color: #2EBDFF;
    color: #ffffff !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #2EBDFF;
}

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

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

.btn-light {
    color: #7b7b7b;
    background-color: #ececec;
    border-color: #ececec;
}

.btn-light:hover {
    color: #7b7b7b;
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
    color: #7b7b7b;
    background-color: #ececec;
    border-color: #ececec;
}

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

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #7b7b7b;
    background-color: #dbdbdb;
    border-color: #dbdbdb;
}

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

.btn-outline-inverse {
    color: #ffffff !important;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
    border-width: 2px;

}

.btn-outline-inverse:hover {
    color: #0962ad !important;
    background-color: #fff;
    border-color: #ffffff;
}

.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5);
    color: #0962ad !important;
    background-color: #fff;
    border-color: #ffffff;
}

.btn-outline-inverse.disabled,
.btn-outline-inverse:disabled {
    color: #ffffff;
    background-color: transparent
}

.btn-outline-inverse:not(:disabled):not(.disabled):active,
.btn-outline-inverse:not(:disabled):not(.disabled).active,
.show>.btn-outline-inverse.dropdown-toggle {
    color: #ffffff;
    background-color: #ececec;
    border-color: #ffffff;
}

.btn-outline-inverse:not(:disabled):not(.disabled):active:focus,
.btn-outline-inverse:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-inverse.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}


/* -----------------------------------------
   Vídeo
----------------------------------------- */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


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

.owl-theme .owl-dots .owl-dot span {

    background: #f5f5f5 !important;

}

.owl-carousel .card .card-body {
    padding: 25px 22px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}

.owl-carousel .card .card-body blockquote strong {
    color: #163076;
    font-weight: 600;

}

.owl-carousel .card .card-body p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 17px;
    color: #8b8b8b;
}

.owl-carousel .card .card-body p span {
    color: #D9304F;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    color: #fff !important;
    border: none;
    z-index: 100;
    font-size: 28px !important;
    width: 55px;
    height: 55px;
    background-color: rgba(1, 67, 164, 0.9) !important;

}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background-color: rgba(1, 67, 164, 1) !important;
}

.owl-carousel .owl-prev {
    left: 15px;
    top: 42%;
}

.owl-carousel .owl-next {
    right: 15px;
    top: 42%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #139bdb !important;
}


.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}

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

.funcionalidade-feature ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.funcionalidade-feature ul li {
    margin-bottom: 20px
}

.funcionalidade-feature ul li span {
    font-weight: 600;
    color: #ffe375;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px;
    display: block;
}

.funcionalidade-feature ul li span i {
    margin-right: 5px;
    width: 22px;
    text-align: center;
    color: #378cd3;
    display: block;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 5px;
}

.funcionalidade-feature ul li:last-child {
    margin-bottom: 0px;
}

.funcionalidade-feature {
    color: #ffffff;
    padding: 25px 30px;
    background-color: rgb(59 100 170 / 75%);
    border-radius: 12px;
    height: 100%;
}

.bloco-funcionalidades .container {
    padding-top: 35px;
    padding-bottom: 80px;
}

.funcionalidade-feature h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    padding: 8px 16px;
    border-radius: 8px;
    margin-left: -45px;
    display: inline-block;
    background-color: #0a6dc1;
}

.funcionalidade-feature h5 .icone-funcionalidades {
    color: #ffe375;
    margin-right: 5px;
}

.bloco-funcionalidades .funcionalidade-item h5 {
    color: #ffffff;
}

.bloco-beneficios .funcionalidade-item h5 {
    font-weight: 600;
    color: #2ea342;
    margin-right: 16px;
    float: left;
    font-size: 40px;
    width: 52px;
    text-align: left;
    margin-bottom: 0px;
}

.bloco-beneficios .funcionalidade-item p {
    padding-left: 70px;
}

.bloco-beneficios .funcionalidade-item p strong {
    color: #2ea342;
}

.bloco-contato h3 {
        font-weight: 700;
    font-size: 44px;
    line-height: 46px;
    color: #0962AD;
}


.funcionalidade-item h5 {
    font-weight: 600;
    color: #0962ad;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 24px;
}



.funcionalidades h4 {
    text-align: center;
    color: #ffe375;

}

.funcionalidade-item h5 strong {
    font-weight: 700;
    color: #2ea342;
}

.funcionalidades h3 {
    margin-bottom: 25px;
    color: #ffffff;
    text-align: center;
}

.funcionalidade-item p {
    margin-bottom: 0px;
}


.funcionalidades h4 span {
    margin-right: 8px;
    width: 25px;
    color: #2ea342;
    display: inline-block;
}

.funcionalidades p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #fff;

}

.funcionalidades p strong {
    color: #ffffff;
}

.funcionalidade-item {
    margin-bottom: 20px;
}

.bloco-sobre h2 {
    text-align: center;
    font-size: 44px;
    line-height: 49px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #163076;

}


.funcionalidade-block {
    margin-bottom: 35px;
}

.funcionalidade-block p {
    font-size: 14px;
    line-height: 24px;
}

.funcionalidade-block h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #129bdb;
    padding-bottom: 10px;
}

.funcionalidade-block h5::after {
    content: "";
    display: block;
    border-bottom: 3px solid #dbdbdb;
    width: 30px;
    margin-left: -7px;
    margin-top: 7px;
}

.container-funcionalidades {}

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

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

.container-padding-top {
    padding-top: 75px;
}

.container-padding-top-low {
    padding-top: 70px;
}

.container-padding-bottom {
    padding-bottom: 85px;
}

.container-padding-bottom-low {
    padding-bottom: 80px;
}

.bloco-contato {
    background-image: url(../img/bg_bloco_01b.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 42%;
}

.bloco-beneficios {
    background-image: linear-gradient(225deg, #ffffff, #e3f2ff);
}

.bloco-sobre {
    background-image: url(../img/bg_bloco_01a.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 42%;
}

.bloco-funcionalidades {
    padding-top: 30px;
    padding-bottom: 0px;
    background-image: url(../img/bg_bloco_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.funcionalidade-block .icone-funcionalidades {
    color: #2EBDFF;
    text-align: left;
    font-size: 36px;
    margin-bottom: 10px;
    display: block;
    line-height: 36px;
}

.bloco-cidades-inteligentes .icone-funcionalidades {
    color: #2EBDFF;
    text-align: left;
    font-size: 44px;
    margin-bottom: 10px;
    display: block;
}



.funcionalidade-padding-bottom {
    margin-bottom: 40px;
}

.contato-list {
    list-style: none;
    padding-left: 0px;
}

.contato-list li {
    color: #0962ad;
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contato-list li .contact-icon {
    width: 24px;
    margin-right: 5px;
    text-align: center;
    font-size: 21px;
    color: #aad3f6;
}

footer {
    background-color: #0962ad;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .logo-footer {
    max-width: 100px;
}

footer p {
    display: block;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
    margin-top: 5px;
}

footer .social-icon {
    color: rgba(255, 255, 255, 0.75);
    font-size: 21px;
    float: right;
    padding: 5px;
}


footer .social-icon:hover {
    color: rgba(255, 255, 255, 1.0);
}

footer .footer-esq .links-block a {
    color: rgba(255, 255, 255, .75);
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
}

footer .footer-esq .links-block a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

footer .footer-esq .links-block {
    margin-top: 20px;
}

footer .footer-esq .links-block ul {
    padding-left: 0px;
    list-style: none;
}

footer .footer-esq .links-block ul li {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 12px;
}


footer .footer-esq .links-block ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border: 0px;
}

.container-section {
    padding-bottom: 40px;
    padding-top: 20px;
}

.container-section h3 {
    text-transform: none;
}

.container-section h4 {
    margin-top: 30px;
}

.container-section ul {
    padding-left: 15px;
}

.container-section p {
    font-size: 14px;
    list-height: 24px;
    margin-bottom: 10px;
}

.container-section ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
}

.container-section strong {
    color: #129BDB;
    font-weight: 600;
}

.container-section ul li::marker {
    color: #129BDB;
}

.container-section hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container-section h6 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #555555;
}



/* -----------------------------------------
   CTA
----------------------------------------- */

.container-cta {
    background-image: linear-gradient(225deg, #762E7C, #0962AD);
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
}

.container-cta h4 {
    color: #ffffff;
    font-size: 26px;
    line-height: 31px;
}

.container-contato p {
    font-size: 16px;
    line-height: 25px;
    
}

.container-contato p strong {
    color: #2ea342;
}

/* -----------------------------------------
   Páginas Internas
----------------------------------------- */

.section-title {
    background-color: #129bdb;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.section-title h2 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
}


/* -----------------------------------------
   Botões fixos rodapé
----------------------------------------- */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgb(21 112 189);
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 18px;
}

#myBtn:hover {
    background-color: rgb(83, 191, 248);
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 70px;
    z-index: 99;

}


.whatsapp-btn img {
    border-radius: 4px;
    height: 41px;
}

.grecaptcha-badge {
    bottom: 75px !important;
}

/* -----------------------------------------
   Forms
----------------------------------------- */

.form-group {
    margin-bottom: 10px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    opacity: 0.35;
}

.form-inline {
    align-items: start;
}

.form-inline label {
    margin-top: 8px;
    margin-right: 10px;
}

textarea {
    border: 2px solid #D8D8D8 !important;
    margin-top: 5px !important;
    padding: .5em !important;
    border-radius: 6px !important;
}

.form-control {
    display: block;
    border-radius: 24px;
    margin: 0;
    padding: .75em .75em;
    width: 100%;
    font-size: inherit;
    font-weight: 400;
    line-height: inherit;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    background: 0 0;
    transition: 0.3s;
    transition-timing-function: ease-in;
    resize: none;
    outline: 0;
    border-radius: 6px;
    border: 2px solid #D8D8D8;
    font-size: 14px;

}

select {
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

label {
    color: #0962ad;
    margin-bottom: 0;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
}

.alert {
    font-size: 13px;
    line-height: 18px;
}

.custom-select {
    border: 2px solid #d8d8d8 !important;

}

.alert strong {
    font-weight: 600;
}

.alert-success .fa-check {
    margin-right: 5px;
}

.alert-success {
    color: #319220;
    background-color: #DBF7DA;
    border-color: #DBF7DA;
}

.alert-danger {
    color: #DC1B2C;
    background-color: #ffe5e7;
    border-color: #ffe5e7;
}

.alert-danger .fa-xmark {
    margin-right: 5px;
}

/* -----------------------------------------
   Media Queries
----------------------------------------- */
@media only screen and (min-width: 992px) {
    .banner-container {
        background-position: bottom;
        background-size: cover;
    }
}

@media only screen and (min-width: 781px) and (max-width: 991px) {
    .banner-container .container {
        padding-top: 55px;
    }

}



@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .banner-container {
        height: 600px;
    }


}

@media only screen and (max-width: 767px) {
    .banner-container {
        background-position: left;
    }

    .banner-container .container {
        padding-top: 32px;
    }

    .container-cta h4 {
        text-align: center;
        margin-bottom: 20px;
    }

    footer {
        text-align: center;
    }

    footer .social-icon {
        float: none;
    }

    footer .footer-esq {
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 320px) {

    .banner-container h1 {
        font-size: 34px !important;
        line-height: 38px !important;
    }
}

@media only screen and (max-width: 560px) {

    .container-padding-top {
        padding-top: 60px;
    }

    .container-padding-bottom {
        padding-bottom: 120px;
    }

    .banner-container .block-01 {
        padding: 0px !important;
    }

    .funcionalidades h3 {
        text-align: left
    }

    .funcionalidades h5 {
        text-align: left
    }

    .bloco-sobre h2 {
        text-align: left;
    }

    .funcionalidade-feature {
        margin-bottom: 15px;
        height: auto;
    }


    h1 span {
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .funcionalidade-padding-bottom {
        margin-bottom: 20px;
    }

    .center-navigation .nav-link {
        color: rgba(255, 255, 255, .5);
        padding: 15px 0px 15px 0px;
        border-bottom: 1px solid #505050;
    }

    .right-navigation {
        position: absolute;
        top: 7px;
        right: 75px;
    }

    .center-item {
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .banner-container h1 {
        font-weight: 700;
        font-size: 40px;
        line-height: 44px;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: .75rem;
    }
}


@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 991px) {

    .banner-container {
        height: auto;
        padding-bottom: 60px;
    }

    .banner-container .block-01 {
        padding: 15px;
    }

    .img-destaque {
        margin-bottom: 30px;
    }

    .banner-container .container {
        padding-top: 25px;
        flex-direction: column;
    }

    .banner-container .container .block-02 {
        padding-top: 25px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    body {
        padding-top: 60px;
    }

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



    .navbar {
        padding: 0.75rem 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: #0962ad;
        font-weight: 600;
        border-bottom: 1px solid #ececec;
        font-size: 18px;
        line-height: 28px;
    }

    .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-item .nav-link .icon-nav {
        color: #acc5f0;
        margin-right: 5px;
    }

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

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

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

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

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

    .nav-25 {
        width: 50%;
    }

    .nav-50 {
        display: none;
    }

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

    .navbar-toggler {
        float: right;
    }
}

@media only screen and (min-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
        line-height: 20px;
    }

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

    h1 {
        width: 450px;
    }
}