/*==========================================
JOKERS GROUP SAS
Diseño Corporativo
==========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
    scroll-behavior:smooth;
}

body{
    background:#ffffff;
    color:#222;
    overflow-x:hidden;
}

section{
    padding:100px 0;
}

img{
    max-width:100%;
}

a{
    text-decoration:none;
}

.titulo{

    text-align:center;

    margin-bottom:70px;

}

.titulo h2{

    font-size:45px;

    font-weight:700;

    color:#111;

    margin-bottom:15px;

}

.titulo p{

    color:#666;

    font-size:18px;

}
/*==========================
NAVBAR
===========================*/

.navbar{

    background:rgba(0,0,0,.92);

    padding:18px 0;

    transition:.4s;

}

.logo{

    width:85px;

    transition:.4s;

}

.navbar-nav .nav-link{

    color:white !important;

    margin-left:25px;

    font-weight:500;

    transition:.3s;

}

.navbar-nav .nav-link:hover{

    color:#C8A35D !important;

}
/*==========================
HERO
===========================*/

.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    background:

    linear-gradient(rgba(0,0,0,.82),rgba(0,0,0,.82)),

    url("../img/hero.jpeg");

    background-size:cover;

    background-position:center;

    color:white;

}

.empresa{

    color:#C8A35D;

    font-weight:700;

    letter-spacing:2px;

    font-size:18px;

}

.hero h1{

    font-size:62px;

    font-weight:700;

    margin:20px 0;

}

.hero p{

    font-size:19px;

    line-height:1.8;

    margin-bottom:40px;

}

.hero-logo{

    width:430px;

    animation:flotar 4s ease-in-out infinite;

    filter:drop-shadow(0px 0px 25px rgba(255,255,255,.15));

}

.hero-botones{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

@keyframes flotar{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-18px);

}

100%{

transform:translateY(0);

}

}
.btn-joker{

    background:#C8A35D;

    color:white;

    padding:15px 35px;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

    border:none;

}

.btn-joker:hover{

    background:#AA853F;

    color:white;

    transform:translateY(-3px);

}
/*==========================
NOSOTROS
===========================*/

.nosotros{

    background:white;

}

.imagen-nosotros{

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

    transition:.4s;

}

.imagen-nosotros:hover{

    transform:scale(1.03);

}

.nosotros h3{

    font-size:34px;

    margin-bottom:20px;

    font-weight:700;

}

.nosotros p{

    text-align:justify;

    line-height:1.9;

}

.info-box{

    margin-top:25px;

    padding:20px;

    border-left:5px solid #C8A35D;

    background:#fafafa;

}

.info-box h4{

    color:#C8A35D;

    margin-bottom:10px;

}
/*==========================
VALORES
===========================*/

.valores{

    background:#111;

    color:white;

}

.valores .titulo h2{

    color:white;

}

.valor-card{

    background:#1a1a1a;

    padding:35px;

    border-radius:15px;

    text-align:center;

    transition:.4s;

    height:100%;

}

.valor-card:hover{

    transform:translateY(-10px);

    background:#C8A35D;

}

.valor-card i{

    font-size:45px;

    margin-bottom:20px;

}

.valor-card h4{

    margin-bottom:15px;

}
/*==================================================
SERVICIOS
==================================================*/

.servicios{
    background:#f8f8f8;
}

.servicio-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.servicio-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.servicio-card i{
    font-size:55px;
    color:#C8A35D;
    margin-bottom:20px;
}

.servicio-card h3{
    font-size:24px;
    margin-bottom:15px;
    font-weight:700;
}

.servicio-card p{
    color:#666;
    line-height:1.8;
}


/*==================================================
ESTADISTICAS
==================================================*/

.estadisticas{

    background:#111;

    color:white;

    text-align:center;

}

.estadisticas h2{

    font-size:60px;

    color:#C8A35D;

    font-weight:700;

}

