/*
estilos de pagina web de veronica reyes psicopedagoga

Autor: Guillermo Reyes C. - ultradesk IT



*/

/*====================

Colores

=========================*/


@media (max-width: 992px) {/*tablet horizontal y vertical*/
}

@media (max-width: 768px) {/*celular horizontal y vertical - tablet vertical hasta 10"*/
}

@media (max-width: 480px) {/*celular vertical*/
}
/*------------------------------------------------------------------
    [variables]
------------------------------------------------------------------*/
:root {
    --Fuente1: 'Manrope', sans-serif;
    --Color1: #1A76D1; /*azul clinic*/
    --Color2: #FFFFFF; /*blanco- */
    --Color3: #f5eee7; /*rosa casi blanco- */
    --Color4: #a1a3a2; /*gris- background */
    --Color5: #000000; /*negro- */
    --Color6: #efdfd0; /*color rosa altaderma */
    --Color7: #00000080; /*negro 3 - */
    --Color8: #8F8F8F; /*gris claro- */
    --Color9: #7f7f7f; /*gris oscuro- */
    --Color10: #294368; /*azul opaco- */
    --Color11: rgba(0, 0, 0, 0);  /*transparente- */
    --Color12: #f9a363; /* naranjo (icono emprende) */
    --Color13: #6acb53; /* verde (icono plus) */
    --Color14: #5aabfc; /* azul (icono advance) */
    --Color15: #ebd300; /* amarillo (icono premium) */
    --Color16: #f2f6ff; 
    --Color17: #348e83;
    --Color18: #f0f0f0;
    --Color19: #508882de;
   
}



@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/*------------------------------------------------------------------
    [display none]
------------------------------------------------------------------*/
.off {
    display: none;
}
@media (min-width: 1200px) {
    .off-1200 {
        display: none;
    }

    .on-1200 {
        display: block;
    }
}

@media (max-width: 992px) {
    .off-992 {
        display: none;
    }

    .on-992 {
        display: block;
    }
}

@media (max-width: 880px) {
    .off-880 {
        display: none;
    }

    .on-880 {
        display: block;
    }
}

@media (max-width: 768px) {
    .off-768 {
        display: none;
    }

    .on-768 {
        display: block;
    }
}


@media (max-width: 600px) {
    .off-600 {
        display: none;
    }

    .on-600 {
        display: block;
    }
}

@media (max-width: 540px) {
    .off-540 {
        display: none;
    }

    .on-540 {
        display: block;
    }
}

@media (max-width: 480px) {
    .off-480 {
        display: none;
    }

    .on-480 {
        display: block;
    }
}

@media (max-width: 425px) {
    .off-425 {
        display: none;
    }

    .on-425 {
        display: block;
    }
}

@media (max-width: 400px) {
    .off-400 {
        display: none;
    }

    .on-400 {
        display: block;
    }
}

@media (max-width: 375px) {
    .off-375 {
        display: none;
    }

    .on-375 {
        display: block;
    }
}
@media (max-width: 320px) {
    .off-320 {
        display: none;
    }

    .on-320 {
        display: block;
    }
}


/*------------------------------------------------------------------
    [tamaños iconos]
------------------------------------------------------------------*/
.ico-10 {
    font-size: 10px;
}

.ico-11 {
    font-size: 11px;
}

.ico-12 {
    font-size: 12px;
} 

.ico-13 {
    font-size: 13px;
} 

.ico-14 {
    font-size: 14px;
}
.ico-15 {
    font-size: 15px;
} 
.ico-16 {
    font-size: 16px;
}

.ico-18 {
    font-size: 18px;
}

.ico-20 {
    font-size: 20px;
}

.ico-22 {
    font-size: 22px;
}

.ico-24 {
    font-size: 24px;
}

.ico-26 {
    font-size: 26px;
}

.ico-28 {
    font-size: 28px;
}




@media (max-width: 992px) {/*tablet horizontal y vertical*/
}

@media (max-width: 768px) {/*celular horizontal y vertical - tablet vertical hasta 10"*/
}

@media (max-width: 480px) {/*celular vertical*/
}




/*------------------------------------------------------------------
    [Colores principales de la pagina]
------------------------------------------------------------------*/

/*---color---*/

.co-a { /*blanco*/
    color: rgb(255, 255, 255);
}

.co-b { /*negro*/
    color: rgb(12, 12, 12);
}

.co-c { /* azul clinic*/
    color: var(--Color1);
}

.co-d { /* blanco*/
    color: var(--Color2);
}

.co-e { /* rosa casi blanco*/
    color: var(--Color3);
}
.co-f { /* gris- background*/
    color: var(--Color4);
}
.co-g { /* negro 1*/
    color: var(--Color5);
}
.co-h { /* color rosa altaderma*/
    color: var(--Color6);
}
.co-i { /* negro 3*/
    color: var(--Color7);
}
.co-j { /* gris claro*/
    color: var(--Color8);
}
.co-k { /* gris oscuro*/
    color: var(--Color9);
}
.co-l { /* azul opaco*/
    color: var(--Color10);
}
.co-m { /* transparente*/
    color: var(--Color11);
}
.co-n { /* naranjo (icono emprende) */
    color: var(--Color12);
}
.co-o { /* verde (icono plus) */
    color: var(--Color13);
}
.co-p { /* azul (icono advance) */
    color: var(--Color14);
}
.co-q { /* amarillo (icono premium) */
    color: var(--Color15);
}
.co-r { /* color fonod table precios */
    color: var(--Color16);
}




/*---background color---*/

.ba-a { /*blanco*/
    background-color: rgb(255, 255, 255);
}

.ba-b { /*negro*/
    background-color: rgb(12, 12, 12);
}

.ba-c { /* azul clinic*/
    background-color: var(--Color1);
}

.ba-d { /* blanco */
    background-color: var(--Color2);
}
.ba-e { /* rosa casi blanco*/
    background-color: var(--Color3);
}
.ba-f { /*gris- background */
    background-color: var(--Color4);
}
.ba-g {  /*negro- */
    background-color: var(--Color5);
}
.ba-h { /*color rosa altaderma */
    background-color: var(--Color6);
}
.ba-i {  /*negro 3 - */
    background-color: var(--Color7);
}
.ba-k {  /*gris claro- */
background-color: var(--Color8);
}
.ba-l { /*gris oscuro- */
    background-color: var(--Color9);
}
.ba-m { /*azul opaco- */
    background-color: var(--Color10);
}
.ba-o { /*transparente- */
    background-color: var(--Color11);
}
.ba-p { /*naranjo (icono emprende)- */
    background-color: var(--Color12);
}
.ba-q { /*verde (icono plus)- */
    background-color: var(--Color13);
}
.ba-r { /*azul (icono advance)- */
    background-color: var(--Color14);
}
.ba-s { /*amarillo (icono premium)- */
    background-color: var(--Color15);
}
.ba-t { /* color fonod table precios */
    background-color: var(--Color16);
}


