x
/*
    Theme Name: Chikas 23/24
    Theme URI: www.chikas.cl
    Description: CKS!® - CHIKAS
    Version: 2626
*/
/************************************************************************************
FONT
*************************************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

@font-face {
    font-family: ProximaNova-Extrabld;
    src: url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_0_0-c9d226ef464cf69cd1648a9a1bcc401e.eot);
    src: url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_0_0-c9d226ef464cf69cd1648a9a1bcc401e.eot?#iefix) format("embedded-opentype"),
        url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_0_0-1be71848d54f93d5f461633b21612eb4.woff2) format("woff2"),
        url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_0_0-c35bb4f8203b0d4e39798e7cbd3a1821.woff) format("woff"),
        url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_0_0-02ff2dbc8bba5810a5b1273a83dbd1d6.ttf) format("truetype")
}

@font-face {
    font-family: ProximaNova-MediumIt;
    src: url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_1_0-a082d43860f222f26266079119142fe5.eot);
    src: url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_1_0-a082d43860f222f26266079119142fe5.eot?#iefix) format("embedded-opentype"),
        url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_1_0-be90339ef9a71ba2dca0a09b62675ee6.woff2) format("woff2"),
        url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_1_0-814e44e933dc442d7b55ae207536ddb5.woff) format("woff"),
        url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_1_0-2a08d5bcf825e476da5ab11557ced38e.ttf) format("truetype")
}

@font-face {
    font-family: ProximaNova-Medium;
    src: url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_2_0-9f28012fc115714cfb8ee9e7ec845188.eot);
    src: url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_2_0-9f28012fc115714cfb8ee9e7ec845188.eot?#iefix) format("embedded-opentype"),
        url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_2_0-81a2a4869a68eb7c0ef2d491eac67665.woff2) format("woff2"),
        url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_2_0-463b10f0a6ce8e88cb12636f546df07a.woff) format("woff"),
        url(https://mh-c74b770de1.watch4beauty.com/assets/fonts/35342A_2_0-590244f3e0f8aed10207b9a0be0cd1a2.ttf) format("truetype")
}

.ProximaNova-Extrabld {
    font-family: ProximaNova-Extrabld;
    font-weight: 400;
    font-style: normal
}

.ProximaNova-Medium {
    font-family: ProximaNova-Medium;
    font-weight: 400;
    font-style: normal
}

/************************************************************************************
RESET
*************************************************************************************/
@charset "UTF-8";

:root {
    --font-family-system: "ProximaNova-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-family-raw: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-family-Pro-th: Proxima Nova Th;
    --font-family-Pro-rg: Proxima Nova Rg;
    --font-family-Pro-lt: Proxima Nova Lt;
    --font-family-Pro-bl: Proxima Nova Bl;
    /* color */
    --black: #161d26;
    /*262626*/
    --radical: #ff2c55;
    --white: #ffffff;
    --EastBay: #51596e;
    --russian: #20242f;
    --east: #4f586e;
    --ship: #808ba6;
    --light: #b1c3e1;
    --GreenSheen: #6DBEAA;
    --malachite: #06ef4f;
    --Green: #38e2c7;
    --purple: #4f06ef;
    --NeonBlue: #3346f8;
    --LightSlateBlue: #9863fb;
    --ShuttleGrey: #596470;
    --lavender: #e6e6e7;
    --AliceBlue: #f0f3f4;
    --WhiteSmoke: #f7f7f7;
    --Azure: #eff1f1;
    --lines: #dbdbdb;
    /* medidas */
    --nav-narrow-width: 72px;
    --nav-medium-width: 300px;
    --gap-18: 18px;
}

html {
    /* overscroll-behavior: none; */
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body {
    min-height: 100vh;
    font-size: 16px;
    font-family: var(--font-family-raw);
    color: var(--black);
    fill: var(--black);
    font-weight: normal;
    /* opcional */
    line-height: 1.3em;
    /* opcional */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /* opcional */
    font-smooth: always;
    /* opcional */
    -webkit-font-smoothing: antialiased;
    /* opcional */
    -moz-osx-font-smoothing: grayscale;
}


@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}

img,
picture,
video,
iframe,
figure {
    max-width: 100%;
    width: 100%;
    display: block;
    /* opcional 
  -o-object-fit: cover;
  object-fit: cover;*/
    -o-object-position: center center;
    object-position: center center;
}

a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
}

p a {
    display: inline;
    font-size: 18px;
    line-height: 20px;
}

li {
    list-style-type: none;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
strong,
blockquote,
i,
b,
u,
em {
    font-size: 16px;
    font-style: inherit;
    line-height: 20px;
    text-decoration: none;
    color: inherit;
    word-break: break-word;
    hyphens: initial;
}

h6 {
    font-size: 12px;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none;
    color: inherit;
    word-break: break-word;
    hyphens: initial;
    line-height: 16px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/*
::placeholder {
  color: var(--light);
  opacity: 0.7; 
}

::-ms-input-placeholder {
  color: var(--light);
}
*/

form,
input,
textarea,
select,
label {
    font-family: inherit;
    font-size: inherit;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-color: transparent;
    color: inherit;
    display: block;
}

table,
tr,
td {
    border-collapse: collapse;
    border-spacing: 0;
}

svg {
    width: 100%;
    display: block;
    fill: currentColor;
}

::selection {
    background: transparent;
    color: inherit;
}

input::selection,
textarea::selection {
    background: var(--black);
    color: var(--white);
    border-radius: 3px;
    padding: 3px 6px;
}

::-webkit-scrollbar {
    width: 0px;
    scrollbar-width: thin;
}

/* Variantes especiales */

.color__purple {
    color: var(--purple);
    fill: var(--purple);
}

.color__radical {
    color: var(--radical);
    fill: var(--radical);
}

.bg__radical {
    background: var(--radical);
}

.margin-top--6 {
    margin-top: 6px;
}

.margin-botton--6 {
    margin-bottom: -6px;
}

.p_32 {
    padding: 32px;
}

.private {
    visibility: hidden;
    display: none;
}

.float_right {
    float: right !important;
}

.justify-center {
    display: flex;
    justify-content: center;
}

/* Texto SEO */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/************************************************************************************
STYLES
*************************************************************************************/
/* Preload */

.preload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: var(--radical);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    -webkit-animation: fadeOut 1s ease 1 2s both;
    animation: fadeOut 1s ease 1 2s both;
}

.preload__img {
    width: 4em;
    height: 4em;
    -webkit-animation: pumPum 2s cubic-bezier(0.31, -0.49, 0.76, 1.32) infinite both;
    animation: pumPum 2s cubic-bezier(0.31, -0.49, 0.76, 1.32) infinite both;
    fill: var(--white);
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes pumPum {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pumPum {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Caracteristicas modulares */

.spacer {
    width: 100%;
    display: flex;
}

.spacer-12 {
    height: 12px;
}

.spacer-16 {
    height: 16px;
}

.spacer-24 {
    height: 24px;
}

.spacer-32 {
    height: 32px;
}

.spacer-40 {
    height: 40px;
}

.spacer-48 {
    height: 48px;
}

.spacer-60 {
    height: 60px;
}

.spacer-80 {
    height: 80px;
}

.line {
    -moz-box-shadow: inset 0 -1px 0 0 var(--lavender);
    -webkit-box-shadow: inset 0 -1px 0 0 var(--lavender);
    box-shadow: inset 0 -1px 0 0 var(--lavender);
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.huge {
    font-size: 55px;
    line-height: 48px;
    width: min(100%, 480px);
    margin-inline: auto;
    font-family: var(--font-family-Pro-bl);
}

.hero {
    font-size: 20px;
    line-height: initial;
    padding: 16px 24px 24px;
    width: min(100%, 480px);
    margin-inline: auto;
    font-family: var(--font-family-Pro-rg);
}

p {
    font-size: 18px;
    line-height: 20px;
    width: min(100%, 480px);
    margin-inline: auto;
    position: relative;
}

.margin-auto {
    margin: auto;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

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

.margin-bottom-32 {
    margin-bottom: 32px;
}

.extraBold {
    font-weight: 900;
}

.up {
    text-transform: uppercase;
}

.nohyphens {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

/* Fix mensajes de error de acf */
.content__grid .acf-notice.-error {
    background: var(--radical);
    border-color: var(--radical);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/************************************************************************************
BOTONES
*************************************************************************************/

.button-primary {
    color: var(--white);
    background: var(--purple);
}

.button-secondary {
    color: var(--white);
    background: var(--black);
}

.button-tertiary {
    color: var(--purple);
    background: var(--white);
}

.button-line {
    color: var(--black);
    background: var(--white);
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--black) !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 12px 18px;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    width: fit-content;
}

.button-badget-w {
    color: var(--black);
    background: var(--white);
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--black) !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 9px 18px;
    line-height: initial;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    width: fit-content;
    font-weight: 600;
    font-family: var(--font-family-raw);
}

.button-edit {
    display: flex;
    gap: 6px;
    margin: 0 auto;
}

.button-edit svg,
.button-line svg {
    width: 20px;
    height: 20px;
}

.button-large {
    font-size: 18px;
    margin: 12px;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 12px 18px;
    line-height: normal;
}

.button-center {
    margin: 12px auto;
}

.acf-form-submit input[type="submit"] {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.round {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.tml-button {
    color: var(--white);
    background: var(--black);
    font-size: 18px;
    margin: 12px;
    cursor: pointer;
    text-decoration: none;
    border: 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 12px 18px;
    line-height: normal;
}

/************************************************************************************
NAV TOP
*************************************************************************************/

.nav__top {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    position: fixed;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 56px;
    z-index: 100;
    display: none;
    transform: translateY(0px);
    transition: transform 0.3s ease-in-out;
    /*  border-bottom: 0.0625rem solid var(--lavender);*/
}

.nav__top--block {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
}

.nav__top--left {
    align-items: center;
    justify-content: flex-start;
}

.m_w_60 {
    min-width: 60%;
}

.nav__top--right svg,
.nav__top--left svg {
    width: 22px;
    height: 22px;
    transition: 0.2s;
}

.nav__top--center {
    align-items: center;
}

.nav__top--center svg.logo__cks {
    fill: var(--black);
    width: 60px;
    height: 30px;
    margin: 0 auto;
}

.nav__top--right {
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.nav__top--right-model {
    align-items: center;
    justify-content: flex-end;
    margin-right: 24px;
    gap: 20px;
}

/************************************************************************************
NAV BOTTOM
*************************************************************************************/

.nav__bottom {
    background-color: var(--white);
    position: fixed;
    bottom: 0rem;
    left: 0rem;
    width: 100%;
    height: 56px;
    z-index: 999;
    display: none;
    transition: transform 0.3s ease-in-out;
    /*  border-top: 0.0625rem solid var(--lavender);*/
}

.nav__bottom span {
    position: absolute;
    bottom: 80px;
    right: 30px;
}

.nav__bottom button {
    background: var(--purple);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
}

.nav__bottom button svg {
    fill: var(--white);
    width: 28px;
    height: 28px;
    margin: 12px;
}

.buttom__post {
    transition: opacity 0.3s ease;
    opacity: 1;
    pointer-events: auto;
}

.buttom__post.hidden {
    opacity: 0;
    pointer-events: none;
}

.menu_tablet {
    display: flex;
    width: 50%;
    flex-direction: row;
    justify-content: space-around;
}

.menu_tablet>li {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.menu_tablet svg {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0.25rem;
    transition: 0.2s;
}

.menu_tablet .avatar-initial,
.menu_tablet .custom-avatar {
    width: 28px;
    min-width: 28px;
    height: 28px;
    font-size: 14px;
}

/************************************************************************************
NAV RIGHT
*************************************************************************************/
/* SECRET MENU */

#nav_right {
    height: max-content;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: var(--white);
    overflow-x: hidden;
    padding-top: 3.75rem;
    padding-bottom: 1000px;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    text-align: center;
    margin-top: 30px;
}

.closebtn {
    position: absolute;
    cursor: pointer;
    color: var(--black);
    top: 0;
    right: 0;
}

.closebtn svg {
    width: 32px;
    height: 32px;
    margin: 12px;
    transition: 0.2s;
}

.openbtn {
    cursor: pointer;
    margin-right: 16px;
}

.sidebar__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 6;
    height: 100%;
    padding: 0rem 0.75rem 0.625rem;
}

.sidebar__right ul {
    width: 100%;
    display: blockç;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 6;
    width: 300px;
    height: 100%;
    padding: 24px 0 24px 0;
    border-right: 1px solid var(--lines);
    transition: 0.3s;
    background: var(--white);
}

.sidebar__logo {
    padding: 0 0 16px 18px;
    transition: 0.5s;
}

.sidebar__logo--icon {
    display: none;
    height: 2rem;
    width: 2rem;
    fill: var(--black);
    transition: 0.5s;
}

svg.sidebar__logo--logo {
    height: 2rem;
    width: 4rem;
    fill: var(--black);
}

.sidebar__nav ul {
    padding: 0 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sidebar__right ul li,
.sidebar ul li {
    margin-top: 6px;
}

.sidebar__right ul svg,
.sidebar ul svg {
    width: 22px;
    height: 22px;
    margin: 0;
    transition: 0.2s;
}

.sidebar__right ul li a,
.sidebar ul li a {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px;
    line-height: 24px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    flex-direction: row;
    width: fit-content;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sidebar__right ul .current_page_item a>span,
.sidebar ul .current_page_item a>span,
.sidebar__right ul .current_page_item a,
.sidebar__right ul .current-menu-item a,
.sidebar ul .current_page_item a,
.sidebar ul .current-menu-item a {
    font-weight: 700;
}

.sidebar__right ul a>span,
.sidebar ul a>span {
    margin-right: 15px;
    white-space: nowrap;
    font-size: 20px;
    letter-spacing: -0.3px;
    line-height: 20px;
    font-family: var(--font-family-Pro-rg);
}

#menu-menu-lateral-drop {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sidebar__nav {
    width: 260px;
}

.sidebar__right>nav,
.sidebar>nav {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    max-width: 275px;
    position: relative;
    padding: 0 8px;
}

.sidebar>nav ul:last-child {
    margin-top: auto;
}

.hello {
    max-width: 190px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: initial !important;
}

/* Badges */

.sidebar__badges {
    position: absolute;
    background-color: var(--radical);
    color: var(--white);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 0.6rem;
    line-height: 0.5rem;
    font-weight: 800;
    width: 1.0625rem;
    height: 1.0625rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.0625rem solid var(--white);
}

.sidebar__badges.hide {
    display: none;
}

.sidebar__badges--models {
    top: 0.8125rem;
    left: 25px;
}

.sidebar__badges--stories {
    top: 162px;
    left: 35px;
}

.sidebar__badges--notificaciones {
    top: 214px;
    left: 35px;
}

.right__badges--notificaciones {
    top: 180px;
    left: 38px;
}

.bottom__badges--models {
    top: 12px;
    left: 13%;
}

.bottom__badges--stories {
    top: 9px;
    left: 37.5%;
}

.top__badges--notificaciones {
    top: 9px;
    right: 52px;
}

/* Sub menu */

.dropbtn {
    cursor: pointer;
}

.dropdown-content-login,
.dropdown-content {
    display: none;
    position: absolute;
    background: var(--white);
    box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 15px, rgba(101, 119, 134, 0.15) 0px 0px 3px 1px;
    z-index: 1;
    transform: translateY(-100%);
    overflow-y: auto;
    overscroll-behavior: contain;
    min-width: 280px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 1rem;
}

.dropdown-login.active .dropdown-content-login,
.dropdown.active .dropdown-content {
    display: block;
}

.sidebar ul .dropdown-content-login a span,
.sidebar ul .dropdown-content a span {
    display: block;
}

/************************************************************************************
PAGES TAG / CAT
*************************************************************************************/

.title__cat {
    display: flex;
    gap: 6px;
    width: 100%;
    padding: 16px;
    align-items: center;
    border-bottom: 0.0625rem solid var(--lavender);
}

.title__cat a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.title__cat h1 {
    font-size: 20px;
    line-height: initial;
    font-family: var(--font-family-raw);
}

.title__cat svg {
    width: 22px;
    height: 22px;
}

/************************************************************************************
GRID
*************************************************************************************/

/* TAG REGION */
.content__tag {
    width: 100%;
    padding: 0 4px 0 16px;
    display: flex;
    justify-content: flex-start;
}

.content__tag form {
    display: flex;
    gap: 1px;
    align-items: center;
    color: var(--black);
    font-size: 14px;
    padding: 6px 6px 6px 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.content__tag svg {
    width: 14px;
    height: 14px;
}

/* Comntador de modelos */
.model_tag {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 2px;
    font-size: 14px;
    font-weight: 500;
}

.model_tag svg {
    width: 14px;
    height: 14px;
}

/* HOME */
.main {
    display: flex;
}

.content__grid {
    display: flex;
    gap: 0.0625rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    width: calc(100% - var(--nav-narrow-width));
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.grid {
    display: block;
    float: left;
    width: calc(25% - 0.0625rem);
}

.grid__item {
    position: relative;
    float: left;
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 2px;
    /*opcional*/
}

.grid__item div {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    /*opcional*/
}

.grid__item div a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
}

div.grid__item--content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    z-index: 4;
    bottom: 0;
    padding: 0 16px 16px;
    color: var(--white);
    text-transform: uppercase;
}

div.grid__item--content h2 {
    font-size: 18px;
    text-align: center;
    font-family: var(--font-family-Pro-th);
}

div.grid__item--content span {
    font-size: 11px;
    text-align: center;
    line-height: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-weight: 500;
}

div.grid__item--content span svg {
    width: 10px;
    height: 10px;
}

div.grid__item--content .rating {
    font-size: 32px;
    font-weight: 900;
    margin: 6px;
    line-height: normal;
}

div.grid__item--content span svg {
    height: 1.125rem;
    width: 1.125rem;
    margin: 0.3125rem;
}

div.grid__item--shadow {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 3;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 40%);
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, transparent 40%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, transparent 40%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 40%);
}

div img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
    color: #fff;
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
}

/* Alertas Home*/

.icon_big {
    width: 80px;
    height: 80px;
    margin: 16px auto;
}

.grid .video-cover {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
}

/* Estilos para el Popup search */

.searcher-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: var(--russian);
    overflow-y: scroll;
}

.searcher-popup-content {
    color: var(--white);
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 100%;
}

.searcher-popup-close {
    color: var(--white);
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.searcher-popup-close svg {
    width: 36px;
    height: 36px;
}

.searcher-popup-close:hover,
.searcher-popup-close:focus {
    color: var(--white);
}

/* Estilos para el buscador y sus crips */

#mba-buscador-input {
    font-family: var(--font-family-raw);
    background: var(--white);
    color: var(--black);
    padding: 16px 24px;
    border-radius: 100px;
    font-size: 18px;
    margin: 16px auto 0 16px;
    max-width: 320px;
}

#mba-buscador-input:focus {
    outline: none;
}

.mba-buscador-chips {
    display: flex;
    padding: 0 16px;
}

#mba-chips-sugeridos-iniciales {
    font-family: var(--font-family-raw);
    padding: 16px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}


.chip-inicial {
    background: var(--EastBay);
    color: var(--white);
    padding: 9px 16px;
    border-radius: 100px;
    cursor: pointer;
}

#mba-buscador-chips {
    display: flex;
    padding: 16px;
    gap: 9px;
}

.mba-chip {
    font-family: var(--font-family-raw);
    display: flex;
    gap: 3px;
    background: var(--Green);
    color: var(--black);
    padding: 7px 10px 7px 16px;
    border-radius: 100px;
    font-size: 16px;
    letter-spacing: -0.2px;
    cursor: pointer;
    width: fit-content;
    align-items: center;

}

#mba-suggestion-box {
    font-family: var(--font-family-raw);
    position: absolute;
    background: var(--white);
    z-index: 999;
    width: fit-content;
    max-height: 300px;
    overflow-y: auto;
    padding: 16px;
    color: var(--black);
    border-radius: 3px;
    margin: 2px 36px;
    min-width: 250px;
    height: fit-content;
}

.chip_option {
    padding: 6px 12px;
    cursor: pointer;
    color: var(--east);
}

.chip_option:hover {
    color: var(--radical);
}

.chip_title {
    margin: 6px 0;
}

.mba-chip-delete svg {
    width: 24px;
    height: 24px;
}

.content__search {
    display: flex;
    gap: 0.0625rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
}

.content__search .tag_search-region {
    display: flex;
    text-transform: uppercase;
    gap: 3px;
    align-items: center;
    padding: 20px 16px;
}

.content__search .tag_search-region svg {
    width: 16px;
    height: 16px;
}

.content__search .tag_search-region span {
    font-size: 14px;
    margin-left: 24px;
    text-transform: capitalize;
}

#mba-buscador-container {
    width: 100%;
}

