body {
    font-family: 'Poppins', sans-serif;
}

.header-section {
    background: #121B25;
    width: 100%;
    padding: 40px 0px;
    display: inline-block;
}

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

.header-section .navbar-light .navbar-nav .nav-link {
    font-size: 19px;
    color: #D4D7DB;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-section .navbar-light .navbar-nav .nav-link:hover {
    color: #0092ff;
}

.header-section .navbar-light .navbar-nav .nav-item {
    margin: 0px 10px;
}

.header-section .navbar-light .navbar-nav .nav-item.active .nav-link {
    font-size: 19px;
    color: #0092ff;
}

.header-section .navbar-light .navbar-nav .nav-item .dropdown-menu {
    transform: translate3d(0, 5px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    pointer-events: none;
    transition: all 200ms linear;
}

.header-section .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    max-height: 9999px;
    transform: translate3d(0, 0px, 0);
}

.footer-section {
    background: #F7F8FA;
    width: 100%;
    float: left;
    padding: 97px 0px 40px;
}

.footer-top {
    width: 100%;
    float: left;
}

.footer-logo {
    width: 100%;
    float: left;
}

.footer-left-text {
    margin: 20px 0px;
    float: left;
    width: 100%;
    font-size: 19px;
    color: #515151;
    font-weight: bold;
}

.footer-social-icon {
    width: 100%;
    display: inline-block;
}

.footer-social-icon a {
    color: #0092ff;
    margin-right: 20px;
    font-size: 22px;
}

.footer-middle-text {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #121B25;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-list {
    font-size: 14px;
    color: #929DAA;
    list-style: none;
    font-weight: bold;
    padding-left: 0px;
}

.footer-list a {
    font-size: 14px;
    color: #929DAA;
    list-style: none;
    font-weight: bold;
    margin: 5px 0px;
    display: inline-block;
}

.footer-form {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}

.footer-form span {
    position: absolute;
    left: 12px;
    top: 12px;
}

.footer-form input {
    padding-left: 44px;
    border: none;
    font-size: 14px;
    padding-right: 60px;
    color: #596675;
    height: 50px;
}

.footer-send-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #121B25;
    padding: 13px 15px;
    border: none;
}

.footer-bottom {
    font-size: 12px;
    color: #929DAA;
    font-weight: bold;
    margin-top: 20px;
}

.analises-section {
    padding: 60px 0px;
    display: inline-block;
    width: 100%;
}

.analises-box {
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.wrapper {
    position: relative;
    width: 100%;
}

.wrapper img {
    /*max-width: 100%;
    height: 195px;*/
    object-fit: cover;
}

.wrapper iframe {
    display: none;
    vertical-align: middle;
}

.play-btn {
    position: absolute;
    z-index: 666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
    background: #0092ff url(../img/Play.png) no-repeat;
    height: 54px;
    width: 54px;
    padding: 18px;
    /* background: #f00; */
    border-radius: 50px;
}

.play-btn:hover {
    cursor: pointer;
}

.play-btn:focus {
    outline: 0;
}

.analises-box-bottom {
    padding: 10px 19px;
    background: #fff;
    position: relative;
}

.custom-pills.nav-pills {
    float: left;
}

.custom-pills.nav-pills .nav-link.active, .custom-pills.nav-pills .show > .nav-link {
    background: #121B25;
    color: #fff;
}

.custom-pills.nav-pills .nav-link {
    font-size: 19px;
    color: #929DAA;
    margin-right: 10px;
}

.Analise-top-right {
    float: right;
    margin-top: 6px;
}

.Analise-top-select {
    display: inline-block;
}

.Analise-top-select select {
    border: 1px solid #929DAA;
    border-radius: 5px;
    font-size: 16px;
    padding: 3px 30px 3px 20px;
    color: #929DAA;
    background: url(../img/select-arrow.png) no-repeat;
    background-position: 95% center;
    appearance: none;
    -webkit-appearance: none;
}

.Analise-top-list {
    display: inline-block;
}

.Analise-top-list a {
    color: #929DAA;
    margin-left: 10px;
}

.Analise-top-bottom {
    margin-top: 40px;
}

.analises-box-bottom-title {
    font-size: 16px;
    color: #121B25;
    font-weight: 600;
}

.analises-box-bottom-text {
    font-size: 14px;
    color: #596675;
}

.analises-box-more {
    position: absolute;
    right: 13px;
    top: 19px;
    cursor: pointer;
}

.popup-main {
    max-width: 1036px;
    margin: 0 auto;
}

.popup-main-box {
    width: 100%;
    float: left;
    padding: 100px;
    position: relative;
    background: #F9FBFD;
    box-shadow: 0px 2px 25px 5px rgba(0, 0, 0, 0.1);
}

.popup-main-box-close {
    position: absolute;
    right: 50px;
    top: 44px;
    cursor: pointer;
}

.popup-main-box-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #515151;
    font-weight: bold;
    margin-bottom: 50px;
}

.popup-main-box-title b {
    color: #0092ff;
    font-weight: bold;
}

.popup-main-box-sub-text {
    font-size: 25px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #515151;
    margin-bottom: 30px;
    font-weight: 600;
}

.popup-main-box-sub-text span {
    font-weight: normal;
    width: 100%;
    display: inline-block;
}

.popup-main-box-text {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #515151;
    margin-bottom: 30px;
    text-align: center;
}

.popup-main-box-text span {
    color: #0092ff
}

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background: #121B25 !important;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #121B25;
    padding: 13px 24px;
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear;
    min-width: 212px;
}

.btn-default, .btn-default:hover, .btn-default:focus {
    background: #fff !important;
    border-radius: 5px;
    font-size: 14px;
    color: #121B25;
    font-weight: 600;
    border: 1px solid #121B25;
    padding: 11px 24px 12px;
    min-width: 212px;
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear
}

.btn-primary:hover, .btn-primary:focus, .btn-default:hover, .btn-default:focus {
    background-color: #0092ff !important;
    border: 1px solid #0092ff !important;
    box-shadow: 0 6px 15px 0 rgba(253, 223, 89, 0.493) !important;
    color: #fff;
}