/*---border color---*/

.bo-a { /*blanco*/
    border-color: rgb(255, 255, 255);
}

.bo-b { /*negro*/
    border-color: rgb(12, 12, 12);
}
.bo-c { /*  azul clinic*/
    border-color: var(--Color1);
}
.bo-d { /*blanco- */
    border-color: var(--Color2);
}
.bo-e { /*rosa casi blanco- */
    border-color: var(--Color3);
}
.bo-f { /*gris- background */
    border-color: var(--Color4);
}
.bo-g { /*negro- */
    border-color: var(--Color5);
}
.bo-h { /*color rosa altaderma */
    border-color: var(--Color6);
}
.bo-i { /*negro 3 - */
    border-color: var(--Color7);
}
.bo-j { /*gris claro- */
    border-color: var(--Color8);
}
.bo-k { /*gris oscuro- */
    border-color: var(--Color9);
}
.bo-l { /*azul opaco- */
    border-color: var(--Color10);
}
.bo-m { /*transparente */
    border-color: var(--Color11);
}
.bo-n { /*naranjo (icono emprende)- */
    border-color: var(--Color12);
}
.bo-o {  /*verde (icono plus)- */
    border-color: var(--Color13);
}
.bo-p { /*azul (icono advance)- */
    border-color: var(--Color14);
}
.bo-q { /*amarillo (icono premium)- */
    border-color: var(--Color15);
}
.bo-r { /* color fondo table precios */
    border-color: var(--Color16);
}




/*-------*/
.ba-wasap { /*verde wasap*/
    background-color: rgb(12, 190, 59);
}

.ba-pie-firma {
    background-color: var(--Color3);
}


.top-bar {
  z-index:99999;
}

/*------------------------------------------------------------------
    [pie]
------------------------------------------------------------------*/
.pie-logo {
    width: 200px;
}

.pie-right-l {
    text-align: right;
}

.pie-left-r {
    text-align: left;
}

.pie-link {
    color: var(--Color2) !important;
    transition: 120ms;
}

    .pie-link:hover {
        color: #348e83 !important;
		 text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
		
    }

@media (max-width: 768px) {
    .pie-logo {
        width: 120px;
    }

    .pie-right-l {
        text-align: left !important;
    }

    .pie-left-r {
        text-align: right !important;
    }
}

@media (max-width: 480px) {
    .pie-logo {
        width: 120px;
    }
}



/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  /* --primary-color:                #5bc1ac;  */
  
  /* gradiante de color 5bc1ac a mas oscuro */
  --primary-color:               #348e83;
  --secondary-color:              #5a6f80;
  --section-bg-color:             #f0fffa;
  --site-footer-bg-color:         #44525d;
  --custom-btn-bg-color:          #597081;
  --custom-btn-bg-hover-color:    #5bc1ac;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --border-color:                 #e9eaeb;

  --body-font-family:             'Metropolis', sans-serif;

  --h1-font-size:                 52px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  16px;
  --btn-font-size:                18px;
  --copyright-font-size:          14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-light:            300;
  --font-weight-normal:           400;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-semibold);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: -2px;
}

h2 {
  color: var(--secondary-color);
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}