#mba-buscador-posts .grid {
    aspect-ratio: 1/1.33;
}

#mba-buscador-posts.hidden {
    display: none;
}

.grid:has(.grid__item[style*="display: none"]:nth-child(n):not(:nth-child(n+2))) {
    display: none;
}

/************************************************************************************
TIMELINE PAGE STORIES
*************************************************************************************/

.page-template-page_stories {
    font-family: var(--font-family-raw);
}

.page-template-page_stories .content__grid {
    gap: 22px;
    justify-content: center;
    flex-wrap: initial;
    flex-direction: row-reverse;
}

.page-template-page_stories .timeline {
    width: initial;
}

.timeline .comments__section,
.page-template-page_stories .comments__section {
    padding: 9px 0 0 0px;
}

.page-template-page_stories .admin-comments-form {
    margin-bottom: 0px;
}

.timeline .admin-comments-content textarea,
.page-template-page_stories .admin-comments-content textarea {
    box-shadow: none;
    font-size: 14px;
}

.page-template-page_stories .comment_alert-login {
    display: none;
}

.timeline .admin-comments-content button,
.page-template-page_stories .admin-comments-content button {
    color: var(--ship);
}

.timeline {
    display: flex;
    width: 100%;
    justify-content: center;
}

.row__time {
    max-width: 555px;
    width: 100%;
    /*
    border-right: 1px solid var(--lines);
    border-left: 1px solid var(--lines);
    */
}

.row__time li {
    display: flex;
    position: relative;
    flex-direction: column;
    border-bottom: 1px solid var(--lines);
    padding: 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
}

.comment_box {
    display: block;
    padding: 16px;
}

.commententry {
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    font-family: var(--font-family-raw);
}

.comment__post {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.commententry_link {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 1;
    border: .5px solid var(--lines);
    width: 100%;
    height: auto;
    max-width: 1080px;
    max-height: 587.5px;
    overflow: hidden;
    position: relative;
}

.commententry_link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.commententry p {
    word-break: break-word;
    hyphens: initial;
    width: 100%;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -.2px;
}

.status .title {
    margin-left: 12px;
}

.attachments-container {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: start;
}

.wp-video-poster {
    width: 100%;
    position: relative;
}

.comentImg {
    width: fit-content;
}

.commententry p.comentVideo,
.commententry p.comentImg {
    /** margin-bottom: -4px; **/
}

.commententry p br {
    display: initial;
}

/** Slide gallery **/
.attachments-row {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.attachments-info {
    position: absolute;
    z-index: 10;
    right: 16px;
    top: 16px;
    color: var(--white);
    border-radius: 4px;
    font-size: 14px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
}

.attachments-info svg {
    width: 20px;
    height: 20px;
}

.attachments-auto {
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: -15px;
}

.attachments-gallery {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    /* Cambiado a "x" para mejor control // scroll-snap-type: x mandatory;*/
    gap: 12px;
    padding-bottom: 16px;
    max-width: 513px;
    max-height: 517px;
}

.gallery-item {
    flex: 0 0 auto;
    scroll-snap-align: center;
    width: fit-content;
}

.gallery-item img,
.gallery-item .wp-video-poster {
    object-fit: contain;
    width: 100%;
    height: auto;
    max-width: 1080px;
    max-height: 500px;
}

.attachments-gallery .wp-video-poster {
    height: 500px;
    width: 100%;
    max-width: 400px;
    display: flex;
}

.attachments-gallery .wp-video {
    margin-bottom: 0px !important;
}

/** Slide gallery **/
.comment_stories-comment a,
.comment__model a {
    color: var(--radical);
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    z-index: 1;
    position: relative;
}

.hashtag {
    text-transform: lowercase;
}

.comment__model a h1 {
    color: var(--black);
}

.status .post__model {
    margin-bottom: 0px;
}

.post__model {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 6px 0 -6px;
}

.post__model--data {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.content__highlight--data .cubo,
.commententry .cubo {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px !important;
}

.content__highlight--data .cover,
.commententry .cover {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    float: left;
    background: var(--lines);
    border: 1px solid var(--lines);
    flex-shrink: 0;
}

.content__highlight--data .cover img,
.commententry .cover img {
    width: 100%;
}

.commententry .cover_box {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: left;
    background: var(--lines);
    border: none;
    flex-shrink: 0;
}

.content__highlight--data .title,
.post__model--data .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--font-family-raw);
}

.content__highlight--data .title h1,
.post__model--data .title h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.post__model--data .title a:hover {
    text-decoration: underline;
}

.post__model--icon span,
.post__model--data .title span {
    font-weight: 500;
    font-size: 14px;
    margin-left: 6px;
    color: var(--ShuttleGrey);
}

.post__model--data svg {
    width: 13px;
    height: 13px;
    fill: var(--radical);
    margin-left: 5px;
}

.post__model--icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.post__model--icon a,
.post__model--icon svg {
    width: 24px;
    height: 24px;
    fill: var(--black);
}

.comment__model {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

.comment__model em {
    font-style: italic;
    display: contents;
}

.comment__model strong {
    font-weight: bold;
    display: contents;
}

.comment__model .dco-attachment {
    margin-top: 12px;
    background-color: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-image: url(../assets/bg-logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    overflow: hidden;
}

.comment__model a.pay {
    color: var(--white);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple);
    padding: 12px 24px;
    font-size: 18px;
    line-height: initial;
    font-family: var(--font-family-Pro-rg);
    font-weight: 300;
}

.comment__model a.pay:hover {
    text-decoration: none;
}

.comment__model h6 i {
    font-size: 12px;
}

.wp-video {
    display: flex;
    align-items: center;
}

.wp-video-shortcode .mejs-time-float {
    display: none;
    width: 0px;
}

.wp-video-shortcode .mejs-time-float-corner,
.wp-video-shortcode .mejs-time-float-current,
.wp-video-shortcode .mejs-time-hovered,
.wp-video-shortcode .mejs-fullscreen-button,
.wp-video-shortcode .mejs-time,
.wp-video-shortcode .mejs-playpause-button {
    display: none;
}

.wp-video-shortcode .mejs-controls .mejs-time-rail .mejs-time-current {
    background: var(--white);
}

.wp-video-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-video-shortcode .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(255, 255, 255, 0.2);
}

.wp-video-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.wp-video-shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.wp-video-shortcode .mejs-controls .mejs-time-rail span {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.wp-video-shortcode .mejs-time-buffering,
.wp-video-shortcode .mejs-time-current,
.wp-video-shortcode .mejs-time-float,
.wp-video-shortcode .mejs-time-float-corner,
.wp-video-shortcode .mejs-time-float-current,
.wp-video-shortcode .mejs-time-hovered,
.wp-video-shortcode .mejs-time-loaded,
.wp-video-shortcode .mejs-time-marker,
.wp-video-shortcode .mejs-time-total {
    height: 5px;
}

.wp-video-shortcode .mejs-button>button {
    margin: 6px;
}

.wp-video-shortcode .mejs-controls {
    display: flex;
    justify-content: flex-end;
    background: transparent !important;
    opacity: 1 !important;
}

.wp-video-shortcode .mejs-volume-total,
.wp-video-shortcode a.mejs-volume-slider {
    width: 0px;
    height: 0px;
    overflow: hidden;
    display: none;
}

.wp-video-shortcode .mejs-time-handle-content {
    border: 0px;
    top: -6px;
}

.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
    background: var(--black);
    max-height: 585.5px;
}

.wp-video-shortcode video,
video.wp-video-shortcode {
    max-height: 585.5px;
}

.mejs-overlay-button {
    background: url(../assets/mejs-controls.svg) no-repeat !important;
    background-size: auto;
    background-size: 400px 120px !important;
    background-position: -80px -39px !important;
}

.aside__stories {
    width: 330px;
    margin: 50px 0 0 16px;
    top: 50px;
    position: sticky;
    height: fit-content;
}

.content__highlight {
    padding: 16px 0 0;
    background: var(--WhiteSmoke);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6x;
    border-radius: 6px;
    height: fit-content;
    width: 100%;
    overflow: hidden;
}

.content__highlight h2 {
    font-weight: 800;
    padding: 8px 24px 16px;
    font-size: 20px;
}

.content__highlight li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 24px;
}