.footer-send-btn {
    -webkit-transition: all 200ms linear !important;
    transition: all 200ms linear
}

.footer-send-btn:hover, .footer-send-btn:focus {
    background-color: #0092ff !important;
    box-shadow: 0 6px 15px 0 rgba(253, 223, 89, 0.493) !important;
    color: #fff;
}

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

.btn-gap-left {
    margin-left: 30px;
}

.btn-primary span, .btn-default span {
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 10px;
}

.contact-top-section .btn-primary span {
    vertical-align: top;
    margin-top: 1px;
}

.aprenda-top-section {
    max-width: 1049px;
    margin: 0 auto;
}

.aprenda-left-title {
    width: 100%;
    display: inline-block;
    font-size: 48px;
    line-height: 54px;
    color: #515151;
    font-weight: bold;
    margin-bottom: 30px;
}

.aprenda-left-title span {
    font-weight: normal;
}

.aprenda-left-title b {
    color: #0092ff;
    font-weight: bold;
}

.aprenda-left-text {
    width: 100%;
    display: inline-block;
    font-size: 25px;
    color: #515151;
    font-weight: bold;
    margin-bottom: 30px;
}

.aprenda-left-vogas {
    width: 100%;
    display: inline-block;
    font-size: 25px;
    color: #0092ff;
    font-weight: bold;
}

.aprenda-right-title {
    width: 100%;
    display: inline-block;
    font-size: 25px;
    color: #515151;
    font-weight: bold;
    margin-bottom: 10px;
}

.aprenda-right-title span {
    color: #0092ff;
}

.country-code::-webkit-input-placeholder { /* Edge */
    font-weight: bold;
    opacity: 1;
    color: #121B25;
}

.country-code:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: bold;
    opacity: 1;
    color: #121B25;
}

.country-code::placeholder {
    font-weight: bold;
    color: #121B25;
    opacity: 1;
}

.aprenda-right-text {
    font-size: 18px;
    width: 100%;
    display: inline-block;
    color: #4D4E4E;
    margin-bottom: 20px;
}

.aprenda-form .form-control {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 10px 30px -5px rgba(149, 164, 175, 0.3);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 17px 20px 17px 60px;
    font-size: 14px;
    color: #596675;
    height: 50px;
}

.aprenda-form .form-control:focus, .aprenda-form .form-control:active {
    box-shadow: 0px 40px 70px -5px rgba(149, 164, 175, 0.4);
}

.aprenda-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