/* ============================================================
           NUEVOS ESTILOS — slider, menú mobile, testimonios
        ============================================================ */

        /* ── HERO CAPTIONS 3 disposiciones ── */

        /* Reset del clip-path y caption original */
        #hero-slide .carousel-caption,
        .hero-caption {
            clip-path: none !important;
            background: none !important;
            min-width: auto !important;
            min-height: auto !important;
        }

        .hero-caption {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            pointer-events: none;
            z-index: 5;
        }
        .hero-caption-inner {
            pointer-events: all;
        }

        /* SLIDE 1 — centrado con caja semitransparente */
        .hero-caption-center {
            justify-content: center;
            text-align: center;
        }
        .hero-caption-center .hero-caption-inner {
            background: rgba(253, 246, 240, 0.88);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            border-radius: 20px;
            padding: 40px 48px;
            max-width: 560px;
            margin: 0 auto;
        }
        .hero-caption-center h1 { color: #3d2c28; }
        .hero-caption-center p  { color: #8a7f78; margin-bottom: 0; }

        .hero-badge-slide {
            display: inline-block;
            background: #348e83;
            color: #fff;
            border-radius: 50px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.5px;
            padding: 5px 16px;
            text-transform: uppercase;
            font-family: 'Nunito', sans-serif;
            margin-bottom: 16px;
        }

        /* SLIDE 2 — izquierda con barra lateral */
        .hero-caption-left {
            justify-content: flex-start;
            padding-left: 6vw;
            text-align: left;
        }
        .hero-caption-left .hero-caption-inner {
            background: rgba(52, 142, 131, 0.82);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border-radius: 0 16px 16px 0;
            padding: 40px 44px 40px 32px;
            max-width: 480px;
            position: relative;
        }
        .hero-left-bar {
            width: 5px;
            height: 60px;
            background: var(--psico-teal-2);
            border-radius: 4px;
            margin-bottom: 20px;
        }
        .hero-caption-left h1 { color: #fff; }
        .hero-caption-left p  { color: rgba(255,255,255,0.85); margin-bottom: 0; }

        /* SLIDE 3 — banner full-width en la parte inferior */
        .hero-caption-bottom {
            align-items: flex-end;
            justify-content: stretch;
            padding-bottom: 20;
        }
        .hero-caption-bottom .hero-caption-inner {
            width: 100%;
            background: rgba(39, 101, 97, 0.90);
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            padding: 28px 6vw;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px;
        }
        .hero-caption-bottom h1 {
            color: #fff;
            font-size: 2rem;
            margin: 0;
            letter-spacing: -0.5px;
        }
        .hero-caption-bottom p {
            color: rgba(255,255,255,0.80);
            margin: 0;
            font-size: 1rem;
        }

        /* Animación de entrada texto en cada slide activo */
        .carousel-item.active .hero-caption-inner {
            animation: heroFadeUp 0.9s ease forwards;
        }
        @keyframes heroFadeUp {
            from { opacity: 0; transform: translateY(24px); }
            to   { opacity: 1; transform: translateY(0); }
        }

        /* Responsive hero captions */
        @media (max-width: 991px) {
            .hero-caption-center .hero-caption-inner { padding: 28px 28px; max-width: 90vw; }
            .hero-caption-left { padding-left: 4vw; }
            .hero-caption-left .hero-caption-inner { max-width: 80vw; padding: 28px 28px 28px 24px; }
            .hero-caption-bottom h1 { font-size: 1.5rem; }
        }
        @media (max-width: 576px) {
            .hero-caption-center .hero-caption-inner { padding: 22px 18px; border-radius: 14px; }
            .hero-caption-center h1,
            .hero-caption-left h1  { font-size: 1.6rem; letter-spacing: -0.5px; }
            .hero-caption-bottom .hero-caption-inner { padding: 18px 16px; flex-direction: column; align-items: flex-start; }
            .hero-caption-bottom h1 { font-size: 1.2rem; }
            .hero-caption-left .hero-caption-inner { max-width: 95vw; border-radius: 0 12px 12px 0; }
            .hero-cta-wrap .btn { display: block; width: 100%; margin-bottom: 10px; margin-right: 0 !important; }
        }

        /* ── MENÚ MOBILE — slide + overlay ── */

        /* Slide animado del navbar collapse */
        @media (max-width: 991px) {
            #navbarNav {
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                            opacity 0.35s ease;
                opacity: 0;
            }
            #navbarNav.collapsing {
                max-height: 0 !important;  /* Bootstrap override */
                display: block !important;
            }
            #navbarNav.show {
                max-height: 500px;
                opacity: 1;
            }
        }

        /* Overlay oscuro — solo en mobile */
        .nav-overlay {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(30, 20, 18, 0);
            z-index: 8;          /* debajo del navbar (z-index:9) */
            transition: background 0.35s ease;
            pointer-events: none;
        }
        @media (max-width: 991px) {
            .nav-overlay.activo {
                display: block;
                background: rgba(30, 20, 18, 0.55);
                pointer-events: all;
            }
        }

        /* ── TESTIMONIOS — centrado y responsive ── */

        /* El carousel de testimonios ya no usa carousel-caption flotante */
        .testimonial-card-wrap {
            padding: 10px 0 20px;
        }
        .testimonial-card-wrap .carousel-title {
            background: transparent;
            font-family: 'Lora', Georgia, serif;
            font-size: 1.2rem;
            font-weight: 400;
            font-style: italic;
            color: #3d2c28;
            line-height: 1.7;
            margin-bottom: 0;
        }
        .testimonial-card-wrap .carousel-name {
            background: #348e83;
            border-radius: 50px;
            padding: 8px 20px;
            color: #fff;
            font-size: 0.88rem;
            font-family: 'Nunito', sans-serif;
        }
        .testimonial-indicators {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

        .testimonial-indicators li {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .testimonial-indicators li img,
        .testimonial-indicators .avatar-image {
            display: block;
            margin: 0 auto;
        }
        /* Indicadores debajo del texto */
        .testimonial-indicators {
            position: relative !important;
            top: auto !important;
            bottom: auto !important;
            margin: 24px 0 0 !important;
            justify-content: center !important;
        }
        .testimonial-indicators li {
            width: 48px !important;
            height: 48px !important;
            text-indent: unset !important;
            background: transparent !important;
            margin: 0 6px !important;
            border: 2px solid transparent;
            border-radius: 50%;
            transition: border-color 0.3s, transform 0.3s;
            opacity: 0.6;
        }
        .testimonial-indicators li.active {
            border-color: #348e83;
            opacity: 1;
            transform: scale(1.1);
        }


        /* El carousel-inner en modo testimonios no usa position absolute */
        #testimonial-carousel .carousel-inner {
            min-height: 180px;
            border-radius:  15px 15px 15px 15px;
        }
        #testimonial-carousel .carousel-item {
            transition: opacity 0.6s ease;
        }

        @media (max-width: 576px) {
            .testimonial-card-wrap .carousel-title { font-size: 1rem; }
            .testimonial-indicators li { width: 44px !important; height: 44px !important; }
            .testimonial-indicators .avatar-image { width: 36px !important; height: 36px !important; }
            
        }

        @media (max-width: 320px) {
            .testimonial-card-wrap .carousel-title { font-size: 0.8rem; }
            .testimonial-indicators li { width: 40px !important; height: 40px !important; }
            .testimonial-indicators .avatar-image { width: 38px !important; height: 38px !important; }
            .avatar-letra {
                  display: inline-flex;
                  align-items: center;
                  justify-content: center;
                  width: 42px;
                  height: 42px;
                  border-radius: 50%;
                  
                  color: #224b46;
                  font-family: 'Lora', Georgia, serif;
                  font-size: 0.5rem !important;
                  font-weight: 500;
              }
        }

/* ── Avatar letra — testimonios sin foto ── */
.avatar-letra {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    
    color: #224b46;
    font-family: 'Lora', Georgia, serif;
    font-size: 0.7rem;
    font-weight: 500;
}

.testimonio-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    
    color: #348e83;
    font-family: 'Lora', Georgia, serif;
    font-size: 1.1rem;
    font-weight: 700;
    flex-shrink: 0;
}

        

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.section-overlay + .container {
  position: relative;
}


/*---------------------------------------
  CUSTOM BLOCK               
-----------------------------------------*/
.custom-block-wrap {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.custom-block-wrap:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.custom-block-body {
  padding: 30px;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-block .custom-btn {
  border-radius: 0;
  display: block;
}


/*---------------------------------------
  PRELOADER
-----------------------------------------*/
/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.spinner {
  position: relative;
}

.spinner:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -22.5px;
  margin-left: -22.5px;
  border-radius: 50%;
  border: 2px solid #575757;
  border-top-color: transparent;
  animation: spinner 0.9s linear infinite;
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}

/*---------------------------------------
  PROGRESS BAR               
-----------------------------------------*/
.progress {
  background: var(--border-color);
  height: 5px;
}

.progress-bar {
  background: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM LIST               
-----------------------------------------*/
.custom-list {
  margin-bottom: 0;
  padding-left: 0;
}

.custom-list-item {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
}


/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  margin-bottom: 24px;
  padding: 40px;
}

.custom-text-box-image {
  border-radius: var(--border-radius-medium);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-text-box-icon {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--secondary-color);
  font-size: var(--h6-font-size);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
}


/*---------------------------------------
  AVATAR IMAGE - TESTIMONIAL, AUTHOR               
-----------------------------------------*/
.avatar-image {
  border-radius: var(--border-radius-large);
  width: 65px;
  height: 65px;
  object-fit: cover;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--psico-teal-3);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding: 15px 25px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
  color: var(--custom-btn-bg-color);
  margin-top: 8px;
  padding: 12px 25px;
}

.custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
  background: var(--white-color);
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-brand span {
  display: inline-block;
  vertical-align: middle;
}

.navbar-brand small {
  color: var(--secondary-color);
  display: block;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
}

.logo {
  width: 60px;
  height: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-right: 0;
  margin-left: 0;
  padding: 20px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  max-width: 50px;
  padding: 0;
  margin-top: 20px;
}

.dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu li:last-child .dropdown-item {
  padding-top: 0;
}

.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:focus, 
.dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  /* backgrun has to had a gradien in the same color darker */
  /* background: var(--primary-color); */
  background: linear-gradient(90deg, #73ada7 0%, #276561 100%);
  padding-top: 5px;
  padding-bottom: 3px;
}

