/*-------------------------------------------
[ GOOGLE FONTS IMPORT ]*/


/**=====================
    Custom General CSS
==========================**/

body *::-webkit-scrollbar {
    height: 12px;
    cursor: pointer!important;
    background-color: #e9edf1;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #e9edf1;
    font-weight: 500;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--bs-gray-400) !important;
    /* font-weight: 400; */
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--bs-gray-400) !important;
    /* font-weight: 400; */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--bs-gray-400)!important;
    /* font-weight: 400; */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--bs-gray-400)!important;
    /* font-weight: 400; */
}

a {
    color: var(--primary06);
}

.transparent-mode a {
    color: #f9ffff;
}

.transparent-mode a:hover {
    color: var(--dark-primary-hover);
}

.btn.active,
.btn.active:focus,
.btn.focus,
.btn:active,
.btn:active:focus,
.btn:focus,
.btn:hover {
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 10%);
}

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

.btn {
    border-radius: 0px!important;
}

.form-control {
    color: #4f4f4f;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #bdbdbd; */
    border: 1px solid var(--bs-gray-500);
    border-radius: 0px!important;
}

.form-control:focus {
    border-color: var(--primary06);
    box-shadow: 0 4px 10px 0 var(--primary02), 0 4px 20px 0 var(--primary01);
}