input:focus::placeholder, textarea:focus::placeholder {
    color: transparent;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.input-icon {
    position: absolute;
    top: 13px;
    left: 20px;
}

.aprenda-form-county-code {
    float: left;
    width: 133px;
}

.aprenda-form-mobile {
    padding-left: 166px;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    /* margin-right: 10px; */
    vertical-align: top;
    padding-left: 10px;
    padding-top: 4px;
}

.custom-control-label::after {
    width: 25px;
    height: 25px;
}

.custom-control-label::before {
    width: 25px;
    height: 25px;
    border-color: #0092ff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0092ff;
    background-color: #0092ff;
}

.aprenda-form-btn-cover {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.aprenda-bottom-section {
    margin-top: 100px;
    position: relative;
}

.aprenda-bottom-section h2 {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 70px;
    color: #515151;
}

.aprenda-bottom-section h2 span {
    font-weight: normal;
}

.aprenda-bottom-section h2 b {
    font-weight: bold;
    color: #0092ff;
}

.aprenda-bottom-box {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 8px 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    transition: all 250ms linear;
    height: 90%;
}

.aprenda-bottom-box:hover .aprenda-bottom-box-title, .aprenda-bottom-box:hover .aprenda-bottom-box-text,
.aprenda-bottom-box:hover .aprenda-bottom-box-price, .aprenda-bottom-box:hover .aprenda-bottom-box-small-text {
    color: #fff;
}

.aprenda-bottom-new .aprenda-bottom-box:hover {
    background-color: #0092ff;
    transform: translateY(-3px);
}

.aprenda-bottom-box:hover {
    box-shadow: 0px 40px 70px -5px rgba(149, 164, 175, 0.4);
}

.aprenda-bottom-box:hover .aprenda-bottom-box-img i {
    color: #fff;
}

.aprenda-bottom-box-img {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.aprenda-bottom-box-img i {
    font-size: 35px;
    color: #0092ff;
}

.aprenda-bottom-box-title {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #515151;
    font-weight: bold;
    margin: 10px 0px 20px;
}

.aprenda-bottom-box-text {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #515151;
}

.aprenda-bottom-box-price {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    color: #121B25;
}

.aprenda-bottom-box-price span {
    font-size: 16px;
    vertical-align: super;
}

.aprenda-bottom-box-small-text {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    color: #121B25;
}

.aprenda-bottom-box .btn-primary, .aprenda-bottom-box .btn-primary:hover, .aprenda-bottom-box .btn-primary:focus {
    padding: 13px 24px;
    font-size: 12px;
    width: 100%;
}

.aprenda-black-box {
    background: #000;
    width: 100%;
    float: left;
    padding: 40px 14px;
    font-size: 42px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    word-break: break-word;
}

.contact-top-section {
    margin-top: 30px;

}

.contact-top-section h2 {
    margin-bottom: 45px;
}

.contact-top-section p {
    margin-bottom: 45px;
    text-align: center;
    font-size: 25px;
    color: #515151;
}

.contact-box-text {
    text-align: center;
    font-weight: bold;
    color: #121B25;
}

textarea {
    height: 150px !important;
    resize: none;
}

.aplicativo-title {
    width: 100%;
    display: inline-block;
    font-size: 48px;
    color: #515151;
    font-weight: bold;
}

.aplicativo-title b {
    font-weight: bold;
    color: #0092ff;
}

.aplicativo-title span {
    font-weight: normal;
}

.aplicativo-sub-text {
    width: 100%;
    display: inline-block;
    font-size: 25px;
    color: #515151;
    margin-bottom: 20px;
    font-weight: 600;
}

.aplicativo-text {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #4D4E4E;
    margin-bottom: 20px;
}

.aplicativo-text span {
    color: #0092ff;
}

.aplicativo-top {
    align-items: center;
    margin-bottom: 40px;
}

.aplicativo-top img {
    max-width: 100%;
}

.aplicativo-bottom-section h2 {
    margin-bottom: 45px;
    /* margin-top: 50px;*/
}

.aplicativo-bottom-section p {
    margin-bottom: 45px;
    text-align: center;
    font-size: 16px;
    color: #515151;
}

.aplicativo-plan-cover {
    max-width: 934px;
    margin: 60px auto;
}

.aplicativo-plan-cover .row {
    margin: 0px;
}

.aplicativo-plan-cover .col-12 {
    padding: 0px;
}

.aplicativo-plan-cover .col-12:nth-child(2) .aplicativo-plan-box {
    background: #121B25;
    margin-top: -30px;
    margin-bottom: -30px;
    padding: 69px 35px 55px 35px;
    height: inherit;
}

.aplicativo-plan-cover .col-12:nth-child(2) .aplicativo-plan-title,
.aplicativo-plan-cover .col-12:nth-child(2) .aplicativo-plan-price,
.aplicativo-plan-cover .col-12:nth-child(2) .aplicativo-plan-list li {
    color: #fff;
}

.aplicativo-plan-cover .col-12:nth-child(2) .btn-primary,
.aplicativo-plan-cover .col-12:nth-child(2) .btn-primary:hover,
.aplicativo-plan-cover .col-12:nth-child(2) .btn-primary:focus {
    background: #0092ff !important;
}

.aplicativo-plan-box {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    padding: 40px 35px 25px 35px;
    margin-bottom: 30px;

}

.aplicativo-plan-title {
    display: inline-block;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    width: 100%;
    color: #121B25;
}

.aplicativo-plan-price {
    margin: 30px 0px;
    display: inline-block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #121B25;
    text-align: center;
}

.aplicativo-plan-price span {
    vertical-align: super;
    font-size: 20px;
}

.aplicativo-plan-list {
    padding-left: 20px;
    margin-bottom: 30px;
    list-style: none;
}

.aplicativo-plan-list li {
    background: url(../img/arrow.png) no-repeat;
    padding-left: 40px;
    font-size: 12px;
    color: #121B25;
    margin-bottom: 10px;
}

.aplicativo-plan-box .btn-primary, .aplicativo-plan-box .btn-primary:hover, .aplicativo-plan-box .btn-primary:focus {
    padding: 7px 24px;
}

.aplicativo-plan-subtext {
    margin: 22px 0px;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    color: #121B25;
    text-align: center;
}

.aplicativo-plan-exclusivo {
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}

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

.app-support-nav.nav-pills {
    float: left;
    width: 100%;
}

.app-support-nav.nav-pills .nav-link {
    font-size: 12px;
    color: #515151;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 5px;
}

.app-support-nav.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #f0eff3;
    color: #515151;
    font-weight: 500;
}

.app-support-button-cover .btn-primary,
.app-support-button-cover .btn-primary:hover,
.app-support-button-cover .btn-primary:focus {
    width: auto;
}

.app-support-button-cover .btn-default, .app-support-button-cover .btn-default:hover, .app-support-button-cover .btn-default:focus {
    padding: 13px 24px;
    font-size: 12px;
}

.app-support-button-cover .btn-default span {
    vertical-align: top;
    margin-top: -5px;
}

.app-support-right-title {
    border-bottom: 1px solid #f5f6f6;
    font-size: 18px;
    color: #515151;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.app-support-right-box h3, .app-support-right-box h6 {
    font-size: 14px;
    color: #515151;
    font-weight: bold;
    padding-bottom: 10px;
}

.app-support-right-box p {
    font-size: 14px;
    color: #515151;
    margin-bottom: 10px;
    text-align: left;
}

.app-support-right-box p a {
    color: #0092ff;
}

.video-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.video-wrapper, figure.vimeo, figure.youtube {
    margin: 0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    border-radius: 4px;
}

figure.vimeo a:before, figure.youtube a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid var(--white);
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -5px;
    display: block;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.youtube a img, figure.vimeo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    border-radius: 4px;
}

figure.vimeo a:after, figure.youtube a:after {
    content: "";
    width: 60px;
    height: 60px;
    background: #0092ff;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.color-primary {
    color: #0092ff
}

.padding-top-40 {
    padding-top: 40px;
}

.app-support-button-cover {
    margin: 35px 0px;
}

.video-detail-left-box img {
    height: auto;
}

.video-detail-left-box iframe {
    height: 560px;
}

.aprenda-blog-top-serch-cover {
    float: left;
    width: 294px;
}

.aprenda-blog-top-serch-cover .footer-form input {
    padding-left: 20px;
}

.aprenda-blog-top-serch-cover .footer-send-btn {
    height: 50px;
}

.blog-list-left-title {
    font-weight: bold;
    color: #515151;
    font-size: 16px;
    margin-bottom: 20px;
}

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

.blog-list-left-list li a {
    color: #4D4E4E;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
}

.blog-list-left-list li a.active {
    color: #0092ff;
}

.aprenda-blog-content {
    margin-top: 40px;
}

.aprenda-blog-box {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.aprenda-blog-box-answer {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 15px 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 94%;
}

.aprenda-blog-box-img {
    float: left;
}

.aprenda-blog-box-content {
    padding-left: 250px;
}

.aprenda-blog-box-title {
    font-weight: bold;
    font-size: 19px;
    color: #515151;
    display: inline-block;
    width: 100%;
}

.aprenda-blog-box-text {
    font-size: 14px;
    color: #454545;
    display: inline-block;
    width: 100%;
    margin: 15px 0px
}

.aprenda-blog-box-bottom {
    display: inline-block;
    width: 100%;
}

.aprenda-blog-box-bottom-left {
    width: 80%;
    float: left;
}

.aprenda-blog-box-bottom-left-img {
    float: left;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 100px;
}

.aprenda-blog-box-bottom-left-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.aprenda-blog-box-bottom-left-content {
    padding-left: 50px;
}

.aprenda-blog-box-bottom-left-title {
    font-size: 12px;
    color: #596675;
    font-weight: 600;
}

.aprenda-blog-box-bottom-left-text {
    font-size: 11px;
    color: #929DAA;
}

.share-link {
    float: right;
    margin-top: 10px;
}

.share-link a {
    margin-right: 10px;
}

.aprenda-blog-detail-inner {
    max-width: 1036px !important;
    margin: 0 auto;
}

.aprend-blog-detail-content p {
    font-size: 16px;
    color: #454545;
}

.aprend-blog-detail-content ol {
    padding-left: 20px;
    margin-bottom: 50px;
}

.aprend-blog-detail-content ol li {
    font-size: 16px;
    color: #454545;
    margin-bottom: 10px;
}

.aprenda-blog-detail-form {
    margin: 80px 0px;
}

.aprenda-blog-detail-form .form-control {
    padding-left: 30px;
}

.aprenda-blog-detail-comment {
    max-width: 821px;
    margin: 0 auto
}

.aprenda-blog-detail-comment-text {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #515151;
    font-weight: 600;
    margin-bottom: 20px;
}

.aprenda-blog-detail-comment-text span {
    color: #929DAA;
}

.aprenda-blog-detail-comment-box-cover {
    margin-top: 60px;
}

.aprenda-blog-detail-comment-box-text1 {
    font-weight: 600;
    color: #596675;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}

.aprenda-blog-detail-comment-box-text1 span {
    color: #929DAA;
    font-weight: normal;
    font-size: 11px;
}

.aprenda-blog-detail-comment-box-text2 {
    display: inline-block;
    width: 100%;
    color: #454545;
    font-size: 12px;
    margin-bottom: 20px;
}

.blog-detail-view-more {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #929DAA;
}

.blog-detail-slider {
    margin: 0px -20px;
    width: auto !important;
}

.owl-carousel .owl-stage {

}

.blog-detail-slider .owl-stage-outer {
    padding: 20px 0px;
}

.owl-dots {
    counter-reset: dots;

}

.owl-dot span {
    background: none !important;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    width: 45px !important;
    height: 45px !important;
    border-radius: 50px;
    display: inline-block;
}

.owl-dot.active span {
    background: #929DAA !important;
}

.owl-dot.active:before {
    color: #fff;
}

.owl-dot {
    position: relative;
}

.owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    line-height: 57px;
    text-align: center;
    margin: auto;
    text-align: center;
    /* left: 26px; */
    font-size: 20px;
    color: #929DAA;
    font-weight: bold;
}

.blog-detail-slider .aprenda-blog-box-img {
    width: 148px;
    height: 157px;
}

.blog-detail-slider .aprenda-blog-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-slider .aprenda-blog-box-content {
    padding-left: 170px;
}

.blog-detail-slider .aprenda-blog-box-bottom {
    margin-top: 30px;
}

.blog-detail-post-title {
    font-size: 32px;
    color: #515151;
    font-weight: bold;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.back-link {
    position: absolute;
    top: -8px;
    left: -80px;
}

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

.graph-img {
    width: 100%;
    text-align: center;
}

.graph-img img {
    max-width: 100%;
    display: inline-block;
}

.carteiras-top-section h2 {
    margin-bottom: 30px;
}

.carteiras-top-section h4 {
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    color: #515151;
    margin-bottom: 30px;
}

.carteiras-top-section p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    color: #4D4E4E;
}

.carteiras-tip-cover {
    max-width: 760px;
    margin: 0 auto
}

.carteiras-top-switch-title {
    font-size: 16px;
    color: #929DAA;
    font-weight: 600;
    margin-bottom: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.34) !important;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 0px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, .1)
}