.content__highlight li:hover {
    cursor: pointer;
    background: var(--Azure);
}

.content__highlight--data {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.content__highlight--data h1 {
    display: flex;
    align-items: center;
}

.content__highlight--data span {
    font-weight: 500;
    color: var(--ShuttleGrey);
    font-size: 12px;
    line-height: initial;
}

.content__highlight--data svg {
    width: 14px;
    height: 14px;
    margin-left: 3px;
    fill: var(--black);
}

.content__highlight--data button {
    color: var(--white);
    background: var(--black);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    line-height: initial;
    padding: 10px 16px;
    height: fit-content;
    cursor: pointer;
    margin-left: auto;
}

.end-of-posts-message {
    text-align: center;
    padding: 40px 20px !important;
}

/* Stories profile */

.commentprofile {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    grid-auto-columns: 35%;
    padding: 8px 0 50px;
}

.snaps-inline {
    scroll-snap-type: inline mandatory;
}

.snaps-inline>* {
    scroll-snap-align: start;
}

.commentprofile .grid {
    width: auto;
}

.commentprofile .grid__item--content {
    padding: 0px 8px 12px;
}

.commentprofile .grid__item--content h1 {
    font-size: 16px;
}

.nav_touch_scroll {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: -50px;
}

.nav_touch {
    overflow: hidden;
    position: relative;
}

.rating_cover {
    display: flex;
    align-items: center;
    gap: 3px;
}

div.grid__item--content span .rating_cover {
    font-size: 14px;
    justify-content: center;
    margin-bottom: 5px;
}

div.grid__item--content span .rating_cover svg {
    width: 13px;
    height: 13px;
    margin: 0;
}

.title_profile_storie {
    font-size: 18px;
    line-height: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_profile_storie span {
    color: var(--white);
    background: var(--black);
    text-transform: uppercase;
    font-weight: initial;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 6px;
    line-height: 16px;
}

div.grid__item--content h2.profile_tag {
    font-size: 10px;
    line-height: 10px;
    margin-top: -3px;
}

/* Aside stories */
.aside_storie {
    position: sticky;
    top: 0;
    height: fit-content;
    min-width: 300px;
    max-width: 350px;
    width: 100%;
    padding: 24px 0px;

}

.cover_top-content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
}

.top-posts-title {
    font-size: 28px;
    padding: 24px 16px;
    line-height: initial;
}

.cover_top-title h1 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: normal;
    text-transform: lowercase;
}

.cover_top-title svg {
    width: 12px;
    height: 12px;
}

.cover_top-title h2 {
    font-size: 12px;
    font-weight: 500;
    color: var(--ship);
    display: flex;
    align-items: center;
    gap: 2px;
}

.cover_top {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
    outline: 3px solid var(--lavender);
}

.ranking-position {
    background: var(--wp--preset--color--luminous-vivid-orange);
    color: var(--white);
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-left: auto;
}

.ranking-position strong {
    font-size: 14px;
}

/* Boton modal stories + Popup */
/*Botoneria */

.estado {
    cursor: pointer;
}

.estado svg {
    fill: var(--purple);
}

button.state_right {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 12px;
    line-height: 1.5rem;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    flex-direction: row;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: var(--purple);
    color: var(--white);
    margin-top: 18px;
    height: 50px;
    justify-content: center;
    width: 230px;
    font-family: var(--font-family-Pro-lt);
    font-weight: 600;
}

button.state_right span {
    font-size: 22px;
    letter-spacing: -.3px;
    font-weight: 700;
    font-family: var(--font-family-Pro-rg);
}

button.state_right svg {
    display: none;
}

/* Fix css acf-switch comment */

#modal .acf-field-true-false[data-acfe-style="small_rounded"] .acf-switch span.acf-switch-on {
    padding: 0 6px 0 9px;
    display: flex;
    align-items: center;
}

#modal .acf-field-true-false[data-acfe-style="small_rounded"] .acf-switch span.acf-switch-off {
    padding: 0 6px;
    display: flex;
    align-items: center;
}

#modal .acf-switch span.acf-switch-on i {
    font-size: 14px;
    text-shadow: none;
}

#modal .acf-switch.-on,
#modal .acf-switch.-on:hover {
    background: var(--purple);
    border-color: var(--purple);
    color: var(--purple);
}

#modal .acf-switch.-focus {
    border-color: var(--purple);
    color: var(--purple);
}

#modal .acf-switch.-on .acf-switch-slider {
    border-color: var(--purple);
}

#modal .acf-switch:hover .acf-switch-slider,
#modal .acf-switch.-focus .acf-switch-slider {
    border-color: var(--purple);
}

#modal .acf-switch span i {
    width: 10px;
}

/* Alerta modal */

.modal_alert {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 24px;
    font-size: 18px;
}

.button_premium {
    color: var(--white);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 18px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--black);
}

.button_premium svg {
    width: 24px;
    height: 24px;
}

/* modal */

.modal_edit,
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto 20%;
    padding: 16px;
    max-width: 600px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    width: calc(100% - var(--nav-narrow-width));
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.close {
    position: absolute;
    z-index: 2;
}

.close svg {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.row_stories {
    padding: 24px 8px 8px;
    z-index: 1;
    position: relative;
}

.row_profile svg,
.row_stories svg {
    width: 24px;
    height: 24px;
    margin: 3px;
}

/* FIX ACF MODAL */
.content__grid .form-group textarea,
.row_stories .acf_comment_storie .acf-input textarea {
    padding: 6px 24px;
    font-size: 22px;
    color: var(--EastBay);
    font-weight: 500;
    resize: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: initial;
    line-height: initial;
}

.row_stories .acf-field[data-width]+.acf-field[data-width] {
    border: none;
}

/* FIX acf switch */
#modal .acf-field-678bf84a918f5 {
    float: left;
}

/* FIX acf switch */
#modal .acf-field-6663ce257d985 {
    float: right;
}

.form-group .char-count,
.row_stories .acf-field .char-count {
    display: block;
    font-weight: 500;
    font-style: initial;
    font-size: 12px;
    color: var(--EastBay);
    letter-spacing: -0.3px;
    margin: 0px;
    text-align: right;
}

.row_stories .acf-field .char-count span {
    font-weight: 500;
    font-size: 12px;
}

.row_stories .acf-file-uploader {
    position: relative;
    display: flex;
    align-items: center;
}

.acf-file-uploader.-inline.has-value .file-wrap {
    margin: 0 12px 0 0 !important;
}

.row_profile .acf-uploader .acf-button,
.row_stories .acf-uploader .acf-button {
    color: var(--purple);
    background-color: transparent;
    margin: 6px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.row_profile .acf-uploader .acf-button i,
.row_stories .acf-uploader .acf-button i {
    font-size: 22px;
    margin: 6px;
}

.row_profile .acf-actions.-hover,
.row_stories .acf-actions.-hover {
    display: initial;
}

.row_profile .acf-icon.-cancel::before,
.row_stories .acf-icon.-cancel::before {
    content: "\f335";
    margin: 0;
    font-size: 18px;
}

.row_stories .acf-file-uploader.-inline.has-placeholder .values,
.row_stories .acf-file-uploader.-inline.has-value .values {
    flex-wrap: wrap;
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-left: none;
    -webkit-border-radius: 6x;
    -moz-border-radius: 6px;
    border-radius: 6px;
    flex-wrap: wrap;
    background: var(--AliceBlue);
    padding: 3px;
}

.row_profile .acf-file-uploader.-inline.has-value .file-wrap:nth-of-type(2),
.row_stories .acf-file-uploader.-inline.has-value .file-wrap:nth-of-type(2) {
    padding-left: 5px;
}

.row_stories .acf-file-uploader .acf-uploader a.disabled span.count {
    background: var(--radical);
}

.row_stories .acf-file-uploader .acf-uploader a span.count {
    background: var(--east);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: var(--white);
    font-size: 12px;
    font-family: var(--font-family-system);
    font-weight: 600;
    height: 23px;
    width: 23px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    line-height: 12px;
}

.row_stories .acf-field .acf-notice.-error {
    background: transparent;
    color: var(--radical);
    padding: 0 12px;
    border-left: 5px solid var(--radical);
    margin: 0px;
}

.row_stories .acf-form-submit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
}

.row_stories .acf_select_perfil {
    float: right !important;
    padding: 0px 0px 16px 0px;
    margin: 0;
    border-top-width: 0px;
}

.row_stories .select2-container.-acf .select2-selection {
    border-color: transparent;
}

.row_stories .acf-fields>.acf-field {
    padding: 0px 0px 16px 0px;
    margin-right: auto;
    border-top-width: 0px;
}

.select2-results__model,
.row_stories .select2-container.-acf li {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.select2-results__model span {
    font-size: 16px;
    letter-spacing: 0px;
    font-family: var(--font-family-raw);
}

.select2-results__cover,
.row_stories .select2-container.-acf li img {
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--light);
}

.row_stories .select2-container--default .select2-selection--single {
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
}

.select2-search .select2-search--dropdown {
    display: none;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.row_stories .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 55%;
}

.row_stories .select2-dropdown {
    top: 12px;
    border: 1px solid var(--lavender);
}

/* Editor post timeline */

.content {
    display: none;
    padding-top: 12px;
    background: var(--white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.content__edit-post {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 16px;
    margin: 0 0 6px 0;
    height: 16px;
    font-family: var(--font-family-raw);
    z-index: 5 !important;
}

.content__edit-post span {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: var(--ShuttleGrey);
}

.content__edit-post span i {
    font-size: 18px;
    color: var(--black);
}

.content__edit-post a {
    text-decoration: none !important;
    color: var(--black);
    font-size: 13px
}

.borrar-storie {
    margin-left: auto;
}

.editButton {
    cursor: pointer;
    display: initial;
}

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

.storie_views {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: var(--black);
    display: flex;
    gap: 6px;
    align-items: center;
}

.content__edit-post svg {
    fill: var(--ship);
}

.storie_views svg {
    fill: var(--black);
}

.storie_views svg,
.content__edit-post svg {
    width: 16px;
    height: 16px;
    margin: 0px;
}

/* Fixed liked */

.spl-is-active,
.spinner {
    display: none !important;
    width: 0px;
    height: 0px;
}

.spl-no-login {
    position: absolute !important;
    z-index: 2 !important;
    width: 40px;
    height: 25px;
}

.oacs-spl-like-button {
    display: flex;
    gap: 4px;
}

.oacs_spl_before_button,
.oacs_spl_after_button {
    display: none;
}

.icon-heart2::before,
.icon-heart2-filled::before {
    font-family: inherit !important;
    padding: 0 3px 0 0;
}

.oacs-spl-like-button-wrapper a {
    text-decoration: none !important;
    float: left;
    display: flex;
    align-items: center;
}

.oacs-spl-like-button-wrapper {
    margin-top: -12px;
}

/* Subida contenido */

.timeline .comment-respond {
    padding: 0px;
    position: relative;
}

.comment-respond {
    padding: 0 16px;
    position: relative;
}

.comment-respond .wpcf7-character-count {
    right: 70px;
}

.commententry .dco-attachment-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 0;
    gap: 3px;
}

.commententry .dco-attachment-gallery .dco-attachment.dco-image-attachment {
    margin: 0px;
}

.commententry .sce-status {
    background: var(--purple);
    border-left: none;
    box-shadow: none;
    margin: 16px 0 0;
    padding: 12px;
    color: var(--white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
}

/* Editor de post */

.commententry .sce-edit-comment.default .sce-comment-edit-buttons,
.commententry .sce-edit-comment {
    margin: 16px 0 0;
}

.sce-edit-button {
    margin-top: 12px;
    display: flex;
}

.sce-comment-edit-buttons button,
.sce-edit-button a {
    display: inline-block;
    color: var(--white);
    padding: 6px 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
    background: var(--purple);
    font-size: 14px;
    line-height: inherit;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sce-textarea {
    width: 100%;
}

.sce-comment-textarea textarea {
    box-shadow: inset 0 0 0 1px var(--lavender);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 16px;
    font-size: 16px;
    height: calc(16px * 1.5 * 6);
    resize: none;
    width: 100%;
}

.sce-loading {
    width: 18px;
    margin: 20px auto 0px;
    opacity: 0.5;
}

/* Fix page */
.page-template-page_stories .content__edit-post {
    position: relative;
    z-index: 10;
    /* Asegura que esté por encima de otros elementos */
}

.page-template-page_stories .content__edit-post .content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    z-index: 20;
    /* Asegura que esté por encima de otros elementos */
}

.page-template-page_stories .content__edit-post .content .row_stories {
    padding: 10px;
}

.page-template-page_stories .grid__item {
    /* padding: 0.5px; */
}

/* Fix like post post */

.oacs-no-log {
    margin: 6px 0 0 16px;
    color: var(--black);
}

/* Share stories */

.share-button {
    z-index: 1;
    background: transparent;
    cursor: pointer;
}

.share-button .icon {
    width: 20px;
    height: 20px;
    margin: 3px;
    color: var(--black);
}

.share-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    z-index: 1001;
    overflow: hidden;
    width: 360px;
    max-width: 100%;
}

.share-popup-content {
    position: relative;
    margin-bottom: 16px;
}

.share-popup-content span {
    text-align: center;
    font-size: 18px;
    padding: 16px;
    border-bottom: 0.0625rem solid #e9eaea;
    margin-bottom: 16px;
    display: block;
    font-weight: 700;
}

#close-popup {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

#close-popup svg {
    width: 28px;
    height: 28px;
}

.notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--purple);
    color: white;
    padding: 10px;
    z-index: 1002;
    width: 100%;
    text-align: center;
    font-family: var(--font-family-system);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /* Cambiado para estar encima del fondo oscuro */
}

.edit-popup-content {
    width: 100%;
    max-width: 768px;
    background: var(--white);
    padding: 32px 16px 16px;
    border-radius: 16px;
    overflow-y: auto;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
}

.edit-popup-overlay,
#share-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* Fondo oscuro */
    z-index: 1000;
    /* Fondo oscuro detrás del popup */
}

#copy-link,
#share-whatsapp,
#share-twitter {
    display: flex;
    align-items: center;
    font-family: var(--font-family-system);
    font-size: 16px;
    gap: 20px;
    padding: 12px 24px;
    width: 100%;
    background: var(--white);
    cursor: pointer;
}

.share-popup-content svg {
    width: 24px;
    height: 24px;
}

/************************************************************************************
SINGLES STORIES
*************************************************************************************/

.single-stories .comment__model img {
    max-height: 100%;
}

.single-stories .gallery-item .comment__model img {
    max-height: 620px;
}

.single-stories .attachments-gallery {
    max-width: 585.5px;
    max-height: initial;
}

.single-stories .commententry {
    flex-direction: column;
}

.single-stories .row__time li {
    margin-bottom: 48px;
}

.single-advertising .comment_alert-login,
.single-post .comment_alert-login,
.single-stories .comment_alert-login {
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
    color: var(--ShuttleGrey);
}

/* Comment */
.admin-comments-content {
    display: flex;
    align-items: center;
    gap: 6px;
}

.admin-comments-content textarea {
    flex: 1;
    /* para que tome todo el espacio disponible */
    min-width: 0;
    /* previene overflow */
}

.admin-comments-content button {
    background: none;
    color: var(--purple);
    margin: 0px;
    padding: 8px 0px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -.2px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.admin-comments-form {
    margin-bottom: 16px;
}

.single-stories .admin-comments-form textarea {
    width: 100%;
    resize: none;
    /* Evita el redimensionamiento manual */
    overflow-y: hidden;
    /* Sin scroll inicial */
    padding: 8px;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    line-height: 1.4;
    /* Altura de línea */
    height: 1.4em;
    /* Altura inicial precisa */
    transition: height 0.2s ease;
    /* Animación suave al expandirse */
}

.admin-comments-form textarea:focus {
    outline: none;
    border-color: transparent
}

/* Form comment */
.comment-status {
    color: var(--wp--preset--color--luminous-vivid-orange);
    font-style: italic;
    text-align: right;
    margin: 6px 0 0 0;
}

.single-stories {
    font-family: var(--font-family-raw);
}

.comments__section {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
}

.comment_stories {
    border-top: 0.0625rem solid var(--lavender);
    padding: 16px 0;
}

.comment_stories:first-of-type {
    border-top: none;
}

.comment_stories-title span {
    font-size: 14px;
    color: var(--ShuttleGrey);
}

.comment_stories-user .avatar-initial,
.comment_stories-user .custom-avatar {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    overflow: hidden;
    outline: 1px solid var(--lines);
}

.comment_stories-comment p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
    padding-left: 50px;
}

.comment_stories-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

/************************************************************************************
PAGE CUSTOM TEMPLATE
*************************************************************************************/

.content__grid--custom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
}

/************************************************************************************
PAGE FEEDBACK
*************************************************************************************/

.wpcf7-character-count {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: var(--ship);
    position: absolute;
    background: var(--white);
    padding: 0 6px;
    top: -10px;
    right: 10px;
    width: 40px;
    text-align: center;
}

.content__grid textarea,
.content__grid-center textarea {
    box-shadow: inset 0 0 0 1px var(--ship);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 16px;
    font-size: 16px;
    height: calc(18px * 1.5 * 7);
    resize: none;
    width: 100%;
}

.content__grid .wpcf7,
.content__grid-center .wpcf7 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.content__grid .wpcf7-spinner,
.content__grid-center .wpcf7-spinner {
    opacity: 0.75;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 0;
    margin: 9px auto;
    position: relative;
    display: block;
}

.content__grid .wpcf7-not-valid-tip,
.content__grid-center .wpcf7-not-valid-tip {
    color: var(--radical);
    padding: 4px 0 8px;
    font-size: 14px;
}

.content__grid-center .tml .tml-error,
.content__grid-center .wpcf7 form .wpcf7-response-output,
.content__grid--custom .tml .tml-error,
.content__grid .wpcf7 form .wpcf7-response-output {
    margin: 1em auto;
    padding: 6px 12px;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    color: var(--white);
    background: var(--radical);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    word-break: break-word;
    hyphens: initial;
    width: fit-content;
}

.wpcf7-form-submit p {
    display: flex;
    align-items: center;
    flex-direction: column;
}

/************************************************************************************
PAGE DELETE
*************************************************************************************/

.delete .wpcf7-list-item {
    display: flex;
    gap: 12px;
    justify-content: center;
}

input[type='radio'] {
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--white);
    outline: none;
    accent-color: var(--east);
    caret-color: var(--white);
}

input[type='radio']:focus {
    caret-color: var(--white);
    outline: none;
}

input[type='radio']:checked {
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid var(--white);
    outline: none;
    accent-color: var(--purple);
    background-color: var(--purple);
    caret-color: var(--white);
}

/* ocultar publicador en paginas */
.page-template-page_new_model .buttom__post,
.page-template-page_new_profile .buttom__post,
.page-template-page_delete .buttom__post {
    display: none;
}

.page-template-page_new_model .acf-actions.-hover,
.page-template-page_new_profile .acf-actions.-hover,
.page-template-page_delete .acf-actions.-hover {
    display: initial !important;
}


/************************************************************************************
PAGE FAVORITOS
*************************************************************************************/

.favorites-list {
    display: flex;
    gap: 0.0625rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.favorites-list p {
    padding: 0px;
    margin: 0px;
    line-height: 0px;
    border: 0px;
    overflow: hidden;
    position: initial;
}

.favorites-list .grid img,
.grid video {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
    color: #fff;
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
}

.favorites-list .grid:hover img {
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.favorites-list .grid {
    position: relative;
    border: 3px solid var(--white);
}

.favorites-list .grid div {
    border-radius: 12px;
    overflow: hidden;
}

.no-favorites {
    width: min(100%, 300px);
    margin: 80px auto;
    color: var(--white);
    background: var(--purple);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 3px;
    text-align: center;
}

.favorites-list .grid a.simplefavorite-button {
    position: absolute;
    z-index: 4;
    padding: 16px;
    right: 0;
    cursor: pointer;
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2)) drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
}

.favorites-list .grid a.simplefavorite-button svg {
    fill: var(--white);
    width: 24px;
    height: 24px;
}

.favorites-list .simplefavorite-button.active {
    opacity: 1;
}

.favorites-list br {
    display: none;
}

/************************************************************************************
PAGE POST ADMIN
*************************************************************************************/

.comment-form-attachment__label,
.content__grid .comment-form-attachment>span:not(.required),
.comment-form-attachment__file-size-notice,
.comment-form-attachment__file-types-notice,
.comment-form-attachment__drop-area {
    display: none;
}

#commentform textarea {
    width: min(100%, 480px);
    margin: 0 auto 24px;
}

#commentform input#submit {
    background: var(--purple);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

input[type="file"][name="attachment[]"] {
    font-size: 14px;
    margin: 0 auto 32px 0;
}

/************************************************************************************
PAGE ADVERTISING
*************************************************************************************/
/* FIX ACF MODAL */
.origin_user {
    margin: 16px 0 0 16px !important;
}

.row_ads .acf_comment_storie .acf-input textarea {
    padding: 6px 24px;
    font-size: 22px;
    color: var(--EastBay);
    font-weight: 500;
    resize: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: initial;
    line-height: initial;
}

.row_ads .acf-field[data-width]+.acf-field[data-width] {
    border: none;
}

.row_ads .acf-file-uploader {
    position: relative;
    display: flex;
    align-items: center;
}

.acf-file-uploader.-inline.has-value .file-wrap {
    margin: 0 12px 0 0 !important;
}

.row_ads .acf-uploader .acf-button {
    color: var(--purple);
    background-color: transparent;
    margin: 6px;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.row_ads ul.acf-radio-list {
    display: flex;
    flex-wrap: wrap;
}

.row_ads ul.acf-radio-list li {
    width: auto;
}

.row_ads svg {
    width: 24px;
    height: 24px;
    margin: 3px;
}

.row_ads .acf-fields>.acf-field {
    float: left;
}

.row_ads .acf-uploader .acf-button i {
    font-size: 22px;
    margin: 6px;
}

.row_ads .acf-actions.-hover {
    display: initial;
}

.row_ads .acf-icon.-cancel::before {
    content: "\f335";
    margin: 0;
    font-size: 24px;
}

.row_ads .acf-file-uploader.-inline.has-placeholder .values,
.row_ads .acf-file-uploader.-inline.has-value .values {
    flex-wrap: wrap;
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-left: none;
    -webkit-border-radius: 6x;
    -moz-border-radius: 6px;
    border-radius: 6px;
    flex-wrap: wrap;
    background: var(--AliceBlue);
    padding: 3px;
}

.row_ads .acf-file-uploader.-inline.has-value .file-wrap:nth-of-type(2) {
    padding-left: 5px;
}

.row_ads .acf-file-uploader .acf-uploader a.disabled span.count {
    background: var(--radical);
    color: var(--white);
}

.row_ads .acf-file-uploader .acf-uploader a span.count {
    background: var(--east);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: var(--white);
    font-size: 12px;
    font-family: var(--font-family-system);
    font-weight: 600;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    line-height: 12px;
}

.row_ads .acf-field .acf-notice.-error {
    background: transparent;
    color: var(--radical);
    padding: 0 12px;
    border-left: 5px solid var(--radical);
    margin: 0px;
}

.row_ads .acf-form-submit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
}

.row_ads .acf_select_perfil {
    float: right !important;
    padding: 0px 0px 16px 0px;
    margin: 0;
    border-top-width: 0px;
}

.row_ads .select2-container.-acf .select2-selection {
    border-color: transparent;
}

.row_ads .acf-fields>.acf-field {
    width: 100%;
    padding: 16px;
}

.select2-results__model,
.row_ads .select2-container.-acf li {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    flex-direction: row;
    padding: 0px;
}

.select2-results__cover,
.row_ads .select2-container.-acf li img {
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    border: 2px solid var(--light);
}

.row_ads .select2-container--default .select2-selection--single {
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
}

.select2-search .select2-search--dropdown {
    display: none;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.row_ads .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 55%;
}

.row_ads .select2-dropdown {
    top: 12px;
    border: 1px solid var(--lavender);
}

/************************************************************************************
PAGE NOTIFICACIONES
*************************************************************************************/

.comment__model .single img {
    max-height: 100%;
    width: 100%;
}

.comment__model .wp-video {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    width: 100% !important;
    z-index: 1;
}

.notifi__icon .acfe-image-selector>ul>li>label.selected>.image {
    border-color: var(--purple);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
}

.notifi__icon .acfe-image-selector>ul>li>label>.image {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
}

.pay {
    color: var(--white);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
    font-weight: 600;
    line-height: initial;
    margin: 16px 0 8px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-image: linear-gradient(90deg, hsl(234deg 93% 59%) 0%, hsl(240deg 93% 63%) 10%, hsl(245deg 93% 64%) 22%, hsl(249deg 93% 65%) 41%, hsl(253deg 94% 66%) 68%, hsl(256deg 94% 67%) 84%, hsl(258deg 95% 68%) 93%, hsl(261deg 95% 69%) 100%);
}

.pay svg {
    width: 24px;
    height: 24px;
}

.file {
    margin: 8px 0 8px 52px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    color: var(--white);
    overflow: hidden;
    padding: 3px;
    background-image: linear-gradient(90deg, hsl(234deg 93% 59%) 0%, hsl(240deg 93% 63%) 10%, hsl(245deg 93% 64%) 22%, hsl(249deg 93% 65%) 41%, hsl(253deg 94% 66%) 68%, hsl(256deg 94% 67%) 84%, hsl(258deg 95% 68%) 93%, hsl(261deg 95% 69%) 100%);
}

