/*======================================================
                PLAYKIDS COLOMBIA
======================================================*/

/* Google Font */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*======================================================
                    VARIABLES
======================================================*/

:root{

    --azul:#0B5ED7;
    --verde:#28C76F;
    --naranja:#FF9F43;
    --amarillo:#FFC107;
    --gris:#F5F7FA;
    --gris2:#ECEFF4;
    --texto:#555;
    --oscuro:#212529;
    --blanco:#FFFFFF;

    --sombra:0 15px 35px rgba(0,0,0,.12);

    --radio:18px;

    --transicion:.35s;

}

/*======================================================
                    RESET
======================================================*/

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Poppins',sans-serif;

    color:var(--texto);

    background:white;

    overflow-x:hidden;

    padding-top:88px;

}

header.hero{

    position:relative;

    margin-top:0;

    padding-top:88px;

    min-height:500px;

    max-height:650px;

    height:clamp(420px, 60vh, 650px);

    overflow:hidden;

    scroll-margin-top: 90px;

}

section{

    padding:100px 0;

}

section[id] {

    scroll-margin-top: 90px;

}

img{

    width:100%;

    display:block;

}

/*======================================================
                TITULOS
======================================================*/

h1,h2,h3,h4,h5{

    color:var(--oscuro);

    font-weight:700;

}

h2{

    font-size:42px;

}

p{

    line-height:1.8;

    font-size:17px;

}

/*======================================================
                NAVBAR
======================================================*/

.navbar-playkids{

    transition:.4s;

    padding:18px 0;

    background:rgba(11,94,215,.20);

    backdrop-filter:blur(10px);

    z-index:1030;

}

.navbar-brand{

    font-size:28px;

    color:white!important;

    font-weight:700;

}

.navbar-brand i,
.navbar-brand svg{

    color:var(--amarillo);

}

.navbar-brand svg{

    width:1.6rem;

    height:1.6rem;

    margin-right:0.55rem;

    vertical-align:middle;

}

.nav-link{

    color:white!important;

    margin-left:20px;

    font-weight:500;

    transition:.3s;

}

.nav-link:hover{

    color:var(--amarillo)!important;

}

/*======================================================
                HERO
======================================================*/

.hero{

    position:relative;

    min-height:500px;

    max-height:650px;

    height:clamp(420px, 60vh, 650px);

    overflow:hidden;

    scroll-margin-top: 90px;

    padding-top:88px;

    box-sizing:border-box;

}

#sliderPrincipal{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    z-index:1;

}

#sliderPrincipal .carousel-inner{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

}

#sliderPrincipal .carousel-item{

    height:100%;

}

#sliderPrincipal .carousel-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    object-position:center;

    background:none;

    display:block;

}

#sliderPrincipal .carousel-indicators,
#sliderPrincipal .carousel-control-prev,
#sliderPrincipal .carousel-control-next {
    display:none !important;
}

@media (max-width: 991px) {
    .hero{
        min-height:360px;
        max-height:520px;
        height:clamp(320px, 55vh, 520px);
    }
}

.hero-overlay{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55));

    display:flex;

    align-items:center;

    z-index:3;

}

.hero .container{

    position:relative;

    z-index:5;

    padding-top:50px;

}

.hero-title{

    color:white;

    font-size:48px;

    font-weight:800;

    line-height:1.05;

    margin-bottom:25px;

    max-width:780px;

}

.hero-title span{

    color:#FFC107;

    display:block;

    font-size:72px;

    margin:12px 0;

    text-shadow:0 5px 25px rgba(255,193,7,.4);

}

.hero p{

    color:white;

    font-size:20px;

    margin-bottom:35px;

    max-width:720px;

}

.hero-buttons{

    margin-top:25px;

}

.hero-buttons .btn{

    padding:15px 32px;

}

}

.hero-buttons .btn{

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

    margin-right:15px;

}

/*======================================================
                BOTONES
======================================================*/

.btn-success{

    background:var(--verde)!important;

    border:none;

    transition:var(--transicion);

}

.btn-success:hover{

    transform:translateY(-4px);

    background:#20b761!important;

}

.btn-warning{

    transition:var(--transicion);

}