input:checked + .slider {
    background-color: #62DF73;
}

input:focus + .slider {
    box-shadow: 0 0 1px #62DF73;
}

input:checked + .slider:before {
    -webkit-transform: translateX(29px);
    -ms-transform: translateX(29px);
    transform: translateX(29px);
}


.month-slider-wrapper {
    padding: 0 30px;
    border: 1px solid #eee;
}

.month-slider-wrapper .shortcuts {
    font-size: 0.8em;
    float: right;
    list-style: none;
    margin: -12px -25px 0 0;
    padding: 0;
}

.month-slider-wrapper .shortcuts li {
    float: left;
    padding: 10px;
    border: 1px solid #5bbce4;
    border-right: none;
    margin: 0;
}

.month-slider-wrapper .shortcuts li:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

.month-slider-wrapper .shortcuts li:nth-child(4) {
    border-right: 1px solid #5bbce4;
    border-radius: 0 5px 5px 0;
}

.month-slider-wrapper .shortcuts li:hover {
    cursor: pointer;
    background-color: #b3e0f2;
}

.month-slider-wrapper .shortcuts li.active {
    background-color: skyblue;
}

.month-slider-wrapper .noUi-connect {
    background-color: skyblue;
    border: 2px solid #5bbce4;
    box-shadow: none;
}

.month-slider-wrapper .noUi-tooltip {
    white-space: nowrap;
}

.month-slider-wrapper .noUi-pips {
    top: 40%;
}

.month-slider-wrapper .noUi-pips .noUi-marker {
    display: none;
}

.month-slider-wrapper .noUi-pips .noUi-value {
    font-size: 0.8em;
}

.month-slider-wrapper .noUi-handle {
    font-size: 0.8em;
    background-color: skyblue;
    box-shadow: none;
    border: 2px solid #5bbce4;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}

.month-slider-wrapper .noUi-handle:before, .month-slider-wrapper .noUi-handle:after {
    display: none;
}

.month-slider-wrapper .noUi-handle[data-handle="1"] .noUi-tooltip {
    bottom: -225%;
}

#month-slider.slider {
    margin: 100px 20px 100px 20px;
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.16) !important;
    border: none !important;

}

.sample-submit-data {
    display: none;
}

#month-slider.slider:before {
    display: none;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.carteiras-top-switch-button {
    display: inline-block;
    margin-bottom: 20px;
}

.carteiras-top-switch-button-text {
    font-weight: 500;
    font-size: 16px;
    min-width: 100px;
    margin-bottom: 0px;
    color: #929DAA
}

