body {
    background: #fff;
    color: #1F2933;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

h1,
.h1 {
    color: #1F2933;
    line-height: 1.3334;
}

@media (max-width: 991px) {

    h1,
    .h1 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {

    h1,
    .h1 {
        font-size: 36px;
    }
}

h2,
.h2 {
    font-size: 30px;
    color: #333;
    line-height: 1.2;
}

@media (max-width: 991px) {

    h2,
    .h2 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {

    h2,
    .h2 {
        font-size: 30px;
    }
}

h3,
.h3 {
    color: #333;
    line-height: 1.3;
}

@media (max-width: 991px) {

    h3,
    .h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {

    h3,
    .h3 {
        font-size: 24px;
    }
}

h4,
.h4 {
    color: #333;
    line-height: 1.3;
}

@media (max-width: 991px) {

    h4,
    .h4 {
        font-size: 16px;
    }
}

@media (min-width: 992px) {

    h4,
    .h4 {
        font-size: 20px;
    }
}

h5,
.h5 {
    color: #1F2933;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

h6,
.h6 {
    font-size: 14px;
    color: #353F4A;
    line-height: 1.5;
    margin-bottom: 3px;
}

a,
a:hover {
    color: #0044B8;
    text-decoration: none;
}

a:focus {
    outline: none;
}

b,
strong {
    font-weight: 600;
}

.opening {
    color: #52606D;
    margin-bottom: 27px;
}

.link-info {
    background: url(../images/sprite.svg#g-info) no-repeat left center;
    background-size: 16px 16px;
    padding-left: 25px;
}

.link-info,
.link-info:hover {
    color: #616E7C;
}

.link-external {
    background: url(../images/sprite.svg#g-external) no-repeat right center;
    background-size: 11px 11px;
    padding-right: 18px;
}

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

.custom-list li {
    padding-left: 20px;
    position: relative;
}

.custom-list li:before {
    background: #0059F1;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.custom-list li+li {
    margin-top: 1rem;
}

.spin {
    -webkit-animation: spin-rotate 2s linear infinite;
    animation: spin-rotate 2s linear infinite;
    transform-origin: center;
    width: 60px;
}

.spin circle {
    fill: none;
    stroke-width: 4;
}

.spin .dash {
    stroke: #0059F1;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spin-dash 1.5s ease-in-out infinite;
    animation: spin-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -124px;
    }
}

@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -124px;
    }
}

/* Hide svg sprite */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.slick-dots {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots button {
    background-color: transparent;
    border: none;
    font-size: 0;
    outline: none;
    padding: 5px;
}

.slick-dots button:before {
    background: #CCD2D8;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    transition: background 0.25s ease;
    width: 10px;
}

.slick-dots .slick-active button:before {
    background-color: #353F4A;
}

@media (max-width: 991px) {
    .slick-dots {
        margin-top: 25px;
    }
}

@media (min-width: 992px) {
    .slick-dots {
        margin-top: 33px;
    }
}

.dropzone-carousel>div:not(:first-child) {
    display: none;
}

.dropzone-carousel .slick-slide {
    letter-spacing: -0.19px;
}

.dropzone-carousel .slide-footer {
    margin-top: 26px;
}

.dropzone-carousel .slide-footer .btn + .btn {
    margin-left: 10px;
}

.alert {
    font-size: 14px;
    margin-bottom: 24px;
    padding: 17px 16px 17px;
}

.alert-warning {
    background-image: url(../images/sprite.svg?#g-warning);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left 16px top 18px;
    background-color: #FAEFCB;
    border-color: #FAEFCB;
    color: #775F22;
    padding-left: 48px;
}

.alert .your-address {
    color: #55606C;
    position: relative;
}

.alert .your-address .link-edit {
    position: absolute;
    right: 0;
    top: 0;
}

.alert :last-child {
    margin-bottom: 0;
}

.btn {
    border-radius: 100px;
    color: #3E4C59;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 15px 24px;
}

.btn .icon {
    position: relative;
    top: -1px;
}

.btn .icon-before {
    margin-right: 6px;
}

.btn .icon-after {
    margin-left: 6px;
}

.btn .spin {
    margin-right: 8px;
    position: relative;
    top: -1px;
    width: 20px;
}

.btn .spin circle {
    stroke-width: 6;
}

.btn .spin .dash {
    stroke: #fff;
}

.btn:focus {
    box-shadow: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

.btn-cf-primary {
    background-color: #0059F1;
    color: #fff;
}

.btn-cf-primary:active,
.btn-cf-primary:active:focus {
    background: #003CA3;
}

.btn-cf-primary:hover {
    background-color: #3179F4;
    color: #fff;
}

.btn-cf-primary:disabled {
    background: #91B8F9;
    cursor: no-drop;
}

.btn-cf-secondary {
    background-color: transparent;
    color: #0059F1;
}

.btn-cf-light {
    background-color: transparent;
    color: #3E4C59;
}

.btn-cf-link {
    color: #0059F1;
}

.btn-cf-link:hover {
    color: #3179F4;
}

.card {
    border-color: #E4E7EB;
}

.card-body {
    color: #323F4B;
    padding: 24px;
}

.card-body :last-child {
    margin-bottom: 0;
}

.card + .card {
    margin-top: 14px;
}

.dz-clickable {
    cursor: pointer;
}

.dz-thumbnail .img {
    background: #F5F7FA url(../images/sprite.svg#g-picture) no-repeat center;
    background-size: 26px 26px;
    background-position: center;
    border-radius: 4px;
    height: 56px;
    width: 56px;
}

.dz-thumbnail .img>img {
    width: 100%;
}

.dz-thumbnail .file {
    background-color: transparent;
    background-image: url(../images/sprite.svg#g-file);
    background-size: cover;
    align-items: center;
    display: flex;
    text-transform: uppercase;
}

.dz-thumbnail .file:before {
    content: attr(data-type);
    flex: 1 0 100%;
    font-weight: bold;
    text-align: center;
}

.dz-button,
.dz-remove {
    background-color: transparent;
    border: none;
    color: #0059F1;
    padding: 10px;
}

.dz-button:before {
    content: "Carregar foto";
}

.dz-button:focus {
    outline: none;
}

.dz-started .dz-message {
    display: none !important;
}

.dz-addedfile .modal-dropzone-upload .modal-title:before {
    content: "Confira se a imagem está boa";
}

.dz-started .dz-button {
    display: none;
}

.dz-started .dz-remove {
    display: block;
}

.dz-message,
.dz-preview {
    border-radius: 4px;
    border: 1px dashed #ccc;
}

.dz-preview {
    background-color: #fff;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
}

.dz-preview .dz-progress,
.dz-preview .dz-status-mark {
    display: none;
}

.dz-remove {
    display: none;
    pointer-events: all;
}

.dz-upload {
    height: 24px;
    width: 24px;
}

.dz-success-mark {
    background: #0059F1 url(../images/sprite.svg#g-check) no-repeat center;
    background-size: 12px 10px;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}

.dz-processing,
.dz-success {
    background-color: #F5F7FA;
    border-color: #E4E7EB;
}

.dz-processing .dz-progress {
    display: block;
}

.dz-processing:not(.dz-error) .dz-remove {
    display: none;
    pointer-events: none;
}

.dz-complete .dz-status-text {
    display: block;
}

.dz-complete .dz-progress {
    display: none;
}

.dz-success .dz-success-mark {
    display: block;
}

.dz-error {
    background-color: #FEF6F4;
    border-color: #DE3618;
}

.dz-error .dz-thumbnail .img {
    background: #FCE0DA url(../images/sprite.svg#g-danger) no-repeat center;
    background-size: 20px 20px;
}

.dz-error .dz-thumbnail img {
    display: none;
}

.dz-error .dz-error-mark {
    display: block;
}

.dz-max-files-reached {
    pointer-events: none;
    cursor: default;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 10px;
    border: 1px solid #CBD2D9;
    cursor: pointer;
    height: 22px;
    outline: none;
    transition: all 0.15s ease;
    width: 22px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: #0059F1;
    background-image: url(../images/sprite.svg#g-check);
}

input[type="checkbox"]:checked {
    background-color: #00BA86;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked {
    border-color: #0059F1;
}

input[type="checkbox"] {
    border-radius: 4px;
}

input[type="checkbox"]:checked {
    border-color: #00BA86;
}

.form .btn[type="submit"] {
    min-width: 182px;
}

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

.form-group label {
    color: #616E7C;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
}

.form-group label~.form-control {
    padding: 15px 14px !important;
}

.form-group.has-error .form-control {
    border-color: #E12D39;
    box-shadow: 0 0 0 1px #E12D39, 0 0 0 4px #FFE3E3;
}

.form-group.has-error .help-block {
    color: #E12D39;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
}

.form-control {
    border-color: #CBD2D9;
    font-size: 14px;
    height: 54px;
    line-height: 22px;
    padding: 15px 14px;
    color: #242931;
}

textarea.form-control {
    min-height: 228px;
}

.form-control~label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 17px;
    transition: all 0.15s ease;
}

.form-control:focus {
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059F1, 0 0 0 4px #EBF2FF;
}

.form-control[placeholder]:focus,
.form-control[placeholder]:not(:placeholder-shown) {
    padding-bottom: 6px;
    padding-top: 24px;
}

.form-control[placeholder]:focus~label,
.form-control[placeholder]:not(:placeholder-shown)~label {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

.form-control[placeholder]:-webkit-autofill {
    padding-bottom: 6px;
    padding-top: 24px;
}

.form-control[placeholder]:-webkit-autofill~label {
    color: #6E7C81;
    font-size: 12px;
    top: 9px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: right 18px center;
}

.select2-container .select2-selection {
    border-color: #CBD2D9;
    height: 54px;
    padding-bottom: 13px;
    padding-top: 13px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container.select2-container--focus .select2-selection,
.select2-container.select2-container--open .select2-selection {
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059f1, 0 0 0 4px #ebf2ff;
}

.select2-container .select2-selection .select2-selection__rendered {
    color: #242931;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
}

.select2-container .select2-selection .select2-selection__placeholder {
    color: #616E7C;
}

.select2-container .select2-selection .select2-selection__arrow {
    background-image: url(../images/sprite.svg#g-select);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: left center;
    height: 54px;
    width: 32px;
}

.select2-container .select2-selection .select2-selection__arrow b {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #CBD2D9;
    border-radius: 4px;
    box-shadow: 0 4px 8px 2px rgba(17, 17, 17, 0.08);
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
    overflow: hidden;
}

.select2-search--dropdown {
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    outline: none;
    padding: 12px 14px;
}

.select2-results__option {
    color: #616E7C;
    padding: 7px 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ebf2ff;
    color: #616E7C;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F5F7FA;
    color: #616E7C;
}

.form-check {
    line-height: 22px;
    padding-left: 28px;
}

.form-check-input {
    margin-left: -28px;
    margin-top: 0;
}

.form-footer {
    margin-top: 29px;
}

.form-footer .small {
    color: #616E7C;
    font-size: 12px;
    margin-left: 11px;
}

.form-helper {
    border-top: 1px solid #D8D8D8;
    margin-top: 34px;
    padding-top: 33px;
    color: #52606D;
    font-size: 14px;
}

.form-helper .h6 {
    margin-bottom: 9px;
}

@media (max-width: 991px) {
    .form-footer .btn {
        width: 100%;
    }

    .form-footer .btn + .btn {
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .form-footer {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .form-footer .btn + .btn {
        margin-right: 8px;
    }
}

.control-dropzone {
    color: #212932;
    cursor: pointer;
    font-size: 14px;
    height: 72px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow 0.15s ease;
}

.control-dropzone .dz-message,
.control-dropzone .dz-preview {
    align-items: center;
    justify-content: space-between;
    padding: 7px;
}

.control-dropzone .dz-message {
    display: flex;
}

.control-dropzone .dz-thumbnail {
    align-items: center;
    display: flex;
}

.control-dropzone .dz-status-text {
    margin-right: 16px;
    margin-left: 16px;
}

.control-dropzone .dz-success-mark,
.control-dropzone .dz-progress {
    margin-left: 10px;
}

.control-dropzone:hover {
    box-shadow: 0 3px 6px 0 rgba(228, 231, 235, 0.75), 0 2px 4px 0 rgba(228, 231, 235, 0.75);
}

.group-password {
    position: relative;
}

.toggle-password {
    background: url(../images/sprite.svg#g-pass-show) no-repeat center;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 22px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 22px;
}

.toggle-password.show {
    background-image: url(../images/sprite.svg#g-pass-hide);
}

.choices .choice {
    cursor: pointer;
    margin-bottom: 0;
}

.choices .choice input {
    display: none;
}

.choices .choice input:checked + .choice-body {
    background: #F5F9FF;
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059F1, 0 3px 6px 0 rgba(228, 231, 235, 0.75), 0 2px 4px 0 rgba(228, 231, 235, 0.75);
}

.choices .choice .icon {
    display: block;
    height: 50px;
}

.choices .choice-body {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #616E7C;
    display: block;
    font-size: 12px;
    line-height: 1.3334;
    transition: all 0.15s ease;
}

.choices .choice-body strong {
    color: #1F2933;
    display: block;
    font-weight: normal;
    margin-bottom: 4px;
}

.choices .choice:hover .choice-body {
    box-shadow: 0 3px 6px 0 rgba(228, 231, 235, 0.75), 0 2px 4px 0 rgba(228, 231, 235, 0.75);
}

@media (max-width: 991px) {
    .choices {
        justify-content: center;
    }

    .choices .choice {
        width: 100%;
    }

    .choices .choice .icon {
        left: 14px;
        position: absolute;
    }

    .choices .choice-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 84px;
        position: relative;
    }

    .choices .choice-body {
        padding: 16px 14px 16px 80px;
    }
}

@media (max-width: 575px) {
    .choices {
        margin: 0 -8px -16px;
    }

    .choices .choice {
        padding: 0 8px 16px;
    }

    .choices .choice-body strong {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .choices {
        margin: 0 -8px -30px;
    }

    .choices .choice {
        padding: 0 8px 30px;
    }

    .choices .choice-body strong {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .choices {
        display: flex;
    }

    .choices .choice {
        width: 197px;
    }

    .choices .choice .icon {
        margin: 0 auto 22px;
    }

    .choices .choice-body {
        height: 167px;
        padding: 22px 14px 16px;
        text-align: center;
    }
}

.choices-inline .choice {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    position: relative;
}

.choices-inline .choice input {
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.choices-inline .choice input[type="radio"]:checked + .choice-body {
    background: #F5F9FF;
    border-color: #0059F1;
    box-shadow: 0 0 0 1px #0059F1, 0 3px 6px 0 rgba(228, 231, 235, 0.75), 0 2px 4px 0 rgba(228, 231, 235, 0.75);
}

.choices-inline .choice-body {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    padding: 14px 15px 14px 48px;
}

.choices-inline .choice:hover .choice-body {
    box-shadow: 0 3px 6px 0 rgba(228, 231, 235, 0.75), 0 2px 4px 0 rgba(228, 231, 235, 0.75);
}

.choices-inline .choice + .choice {
    margin-top: 14px;
}

.text-primary {
    color: #0059F1 !important;
}

.text-press-enter {
    display: none;
}

@media (min-width: 992px) {
    body:not(.mobile) .text-press-enter {
        display: inline;
    }
}

@media (max-width: 991px) {
    .form-row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .form-row>.col,
    .form-row>[class*=col-] {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (min-width: 992px) {
    .form-row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .form-row>.col,
    .form-row>[class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.accordion-title {
    background: url(../images/sprite.svg#g-minus) no-repeat right 10px center;
    background-size: 18px 19px;
}

.accordion-title.collapsed {
    background-image: url(../images/sprite.svg#g-plus);
}

.accordion-title,
.accordion-body {
    padding-right: 45px;
}

.accordion + .accordion {
    border-top: 1px solid #D8D8D8;
    margin-top: 18px;
    padding-top: 17px;
}

.close {
    opacity: 1;
}

.close,
.close:hover {
    color: #636E7B;
}

.close:focus {
    outline: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal-backdrop {
    background: #212932;
}

.modal-backdrop.show {
    opacity: 0.47;
}

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

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

.modal-footer>* {
    margin: 0;
}

@media (max-width: 991px) {
    .modal .modal-header {
        padding: 20px;
    }

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

    .modal .modal-footer {
        padding: 0 20px 20px;
    }
}

@media (min-width: 992px) {
    .modal-header {
        border-bottom: 0;
        padding: 28px 45px 9px;
    }

    .modal-body,
    .modal-footer {
        padding: 36px 45px;
    }

    .modal-body + .modal-footer {
        padding-top: 0;
    }

    .modal-dialog {
        max-width: 556px;
        flex: 1;
    }

    .modal-open .modal-aside {
        overflow-y: hidden;
    }

    .modal-open .modal-aside .modal-content {
        overflow-y: auto;
    }
}

.modal-aside .close {
    position: absolute;
}

.modal-aside .modal-header {
    display: block;
}

.modal-aside .modal-section {
    color: #9CA5B0;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.25px;
    line-height: 1.6667;
    margin-bottom: 0;
}

.modal-aside .modal-footer {
    color: #7D8793;
    font-size: 12px;
    justify-content: flex-start;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .modal-aside .modal-header {
        padding-top: 45px;
    }
}

@media (max-width: 991px) {
    .modal-aside .close {
        right: 16px;
        top: 16px;
    }
}

@media (min-width: 992px) {
    .modal-aside .close {
        left: 20px;
        position: absolute;
        top: 16px;
    }

    .modal-aside .modal-dialog {
        height: 100%;
        margin: 0 0 0 auto;
        max-width: 488px;
    }

    .modal-aside .modal-content {
        border: none;
        border-radius: 0;
        height: 100%;
    }

    .modal-aside .modal-header {
        padding: 105px 75px 27px;
    }

    .modal-aside .modal-body,
    .modal-aside .modal-footer {
        padding: 27px 75px;
    }

    .modal-aside .modal-footer {
        padding-bottom: 45px;
    }

    .modal-aside.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(50px, 0);
    }

    .modal-aside.show .modal-dialog {
        transform: none;
    }
}

.modal-dropzone {
    cursor: default;
}

.modal-dropzone .modal-header {
    justify-content: center;
}

.modal-dropzone .modal-body {
    color: #55606C;
    font-size: 14px;
    text-align: center;
    line-height: 1.55;
}

.modal-dropzone .modal-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 270px;
}

.modal-dropzone .modal-img-viewer {
    align-items: center;
    background-color: #E4E7EA;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 4px;
    display: flex;
    height: 350px;
    justify-content: center;
    margin: 0 auto;
    max-height: 420px;
    max-width: 420px;
    width: 100%;
}

.modal-dropzone .modal-img-viewer .spin {
    height: 60px;
    width: 60px;
}

.modal-dropzone .modal-img-viewer .spin circle {
    stroke-width: 5;
}

.modal-dropzone .modal-img-viewer .spin .line {
    stroke: #fff;
}

.modal-dropzone-upload .modal-title:before {
    content: "Carregando imagem...";
}

@media (max-width: 991px) {

    .modal-dropzone .modal-dialog,
    .modal-dropzone .modal-content {
        height: 100%;
    }

    .modal-dropzone .modal-dialog {
        margin: 0;
        max-width: none;
        width: 100%;
    }

    .modal-dropzone .modal-content {
        border: none;
        border-radius: 0;
    }

    .dropzone-carousel,
    .dropzone-carousel .slick-track,
    .dropzone-carousel .slick-slide>div,
    .dropzone-carousel [data-modal-slide] {
        height: 100%;
    }

    .dropzone-carousel {
        display: flex;
        flex-direction: column;
    }

    .dropzone-carousel .slick-list {
        flex: 1;
    }

    .dropzone-carousel [data-modal-slide] {
        display: flex !important;
    }
}

@media (max-width: 991px) and (orientation: portrait) {
    .dropzone-carousel [data-modal-slide] {
        flex-direction: column;
        justify-content: center;
    }

    .modal-dropzone .modal-img {
        margin-bottom: 38px;
    }

    .modal-dropzone-upload .modal-body {
        display: flex;
        flex-direction: column;
    }

    .modal-dropzone .modal-img-viewer {
        flex: 1;
    }

    .dropzone-carousel .slide-footer {
        align-items: flex-end;
        display: flex;
        flex: 0;
        justify-content: center;
    }
}

@media (max-width: 991px) and (orientation: landscape) {
    .dropzone-carousel [data-modal-slide] {
        align-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .modal-dropzone .modal-img {
        height: 140px;
        margin: 0 30px 0 0;
        width: 140px;
    }

    .dropzone-carousel [data-modal-text] {
        text-align: left;
        flex: 1;
    }

    .dropzone-carousel .slide-footer {
        width: 100%;
    }

    .modal-dropzone-upload .modal-body {
        display: flex;
        flex-direction: column;
    }

    .modal-dropzone .modal-img-viewer {
        flex: 1;
    }

    .modal-dropzone .slick-dots {
        display: none !important;
    }
}

@media (min-width: 991px) {
    .modal-dropzone .modal-img {
        margin: 0 auto 38px;
        width: 274px;
    }
}

@media (max-width: 575px) and (orientation: portrait) {
    .modal-dropzone .modal-img {
        height: 200px;
    }
}

@media (max-width: 575px) and (orientation: landscape) {
    .modal .modal-header {
        padding-top: 10px;
    }

    .modal .modal-body {
        padding-bottom: 10px;
    }

    .modal .modal-footer {
        padding-bottom: 10px;
    }

    .dropzone-carousel .slide-footer {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding: 35px 0;
    }
}

@media (min-width: 992px) {
    .navbar {
        padding: 45px 0;
    }
}

.main {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    min-height: 100vh;
}

@media (max-width: 991px) {
    .main {
        padding-bottom: 35px;
    }
}

@media (min-width: 992px) {
    .main {
        padding-bottom: 60px;
    }
}

.section {
    display: flex;
    flex-direction: column;
}

.section-img {
    display: block;
    margin: 0 auto 44px;
}

.section-footer {
    color: #616E7C;
    font-size: 14px;
}

.section,
.section-body {
    flex: 1;
}

@media (max-width: 991px) {
    .section-footer {
        padding-top: 35px;
    }
}

@media (min-width: 992px) {
    .section-footer {
        padding-top: 44px;
    }
}

@media (max-width: 991px) {
    .aside {
        display: none;
    }
}

@media (min-width: 992px) {
    .aside {
        background-color: #F5F7FA;
        box-shadow: inset 1px 0 0 0 #E4E7EA;
        color: #52606D;
        display: flex;
        height: 100vh;
        justify-content: center;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        width: 488px;
        z-index: 0;
    }

    .aside p {
        margin-bottom: 24px;
    }

    .aside ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }

    .aside .custom-list li:before {
        background: #36D590;
    }

    .aside .custom-list li+li {
        margin-top: 14px;
    }

    .aside .h3 {
        margin-bottom: 22px;
    }

    .aside .options {
        color: #1F2933;
        line-height: 1.2;
        margin-top: 8px;
    }

    .aside .options li {
        background: url(../images/sprite.svg#g-check-circle) no-repeat left top;
        background-size: 26px 26px;
        min-height: 26px;
        padding-left: 37px;
        padding-top: 3px;
    }

    .aside .options li+li {
        margin-top: 23px;
    }

    .aside .logos {
        margin: 16px -13px 0;
    }

    .aside .logos li {
        display: inline-block;
        margin-top: 0;
        padding-left: 13px;
        padding-right: 13px;
    }

    .aside-body {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 48px 75px;
    }

    .aside-body :last-child {
        margin-bottom: 0;
    }

    .aside-bg {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .aside-signup {
        color: #fff;
    }

    .aside-signup .aside-body {
        justify-content: flex-end;
    }

    .aside-body-text + .aside-body-img {
        width: 100%;
        margin-top: 48px;
    }

    .aside-body-img {
        margin-top: 46px;
        max-width: 100%;
    }

}

.page-funnel .main {
    margin-left: auto;
    max-width: 518px;
    margin-right: auto;
}

@media (min-width: 992px) {
    .page-funnel {
        padding-right: 488px;
    }

    .page-funnel .navbar {
        padding-bottom: 67px;
    }
}

.page .navbar {
    justify-content: center;
}

.page .section {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 798px;
}

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

.page .card {
    background-color: #F5F7FA;
}

@media (min-width: 992px) {
    .page .section-header {
        padding-bottom: 23px;
    }
}

.page-terms {
    background-color: #F5F7FA;
}

.page-terms .terms {
    background: #F5F7FA;
    border: 1px solid #E4E7EB;
    border-radius: 4px;
    height: 299px;
    overflow-y: auto;
    margin-bottom: 1rem;
    padding: 19px 24px;
}

.page-terms .terms :last-child {
    margin-bottom: 0;
}

.page-terms .form-check {
    margin-bottom: 0;
    margin-top: 20px;
}

.page-terms .card {
    background-color: #fff;
}

.page-terms .card-body {
    font-size: 14px;
}

.page-terms .card-checked {
    background-color: transparent;
    border-color: transparent;
}

.page-terms .card-checked:after,
.page-terms .card-checked:before {
    background-color: #CCD2D8;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.page-terms .card-checked:before {
    top: -8px;
}

.page-terms .card-checked:after {
    bottom: -8px;
}

.page-terms .card-checked + .card-checked:before {
    display: none;
}

.page-terms .form-footer {
    justify-content: center;
}

.page-success .section-body,
.page-success .form-footer {
    justify-content: center;
}

.page-success .section-body {
    text-align: center;
}

.page-success .section-img {
    margin-top: 49px;
}

@media (min-width: 992px) {
    .page-success .form-footer {
        margin-top: 65px;
    }
}

.page-login {
    background-color: #F2F2F2;
}

.page-login .card-after {
    color: #52606D;
    font-size: 14px;
    margin-top: 34px;
    text-align: center;
}

.page-login .section-footer .nav-link {
    color: #52606D;
    font-size: 13px;
}

@media (max-width: 575px) {
    .page-login .section-footer .nav-item:first-child {
        text-align: center;
        width: 100%;
    }
}

.card-login {
    box-shadow: 0px 0px 1px rgba(17, 17, 17, 0.04), 0px 2px 6px rgba(17, 17, 17, 0.05), 0px 10px 20px rgba(17, 17, 17, 0.08);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 536px;
}

.card-login .btn-cf-secondary {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 576px) {
    .card-login .card-body {
        padding: 41px 60px 81px;
    }
}

/* customer-funnel */

.social-buttons .btn {
    border-radius: 100px;
    position: relative;
    font-size: 16px;
    letter-spacing: -0.2px;
}

.social-buttons .btn svg {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-facebook,
.btn-facebook:hover {
    background-color: #4267B2;
    color: #fff;
}

.btn-google,
.btn-google:hover {
    background-color: #fff;
    border: 1px solid #CBD2D9;
}

.hr-or {
    position: relative;
    margin-bottom: 18px;
    margin-top: 14px;
    text-align: center;
    z-index: 0;
}

.hr-or>span {
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
}

.hr-or:before {
    background-color: #D2D7DD;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
}

.modal-tips {
    background-color: #fff;
    cursor: default;
}

.modal-tips .modal-header {
    justify-content: center;
}

.modal-tips .modal-body {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #323F4B;
}

.modal-tips .modal-img {
    text-align: center;
}

.modal-tips .modal-img + .modal-text {
    margin-top: 32px;
}

.modal-tips .modal-text + .modal-img img {
    margin-bottom: 20px;
}

.modal-tips .modal-text {
    color: #323F4B;
}

.modal-tips .modal-text .h3 {
    margin-bottom: 12px;
}

.modal-tips .custom-list {
    margin-top: 24px;
}

@media (max-width: 991px) {

    .modal-tips .modal-dialog,
    .modal-tips .modal-content {
        height: 100%;
    }

    .modal-tips .modal-dialog {
        margin: 0;
        max-width: none;
        width: 100%;
    }

    .modal-tips .modal-content {
        border: none;
        border-radius: 0;
    }

    .modal-tips .modal-text .h3 {
        letter-spacing: -0.3px;
        font-size: 20px;
        line-height: 24px;
        color: #1F2933;
        font-weight: 600;
    }
}



@media (max-width: 575px) {
    .documents-page .navbar {
        display: none;
    }

    .documents-page .h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .documents-page .opening {
        font-weight: 500;
        color: #323F4B;
    }

    .documents-page .main {
        padding-bottom: 165px;
        position: absolute;
        min-height: 100%;
        width: 100%;
        padding-top: 24px;
        left: 0;
        top: 0;
        overflow: auto;
    }

    .documents-page .form-footer {
        margin-top: 0;
        background-color: #fff;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.page .card-docs {
    background-color: #0245B9;
}

.card-docs {
    border: 1px solid #E4E7EB;
    border-radius: 4px;
    height: 345px;
    position: relative;
    z-index: 0;
}

.card-docs .h2 {
    color: currentColor;
    margin-bottom: 20px;
}

.card-docs p {
    max-width: 300px;
}

.card-docs .btn {
    background-color: #fff;
    margin-top: 14px;
}

.card-docs .card-bg {
    bottom: 0;
    position: absolute;
    right: 22px;
    z-index: -1;
}

.card-docs .card-body {
    color: #fff;
    padding: 52px 55px;
}

.section-auth .h3 {
    margin-bottom: 12px;
}

.section-auth .opening {
    margin-bottom: 24px;
}

.auth-timer {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 14px;
}

.auth-timer strong {
    color: #111B25;
    font-weight: 600;
}

.notify {
    padding: 16px;
    border-radius: 4px;
    border: 1px solid rgba(1, 72, 7, 0.15);
    background: #E3F9E5;
    color: #1F2933;
    font-size: 14px;
    line-height: 1.36;
    display: flex;
    align-items: center;
    gap: 16px;
    position: fixed;
    left: 50%;
    top: 20px;
    max-width: 100%;
    transform: translateX(-50%);
    z-index: 100;
    transition: opacity .3s ease;
}

.notify.hidden {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}