/* ESTILOS - ALICIA - PILATES Y FITPIL */
.logo-pilates {
    height: 70px !important;
    width: auto !important;
}

.icono-redes {
    color: white;
}

.icono-redes:hover {
    color: #353535;
}

.fondo-menu-socios {
    background-color: #FFBC9A !important;
}

.campo-error {
    border: 1px solid #DC3545 !important;
}

.cc-nb-okagree {
    background-color: #FFBC9A !important;
    color: #fff !important;
}

.cc-nb-reject {
    background-color: #FFBC9A !important;
    color: #fff !important;
}

.cc-cp-foot-save {
    background-color: #FFBC9A !important;
    color: #fff !important;
}

.cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 2px #FFBC9A !important;
}

.cc-cp-foot-byline {
    color: #F2F2F2 !important;
}

.cc-cp-foot-byline a {
    color: #F2F2F2 !important;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.cc-pc-head-title-text {
    color: white !important;
}

.traductor-web {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Estilos del botón flotante de WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    background-color: #20B954;
}

.whatsapp-float i {
    color: white;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover i {
    transform: scale(1.1);
}

/* Animación de pulso opcional */
.whatsapp-float.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }

    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 15px;
        left: 15px;
    }

    .whatsapp-float i {
        font-size: 22px;
    }
}

/* Tooltip opcional */
.whatsapp-float .tooltip {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.whatsapp-float .tooltip::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right-color: #333;
    opacity: 0;
    ;
}

.whatsapp-float:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .whatsapp-float .tooltip {
        display: none;
    }
}

.fondo-color-corpo {
    background-color: #FFBC9A !important;
}

.notas-legales {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #1A1A1A !important;
}

.notas-legales h2,
.notas-legales h3 {
    font-size: 22px !important;
    line-height: 32px !important;
}

.notas-legales h2,
.notas-legales h3,
.notas-legales p {
    margin-bottom: 30px !important;
}

.notas-legales li {
    margin-bottom: 15px !important;
}

.notas-legales ul li {
    list-style: disc !important;
}

.notas-legales ol li {
    list-style: decimal !important;
    padding-left: 15px !important;
}

.h1-pilates {
    font-size: 56px;
    line-height: 68px;
    font-family: "Archivo", sans-serif !important;
    color: var(--Primary) !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    text-rendering: optimizeLegibility !important;
}


@media (max-width: 991px) {
    .h1-pilates {
        font-size: 45px !important;
        line-height: 53px !important;
    }
}

@media (max-width: 767px) {
    .h1-pilates {
        font-size: 35px !important;
        line-height: 43px !important;
    }
}

.h2-pilates {
    font-size: 40px !important;
    line-height: 48px !important;
    font-family: "Archivo", sans-serif !important;
    color: var(--Primary) !important;
    font-weight: 500 !important;
    margin: 0 !important;
    text-rendering: optimizeLegibility !important;
}

@media (max-width: 767px) {
    .h2-pilates {
        font-size: 30px !important;
        line-height: 33px !important;
    }
}

@media (max-width: 550px) {
    .h2-pilates {
        font-size: 26px !important;
        line-height: 34px !important;
    }
}
.p-especial-pilates{
    font-size: 24px !important;
    line-height: 32px !important;
    font-family: "Archivo", sans-serif !important;
    color: var(--Primary) !important;
    font-weight: 500 !important;
    margin: 0 !important;
    text-rendering: optimizeLegibility !important;
}
@media (max-width: 767px) {
    .p-especial-pilates{
        font-size: 19px !important;
        line-height: 25px !important;
    }
}

.h3-pilates{
    font-size: 32px !important;
    line-height: 40px !important;
    font-family: "Archivo", sans-serif !important;
    color: var(--Primary) !important;
    font-weight: 500 !important;
    text-rendering: optimizelegibility !important;
    margin-bottom: 20px !important;
}

@media (max-width: 767px) {
    .h3-pilates {
        font-size: 25px !important;
        line-height: 33px !important;
    }
}
.h3-pie{
    font-size: 20px !important;
    line-height: 28px !important;
    font-family: "Archivo", sans-serif !important;
    font-weight: 500 !important;
    text-rendering: optimizelegibility !important;
    color: var(--White) !important;
    margin-bottom: 13px !important;
}