.carteiras-top-switch-left {
    width: 50%;
    float: left;
}

.noUi-value {
    font-size: 16px;
    color: #929DAA;
    font-weight: 600;
}

.noUi-tooltip {
    display: none !important;
}

.noUi-pips {
    top: -70px !important;
}

.noUi-marker-horizontal.noUi-marker {
    display: none;
}

.noUi-horizontal .noUi-handle {
    background: transparent url(../img/arrow-slider-left.png) no-repeat !important;
    background-size: 90px !important;
    height: 90px !important;
    width: 90px !important;
    border: none;
    box-shadow: none !important;
    top: -28px !important;
    left: -45px !important;
}

.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
    display: none;
}

.noUi-connect {
    background: #B4C0C9 !important;
}

.noUi-connect + .noUi-origin .noUi-handle {
    transform: rotate(180deg);
    top: -48px !important;
}

.carteiras-tab-cover {
    display: inline-block;
    width: 100%;
    text-align: center;

}

.carteiras-tab-cover .custom-pills.nav-pills {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
}

.carteiras-tab-cover .custom-pills.nav-pills .nav-link {
    display: inline-block;
}

.carteiras-grap-text {
    font-size: 18px;
    color: #4D4E4E;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

table {
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);

}

table th {
    background: #121B25;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
}

table td {
    border: none !important;
    font-size: 16px;
    color: #454545;
}

table tr:nth-of-type(odd) {
    background: #f1f3f4;
}

.carteiras-image-section {
    position: relative;
    width: 100%;
    display: inline-block;
}

.carteiras-image-section:before {
    top: -50%;
    width: 100%;
    height: 200%;
    content: '';
    position: absolute;
    background: #F4F4F4;
    /* transform: rotate(45deg); */
    border-radius: 130px;
    left: -50%;
    background: url(../img/bg-tringle.png) no-repeat;
    /* background-size: cover; */
    background-position: top;
    z-index: -9;

}

.carteiras-bottom-section {
    display: inline-block;
    width: 100%;
    margin-top: 100px;
}

.carteiras-bottom-section .container {
    max-width: 1010px !important;
}

.carteiras-bottom-content {
    margin-bottom: 40px;
    width: 100%;
    display: inline-block;
}

.carteiras-bottom-number {
    display: inline-block;
    font-weight: bold;
    color: #515151;
    font-size: 48px;
    width: 100%;

}

.carteiras-bottom-title {
    display: inline-block;
    font-weight: bold;
    color: #515151;
    font-size: 19px;
    width: 100%;
    margin-top: 10px;
}

.carteiras-bottom-number span {
    color: #0092ff;
}

.carteiras-bottom-link {
    display: inline-block;
    color: #0092ff;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
}

.carteiras-bottom-text {
    display: inline-block;
    color: #515151;
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
}

.carteiras-bottom-text b {
    font-weight: 600;
}

.carteiras-bottom-text-bold {
    display: inline-block;
    color: #515151;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
    width: 100%;
}

.carteiras-pasted-img {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.carteiras-pasted-img img {
    max-width: 100%;
}

.carteiras-tab3-table-cover {
    max-width: 400px;
    margin: 0 auto;
}

.carteiras-tab4-table-cover {
    max-width: 848px;
    margin: 0 auto;
}

.carteiras-tab3-table-cover table th {
    text-align: center;
}

.carteiras-tab3-table-cover table td:first-child {
    text-align: right;
}

.no-margin {
    margin-top: 0px !important;
}

.acoes-dvinvest-table {
    border-collapse: separate;
    border-spacing: 15px 0px;
    box-shadow: none;
}

.acoes-dvinvest-table td, .acoes-dvinvest-table th {
    text-align: center;
}

.acoes-dvinvest-table td span {
    background: #15198C;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border-radius: 30px;
    margin-right: 10px;
}

.acoes-dvinvest-table-top {
    display: inline-block;
    width: 100%;
    padding: 15px 50px;
}

.acoes-dvinvest-table-top-first {
    width: 25%;
    float: left;
    text-align: center;
    font-weight: 600;
    color: #121B25;
    font-size: 16px;
}

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

.page-item.active .page-link {
    background: #929DAA;

}

.page-item .page-link {
    border: none;
    color: #929DAA;
    font-size: 20px;
    border-radius: 30px !important;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    margin: 0px 10px;
}

.carteiras-de-acoes-test-estatistica {
    font-weight: 500;
    font-size: 25px;
    color: #0092ff;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.carteiras-de-acoes-table-text {
    font-weight: 600;
    font-size: 16px;
    color: #121B25;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.carteiras-de-acoes-right-gray {
    background: #F7F8FA
}

.carteiras-de-acoes-cover {
    background: #fff;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
}

.carteiras-de-acoes-table {
    box-shadow: none;
}

.carteiras-de-acoes-table th {
    background: none;
    font-weight: 600;
    font-size: 13px;
    vertical-align: middle;
    color: #121B25;
    white-space: nowrap;
    text-align: center;
}

.carteiras-de-acoes-table td {
    background: none;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    color: #121B25;
}

.carteiras-de-acoes-table td.color-change {
    color: #0092ff;
}

.carteiras-de-acoes-table tr:nth-of-type(odd) {
    background: none;
}

.table-borde-dot {
    padding: 10px 0px !important
}

.table-borde-dot-border {
    border-bottom: 1px dotted #929DAA !important;
    width: 100%;
    display: inline-block;
}

.carteiras-de-grap-img {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.carteiras-de-grap-img img {
    max-width: 100%;
}

.carteiras-de-indicators {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}

.carteiras-de-indicators-first {
    display: inline-block;
    margin: 0px 20px;
    color: #121B25;
    font-weight: 600;
    font-size: 16px;
}

.carteiras-de-indicators-first span {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 5px;
    vertical-align: top;
    margin-right: 10px;

}

.black-bg {
    background: #32393F;
}

.yellow-bg {
    background: #0092ff;
}

.carteiras-de-acoes-bottom-table {
    max-width: 990px;
    margin: 0 auto;
}

.carteiras-de-acoes-last-text {
    color: #4D4E4E;
    font-size: 18px;
    max-width: 824px;
    text-align: center;
    margin: 70px auto 0px;
}

.home-count-box-cover {
    max-width: 800px;
    margin: 0 auto;
}

.home-count-box-cover .btn-primary, .home-count-box-cover .btn-primary:hover, .home-count-box-cover .btn-primary:focus {
    min-width: 165px;
    height: 50px;
    margin-top: 20px;
}

.home-count-box-cover .carteiras-bottom-text {
    white-space: pre-line;
}

.home-slider-cover {
    text-align: center;
}

.home-slider-cover h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #4D4E4E;
    margin-bottom: 15px;
}

.home-slider-cover p {
    white-space: pre-line;
}

.carousel-indicators li {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0px 15px;
    border: none;
}

.carousel-indicators li img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: inherit;
}