.estadisticas p{

    font-size:20px;

    letter-spacing:1px;

}


/*==================================================
SEDES
==================================================*/

.sedes{

    background:white;

}

.card-sede{

    background:white;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 12px 30px rgba(0,0,0,.10);

    transition:.4s;

    height:100%;

}

.card-sede:hover{

    transform:translateY(-12px);

}

.card-sede img{

    width:100%;

    height:270px;

    object-fit:cover;

}

.card-sede .contenido{

    padding:30px;

    text-align:center;

}

.card-sede h3{

    font-size:28px;

    margin-bottom:15px;

    font-weight:700;

}

.card-sede p{

    color:#666;

    margin-bottom:25px;

}


/*==================================================
VACANTES
==================================================*/

.vacantes{

    background:#f5f5f5;

}

.lista-vacantes{

    margin:30px 0;

    padding-left:20px;

}

.lista-vacantes li{

    margin-bottom:15px;

    font-size:18px;

}


/*==================================================
CONTACTO
==================================================*/

.contacto{

    background:white;

}

.contacto-info{

    background:#111;

    color:white;

    padding:40px;

    border-radius:20px;

}

.contacto-info h3{

    color:#C8A35D;

    margin-bottom:30px;

}

.contacto-info p{

    margin-bottom:20px;

    line-height:1.8;

}

.contacto-info i{

    color:#C8A35D;

    margin-right:10px;

}

.mapa{

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 15px 30px rgba(0,0,0,.12);

}


/*==================================================
FOOTER
==================================================*/

footer{

    background:#0b0b0b;

    color:white;

    padding:70px 0 20px;

}

.footer-logo{

    width:130px;

    margin-bottom:20px;

}

footer h4{

    color:#C8A35D;

    margin-bottom:25px;

}

footer p{

    color:#ddd;

    line-height:1.8;

}

.redes{

    display:flex;

    gap:15px;

}

.redes a{

    width:45px;

    height:45px;

    background:#C8A35D;

    color:white;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.4s;

}

.redes a:hover{

    transform:translateY(-5px);

    background:white;

    color:#C8A35D;

}

.copy{

    text-align:center;

    margin-top:30px;

}


/*==================================================
BOTON WHATSAPP
==================================================*/

.whatsapp{

    position:fixed;

    bottom:25px;

    right:25px;

    width:65px;

    height:65px;

    background:#25D366;

    color:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:34px;

    z-index:999;

    box-shadow:0 10px 25px rgba(0,0,0,.3);

    transition:.4s;

}

.whatsapp:hover{

    transform:scale(1.15);

    color:white;

}


/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

.hero{

text-align:center;

padding-top:120px;

}

.hero h1{

font-size:45px;

}

.hero-logo{

width:300px;

margin-top:40px;

}

.navbar-nav{

background:#111;

padding:20px;

margin-top:15px;

border-radius:10px;

}

.nosotros{

text-align:center;

}

.contacto-info{

margin-bottom:30px;

}

}

@media(max-width:768px){

.hero h1{

font-size:36px;

}

.hero p{

font-size:17px;

}

.titulo h2{

font-size:35px;

}

.estadisticas h2{

font-size:45px;

}

.logo{

width:65px;

}

}

@media(max-width:576px){

.hero-botones{

flex-direction:column;

}

.btn-joker{

width:100%;

}

.hero-logo{

width:220px;

}

}
/*=========================================
EFECTOS GENERALES
=========================================*/

html{
    scroll-behavior:smooth;
}

::selection{
    background:#C8A35D;
    color:#fff;
}

body{
    overflow-x:hidden;
}


/*=========================================
SCROLL PERSONALIZADO
=========================================*/

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#111;
}