.site-header p,
.site-header p a,
.site-header .social-icon-link {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
}

.site-header .social-icon {
  text-align: right;
}

.site-header .social-icon-link {
  background: transparent;
  width: inherit;
  height: inherit;
  line-height: inherit;
  margin-right: 15px;
}


.site-header {
  transform: translateY(-100%);
  transition: transform 0.35s ease-in-out;
  will-change: transform;
}

.site-header.show-header {
  transform: translateY(0);
}


/*---------------------------------------
  HERO & HERO SLIDE         
-----------------------------------------*/
.hero-section-full-height {
  height: 680px;
  min-height: 680px;
  position: relative;
}

.carousel:hover .carousel-control-next-icon, 
.carousel:hover .carousel-control-prev-icon {
  opacity: 1;
}

#hero-slide .carousel-item {
  height: 660px;
  min-height: 660px;
}

#hero-slide .carousel-caption {
  background: var(--white-color);
  clip-path: polygon(100% 100%, 100% 150px, 0 100%);
  color: var(--secondary-color);
  top: 1px;
  bottom: -1px;
  right: 0;
  left: auto;
  text-align: right;
  min-width: 680px;
  min-height: 680px;
  padding: 100px 100px 50px 100px;
}

.carousel-image {
  display: block;
  width: 100%;
  min-height: 680px;
}


#hero-slide .carousel-indicators-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

#hero-slide .carousel-indicators {
  margin-right: 0;
  margin-left: 22px;
  justify-content: inherit;
}

.carousel-control-next, 
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--Color19);
  border-radius: var(--border-radius-large);
  background-size: 45% 45%;
  width: 50px;
  height: 50px;
  opacity: 0;
  transition: all 0.5s;
}

.carousel-control-next-icon:hover, 
.carousel-control-prev-icon:hover {
  background-color: var(--Color18);
}


.carousel-image {
    filter: blur(10px);
    position: relative;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(201, 204, 203, 0.314);
    z-index: 1;
}

.carousel-item {
    position: relative;
}

/*---------------------------------------
  FEATURE BLOCK              
-----------------------------------------*/
.featured-block {
  text-align: center;
  transition: all 0.5s ease;
  min-height: 256px;
  padding: 15px;
}

.featured-block:hover {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.featured-block:hover .featured-block-image {
  transform: scale(0.75);
}

.featured-block-image {
  display: block;
  margin: auto;
  transition: all 0.5s;
}

.featured-block:hover .featured-block-text {
  margin-top: 0;
}

.featured-block-text {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
  margin-top: 20px;
  transition: all 0.5s;
}


/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-image {
  border-radius: var(--border-radius-medium);
  display: block;
  width: 350px;
  min-width: 240px;
  min-height: 350px;
  height: 400px;
  object-fit: cover;
}

.custom-text-block {
  padding: 60px 40px;
}


/*---------------------------------------
  COUNTER NUMBERS              
-----------------------------------------*/
.counter-thumb {
  margin: 20px;
  margin-bottom: 0;
}

.counter-number,
.counter-text {
  color: var(--secondary-color);
  display: block;
}

.counter-number,
.counter-number-text {
  color: var(--primary-color);
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
}


/*---------------------------------------
  VOLUNTEER              
-----------------------------------------*/
.volunteer-section {
  background: var(--secondary-color);
  position: relative;
  overflow: hidden;
}

.volunteer-section::after {
  content: "";
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

.volunteer-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}

.volunteer-image {
  border-radius: 100%;
  display: block;
  margin: auto;
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.volunteer-section .custom-block-body {
  max-width: 440px;
  margin: 0 auto;
}

.volunteer-section .custom-block-body p {
  line-height: 1.7;
}


/*---------------------------------------
  DONATE              
-----------------------------------------*/
.donate-section {
  background-image: url('../images/different-people-doing-volunteer-work.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.donate-form {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 50px;
}


/*---------------------------------------
  NEWS         
-----------------------------------------*/
.news-detail-header-section {
  background-image: url('../images/news/close-up-volunteer-oganizing-stuff-donation.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.news-block-top {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.news-block-two-col-image-wrap {
  border-radius: var(--border-radius-small);
  position: relative;
  overflow: hidden;
  width: 150px;
  margin-right: 20px;
}

.news-category-block {
  background: var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
}

.news-category-block .category-block-link {
  color: var(--white-color);
  margin-right: 10px;
}

.news-block-info {
  padding-top: 10px;
  padding-bottom: 10px;
}

.news-block-title-link {
  color: var(--dark-color);
}

.news-detail-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-semibold);
  color: var(--site-footer-bg-color);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 90px 50px 50px 50px;
  text-align: center;
}

blockquote::before {
  content: "“";
  color: var(--custom-btn-bg-color);
  font-size: 100px;
  line-height: 1rem;
  display: block;
}

.author-comment-link {
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-semibold);
}

.search-form {
  margin-top: 20px;
}

.category-block,
.subscribe-form {
  margin-top: 40px;
  margin-bottom: 40px;
}

.category-block-link {
  font-size: var(--copyright-font-size);
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-block-link:hover {
  color: var(--primary-color);
}

.badge {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  font-weight: var(--font-weight-normal);
  line-height: normal;
  padding-bottom: 2px;
}

.tags-block-link {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  display: inline-block;
  font-size: var(--copyright-font-size);
  line-height: normal;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 8px 15px;
}

.tags-block-link:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  background-color: var(--psico-teal-4);
  border-radius: 70%;
  position: absolute;
  top: -30px;
  left: -80px;
  margin: auto;
  width: 250px;
  height: 250px;
}

.cta-section::after {
  content: "";
  border: 20px solid var(--Color17);
  border-radius: 50%;
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 150px;
}


/*---------------------------------------
  TESTIMONIAL CAROUSEL              
-----------------------------------------*/
.testimonial-section {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.testimonial-section::before {
  content: "";
  background-color: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: -30px;
  margin: auto;
  width: 250px;
  height: 250px;
}

.testimonial-section::after {
  content: "";
  background: var(--custom-btn-bg-color);
  border-radius: 50%;
  position: absolute;
  bottom: -110px;
  right: -80px;
  width: 350px;
  height: 350px;
}

/* ── TESTIMONIAL CAROUSEL — corregido ── */

#testimonial-carousel .carousel-title {
  background: transparent;
  line-height: 1.65;
  margin-bottom: 16px;
  font-family: "Lora", Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 400;
  color: #3d2c28;
  quotes: none;
}
#testimonial-carousel .carousel-title::before,
#testimonial-carousel .carousel-title::after { content: none; }

#testimonial-carousel .carousel-name {
  background: var(--primary-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: visible;
  padding: 8px 20px;
  display: inline-block;
}
#testimonial-carousel .carousel-name::before { content: none; }

.carousel-name-title { font-weight: var(--font-weight-semibold); }

#testimonial-carousel .carousel-indicators {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}
#testimonial-carousel .carousel-indicators li {
  text-indent: inherit;
  background: transparent;
  margin: 0 60px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid transparent;
  opacity: 0.65;
  transition: opacity 0.3s, border-color 0.3s, transform 0.3s;
}
#testimonial-carousel .carousel-indicators li::before {
  width: 46px;
  height: 46px;
  
  
}
#testimonial-carousel .carousel-indicators .avatar-image {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
#testimonial-carousel .carousel-indicators .active {
  background-color: var(--psico-teal-4) !important;
  border-color: var(--primary-color);
  opacity: 1;
  transform: scale(1.1);
  width: 46px;
  height: 46px;
}
#testimonial-carousel .carousel-indicators .active .avatar-image {
  width: 42px;
  height: 42px;
 

}
#testimonial-carousel .carousel-inner { min-height: auto; }


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
  background: var(--white-color);
}

