body{
    font-family: 'Segoe UI', sans-serif;
    background-color:#F8F9FA;
}

.navbar{
    background-color:#0B1C2D;
}
section{
    overflow: hidden;
}
.logo{

    width: 120px;
}
/* ICONOS REDES NAVBAR */

.social-icons a{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background-color:rgba(255,255,255,0.08);
    color:#C6A756;
    font-size:20px;
    transition:all 0.4s cubic-bezier(.25,.8,.25,1);
    position:relative;
    overflow:hidden;
}

/* Glow + elevación elegante */
.social-icons a:hover{
    transform:translateY(-1px) scale(1.08);
    background-color:#C6A756;
    color:#0B1C2D;
    box-shadow:0 5px 25px rgba(198,167,86,0.4);
}

/* Efecto pulse sutil continuo */
.social-icons a::after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    border:2px solid #C6A756;
    opacity:0;
    transform:scale(1);
    transition:all 0.4s ease;
}

.social-icons a:hover::after{
    opacity:0.6;
    transform:scale(1.4);
}
.text-warning{
    color:#C6A756 !important ;
}
.counter{
font-size:50px;
font-weight:700;
color:#C6A756;
}
.counter .col-md-4{
    text-align:center;
}
.navbar-brand{
    font-weight:700;
    color:#C6A75E !important;
    letter-spacing:2px;
}

.hero{
    background: linear-gradient(rgba(11,28,45,0.9), rgba(11,28,45,0.9)),
    url('./img/hero.jpg');
    background-size:cover;
    background-position:center;
    color:white;
    padding:120px 0;
}
.areasBg{
       background: linear-gradient(rgba(11,28,45,0.9), rgba(11,28,45,0.9)),
    url('./img/fondoUno.jpg');
    background-size:cover;
    background-position:center;
    background-attachment: fixed;
    padding:120px 0; 
}
.Fcards{
           background: url('./img/fondoCards.jpg');
    background-size:cover;
    background-position:center;
}
.btn-gold{
    background-color:#C6A75E;
    color:#0B1C2D;
    font-weight:600;
    border:none;
}

.btn-gold:hover{
    background-color:#b8964e;
    color:white;
}

.section-title{
    color:#0B1C2D;
    font-weight:700;
    margin-bottom:10px;
}

.icon-box{
    background:white;
    padding:30px;
    border-radius:8px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    transition:0.3s;
    height:100%;
}

.icon-box:hover{
    transform:translateY(-5px);
}

.icon-box i{
    font-size:40px;
    color:#C6A75E;
}

.footer{
    background-color:#0B1C2D;
    color:white;
    padding:40px 0;
}

a{
    text-decoration:none;
}

/* ÁREAS PREMIUM */

.area-card{
border-radius:18px;
padding:40px 30px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
transition:0.4s;
height:100%;
position:relative;
overflow:hidden;
           background: url('./img/fondoCards.jpg');
    background-size:cover;
    background-position:center;
}

.area-card:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:#C6A756;
}

.area-card:hover{
transform:translateY(-12px);
box-shadow:0 25px 55px rgba(0,0,0,0.18);
}

.area-card i{
font-size:55px;
color:#C6A756;
margin-bottom:20px;
}

#quienes-somos{
           background: url('./img/fondoCards.jpg');
    background-size:cover;
    background-position:center;
}

.profile-card{
    width: 300px;
    background:#0B1C2D;
    border-radius:25px;
    color: #C6A756;
    overflow:hidden;
    box-shadow:0 25px 40px rgba(0,0,0,0.2);
    transition:0.4s;
}

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

.profile-img-wrapper{
    overflow:hidden;
}

.profile-img-wrapper img{
    width:100%;
    height:290px;
    object-fit:cover;
    transition:0.4s;
}

.profile-card:hover img{
    transform:scale(1.05);
}

.profile-info{
    padding:15px;
}

.profile-info h4{
    font-weight:700;
    margin-bottom:15px;
}

.profile-info p{
    font-size:14px;
    line-height:1.6;
    color:#555;
}

/* hr */
.hr-premium{
    border: none;
    height: 4px;
    width: 50%;
    margin: 25px auto;
    background: linear-gradient(
        90deg,
        transparent,
        #C6A756,
        #C6A756,
        transparent
    );
    border-radius: 3px;
}

.hr-title{
    border: none;
    height: 5px;
    background-color: #C6A756;
    margin: 15px 0 25px 0;
    border-radius: 3px;
}

.fitBox{
    width: fit-content;
}
.columna{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.especializacion{
    background-color: #0B1C2D;
    color: white ;
    border-radius: 5px;
}

.list-group-item{
        background-color: #0B1C2D;
    color: white ;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    color: #fff;
    text-decoration: none;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Más chico en móvil */
@media (max-width: 576px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 20px;
        right: 20px;
    }
}
.balanza{
    width: 300px;
}