.file__cover {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid var(--white);
}

.file_profile {
    display: flex;
    align-items: center;
}

.file h1 {
    font-weight: 600;
    margin: 6px;
    font-size: 18px;
}

.file_profile svg {
    width: 16px;
    height: 16px;
    fill: var(--white);
}

.file_link svg {
    width: 24px;
    height: 24px;
    margin: 12px;
    fill: var(--white);
}

.file_link {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 24px;
    height: 40px;
}

.file_profile span {
    font-size: 28px;
    line-height: initial;
    font-weight: 900;
    margin: 0 12px;
    letter-spacing: -1px;
}

.commententry .logged_in {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--white) !important;
    font-weight: 600;
    aspect-ratio: 1/.8;
    width: 100%;
    justify-content: center;
}

.logged_in svg {
    width: 48px;
    height: 48px;
    margin: 8px;
}

.logged_in span {
    margin: 8px;
    font-size: 14px;
}

/* FIX Blur media post*/

.blurred-media-container {
    text-align: center;
    color: white;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/.8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.blurred-media {
    filter: blur(30px);
    -webkit-filter: blur(30px);
    width: 100%;
    height: auto;
    /* Ajusta el tamaño según tus necesidades */
}

/* FIX */

.alignleft {
    margin-bottom: 8px !important;
}

/* FIX color pay action */
.page-template-page_notificaciones .comment__model .pay {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple);
}

/* FIX ACF */

.acf_alertas .acf-accordion .acf-accordion-title .acf-accordion-icon {
    float: none;
}

.acfe-image-selector>ul>li>label>input {
    display: none !important;
}

/* Alertas */

.badget-notificaction-nolog {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 16px 22px;
    color: var(--white);
    max-width: 513px;
    background-color: var(--black);
    background-image: linear-gradient(63deg, #000000 0%, #2e516c 62%);
}

.badget-notificaction-nolog h1 {
    font-size: 24px;
    font-family: var(--font-family-raw);
    line-height: initial;
    font-weight: 500;
}

.alerta {
    color: var(--purple);
    font-size: 14px;
    padding: 16px;
    display: flex;
    align-items: center;
    line-height: initial;
}

.alerta svg {
    fill: var(--purple);
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.badget-notificaction-no-model {
    background: var(--black);
    border-radius: 44px;
    padding: 9px 16px;
    color: var(--white);
    width: max-content;
    font-size: 16px;
    margin-top: 16px
}

/************************************************************************************
PAGE TEXTO
*************************************************************************************/

.settings p {
    font-size: 14px;
    padding: 0 16px 16px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.3px;
    color: var(--ShuttleGrey);
}

.settings h2 {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
}

.settings strong {
    font-weight: bold;
}

.settings em {
    font-style: italic;
}

.settings p a {
    color: var(--radical);
    display: initial;
    padding: initial;
}

.settings p a:hover,
.settings p a:visited {
    text-decoration: underline;
    background: none;
}

/************************************************************************************
PAGE LOGIN
*************************************************************************************/

.content__grid-center {
    display: flex;
    gap: 0.0625rem;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    width: calc(100% - var(--nav-narrow-width));
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

input {
    caret-color: var(--purple);
}

input:focus {
    color: var(--black);
    outline: 2px solid var(--purple);
    background: var(--white);
}

.login__theme .acf-input-wrap {
    overflow: initial;
}

.placeholder {
    color: var(--ship);
}

textarea:focus {
    outline: none
}

.tml .tml-field-wrap {
    margin-bottom: 1em;
    position: relative;
}

.login__theme .tml-register,
.login__theme .tml-login,
.login__theme .tml-lostpassword {
    width: min(100%, 480px);
}

.login__theme .tml {
    text-align: center;
}

.age,
.wpcf7-form-control-wrap input[type="text"],
.login__theme .tml-register input[type="password"],
.login__theme .tml-register input[type="text"],
.login__theme .tml-register input[type="email"],
.login__theme .acf-field input[type="email"],
.login__theme .tml-login input[type="password"],
.login__theme .tml-login input[type="text"],
.login__theme .tml-login input[type="tel"],
.login__theme .tml-lostpassword input[type="text"] {
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid var(--ship);
    padding: 1rem;
    font-size: 16px;
    resize: none;
    width: 100%;
    font-weight: 500;
    height: 3.5rem;
}

.login__theme .tml-login textarea {
    padding: 16px;
    font-size: 16px;
    color: var(--ship);
    font-weight: 500;
    resize: none;
    height: initial;
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    border-radius: 0.75rem;
}

.cf-label,
.login__theme .tml-lostpassword label,
.login__theme .tml-register label,
.login__theme .tml-login label {
    display: none;
}

.login__theme .tml-register .description {
    font-size: 12px;
}

.login__theme .acfe-phone-number .iti .iti__flag-container .iti__selected-flag {
    border-radius: 0.75rem 0 0 0.75rem;
}

.tml-button,
.wpcf7-form input[type="submit"] {
    /** width: 100%; **/
}

.lost-button {
    color: var(--black);
    background: var(--white);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin: 18px auto;
    cursor: pointer;
    padding: 6px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 15px;
    display: block;
    width: fit-content;
}

.tml-rememberme-wrap {
    display: none;
}

p.login__acceso a {
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}

.tml-alerts {
    margin: -24px 0 32px;
}

.xs {
    font-size: 14px;
    font-family: var(--font-family-raw);
    line-height: initial;
    color: var(--EastBay);
}

.xs a {
    font-size: 14px;
    font-family: var(--font-family-raw);
    line-height: initial;
    text-decoration: underline;
}

.tml-login .description {
    text-align: left;
    font-size: 12px;
    font-family: var(--font-family-raw);
    color: var(--EastBay) !important;
    line-height: 14px;
}

/*Fix nueva modelo*/

.tml-login .acf-fields>.acf-field {
    padding: 0px 0px 16px;
}

.tml-login .acf-field .acf-label {
    margin: 0px;
}

.tml-login .acf-field .acf-label label {
    margin: 0px;
    padding: 0 5px;
}

.tml-login .acf-field .acf-notice.-error {
    background: none;
    color: var(--radical);
    border-color: var(--white);
    margin: 0px !important;
}

.tml-login .acf-required {
    display: none;
}

.tml-login .acf-checkbox-list label {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 8px 0 0;
    font-size: 13px;
    line-height: initial;
}

.tml-login .acf-checkbox-list label input[type="checkbox"] {
    min-width: 18px;
    min-height: 18px;
    margin-right: 6px;
    accent-color: var(--purple);
}

/*Fix ver pass*/

.tml-login .passwd-actions {
    display: flex;
    justify-content: end;
}

#passwd-reset {
    display: none;
}

.tml-login .passwd-actions .show-password {
    display: flex;
    position: initial;
    gap: 6px;
    margin: 3px 0 0;
}

.passwd-actions label span {
    font-size: 13px;
}

/*Fix ACF forms*/

.acf-loading,
.acf-spinner {
    margin: 6px;
}

.up_id .acf-button {
    font-family: var(--font-family-system);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    background: transparent;
    color: var(--ShuttleGrey);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 0px;
    height: 150px;
    margin: 0px;
}

.up_id .acf-button i {
    font-size: 32px;
}

/*Fix TML forms*/

.tml-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
}

/************************************************************************************
PAGE nuevo profile model
*************************************************************************************/

/* Ocultar conbtenido e iconos en subida de cover */
.page-template-page_new_profile .acf-file-uploader.-inline.has-value .values>.-placeholder {
    display: block;
}

.page-template-page_new_profile .hide-if-value,
.page-template-page_new_profile .acf-file-uploader.-inline.has-value .acf-uploader-wrapper.hide-if-value {
    display: none;
}

#image-preview-container {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 16px auto;
    background-color: var(--ship);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.row_profile .acf-file-uploader.-inline.has-placeholder .values,
.row_profile .acf-file-uploader.-inline.has-value .values {
    flex-wrap: wrap;
    border: none;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: medium;
    border-left: none;
    -webkit-border-radius: 6x;
    -moz-border-radius: 6px;
    border-radius: 6px;
    flex-wrap: wrap;
    background: var(--purple);
    color: var(--white);
    padding: 4px 3px;
    height: 30px;
    width: 120px;
    justify-content: center;
}

.row_profile .acf-file-uploader.-inline.has-value .file-wrap .acf-icon {
    font-size: 15px;
    line-height: 25px;
    height: 28px;
    width: 21px;
    background: 0 0 !important;
    display: block;
    color: var(--white);
}

.row_profile .acf-file-uploader.-inline.has-value .file-wrap .acf-icon:hover {
    color: var(--white);
}

.row_profile .acf-file-uploader.-inline {
    justify-content: center;
    align-items: center;
    width: 100%;
}

.row_profile .acf-file-uploader.-inline.has-placeholder .values>.-placeholder,
.row_profile .acf-file-uploader.-inline.has-value .values>.-placeholder {
    line-height: 22px;
    font-size: 14px;
    padding: 0;
    background: var(--purple);
    color: var(--white);
}

.row_profile .acf-form-submit {
    text-align: center;
}

.padding_select {
    padding: 16px 8px !important;
}

.tab_profile .char-count {
    font-size: 12px;
    float: right;
}

.tab_profile .count {
    font-size: 12px;
}

.tab_profile ul.acf-checkbox-list {
    padding: 12px 0;
}

.tab_profile ul.acf-checkbox-list.acf-hl li {
    clear: none;
    width: 50%;
    padding: 4px 9px;
    margin: 0;
}

.tab_profile .acf-checkbox-list label {
    padding: 0;
}

.acf-file-uploader .file-icon img {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden !important;
}

/************************************************************************************
PERFIL MODELO
*************************************************************************************/

/*Alertas de perfil */
.alert-model {
    color: var(--white);
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 480px;
}

.alert-model svg {
    width: 22px;
    height: 22px;
}

.alert-model.pending-status {
    background: var(--wp--preset--color--luminous-vivid-orange);
}

.alert-model.banned-status {
    background: var(--wp--preset--color--vivid-red);
}

/*Perfil */
.nav__profile {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    position: fixed;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 56px;
    z-index: 100;
    display: none;
    /*
    border-bottom: 0.0625rem solid var(--lavender); */
}

.only_mobile {
    display: none;
}

.single-post .nav__top {
    display: none;
}

.head_content {
    margin: 0 auto;
    max-width: 935px;
    width: 100%;
}

.wrap_model {
    display: flex;
    gap: 12px;
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding: 80px 24px 40px;
}

.model_avatar_alig {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.model_avatar-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ranking-cover {
    font-family: var(--font-family-raw);
    letter-spacing: -.2px;
    background: var(--wp--preset--color--luminous-vivid-orange);
    width: fit-content;
    border-radius: 100px;
    color: var(--white);
    padding: 1px 7px 2px;
    margin-top: 12px;
    font-size: 14px;
}

.ranking-cover strong {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

.model_avatar {
    width: 150px;
    height: 150px;
    overflow: hidden;
    outline: 1px solid var(--lavender);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.model_avatar_nav {
    width: 36px;
    height: 36px;
    overflow: hidden;
    outline: 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    margin: 0 9px 0 16px;
}

.logo_nav {
    opacity: 1;
    visibility: visible;
    display: block;
    position: fixed;
    margin: 0 9px 0 16px;
    transition: opacity 0.1s ease, visibility 0.1s ease;
}

.logo_nav svg {
    fill: var(--black);
    width: 60px;
    height: 30px;
    margin: 0px;
}

.nav__profile.scrolled .nav__top--left .logo_nav {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.model_avatar_nav,
.model_name_nav {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease, visibility 0.1s ease;
}

.nav__profile.scrolled .nav__top--left .model_avatar_nav,
.nav__profile.scrolled .nav__top--left .model_name_nav {
    opacity: 1;
    visibility: visible;
}

#chat svg,
#call svg {
    width: 24px;
    height: 24px;
    margin: 0px;
}

.model_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 2;
    gap: 12px;
}

.model_content p {
    width: 100%;
    line-height: initial;
    font-size: 15px;
    font-family: var(--font-family-raw);
}

.model_content p a {
    font-weight: bold;
    line-height: initial;
    font-size: 16px;
}

.model_all_title {
    display: flex;
    gap: 12px;
    flex-direction: row;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.model_all_title_row {
    margin-right: auto;
}

.model_name {
    font-size: 26px;
    display: flex;
    gap: 8px;
    line-height: 20px;
    align-items: end;
    text-transform: lowercase;
    letter-spacing: -.5px;
    font-weight: 300;
}

.model_name svg {
    width: 15px;
    height: 15px;
}

.verified {
    color: var(--radical);
}

.model_name_nav {
    font-size: 20px;
    display: flex;
    gap: 6px;
    line-height: 20px;
    align-items: center;
    text-transform: lowercase;
    letter-spacing: -.5px;
    font-weight: 300;
}

.model_name_nav svg {
    width: 14px;
    height: 14px;
    margin: 0px;
}

.model_slug {
    color: var(--east);
    font-size: 14px;
}

.model_type {
    color: var(--east);
}

.model_place {
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    border-radius: 100px;
    background-color: #eee;
    padding: 4px 12px 4px 9px;
}

.model_rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    margin-left: 6px;
    font-weight: 400;
    line-height: initial;
}

.model_rating svg {
    width: 14px;
    height: 14px;
}

.model_place svg {
    width: 14px;
    height: 14px;
}

.model_descriptive {
    width: 90%;
    font-family: var(--font-family-raw);
}

.model_descriptive p a {
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
}

.model_descriptive-alert {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--radical);
    font-family: var(--font-family-raw);
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    width: fit-content;
    padding: 9px 0;
    line-height: 17px;
}

.model_descriptive-alert svg {
    width: 16px;
    height: 16px;
}

.model_type,
.model_descriptive p {
    margin-bottom: 4px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.2px;
    font-family: var(--font-family-raw);
}

.model_link {
    display: flex;
    gap: 6px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--font-family-raw);
    width: fit-content;
    margin-top: 3px;
}

.model_time {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.2px;
    font-family: var(--font-family-raw);
    margin-top: 9px;
}

.model_time svg,
.model_phone svg,
.model_link svg {
    width: 13px;
    height: 13px;
}

.model_phone a {
    background: var(--black);
    display: flex;
    width: fit-content;
    padding: 6px 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-family: var(--font-family-raw);
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    align-items: center;
    gap: 6px;
}

/* Fix favoritos */

.model_fav svg {
    width: 22px;
    height: 22px;
}

.simplefavorite-button {
    cursor: pointer;
}

.simplefavorite-button.active {
    color: var(--radical);
    opacity: 1 !important;
}

.prime_alert_free {
    background: var(--wp--preset--color--vivid-red);
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--white);
    font-family: var(--font-family-raw);
    font-weight: 400;
    font-size: 14px;
    justify-content: center;
    width: fit-content;
    padding: 8px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 16px 12px;
    line-height: 17px;
}

