*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    background-color: #fff;
    height: 100%;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.sub-txt {
    color: #87888c;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
}

a {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #224abe;
    text-decoration: underline;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.sidebar {
    width: 6.5rem;
    min-height: 100vh;
}

.sidebar .nav-item {
    position: relative;
}

.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}

.sidebar .nav-item .nav-link {
    text-align: center;
    width: 6.5rem;
}

.sidebar .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
}

.sidebar .nav-item.active .nav-link {
    font-weight: 700;
}

.sidebar .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
}

.sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.sidebar .nav-item .collapsing {
    display: none;
    transition: none;
}

.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
    padding: 0.5rem 0;
    min-width: 10rem;
    font-size: 0.85rem;
    margin: 0 0 1rem 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.65rem;
    color: #b7b9cc;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    display: block;
    color: #3a3b45;
    text-decoration: none;
    border-radius: 0.35rem;
    white-space: nowrap;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
    background-color: #eaecf4;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
    background-color: #dddfeb;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
    color: #4e73df;
    font-weight: 700;
}

.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: poPoppins;
}

.sidebar #sidebarToggle::after {
    font-weight: 900;
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    margin-right: 0.1rem;
}

.sidebar #sidebarToggle:hover {
    text-decoration: none;
}

.sidebar #sidebarToggle:focus {
    outline: none;
}

.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}

.sidebar.toggled #sidebarToggle::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin-left: 0.25rem;
}

.sidebar.toggled .sidebar-card {
    display: none;
}

.sidebar .sidebar-brand {
    height: 4.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}

.sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
}

.sidebar .sidebar-brand .sidebar-brand-text {
    display: none;
}

.sidebar hr.sidebar-divider {
    margin: 0 1rem 1rem;
}

.sidebar .sidebar-heading {
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
}

.sidebar .sidebar-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.875rem;
    border-radius: 0.35rem;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
}

.sidebar .sidebar-card .sidebar-card-illustration {
    height: 3rem;
    display: block;
}

.sidebar .sidebar-card .sidebar-card-title {
    font-weight: bold;
}

.sidebar .sidebar-card p {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.dropdown-header {
    background-color: #13072e;
    border: 1px solid #13072e;
    font-weight: 800;
    font-size: 0.65rem;
    color: white;
}

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

.text-gray-600 {
    color: #858796 !important;
}
.list-style-none {
    list-style: none;
}

/******/
/* TARJETAS ARBOL DE AGENTES */

.cursor-pointer {
    cursor: pointer;
}

.card.card-tree {
    /* padding-top: 1rem; */
    padding: 1rem;
    border-radius: 10px;
    border: none;
    box-shadow: 10px 10px 22px 1px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 11px 11px 22px 1px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 11px 11px 22px 1px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    /* .card.card-tree {
        width: 25%;
    } */
}

.card.card-tree img {
    border-radius: 10px;
    height: 7.5rem;
}

.card.card-tree h5 {
    font-weight: 600;
}

.card.card-tree p {
    line-height: 1.25;
    color: #979797;
}

.card-tree__button {
    background-color: white;
    width: fit-content;
    padding: 0.25rem 1.5rem;
    border: 1px solid #0d6efd;
    border-radius: 10px;
    color: #0d6efd;
}

/************************/
/************************/
/************************/
/************************/
/*  CUSTOM STYLES /*

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ main */

.darkblue {
    color: #13072e;
}

.greyblue {
    color: #8897ae;
}

.superposi {
    z-index: 999 !important;
}

a {
    text-decoration: none;
}

.hover-btn:hover {
    transform: scale(0.9);
}

#wrapper #content-wrapper {
    overflow-y: hidden !important;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(39 40 41 / 0%) !important;
}

/*  HOME    */
.home-star {
    width: 1rem;
    color: #ffc107;
}

footer .container a {
    text-decoration: none;
}

.txt-footer-titu {
    color: #0a142f !important;
    font-size: 16px;
    font-style: normal;
}

