:root {
    --swiper-theme-color: var(--ltn__secondary-color) !important;
}

.line-text {
    color: #cecece
}

.line {
    background-color: #eeeff6;
    width: 166px;
    height: 2px
}

.required::after {
    content: " *";
    color: red;
}

.helper-text {
    margin-top: -30px;
    margin-bottom: 30px;
}

.loader-ajax {
    background: rgba(0, 0, 0, 0.6) !important;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 999991;
    width: 100%;
    height: 100%;
    display: block;
    background: white;
}

.wrapper .overlay-box, .overlay-wrapper .overlay-box {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.wrapper > .overlay-box, .overlay-wrapper > .overlay-box, .wrapper > .loading-img, .overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px var(--ltn__secondary-color) solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

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


.icheckbox_flat-aero.indeterminate {
    display: inline-block;
}

.icheckbox_flat-aero.indeterminate:before {
    content: "";
    position: absolute;
    width: .7em;
    height: .3em;
    background-color: var(--ltn__secondary-color);
    left: 23%;
    right: 25%;
    top: 40%;
    bottom: 25%;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.disabled-2 {
    cursor: not-allowed;
    opacity: 0.3;
    pointer-events: none;
}

.hide-check-radio input[type=checkbox], .hide-check-radio input[type=radio] {
    display: none;
}

.hide-check-radio input[type=checkbox]:checked + .box-shadow, .hide-check-radio input[type=radio]:checked + .box-shadow {
    box-shadow: 0 0 9px rgb(0 174 191);
}

.cursor-label label {
    cursor: pointer;
}

@media (max-width: 992px) {
    .white-space-normal {
        white-space: normal !important;
    }
}

.actions-review {
    position: absolute;
    padding: 0 25px 0;
    border: 2px solid var(--border-color-11);
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 36px;
    top: 0;
    right: 0;
    margin-top: -10px;
}

.replies .replies-icon::before {
    content: "\f0d7";
    font-family: 'Font Awesome 6 Pro';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 5px;
    margin-left: 5px;
}

.replies[aria-expanded="true"] .replies-icon:before {
    content: "\f0d8";
}

.replies .replies-text::before {
    content: "Ver";
    clear: both;
    font-family: var(--ltn__heading-font);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.replies[aria-expanded="true"] .replies-text::before {
    content: "Ocultar";
}

#arrow-right {
    width: 20px;
    vertical-align: baseline;
}

.fill-inherit:hover {
    fill: var(--ltn__secondary-color);
}

.comment-date-diff {
    font-size: 12px;
    font-weight: 700;
    font-family: var(--ltn__heading-font);
    color: var(--ltn__secondary-color);
}

@media (max-width: 992px) {
    .btn-small-text {
        font-size: .675rem;
    }

    .col-mobile-header-menu {
        max-width: 150px;
    }
}

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

#autocomplete-textarea {
    resize: vertical;
    min-height: 150px;
    overflow-y: auto;
    max-height: 400px;
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding: 15px 40px 15px 20px;
}

#autocomplete-textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid var(--ltn__secondary-color);
}

#autocomplete-textarea a {
    text-decoration: none;
    font-weight: 400;
    color: #181818;
}

.dropdown-menu .textcomplete-item a,
.dropdown-menu .textcomplete-item a:hover {
    cursor: pointer;
    font-weight: 400;
    color: #000;
    position: relative;
    padding: 5px 10px;
    margin-right: 5px;
}

.dropdown-menu .textcomplete-item.active a {
    background: #f0f0f0;
}

.dropdown-menu .textcomplete-item a em {
    font-style: normal;
    font-weight: 700;
}

.dropdown-menu .textcomplete-item a {
    box-sizing: border-box;
    height: 46px;
}

.dropdown-menu .textcomplete-item .picture {
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    width: 32px;
    height: 32px;
    overflow: hidden;
    float: left;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 10px;
}

.dropdown-menu .textcomplete-item .picture img {
    width: 32px;
}

.dropdown-menu .textcomplete-item span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dropdown-menu .textcomplete-item .name {
    color: #333333;
}

@media (max-width: 992px) {
    .dropdown-menu .textcomplete-item .name {
        font-size: 0.7em;
    }

    .tag-item {
        font-size: .6em !important;
    }
}

.tag-item,
.tag-item:visited {
    font-weight: 400;
    padding: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: default;
}

.tag-item:hover {
    text-decoration: none;
}

.tag-item {
    color: #0071c2;
    background-color: #00aebf21;
    font-weight: 400;
    font-size: 100%;
    padding: 0;
    display: initial;
}

.brand-image {
    float: right;
    line-height: .8;
    max-height: 34px;
    width: auto;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    margin-top: -3px;
}

img.brand-image {
    margin-top: -5px;
    margin-left: 0px;
}

.img-circle {
    border-radius: 50%;
}