.prime_alert_free svg {
    width: 16px;
    height: 16px;
    fill: var(--white);
}

.prime_alert_pay {
    background: var(--black);
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--Green);
    font-family: var(--font-family-raw);
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    width: fit-content;
    padding: 8px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 16px 12px;
    line-height: 17px;
}

.prime_alert_pay svg {
    width: 16px;
    height: 16px;
    fill: var(--Green);
}

/* Fix gear editor admin */
.icon_gear_edit {
    width: 20px;
    height: 20px;
    fill: var(--purple);
}

/* Tabs */
#navbar {
    max-width: 935px;
    width: 100%;
    margin: 0 auto;
    /* -moz-box-shadow: inset 0 0 0 1px #ddd;
    -webkit-box-shadow: inset 0 0 0 1px #ddd;
    box-shadow: inset 0 0 0 1px #ddd; */
}

.action {}

.w3-bar .w3-button {
    white-space: normal;
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}

.w3-btn,
.w3-button {
    border: none;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    width: 25%;
    line-height: 0;
    float: left;
    text-align: center;
    -moz-box-shadow: inset 0 -1px 0 0 #ddd;
    -webkit-box-shadow: inset 0 -1px 0 0 #ddd;
    box-shadow: inset 0 -1px 0 0 #ddd;
    padding: 16px 0;
    background: inherit;
    outline: 0;
    gap: 12px;
    margin: 0 0 6px;
    color: #999;
}

.w3-button span {
    position: absolute;
    background-color: var(--radical);
    color: var(--white);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 0.6rem;
    line-height: 0.5rem;
    font-weight: 800;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 29px;
    margin-bottom: 16px;
}

/* Fix Tabs Plus & Pro con timeline stories*/
.w_20 {
    width: 20%;
}

.w_33 {
    width: 33.333%;
}

.w_50 {
    width: 50%;
}

.w3-btn,
.w3-button:hover,
.w3-btn,
.w3-button:active,
.w3-btn,
.w3-button:visited {
    background: inherit;
}

.w3-btn,
.w3-button svg {
    width: 24px;
    height: 24px;
    fill: #999;
}

.w3-red .icon {
    fill: #262626;
}

.w3-red,
.w3-hover-red:hover {
    -moz-box-shadow: inset 0 0 0 0 #ddd, inset 0 -2px 0 -1px #262626;
    -webkit-box-shadow: inset 0 0 0 0 #ddd, inset 0 -2px 0 -1px #262626;
    box-shadow: inset 0 0 0 0 #ddd, inset 0 -2px 0 -1px #262626;
    fill: #262626;
    color: #262626;
    background: inherit;
}

/* Tab Timeline */

.single-post .commententry {
    flex-direction: column;
}

#timeline .timeline {
    justify-content: center;
}

#timeline .row__time {
    border: 0.0625rem solid var(--white);
}

#timeline .row__time li {
    border-bottom: 0.0625rem solid #ddd;
}

#timeline .attachments-gallery {
    max-width: 564px;
    max-height: initial;
}

/* Tab book grid  */

#timeline,
#grid,
#Exp,
#Info,
#Thunder {
    margin: 0 auto;
    max-width: 935px;
    width: 100%;
    font-family: var(--font-family-raw);
    position: relative;
}

.content-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25%;
}

.col-md-3 {
    margin: 0.25%;
    flex: 1 0 calc(33.3333% - 0.5%);
    box-sizing: border-box;
    overflow: hidden;
    max-width: calc(33.3333% - 0.5%);
    aspect-ratio: 1;
}

.col-md-3 a {
    cursor: pointer;
    position: relative;
}

.icon-video-play {
    position: absolute;
    z-index: 10;
    color: var(--white);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
}

.icon-video-play svg {
    width: 22px;
    height: 22px;
}

.alert-book-vacio {
    background: var(--purple);
    color: var(--white);
    padding: 16px;
    border-radius: 12px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    max-width: 480px;
}

/* Tab Info */

.title_tag {
    background: var(--black);
    color: var(--white);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 8px 16px;
    font-size: 16px;
    text-transform: initial;
    margin: auto;
    width: fit-content;
    font-family: var(--font-family-raw);
    font-weight: 400;
    text-align: center;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    padding: 16px 24px;
    margin: 0 auto;
    max-width: 680px;
}

.tags a {
    background: var(--white);
    display: flex;
    width: fit-content;
    padding: 6px 12px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid var(--black);
    font-family: var(--font-family-raw);
    font-size: 14px;
}

/* Tab value */

.model_name_popup {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--black);
    border-radius: 100px;
    color: var(--white);
    padding: 3px 12px;
    width: fit-content;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
}

.profile_value {
    padding: 0 16px;
}

.private_alert_value {
    background: var(--black);
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--white);
    font-family: var(--font-family-raw);
    font-weight: 400;
    font-size: 15px;
    justify-content: center;
    width: fit-content;
    padding: 9px 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    line-height: 17px;
}

.private_alert_value svg {
    width: 30px;
    height: 30px;
    fill: var(--white);
}

.precio {
    font-family: var(--font-family-raw);
    display: flex;
    gap: 6px;
    color: var(--white);
    background: var(--black);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 9px 12px;
    max-width: 480px;
    margin: 0 auto 9px;
    align-items: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.precio_content {
    font-family: var(--font-family-raw);
    display: flex;
    gap: 6px;
    color: var(--white);
    background: var(--EastBay);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 9px 12px;
    max-width: 480px;
    margin: 0 auto 9px;
    align-items: center;
}

.precio_content svg,
.precio svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.have_value {
    font-family: var(--font-family-raw);
    padding: 0px 12px 6px;
    max-width: 480px;
    margin: 0 auto 24px;
    display: block;
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
}

.valor_precio {
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
    display: inline-block;
    letter-spacing: -0.5px;
}

.valor_precio_usd {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.3px;
    white-space: nowrap;
    display: inline-block;
}

.valor_line {
    border-left: 1px dashed var(--white);
    padding: 0 0 0 12px;
}

.detalle_precio {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 15px;
    margin: -2px 0px -2px 6px;
    height: 28px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.extra {
    font-style: italic;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.2px;
}

.precio_content .icon_22 {
    width: 22px;
    height: 22px;
}

.info_icon {
    margin: 0 0 0 auto;
    cursor: pointer;
    /*animation: rotar 2.5s linear infinite;
    animation: latidos 1.2s ease-in-out infinite;
    animation-delay: 1s;*/
}

.info_icon svg {
    margin: -6px;
    width: 30px;
    height: 26px;
    fill: var(--white);
}

@keyframes latidos {
    from {
        transform: none;
    }

    50% {
        transform: scale(1.12);
    }

    to {
        transform: none;
    }
}

@keyframes rotar {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.popup-content {
    background-color: var(--white);
    padding: 42px 22px 22px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    max-width: 460px;
    width: 95%;
    color: var(--black);
    font-size: 14px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#popup-text {
    font-size: 16px;
}

.close {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 24px;
    cursor: pointer;
}

/* Tab rating */


/* alertas */
.comment_note .alert-info {
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.comment_note .alert-info strong {
    font-weight: bold;
}

/* Panel top nota */
.comment_note {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 24px;
    margin-bottom: 42px;
    align-items: center;
    font-size: 22px;
    font-weight: 300;
    line-height: initial;
    justify-content: center;
}

.comment_note div {
    display: flex;
    gap: 6px;
}

.comment-form {
    display: flex;
    justify-content: center;
}

.note {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

.note svg {
    width: 18px;
    height: 18px;
}

/* Rating de fan */
.comments-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.comment {
    flex: 0 0 48%;
    box-sizing: border-box;
    padding: 0 28px;
    margin-bottom: 48px;
}

.comment-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.comment-content em {
    font-style: italic;
    border: 1px solid var(--black);
    border-radius: 6px;
    padding: 6px 12px;
    text-align: center;
    margin: 16px 0px;
}

.comment-author {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
}

.custom-avatar,
.comment-author img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    outline: 1px solid var(--lines);
}

.avatar-initial {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--ship);
    color: var(--white);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.comment-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
    line-height: initial;
}

.comment-meta-name {
    font-size: 18px;
    font-weight: 600;
}

.comment-text {
    margin-bottom: 24px;
}

.comment-text p {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    position: relative;
    word-break: break-word;
    hyphens: initial;
}

.comment-ratings {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding: 6px 0;
    border-radius: 6px;
    border: .5px solid var(--black);
}

.comment-ratings ul {
    display: flex;
    flex-direction: row;
    width: 80%;
    color: var(--black);
}

.comment-ratings ul li {
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    flex: 1 1 25%;
}

.nota-general {
    min-width: 60px;
    min-height: 48px;
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    border-right: .5px solid var(--black);
    padding: 0 6px;
}

/* POPUP COMMENT */

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 3px;
}

.slide-range {
    display: flex;
    align-items: center;
    gap: 16px;
}

.slide-range output {
    font-weight: bold;
    font-size: 22px;
    width: 25px;
    margin: 0 9px;
    text-align: center;
}

/* Estilo básico del rango slider 1 a 10 */
input[type="range"] {
    -webkit-appearance: none;
    /* Safari */
    appearance: none;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, var(--purple) 50%, #ddd 50%);
    /* Gradiente inicial */
    border-radius: 5px;
    outline: none;
    transition: background 0.3s ease;
}

/* Thumb (deslizador) para Chrome, Safari y Opera */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: var(--white);
    border: 3px solid var(--purple);
    border-radius: 50%;
    cursor: pointer;
}

/* Thumb para Firefox */
input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: var(--white);
    border: 3px solid var(--purple);
    border-radius: 50%;
    cursor: pointer;
}

/* Track para Firefox */
input[type="range"]::-moz-range-track {
    background: transparent;
    border: none;
}

/* Estilo cuando se interactúa */
input[type="range"]:active::-webkit-slider-thumb {
    background: var(--white)
        /* Cambia de color al arrastrar */
}

/************************************************************************************
Terminos de uso
*************************************************************************************/

.legal-terms {
    padding: 16px;
    font-size: 14px;
    line-height: initial;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.legal-terms p {
    width: 100%;
    font-size: 14px;
    line-height: initial;
}

.legal-terms p strong {
    font-size: 14px;
    line-height: initial;
}

.legal-terms ul {
    padding: 0 16px;
}

.legal-terms ul li {
    list-style-type: initial;
}

.legal-terms p a,
.legal-terms p a:hover {
    font-size: 14px;
    color: var(--radical);
    font-weight: 600;
    text-decoration: none;
}

/************************************************************************************
MY ROOM FANS
*************************************************************************************/

.page-template-page_dashboard .grid {}

.page-template-page_dashboard .grid__item {
    padding: 6px;
}

.content_dashboard {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 3px;
}

.dashboard_box {
    aspect-ratio: 1;
    border-radius: 12px;
    background: var(--EastBay);
    color: var(--white);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
}

.dashboard_box h1 {
    font-family: var(--font-family-raw);
    font-weight: 600;
}

.dashboard_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1;
}

.dashboard_box svg {
    width: 26px;
    height: 26px;
}


/************************************************************************************
MY ROOM MODELO
*************************************************************************************/

.author .grid {
    width: calc(33.333% - 0.0625rem);
}

.author .grid__item {
    padding: 6px;
}

.author .grid__item-room {
    font-family: var(--font-family-raw);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.author .room_profile {
    aspect-ratio: 1;
    border: .3px solid var(--lines);
}

.author .room_profile-status {
    position: absolute;
    z-index: 4;
    background: var(--radical);
    color: var(--white);
    padding: 3px 9px;
    font-size: 14px;
    margin: 16px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.author .room_profile-status svg {
    width: 16px;
    height: 16px;
}

.author .room_profile-go {
    position: absolute;
    z-index: 4;
    right: 0;
    margin: 16px;
}

.author .room_profile-go svg {
    width: 32px;
    height: 32px;
}

.author .room_profile-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute !important;
    width: 100%;
    z-index: 5;
    bottom: 0;
    color: var(--white);
    background: rgba(0, 0, 0, 0.8);
    padding: 16px;
    overflow: initial;
}

.author .room_profile-content-ads {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute !important;
    width: 100%;
    z-index: 5;
    bottom: 0;
    color: var(--white);
    background: var(--radical);
    padding: 16px 20px;
}

.author .room_profile-content h1 {
    display: flex;
    align-items: center;
    gap: 4px;
}

.author .room_profile-content h1 svg {
    width: 12px;
    height: 12px;
}

.author .room_profile-dashboard {
    display: flex;
    gap: 6px;
    justify-content: space-between;
    overflow: visible;
    margin-bottom: 6px;
}

.author .room_profile-dashboard-clic {
    display: flex;
    gap: 6px;
    justify-content: space-between;
    overflow: visible;
    border-radius: 0px;
}

.author .room_profile-dashboard-clic div {
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    border-radius: 0px;
}

.author .room_profile-content h2 {
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
}

.author .room_profile-dashboard div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 3px;
    align-items: center;
    overflow: visible;
}

