#flaticker_U {
    display: none;
}
.flatpickr-calendar{
    border-radius: 16px;
    /* background: #273E56; */
}

.button-reserva {
    background-color: #7899e6;
    color: white;
    padding: 10px 50px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button:hover {
    background-color: #5c7cd9; /* Color más oscuro al pasar el mouse */
}

.button-reserva:active,
.button-reserva.active {
    background-color: #4f6ac4; /* Color más oscuro al hacer clic */
    transform: scale(0.95); /* Efecto de presión */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Sombra más pequeña */
}
.h1-title-dinamica{
    color: rgb(255, 255, 255);
    line-height: 1.3;
    font-size: 3rem;
    text-align: center;
}
.p-text-dinamica{
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
}
.section-dinamica-bg-overlay{
    background-color: rgba(39, 62, 86, 0.4);
}
.encuentra-tu-fisio{
    line-height: 1.2;
    text-align: center;
    font-size: 1.25rem;
}
#buscador-cp{
    display: flex;
    align-items: stretch;
}
#buscador-cp #cp-input{

    background: url(/wp-content/uploads/2025/02/odigo-postal-icon.svg) 30px 21px no-repeat;
    background-size: 20px;
    background-color: unset;
    padding: 19px 30px;
    color: white;
    height: auto;
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.3;
    padding:19px 30px; 
    padding-left: 60px;
}
#buscador-cp #cp-input::placeholder{
    color: white;
    padding-left: 25px;
}
#buscar-btn{
    background-color: #7899e6;
    border: none;
    padding: 12px 40px;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-size: 1.25rem;
    letter-spacing: .8px;
    font-weight: 500;
    line-height: 1;
    color: white;
    margin-bottom: 0;
}

.m-auto{
    margin: auto !important;
}
.title-productos-dinamico{
    color: #273E56;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
}

#products{
    border-radius: 40px;
    background: #F5EFE3;
    padding: 60px 90px;
}

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

.subtitle-products{
    color: #273E56;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 175% */
}

.grid-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}
@media (max-width: 700px) {
    #products {
        padding: 60px 10px;
    }
    .grid-products{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
.product {
    border-radius: 16px;
    background: #FFF;
    padding: 13px;
}
.product .product-name {
    color: #273E56;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product .product-description {
    margin-top: 12px;
    margin-bottom: 16px;
    color: #273E56;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.product .product-price {
    margin-bottom: 16px;
    color: #273E56;
    font-family: "DM Sans";
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product .btn-buy {
    width: 100%;
    border-radius: 66px;
    background: #7899E6;
    padding: 12px 24px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.56px;
}
.mt-80{
    margin-top: 80px;
}
.title-reserva{
    text-transform: uppercase;
    font-size: 4rem;
    text-align: center;
    color: rgb(39, 62, 86);
    text-align: center;
}
.product-selected{
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-align: center;
}
.no-fisios{
    margin-top: 80px;
    margin-left: 40px;
    font-size: 1.5rem;
}
#localidad{
    text-transform: capitalize;
        font-style: italic;
    font-weight: 500;
}
.error-field{
    border:2px solid #f28b90 !important;      /* rojo “alerta” */
}
.u-fisios-reservas{
    padding: 16px;
    padding-top: 0;
    padding-left: 88px;
    font-size: 18px;
}
.u-fisios-reservas .nombre-fisio{
    text-transform: capitalize;
}

@media (max-width: 550px) {
    /* Ejemplo: cambiar tamaño de fuente y apilar divs */
    .u-fisios-reservas {
        padding-left: 72px;
        font-size: 15px;
    }
}