/* Custom CSS for Ruiz Brunetti Psychology Website */

:root { 
    --andrea-C3: #FEB7C3;
    --andrea-D2: #FEC4D2;
    --andrea-DE: #FCD8DE;
    --andrea-EB: #FEE8EB;
    --andrea-F9: #fef6f9;
    --andrea-F4: #FEF2F4;
    --primary-pink: #e94b88;
    --primary-pink-texto:#d13b76;
    --rosa-ojos:#dfb6c5;
    --beige: rgba(232,230,223,0.6);
    --primario-rosa: #e91e63;
    --light-pink: #ffd6e6;
    /*--dark-footer: #452e3d;*/
    --dark-footer: #895d6c;
     --text-gray: #6b7280;
    --muted: #9ca3af;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
  
    --green-500: #10b981;
    --green-600: #059669;
    --blue-600: #2563eb;
    --blue-700: #1d4ed8;
    --white: #ffffff;
    --yellow-50: #fffbeb;
    --yellow-200: #fde68a;
    --yellow-400: #f59e0b;
    --yellow-700: #a16207;
    --yellow-800: #92400e;
    --primary-color: #e94b88;
    --primary-light: #ffd6e6;
    --dark-bg: #452e3e;
    --text-dark: #333;
    --text-muted: #666;
    --white: #ffffff;
    --gray-light: #f8f9fa;
    --gray-border: #e9ecef;
 
    --bg:#ffffff;
    --accent:#3b82f6;
    --botoncookies: #d13b76;
    --muted:#9aa4b2;
    --rosa-claro: #f1c4d4; /* Fondo rosita claro */
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, "Helvetica Neue", sans-serif, Arial; 
    margin:0;
    line-height: 1.6;
    color: #333;
    /* color: var(--text-dark);
    background-color: var(--white); puede que esto tambien*/
}

