
/* TITULOS */

h2{
color:white;
font-weight:700;
letter-spacing:1px;
}

h4{
color:#0d6efd;
font-weight:600;
}






/*BODY*/

body {
    background:#0f172a;
    color:#fff;
    font-family:Arial,sans-serif;
    padding-top: 160px; /* Ajustado para navbar fixed-top */
}

/* EFECTO TECNOLOGICO */

body::before{
content:"";
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:
radial-gradient(circle at 80% 20%, rgba(0,150,255,0.25), transparent 40%),
radial-gradient(circle at 20% 80%, rgba(0,100,255,0.25), transparent 40%);
z-index:-1;
}

@keyframes fondoIntel{

0%{
transform:translateY(0);
}

100%{
transform:translateY(-400px);
}

}



img{
max-width:100%;
height:auto;
}


html{
overflow-y:scroll;
overflow-x:hidden;
}

body{
overflow-x:hidden;
}





/* HERO  */

.hero-intelcomsys{

background: linear-gradient(135deg,#0b132b,#1c2541,#243b6b);
color:white;
padding:120px 20px;
text-align:center;
position:relative;

}

/* EFECTO TECNOLOGICO */

.hero-intelcomsys::before{

content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

background:
radial-gradient(circle at 20% 30%, rgba(0,150,255,0.3), transparent 40%),
radial-gradient(circle at 80% 70%, rgba(0,120,255,0.3), transparent 40%);

opacity:0.4;

}

.hero-title{

font-size:48px;
font-weight:700;
margin-bottom:20px;

}

.hero-text{

font-size:20px;
max-width:700px;
margin:auto;
margin-bottom:30px;

}

.hero-buttons .btn{

margin:10px;

}

@media (max-width:768px){

.hero-title{

font-size:32px;

}

.hero-text{

font-size:16px;

}

}





/*SECTIONS*/

section{
background:transparent;
}





/*WHATSAPP*/

.whatsapp-button{
position:fixed;
bottom:25px;
right:25px;
z-index:1000;
}

.whatsapp-button img{
width:60px;
}




/* PORQUE ELEGIRNOS*/

.elegir-card{
border:none;
border-radius:15px;
background:white;
box-shadow:0 15px 35px rgba(0,0,0,0.5);
transition:all 0.35s;
}

.elegir-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 55px rgba(0,0,0,0.7);
}

.elegir-card h4{
font-weight: 600;
}

.servicio-card{
background:white;
border:none;
}

.servicio-card:hover{
box-shadow:0 20px 40px rgba(0,0,0,0.25);
}

.icono{
font-size:45px;
color:#0d6efd;
}





/* FOOTER*/

.footer{
background:#020617;
color:white;
padding:50px 0;
margin-top:60px;
}

.footer h5{
color:white;
margin-bottom:15px;
}

.footer p{
font-size:14px;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
color:#bbb;
text-decoration:none;
transition:0.3s;
}

.footer-links a:hover{
color:#0d6efd;
padding-left:5px;
}

.footer hr{
border-color:#444;
}

.footer .row{
margin:0;
}

.footer a{
color:#bbb;
text-decoration:none;
}

.footer a:hover{
color:#0d6efd;
}




/* HTML PROYECTOS*/

.proyecto-card{

background:white;

border-radius:12px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,0.3);

transition:0.4s;

}

.proyecto-card img{

width:100%;

height:220px;

object-fit:cover;

}

.proyecto-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(0,0,0,0.5);

}

.proyecto-info{

padding:20px;

}


/* NUEVO*/

.btn-success:hover{
transform: scale(1.05);
transition: 0.2s;
}