.author .room_profile-dashboard div h1 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.author .room_profile-dashboard div h1 svg {
    width: 16px;
    height: 16px;
}

.icon_dashboard {
    width: 30px !important;
    height: 30px !important;
}

.author .room_profile-prime {
    display: flex;
    background: var(--black);
    color: var(--white);
    padding: 20px;
    gap: 16px;
    align-items: center;
    aspect-ratio: 4/1;
}

.author .room_profile-prime-ads {
    display: flex;
    background: var(--radical);
    color: var(--white);
    padding: 20px;
    gap: 16px;
    align-items: center;
    aspect-ratio: 4/1;
}

.author .room_profile-prime svg {
    width: 20px;
    height: 20px;
    flex: 0 1 auto;
}

.author .room_profile-data {
    flex: 2 1 auto;
    display: flex;
    justify-content: space-between;
    border-radius: initial !important;
    overflow: initial !important;
}

.author .room_profile-data div {
    border-radius: initial !important;
    overflow: initial !important;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
}

.author .room_profile-dashboard div span,
.author .room_profile-data div span,
.author .room_profile-dashboard-clic div span {
    font-size: 13px;
    line-height: 13px;
}

.author .room_profile-data div h1 {
    line-height: 16px;
}

/* Ranking */
.grid__item div.ranking-position {
    position: absolute;
    z-index: 1;
    right: 16px;
    top: -30px;
    background: var(--wp--preset--color--luminous-vivid-orange);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 14px;
}

/* Slector de fechas */

.room_profile-dashboard-form {
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    border-top: .5px solid var(--white);
    padding-top: 16px;
}

.room_profile-dashboard-form button {
    border-radius: 6px;
    padding: 2px 7px;
    color: var(--white);
    background: transparent;
    border: 1px solid var(--white);
    margin-left: 9px;
    cursor: pointer;
}

/* Banners adicionales*/

.author .grid__item-box-prime {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.author .grid__item-box-prime img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1.26;
}

/* Fix dashboard */

.author .nav__bottom span {
    display: none;
}


/************************************************************************************
Fixed contact form / crear modelo / Cargar book
*************************************************************************************/

.box_brief_purple {
    background-color: var(--purple);
    padding: 12px;
    font-size: 14px;
    line-height: initial;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: var(--white);
    text-align: left;
}

.box_brief_purple svg {
    width: 16px;
    height: 16px;
    display: inline;
    margin-bottom: -3px;
}

/** Fix carga de book **/
.row_upload .codedropz--preview .dnd-upload-status .dnd-upload-image.has-bg {
    height: 145px;
    max-width: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: var(--ship);
}

.row_upload .dnd-upload-status .dnd-upload-image.has-icon {
    border: none;
}

.row_upload .dnd-upload-status .dnd-upload-image.has-bg img {
    max-height: none;
    max-width: none;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.row_upload .dnd-upload-details .name span {
    font-size: 12px;
}

.row_upload .dnd-upload-details .remove-file {
    background: var(--white);
    border-radius: 100%;
    border: .5px solid var(--black);
    z-index: 9;
}

.row_upload .codedropz--preview .dnd-upload-status {
    width: calc(92% / 3);
}

.row_upload .dnd-upload-status .dnd-upload-details .remove-file span::after {
    width: 20px;
    height: 20px;
}

.row_upload .dnd-upload-details .remove-file.deleting {
    background-color: var(--radical) !important;
    padding: 0 3px;
    border-radius: 3px;
    font-size: 14px;
    border: none;
    height: 20px;
}

.row_upload .codedropz--preview {
    margin-top: 24px;
}

.row_upload .codedropz-upload-handler {
    padding: 10px 20px;
    border: 4px dashed #c3c4c7;
    border-color: #c3c4c7 !important;
}

.row_upload .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-weight: bold;
}

.dnd-upload-counter span {
    font-size: 12px;
}

/************************************************************************************
REPORTAR PERFIL POPUP
*************************************************************************************/

.report-popup-content {
    width: 95%;
    max-width: 495px;
    background: var(--white);
    padding: 32px 16px 16px;
    border-radius: 16px;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.report-popup-content .wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.report-popup-content h1 {
    margin-bottom: 16px;
}

.report-popup-content select {
    border: 1px solid var(--ship);
    display: flex;
    width: 100%;
    border-radius: 6px;
    padding: 12px;
}

.report-popup-content textarea {
    height: calc(14px * 1.5 * 7);
    margin-top: 16px;
}

.report-popup-content .wpcf7-character-count {
    bottom: -10px;
    top: initial;
}

.report-popup-content .wpcf7-form-submit p {
    flex-direction: row-reverse;
}

.report-popup-content .wpcf7-spinner {
    margin: 9px;
}

.report-post-popup-open {
    background: transparent;
    cursor: pointer;
}

.report-post-popup-open svg {
    width: 22px;
    height: 22px;
}

/************************************************************************************
EDITOR PERFIL POPUP
*************************************************************************************/

form.edit-model {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
}

.create-model,
.edit-model {
    font-family: var(--font-family-raw);
}

.edit-popup-close {
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 24px;
    cursor: pointer;
    z-index: 99;
    background: var(--white);
}

.edit-popup-close svg {
    width: 32px;
    height: 32px;
}

.button-edit-profile {
    margin: 0px;
    font-size: 14px;
    padding: 6px 12px;
}

/* Tabs */

.create-model .acf-tab-group li,
.edit-model .acf-tab-group li {
    margin: 0 .5em .5em 0;
}

.create-model .acf-fields>.acf-tab-wrap,
.edit-model .acf-fields>.acf-tab-wrap {
    background: var(--white);
}

.create-model .acf-fields>.acf-tab-wrap .acf-tab-group,
.edit-model .acf-fields>.acf-tab-wrap .acf-tab-group {
    border-top: var(--white);
}

.edit-model .acf-tab-button i {
    width: 16px;
    height: 16px;
    position: relative;
    text-align: center;
}

.create-model .acf-fields>.acf-tab-wrap .acf-tab-group li.active a,
.create-model .acf-fields>.acf-tab-wrap .acf-tab-group li.active a:hover,
.edit-model .acf-fields>.acf-tab-wrap .acf-tab-group li.active a,
.edit-model .acf-fields>.acf-tab-wrap .acf-tab-group li.active a:hover {
    background: var(--purple);
    color: var(--white);
}

.create-model .acf-fields>.acf-tab-wrap .acf-tab-group li a:hover,
.edit-model .acf-fields>.acf-tab-wrap .acf-tab-group li a:hover {
    background: var(--EastBay);
    color: var(--white);
}

.create-model .acf-tab-group li.active a,
.edit-model .acf-tab-group li.active a {
    color: var(--white);
}

.create-model .acf-tab-group li a,
.edit-model .acf-tab-group li a {
    border: none;
    border-radius: 9px;
    overflow: hidden;
}

.edit-model .acf-field[data-width]+.acf-field[data-width] {
    border-left: 0px;
}

/* Boton guardar */
.edit-model .acf-form-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

/* Checkbox */
.edit-model ul.acf-checkbox-list li label {
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.edit-model ul.acf-checkbox-list.acf-hl li {
    margin: 1px 0px;
    clear: none;
    width: 50%;
}

.edit-model .acf-checkbox-list input {
    accent-color: var(--purple);
}

.edit-model input:focus,
.edit-model .acf-checkbox-list input:focus {
    outline: 0px;
}

/* Fix columnas tipo de cuerpo */
.edit-model .acf-field-63254d57ac13f ul {
    column-count: 3;
    column-gap: 20px;
    list-style: none;
    padding: 0;
}

/* Horarios */
.ui_tpicker_second {
    display: none !important;
}

/* Valores */
.edit-model .acf-field textarea {
    height: initial;
    resize: none;
    border-radius: 9px;
    padding: 16px;
    border: 1px solid var(--ship);
    box-shadow: none;
}

.edit-model .acf-field .char-count {
    display: flex;
    font-weight: initial;
    font-style: italic;
    margin-top: .5em;
    font-size: 14px;
    gap: 6px;
    justify-content: end;
    padding: 0 16px;
}

.edit-model .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row-reverse;
    font-size: 14px;
    padding: 0 30px 0 12px;
    justify-content: start;
}

.edit-model .select2-selection__placeholder span {
    font-size: 14px;
}

.edit-model .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 30px;
}

.select2-dropdown-acf-field-precio_especiales .select2-search--dropdown,
.select2-dropdown-acf-field-precio_detalle_especiales .select2-search--dropdown,
.select2-dropdown-acf-field-horario .select2-search--dropdown,
.select2-dropdown-acf-field-precio .select2-search--dropdown,
.select2-dropdown-acf-field-precio_detalle .select2-search--dropdown,
.select2-dropdown-acf-field-promo .select2-search--dropdown,
.select2-dropdown-acf-field-promo_detalle .select2-search--dropdown {
    display: none !important;
}

.edit-model .acf-field .char-count span {
    font-size: 14px;
}

/* Label */
.edit-model .acf-field .acf-label label {
    font-weight: 600;
    font-family: var(--font-family-raw);
    color: var(--black);
    font-size: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 6px;
}

/* Alerta Free */
.icon-alert-down,
.icon-alert-free {
    width: 16px;
    height: 16px;
    display: none;
}

/* Descriptiones */
.edit-model .acf-field p.description {
    font-size: 13px;
    line-height: initial;
    margin: 0px;
}

.edit-model .acf-field select {
    border: 1px solid var(--ship);
    border-radius: 9px;
    padding: 0px 12px;
    height: 40px;
}

.edit-model .select2-container.-acf .select2-selection {
    border: 1px solid var(--ship);
    min-height: 40px;
}

.edit-model .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--ship);
    border-radius: 9px;
}

/* Numero telefono */
.edit-model .acfe-phone-number .iti .iti__flag-container .iti__selected-flag {
    border-radius: 9px 0 0 9px;
    background: #f5f5f5;
    border-right: 1px solid var(--ship);
    height: 38px;
}

.edit-model .acfe-phone-number .iti input,
.edit-model .acfe-phone-number .iti input[type="tel"] {
    border: 1px solid var(--ship);
    border-radius: 9px;
    height: 40px;
    padding-left: 95px !important;
}

.edit-model .acfe-phone-number .iti input[type="tel"]:focus,
.edit-model .acf-url input[type="url"]:focus {
    outline: initial;
}

/* Fix bloqueo de paises */
#blocked_countries .select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
    padding: 9px 16px;
}

/* Link instagram */
.edit-model .acf-input-prepend {
    border-radius: 9px 0 0 9px;
    height: 40px;
    display: flex;
    align-items: center;
}

.edit-model .acf-input-prepend i {
    font-size: 22px;
}

/* Link personal*/
.edit-model .acf-url input[type="url"] {
    padding-left: 35px !important;
    border: 1px solid var(--ship);
    border-radius: 9px;
    padding: 12px;
    height: 40px;
}

.edit-model .acf-url i {
    padding: 5px;
    width: initial;
    height: initial;
}

.edit-model .acf-field input[type="text"] {
    border: 1px solid var(--ship);
    border-radius: 9px;
    padding: 12px;
    height: 40px;
}

.edit-model .acf-switch.-on {
    background: var(--black);
    border-color: var(--black);
}

.edit-model .acf-switch.-on .acf-switch-slider {
    border-color: var(--black);
}

.edit-model .acf-switch.-on:hover {
    border-color: var(--black);
}