img {
    max-width: 100%;
    height: auto;
}
/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    /*padding-left: 1rem;
    padding-right: 1rem;*/
}
/* Container */
.cta-container,  .container-header, .container-pie {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    /*padding-left: 1rem;
    padding-right: 1rem;*/
}
.container-hero {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display:flex;
    align-items: center;
    justify-content: center;
}
  /* Header */
  .header {
    background-color: var(--primary-color);
    color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .header .cta-container, .container-header, .container-pie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
  }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .main-content {
    padding-top:13px;
  }
  .content-section {
    padding:4rem;

  }
  /************************* nuevo menu ******************************/
  #mi-header {
    position: fixed;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 50;
    background-color: var(--primary-pink-texto);

    

    .fondorosa {
        background: var(--primary-pink-texto);
    }

    .nav a {
        text-decoration: none;
    }

    .container-fondorosa {
        width: 90%;
        background: var(--primary-pink-texto);
        margin: auto;
        padding: 3px 4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-left: auto; /*Distribuir espacio automáticamente a la izquierda */
        margin-right: auto; /* Distribuir espacio automáticamente a la derecha */
        max-width: 1400px; /*Limita el ancho del contenido */
    }

    .div-items-center {
        display: flex;
        align-items: center;
    }



    /* Estilos para el botón de menú móvil */
    .div-mobil-menu-button {
        display: none; /* Se esconde por defecto */
    }
    /* Estilos generales para el botón de menú hamburguesa */


    /* Estilos generales para el botón de menú hamburguesa */
    .div-mobil-menu-button {
        display: none; /* Oculta por defecto en pantallas grandes */
        z-index: 1000; /* Asegura que no se quede en primer plano */
    }
    .menu-oculto{
        display: none; /* Oculta por defecto en pantallas grandes */
    }
    .nav-link {
        position: relative;
      }

    .nav-link::after {
        content:"";
        position:absolute;
        bottom: -2px;
        left: 0;
        height: 2px;
        background-color: var(--primary-pink-texto) ;
        transition: width 0.3s ease;
    }
    .nav-link.active::after{
        width: 100%;
    }
    ::after {
        --tw-content: '';
    }
    ::after{
        box-sizing: border-box;
        border-width: 0;
        border-style: solid;
        border-color: #e5e7eb;
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        --tw-scroll-snap-strictness: proximity;
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: rgb(59 130 246 / 0.5);
        --tw-ring-offset-shadow: 0 0 #0000;
        --tw-ring-shadow: 0 0 #0000;
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
    }
    .bg-white {
        --tw-bg-opacity: 1;
      }

    .ordenador-menu ul {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 20px;
      }
      /*
      .ordenador-menu a {
        text-decoration: none;
        color: #333;
        padding: 8px 12px;
        border-radius: 4px;
        transition: background 0.3s, color 0.3s;
      }*/
      
      .ordenador-menu a:hover {
        background-color: #f8bbd0;
        color: #c2185b;
      }

      .text-blanco-600{
        color: #fff;
        font-weight: 600;
      }
      
      .ordenador-menu a.activo {
        background-color: var(--primario-rosa);
        color: white;
        font-weight: bold;
        border: 2px solid white;
      }
    /* Para pantallas de móviles (menores a 768px) */
    @media (max-width: 1066px) {
        .div-items-center img{
            display:none;
        }
    }
    @media (max-width: 980px) {
        .div-items-center h1{
            font-size: 1rem;
        }
    }
    @media (max-width: 796px) {
        .div-items-center h1{
            font-size: 0.2rem;
        }
    }


    /* Para pantallas de móviles (menores a 768px) */
    @media (max-width: 768px) {

        .div-mobil-menu-button {
            display: block; /* Mostrar el ícono de hamburguesa */
            background-color: var(--primary-pink-texto);
            border: none;
            padding: 10px;
            border-radius: 5px;
            cursor: pointer;
            color: white;
            font-size: 1.5rem;
            position: fixed;
            top: 20px;
            right: 20px;
            z-index: 1000;
        }
        .div-mobil-menu-button i {
            color: white;
        }
        .div-items-center h1{
            font-size: 1.5rem;
            padding-left:1rem;
        }
    .menu-oculto{
    display: block; /* Oculta por defecto en pantallas grandes */
    }



    /* Menu móvil */
    .mobile-menu {
        display: none;
        background-color: var(--rosa-claro); /* Fondo rosita claro */
        flex-direction: column;
        position: absolute;
        top: 60px; /* Empezamos justo debajo de la barra de menú */
        width: 100%;
        left: 0;
        margin-top:2rem;
        padding-top: 2rem;
        padding-bottom: 1rem;
        z-index: 50; /* Asegura que el menú se muestre sobre el contenido */
    }

    .mobile-menu.active {
        display: flex;
    }

    .menu-mobil-contenedor {
        display: flex;
        flex-direction: column; /* Centrado vertical */
        justify-content: center; /* Centrado vertical */
        align-items: center; /* Centrado horizontal */
    }

    .menu-mobil-contenedor a {
        color: var(--primary-pink); /* Letras en rosa oscuro */
        text-align: center;
        padding: 15px;
        text-decoration: none;
        font-size: 1.2rem;
        width: 100%;
    }

    .menu-mobil-contenedor a:hover {
        color: white;
        background-color: var(--primary-pink); /* Fondo rosado cuando se pasa el cursor */
    }

    #menu-ordenador-contenedor {
        display: none !important;
        display: flex;

    }
    }

    /* Menú de escritorio */
    @media (min-width: 769px) {
        #menu-ordenador-contenedor {
            display: block;
            gap: 0.75rem;
        }

        .div-mobil-menu-button {
            display: none !important; /* Asegura que el ícono se oculte en pantallas grandes */
        }

        .mobile-menu {
            display: none  !important;
        }

        #menu-ordenador-contenedor a {
            color: white;
            text-decoration: none;
            padding: 15px;
            font-size: 1.2rem;
        }

        #menu-ordenador-contenedor a:hover {
            /*border-bottom: 2px solid white;*/
            border-bottom: 1px solid var(--primary-pink);

            
        }
        #menu-ordenador-contenedor a.activo {
            /*border-bottom: 2px solid white;*/
            border-bottom: 1px solid var(--primary-pink);
           /*border: 1px solid var(--light-pink);*/
           /*border-radius: 8px;*/

            
        }

    }
   /* Estilos generales para "Reserva tu cita" */
    a[href="cita.php"] {
        position: relative;
        color: white;
        font-size: 1rem;
        text-decoration: none;
        padding: 0.5rem 1.25rem;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    /* Estilo cuando está en hover en el móvil */
    @media (max-width: 768px) {
    a[href="cita.php"] {
        background-color: #e94b88; /* Color de fondo similar al hover */
        color: white;
    }
    a[href="cita.php"]:active {
        background-color: #d13b76; /* Fondo al hacer clic */
    }
    .menu-oculto button:hover {

        border: 2px solid white;

        }
    }

    /* Estilo cuando está en modo escritorio */
    @media (min-width: 769px) {

        a[href="cita.php"] {
            background-color: transparent; /* Fondo transparente al hacer hover */
            border: 2px solid #e94b88; /* Borde de color rosita claro */
            color: white; /* Mantener el texto blanco */
        }
        a[href="cita.php"]:focus, a[href="cita.php"]:active {
            background-color: #e94b88; /* Fondo rosita claro cuando se hace clic */
            border-color: #d13b76; /* Borde más oscuro cuando se hace clic */
            color: white; /* Mantener el texto blanco */
        }



    }

    /* Enlaces en el menú */
    #menu-ordenador-contenedor a {
        text-decoration: none;
        color: white;
        font-size: 1rem;
        transition: color 0.3s ease;
    }

    /* Cuando el menú está activo */
    #menu-ordenador-contenedor a.active {
        color: #e94b88; /* Resaltar el color al estar activo */
    }

    /* Cuando el menú está activo */
    #menu-ordenador-contenedor a.active {
        color: #e94b88; /* Resaltar el color al estar activo */
        border: 2px solid var(--primary-pink);
        border-radius: 0.375rem;
    }

    .apellidos-completo {
        color: rgb(255, 214, 230);
        font-weight: 100;
    }

    .nombre-completo {
        color: rgb(255, 255, 255);
        font-weight: 600;
    }

    .div-items-center a {
        text-decoration: none;
        display: flex;
        align-items: center;
    }
    .menu-oculto button {
        background:var(--primary-pink-texto);
        border: 1px solid #e94b88;
        /*border-style: outset;*/
        border: none;
    }
}
/************************************************** fin menu ok **************************************/
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--white);
  }
  
  .logo-icon {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--primary-color);
    font-size: 20px;
  }
  
  .logo-text h1 {
    font-size: 24px;
    font-weight: 600;
  }
  
  .logo-text .subtitle {
    font-size: 14px;
    opacity: 0.9;
  }