.contact-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 40px;
}

.contact-info-wrap {
  padding-top: 40px;
}

.contact-image-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control,
.input-group-file {
  background-color: var(--section-bg-color);
  box-shadow: none;
  border: 0;
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
  border-color: var(--secondary-color);
}

.custom-form label {
  margin-bottom: 10px;
}

.custom-form .form-check-group {
  margin-bottom: 20px;
}

.donate-form .form-check-group-donation-frequency {
  padding-right: 0;
}

.form-check-group-donation-frequency + .form-check-group-donation-frequency {
  padding-right: 12px;
  padding-left: 0;
}

.form-check-group-donation-frequency .form-check-label {
  font-weight: var(--font-weight-semibold);
}

#DonationFrequencyOne {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#DonationFrequencyMonthly {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-form .form-check-radio {
  position: relative;
  height: 100%;
  padding-left: 0;
}

.custom-form .input-group-text {
  background: var(--secondary-color);
  border: 0;
  color: var(--white-color);
}

.custom-form .form-check-radio .form-check-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.form-check-radio .form-check-input[type=radio] {
  background-color: var(--section-bg-color);
  border-radius: .25rem;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 25px 50px;
  transition: all 0.5s;
}

.form-check-radio .form-check-input:checked[type=radio] {
  background-image: none;
}

.form-check-radio .form-check-input:checked[type=radio] + .form-check-label,
.form-check-radio .form-check-input:hover + .form-check-label,
.form-check-radio .form-check-input:checked + .form-check-label {
  color: var(--white-color);
}

.form-check-radio .form-check-input:hover,
.form-check-radio .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.input-group-file {
  border-radius: .25rem;
  padding: 13px .75rem;
}

.input-group-file input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
}

.input-group-file .input-group-text {
  background: transparent;
  color: inherit;
  margin-bottom: 0;
  padding: 0;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  CONTACT SEARCH & DONATE & SUBCRIBE FORM              
-----------------------------------------*/
.contact-form .form-control {
  background: var(--white-color);
}

.search-form {
  position: relative;
}

.search-form .form-control {
  padding-right: 50px;
}

.search-form button[type="submit"] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--p-color);
  width: 50px;
  padding: 12px;
}

.search-form button[type="submit"]:hover {
  background: transparent;
  color: var(--dark-color);
}

.subscribe-form {
  background: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  padding: 30px;
}

.subscribe-form .form-control {
  background: var(--white-color);
}

.donate-form .form-control {
  margin-bottom: 0;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: var(--site-footer-bg-color);
  padding-top: 70px;
}

.site-footer-bottom {
  background-color: var(--secondary-color);
  position: relative;
  z-index: 2;
  margin-top: 70px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.site-footer-bottom a {
	color: var(--white-color);
}

.site-footer-bottom a:hover {
	color: #FF6;
}

.site-footer-link {
  color: var(--white-color);
}

.copyright-text {
  color: var(--section-bg-color);
  font-size: var(--copyright-font-size);
  margin-right: 30px;
}

.site-footer .custom-btn {
  font-size: var(--copyright-font-size);
}

.site-footer .custom-btn:hover {
  background: var(--primary-color);
}


/*---------------------------------------
  FOOTER MENU               
-----------------------------------------*/
.footer-menu {
  column-count: 2;
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  list-style: none;
  display: block;
}

.footer-menu-link {
  font-size: var(--p-font-size);
  color: var(--white-color);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--site-footer-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 38px;
}

.social-icon-link:hover {
  
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .featured-block {
    min-height: inherit;
  }

  .volunteer-section::after {
    width: 450px;
    height: 450px;
  }
  
  .volunteer-image {
    width: 350px;
    height: 350px;
  }
}

@media screen and (max-width: 1170px) {
  #hero-slide .carousel-image {
    height: 100%;
    object-fit: cover;
  }

  .hero-section-full-height,
  #hero-slide .carousel-item {
    height: 480px;
    min-height: 480px;
  }
  .carousel-image {
    min-height: 480px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-form {
    padding-bottom: 40px;
  }

  .donate-form {
    padding: 35px;
  }

  .navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 20px;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    left: 20px;
  }

  .site-header .social-icon {
    text-align: left;
    margin-top: 5px;
  }

  .hero-section-full-height {
    height: inherit;
  }

  .carousel:hover .carousel-control-next-icon, 
  .carousel:hover .carousel-control-prev-icon {
    opacity: 1;
  }

  #hero-slide .carousel-item {
    height: inherit;
  }

  .carousel-control-prev {
    left: 12px;
  }

  .carousel-control-next {
    right: 12px;
  }

  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    opacity: 1;
    width: 50px;
    height: 50px;
  }

  .news-detail-header-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-section::before {
    width: 150px;
    height: 150px;
  }

  .cta-section::after {
    bottom: -60px;
    width: 100px;
    height: 100px;
  }

  .cta-section .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .volunteer-section::after {
    width: 300px;
    height: 300px;
  }

  .testimonial-section::before {
    width: 150px;
    height: 150px;
  }

  .testimonial-section::after {
    width: 200px;
    height: 200px;
  }

  #testimonial-carousel .carousel-caption {
    padding-top: 0;
  }

  blockquote {
    padding: 70px 30px 30px 30px;
  }

  .about-image {
    width: inherit;
    height: 450px;
  }

  .volunteer-image {
    width: 250px;
    height: 250px;
    margin: 0;
  }

  .custom-text-block {
    padding: 20px 0 0 0;
  }

  .custom-text-box,
  .volunteer-form {
    padding: 30px;
  }

  .counter-number, 
  .counter-number-text {
    font-size: var(--h2-font-size);
  }

  .contact-info-wrap {
    padding-top: 0;
  }

  .site-footer {
    padding-top: 50px;
  }

  .copyright-text-wrap {
    justify-content: center;
  }

  .site-footer-bottom {
    text-align: center;
    margin-top: 50px;
  }

  .site-footer-bottom .footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 580px) {
  .hero-section-full-height,
  #hero-slide .carousel-item,
  .carousel-image {
    min-height: 380px;
    height: 380px;
  }

  #hero-slide .carousel-caption {
    clip-path: polygon(100% 100%, 100% 100px, 0 100%);
    padding-right: 50px;
    min-width: inherit;
    min-height: inherit;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  #hero-slide .carousel-caption {
    min-width: inherit;
    padding-bottom: 30px;
  }

  .carousel-control-next-icon, 
  .carousel-control-prev-icon {
    width: 45px;
    height: 45px;
  }

  .volunteer-image {
    width: 150px;
    height: 150px;
  }

  .volunteer-section::after {
    width: 200px;
    height: 200px;
  }

  .testimonial-section::before {
    top: -50px;
    width: 100px;
    height: 100px;
  }

  .testimonial-section::after {
    bottom: -150px;
    width: 200px;
    height: 200px;
  }

  .social-share .tags-block {
    margin-bottom: 10px;
  }

  .donate-form {
    padding: 25px;
  }
}