::-webkit-scrollbar-thumb{
    background:#C8A35D;
    border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{
    background:#d6b06d;
}


/*=========================================
ANIMACIÓN DE TARJETAS
=========================================*/

.servicio-card,
.card-sede,
.valor-card,
.contacto-info{

    transition:.45s;

}

.servicio-card:hover,
.card-sede:hover,
.valor-card:hover{

    transform:translateY(-12px);

}


/*=========================================
BOTONES
=========================================*/

.btn{

    transition:.35s;

}

.btn:hover{

    transform:translateY(-4px);

}


/*=========================================
LOGO HERO
=========================================*/

.hero-logo{

    animation:flotar 5s ease-in-out infinite;

}

@keyframes flotar{

0%{

transform:translateY(0px);

}

50%{

transform:translateY(-20px);

}

100%{

transform:translateY(0px);

}

}


/*=========================================
IMAGEN NOSOTROS
=========================================*/

.imagen-nosotros{

    transition:.5s;

}

.imagen-nosotros:hover{

    transform:scale(1.04);

}


/*=========================================
ICONOS SERVICIOS
=========================================*/

.servicio-card i{

    transition:.5s;

}

.servicio-card:hover i{

    transform:rotate(360deg);

}


/*=========================================
CARDS SEDES
=========================================*/

.card-sede{

    overflow:hidden;

}

.card-sede img{

    transition:.5s;

}

.card-sede:hover img{

    transform:scale(1.08);

}


/*=========================================
FOOTER
=========================================*/

footer{

    position:relative;

}

footer::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#C8A35D;

}


/*=========================================
REDES SOCIALES
=========================================*/

.redes a{

    transition:.35s;

}

.redes a:hover{

    transform:translateY(-8px) rotate(10deg);

}


/*=========================================
MAPA
=========================================*/

.mapa iframe{

    border-radius:20px;

}


/*=========================================
NAVBAR SCROLL
=========================================*/

.navbar.scrolled{

    background:#000;

    box-shadow:0 5px 20px rgba(0,0,0,.3);

}


/*=========================================
ANIMACIONES
=========================================*/

.fade{

    opacity:0;

    transform:translateY(40px);

    transition:1s;

}

.fade.show{

    opacity:1;

    transform:translateY(0);

}


/*=========================================
SOMBRA GENERAL
=========================================*/

.servicio-card,
.card-sede,
.contacto-info,
.valor-card{

    box-shadow:0 12px 35px rgba(0,0,0,.12);

}


/*=========================================
HOVER DORADO
=========================================*/

.servicio-card:hover,
.card-sede:hover{

    box-shadow:0 20px 45px rgba(200,163,93,.35);

}


/*=========================================
SEPARADOR
=========================================*/

hr{

    border:0;

    height:1px;

    background:#444;

}


/*=========================================
RESPONSIVE EXTRA
=========================================*/

@media(max-width:1200px){

.hero h1{

font-size:52px;

}

}

@media(max-width:992px){

.hero{

padding-top:100px;

}

.hero-logo{

margin-top:50px;

width:300px;

}

}

@media(max-width:768px){

.hero h1{

font-size:38px;

}

.hero p{

font-size:17px;

}

.hero-logo{

width:240px;

}

footer{

text-align:center;

}

.redes{

justify-content:center;

margin-top:20px;

}

}

@media(max-width:576px){

.hero{

padding-top:120px;

}

.hero h1{

font-size:30px;

}

.hero p{

font-size:15px;

}

.logo{

width:60px;

}

}
.volver-arriba{

position:fixed;

bottom:100px;

right:25px;

width:55px;

height:55px;

background:#C8A35D;

color:white;

display:flex;

justify-content:center;

align-items:center;

border-radius:50%;

cursor:pointer;

font-size:22px;

box-shadow:0 10px 20px rgba(0,0,0,.3);

transition:.4s;

opacity:0;

visibility:hidden;

z-index:999;

}

.volver-arriba:hover{

background:#A7823E;

transform:translateY(-5px);

}

.activo{

color:#C8A35D !important;

font-weight:bold;

}