.edit-model .acf-switch .acf-switch-on {
    color: var(--white);
    text-shadow: none;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Book */
.edit-model .acf-gallery .acf-gallery-attachment .actions {
    display: block;
}

.edit-model .acf-gallery .acf-gallery-attachments {
    padding: 5px 20px 5px 5px;
    overflow: scroll;
    scrollbar-width: auto;
    -ms-overflow-style: scrollbar;
}

.edit-model .acf-icon.dark {
    border-color: var(--black);
    background: var(--black);
    color: var(--white);
}

.edit-model .acf-fr {
    display: none;
}

.acf-gallery-add {
    border-radius: 50px;
    padding: 12px 16px;
    background: var(--LightSlateBlue);
    font-size: 16px;
}

.single-post .uploader-inline p {
    margin: .5em auto;
}

.acf-gallery .acf-gallery-attachment.active .margin {
    box-shadow: 0 0 0 1px var(--white), 0 0 0 5px var(--purple) !important;
}

/* Ocultar secciones de la carga de contenido de WP */
.edit-attachment,
.media-toolbar-secondary,
.media-search-input-label,
#media-search-input,
.has-description,
#alt-text-description,
.setting {
    display: none !important;
}

/* bloqueo panel de info de galeria derecho */
.edit-model .acf-gallery .acf-gallery-main {
    right: 0 !important;
}

.edit-model .acf-gallery .acf-gallery-attachment .filename {
    max-height: 25%;
}

.filename::before {
    content: " Video ";
    font-size: 14px;
    font-weight: 600;
}

.details .filename::before {
    content: "";
}

.edit-model .acf-gallery .acf-gallery-attachment {
    width: 20%;
}

.edit-model .acf-gallery {
    border-radius: 6px;
    overflow: hidden;
}

/* Editor de cover */
.acf-cover .acf-image-uploader .image-wrap img {
    outline: 1px solid var(--ship);
    overflow: hidden;
    border-radius: 100px;
    max-width: 150px;
    transition: all 0.3s ease-in-out;
}

.edit-model .acf-image-uploader {
    display: flex;
    justify-content: center;
}

.edit-model .acf-actions.-hover,
.acf-cover .acf-actions.-hover {
    display: block;
}

.acf-cover .acf-actions .-pencil {
    display: none;
}

.edit-model svg {
    display: none;
}

.edit-model .acf-file-uploader.-inline.has-placeholder .values,
.edit-model .acf-file-uploader.-inline.has-value .values {
    border: 1px solid var(--purple) !important;
    border-radius: 50px !important;
    background: var(--purple);
    color: var(--white);
    overflow: initial !important;
}

.edit-model .acf-file-uploader.-inline.has-placeholder .values span,
.edit-model .acf-file-uploader.-inline.has-value .values span {
    color: var(--white) !important;
    font-size: 16px !important;
}

.edit-model .acf-file-uploader.-inline.has-value .file-wrap .acf-icon,
.edit-model .acf-file-uploader.-inline.has-value .file-wrap .acf-icon:hover {
    color: var(--white) !important;
}

.acf-cover .acf-image-uploader p a {
    border: 2px dashed var(--ship);
    border-radius: 100px;
    width: 150px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    color: var(--ship);
    transition: all 0.3s ease-in-out;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    justify-content: center;
}

.acf-cover .acf-image-uploader p a:focus {
    background: var(--white);
}

/************************************************************************************
DASHBOAR AUTOR MODEL
*************************************************************************************/
.dashboar {
    display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 16px;
}

.dash_box {
    flex: 1 1 calc(33.333% - 16px);
    /* 8px is half of the 12px gap to account for the space between items */
    box-sizing: border-box;
}

.dash_box {
    width: calc(33.333% - 16px);
    display: flex;
    gap: 16px;
    justify-content: stretch;
    flex-flow: wrap;
}

.buttom_dash_green {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
    width: 100%;
    color: var(--white);
    background: #25D366;
    align-content: end;
}

.buttom_dash_black {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
    width: 100%;
    color: var(--white);
    background: #000;
    align-content: end;
}

.buttom_dash_purple {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
    width: 100%;
    color: var(--white);
    background: var(--purple);
    align-content: end;
}

.dashboar h2 {
    font-size: 28px;
    line-height: 28px;
}

.dashboar h3 {
    font-weight: normal;
    margin-bottom: 6px;
}

/* fix css proceso de verificacion autor*/
.author .buttom__post,
.author .file-icon {
    display: none;
}

.author .file-info {
    margin-left: 0px !important;
}

/************************************************************************************
FOOTER
*************************************************************************************/

footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: auto;
    width: calc(100% - var(--nav-narrow-width));
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: var(--EastBay);
    font-size: 12px;
    line-height: initial;
    justify-content: center;
    padding: 1rem;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

footer li {
    margin: 0 0.3125rem;
}

footer a:hover {
    text-decoration: underline;
}

/************************************************************************************
SEO PAGE / POST
*************************************************************************************/
.seo-footer {
    flex-direction: column;
    margin-top: 16px;
}

.seo-footer__toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    background: transparent;
    transition: transform 0.3s ease;
}

.seo-footer__toggle svg {
    transition: transform 0.3s ease;
    color: var(--black);
    width: 22px;
    height: 22px;
}

.seo-footer__toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.seo-footer__summary {
    display: none;
    max-width: 980px;
    margin: 1.5rem auto;
    color: var(--EastBay);
    font-size: 14px;
    line-height: initial;
    padding: 0 16px;
}

.seo-footer__content {
    max-width: 980px;
    margin: 1.5rem auto;
    color: var(--EastBay);
    font-size: 14px;
    line-height: initial;
}

.seo-footer__content h2,
.seo-footer__content h3 {
    font-size: 16px;
    line-height: initial;
    font-weight: bold;
}

.seo-footer__content p {
    width: min(100%, 980px);
    margin-inline: auto;
    position: relative;
    font-size: 14px;
    line-height: initial;
}

.seo-footer__summary strong,
.seo-footer__content p strong,
.seo-footer__content ul li strong {
    font-size: 14px;
    line-height: initial;
    font-weight: bold;
}

.seo-footer__content ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.wrap-seo {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 0 16px;
}

.seo-footer__tags {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.seo-footer__tags a {
    background: var(--black);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease;
}

.seo-footer__tags a:hover {
    background: var(--radical);
}

/* Responsive behavior */
@media screen and (max-width: 768px) {
    .seo-footer__summary {
        display: block;
    }

    .seo-footer__full-content {
        display: none !important;
    }
}

/* Cuando el botón está expandido, ocultar resumen y mostrar contenido */
.seo-footer__toggle[aria-expanded="true"]~.seo-footer__summary {
    display: none !important;
}

.seo-footer__toggle[aria-expanded="true"]~.seo-footer__full-content {
    display: block !important;
}

/************************************************************************************
BREAKPOINTS
*************************************************************************************/

@media (hover: hover) {

    .sidebar ul a:hover,
    .title__cat a:hover {
        background: var(--lavender);
        transition-duration: 0.3s;
    }

    .button-line:active,
    .button-line:focus {
        color: var(--black);
        background: var(--white);
    }

    .button-secondary:focus,
    .button-secondary:active {
        text-decoration: none;
        color: var(--white);
        background: var(--black);
        border: none;
        outline: none;
    }

    .wpcf7-submit:focus,
    .wpcf7-submit:active,
    .button:focus,
    .button:active {
        text-decoration: none;
        color: var(--white);
        background: var(--purple);
        border: none;
        outline: none;
    }

    .acf-uploader .acf-button:hover,
    .acf-uploader .acf-button:active,
    .acf-uploader .acf-button:focus {
        text-decoration: none;
        background: none;
        border: none;
        outline: none;
        color: var(--ShuttleGrey);
    }

    .comment_stories-comment a:hover,
    .comment__model a:hover {
        text-decoration: underline;
    }

    .comment__model a h1:active,
    .comment__model a h1:hover {
        text-decoration: underline;
    }

    .settings a:hover {
        background: var(--WhiteSmoke);
    }

    .model_content p a:hover,
    .model_link:hover {
        text-decoration: underline;
    }

    /* Tml Login */
    .tml-register-link a:hover,
    .tml-lostpassword-link a:hover {
        text-decoration: underline;
    }

    #copy-link:hover,
    #share-whatsapp:hover,
    #share-twitter:hover {
        background: var(--WhiteSmoke);
    }

    .g-recaptcha div {
        margin: auto;
    }

    /* Tab Info */
    .tags a:hover {
        background: var(--black);
        color: var(--white);
    }

    .room_profile-dashboard-form button:hover {
        color: var(--black);
        background: var(--white);
        border: 1px solid var(--white);
    }
}

@media screen and (min-width: 1264px) {

    footer,
    .content__grid,
    .content__grid-center {
        width: calc(100% - var(--nav-medium-width));
    }
}

@media screen and (max-width: 1263px) {
    .sidebar__right>nav {
        min-width: 100%;
    }

    .sidebar__nav {
        width: 100%;
    }

    button.state_right {
        width: 46px;
        height: 46px;
    }

    button.state_right svg {
        display: initial;
    }
}

@media (width < 1264px) {
    .sidebar__logo--logo {
        display: none;
    }

    .sidebar__logo--icon {
        display: block;
    }

    .sidebar__logo {
        padding: 0 2px 16px 2px;
        justify-content: center;
        display: flex;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .sidebar {
        width: 72px;
        align-items: center;
        padding: 24px 0px;
    }

    .sidebar ul a {
        justify-content: center;
        align-content: center;
    }

    .sidebar ul button>span,
    .sidebar ul a>span {
        display: none;
    }

    .sidebar__nav ul {
        align-items: center;
    }

    .custom-avatar {
        width: 36px;
        min-width: 36px;
        height: 36px;
    }
}

@media screen and (min-width: 1024px) {

    .grid__item:hover img {
        -ms-transform: scale(1.04);
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
}


@media screen and (max-width: 960px) {
    .grid {
        width: calc(33.333% - 0.0625rem);
    }

    .author .grid {
        width: calc(50% - 0.0625rem);
    }

    .aside_storie,
    .aside__stories {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .edit-popup-content {
        width: 100%;
        margin: 0px auto;
        border-radius: 0px;
        height: 100%;
    }

    .author .grid {
        width: calc(50% - 0.0625rem);
    }

    div.grid__item--content {
        gap: 0px;
        padding: 0 9px 16px;
    }

    div.grid__item--content span .rating_cover {
        font-size: 14px;
    }

    div.grid__item--content span .rating_cover svg {
        width: 13px;
        height: 13px;
    }

    div.grid__item--content h2 {
        font-size: 16px;
        line-height: initial;
    }

    div.grid__item--content span {
        font-size: 11px;
        letter-spacing: -0.3px;
    }

}


@media screen and (max-width: 700px) {

    /* Tab rating */
    .comment {
        flex: 0 0 100%;
        max-width: 480px;
        margin: 0 auto 38px auto;
        padding: 0 16px 16px;
    }

    .author .grid {
        width: calc(100% - 0.0625rem);
    }
}

@media screen and (max-width: 580px) {

    .author .grid {
        width: calc(100% - 0.0625rem);
    }

    .grid {
        width: calc(50% - 0.0625rem);
    }

    .page-template-page_dashboard .grid {
        width: calc(33.333% - 0.0625rem);
    }

    div.grid__item--content h1 {
        font-size: 1rem;
        line-height: 1rem;
    }

    .model_avatar {
        width: 100px;
        height: 100px;
    }

    /* Fix columnas tipo de cuerpo */
    .edit-model .acf-field-63254d57ac13f ul {
        column-count: 2;

    }
}

@media screen and (max-width: 480px) {

    .only_mobile {
        display: block;
    }

    .hidden_mobile {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .content__grid {
        width: 100%;
        margin: 56px 0 24px;
    }

    .content__grid-center {
        width: 100%;
        padding: 56px 24px 16px;
    }

    .nav__top,
    .nav__bottom {
        display: flex;
    }

    footer {
        margin: 0 auto 56px;
        padding: 0;
    }

    .page-template-page_stories .timeline,
    .timeline {
        width: 100%;
    }

    .file__cover {
        display: none;
    }

    .comment-respond .wpcf7-character-count {
        right: 30px;
    }

    .modal-content {
        margin: 0;
        padding: 16px;
        width: 100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        height: inherit;
    }

    .popup-content {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .row_stories .acf-form-submit input[type="submit"],
    .row_stories .acf-form-submit button {
        width: 100%;
        margin-top: 24px;
    }

    .commentprofile {
        grid-auto-columns: 45%;
    }

    div.grid__item--content h2.profile_tag {
        margin-top: 0px;
    }

    /* Fix load spiner en stories*/
    .row_stories .acf-form-submit {
        flex-direction: column;
    }

    /* Fix button notificaction */
    .acf-notification .acf-form-submit {
        padding: 0 16px;
    }

    .share-popup {
        top: 75%;
    }

    /* Fix alturio videos*/
    .mejs-container,
    .mejs-container .mejs-controls,
    .mejs-embed,
    .mejs-embed body {
        background: var(--black);
        max-height: 495px;
    }

    .wp-video-shortcode video,
    video.wp-video-shortcode {
        max-height: 495px;
    }

    /* editor perfil*/
    .edit-popup-content {
        padding: 32px 9px 16px;
    }

    .acf-gallery-attachment {
        width: 33.333% !important;
    }

    /* Head perfil */

    .nav__profile {
        display: flex;
    }

    .wrap_model {
        gap: 18px;
        padding: 32px 24px 24px;
    }

    .model_avatar_alig {
        flex: 0;
    }

    .model_avatar {
        width: 77px;
        height: 77px;
    }

    .model_content {
        gap: 0px;
    }

    .model_all_title {
        width: 100%;
        margin-bottom: 9px;
    }

    .model_place {
        font-size: 13px;
        background-color: var(--white);
        padding: 0px;
    }

    .model_place svg {
        width: 12px;
        height: 12px;
    }

    .model_descriptive {
        width: 100%;
        padding: 0 24px 32px;
    }

    /* Icon Tabs perfil */
    .w3-button svg {
        width: 20px;
        height: 20px;
        fill: #999;
    }

    /* Fix icon local region top menu */
    .content__tag form {
        padding: 0px;
        margin-top: 0px;
        font-size: 14px;
        color: var(--black);
    }

    .content__tag svg {
        width: 16px;
        height: 16px;
        margin: 0px;
    }

    /* Fix slider stories */
    .attachments-gallery {
        gap: 9px;
        max-height: initial;
        max-width: initial;
    }

    .acf-cover .acf-image-uploader .image-wrap img,
    .acf-cover .acf-image-uploader p a {
        max-width: 100px;
    }

    .icon-video-play i {
        font-size: 20px;
    }

    /* Fix dashboar model */
    .author .room_profile-prime {
        aspect-ratio: 5.5/1;
    }
}

@media screen and (max-width: 360px) {

    /* Fix para formatos pequeños */
    .h_360 {
        display: none;
    }

    /* Fix alturio videos*/
    .mejs-container,
    .mejs-container .mejs-controls,
    .mejs-embed,
    .mejs-embed body {
        background: var(--black);
        max-height: 345px;
    }

    .wp-video-shortcode video,
    video.wp-video-shortcode {
        max-height: 345px;
    }
}

@media screen and (max-width: 359px) {
    .model_tag {
        display: none !important;
    }
}