.elevation-2 {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.unread-notification {
    background-color: aliceblue;
}

.img-restriction-logo {
    width: 50%;
}

.swal2-container {
    z-index: 9999 !important;
}

.wrapper {
    position: relative
}

.badge-product {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
}

.badge-product-2 {
    width: 90px;
    height: 90px;
}

@media (max-width: 992px) {
    .badge-product {
        width: 50px;
        height: 50px;
    }

    .badge-product-2 {
        width: 70px;
        height: 70px;
    }
}

.avatar {
    object-fit: cover;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}

@media (max-width: 992px) {
    .avatar {
        width: 130px;
        height: 130px;
    }
}

.rounded-2 {
    border-radius: 0.85rem !important;
}

.rounded-top-2 {
    border-radius: 0.85rem 0.85rem 0 0 !important;
}

.ltn-author-introducing-2 {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 50px;
}

.ltn-author-introducing-2 .author-img {
    float: left;
    max-width: 180px;
    margin-right: 40px;
}

.ltn-author-introducing-2 .author-info {
    overflow: hidden;
}

.ltn-author-introducing-2 .author-info h1 {
    margin-bottom: 10px;
}

.ltn-author-introducing-2 .author-info p {
    font-size: 14px;
    margin-bottom: 0;
}

.ltn-author-introducing-2 .author-info p + p {
    margin-top: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ltn-author-introducing-2 .author-img {
        max-width: 120px;
        margin-right: 30px;
    }
}

@media (max-width: 767px) {

    .ltn-author-introducing-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ltn-author-introducing-2 .author-img {
        max-width: 100px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .ltn-author-introducing-2 .author-info {
        overflow: inherit;
    }
}

.ltn__utilize-open > .select2-container {
    z-index: 99999;
}

body.ltn__utilize-open {
    overflow: hidden;
}

.menu-link {
    position: relative;
    display: inline-block;
}

.badge-news {
    top: -3px;
    right: 45px;
    font-size: 14px;
    padding: 4px 8px;
    background-color: red;
    position: absolute;
}

.badge-arrow {
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid red;
}

#social-platforms {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}

.btn-social {
    clear: both;
    white-space: nowrap;
    font-size: .8em;
    display: inline-table;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    margin: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    align-items: center;
}

.btn-social:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
}

.btn-social:focus {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.btn-social > span, .btn-social-icon > i {
    padding: 13px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    line-height: 1em
}

.btn-social > span {
    color: var(--ltn__paragraph-color);
    background: var(--section-bg-1);
}

.btn-social:focus > span {
    background: #9a9a9a
}

.btn-social-icon > i {
    border-radius: 5px 0 0 5px;
    position: relative;
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    background: var(--ltn__secondary-color);
}

.btn-social-icon > i:after {
    content: "";
    border: 8px solid;
    border-color: transparent transparent transparent var(--ltn__secondary-color);
    position: absolute;
    top: 13px;
    right: -15px
}

.btn-social-icon:hover > i, .btn-social-icon:focus > i {
    color: #FFF
}

.secondary-color {
    color: var(--ltn__secondary-color);
}

.nice-select {
    max-width: -webkit-fill-available;
}

span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20rem;
}

.toggle.ios .toggle-handle {
    border-radius: 20rem;
}

.carousel {
    --swiper-navigation-size: 1.2rem;
}

.carousel .swiper-button-next:hover, .carousel .swiper-button-prev:hover {
    background-color: #272727;
}

.carousel .swiper-button-next:after, .carousel .swiper-button-prev:after {
    color: #fff;
}

.carousel .swiper-button-next, .carousel .swiper-button-prev {
    --arrow-border: 2rem;
    padding: 20px;
}

.carousel .swiper-button-next, .carousel .swiper-button-prev {
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    transition: .3s;
    font-weight: 700;
    height: var(--arrow-border);
    top: calc(50% - var(--arrow-border) / 2);
}

.overflow-visible {
    overflow: visible !important;
}

.notification {
    position: relative;
    display: inline-block;
}

.notification .icon-count {
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    height: 15px;
    width: 15px;
    line-height: 15px;
    background-color: var(--ltn__secondary-color);
    color: var(--white);
    text-align: center;
    border-radius: 100%;
    right: 12px;
    top: 3px;
}

.nav-mobile i, .nav-mobile p {
    color: #3f3e3ead;
}

.nav-mobile .active i, .nav-mobile .active p {
    color: inherit;
}

.main-menu .active {
    color: var(--ltn__secondary-color);
}

.ltn__header-middle-area.padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ltn__header-options.shadow {
    box-shadow: 0px 6px 10px 0px rgb(7 28 31 / 8%);
    padding: 8px;
}

.fixed-bottom i {
    font-size: 1.5em;
}

.fixed-bottom p {
    margin-top: -12px !important;
}

.big-banner-carousel {
    width: 100%;
    padding: 0;
}

.big-banner-item {
    overflow: hidden;
    list-style: none;
}

.big-banner-item__link {
    display: block;
    font-size: 0;
    width: 320px;
    height: 150px;
    border-radius: 4px;
    overflow: hidden;
}

.big-banner-item__image {
    object-fit: cover;
    border-radius: 4px;
    transition: opacity ease-out 0.2s;
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

@media only screen and (min-width: 960px) {
    .big-banner-item {
        background-color: #fff;
        border-radius: 12px;
        transition: all .2s linear;
    }

    .big-banner-item__link {
        width: 642px;
        min-height: 300px;
        border-radius: 12px;
    }

    .big-banner-item__image {
        border-radius: 12px;
    }

    .big-banner-item:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
        transform: scale(1.02);
    }
}

.big-banner-item__span {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    inset: 0;
}

.carousel .swiper-slide {
    width: auto;
}

.border-color-gradient-color-1 {
    border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box,
    var(--gradient-color-1) border-box;
}

.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.avatar-2 {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .avatar-2 {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 480px) {
    .avatar-2 {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 370px) {
    .avatar-2 {
        width: 100px;
        height: 100px;
    }
}

.header-search-1.search-open {
    z-index: 1;
    position: inherit;
}

.overlay-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
    background-color: rgb(0 0 0 / 44%);
}

.overlay-search.show {
    display: inherit;
}

.box-menu-home {
    padding-top: 65px;
    position: relative;
    overflow: hidden;
}

.box-menu-home__image {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -35px;
    width: 70px !important;
    height: 70px;
}

.box-menu-home__title {
    padding-top: 15px;
    padding-bottom: 1px;
}

.shadow-scale:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    transform: scale(1.02);
}

.group-card__container {
    min-width: 84px;
    text-align: center;
}

.group-card__image {
    height: 84px;
    width: 84px;
    -o-object-fit: contain;
    object-fit: contain;
    pointer-events: none;
}

.group-card__name-container {
    margin-top: 8px;
    text-align: center;
}

.group-card__name {
    line-height: 1rem;
    max-width: 84px;
    display: block;
    word-break: break-word;
}

.info-data {
    font-weight: 400;
    font-size: .875rem;
    color: #717171;
    margin: unset;
    line-height: 20px;
}

.hide-check-radio input[type=radio]:checked + div > p {
    color: var(--ltn__secondary-color) !important;
    background-color: transparent;
    border-color: var(--ltn__secondary-color);
    border-bottom: 2px solid;
    position: relative;
}

.search-clear-button button[type="button"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: var(--ltn__heading-color);
    display: none;
    font-size: 18px;
    height: 60px;
    line-height: 48px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 0;
    padding: 1px 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-clear-button button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: var(--ltn__heading-color);
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 48px;
    position: absolute;
    left: 8px;
    right: inherit;
    text-align: center;
    top: 0;
    padding: 1px 6px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.search-clear-button input {
    height: 60px;
    padding-right: 0;
    padding-left: 50px;
}

.gray-input {
    background-color: #f6f6f682 !important;
}

.gray-input:focus {
    background-color: var(--white) !important;
}

.z-index-focus:focus-within {
    z-index: 1000;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

.blur {
    backdrop-filter: blur(4px);
}

.blur-2 {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    pointer-events: none;
}

.card {
    border-radius: 0.85rem;
}

.card-footer {
    border-radius: 0 0 0.85rem 0.85rem !important;
}

.slick-initialized .slick-slide, .slick-slide img {
    border-radius: 0.85rem;
}

.lightcase-contentInner, #lightcase-content {
    border-radius: 0.85rem;
}

.section-bg-3-rounded:before {
    border-radius: 0.85rem 0.85rem 0 0;
}

.section-text {
    font-size: 1.3rem;
}

.gradient-color-gray {
    background: linear-gradient(221deg, rgb(228 229 229 / 26%) 0%, rgb(239 239 239 / 68%) 50%);
}

.rounded-2.section-bg-3:before {
    border-radius: 0.85rem !important;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.field-hover:hover {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}

.hover-btn:hover {
    color: var(--ltn__secondary-color) !important;
}

.product-slide-img {
    max-height: 300px;
}

.product-title-2 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(102, 102, 102);
    line-height: 1.1;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .product-slide-img {
        max-height: 250px;
    }

    .product-title-2 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .product-slide-img {
        max-height: 200px;
    }

    .product-title-2 {
        font-size: 18px;
    }
}

@media (max-width: 370px) {
    .product-slide-img {
        max-height: 190px;
    }

    .product-title-2 {
        font-size: 18px;
    }
}

.ltn__faq-inner-2 .card .ltn__card-title.white::before {
    background-color: white;
}

.red {
    color: #e53e29;
}

.product-success {
    color: #ffffff;
    background-color: #8ac543;
}

.product-success .alert-link {
    color: #0b2e13;
}

.product-warning {
    color: #ffffff;
    background-color: #f69322;
}

.product-warning .alert-link {
    color: #533f03;
}

.product-danger {
    color: #ffffff;
    background-color: #b52f2f;
}

.product-danger .alert-link {
    color: #ffffff;
}

.product-no-info {
    color: #ffffff;
    background-color: #179ecc;
}

.product-no-info .alert-link {
    color: #ffffff;
}