.home-testimoinal-slider {
    text-align: center;
    max-width: 823px;
    margin: 0 auto;
    padding: 60px 112px;
}

.carousel-indicators {
    bottom: -30px;
}

.home-testimoinal-slider-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: inline-block;
    border-radius: 100px;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1)
}

.home-testimoinal-slider-username {
    font-size: 16px;
    color: #121B25;
    font-weight: bold;
}

.home-testimoinal-slider-post {
    font-size: 12px;
    color: #596675;
    margin-bottom: 20px;
}

.home-testimoinal-slider-text {
    color: #596675;
    font-size: 12px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 70px;
    height: 70px;
    background: #fff;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    line-height: 70px;
    color: #A3B1BC;
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
    background: #121B25;
    color: #fff;
}

.home-section2 {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}

.dropdown-menu {
    background: #121B25 !important;
    border: none;
    min-width: 275px;
    padding: 16px 10px !important;
}

.dropdown-item {
    font-size: 19px;
    color: #D4D7DB;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 200ms linear;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
    background: none;
    padding-left: 18px;
    color: #0092ff;
}

.home-banner-section {
    width: 100%;
    float: left;

}

.home-bg1 {
    background: url(../img/banner-img.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 190px 0px 50px;
    position: relative;
}

.home-bg1:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background: rgba(0, 32, 96, 0.8)

}

.home-banner-section-title {
    font-size: 90px;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
}

.home-banner-section-title span {
    color: #0092ff;
}

.home-banner-section-text {
    color: #fff;
    font-size: 25px;
    white-space: pre-line;
}

.home-banner-section-text span {
    display: inline-block;
    width: 100%;
    color: #0092ff;
}

.home-banner-section .container {
    position: relative;
}

.home-social-icons {
    margin-top: 160px;
    position: relative;
    z-index: 999;
}

.home-social-icons a {
    font-size: 20px;
    margin-right: 20px;
    color: #D4D7DB;
}

.home-page-video-box {
    /*position: absolute;
    bottom: 0px;
    right: 0px;*/
    display: flex;
    align-items: center;
    width: 100%;
    background: #121B25;
}

.home-page-video-box-left {
    width: 60%;
    float: left;
}

.home-page-video-box-right {
    width: 50%;
    float: left;
    font-size: 19px;
    color: #fff;
    padding: 30px;
    font-weight: bold;
    white-space: pre-line;
}

.home-page-video-box-left iframe {
    height: 200px;
}

.home-banner-section .carousel-control-next,
.home-banner-section .carousel-control-next:focus,
.home-banner-section .carousel-control-next:hover {
    opacity: 1 !important;
    bottom: 200px;
    top: inherit;
    right: -43px;
    width: auto;
    left: inherit;
}

.home-banner-section .carousel-control-prev,
.home-banner-section .carousel-control-prev:focus,
.home-banner-section .carousel-control-prev:hover {
    opacity: 1 !important;
    bottom: 200px;
    top: inherit;
    right: inherit;
    width: auto;
    left: -41px;
    width: 42px;
}

.home-banner-section .carousel-control-prev-icon, .home-banner-section .carousel-control-next-icon {
    background: transparent;
    width: 42px;
    height: 42px;
    z-index: 99;
    opacity: 1 !important;
    border-radius: 0px;
    line-height: 45px;
}

.home-page .header-section {
    position: fixed;
    background: none;
    max-width: 100%;
    width: 100%;
    z-index: 99999;
    top: 0px;
    left: 0px;
}

.home-page .header-section.color-header {
    background: #121B25;
    padding: 10px 0px;

}

.header-section.color-header {
    padding: 10px 0px;
}

.header-section {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    max-width: 100%;
    width: 100%;
    z-index: 99999;
    top: 0px;
    left: 0px;
}

.home-page .header-section .dropdown-menu {
    background: none !important;
    border: none;
}

.home-page .header-section.color-header .dropdown-menu {
    background: #121B28 !important;
    border: none;
}

.navbar-light .navbar-toggler {
    /*background: #fff;
    margin-right: 10px;*/
}

.home-slider {
    position: absolute;
    right: 58px;
    bottom: -50px;
    width: 600px;
}

.apple-icon {
    display: inline-block;
    background: url(../img/apple-icon.png) no-repeat;
    width: 24px;
    height: 24px;
}

.btn-default:hover .apple-icon, .btn-default:focus .apple-icon {
    background: url(../img/apple-icon-white.png) no-repeat;
}

.main-cover {
    padding-top: 145px;
}

.acoes-dvinvest-right .carteiras-bottom-text {
    margin-top: 22px;
}

.padding-top-80 {
    padding-top: 80px;
}

.aplicativo-box-cover p {
    text-align: left;
}

.aplicativo-box-cover h4 {
    font-weight: bold;
}

.icon-box-landing {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: #fff;
    color: var(--primary);
    text-align: center;
    line-height: 70px;
    box-shadow: 0px 20px 50px -5px rgba(149, 164, 175, 0.4);
}

.nav-pills .nav-link {
    margin: 0;
    padding: 12px 20px !important;
    color: #4d4e4e;
    border-radius: 0;
    border: 0px solid #06161e;
    /* background-color: rgb(250, 250, 250); */
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #06161e;
}

.pricing-wrap-1.with-shadow {
    box-shadow: 0px 40px 60px -10px rgba(149, 164, 175, 0.3);
    transition: all 250ms linear;
}