.email-truncate {
  display: inline-block;
  max-width: 140px; /* ajusta al ancho real de tu col-md-2 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

/* ================================================
   PSICOPEDAGOGÍA — ESTILOS NUEVOS
   Veronica Reyes | Ultradesk 2025
   ================================================ */

/* ---------- FUENTES PERSONALIZADAS ---------- */
:root {
  --font-display:    'Lora', Georgia, serif;
  --font-body:       'Nunito', 'Metropolis', sans-serif;

  /* Paleta cálida y suave */
  --psico-blush:     #f9ebe0;   /* rosa suave cálido */
  --psico-peach:     #f4c6a8;   /* durazno */
  --psico-sage:      #a8c5a0;   /* verde salvia */
  --psico-teal:      #348e83;   /* teal (mantiene primario) */
  --psico-teal-2:    #85b9b1;   /* teal (variante) */
  --psico-teal-3:    #276561;   /* teal oscuro */
  --psico-teal-4:    #73ada7;   /* teal claro */
  --psico-mint:      #eaf4f0;   /* menta suave */
  --psico-cream:     #fdf6f0;   /* crema */
  --psico-warm-gray: #8a7f78;   /* gris cálido */
  --psico-dark:      #3d2c28;   /* marrón oscuro suave */

  /* Gradiente hero */
  --gradient-hero:   linear-gradient(135deg, #f9ebe0 0%, #eaf4f0 100%);
}

body {
  font-family: var(--font-body);
}

h1, h2, h3 {
  font-family: var(--font-display);
}

/* ---------- ETIQUETA DE SECCIÓN ---------- */
.section-label {
  /* background: var(--psico-blush); */
  background: linear-gradient(135deg, #c9ebe3f1 0%, #d6e6e7 100%);
  border-radius: 50px;
  color: var(--psico-teal);
  display: inline-block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 6px 18px;
  text-transform: uppercase;
}

/* ---------- ANIMACIONES SCROLL ---------- */
.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in-up.visible,
.fade-in-left.visible,
.fade-in-right.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.25s; }
.delay-3 { transition-delay: 0.40s; }
.delay-4 { transition-delay: 0.55s; }

/* ---------- HERO CAPTION ADAPTADO ---------- */
#hero-slide .carousel-caption h1 {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 1.15;
  color: var(--psico-dark);
  font-weight: 700;
  animation: heroTextIn 0.9s ease forwards;
}

#hero-slide .carousel-caption p {
  color: var(--psico-warm-gray);
  font-size: 1.1rem;
  animation: heroTextIn 1.1s ease forwards;
}

.hero-cta-wrap {
  animation: heroTextIn 1.3s ease forwards;
}

@keyframes heroTextIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- PILARES ---------- */
.pilares-section {
  background: var(--psico-cream);
}

.pilar-icon-wrap {
  background: var(--gradient-hero);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.featured-block:hover .pilar-icon-wrap {
  transform: scale(1.1) rotate(-5deg);
  box-shadow: 0 8px 24px rgba(52, 142, 131, 0.2);
}

.pilar-icon {
  font-size: 2rem;
  color: var(--psico-teal);
}

.pilar-desc {
  font-size: 0.9rem;
  color: var(--psico-warm-gray);
  text-align: center;
  margin-top: 8px;
  line-height: 1.6;
  padding: 0 10px;
}

/* ---------- SERVICIOS ---------- */
.servicio-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.servicio-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(52, 142, 131, 0.18);
}

.servicio-featured {
  border: 2px solid var(--psico-teal);
  position: relative;
}

.servicio-featured::before {
  content: "⭐ Más solicitado";
  background: var(--psico-teal);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 16px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
  z-index: 10;
  white-space: nowrap;
}

.servicio-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  transition: background 0.4s;
}