.transparent-mode .form-control {
    color: #f9ffff !important;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.ui-icon,
.ui-icon-circle-triangle-w {
    display: none!important;
}

.card {
    border: 1px solid var(--bs-gray-400) !important;
    border-radius: 0px;
}

.card-header {
    padding: 10px 15px;
}

.transparent-mode .card {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.transparent-mode .dropdown-item {
    color: #76839a;
}

.btn-outline-light:hover {
    color: #495057;
    background-color: var(--bs-gray-400);
    border-color: var(--bs-gray-500);
}

.btn-outline-default {
    color: #292828;
    background: transparent;
    background-image: none;
    border-color: var(--bs-gray-600);
}

.transparent-mode .btn-outline-light.disabled,
.transparent-mode .btn-outline-light:disabled {
    color: var(--bs-gray-300);
    background-color: transparent;
}

.datepicker-dropdown {
    border: 1px solid var(--primary-bg-hover);
    -webkit-box-shadow: 0 4px 10px 0 var(--primary02), 0 4px 20px 0 var(--primary01);
    box-shadow: 0 4px 10px 0 var(--primary02), 0 4px 20px 0 var(--primary01);
}

.transparent-mode .slide-item.active,
.transparent-mode .slide-item:hover,
.transparent-mode .slide-item:focus {
    text-decoration: none;
    color: var(--primary-bg-color) !important;
}

.transparent-mode .btn-outline-secondary {
    border-color: var(--secondary);
}

.transparent-mode .btn-outline-secondary:hover {
    border-color: var(--secondary);
}

.transparent-mode .btn-outline-secondary:not(:disabled):not(.disabled):active,
.transparent-mode .btn-outline-secondary:not(:disabled):not(.disabled).active {
    border-color: var(--secondary09);
}

.border-bottom-dashed {
    border-bottom: 1px dashed #eaedf1 !important;
}

.transparent-mode .border-bottom-dashed {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1) !important;
}

.btn-outline-danger {
    color: #cf7971!important;
    background-color: transparent;
    background-image: none;
    border-color: #b9453a;
}

.btn-outline-danger:hover {
    color: #fff!important;
    background-color: #dc3545!important;
    border-color: #dc3545!important;
}

.transparent-mode .text-muted {
    color: var(--bs-gray-500) !important;
}

.transparent-mode .text-primary {
    color: var(--bs-white) !important;
}

.badge {
    border-radius: 0px!important;
}

.badge-pill-padding-top {
    padding-top: 11px;
}

.badge-padding-top {
    padding-top: 11px;
}

.bg-default {
    background: linear-gradient(to bottom right, var(--bs-gray-100) 0%, var(--bs-gray-500) 100%) !important;
    color: #000;
    box-shadow: 0 5px 10px rgb(227 228 237 / 30%);
    border: 0.2px solid var(--bs-gray-500);
}

.bg-success-gradient {
    background: linear-gradient(to bottom right, #90d7a0 0%, var(--success) 100%) !important;
    border: 0.2px solid var(--success);
}

.bg-info-gradient {
    border: 0.2px solid #1e63c3;
}

.bg-warning-gradient {
    background: linear-gradient(to bottom right, #ffeb3b 0%, #ffa000 100%) !important;
    border: 0.2px solid #ffa000;
    color: #000;
}

.bg-danger-gradient {
    border: 0.2px solid #f71d36;
}

.bg-primary-gradient {
    border: 0.2px solid var(--primary-bg-color);
}

.bg-dark-gradient {
    background: linear-gradient(to bottom right, #000 0%, rgb(145 145 145) 100%) !important;
    border: 0.2px solid rgb(145 145 145);
}

.input_read_only {
    border: 1px solid #ced4da;
    padding: 10px 9px 10px 9px;
    border-radius: 6px;
    background-color: var(--primary-transparentcolor);
    color: var(--bs-gray-600)!important;
}

.transparent-mode .input_read_only {
    border: 1px solid #425575;
    padding: 10px 9px 10px 9px;
    border-radius: 6px;
    background-color: var(--primary-bg-color);
    color: var(--bs-gray-500)!important;
}

.disabled {
    pointer-events: none;
    /* opacity: 0.7; */
    background-color: var(--bs-gray-400);
    /* border-color: rgba(118, 118, 118, 0.3); */
    color: -internal-light-dark(graytext, rgb(170, 170, 170));
}

.transparent-mode .disabled {
    background-color: var(--bs-gray-700);
}

.cursor-pointer {
    cursor: pointer;
}

.gradient-header .app-header,
.gradient-header .hor-header {
    background: linear-gradient(to right, rgb(15 10 74) 0%, rgb(15 10 74 / 90%) 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.text-secondary {
    color: rgb(15 10 74) !important;
}

.text-purple {
    color: #8b1942 !important;
}

.side-menu__item:hover,
.side-menu__item:focus {
    text-decoration: none;
    color: var(--primary-bg-color);
    background: #e9edf1 !important;
    border-radius: 0 60px 60px 0;
}

.slide-item.active,
.slide-item,
.slide-item {
    transition: all 0.2s ease-in-out;
}

.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
    color: var(--primary-bg-color) !important;
    background: #e9edf0;
    transition: all 0.2s ease-in-out;
}

.header-brand-img {
    height: 2.75rem;
    line-height: 2rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    width: auto;
}

.slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px;
    font-size: 13px;
    color: #415a87;
}


/**=====================
    Authentication CSS Start
==========================**/

.show-hide {
    position: absolute;
    top: 22px;
    right: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide span:before {
    content: "Ocultar";
}

.show-hide span.show:before {
    content: "Mostrar";
}

.show-hide-usuarios {
    position: absolute;
    top: 55px;
    right: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-usuarios span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-usuarios span:before {
    content: "Ocultar";
}

.show-hide-usuarios span.show:before {
    content: "Mostrar";
}

.show-hide-confirm {
    position: absolute;
    top: 55px;
    right: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-confirm span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-confirm span:before {
    content: "Ocultar";
}

.show-hide-confirm span.show:before {
    content: "Mostrar";
}

.show-hide-cambiar {
    position: absolute;
    top: 46px;
    right: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-cambiar span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-cambiar span:before {
    content: "Ocultar";
}

.show-hide-cambiar span.show:before {
    content: "Mostrar";
}

.show-hide-cambiar-confirm {
    position: absolute;
    top: 46px;
    right: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-cambiar-confirm span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-cambiar-confirm span:before {
    content: "Ocultar";
}

.show-hide-cambiar-confirm span.show:before {
    content: "Mostrar";
}

.show-hide-efirma {
    position: absolute;
    top: 55px;
    right: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-efirma span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-efirma span:before {
    content: "Ocultar";
}

.show-hide-efirma span.show:before {
    content: "Mostrar";
}

.show-hide-smtp {
    position: absolute;
    top: 55px;
    right: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-smtp span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-smtp span:before {
    content: "Ocultar";
}

.show-hide-smtp span.show:before {
    content: "Mostrar";
}


/**=====================
    Loading Loader CSS Start
==========================**/

.dimmer-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer-modal {
    background: #063b4091;
}

.dimmer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer {
    background: #063b4091;
}

.dimmer-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer-2 {
    background: #063b4091;
}

.dimmer-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer-3 {
    background: #063b4091;
}

.dimmer-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer-4 {
    background: #063b4091;
}

.dimmer-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer-5 {
    background: #063b4091;
}

.dimmer-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer-load {
    background: #063b4091;
}

.dimmer-object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer-object {
    background: #063b4091;
}

.dimmer-object-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer-object-search {
    background: #063b4091;
}

.dimmer-object-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer-object-2 {
    background: #063b4091;
}

.dimmer-object-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgb(242 243 249/55%);
    z-index: 300;
    display: none;
}

body.transparent-mode .dimmer-object-3 {
    background: #063b4091;
}

img.mobile-logo {
    width: 130px;
}


/* ***********************
[ Login ] */

.symbol-input100 {
    top: -32px;
}

body.transparent-mode.bg-img2 {
    /* background-color: #121314c9!important; */
    /* background: linear-gradient(to bottom right, var(--primary09) 0%, var(--primary-bg-color) 100%) !important; */
}

body.transparent-mode.layout-boxed.bg-img2 .page {
    /* background-color: #121314c9!important; */
    /* background: linear-gradient(to bottom right, var(--primary09) 0%, var(--primary-bg-color) 100%) !important; */
}

.login-img {
    background: url(../../images/media/bg-login.png);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset: 0;
    width: 100%;
    background-color: #121314c9!important;
}

body.bg-img1 {
    background: url(../../images/media/bg-img1.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset: 0;
    width: 100%;
    background-color: #121314c9!important;
}

.login100-form-title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 30px;
    color: var(--bs-white);
}

.wrap-login100 {
    background: rgb(0 0 0 / 50%)!important;
    -webkit-box-shadow: 0 3px 9px 0 rgb(28 28 51 / 80%)!important;
    box-shadow: 0 3px 9px 0 rgb(28 28 51 / 80%)!important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-7 {
    font-size: 7px !important;
}


/* ***********************
[ Imagenes Banner Left ] */

.transparent-mode .light-logo {
    display: none !important;
}

.transparent-mode.sidenav-toggled .toggle-logo {
    display: block!important;
}

.transparent-mode .toggle-logo {
    display: none!important;
}

.transparent-mode.hover-submenu.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo,
.transparent-mode.hover-submenu1.app.sidebar-mini.sidenav-toggled.sidenav-toggled-open .app-sidebar .side-header .header-brand-img.light-logo {
    display: none !important;
}

.transparent-mode .hor-header .header-brand-img.light-logo {
    display: none !important;
}

.light-logo {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.toggle-logo {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


/* ***********************
[ Inicio ] */

.transparent-mode .logo_main {
    display: none !important;
}

.logo_main-2 {
    display: none !important;
}

.transparent-mode .logo_main-2 {
    display: block !important;
}


/* ***********************
[ Cards ] */

.bg-header-card {
    color: #fff !important;
    /* background: linear-gradient(to bottom right, var(--primary03) 0%, var(--primary01) 100%); */
    background: linear-gradient(to bottom right, #f66b4e00 0%, #c9d3dd 100%);
    border-color: var(--primary06) !important;
    border-bottom: 1px solid var(--primary-bg-hover)!important;
}

.transparent-mode .bg-header-card {
    color: #fff !important;
    background: linear-gradient(to bottom right, var(--transparent-primary) 0%, var(--primary03) 100%);
    /* background-color: var(--primary-bg-color) !important; */
    border-color: var(--primary03) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)!important;
}


/* ***********************
[ Panels ] */

.bg-expanel-body {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    box-shadow: 0 3px 9px 0 rgb(28 28 51 / 15%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)!important;
}

.panel-title1 a {
    color: #fff !important;
    background-color: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)!important;
}


/* ***********************
[ Footer ] */

body.transparent-mode .footer a:not(.btn) {
    color: rgba(255, 255, 255, 0.6);
}


/* ***********************
[ SideBar ] */

@media (min-width: 992px) {
    .hover-submenu.sidebar-mini.sidenav-toggled .slide-menu {
        box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
    }
    .transparent-mode.hover-submenu.sidebar-mini.sidenav-toggled .slide-menu {
        box-shadow: 0 4px 10px 0 var(--primary02), 0 4px 20px 0 var(--primary01)!important;
    }
}

.transparent-mode .slide-item.active,
.transparent-mode .slide-item:hover,
.transparent-mode .slide-item:focus,
.transparent-mode .sub-side-menu__item.active,
.transparent-mode .sub-side-menu__item:hover,
.transparent-mode .sub-side-menu__item:focus,
.transparent-mode .sub-side-menu__item2.active,
.transparent-mode .sub-side-menu__item2:hover,
.transparent-mode .sub-side-menu__item2:focus,
.transparent-mode .sub-slide-item.active,
.transparent-mode .sub-slide-item:hover,
.transparent-mode .sub-slide-item:focus,
.transparent-mode .sub-slide-item2.active,
.transparent-mode .sub-slide-item2:hover,
.transparent-mode .sub-slide-item2:focus {
    color: var(--primary-bg-hover)!important;
}


/* ***********************
[ Modal ] */

.transparent-mode .modal-content {
    /* background-color: var(--transparent-body); */
    border: 1px solid var(--primary06);
    box-shadow: 0 4px 10px 0 var(--primary02), 0 4px 20px 0 var(--primary01);
}


/* ***********************
[ Nav ] */

.nav-link {
    color: var(--primary-bg-color);
}

.nav-link:focus,
.nav-link:hover {
    color: var(--primary-bg-hover);
}


/* ***********************
[ Visitas ] */

.qr_result {
    display: none;
    transition: width 2s;
}

.btn-whatsup {
    color: #fff;
    background-color: #00a884;
    border-color: #00a884;
}

.btn-whatsup:hover {
    color: #fff;
    background-color: #037c62;
    border-color: #0f9679;
}

.btn-telegram {
    color: #fff;
    background-color: #27a5e5;
    border-color: #27a5e5;
}

.btn-telegram:hover {
    color: #fff;
    background-color: #118fcd;
    border-color: #2991c5;
}


/**=====================
    Custom Autocomplete CSS
==========================**/

.ui-autocomplete {
    height: 300px !important;
    overflow-y: auto !important;
    overflow-X: hidden !important;
    border-radius: 4px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #3a99a854;
    z-index: 350;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%) !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%) !important;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-content a span {
    color: var(--primary);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ffffff;
    background: var(--primary);
    font-weight: normal;
    color: #ffffff !important;
}

.ui-state-active .text-main,
.ui-widget-content .ui-state-active .text-main,
.ui-widget-header .ui-state-active .text-main,
a.ui-button:active .text-main,
.ui-button:active .text-main,
.ui-button.ui-state-active .text-main:hover {
    color: var(--secondary) !important;
}

.ui-state-active .small-text,
.ui-widget-content .ui-state-active .small-text,
.ui-widget-header .ui-state-active .small-text,
a.ui-button:active .small-text,
.ui-button:active .small-text,
.ui-button.ui-state-active .small-text:hover {
    color: var(--gray-700) !important;
}

.ui-button.ui-state-active:hover {
    transition: background 0.3s ease-in-out !important;
}

.ui-widget-content a.list-group-item-action {
    color: var(--primary);
}

#ui-id-2 {
    top: 182.188px!important;
    width: calc(100% - 52px)!important;
    z-index: 999!important;
    box-shadow: 0 10px 40px 0 rgb(104 113 123 / 30%);
    border: 1px solid #eaedf1;
}

#ui-id-1 {
    /* top: 182.188px!important;
    width: calc(100% - 52px)!important;
    z-index: 999!important; */
    box-shadow: 0 10px 40px 0 rgb(104 113 123 / 30%);
    border: 1px solid #eaedf1;
}


/*-------------------------------------------
[ Collapse ]*/

.collapse-icon.active .collapse-down::before {
    content: "\f103";
    transition: all 0.5s ease-in-out;
}

.collapse-icon.active .collapse-down-resumen::before {
    content: "\f103";
    transition: all 0.5s ease-in-out;
}


/*==================================================================
[ CUSTOM PLUGINS SUMMERNOTE ]*/

.note-editor,
.note-frame {
    width: 100%;
}


/**=====================
 Accordion
==========================**/

.transparent-mode .accordion-item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--secondary01);
}


/**=====================
 Loader
==========================**/

.lds-ring-object div {
    border: 4px solid var(--primary-bg-color);
    border-color: var(--primary-bg-color) transparent transparent transparent;
}

.lds-ring-object {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 100px auto;
}

.lds-ring-object div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    margin: 19px;
    border-radius: 50%;
    -webkit-animation: lds-ring-object 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring-object 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring-object div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring-object div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring-object div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring-object {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-ring-object {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-ring-object-search div {
    border: 4px solid var(--primary-bg-color);
    border-color: var(--primary-bg-color) transparent transparent transparent;
}

.lds-ring-object-search {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 100px auto;
}

.lds-ring-object-search div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    margin: 19px;
    border-radius: 50%;
    -webkit-animation: lds-ring-object-search 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring-object-search 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring-object-search div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring-object-search div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring-object-search div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring-object-search {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-ring-object-search {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/**=====================
 Tutoriales
==========================**/

#contents {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 576px) {
    #contents {
        width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    #contents {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    #contents {
        width: 70%;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    #contents {
        width: 65%;
        margin: 0 auto;
    }
}


/**=====================
 Rating
==========================**/

.rating-stars {
    width: 100%;
    text-align: left;
}


/**=====================
 Rating
==========================**/


/* X-Small	None	<576px
Small	sm	≥576px
Medium	md	≥768px
Large	lg	≥992px
Extra large	xl	≥1200px
Extra extra large	xxl	≥1400px */


/**=====================
 Output
==========================**/

@media (max-width: 547px) {
    .output_detalle_position {
        flex-direction: column;
    }
    .ouput-header {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .output_margin-top {
        margin-top: 81px;
        margin-left: 16px;
    }
}


/**=====================
 scrollable
==========================**/

.scrollable {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.scrollable.scrollable-padding .scrollable-content {
    padding: 10px 24px 10px 10px;
}

.scrollable .scrollable-content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 37px 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
    outline: none;
}

.scrollable .scrollable-pane {
    bottom: 0;
    opacity: 0.01;
    position: absolute;
    right: 5px;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 4px;
}