/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --bs-border-radius-pill: 50rem;
    --pink-worales: #FF08B9;
    --pink-worales-dark: #863870;
    --fusha-worales: #D00EFE;
    --fusha-worales-dark: #990bb9;
    --yellow-worales: #FFB808;
    --yellow-worales-dark: #ce9401;
    --blue-worales: #0CAEFF;
    --blue-worales-dark: #0c83be;
    --green-worales: #C2CE06;
    --green-worales-dark: #96a003;
}

html,
body {
    font-family: 'Montserrat', sans-serif !important;
}

.font-worales {
    font-family: 'California', sans-serif !important;
}

.menu .app-brand.demo {
    height: 64px;
    margin-top: 12px;
}

.app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

.app-brand-link img {
    width: 250px;
}

.layout-menu .app-brand-link img {
    width: 10%;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

.card-file-download {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.img-pdf {
    width: 50%;
}

.main-logo {
    width: 35vw !important;
}

/* Aseguramos que el loader esté centrado sobre la página */
.overlay {
    position: fixed;
    /* Fija la posición */
    top: 0;
    left: 0;
    width: 100vw;
    /* Toma toda la pantalla */
    height: 100vh;
    /* Toma toda la pantalla */
    background-color: rgba(0, 0, 0, 0.7);
    /* Fondo semi-transparente */
    display: flex;
    /* Usamos Flexbox para centrar */
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
    z-index: 9999;
    /* Asegura que el overlay esté sobre otros contenidos */
}

/* Estilos del loader */
.loader,
.loader div,
.loader div:after {
    box-sizing: border-box;
}

.loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.loader div {
    animation: loader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    transform-origin: 40px 40px;
}

.loader div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7.2px;
    height: 7.2px;
    border-radius: 50%;
    margin: -3.6px 0 0 -3.6px;
}

/* Colores diferentes para las bolitas */
.ball1:after {
    background: var(--blue-worales);
}

.ball2:after {
    background: var(--pink-worales);
}

.ball3:after {
    background: var(--blue-worales);
}

.ball4:after {
    background: var(--pink-worales);
}

.ball5:after {
    background: var(--blue-worales);
}

.ball6:after {
    background: var(--pink-worales);
}

.ball7:after {
    background: var(--blue-worales);
}

.ball8:after {
    background: var(--pink-worales);
}

/* Posicionamiento de las bolitas */
.loader div:nth-child(1) {
    animation-delay: -.036s;
}

.loader div:nth-child(1):after {
    top: 62.62742px;
    left: 62.62742px;
}

.loader div:nth-child(2) {
    animation-delay: -.072s;
}

.loader div:nth-child(2):after {
    top: 67.71281px;
    left: 56px;
}

.loader div:nth-child(3) {
    animation-delay: -.108s;
}

.loader div:nth-child(3):after {
    top: 70.90963px;
    left: 48.28221px;
}

.loader div:nth-child(4) {
    animation-delay: -.144s;
}

.loader div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.loader div:nth-child(5) {
    animation-delay: -.18s;
}

.loader div:nth-child(5):after {
    top: 70.90963px;
    left: 31.71779px;
}

.loader div:nth-child(6) {
    animation-delay: -.216s;
}

.loader div:nth-child(6):after {
    top: 67.71281px;
    left: 24px;
}

.loader div:nth-child(7) {
    animation-delay: -.252s;
}

.loader div:nth-child(7):after {
    top: 62.62742px;
    left: 17.37258px;
}

.loader div:nth-child(8) {
    animation-delay: -.288s;
}

.loader div:nth-child(8):after {
    top: 56px;
    left: 12.28719px;
}

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

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

.ajs-message.ajs-error.ajs-visible {
    color: #FFF !important;
}

@media (min-width: 1200px) {
    ul.navbar-nav.flex-row.align-items-center.ms-auto {
        width: 100% !important;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        margin: 0px !important;
    }
}

.circle-green {
    width: 0.5em;
    /* Tamaño relativo al texto */
    height: 0.5em;
    /* Igual a width para mantener la forma circular */
    background-color: green;
    /* Color verde */
    border-radius: 50%;
    /* Hace que el elemento sea circular */
    display: inline-block;
    /* Para alinearlo con el texto */
}


.bg-pink {
    background: var(--pink-worales) !important;
}

.bg-pink-dark {
    background: var(--pink-worales-dark) !important;
}

.bg-fusha {
    background: var(--fusha-worales) !important;
}

.bg-fusha-dark {
    background: var(--fusha-worales-dark) !important;
}

.bg-yellow {
    background: var(--yellow-worales) !important;
}

.bg-yellow-dark {
    background: var(--yellow-worales-dark) !important;
}

.bg-blue {
    background: var(--blue-worales) !important;
}

.bg-blue-dark {
    background: var(--blue-worales-dark) !important;
}

.bg-green {
    background: var(--green-worales) !important;
}

.bg-green-dark {
    background: var(--green-worales-dark) !important;
}

.text-pink {
    color: var(--pink-worales) !important;
}

.text-pink-dark {
    color: var(--pink-worales-dark) !important;
}

.text-fusha {
    color: var(--fusha-worales) !important;
}

.text-fusha-dark {
    color: var(--fusha-worales-dark) !important;
}

.text-yellow {
    color: var(--yellow-worales) !important;
}

.text-yellow-dark {
    color: var(--yellow-worales-dark) !important;
}

.text-blue {
    color: var(--blue-worales) !important;
}

.text-blue-dark {
    color: var(--blue-worales-dark) !important;
}

.h-100-vh {
    height: 100vh !important;
}

.input-white {
    color: #FFF !important;
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.logo-navbar {
    width: 25vh !important;
}

.layout-navbar {
    height: fit-content !important;
}

.layout-navbar.navbar-detached {
    width: 100% !important;
}

.layout-hero-wrapper {
    margin-top: 15vh !important;
}

.blurred-bottom {
    width: 100%;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.hover-overlay {
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s ease-in-out !important;
}

.hover-overlay img {
    display: block !important;
    transition: all 0.4s ease-in-out !important;
}

.hover-overlay .overlay-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    opacity: 0 !important;
    transition: all 0.4s ease-in-out !important;
}

.hover-overlay .overlay-text {
    color: white !important;
    transition: all 0.4s ease-in-out !important;
}

.hover-overlay:hover .overlay-img {
    opacity: 1 !important;
}

.hover-overlay:hover img {
    scale: 1.5 !important;
}

.img-testimonials {
    scale: 1.2;
    translate: 0 -25%;
}

.rss-icons{
    width: 50px !important;
    height: 50px !important;
    color: #FFF !important;
    background: var(--pink-worales) !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: row !important;
}

.nav-link.active{
    color: var(--blue-worales) !important;
}

.border-pink {
    border-color: var(--pink-worales) !important;
}

.wizard .wizard-buttons .wizard-btn {
    background-color: var(--pink-worales) !important;
}

.wizard .wizard-nav.dots .wizard-step .dot {
    background: var(--pink-worales) !important;
}

.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: var(--pink-worales) !important;
    border-color: var(--pink-worales) !important;
    box-shadow: 0 2px 4px 0 rgba(105, 108, 255, 0.4);
}

.card-membership {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}