.bg-servicio-1 { background: linear-gradient(135deg, #f9ebe0, #f4c6a8); }
.bg-servicio-2 { background: linear-gradient(135deg, #d4eee9, #a8d5cc); }
.bg-servicio-3 { background: linear-gradient(135deg, #e8f3e0, #c5dbb8); }

.servicio-icon {
  font-size: 3rem;
  color: var(--psico-teal);
  transition: transform 0.4s ease;
}

.servicio-card:hover .servicio-icon {
  transform: scale(1.15) rotate(5deg);
}

.servicio-lista {
  list-style: none;
  padding: 0;
  margin: 0;
}

.servicio-lista li {
  color: var(--psico-warm-gray);
  font-size: 0.88rem;
  margin-bottom: 6px;
}

.servicio-lista li i {
  color: var(--psico-teal);
}

/* ---------- ÁREAS DE ATENCIÓN ---------- */
.areas-section {
  background: var(--psico-cream);
}

.area-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}

.area-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(52, 142, 131, 0.14);
}

.area-card-icon {
  background: var(--psico-blush);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: background 0.35s, transform 0.35s;
}

.area-card:hover .area-card-icon {
  background: var(--psico-sage);
  transform: rotate(10deg) scale(1.1);
}

.area-card-icon i {
  font-size: 1.6rem;
  color: var(--psico-teal);
}

.area-card h5 {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--psico-dark);
  margin-bottom: 10px;
}

.area-card p {
  font-size: 0.88rem;
  color: var(--psico-warm-gray);
  line-height: 1.6;
  margin: 0;
}

/* ---------- PROCESO ---------- */
.proceso-section {
  background: var(--gradient-hero);
}

.proceso-step {
  background: #fff;
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 100%;
}

.proceso-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(52, 142, 131, 0.15);
}

.proceso-num {
  background: var(--psico-teal);
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: background 0.35s, transform 0.35s;
}

.proceso-step:hover .proceso-num {
  background: var(--psico-peach);
  transform: scale(1.12);
}

.proceso-step h5 {
  font-family: var(--font-display);
  color: var(--psico-dark);
  margin-bottom: 10px;
  font-size: 1rem;
}

.proceso-step p {
  font-size: 0.88rem;
  color: var(--psico-warm-gray);
  line-height: 1.65;
  margin: 0;
}

/* ---------- CTA SECTION ---------- */
.cta-title {
  font-family: var(--font-display);
  color: var(--secondary-color);
  font-size: 2.2rem;
  line-height: 1.25;
}

.cta-subtitle {
  color: var(--psico-warm-gray);
}

/* ---------- MINI CONTACTO ---------- */
.mini-contact-section {
  background: var(--psico-cream);
}

.contact-location {
  color: var(--psico-warm-gray);
  font-size: 0.95rem;
}

/* ---------- FOOTER TAGLINE ---------- */
.footer-tagline {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  font-style: italic;
}

/* ---------- NAVBAR — ajuste de fuente ---------- */
.navbar-brand span {
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: -0.5px;
}

.navbar-brand small {
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--psico-warm-gray);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* ---------- NAV LINK UNDERLINE ANIMADO ---------- */
.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: var(--psico-teal);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

/* ---------- BOTÓN WHATSAPP FLOTANTE ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse-wa 2.5s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.6);
  color: #fff;
}

@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45); }
  50%       { box-shadow: 0 4px 28px rgba(37, 211, 102, 0.75); }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
  .cta-title { font-size: 1.8rem; }
  .proceso-step, .area-card { margin-bottom: 8px; }
}

@media (max-width: 767px) {
  .pilares-section .featured-block { min-height: auto; }
  .hero-cta-wrap .btn { display: block; width: 100%; margin-bottom: 10px; }
  #hero-slide .carousel-caption h1 { font-size: 2rem; }
  .proceso-step { padding: 24px 16px; }
}

@media (max-width: 480px) {
  .section-label { font-size: 11px; padding: 5px 14px; }
  .area-card { padding: 24px 16px; }
  .cta-title { font-size: 1.5rem; }
}

/* =========================================================
           ESTILOS LOCALES — contact.html
           (complementan styles.css sin sobreescribir nada)
========================================================= */

 /* ── Variables rápidas ── */
        :root {
            --c-teal:      #348e83;
            --c-teal-dark: #276561;
            --c-blush:     #f9ebe0;
            --c-peach:     #f4c6a8;
            --c-sage:      #a8c5a0;
            --c-cream:     #fdf6f0;
            --c-warm:      #8a7f78;
            --c-dark:      #3d2c28;
        }

        /* ── HERO ── */
        .contact-hero {
            background: linear-gradient(135deg, #f9ebe0 0%, #eaf4f0 100%);
            padding: 100px 0 80px;
            position: relative;
            overflow: hidden;
        }
        .contact-hero::before {
            content: '';
            position: absolute;
            top: -80px; right: -80px;
            width: 320px; height: 320px;
            border-radius: 50%;
            background: rgba(52,142,131,0.08);
        }
        .contact-hero::after {
            content: '';
            position: absolute;
            bottom: -60px; left: -60px;
            width: 220px; height: 220px;
            border-radius: 50%;
            background: rgba(249,235,224,0.6);
        }
        .contact-hero h1 {
            font-family: 'Lora', Georgia, serif;
            color: var(--c-dark);
            font-size: 3rem;
            line-height: 1.2;
            letter-spacing: -1px;
        }
        .contact-hero p.hero-sub {
            color: var(--c-warm);
            font-size: 1.1rem;
            max-width: 520px;
        }
        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #fff;
            border: 1px solid rgba(52,142,131,0.2);
            border-radius: 50px;
            padding: 8px 20px;
            font-size: 13px;
            color: var(--c-teal);
            font-weight: 700;
            font-family: 'Nunito', sans-serif;
            letter-spacing: 0.5px;
            margin-bottom: 24px;
            box-shadow: 0 2px 12px rgba(52,142,131,0.10);
        }

        /* ── POR QUÉ CONTACTARME ── */
        .porq-section { background: #fff; }
        .porq-card {
            background: var(--c-cream);
            border-radius: 16px;
            padding: 32px 24px;
            text-align: center;
            height: 100%;
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }
        .porq-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(52,142,131,0.13);
        }
        .porq-icon-wrap {
            background: linear-gradient(135deg, var(--c-blush), var(--c-peach));
            border-radius: 50%;
            width: 68px; height: 68px;
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 18px;
            transition: transform 0.35s;
        }
        .porq-card:hover .porq-icon-wrap { transform: rotate(8deg) scale(1.1); }
        .porq-icon-wrap i { font-size: 1.7rem; color: var(--c-teal); }
        .porq-card h5 {
            font-family: 'Lora', Georgia, serif;
            color: var(--c-dark);
            font-size: 1rem;
            margin-bottom: 10px;
        }
        .porq-card p {
            color: var(--c-warm);
            font-size: 0.88rem;
            line-height: 1.65;
            margin: 0;
        }

        /* ── DATOS DE CONTACTO ── */
        .datos-section { background: var(--c-cream); }
        .dato-item {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            background: #fff;
            border-radius: 14px;
            padding: 24px 22px;
            margin-bottom: 16px;
            transition: box-shadow 0.3s, transform 0.3s;
        }
        .dato-item:hover {
            box-shadow: 0 8px 28px rgba(52,142,131,0.12);
            transform: translateX(4px);
        }
        .dato-icon {
            background: linear-gradient(135deg, var(--c-blush), #f4c6a8);
            border-radius: 50%;
            width: 52px; height: 52px; flex-shrink: 0;
            display: flex; align-items: center; justify-content: center;
        }
        .dato-icon i { font-size: 1.3rem; color: var(--c-teal); }
        .dato-label {
            font-size: 11px; font-weight: 700; text-transform: uppercase;
            letter-spacing: 1.2px; color: var(--c-warm);
            font-family: 'Nunito', sans-serif;
            margin: 0 0 4px;
        }
        .dato-valor {
            font-size: 0.95rem; color: var(--c-dark);
            font-family: 'Lora', Georgia, serif;
            margin: 0;
        }
        .dato-valor a { color: var(--c-teal); text-decoration: none; }
        .dato-valor a:hover { text-decoration: underline; }
        @media (max-width: 320px) {
                    .dato-valor {
            font-size: 0.68rem; color: var(--c-dark);
            font-family: 'Lora', Georgia, serif;
            margin: 0;
        }
        }
        /* Horarios */
        .horario-wrap {
            background: linear-gradient(135deg, var(--c-teal), var(--c-teal-dark));
            border-radius: 16px;
            padding: 32px 28px;
            color: #fff;
        }
        .horario-wrap h5 {
            font-family: 'Lora', Georgia, serif;
            color: #fff;
            margin-bottom: 20px;
            font-size: 1.1rem;
        }
        .horario-row {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid rgba(255,255,255,0.15);
            font-size: 0.9rem;
        }
        .horario-row:last-child { border-bottom: none; }
        .horario-dia { color: rgba(255,255,255,0.8); }
        .horario-hora { color: #fff; font-weight: 700; }
        .horario-badge-disponible {
            display: inline-block;
            background: rgba(255,255,255,0.18);
            border-radius: 50px;
            padding: 3px 12px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.5px;
            color: #fff;
            margin-top: 16px;
        }

        /* ── REDES SOCIALES ── */
        .rrss-wrap { margin-top: 20px; }
        .rrss-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border-radius: 50px;
            padding: 10px 20px;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
            margin: 4px;
            transition: transform 0.25s, box-shadow 0.25s;
        }
        .rrss-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.12); }
        .rrss-wa  { background: #25D366; color: #fff; }
        .rrss-ig  { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color:#fff; }
        .rrss-fb  { background: #1877F2; color: #fff; }
        .rrss-li  { background: #0A66C2; color: #fff; }

        /* ── UBICACIÓN ── */
        .ubicacion-section { background: #fff; }
        .mapa-wrap {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(52,142,131,0.13);
            position: relative;
        }
        .mapa-wrap iframe {
            width: 100%;
            height: 420px;
            border: none;
            display: block;
        }

        /* Video preview */
        .video-preview-wrap {
            background: var(--c-cream);
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            cursor: pointer;
            box-shadow: 0 8px 32px rgba(52,142,131,0.10);
        }
        #previewVideo {
            width: 100%;
            height: 240px;
            object-fit: cover;
            display: block;
        }
        .video-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, transparent 40%, rgba(52,142,131,0.7));
            display: flex;
            align-items: flex-end;
            padding: 20px;
        }
        .video-play-btn {
            background: #fff;
            border-radius: 50%;
            width: 52px; height: 52px;
            display: flex; align-items: center; justify-content: center;
            box-shadow: 0 4px 16px rgba(0,0,0,0.2);
            transition: transform 0.3s;
        }
        .video-preview-wrap:hover .video-play-btn { transform: scale(1.1); }
        .video-play-btn i { font-size: 1.4rem; color: var(--c-teal); }

        /* Modal video */
        .modal-content { border-radius: 16px; overflow: hidden; border: none; }
        .modal-header {
            background: linear-gradient(135deg, var(--c-teal), var(--c-teal-dark));
            border-bottom: none;
        }
        .modal-title { color: #fff; font-family: 'Lora', Georgia, serif; }
        .modal-header .btn-close { filter: invert(1); }

        /* ── FORMULARIO ── */
        .form-section { background: var(--c-cream); }

        .form-card {
            background: #fff;
            border-radius: 20px;
            padding: 48px 44px;
            box-shadow: 0 8px 40px rgba(52,142,131,0.10);
        }
        @media (max-width: 576px) {
            .form-card { padding: 28px 20px; }
        }

        .form-card h2 {
            font-family: 'Lora', Georgia, serif;
            color: var(--c-dark);
            font-size: 1.8rem;
            margin-bottom: 6px;
        }
        .form-card .form-subtitle {
            color: var(--c-warm);
            font-size: 0.95rem;
            margin-bottom: 32px;
        }

        /* Inputs estilo psico */
        .psico-field {
            margin-bottom: 20px;
        }
        .psico-field label {
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--c-warm);
            margin-bottom: 7px;
            display: block;
            font-family: 'Nunito', sans-serif;
        }
        .psico-field .form-control,
        .psico-field .form-select {
            background: var(--c-cream);
            border: 1.5px solid #ede5de;
            border-radius: 10px;
            color: var(--c-dark);
            font-family: 'Nunito', sans-serif;
            font-size: 0.95rem;
            padding: 12px 16px;
            transition: border-color 0.25s, box-shadow 0.25s;
            box-shadow: none;
        }
        .psico-field .form-control:focus,
        .psico-field .form-select:focus {
            border-color: var(--c-teal);
            box-shadow: 0 0 0 3px rgba(52,142,131,0.12);
            background: #fff;
            outline: none;
        }
        .psico-field .form-control.is-invalid,
        .psico-field .form-select.is-invalid {
            border-color: #e07070;
        }
        .psico-field textarea.form-control { resize: vertical; min-height: 130px; }

        /* Botón enviar */
        #btnenviar {
            background: linear-gradient(135deg, var(--c-teal), var(--c-teal-dark));
            border: none;
            border-radius: 50px;
            color: #fff;
            font-family: 'Nunito', sans-serif;
            font-size: 1rem;
            font-weight: 700;
            padding: 16px 40px;
            width: 100%;
            transition: opacity 0.3s, transform 0.3s;
            letter-spacing: 0.3px;
        }
        #btnenviar:hover { opacity: 0.9; transform: translateY(-2px); }

        /* Barra de progreso */
        #textiempo { display: none; color: var(--c-warm); font-size: 0.9rem; margin-bottom: 8px; }
        #bartiempo { display: none; background: #ede5de; border-radius: 50px; height: 6px; margin-bottom: 20px; overflow: hidden; }
        #bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--c-teal), var(--c-peach)); border-radius: 50px; transition: width 2s ease; }

        /* Alertas */
        #mialertaok {
            display: none;
            background: linear-gradient(135deg, #d4eee9, #a8d5cc);
            border-radius: 12px;
            color: var(--c-teal-dark);
            font-weight: 700;
            padding: 16px 20px;
            margin-bottom: 16px;
            font-family: 'Nunito', sans-serif;
        }
        #mialertaer {
            display: none;
            background: #fde8e8;
            border-radius: 12px;
            color: #c0392b;
            font-weight: 600;
            padding: 16px 20px;
            margin-bottom: 16px;
            font-family: 'Nunito', sans-serif;
        }

        /* ── ANIMACIONES ── */
        .fade-in-up  { opacity:0; transform:translateY(40px); transition: opacity .7s ease, transform .7s ease; }
        .fade-in-left{ opacity:0; transform:translateX(-40px); transition: opacity .7s ease, transform .7s ease; }
        .fade-in-right{ opacity:0; transform:translateX(40px); transition: opacity .7s ease, transform .7s ease; }
        .fade-in-up.visible, .fade-in-left.visible, .fade-in-right.visible {
            opacity:1; transform:translate(0,0);
        }
        .delay-1 { transition-delay:.1s; }
        .delay-2 { transition-delay:.25s; }
        .delay-3 { transition-delay:.40s; }
        .delay-4 { transition-delay:.55s; }

        /* ── RESPONSIVE ── */
        @media (max-width:991px) {
            .contact-hero h1 { font-size: 2.2rem; }
            .mapa-wrap iframe { height: 320px; }
        }
        @media (max-width:576px) {
            .contact-hero { padding: 70px 0 50px; }
            .contact-hero h1 { font-size: 1.8rem; }
            .horario-wrap { padding: 24px 18px; }
        }