.txt-footer-enlaces {
    color: #0a142f !important;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    opacity: 0.5;
}

.txt-footer-enlaces-v2 {
    color: #0a142f !important;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    opacity: 0.9;
}

.box-footer {
    background: rgba(32, 60, 134, 0.05);
    padding: 2em;
    max-width: 20em;
    float: right;
}

.btn-footer {
    background-color: #0081fe;
    background: #0081fe;
    color: white;
}

.logo-footer {
    width: 7em;
}

/* fin footer */

/* nav */

.logo-nav {
    max-width: 100px;
}

.logo-nav-admin {
    margin-top: -25px;
    width: 10rem;
    margin-bottom: 0;
}

.navbar .btn-nav {
    background-color: #13072e;
    background: #13072e;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 700;
    border-radius: 6px;
    background: var(--dark-blue, #13072e);
}

.navbar .btn-nav:hover {
    /* transform: scale(0.9); */
    background-color: #341d6f;
    /* background: #13072e; */
    color: #fff;
}

.navbar .txt-nav-menu {
    color: #48301a;
    text-align: right;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nav-admin-extra {
    border-bottom: solid 1px #641b2f;
    padding-left: 20rem;
    max-height: 5rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(we, 115, 223, 0.25);
}

/* fin nav */

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fin main */

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Home */

/* seccion 1 */

/* .sec1 .text-bannerone-sec1 {
    margin-top: 30% !important;
    font-size: 1.125rem;
    font-weight: bold;
    max-width: 500px;
} */

.sec1 .box-home-sec2 {
    background: white;
    border-radius: 6px;
    padding: 0em;
    height: 27.8em;
    max-height: 27.8em;
}

.sec1 .img-sec1 {
    width: 100%;
    max-width: 600px;
    padding-top: 3em;
}

.sep-sec1 {
    padding-top: 1em;
}

.btn-banner {
    color: #311e6d;
    background-color: #e8edff;
    background: #e8edff;
}

.btn-banner:hover {
    color: #311e6d;
    background-color: #e8edff;
    background: #e8edff;
    transform: scale(0.9);
}

.text-1-sec1 {
    color: #fff;
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 124.242% */
    letter-spacing: -0.3px;
}

/* SECTION 1 - BOXES*/

.sec1-box .fw-bold {
    font-weight: 900;
}

.box-sec1 {
    border-radius: 16px;
    border: 2px solid #eff2f8;
}

/* fin seccion 1 */

/* seccion 2 */

.sec2 .angle-right-solid {
    width: 0.75rem;
    fill: #251753;
}

.txt-2-sec2 {
    color: #455468;
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 700;
}

.txt-3-sec2 {
    max-width: 400px !important;
}

.text-4-sec2 {
    margin-left: -0.55em;
    background: -webkit-linear-gradient(
        90deg,
        #1c1040 0%,
        #261754 51%,
        #311e6d 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #1c1040; /* Color del texto en otros navegadores */
    text-decoration: none;
}

.ext-4-sec2:hover {
    transform: scale(0.9) !important;
}

/* fin seccion 2 */

/* seccion 3 */

.sec3 {
    background: #ffffff;
    padding: 5em 7em;
    display: none !important;
}

.heart-hover:hover {
    color: red !important;
}

.cart-hover:hover {
    color: rgb(0, 21, 255) !important;
}

.eye-hover:hover {
    color: rgb(0, 21, 255) !important;
}

.txt-libro-1 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
    margin-top: 1em;
}

.txt-libro-2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}

.txt-libro-3 {
    color: #8897ae;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
}

.txt-libro-4 {
    color: #8897ae;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}

.btn-book {
    background: white;
    border: 1px solid #1b4dff;
    color: #1b4dff;
    border-radius: 6px;
    margin: auto;
    display: block;
    width: 12em;
    padding: 0.8em;
}

.btn-book:hover {
    background: white;
    border: 1px solid #1b4dff;
    color: #1b4dff;
    border-radius: 6px;
    margin: auto;
    display: block;
    width: 12em;
    padding: 0.8em;
    transform: scale(0.9);
}

.sep-libro-price {
    margin-right: 5em;
}

/* fin seccion 3 */

/* seccion 4 */

.sec4 {
    background: #e8edff;
}

.txt-1-sec4 {
    color: #1b4dff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 187.5% */
}

.txt-2-sec4 {
    font-size: 2rem;
    color: #455468;
    font-style: normal;
    font-weight: 700;
}

.txt-3-sec4 {
    max-width: 100% !important;
}

.text-testi-1 {
    color: #8897ae;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 156.25% */
    max-width: 400px;
}

.text-testi-2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}

.text-testi-3 {
    color: #8897ae;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}

/* seccion 5 */

.sec5 {
    background: #e8edff;
    padding: 13em 7em;
    text-align: center !important;
    display: none !important;
}

.sec5 p {
    max-width: 700px;
    margin: auto;
    display: block;
}

.form-sec-5 {
    max-width: 600px;
    margin: auto;
    display: block;
}

.form-sec-5 form {
    margin-top: 5em;
}

.btn-sec5 {
    background-color: #95ca62;
    background: #95ca62;
    color: white;
}

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

/* fin seccion 5 */

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fin home */

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ registro / login */

.bg-registro {
    background: linear-gradient(90deg, #1c1040 0%, #261754 51%, #311e6d 100%);
    height: 100vh;
}

.bg-registro-img {
    background-image: url(../images/login-main-mini.png);
    border-radius: 0px 32px 32px 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-confirmacion-img {
    background-image: url(../images/confirm-email.png);
    border-radius: 0px 32px 32px 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.txt-conformacion-correo {
    padding: 0em 3em !important;
    color: var(--dark-blue, #13072e);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 125% */
}

.bg-login-form {
    border-radius: 32px;
    background: #eff2f8;
}

.bg-registro-form {
    border-radius: 32px;
    background: #eff2f8;
}

.registro-titulo {
    color: #13072e;
    text-align: center;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 125% */
    max-width: 600px;
    margin: 1em auto;
}

.form-registro .input-style {
    /* margin: auto;
      max-width: 500px; */
    border-radius: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.input-style-poppin {
}

.btn-registro {
    border-radius: 6px;
    background: #24164f;
    color: #fff;
    text-align: center;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 700;
    display: block;
}

.btn-registro:hover {
    transform: scale(0.9);
    border-radius: 6px;
    background: #24164f;
    color: #fff;
}

.text-registro-check {
    color: #13072e;
    font-size: 1em;
    font-style: normal;
    line-height: normal;
}

.text-registro-check-bold {
    color: #13072e;
    font-size: 0.9rem;
    font-style: normal;
    line-height: normal;
}

.registro-iniciacon {
    margin: 1em auto;
    max-width: 15.5em;
    display: none;
}

.btn-ver-pass {
    background: white;
    border: 1px solid #cccc;
    border-radius: 0px;
}
.btn-ver-pass:hover {
    background: white;
    border: 1px solid #cccc;
    border-radius: 0px;
}

.no-br-inpt {
    border-radius: 0px;
}

.social-cont {
    text-align: center;
    display: none !important;
}

.img-reg-social {
    margin: 7px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fin registro */

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ plan mensual-anual*/

.plan-bg {
    background: #f8fafc;
    /* padding: 4em; */
}

.prices {
    border-radius: var(--spacing-4, 16px);
    background: var(--color-brand-white, #fff);
    max-width: 350px;
    -webkit-box-shadow: 19px 13px 58px -22px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 19px 13px 58px -22px rgba(0, 0, 0, 0.62);
    box-shadow: 19px 13px 58px -22px rgba(0, 0, 0, 0.62);
}

.prices-1 {
    border-top: 17px solid #add8e6;
}

.prices-2 {
    border-top: 17px solid #32cd32;
}

.prices-3 {
    border-top: 17px solid #ffd700;
}

.btn-planes {
    display: block;
    width: fit-content;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    background: #13072e;
    color: white;
    text-align: center;
    text-decoration: none;
}

.btn-planes:hover {
    background: #362364;
    color: white;
    text-decoration: none;
    /* transform: scale(0.9); */
}

.planes-precio {
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.planes-precio-time {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-precios-1 {
    color: white;
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px 6px;
    background: #211449;
    font-size: 0.9rem;
}

.btn-precios-1:hover {
    border-radius: 6px 6px;
    opacity: 0.9;
    background: #211449;
    color: white;
    gap: 10px;
}

.btn-precios-1:active {
    border-radius: 6px 6px;
    opacity: 0.9;
    background: #211449;
    color: white;
    gap: 10px;
}

.btn-precios-2 {
    color: #010101;
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 6px 6px 0px;
    background: white;
}

.btn-precios-2:hover {
    color: white;
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 6px 0px 0px;
    background: #e5e7ef;
    opacity: 0.9;
}

.btn-precios-2:active {
    color: white;
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 6px 0px 0px;
    background: #b4c4ff;
    opacity: 0.9;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fin plan mensual-anual*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Admin*/

/*+++++++++++++ Admin home*/

.bg-admin {
    background: linear-gradient(90deg, #1c1040 0%, #261754 51%, #311e6d 100%);

    padding: 2em 1em;
}

.bell-solid {
    width: 1.25rem;
}

.box-admin {
    border-radius: 33.54px;
    background: #fff;
    box-shadow: 0px 41.925px 83.85px 0px rgba(0, 0, 0, 0.2);
}

.btn-op-admin {
    border-radius: 8.385px;
    background: var(--dark-blue, #13072e);
    width: 12em;
    padding: 0.8em;
    color: white;
    font-size: 14px;
}

.img-opciones {
    width: 17px;
    margin-top: -3px;
}

.borde-opciones-derecho {
    border-right: 2px solid #13072e;
}

.input-buscador {
    border-radius: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    border-radius: 11.18px;
    background: #eff2f8;
}

.box-admin-rosa {
    border-radius: 14px;
    background: linear-gradient(102deg, #c300f9 7.46%, #fa6ff5 98.23%);
    padding: 2em;
    margin-left: 0.7em;
}

.titu-box-admin-rosa {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 104.167% */
}

.btn-admin-rosa-1 {
    color: white;
    border-radius: 6px;
    background: #13072e;
    /* Focus/md/primary/50 */
    box-shadow:
        0px 0px 0px 3px #e8edff,
        0px 1px 2px 0px #e8edff;
    padding: 8px 15px;
}

.btn-admin-rosa-2 {
    color: black;
    border-radius: 6px;
    border: 1px solid #4a72ff;
    background: #f2f5ff;
    /* Shadow / sm */
    box-shadow: 0px 1px 2px 0px rgba(45, 54, 67, 0.05);
    padding: 8px 15px;
}

.btn-admin-agentes {
    color: white;
    padding: 16px 24px;
    border-radius: 6px;
    background: linear-gradient(90deg, #1c1040 0%, #261754 51%, #311e6d 100%);
}

.btn-admin-mis-agentes {
    border: 1px solid #4a72ff !important;
    padding: 16px 24px;
    border-radius: 6px;
    background: #f2f5ff;
    color: #0a142f;
    /* Shadow / sm */
    box-shadow: 0px 1px 2px 0px rgba(45, 54, 67, 0.05);
}

.box-admin-agentes {
    border-radius: 14px;
    background: #e8edff;
}

/*+++++++++++++ Admin fin home*/

/* ------------new admin */

.wrapper {
    border-radius: 2em !important;
}

#content {
    background: white;
}

.sidebar {
    /* border-radius: 2em 0em 0em 2em !important; */
    /* border-right: 2px solid; */
    background: white;
}

.sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
    color: #87888c;
}

.btn-op-admin-2 {
    border-radius: 8.385px;
    background: var(--dark-blue, #13072e);
    width: 12em;
    padding: 0.8em;
    color: white;
    font-size: 14px;
    margin: auto;
    display: block;
    max-width: 9em;
}

.txt-c {
    text-align: center;
}

.txt-margen-nav {
    margin-left: 8%;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.input-buscador-new {
    border-radius: 11.18px !important;
    background: #eff2f8 !important;
}

.op-admin-derecha {
    /* border-radius: 14px;
      background: #E8EDFF; */
    padding: 0.5em;
    margin: 0em 0.6em;
}

.text-op-admin-derecha-titu {
    color: var(--dark-blue, #13072e);
    font-size: 0.85em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text-op-admin-derecha-sub-titu {
    color: #8897ae;
    font-size: 0.7em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text-op-admin-derecha-dc {
    background: #641b2f;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}

.fa-bars:before {
    content: "\f0c9";
    color: black !important;
}

.txt-margen-nav {
    font-size: 12px;
    text-decoration: none;
}

.box-bots-admin {
    display: flex;
    width: 100%;
    height: 184px;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 14px;
    background: #e8edff;
}

.box-bots-admin-chat-titu-txt {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
    letter-spacing: -0.2px;
}

.box-bots-admin-chat-txt {
    color: var(--dark-blue, #13072e);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.box-bots-admin-chat-txt:hover {
    color: var(--dark-blue, #13072e);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.agentes-boxi {
    border-radius: 14px;
    border: 1px solid #f4f5f9;
    background: #eff2f8;
}

.agentes-boxi-inner {
    border-radius: 14px;
    background: #261754;
    padding: 2em;
}

.agentes-boxi-inner-img {
    border-radius: 14px;
    background-image: url("../images/admin/anunciov2-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2em;
}

.agentes-boxi-inner h1 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px; /* 156.25% */
}

.titu-boxi-inner {
    font-size: 2em;
    color: white;
}

.sub-titu-boxi-inner {
    font-size: 0.8em;
    color: white;
    max-width: 300px;
}

.agentes-boxi-inner p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn-agentes-boxi {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--Colors-Primary-Primary-25, #f2f5ff);
    color: #13072e;

    /* Paragraph: 5/Medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.2px;
}

.btn-agentes-boxi:hover {
    transform: scale(0.9);
    color: #13072e;
}

.agentes-info h1 {
    color: #010101;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 100% */
    letter-spacing: -0.3px;
}

.agentes-info p {
    color: #010101;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.box-ia {
    margin: auto;
    display: flex;
    width: 184px;
    height: 184px;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    background: #261754;
}

.box-ia-white {
    margin: auto;
    display: flex;
    width: 184px;
    height: 184px;
    padding: 8px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 14px;
    background: #ffffff;
}

.box-ia img {
    width: 122px;
    height: 122px;
    flex-shrink: 0;
}

.angentes-boxi-box-titu {
    margin: auto;
    padding: 8px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #010101;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.3px;
    max-width: 12em;
    text-align: center;
}

.input-style-agentes {
    font-family: "Font Awesome 5 Free";
    width: 100%;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid #8897ae;
    background: #fff;
    /* height: 61px; */
    height: 3.5rem;
}

.input-style-super-admin {
    font-family: "Font Awesome 5 Free";
    width: 65%;
    font-weight: 700;
    border-radius: 8px;
    border: 1px solid #8897ae;
    background: #fff;
    height: 61px;
}

.super-admin-box {
    text-align: center;
    border-radius: 14px;
    background: #fff;
    width: 100%;
    height: 250px;
    flex-shrink: 0;
    padding: 2em;
}

.super-admin-box h3 {
    font-weight: bolder;
    font-size: 5em;
    color: #1c1040;
}

.btn-sa {
    background-color: #13072e;
    background: #13072e;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    padding: 1em;
    border-radius: 6px;
    background: var(--dark-blue, #13072e);
    width: 12em;
}

.btn-sa:hover {
    transform: scale(0.9) !important;
    color: #fff;
}

.titu-super-admin-box {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.titu-estadisticas {
    color: var(--Light-Black, #11263c);
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    padding: 2em;
}

.text-conex-superadmin {
    margin: 1em 2em 0em 0em;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-conex-superadmin-sub-titu {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.conex-box-superadmin {
    border-radius: 6px;
    background: #eff2f8;
    padding-bottom: 1em;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fin admin*
  
  
  
  
      /*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Pagos*/

.pagos-mw {
    max-width: 1100px;
    margin: auto;
}

.input-mw {
    max-width: 320px;
    margin: auto;
}

.bg-row-2-pagos {
    border: 1px solid #f4f5f9;
    background: #eff2f8;
}

.img-pago {
    width: 200px;
    height: 164.706px;
    margin: auto;
    display: block;
}

@media (width >= 768px) {
    .img-pago {
        width: 150px;
        height: 130px;
    }
}

@media (width >= 768px) {
    .img-pago {
        width: 150px;
        height: 130px;
    }
}

.titulo-pagos {
    color: var(--color-brand-black, #000);
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}

.titulo-pagos-v2 {
    color: var(--color-brand-black, #000);
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px; /* 135.294% */
}

.titu-pagos-v3 {
    color: #13072e;
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 194.444% */
}

.txt-inputs {
    color: var(--color-brand-black, #000);
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 183.333% */
}

.sub-pagos {
    margin-top: 3em;
    text-align: center;
    color: var(--color-brand-black, #000);
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 127.273% */
}

.precio-pagos {
    text-align: center;
    display: block;
    color: var(--color-brand-black, #000);
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 137.5% */
}

.txt-pagos-centrado {
    margin-top: 2em;
    text-align: center;
    display: block;
    color: var(--color-brand-black, #000);
    font-feature-settings:
        "clig" off,
        "liga" off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}

.pd-lateral {
    padding: 0em 2em;
}

.btn-cancelar-pago {
    padding: 0.6em;
    width: 100% !important;
    min-width: 100%;
    border-radius: var(--spacing-2, 8px);
    border: 1px solid var(--color-brand-black, #000);
    background: transparent;
    color: var(--color-brand-black, #000);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-align: center;
}

.btn-cancelar-pago:hover {
    color: var(--color-brand-black, #000);
}

.btn-payment {
    padding: 0.6em;
    border-radius: var(--spacing-2, 8px);
    border: none;
    background: #13072e;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    text-align: center;
    color: white;
}

.btn-payment:hover {
    color: white;
    background-color: #251649;
}

.btn-payment__pay--disabled {
    background-color: #251649;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Fin Pagos*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Planes*/

.bg-gris {
    background: #eff2f8;
    padding-bottom: 5em;
}

.boxi-planes {
    border-radius: 14px;
    padding: 1em;
    background: white;
    -webkit-box-shadow: 19px 13px 58px -22px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 19px 13px 58px -22px rgba(0, 0, 0, 0.62);
    box-shadow: 19px 13px 58px -22px rgba(0, 0, 0, 0.62);
}

.btn-planes-x {
    height: 56px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #13072e;
    color: white;
}

.btn-planes-x:hover {
    background: #13072e;
    color: white;
    transform: scale(0.9);
}

.carousel-control-next,
.carousel-control-prev {
    align-items: normal !important;
    top: 3em;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Fin planes*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Perfil dashb*/

.titulo-inputs-perfil {
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #000000;
}

.titulos-perfil {
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    color: #13072e;
}

.titulo-principal-perfil {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    color: #13072e;
}

.borde-perfil {
    border-right: 1px solid;
    padding: 1em;
}

@media only screen and (max-width: 600px) {
    .borde-perfil {
        border-right: none;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Fin Perfil dashb*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ confirmacion de cuenta creada*/

.vali-ico {
    display: block;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    color: #13072e !important;
    text-align: center;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ confirmacion de cuenta creada*/

.input-error {
    color: red;
}

.fs-1rem {
    font-size: 1rem;
}

.profile-inputs {
    background-color: white;
    padding: 0.25rem 1rem;
    border: 1px solid black;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1rem;
}

/*************************************/

/* PLANES */

.label {
    font-size: 1rem;
    font-weight: 700;
    color: #545962;
}

.modal-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: red;
}

/*  PAGO DE PLAN */
.payment-card {
    width: 2.5rem;
}

.cursor-poPoppins {
    cursor: poPoppins;
}

/*  BADGES  */
.badge-success {
    background-color: #3fb935;
}
.badge-secondary {
    background-color: #8592a3;
}
.badge-danger {
    background-color: #dd543d;
}

/*  HOVER   */
.hover-gray:hover {
    background-color: #eaebecef;
}

.decoration-none {
    text-decoration: none;
}

.text-1rem {
    font-size: 1rem;
}

.text-gray {
    color: #797a7b;
}

.book-name-a:hover {
    text-decoration: none;
}

.book-name {
    /* width: 16rem; */
    /* width: 15rem; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 15rem;
}

.book-name:hover {
    text-decoration: none;
}

.book-name:hover {
    color: #24468f;
}

.resize-none {
    resize: none;
}

/* NAV BAR*/

.menu-sidebar {
    color: black;
}

#codex-logo-navbar {
    width: 8.125rem;
}

.payment-history-table {
    height: 11rem;
}

.agent-profile-img {
    width: 2.25rem;
    height: 2.25rem;
}

@media (width >= 768px) {
    .payment-history-table {
        height: 15rem;
    }

    .book-name {
        max-width: 42rem;
        text-align: start;
    }
}

@media (width >= 992px) {
    #codex-logo-navbar {
        width: 10rem;
    }

    .book-name {
        width: 16rem;
    }
}
@media (width >= 1200px) {
    .bg-login-form {
        border-radius: 32px 0 0 32px;
    }
    .login-form {
        position: relative;
        left: 7%;
    }

    #codex-logo-navbar {
        width: 11rem;
    }

    .agent-profile-img {
        width: 2.75rem;
        height: 2.75rem;
    }

    .book-name {
        /* width: 18rem; */
    }
}
@media (width >= 1400px) {
    #codex-logo-navbar {
        width: 12rem;
    }

    .menu-sidebar {
        font-size: 0.9rem;
    }

    .prices p {
        font-size: 1rem;
    }
}

/*  PLANS PRICES */

/*  AGENTS */

/*  HOME    */
.cep-home {
    background-color: #702d3f;
}

.modal-terms-conditions {
    overflow: auto;
    height: 25rem;
}
@media (width >= 1400px) {
    .modal-terms-conditions {
        height: 30rem;
    }
}

.cep-logo {
    width: 10rem;
}
@media (width >= 1024px) {
    .cep-logo {
        width: 15rem;
    }
}
@media (width >= 1400) {
    .cep-logo {
        width: 18rem;
    }
}

.profile-image {
    width: 10rem;
}

.home-bg {
    background-image: url(../images/home/bannerone-min.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    height: 20rem;
}

.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 15rem;
    height: 14rem;
}

.carousel-item video {
    width: 360px;
    position: relative;
    left: -37px;
}

@media (width >= 375px) {
    .carousel-item video {
        left: -15px;
    }
}

@media (width >= 768px) {
    .home-bg {
        background-size: auto;
        height: 13rem;
    }

    .carousel-item {
        height: 15rem;
    }

    .carousel-item video {
        width: 725px;
        position: relative;
        left: -30px;
        top: -124px;
    }
}

@media (width >= 1024px) {
    .carousel-and-bg {
        height: 19rem;
    }

    .carousel-item {
        max-width: 24rem;
    }

    .carousel-slide {
        width: 100%;
    }

    .carousel-slide .carousel-inner {
        height: 100%;
    }

    .carousel-item video {
        width: 560px;
        top: -17px;
        left: -7px;
    }

    .home-bg {
        background-size: auto;
        width: 30rem;
        height: auto;
    }
}

@media (width >= 1400px) {
    .carousel-and-bg {
        height: 28rem;
    }

    .carousel-slide {
        width: 60rem;
    }

    .carousel-item video {
        width: 970px;
        top: -30px;
        left: 0;
    }

    .home-bg {
        background-size: auto;
        width: 20rem;
    }
    .ci {
        width: 110%;
    }
    .carousel-item {
        /* width: 110% !important; */
        height: 30rem;
        position: relative !important;
        top: -40px !important;
    }
}

/*  PRODUCTS    */
.container-products-img {
    height: 18rem;
    overflow: hidden;
    position: relative;
}

.products-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.products-img-1,
.products-img-2 {
    object-position: left center;
}

.products-img-3 {
    object-position: left center;
}

@media (width >= 768px) {
    .container-products-img {
        height: 20rem;
    }
    .products-img-1,
    .products-img-3 {
        object-position: top center;
    }
}

@media (width >= 1024px) {
    .products-text-1,
    .products-text-2,
    .products-text-3 {
        flex-basis: 60%;
    }
    .products-images-1,
    .products-images-2,
    .products-images-3 {
        flex-basis: 50%;
    }

    .products-text-1 p {
        height: 20rem;
    }
}

@media (width >= 1400px) {
    .container-products-img {
        width: 37rem;
        height: 18rem;
    }
    .products-img-1 {
        object-position: top left;
    }
    .products-img {
        object-fit: cover;
    }
}

.products-codex-icon {
    width: 14rem;
}

@media (width >= 768px) {
    .products-codex-icon {
        width: 16rem;
    }
}
@media (width >= 1400px) {
    .products-codex-icon-container {
        flex-basis: 40%;
    }
    .products-codex-icon-text {
        flex-basis: 50%;
    }

    .products-codex-icon {
        width: 20rem;
    }
}

.products-suscribe-text {
    font-size: 1.25rem;
}

@media (width >= 1400px) {
    .products-suscribe-text {
        font-size: 1.45rem;
    }

    .products-suscribe-icon {
        position: relative;
        top: -4px;
    }
}

/*****/
.notification-menu {
    width: 15rem;
}

@media (width >= 768px) {
    .notification-menu {
        width: 18rem;
    }
}

.demo-home,
.card.demo-home {
    background-color: #13072e;
}

.demo-home__title {
    font-size: 1.5rem;
}

.demo-home .demo-home__img {
    width: 5rem;
}

@media (width >= 992px) {
    .demo-home .row {
        /* width: 100%; */
    }
    .demo-home .demo-home__img {
        width: 8rem;
        position: relative;
        left: -80px;
        top: 30px;
    }
    .demo-home__title {
        white-space: nowrap;
    }
}

.demo-home__subtext {
    font-size: 1rem;
}

@media (width >= 1400px) {
    .demo-home__button span {
        font-size: 1.1rem;
    }
}

.demo-home .demo-home__button {
    background-color: white;
    color: white;
    color: #3137ac;
    font-weight: 500;
    max-width: fit-content;
}

.demo-home .demo-home__button:hover {
    background-color: #33147a;
    color: white;
    text-decoration: none;
}

.toast-container .toast-error {
    background-color: #e63f50;
}

@media (width >= 320px) {
    .video-tutorial {
        width: 15rem;
    }
}
@media (width >= 576px) {
    .video-tutorial {
        width: 25rem;
    }
}
@media (width >= 1024px) {
    .video-tutorial {
        width: 35rem;
    }
}
@media (width >= 1200px) {
    .video-tutorial {
        width: 50rem;
    }
}