.bg-dark-blue {
    background-color: #06161e !important;
}

.color-white {
    color: #fff !important;
}

.size-40 {
    font-size: 40px !important;
}

.size-25 {
    font-size: 25px;
}

.color-dark-gray {
    color: #5d656b;
    font-weight: bold;
}

h5, .h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.color-primary {
    color: #0092ff;
}

.size-22 {
    font-size: 22px;
}

.border-4 {
    border-radius: 4px;
}

.bg-white {
    background-color: #fff !important;
}

.over-hide {
    overflow: hidden;
}

.bg-primary {
    background-color: #0092ff !important;
}

.color-gray-light {
    color: #a0a0a0 !important;
}

.btn-fluid {
    width: 100%;
}

.btn-dark-primary {
    color: #fff;
    background-color: #06161e;
    font-size: 16px;
}

.btn-primary-line-dark {
    color: #06161e;
    background-color: transparent;
    border: 1px solid #06161e;
    font-size: 16px;
}

.btn-dark-primary:hover {
    color: #fff !important;
    background-color: #0092ff !important;
    box-shadow: 0 6px 15px 0 rgba(253, 223, 89, 0.493) !important;
}

.btn-primary-line-dark:active, .btn-primary-line-dark:focus, .btn-primary-line-dark:hover {
    color: #fff !important;
    background-color: #0092ff !important;
    box-shadow: 0 6px 15px 0 rgba(253, 223, 89, 0.493) !important;
    border: 1px solid #0092ff !important;
}

.btn-dark-inverse-primary {
    color: #fff;
    background-color: #0092ff;
    font-size: 16px;

}

.btn-dark-inverse-primary:hover {
    color: #fff !important;
    background-color: #06161e !important;
    box-shadow: 0 6px 15px 0 rgba(253, 223, 89, 0.493) !important;
}

.btn-primary-inverse-line-dark {
    color: #b48319;
    background-color: transparent;
    border: 1px solid #0092ff;
}

.btn-primary-inverse-line-dark:active, .btn-primary-inverse-line-dark:focus, .btn-primary-inverse-line-dark:hover {
    color: #fff !important;
    background-color: #06161e !important;
    box-shadow: 0 6px 15px 0 rgba(253, 223, 89, 0.493) !important;
    border: 1px solid #06161e !important;
}

.tab-content .tab-pane p {
    font-size: 14px;

}

.tab-content .tab-pane p.mb-5 {
    margin-bottom: 3.7rem !important;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.65;
}

.padding-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.port-v-line {
    border-right: 2px solid #a0a0a0;
}

.aprenda-new-section h2 {
    font-size: 36px;
    line-height: 46px;
    font-family: 'Muli', sans-serif;
    text-align: left;
}

.list-style {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-style li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 7px;
}

.list-square li::before {
    font-family: 'unicons';
    content: "";
    background: url(../img/aprenda-list-box-icon.png) no-repeat;
    padding-right: 10px;
    color: #06161e;
    /* -webkit-transform: scale(.7); */
    /* transform: scale(.7); */
    display: inline-block;
    width: 22px;
    height: 10px;
}

.aprenda-new-section .h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    text-align: left;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.accordion.accordion-shadow > .card {
    box-shadow: 0 6px 38px rgba(0, 0, 0, .05);
}

.accordion > .card:first-of-type {
    border-bottom: 1px solid rgba(21, 21, 21, 0.14);
    border-radius: 4px;
}

.accordion > .card {
    background-color: #fff;
    border: 1px solid rgba(21, 21, 21, 0.14);
    border-radius: 4px;
    margin-bottom: 10px;
}

.accordion > .card .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 4px;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.btn-accordion {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px 20px;
    cursor: pointer;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: var(--dark-blue);
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid rgba(21, 21, 21, 0.14);
    border-radius: 4px;
}

.btn-accordion[aria-expanded="false"]::before {
    transform: rotate(180deg);
}

.btn-accordion::before, .btn-accordion::after {
    position: absolute;
    display: block;
    width: 13px;
    height: 1px;
    content: '';
    right: 20px;
    top: 25.5px;
    background-color: #4d4e4e;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

.btn-accordion[aria-expanded="false"]::after {
    transform: rotate(90deg);
}

.accordion.accordion-shadow > .card p {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 0.5rem;
    letter-spacing: 0.2px;
    color: #4d4e4e;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.aprenda-last-section p {
    text-align: left;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-section .navbar-light .navbar-nav .nav-item {
        margin: 0px 5px;
    }

    .header-section .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
    }

    .home-page-video-box {
        width: 100%;
    }

    .carteiras-image-section:before {
        left: -60%;
        width: 110%;
    }

    .custom-pills.nav-pills .nav-link {
        font-size: 14px;
        color: #929DAA;
        margin-right: 0px;
    }

    .back-link {
        position: absolute;
        top: -75px;
        left: -10px;
    }

    .btn-primary, .btn-primary:hover, .btn-primary:focus {
        min-width: inherit;
    }

    .btn-default, .btn-default:hover, .btn-default:focus {
        min-width: inherit;
    }

    .padding-bottom-80 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .home-page-video-box {
        width: 100%;
    }

    .home-count-box-cover .carteiras-bottom-text {
        white-space: normal;
        font-size: 15px;
    }

    .aprenda-left-title {
        font-size: 36px;
    }

    .btn-gap-left {
        margin: 15px 0px;
    }

    .carteiras-image-section:before {
        left: -93%;
        width: 145%;
    }

    .home-banner-section-title {
        font-size: 50px;
    }

    .home-banner-section .carousel-control-prev, .home-banner-section .carousel-control-prev:focus, .home-banner-section .carousel-control-prev:hover {
        right: 260px;
    }

    .navbar-collapse {
        background: rgba(0, 0, 0, .8);
        /* left: -15px; */
        /* right: -15px; */
        position: relative;
        width: auto;
        padding: 10px;
        z-index: 9999
    }

    .acoes-dvinvest-table-top-first {
        font-size: 13px;
    }

    .acoes-dvinvest-table-top {
        padding: 15px 15px;
    }

    .Analise-top-right {
        float: left;
        width: 100%;
    }

    .aplicativo-plan-list {
        padding-left: 0px;
    }

    .aprenda-blog-box-content {
        padding-left: 0px;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }

    .blog-detail-slider .aprenda-blog-box-content {
        display: block;
    }

    .video-detail-left-box img, .video-detail-left-box iframe {
        height: 300px;
    }

    .home-slider {
        width: 450px;
    }

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

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

    .main-cover {
        padding-top: 95px;
    }

    .navbar-toggler {
        float: right;
        border: none;
        padding: 0;
        transition: color 300ms linear;
    }

    .navbar-toggler-icon {
        width: 16px;
        height: 18px;
        background-image: none;
        position: relative;
        display: block;
        padding: 0;
        margin: 0;
        margin-right: 7px;
        border-bottom: 2px solid #fff;
        transform: translateX(8px);
    }

    .navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
        width: 16px;
        position: absolute;
        height: 2px;
        background-color: #fff;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transform: translateX(-8px);
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
        width: 24px;
        left: 0;
    }

}