.btn-warning:hover{

    transform:translateY(-4px);

}

/*======================================================
                ESLOGAN
======================================================*/

.eslogan{

    background:var(--gris);

}

.eslogan h2{

    color:var(--azul);

}

.eslogan p{

    max-width:850px;

    margin:auto;

}

/*======================================================
            ANIMACIONES GENERALES
======================================================*/

.service-card,
.gallery-card,
.feature-card,
.step-card,
.beneficio,
.maintenance-card{

    transition:.4s;

}

.service-card:hover,
.gallery-card:hover,
.feature-card:hover,
.step-card:hover,
.beneficio:hover,
.maintenance-card:hover{

    transform:translateY(-10px);

}

/*======================================================
                SERVICIOS
======================================================*/

.servicios{
    background:#ffffff;
}

.service-card{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
    border:1px solid rgba(0,0,0,.05);
}

.service-card i{
    font-size:55px;
    color:var(--verde);
    margin-bottom:20px;
}

.service-card h4{
    margin-bottom:15px;
    color:var(--azul);
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/*======================================================
                BENEFICIOS
======================================================*/

.beneficios{
    background:linear-gradient(135deg,#0B5ED7,#28C76F);
}

.beneficios h2,
.beneficios p{
    color:#fff;
}

.beneficio{
    background:white;
    border-radius:20px;
    padding:35px 20px;
    text-align:center;
    box-shadow:0 15px 30px rgba(0,0,0,.15);
    height:100%;
}

.beneficio i{
    font-size:55px;
    color:var(--naranja);
    margin-bottom:20px;
}

.beneficio h5{
    font-weight:700;
}

/*======================================================
                ESTADÍSTICAS
======================================================*/

.estadisticas{
    background:#f8f9fa;
}

.estadisticas h2{
    font-size:55px;
    color:var(--azul);
    font-weight:800;
}

.estadisticas p{
    font-size:18px;
    font-weight:600;
}

/*======================================================
                GALERÍA
======================================================*/

.galeria{
    background:white;
}

.gallery-card{
    overflow:hidden;
    border-radius:20px;
    background:white;
    box-shadow:0 12px 30px rgba(0,0,0,.10);
}

.gallery-card img{
    height:280px;
    object-fit:cover;
    transition:.6s;
}

.gallery-card:hover img{
    transform:scale(1.12);
}

.gallery-content{
    padding:25px;
    text-align:center;
}

.gallery-content h4{
    color:var(--azul);
    margin-bottom:10px;
}

.gallery-content p{
    min-height:60px;
}

.gallery-content .btn{
    width:100%;
    border-radius:50px;
}

.gallery-hidden{
    display:none !important;
}

.gallery-toggle-wrapper{
    position:sticky;
    top:88px;
    z-index:20;
    background:rgba(255,255,255,.98);
    padding:14px 0;
    margin-bottom:1.5rem;
    border-bottom:1px solid rgba(0,0,0,.10);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.gallery-toggle-wrapper #btnVerMasGaleria{
    min-width:240px;
    padding:14px 28px;
    font-size:1rem;
    border-radius:50px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

#modalPreview .modal-dialog{
    max-width:900px;
    margin:1.75rem auto;
}

#modalPreview .modal-body{
    padding:0;
    background:#000;
}

#modalPreviewImage{
    width:100%;
    height:auto;
    max-height:calc(100vh - 220px);
    object-fit:contain;
}

@media(max-width:768px){
    .gallery-toggle-wrapper{
        top:72px;
        padding:10px 0;
    }
}

/*======================================================
                MANTENIMIENTO
======================================================*/

.mantenimiento{
    background:#f8fbff;
}

.maintenance-card{
    overflow:hidden;
    border-radius:20px;
}

.maintenance-card img{
    height:250px;
    object-fit:cover;
    transition:.5s;
}

.maintenance-card:hover img{
    transform:scale(1.08);
}

.list-group-item{
    border:none;
    padding:12px 0;
    font-size:16px;
}

/*======================================================
                ¿POR QUÉ ELEGIRNOS?
======================================================*/