/* Flexbox Utilities */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.space-x-8 > * + * {
    margin-left: 2rem;
}

.space-x-4 > * + * {
    margin-left: 1rem;
}

.space-y-6 > * + * {
    margin-top: 1.5rem;
}

.space-y-3 > * + * {
    margin-top: 0.75rem;
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}

.space-y-8 > * + * {
    margin-top: 2rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-12 {
    gap: 3rem;
}

/* Grid */
.grid {
    display: grid;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* Display */
.hidden {
    display: none;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

/* Position */
.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/* Width & Height */
.w-full {
    width: 100%;
}

.w-6 {
    width: 1.5rem;
}

.w-5 {
    width: 1.25rem;
}

.w-10 {
    width: 2.5rem;
}

.w-16 {
    width: 4rem;
}
.w-32 {
    width: 8rem;
}

.h-6 {
    height: 1.5rem;
}

.h-5 {
    height: 1.25rem;
}

.h-4 {
    height: 1rem;
}

.h-10 {
    height: 2.5rem;
}

.h-16 {
    height: 4rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-3xl {
    max-width: 48rem;
}
.max-w-1200 {
    max-width: 1200px;
}
.max-w-4xl {
    max-width: 56rem;
}

.min-h-80vh {
    min-height: 80vh;
}

/* Spacing */
.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.pb-16 {
    padding-bottom: 4rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-32 {
    padding-top: 8rem;
}

.pb-8 {
    padding-bottom: 2rem;
}
.pl-8 {
    padding-left: 2rem;
}
.pr-8 {
    padding-left: 2rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-4 {
    margin-right: 1rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* Typography */
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}
.font-semiregular {
    font-weight: 300;
}

.font-bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.leading-tight {
    line-height: 1.25;
}

.leading-relaxed {
    line-height: 1.625;
}

.text-center {
    text-align: center;
}

/* Colors */
.text-white {
    color: var(--white);
}

.text-gray-300 {
    color: var(--gray-300);
}

.text-gray-400 {
    color: var(--gray-400);
}

.text-gray-500 {
    color: var(--gray-500);
}

.text-gray-600 {
    color: var(--gray-600);
}

.text-gray-700 {
    color: var(--gray-700);
}

.text-gray-800 {
    color: var(--gray-800);
}

.text-gray-900 {
    color: var(--gray-900);
}

.bg-white {
    background-color: var(--white);
}

.bg-gray-50 {
    background-color: var(--gray-50);
}

.bg-gray-100 {
    background-color: var(--gray-100);
}

.bg-gray-200 {
    background-color: var(--gray-200);
}

.bg-gray-800 {
    background-color: var(--gray-800);
}

.bg-green-500 {
    background-color: var(--green-500);
}

.bg-green-600 {
    background-color: var(--green-600);
}

.bg-blue-600 {
    background-color: var(--blue-600);
}

.bg-blue-700 {
    background-color: var(--blue-700);
}

.bg-yellow-50 {
    background-color: var(--yellow-50);
}

/* Pink Colors */
.text-pink-600 {
    color: var(--primary-pink);
}

.text-pink-200 {
    color: var(--light-pink);
}

.bg-pink-50 {
    background-color: #fdf2f8;
}

.bg-pink-100 {
    background-color: var(--light-pink);
}

.bg-pink-200 {
    background-color: var(--light-pink);
}

.bg-pink-600 {
    background-color: var(--primary-pink);
}

.bg-pink-700 {
    background-color: #d13b76;
}

.border-pink-600 {
    border-color: var(--primary-pink);
}
.border-light-pink-600 {
    border-color: var(--light-pink);
}

.focus\:border-pink-500:focus {
    border-color: var(--primary-pink);
}

.focus\:ring-pink-500:focus {
    box-shadow: 0 0 0 2px rgba(233, 75, 136, 0.2);
}

/* Borders */
.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-t {
    border-top-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-gray-200 {
    border-color: var(--gray-200);
}

.border-gray-300 {
    border-color: var(--gray-300);
}
.border-gray-300-email {
    border-color: var(--gray-300);
}

.border-gray-700 {
    border-color: var(--gray-700);
}

.border-yellow-200 {
    border-color: var(--yellow-200);
}

.border-white {
    border-color: var(--white);
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

/* Shadows */
.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Hover States */
.hover\:text-white:hover {
    color: var(--white);
}
.hover\:text-white-600:hover {
    color: var(--white);
}

.hover\:text-pink-600:hover {
    color: var(--primary-pink);
}

.hover\:text-pink-200:hover {
    color: var(--light-pink);
}

.hover\:bg-pink-600:hover {
    background-color: var(--primary-pink);
}

.hover\:bg-pink-700:hover {
    background-color: #d13b76;
}

.hover\:bg-pink-200:hover {
    background-color: var(--light-pink);
}

.hover\:bg-gray-100:hover {
    background-color: var(--gray-100);
}

.hover\:bg-green-600:hover {
    background-color: var(--green-600);
}

.hover\:bg-blue-700:hover {
    background-color: var(--blue-700);
}

.hover\:underline:hover {
    text-decoration: underline;
}

.hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Transitions */
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

/* Z-index */
.z-50 {
    z-index: 50;
}

.z-1000 {
    z-index: 1000;
}

/* Top/Bottom/Left/Right */
.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.bottom-20 {
    bottom: 5rem;
}

.right-20 {
    right: 5rem;
}

/* Overflow */
.overflow-y-auto {
    overflow-y: auto;
}
/* ul  y  li ***********************/
.baselinas li{
    
    list-style-type: disc;
    padding-left: 1rem;
    list-style: inside;

}
/* Focus */
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* Form Elements 
input, textarea, select {
    border: 1px solid var(--gray-300);
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    width: 100%;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

input:focus, textarea:focus, select:focus {
    outline: none;
    border-color: var(--primary-pink);
    box-shadow: 0 0 0 2px rgba(233, 75, 136, 0.2);
}*/

/* Buttons */
button {
    cursor: pointer;
    border: none;
    border-radius: 0.375rem;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}
.border-green-500 {
    border: 2px solid #22c55e;
}
.border-red-500 {
    border: 2px solid red;
}
.gallery-banderas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .gallery-banderas img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
  }

 
/* Responsive Design */
@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:text-center {
        text-align: center;
    }
    .container-banderas {
        grid-template-columns: repeat(2, minmax(0, 1fr));

    }
}

@media (min-width: 768px) {
    .gallery-banderas {
        grid-template-columns: repeat(5, 1fr);
      }
    .md\:hidden {
        display: none;
    }

    .md\:flex {
        display: flex;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .md\:pt-32 {
        padding-top: 8rem;
    }

    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .md\:mb-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .container-banderas {
        grid-template-columns: repeat(5, minmax(0, 1fr));

    }
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}

/* Custom styles for the original design elements */

/* Header Styles */
.fondorosa {
    background-color: var(--primary-pink);
}

.text-blanco-600,
.text-blanco-100 {
    color: white;
}

.nav-link {
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--light-pink) !important;
}

/* Button Styles */
.btn-primary {
    background-color: var(--primary-pink);
    color: white;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #d13b76;
    transform: translateY(-1px);
}

.btn-primary-opuesto-serv {
    background-color: var(--andrea-F4); 
    color: #d13b76;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-pink);
    border-radius: 0.375rem;
    
}
.btn-primary-opuesto {
    background-color: white; 
    color: #d13b76;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-pink);
    border-radius: 0.375rem;
    
}
.btn-primary-opuesto:hover {
    background-color: #d13b76;
    color: white;
    transform: translateY(-1px);
    border-radius: 0.375rem;

}

/* Hero Section */
.hero-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

/* Testimonials */
.testimonial-card {
    background: white;
    border-left: 4px solid #e91e63;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Cookie Overlay */
.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.cookie-overlay.show {
    display: flex;
}

.cookie-panel {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    max-width: 500px;
    margin: 1rem;
    max-height: 80vh;
    overflow-y: auto;
}

.prefs {
    margin-top: 1rem;
}

.pref {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.pref:last-child {
    border-bottom: none;
}

.desc {
    font-size: 0.875rem;
    color: var(--muted);
    margin-top: 0.25rem;
}

.toggle {
    width: 44px;
    height: 24px;
    background: #e5e7eb;
    border-radius: 12px;
    border: none;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease;
}

.toggle[aria-pressed="true"] {
    background-color: var(--primary-pink);
}

.toggle[aria-pressed="true"]:before {
    transform: translateX(20px);
}

.cookie-actions {
    margin-top: 1.5rem;
}

.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-primary {
    background-color: var(--primary-pink);
    color: white;
}

.btn-primary:hover {
    background-color: #d13b76;
}

.btn-ghost {
    background-color: transparent;
    color: var(--primary-pink);
    border: 1px solid var(--primary-pink);
}

.btn-ghost:hover {
    background-color: var(--primary-pink);
    color: white;
}

.btn-link {
    background-color: transparent;
    color: var(--primary-pink);
    text-decoration: underline;
}

.btn-link:hover {
    color: #d13b76;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    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;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* Footer */
.footer {
    background-color: var(--dark-footer);
    width: 100%;
}

/* Mobile Menu */
#mobile-menu {
    transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }

    .testimonial-card {
        margin-bottom: 1rem;
    }

    .cookie-panel {
        margin: 0.5rem;
        padding: 1.5rem;
    }
}

/* Custom Pink Colors for Design */
.bg-pink-600 {
    background-color: var(--primary-pink) !important;
}

.text-pink-600 {
    color: var(--primary-pink) !important;
}

.border-pink-600 {
    border-color: var(--primary-pink) !important;
}

.hover\:bg-pink-600:hover {
    background-color: var(--primary-pink) !important;
}

.hover\:text-pink-600:hover {
    color: var(--primary-pink) !important;
}

.bg-pink-200 {
    background-color: var(--light-pink) !important;
}

.hover\:bg-pink-200:hover {
    background-color: var(--light-pink) !important;
}

.hover\:text-pink-200:hover {
    color: var(--light-pink) !important;
}

.text-pink-200 {
    color: var(--light-pink) !important;
}

/* Form Styles */
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
    outline: none;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    border: 1px solid var(--gray-300);
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    width: 100%;
    font-size: 1rem;
}

input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    border-color: var(--primary-pink);
    box-shadow: 0 0 0 2px rgba(233, 75, 136, 0.2);
}

/* Checkbox styling */
input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    accent-color: var(--primary-pink);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Section Spacing */
section {
    scroll-margin-top: 100px;
}

/* Gradient backgrounds */
.bg-gradient-to-br {
    background: linear-gradient(to bottom right, var(--light-pink), var(--white));
}

.from-pink-50 {
    --tw-gradient-from: #fdf2f8;
}

.to-white {
    --tw-gradient-to: #ffffff;
}

/* Yellow/Warning colors for notification */
.text-yellow-400 {
    color: var(--yellow-400);
}

.text-yellow-700 {
    color: var(--yellow-700);
}

.text-yellow-800 {
    color: var(--yellow-800);
}

/* Additional utility classes for flex */
.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-1 {
    flex: 1 1 0%;
}

/* SVG fill */
svg {
    fill: currentColor;
}

/* Link styling */
a {
    text-decoration: none;
    color: inherit;
}

/* Lists */
ul {
    list-style: none;
}

/* Additional responsive utilities */
@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .md\:hidden {
        display: none !important;
    }

    .md\:flex {
        display: flex !important;
    }
}

/* Focus and active states */
.focus\:ring-pink-500:focus {
    box-shadow: 0 0 0 2px rgba(233, 75, 136, 0.2);
}

/* Text decoration */
.underline {
    text-decoration: underline;
}

/* Header Styles */
.fondorosa {
    background-color: var(--primary-pink);
}

.text-blanco-600,
.text-blanco-100 {
    color: white;
}

.nav-link {
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--light-pink) !important;
}

/* Button Styles */
.btn-primary {
    background-color: var(--primary-pink);
    color: white;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #d13b76;
    transform: translateY(-1px);
}

/* Hero Section */
.hero-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.hero-section-tarifasyseguros {
    /*min-height: 80vh;*/
    height: 200px;
    display: flex;
    align-items: center;
}

.text-pink-600 {
    color: var(--primary-pink) !important;
}

/* Testimonials */
.testimonial-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Cookie Overlay */
.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.cookie-overlay.show {
    display: flex;
}

.cookie-panel {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    max-width: 500px;
    margin: 1rem;
    max-height: 80vh;
    overflow-y: auto;
}

.prefs {
    margin-top: 1rem;
}

.pref {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.pref:last-child {
    border-bottom: none;
}

.desc {
    font-size: 0.875rem;
    color: var(--muted);
    margin-top: 0.25rem;
}

.toggle {
    width: 44px;
    height: 24px;
    background: #e5e7eb;
    border-radius: 12px;
    border: none;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease;
}

.toggle[aria-pressed="true"] {
    background-color: var(--primary-pink);
}

.toggle[aria-pressed="true"]:before {
    transform: translateX(20px);
}

.cookie-actions {
    margin-top: 1.5rem;
}

.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-primary {
    background-color: var(--primary-pink);
    color: white;
}

.btn-primary:hover {
    background-color: #d13b76;
}

.btn-ghost {
    background-color: transparent;
    color: var(--primary-pink);
    border: 1px solid var(--primary-pink);
}

.btn-ghost:hover {
    background-color: var(--primary-pink);
    color: white;
}

.btn-link {
    background-color: transparent;
    color: var(--primary-pink);
    text-decoration: underline;
}

.btn-link:hover {
    color: #d13b76;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    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;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

/* Footer */
.footer {
    background-color: var(--dark-footer);
}
#mobile-menu {
    display: none; /* Asegúrate de que esté oculto inicialmente */
}

#mobile-menu.hidden {
    display: none; /* Clase para ocultarlo */
}

/* Mobile Menu */
#mobile-menu {
    transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }

    .testimonial-card {
        margin-bottom: 1rem;
    }

    .cookie-panel {
        margin: 0.5rem;
        padding: 1.5rem;
    }
}

/* Custom Pink Colors for Tailwind Override */
.bg-andrea-F4 {
    background-color: var(--andrea-F4) !important;
}
.bg-pink-600 {
    background-color: var(--primary-pink) !important;
}

.text-pink-600 {
    color: var(--primary-pink) !important;
}

.border-pink-600 {
    border-color: var(--primary-pink) !important;
}

.hover\:bg-pink-600:hover {
    background-color: var(--primary-pink) !important;
}

.hover\:text-pink-600:hover {
    color: var(--primary-pink) !important;
}

.bg-pink-200 {
    background-color: var(--light-pink) !important;
}

.hover\:bg-pink-200:hover {
    background-color: var(--light-pink) !important;
}

.hover\:text-pink-200:hover {
    color: var(--light-pink) !important;
}

.text-pink-200 {
    color: var(--light-pink) !important;
}

/* Form Styles */
input[type="email"] {
    outline: none;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

input[type="email"]:focus {
    border-color: var(--primary-pink);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Section Spacing */
section {
    scroll-margin-top: 100px;
}

/********************** seccion de cookies **************.md\:w-1\/2 /******************************* estilo_cookies.css ***********************************************************************/

/* Fondo oscuro cuando aparece el modal */
.cookiee-overlay{
    position:fixed;
    inset:0;
    background:rgba(2,6,23,0.3); 
    /* background:rgba(0,0,255,2.55);*/
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
    opacity:0;
    pointer-events:none;
    transition:opacity .22s ease
}
.cookiee-overlay.show{
    opacity:1;
    pointer-events:auto
}

/* Panel */
.cookiee-panel{
    width:min(900px,95%);
    background:rgb(255, 255, 255); 

    /* background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01)); */
    color:#d13b76;
    padding:22px;
    border-radius:12px;
    box-shadow:0 8px 40px rgba(2,6,23,.6);
    display:grid;
    grid-template-columns:1fr 320px;
    gap:18px
}
.cookiee-panel h2{
    margin:0 0 6px;
    font-size:20px
}
.cookiee-panel p{
    margin:0;
    color:var(--muted);
    line-height:1.45
}

/* Opciones y botones */
.cookiee-actions{
    display:flex;
    flex-direction:column;
    gap:10px
}
.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 14px;
    border-radius:10px;
    border:0;
    cursor:pointer;
    font-weight:600
}
.btn-primary{
    background:var(--botoncookies);
    color:white
}
.btn-ghost{
    background:transparent;
    color:var(--muted);
    border:1px solid rgba(255,255,255,.06)
}
.btn-link{
    background:transparent;
    color:var(--accent);
    padding:6px 0;
    font-weight:600
}

/* Preferencias */
.prefs{
    background:rgba(255,255,255,.02);
    padding:12px;border-radius:8px
}
.preferencias{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:8px 0;
    border-bottom:1px solid rgba(255,255,255,.02)
}
.preferencias:last-child{
    border-bottom:0
}
.preferencias .desc{
    max-width:68%;
    color:var(--muted);
    font-size:13px
}



/* Toggle simple */
.toggle{
    width:44px;
    height:24px;
    background:#222;
    border-radius:999px;
    position:relative;
    flex-shrink:0
}
.toggle .knob{
    position:absolute;
    top:2px;
    left:2px;
    width:20px;
    height:20px;
    background:#fff;
    border-radius:50%;
    transition:left .18s ease
}
.toggle.on{
    background:linear-gradient(90deg,var(--accent),#7cc6ff)
}
.toggle.on .knob{left:22px}

/* Responsive */
@media (max-width:720px){
.cookiee-panel{
    grid-template-columns:1fr;
    align-items:start
}
}

/* Banner pequeño si ya se guardó y quieres volver a cambiar */
.cookiee-mini{
    position:fixed;
    left:20px;
    bottom:20px;
    background:#fff;
    color:#0b1220;
    padding:10px 12px;
    border-radius:999px;
    box-shadow:0 6px 22px rgba(2,6,23,.14);
    z-index:9998;
    font-weight:400;
    display:none
}
.cookiee-mini-enlace {
    /* position:fixed;
    right:18px;
    bottom:98px;*/
    background:#fff;
    color:#0b1220;
    padding:10px 12px;
    border-radius:999px;
    box-shadow:0 6px 22px rgba(2,6,23,.14);
    z-index:9998;
    font-weight:600;
    display:none
}
.cookiee-mini.show{
    display:inline-flex
}


 /******************************* fin estilo_cookies.css ***********************************************************************/
/**************** mensaje lateral ******************************/
  .mensaje-lateral {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color:var(--primary-color);
    /*background: linear-gradient(135deg, var(--primary-color), #d13b76);*/
    color: white;
    padding: 12px 10px;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 1000;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    will-change: background-color;

  }

  .mensaje-lateral:hover {
    background: var(--primary-pink-texto);
    /*transform: translateY(-50%) scale(1.05);*/
  }
  .mensaje-lateral span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-orientation: mixed;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mensaje-lateral span .icono {
    transform: rotate(90deg); /* inverso al texto */
  }

 

/************************ pagina aviso legal politica de cookies politica de privacidad u faq  ************************************.md\:w-1\/2  /* Page header */
.page-header {
    background: var(--primary-pink-texto);/* linear-gradient(135deg, var(--primary-pink), #d13b76);*/
    color: var(--white);
    padding: 80px 0 60px;
    text-align: center;
  }
  .hero-section-tarifasyseguros {
    width: 100%;
    background: var(--andrea-F4);/* linear-gradient(135deg, var(--primary-pink), #d13b76);*/
    color: var(--white);
  }
  .container-tarifasyseguros {
    max-width: 1400px;

  }
  .container-tarifasyseguros-centrado{
    display: flex;
    align-items: center;
  }
  .page-header-tarifasyseguros {
    background: var(--andrea-DE);/* linear-gradient(135deg, var(--primary-pink), #d13b76);*/
    
    padding: 80px 0 2rem 0;
    text-align: center;
  }
  .page-header-tarifasyseguros p{
    color: var(--gray-600);
    padding-top: 1rem;
    text-align: center;
  }
  .page-header-tarifasyseguros h1{
    color: var(--primary-pink-texto);
    padding-bottom: 2rem;
    border-bottom: 2px solid var(--primary-pink-texto);
  }

  .page-header-tarifasdelcentro {
    background: var(--andrea-F4);/* linear-gradient(135deg, var(--primary-pink), #d13b76);*/
    color: var(--white);
    /* padding: 80px 0 60px;*/
    text-align: center;
  }
  .page-header-tarifasdelcentro-centro-tar {
    width: 100%;

    background: var(--andrea-F4);/* linear-gradient(135deg, var(--primary-pink), #d13b76);*/
    margin: auto;

  }
  .page-header-tarifasdelcentro-centro-tar  p{
    color: var(--gray-600);

    text-align: center;

  }
  .page-header-tarifasdelcentro-centro-tar  h1{
    color: var(--primary-pink-texto);
    text-align: center;
    padding-bottom: 2rem;

  } 

  .page-header-tarifasdelcentro-centro {
    width: 100%;

    background: var(--andrea-F4);/* linear-gradient(135deg, var(--primary-pink), #d13b76);*/
    margin: auto;

  }
  .page-header-tarifasdelcentro-centro p{
    color: var(--gray-600);

    text-align: justify;

  }
  .page-header-tarifasdelcentro-centro h1{
    color: var(--primary-pink-texto);
    text-align: center;
    padding-bottom: 2rem;

  }  
  .page-header-tarifasdelcentro-centro ul{
    padding-bottom: 1rem;
    padding-left: 1rem;
}
  .page-header-tarifasdelcentro-centro li{
    color: var(--gray-600);

    list-style: disc inside;
    font-size: 1rem;
    text-align:justify;
    word-wrap: break-word;

  } 
  .page-header-tarifasdelcentro-centro-segmed {
    width: 100%;

    background: var(--white);/* linear-gradient(135deg, var(--primary-pink), #d13b76);*/
    margin: auto;

  }
  .page-header-tarifasdelcentro-centro-segmed p{
    color: var(--gray-600);

    text-align: justify;

  }
  .page-header-tarifasdelcentro-centro-segmed h1{
    color: var(--primary-pink-texto);
    text-align: center;
    padding: 2rem;

  } 
  .page-header-tarifasdelcentro-centro-segmed ul{
    padding-bottom: 1rem;
    padding-left: 1rem;
}
  .page-header-tarifasdelcentro-centro-segmed li{
    color: var(--gray-600);

    list-style: upper-roman inside;
    font-size: 1rem;
    text-align:justify;
    word-wrap: break-word;

  } 
  .container-tarifasdelcentro {
    max-width: 1400px;

  }
  .back-rosa-ojos{
    background: var(--rosa-ojos);/* linear-gradient(135deg, var(--primary-pink), #d13b76);*/
    color: var(--white);
  }
  .color-rosa {
    color: var(--primary-pink-texto);

  }
  
  .page-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .page-header p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 1200px;
    margin: 0 auto;
  }


  /* Content sections */
  .content-section-faq {
    background-color: var(--white);
    margin: 40px 0;
    padding: 60px 0;
  }
  
  .content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .section-title {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--primary-light);
  }
  
  .section-subtitle {
    color: var(--primary-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 40px 0 20px;
  }
  
  .content-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: var(--text-dark);
    text-align: justify;
  }
  
  .content-list {
    margin: 20px 0;
    padding-left: 20px;
  }
  
  .content-list li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  
  /* FAQ Styles */
  .faq-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .faq-intro {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .faq-intro h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--text-dark);
  }
  
  .faq-intro p {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.6;
  }
  
  .faq-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 40px 0 60px;
  }
  
  .faq-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background-color: var(--gray-light);
    border-radius: 10px;
  }
  
  .faq-feature-icon {
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border-radius: 3px;
  }
  
  .faq-item {
    border: 1px solid var(--gray-border);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
  }
  
  .faq-question {
    background-color: var(--gray-light);
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--primary-color);
    transition: background-color 0.3s ease;
  }
  
  .faq-question:hover {
    background-color: var(--primary-light);
  }
  
  .faq-toggle {
    font-size: 20px;
    color: var(--primary-color);
    transition: transform 0.3s ease;
  }
  
  .faq-toggle.active {
    transform: rotate(180deg);
  }
  
  .faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  
  .faq-answer.active {
    padding: 20px;
    max-height: 300px;
  }
  
  .faq-answer p {
    line-height: 1.6;
    color: var(--text-dark);
  }
  
  /* Call to action section */
  .cta-section {
    background: linear-gradient(135deg, var(--primary-color), #d13b76);
    color: var(--white);
    padding: 80px 0;
    text-align: center;
  }
  
  .cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  
  .cta-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
  }
  
  .btn-primary-faq {
    background-color: var(--white);
    color: var(--primary-color);
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
  }
  
  .btn-primary-faq:hover {
    background-color: var(--primary-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }
  /* Responsive design */
  @media (max-width: 768px) {
    .nav-links {
      display: none;
    }
  /*
    .mobile-menu-toggle {
      display: block;
    }
    #mobile-menu.show {
        display: block; *//* Cuando agregamos la clase 'show', el menú se mostrará */
    }
    .page-header h1 {
      font-size: 2rem;
    }
  
    .section-title {
      font-size: 1.5rem;
    }
  
    .footer-content {
      grid-template-columns: 1fr;
      gap: 30px;
    }
  
    .faq-features {
      grid-template-columns: 1fr;
    }
  
    .cookie-panel {
      margin: 20px;
      padding: 20px;
    }
  
  
  @media (max-width: 480px) {
    .container {
      padding: 0 15px;
    }
  
    .page-header {
      padding: 60px 0 40px;
    }
  
    .page-header h1 {
      font-size: 1.8rem;
    }
  
    .content-section {
      padding: 40px 0;
    }
  
    .cta-section {
      padding: 60px 0;
    }
  
    .cta-section h2 {
      font-size: 2rem;
    }
  }


  /*********************** Testimonios  ***************************/
  .testimonios {
    padding: 40px 20px;
    background: #fdf3f7;
    text-align: center;

  }
  .container-testimonios{
    width: 100%;

  }
  .testimonios h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #c2185b;
  }
  
  .contenedor-testimonios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width:100%;
  }
  
  .testimonio {
    background: white;
    border-left: 4px solid #e91e63;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    max-width: 320px;
    position: relative;
    text-align: left;
  }
  
  .icono-testimonios {
    font-size: 100px;
    color: #e91e63;
    font-family: serif;
    /*margin-bottom: 10px;*/
  }
  
  .testimonio p {
    font-style:italic;
    color: #333;
    margin-bottom: 20px;
}