@media (min-width: 576px) {
    .text-sm-right, .text-sm-right p {
        text-align: right !important;
    }
}

@media only screen and (max-width: 767px) {
    .home-banner-section-title {
        font-size: 40px;
    }

    .home-banner-section-text {
        font-size: 20px;
    }

    .home-page-video-box {
        width: 100%;
        position: static;
        display: inline-block;
        margin-top: 0px;
    }

    .home-page-video-box-left, .home-page-video-box-right {
        width: 100%;
    }

    .aprenda-bottom-section h2, .aplicativo-title {
        font-size: 30px;
    }

    .aprenda-left-title {
        font-size: 30px;
        line-height: 42px
    }

    .aplicativo-title {
        text-align: center;
        margin-top: 30px;
    }

    .aplicativo-sub-text {
        font-size: 18px;
        text-align: center;
    }

    .aplicativo-text {
        font-size: 16px;
        text-align: center;
    }

    .aprenda-bottom-section {
        margin-top: 50px;
    }

    .btn-gap-left {
        margin-left: 0px;
        margin-top: 15px;
    }

    .text-left {
        /*text-align: center !important;*/
    }

    .home-banner-section .carousel-control-next,
    .home-banner-section .carousel-control-next:focus,
    .home-banner-section .carousel-control-next:hover {
        opacity: 1 !important;
        bottom: 100px;
        top: 0;
        right: 0px;
        width: auto;
    }

    .home-banner-section .carousel-control-prev,
    .home-banner-section .carousel-control-prev:focus,
    .home-banner-section .carousel-control-prev:hover {
        opacity: 1 !important;
        bottom: 100px;
        top: 0;
        right: inherit;

        left: 0px;
    }

    .carteiras-bottom-content {
        text-align: center;
    }

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

    .carteiras-image-section:before {
        display: none;
    }

    .aprenda-left-text, .aprenda-left-vogas, .aprenda-right-title {
        text-align: center;
        font-size: 20px;
    }

    .aprenda-right-text, .aprenda-left-title {
        text-align: center;
    }

    .home-testimoinal-slider {
        padding: 54px 0px;
    }

    .carousel-control-prev-icon, .carousel-control-next-icon {
        /*display: none*/
    }

    .footer-section {
        padding: 20px 0px 40px;
    }

    .footer-middle-text {
        margin-top: 30px;
    }

    .home-page .header-section {
        z-index: 9999;

    }

    .acoes-dvinvest-table-top-first {
        width: 100%;
        margin-bottom: 10px;
    }

    .acoes-dvinvest-table-top {
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .acoes-dvinvest-table td, .acoes-dvinvest-table th {
        min-width: 100px;
    }

    .aplicativo-top .col-md-6 {
        text-align: center;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .custom-pills.nav-pills .nav-link {
        padding: 8px 10px;
    }

    .wrapper img {
        width: 100%;
    }

    .aprenda-black-box {
        font-size: 25px;
    }

    .aprenda-blog-box-content {
        padding-left: 250px;
        margin-top: 0px;
        display: block;
        width: auto;
    }

    .blog-detail-post-title {
        font-size: 26px;
    }

    .blog-detail-slider {
        margin: 0px -14px;
    }

    .back-link {
        position: absolute;
        top: -75px;
        left: -10px;
    }

    .popup-main-box {
        padding: 100px 30px;
    }

    .popup-main-box-title {
        font-size: 30px;
    }

    .popup-main-box-sub-text {
        font-size: 24px;
    }

    .video-detail-left-box img, .video-detail-left-box iframe {
        height: 400px;
    }

    .home-bg1 {
        padding-top: 120px;
    }

    .home-social-icons {
        margin-top: 40px;
    }

    .home-slider {
        position: relative;
        width: 100%;
        right: 0;

    }


}

@media only screen and (max-width: 567px) {
    .aprenda-form-mobile {
        padding-left: 0px;
        display: inline-block;
        width: 100%;
    }

    .aprenda-form-county-code {
        width: 100%;
    }

    .aplicativo-plan-cover .col-12:nth-child(2) .aplicativo-plan-box {
        margin: 30px 0px;
    }

    .aprenda-blog-box-content {
        padding-left: 0px;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }

    .aprenda-blog-box-bottom-left {
        width: 70%;
    }

    .blog-detail-slider .aprenda-blog-box-content {
        display: inline-block;
        padding-left: 0px;
        margin-top: 10px;
    }

    .noUi-value {
        font-size: 10px;
    }

    .custom-pills.nav-pills .nav-link {
        font-size: 10px;
        padding: 8px 8px;
    }

    .noUi-horizontal .noUi-handle {
        background-position: center center !important;
        height: 90px !important;
        width: 63px !important;
    }

    .carteiras-top-switch-left {
        width: 100%;
    }

    .aprenda-bottom-section h2 span br {
        display: none;
    }

    .carteiras-de-indicators-first {
        margin: 0px 7px;
        font-size: 14px;
    }

    .video-detail-left-box img, .video-detail-left-box iframe {
        height: 200px;
    }

}
