@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url("/assets/webfonts/poppins-300.woff2") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url("/assets/webfonts/poppins-400.woff2") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url("/assets/webfonts/poppins-500.woff2") format('woff2');
}

/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url("/assets/webfonts/poppins-600.woff2") format('woff2');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url("/assets/webfonts/poppins-700.woff2") format('woff2');
}

body {
    color: #212529;
    font-family: "Poppins", sans-serif;
    min-height: 100vh;
    padding-top: 65px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}

.navbar {
    padding: 10px 5px 10px 20px;
    background-color: white !important;
    transition: background-color 200ms linear;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar.fixed-top {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.06);
    position: fixed;
    background-color: white !important;
}

.navbar-toggler:focus, button.close:focus {
    outline: none;
}

#side-menu {
    box-shadow: 8px 0 10px 1px #000;
    -webkit-box-shadow: 8px 0 10px 1px #000;
    -moz-box-shadow: 8px 0 10px 1px #000;
}

.nav-link {
    font-weight: normal !important;
    padding: 0.5rem !important;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.nav-link:hover, .nav-item.active .nav-link {
    color: #00984A !important;
}

.navbar-light .navbar-toggler-icon {
    color: white;
}

.navbar-light .navbar-toggler-icon {
    /*! background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); */
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-collapse {
    margin-top: 9px;
    text-align: center;
    justify-content: center;
    background-color: #003F80;
    border-top: solid 1px #002750;
    z-index: 99999;
    opacity: 1;
    border-radius: 0px 0px 5px 5px;
}

.navbar-brand img {
    width: 140px;
    height: auto;
}

.green-box-testimonies {
    background-color: #009C88;
    padding: 25px 25px;
    border-radius: 10px;
}

.green-box-testimonies .testimony-text {
    line-height: 1.4rem;
    margin-bottom: 10px;
}

.btn {
    font-weight: 700;
    font-size: 0.95rem;
    padding: 10px 26px;
    margin: 0;
    color: white;
    border: none;
    border-radius: 10px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    white-space: normal;
}

.btn:active:focus {
    box-shadow: none !important;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn-dark-blue {
    background-color: #233150;
}

.btn-dark-blue:hover, .btn-dark-blue:active, .btn-dark-blue:focus, .btn-dark-blue:active:focus {
    background-color: black !important;
    color: white;
}

.btn-green {
    background-color: #00984A;
}

.btn-green:hover, .btn-green:active, .btn-green:focus, .btn-green:active:focus {
    background-color: #007738 !important;
    color: white;
}

.green-text {
    color: #00984A;
}

.yellow-text {
    color: #FFC900;
}

.blue-text {
    color: #004C97;
}

.btn-yellow {
    background-color: #FFC900;
    color: black;
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:active:focus {
    background-color: #b99500 !important;
    color: white;
}

.btn-light-green {
    background-color: rgb(115, 185, 38);
}

.btn-light-green:hover, .btn-light-green:active, .btn-light-green:focus, .btn-light-green:active:focus {
    background-color: rgb(72, 119, 19) !important;
    color: white;
}

.btn-cta-green {
    background-color: #27a719;
}

.btn-cta-green:hover, .btn-cta-green:active, .btn-cta-green:focus, .btn-cta-green:active:focus {
    background-color: #18710f !important;
    color: white;
}

.btn-blue {
    background-color: #5FADB7;
}

.btn-blue:hover, .btn-blue:active, .btn-blue:focus, .btn-blue:active:focus {
    background-color: #5397a0 !important;
    color: white;
}

.btn-login {
    padding: 6px 21px;
    font-size: 0.9rem;
    font-weight: 800;
    margin-top: 0;
    margin-left: 10px;
}

#go-top-button {
    background: #00984A;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 85px;
    right: -70px;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 6px, rgba(0, 0, 0, 0.2) 0 2px 24px;
    background-size: 300%, 1px;
    background-position: 0;
    padding-top: 5px;
    font-size: 1.5rem;
    color: white;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#go-top-button:hover {
    cursor: pointer;
    background: #007738;
}

#go-top-button:active {
    background: #007738;
}

.service-icon {
    text-align: center;
}

.integracao-container {

    background-color: white;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
}

.integracao-container img {

    max-width: 100%;
    height: auto;
}

.whatsapp-side-button {
    background-color: #25D366;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 17px;
    right: 17px;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 6px, rgba(0, 0, 0, 0.2) 0 2px 24px;
    padding-top: 7px;
    font-size: 1.5rem;
    color: white;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    animation: shake 10s infinite;
}

.whatsapp-side-button:hover {
    cursor: pointer;
    background-color: #1ea852 !important;
}

.whatsapp-side-button:active {
    background-color: #1ea852 !important;
}

.whatsapp-side-button img {
    width: 32px;
    height: auto;
}

.register-link {
    padding: 0;
    color: #233150;
    font-size: 0.9rem;
}

.register-link:hover {
    color: #009c88;
}

.site-footer {
    background-color: #00428E;
    color: white;
    font-size: 1rem;
}

.site-footer .proposito {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-top: 25px;
}

.footer-column {
    padding: 15px 25px;
}

.footer-copyright-container {
    padding: 20px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.footer-main {
    padding: 40px 0;
}

.footer-title {
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.post-list .post + .post-list .post {
    margin-bottom: 15px;
}

.post-list .post-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.post-list .post-date {
    font-size: 0.85rem;
}

.site-footer .post-list .post-date {
    color: #d6d6d6;
}

a.white-link {
    color: white;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-decoration: none;
}

a.white-link:hover, a.white-link:active, a.white-link:focus {
    text-decoration: none;
    color: #FFC900;
}

a.green-link {
    color: #009C88;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a.green-link:hover, a.green-link:active, a.green-link:focus {
    text-decoration: none;
    color: #005a4b;
}

.light-gray-text {
    color: #696970;
}

a.gray-link {
    color: #393939;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

a.gray-link:hover, a.gray-link:active, a.gray-link:focus {
    text-decoration: none;
    color: #73D2DE;
}

a.white-link.underline {
    text-decoration: underline;
}

.footer-main .link-list {
    margin-bottom: 10px;
}

.link-list .link {
    display: block;
}

.link-list .link + .link {
    margin-top: 10px;
}

.link-list .link i {
    color: #73D2DE;
    margin-right: 5px;
}

.site-footer .social-icons {
    font-size: 1.8rem;
}

.site-footer .social-icons .social-icon {
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #73D2DE;
}

.site-footer .social-icons .social-icon:hover {
    color: #5397a0;
}

.site-footer .social-icons .social-icon + .social-icon {
    margin-left: 5px;
}

.page-title-container {
    background-color: #73D2DE;
    text-align: center;
    color: white;
    padding: 40px 0 35px;
}

.page-title {
    font-size: 2.5rem;
    font-weight: 700;
}

section.bg-light {
    background-color: white !important;
}

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

.small-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 25px;
}

.section-subtitle {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-family: 'Nunito', Tahoma, Helvetica, sans-serif;
    font-weight: 700;
    color: #009C88;
    padding-left: 10px;
    border-left: solid 3px #009C88;
}

.section-subtitle.no-border {
    border-left: none;
    padding-left: 0;
}

.text-gray {
    color: rgb(105, 105, 112);
}

.img-block {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

p.spaced {
    line-height: 1.8rem;
}

.column.vertical-content {
    margin-bottom: auto;
    margin-top: auto;
}

.column.low-padding {
    padding: 15px;
}

.column.normal-padding {
    padding: 35px 15px 35px 15px;
}

.sub-section-title {
    font-size: 0.9rem;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.service-step {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background-color: #00428E;
    color: white;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.cta-box-container {
    width: 100%;
    padding: 0 15px;
}

.cta-box {
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(90deg, #233150 40%, #73D2DE 100%);
    padding: 25px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
}

.cta-text {
    font-family: 'Livvic', Tahoma, Helvetica, sans-serif;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
}

.cta-btn {
    background-color: white;
    color: #1C1C25;
    margin: 15px 0;
    padding: 15px 35px;
    border: solid 2px white;
}

.cta-btn:hover, .cta-btn:active, .cta-btn:focus {
    background-color: transparent;
    color: white;
}

.cta-text-container {
    display: block;
}

.cta-button-container {
    display: block;
}

.testimony-box-container {
    width: 100%;
}

.testimony-outer-box {
    background-color: #233150;
    border-radius: 10px;
    margin: 0 auto;
}

.testimony-box {
    color: white;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    padding: 40px 15px;
    text-align: center;
}

.testimony-box .section-subtitle {
    color: white;
    border: none;
}

.testimony-box .carousel-control-next, .testimony-box .carousel-control-prev {
    width: 20px;
}

.testimony-box .carousel-item {
    padding: 0 20px;
}

.testimony-text {
    line-height: 1.5rem;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.testimony-author {
    font-weight: bold;
    font-size: 1.2rem;
}

.testimony-position {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
}

.testimony-box .carousel-item {
    min-height: 200px;
}

input[type="text"].form-control, input[type="email"].form-control {
    font-size: 0.9rem;
    font-family: 'Nunito', Tahoma, Helvetica, sans-serif;
    padding: 13px 20px;
    border-radius: 28px;
    background-color: #f4f6fa;
    border: none;
    height: auto;
}

.nunito-font {
    font-family: 'Nunito', Tahoma, Helvetica, sans-serif;
}

.site-footer .footer-small-font {
    font-size: 14px;
}

textarea.form-control {
    font-size: 0.95rem;
    font-family: 'Nunito', Tahoma, Helvetica, sans-serif;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #f4f6fa;
    border: none;
}

input[type="text"].form-control:focus, input[type="email"].form-control:focus, textarea.form-control:focus,
input[type="text"].form-control:active, input[type="email"].form-control:active, textarea.form-control:active {
    background-color: #f4f6fa;
    box-shadow: none;
    border: none;
}

.form-group {
    position: relative;
    margin-bottom: 0.8rem;
}

form .error-text {
    text-align: left;
    font-size: 0.8rem;
    color: red;
    margin-left: 20px;
    margin-top: 4px;
    line-height: 0.8rem;
}

.modal-content {
    border: none;
    -webkit-box-shadow: 7px 5px 30px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 7px 5px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 7px 5px 30px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.modal-body .close {
    position: absolute;
    right: 15px;
    top: 10px;
    outline: none !important;
}

.modal-body {
    padding: 40px;
}

.email-modal h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

textarea {
    resize: none;
}

.video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    height: 100%;
    margin: 10px 0;
}

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

.gray-background {
    background-color: #F7F9FF;
}

.dark-blue-background {
    background-color: #004C97;
    color: white;
}

.very-dark-blue-background {
    background-color: #00428E;
    color: white;
}

.purple-background {
    background-color: #4d0080;
    color: white;
}

.purple-text {
    color: #4d0080;
}

.green-background {
    background-color: #009C88;
    color: white;
}

.questions .question {
    display: block;
    width: 100%;
    position: relative;
}

.questions {
    display: block;
}

.questions .question + .question {
    margin-top: 15px;
}

.questions .question .question-title {
    padding: 15px 40px 15px 25px;
    background-color: white;
    border-radius: 40px;
    box-shadow: 7px 5px 20px 0 rgba(0, 0, 0, 0.08);
    font-size: 1rem;
    color: #1c1c25;
    font-weight: bold;
    margin-bottom: 0;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    cursor: pointer;
    font-family: 'Nunito';
    line-height: 1.7rem;
}

.questions .question .question-title:after {
    background-image: url("../img/icon/soma-preto.svg");
    background-size: cover;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 20px;
    height: 21px;
    display: inline-block;
    content: " ";
}

.questions .question .question-title[aria-expanded="true"]:after {
    background-image: url("../img/icon/subtracao-preto.svg");
    background-size: cover;
}

.questions .question .question-title:hover, .questions .question .question-title:focus,
.questions .question .question-title:active, .questions .question .question-title[aria-expanded="true"] {
    background-color: transparent;
    background: linear-gradient(90deg, #233150 30%, #009C88 100%);
    color: white;
}

.questions .question .question-answer {
    padding: 15px 25px 15px 25px;
    line-height: 1.7rem;
    text-align: justify;
}

.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 90px;
    right: 18px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    animation: shake 10s infinite;
}

@keyframes shake {
    4.5%, 10.5% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    5% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    5.5% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    6% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    6.5% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    7% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    7.5% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    8% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    8.5% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    9% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    9.5% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    10% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}


.whatsapp-float img {
    width: 55px;
    height: auto;
}


.blog-posts {
    margin-top: 10px;
}

.blog-posts .blog-post {
    box-shadow: 0 0 0 1px #dde2ef;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    height: 100%;
}

.blog-posts .post-image {
    max-width: 300px;
    height: auto;
    width: 100%;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
}

.blog-posts .post-date {
    text-transform: uppercase;
    font-weight: 700;
    color: #989898;
    font-size: 0.85rem;
    margin-top: 15px;
    display: block;
}

.blog-posts .post-title {
    margin-top: 10px;
    line-height: 1.5rem;
}

.blog-posts .post-title a {
    color: #1c1c25;
    font-weight: 700;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 1.2rem;
}

.blog-posts .post-title a:hover, .blog-posts .post-title a:focus, .blog-posts .post-title a:active {
    color: #009C88;
    text-decoration: none;
}

.blog-posts .read-more:before, .blog-posts .read-more:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 3px;
    width: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #009c88;
}

.blog-posts .read-more:after {
    left: initial;
    right: 0;
    width: 0;
    color: #233150;
}

.blog-posts .read-more:hover:before {
    width: 0;
}

.blog-posts .read-more:hover:after {
    background: #233150;
    width: 20px;
}

.blog-posts .read-more {
    position: relative;
    color: #009c88;
    font-weight: 700;
    font-family: 'Livvic', Tahoma, Helvetica, sans-serif;
    margin-bottom: 6px;
    display: inline-block;
}

.blog-posts .read-more:hover, .blog-posts .read-more:focus, .blog-posts .read-more:active {
    text-decoration: none;
    color: #233150;
}

.dual-full-column .half-column-1, .dual-full-column .half-column-2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
}

.section-title.small {
    font-size: 1.8rem;
}

.dual-full-column .row.main-row {
    margin-left: 0;
    margin-right: 0;
}

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

.row.low-spacing .column {
    padding-left: 5px;
    padding-right: 5px;
}

.question-answer p {
    margin: 0;
}

.question-answer p + p {
    margin-top: 10px;
}

.margin-top-30 {
    margin-top: 30px;
}

.section-text {
    font-weight: bold;
}

.white-background {
    background-color: white;
}

.single-service {
    padding: 45px;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 10px;
    height: 100%;
    background-color: white;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
    text-align: start;
    margin: 0 15px;
}

.single-service .service-image {
    margin-bottom: 15px;
}

.single-service .service-title {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.9rem;
}

.single-service .service-text {
    color: #696970;
    line-height: 1.6rem;
    margin-bottom: 0;
}

.single-service .service-text.low-height {
    color: #696970;
    line-height: 1.4rem;
}

.navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    margin-top: 0;
}

.navbar-nav .dropdown-item {
    font-weight: 700;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: #233150 !important;
    padding: 8px 25px;
}

.navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:active {
    color: #009c88 !important;
    background-color: initial;
}

.dropdown-menu {
    position: relative !important;
    transform: none !important;
    will-change: initial !important;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}

#side-menu .dropdown-menu {
    display: block !important;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -ms-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

#side-menu .dropdown-menu.show {
    display: block;
    visibility: initial;
    max-height: 500px;
}

.dropdown-item.active {
    background-color: transparent;
    color: #009c88 !important;
}

.services {
    display: block;
    padding-top: 20px;
}

.big-step-box-image {
    flex: initial;
    text-align: center;
}

.big-step-box {
    display: block;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
    color: #696970;
    box-shadow: 0 0 0 1px #dde2ef;
}

.big-step-box.box-right {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.big-step-box-contents {
    display: flex;
    flex: auto;
}

.big-step-box-contents .step-number {
    font-size: 2rem;
    padding: 0;
    font-family: 'Livvic', Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    color: #212529;
    line-height: 4rem;
}

.big-step-box-contents .step-title {
    display: block;
    font-family: 'Livvic', Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    color: #212529;
    line-height: 1.5rem;
    margin-bottom: 5px;
}

.big-step-box-contents .step-description {
    display: block;
    line-height: 1.3rem;
    margin-bottom: 0;
}

.big-step-box-contents .step-description.big-text {
    font-size: 1.3rem;
    line-height: 1.6rem;
    max-width: 620px;
}

.big-step-box-contents .step-description-container {
    padding: 15px;
}

.big-step-box-container.with-line:after {
    content: ' ';
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='50' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cline stroke-dasharray='5, 5' x1='0' y1='0' x2='0' y2='350' stroke-width='5' stroke='rgb(255, 255, 255)'%3E%3C/line%3E%3C/svg%3E");
    display: block;
    height: 30px;
}

.big-step-box.box-right .step-number {
    padding: 0;
}

.black-link {
    color: #212529;
}

.black-link:hover {
    text-decoration: none;
    color: #5b5b5b;
}

.question-full {
    margin: 0 auto;
    padding: 40px 0;
}

.question-full + .question-full {
    border-top: solid 1px #d7d7d7;
}

.social-icon:hover {
    text-decoration: none;
}

.whatsapp-modal .modal-body {
    padding: 20px;
}

.whatsapp-modal .modal-content {
    border-radius: 5px;
}

.whatsapp-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
}

.whatsapp-modal input[type="text"].form-control {
    border-radius: 5px;
    padding: 6px 13px;
    box-shadow: inset 0 2px 3px #ddd;
    -webkit-box-shadow: inset 0 2px 3px #ddd;
    -moz-box-shadow: inset 0 2px 3px #ddd;
}

.whatsapp-modal input[type="text"].form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: solid 1px #d5d5d5;
}

.btn-small {
    padding: 6px 15px;
}

.banner-title {
    font-size: 1.3rem;
}

.banner-subtitle {
    font-size: 0.9rem;
}

.dados-privacidade {
    display: inline-block;
    margin-left: 18px;
    vertical-align: middle;
    font-weight: bold;
}

.mb-6 {
    margin-bottom: 1.5rem !important
}

.mt-6 {
    margin-top: 1.5rem !important
}

@media (min-width: 576px) {
    .dual-full-column .half-column-1, .dual-full-column .half-column-2 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .big-step-box {
        display: flex;
        align-items: center;
    }

    .big-step-box.box-right {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .big-step-box-contents .step-number {
        font-size: 3.5rem;
        padding: 5px 0 5px 30px;
        line-height: 5rem;
    }

    .big-step-box-contents .step-description-container {
        padding: 20px;
    }

    .big-step-box-container.with-line:after {
        height: 50px;
    }

    .big-step-box.box-right .step-number {
        padding: 5px 0 5px 15px;
    }

    .dual-full-column .half-column-1, .dual-full-column .half-column-2 {
        max-width: 720px;
    }

    .section-title {
        font-size: 1.6rem;
    }

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

    .carousel-control-next, .carousel-control-prev {
        width: 40px;
    }

    .carousel-item {
        padding: 0 45px;
    }

    .testimony-text {
        line-height: 1.7rem;
    }
}

@media (min-width: 992px) {
    .newsletter-section.limited-width {
        max-width: 400px;
    }

    .newsletter-section.newsletter-sidebar {
        padding: 0 0 15px 0;
    }

    body {
        padding-top: 80px;
    }

    .navbar {
        height: 80px;
    }

    .green-box-testimonies {
        min-height: 275px;
        padding: 25px 0;
    }

    .green-box-testimonies .carousel-item {
        height: 262px;
    }

    .cookiealert .btn {
        display: inline-block;
        margin: 5px;
    }

    .dual-full-column .half-column-1, .dual-full-column .half-column-2 {
        max-width: 475px;
    }

    .dual-full-column .half-column-1 {
        float: right;
        padding-right: 45px;
        padding-left: 0;
    }

    .dual-full-column .half-column-2 {
        float: left;
        padding-left: 45px;
        padding-right: 0;
    }

    .cta-btn {
        margin: 15px 0 15px 20px;
    }

    .cta-text-container {
        display: inline-block;
    }

    .cta-button-container {
        display: inline-block;
    }

    .cta-box {
        padding: 40px 15px;
    }

    .page-title-container {
        background-color: #73D2DE;
        padding: 60px 0 55px;
    }

    .default-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .default-section.big-padding-desktop {
        padding-top: 70px;
        padding-bottom: 70px;
        min-height: 600px;
    }

    .default-section.big-padding-only-desktop {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .footer-main {
        padding: 60px 0;
    }

    .navbar {
        padding: 20px 25px;
    }

    .navbar-brand img {
        width: 110px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .nav-item {
        border: none;
    }

    .navbar-collapse {
        margin-top: 0;
        justify-content: flex-end;
        background-color: transparent;
        border-top: unset;
    }

    .btn-desktop {
        font-size: 1.1rem;
    }

    .text-big-desktop {
        font-size: 1.2rem;
    }

    .nav-link {
        font-size: 1rem;
        padding: 0.2rem 0.7rem 0.2rem 0.7rem !important;
        color: #343a40 !important;
    }
}

@media (min-width: 1100px) {
    .navbar-brand img {
        width: 155px;
    }

    .nav-link {
        font-size: 1rem;
        padding: 0.2rem 0.8rem 0.2rem 0.8rem !important;
    }
}

@media (min-width: 1200px) {
    .sub-section-title {
        font-size: 1.05rem;
    }

    .newsletter-section.newsletter-sidebar .section-title {
        font-size: 1.4rem;
    }

    .newsletter-section.newsletter-sidebar .section-title {
        font-size: 1.4rem;
    }

    .green-box-testimonies {
        min-height: 275px;
        padding: 25px 0;
    }

    .green-box-testimonies .carousel-item {
        height: 220px;
    }

    .dual-full-column .half-column-1, .dual-full-column .half-column-2 {
        max-width: 535px;
    }

    .cta-btn {
        margin: 15px 0 15px 40px;
    }

    .navbar-brand img {
        width: 155px;
    }
}

@media (min-width: 1300px) {
    body {
        padding-top: 86px;
    }

    .navbar {
        height: 86px;
    }

    .nav-link {
        font-size: 1rem;
        padding: 0.2rem 1rem 0.2rem 1rem !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 12%);
        -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 6px 0 rgb(0 0 0 / 12%);
    }

    .navbar-nav .dropdown-item:hover, .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:active {
        color: #009c88 !important;
        background-color: initial;
    }

    .dropdown-menu {
        position: absolute !important;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .navbar-nav li:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

    .nav-link:hover, .nav-item.active .nav-link {
        color: #00984A !important;
    }
}

@media (min-width: 1200px) {
    .banner-title {
        font-size: 1.6rem;
    }

    .banner-subtitle {
        font-size: 1.05rem;
    }
}