.autor {
  display: flex;
  align-items: center;
  gap: 10px;
}

.iniciales {
  background-color: #f8bbd0;
  color: #c2185b;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
}
    blockquote {
    width:300px; /*El ancho de la cita */
    padding-left:30px; /*Esta longitud varia de acuerdo al tamaño de la imagen que uses de la comilla abierta*/
    background: url(./img/comillas-66.png) top left no-repeat; /* aquí especificamos donde se encuentra la imagen de nuestra comilla que abre y la ubicamos */
    }
    blockquote p {
    padding-right:30px;
    background: url(./img/comillas-66.png) bottom right no-repeat; /* aquí especificamos donde se encuentra la imagen de nuestra comilla que cierra y la ubicamos */
    }
    

      /*********************** fin Testimonios  ***************************/
      .bordes-caja {
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    
        /*background-color: #f8bbd0;*/
        border:2px solid #c2185b;
        border-radius: 15px;
        /*font-weight: bold;*/
        padding: 1.2rem;
    
      }
/****************************** paises ****************************/

.custom-select-wrapper {
    position: relative;
    width: 300px;
    /*font-family: Arial, sans-serif;*/
  }
  
  .custom-select {
    position: relative;
    user-select: none;
  }
  
  .select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
  }
  
  .select-trigger .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    transform: translateY(-50%);
  }
  
  .custom-options {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 999;
  }
  
  .custom-option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  
  .custom-option:hover {
    background: #f2f2f2;
}

.custom-option img {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}

.optgroup-label {
  padding: 10px;
  font-weight: bold;
  background: #e6e6e6;
  border-top: 1px solid #ccc;
}

.container-contacto {
    align-content: center;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    /*width: 80%;*/
    margin: auto;
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