.feature-card{
    background:white;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.feature-card i{
    font-size:55px;
    color:var(--azul);
    margin-bottom:20px;
}

.feature-card h4{
    margin-bottom:15px;
}

/*======================================================
                NOSOTROS
======================================================*/

#nosotros img{
    border-radius:25px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

#nosotros h2{
    color:var(--azul);
}

#nosotros h5{
    font-size:18px;
    margin-bottom:20px;
}

/*======================================================
                PROCESO DE TRABAJO
======================================================*/

.proceso{
    background:#ffffff;
}

.step-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
    height:100%;
    transition:.4s;
}

.step-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.step-number{

    position:absolute;

    top:15px;

    right:20px;

    width:45px;

    height:45px;

    border-radius:50%;

    background:var(--verde);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    font-size:18px;

}

.step-card i{

    font-size:60px;

    color:var(--azul);

    margin-bottom:20px;

}

.step-card h4{

    margin-bottom:15px;

}

/*======================================================
                CTA
======================================================*/

.cta-section{

    background:linear-gradient(135deg,#0B5ED7,#28C76F);

    text-align:center;

}

.cta-section h2{

    color:white;

    font-size:48px;

}

.cta-section p{

    color:white;

    max-width:850px;

    margin:auto;

}

.cta-section .btn{

    margin-top:25px;

    border-radius:50px;

    padding:18px 45px;

    font-size:20px;

    font-weight:600;

}

/*======================================================
                FAQ
======================================================*/

#faq{

    background:#f8f9fa;

}

.accordion-item{

    border:none;

    margin-bottom:15px;

    border-radius:15px !important;

    overflow:hidden;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.accordion-button{

    font-weight:600;

    font-size:18px;

    padding:22px;

}

.accordion-button:not(.collapsed){

    background:var(--azul);

    color:white;

}

.accordion-body{

    padding:25px;

    line-height:1.8;

}

/*======================================================
                CONTACTO
======================================================*/

#contacto{

    background:white;

}

#contacto h2{

    color:var(--azul);

}

#contacto .list-group-item{

    font-size:18px;

    padding:18px 0;

}

#contacto iframe{

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);

}

/*======================================================
                MODAL
======================================================*/

.modal-content{

    border:none;

    border-radius:25px;

    overflow:hidden;

}

.modal-header{

    background:var(--azul);

    color:white;

}

.modal-title{

    color:white;

}

.form-control,
.form-select{

    border-radius:12px;

    padding:14px;

}

.form-control:focus,
.form-select:focus{

    box-shadow:none;

    border-color:var(--verde);

}

.modal-footer{

    border:none;

}

/*======================================================
                FOOTER
======================================================*/

footer{

    background:#1d1d1d !important;

}

footer h4,
footer h5{

    color:white;

    margin-bottom:20px;

}

footer p,
footer li{

    color:#d8d8d8;

    line-height:2;

}

footer ul{

    padding-left:0;

}

footer li{

    list-style:none;

}

footer hr{

    border-color:#444;

    margin:35px 0;

}

/*======================================================
                BOTÓN WHATSAPP
======================================================*/

#whatsappFloat{

    position:fixed;

    bottom:30px;

    right:30px;

    width:70px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:36px;

    z-index:9999;

    border-radius:50%;

    background-color:#25D366;

    color:#fff;

    text-decoration:none;

    border:none;

    box-shadow:0 15px 30px rgba(0,0,0,.25);

    animation:pulse 2s infinite;

}

#whatsappFloat:hover {
    transform: scale(1.05);
}

@keyframes pulse{

0%{

transform:scale(1);

}

50%{

transform:scale(1.12);

}

100%{

transform:scale(1);

}

}

/*======================================================
                RESPONSIVE
======================================================*/

@media(max-width:992px){

.hero h1{

font-size:45px;

}

.hero p{

font-size:19px;

}

section{

padding:80px 0;

}

}

@media(max-width:768px){

.hero{

min-height:320px;

max-height:520px;

height:clamp(320px, 55vh, 520px);

}

.carousel-item img{

height:100%;

}

.hero h1{

font-size:34px;

}

.hero p{

font-size:17px;

}

.hero-buttons .btn{

width:100%;

margin-bottom:15px;

}

.navbar-brand{

font-size:22px;

}

h2{

font-size:30px;

}

.service-card,
.gallery-card,
.feature-card,
.step-card{

margin-bottom:20px;

}

#whatsappFloat{

width:60px;

height:60px;

font-size:30px;

bottom:20px;

right:20px;

}

.gallery-image{
    min-height:180px;
}

.gallery-content{
    padding:18px;
}

}

@media(max-width:576px){

.hero{

min-height:300px;

max-height:420px;

height:clamp(300px, 58vh, 420px);

}

.carousel-item img{

height:100%;

}

.hero h1{

font-size:28px;

}

.hero p{

font-size:16px;

}

}

/*======================================================
            ANIMACIONES AL HACER SCROLL
======================================================*/

.service-card,
.gallery-card,
.feature-card,
.step-card,
.beneficio,
.maintenance-card{

    opacity:0;

    transform:translateY(40px);

}

.mostrar{

    opacity:1 !important;

    transform:translateY(0) !important;

    transition:all .8s ease;

}

/*======================================================
            HERO PREMIUM
======================================================*/

.hero::before{

content:"";

position:absolute;

width:100%;

height:100%;

background:linear-gradient(

120deg,

rgba(0,0,0,.70),

rgba(11,94,215,.35)

);

z-index:1;

}

.hero-overlay{

z-index:5;

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:transparent;

}

}

.hero-info{

display:flex;

gap:35px;

margin-top:60px;

flex-wrap:wrap;

}

.hero-info div{

background:rgba(255,255,255,.15);

backdrop-filter:blur(15px);

padding:18px 30px;

border-radius:18px;

color:white;

}

.hero-info h3{

color:white;

font-size:18px;

margin:0;

}

.scroll-indicator{

position:absolute;

bottom:25px;

left:50%;

transform:translateX(-50%);

z-index:15;

font-size:38px;

color:white;

animation:scrollDown 2s infinite;

}

@keyframes scrollDown{

0%{

transform:translate(-50%,0);

}

50%{

transform:translate(-50%,12px);

}

100%{

transform:translate(-50%,0);

}

}

/*======================================================
        FIGURAS FLOTANTES
======================================================*/


0%{

transform:translateY(0);

}

50%{

transform:translateY(-35px);

}

100%{

transform:translateY(0);

}

}

/*======================================================
                GALERÍA PLAYKIDS
======================================================*/

#galeria{

    background:#f8fafc;

}

#filtrosGaleria{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:12px;

    margin-bottom:45px;

}

.btn-filtro{

    border:none;

    background:#ffffff;

    color:#0B5ED7;

    font-weight:600;

    padding:12px 22px;

    border-radius:40px;

    transition:.35s;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.btn-filtro:hover{

    background:#0B5ED7;

    color:#fff;

    transform:translateY(-3px);

}

.btn-filtro.activo{

    background:#0B5ED7;

    color:white;

}

.gallery-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.12);

    transition:.35s;

    height:100%;

    display:flex;

    flex-direction:column;

}

.gallery-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 40px rgba(0,0,0,.18);

}

.gallery-image{

    position:relative;

    overflow:hidden;

    min-height:340px;

    height:340px;

}

.gallery-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.gallery-card:hover img{

    transform:scale(1.08);

}

.gallery-overlay{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    background:rgba(0,0,0,.55);

    opacity:0;

    transition:.35s;

}

.gallery-card:hover .gallery-overlay{

    opacity:1;

}

.gallery-overlay button{

    border-radius:30px;

    padding:12px 24px;

}

.gallery-content{

    padding:8px 10px 6px;

    max-width:50%;

    margin:0 auto;

    min-height:auto;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

}

.gallery-tag{

    display:inline-block;

    background:#198754;

    color:white;

    padding:3px 8px;

    border-radius:30px;

    font-size:11px;

    margin-bottom:5px;

}

.gallery-content h4{

    font-size:16px;

    font-weight:700;

    margin-bottom:4px;

}

.gallery-content p{

    color:#666;

    min-height:0;

    line-height:1.3;

    margin-bottom:0;

    font-size:14px;

}

.gallery-content .btn{

    width:100%;

    border-radius:30px;

}