body{
font-family:Arial;
padding-top:80px;
}


/* MENU */

.navbar{
background:white;
box-shadow:0 2px 15px rgba(0,0,0,0.08);
}

.navbar-brand{
font-weight:bold;
color:#0A2540 !important;
font-size:22px;
}

.nav-link{
color:#333 !important;
margin-right:15px;
}

.nav-link:hover{
color:#007bff !important;
}

/* BOTONES */

.btn-whatsapp{
background:#25D366;
color:white;
border-radius:30px;
padding:8px 18px;
margin-left:10px;
}

.btn-anydesk{
background:#e53935;
color:white;
border-radius:30px;
padding:8px 18px;
margin-left:10px;
}

/* SLIDER */

.slider-item{
height:500px;
background:linear-gradient(120deg,#0A2540,#1E88E5);
color:white;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
}

.slider-item h1{
font-size:45px;
font-weight:bold;
}

.slider-item p{
font-size:20px;
margin:20px 0;
}
.hero-botones{
margin-top:20px;
}

.hero-botones .btn{
margin:10px;
}
/* SERVICIOS */

.servicios{
padding:80px 0;
text-align:center;
}

.card{
padding:40px;
border:none;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
border-radius:10px;
}

.card i{
font-size:40px;
margin-bottom:20px;
color:#007bff;
}

/* VPN */

.vpn{
background:#f4f6f9;
padding:80px 0;
text-align:center;
}

/* SOPORTE */

.soporte{
padding:80px 0;
text-align:center;
}
#soporte{
min-height:400px;
}
/* CLIENTES */

.clientes{
padding:80px 0;
text-align:center;
background:#f5f7fa;
}

.cliente-logo{
max-width:150px;
opacity:0.7;
transition:0.3s;
}

.cliente-logo:hover{
opacity:1;
}

/* FAQ */

.faq{
padding:80px 0;
}

/* FOOTER */

footer{
background:#0A2540;
color:white;
padding:40px;
text-align:center;
}

/* WHATSAPP */

.whatsapp-float{

position:fixed;
bottom:20px;
right:20px;

background:#25D366;
color:white;

width:60px;
height:60px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;
font-size:30px;

text-decoration:none;

}
/* ===== BANNER SERVICIOS ===== */

.banner-servicios{
position:relative;
width:100%;
max-width:1400px;
margin:auto;
}

.banner-img{
width:100%;
height:auto;
display:block;
}

/* BOTONES */

.btn-banner{
position:absolute;
background:#2d6cdf;
color:white;
padding:12px 24px;
border-radius:6px;
text-decoration:none;
font-weight:bold;
box-shadow:0 5px 10px rgba(0,0,0,0.4);
transition:0.3s;
}

.btn-banner:hover{
background:#1c4bb5;
transform:scale(1.05);
}

/* POSICIONES */

.btn-1{
bottom:8%;
left:16%;
}

.btn-2{
bottom:8%;
left:50%;
transform:translateX(-50%);
}

.btn-3{
bottom:8%;
right:16%;
}

/* RESPONSIVE CELULAR */

@media (max-width:768px){

.btn-banner{
padding:8px 14px;
font-size:12px;
}

.btn-1{
bottom:5%;
left:10%;
}

.btn-2{
bottom:5%;
left:50%;
}

.btn-3{
bottom:5%;
right:10%;
}

}


/* BANNER PRINCIPAL 


.hero-slider{
margin-top:80px;
}
*/
.banner-slide{

height:520px;

background-size:cover;
background-position:center;

display:flex;
align-items:center;
justify-content:center;

position:relative;

}

.banner-slide::before{

content:"";

position:absolute;

width:100%;
height:100%;

background:rgba(0,0,0,0.45);

}

.banner-content{

position:relative;

color:white;

text-align:center;

max-width:700px;

}

.banner-content h1{

font-size:42px;
font-weight:bold;

}

.banner-content p{

font-size:20px;
margin:20px 0;

}

@media (max-width:768px){

.banner-slide{
height:380px;
}

.banner-content h1{
font-size:28px;
}

.banner-content p{
font-size:16px;
}

}


/* BANNER */

.banner-img{
width:100%;
height:550px;
object-fit:cover;
}

/* Flechas */

.carousel-control-prev-icon,
.carousel-control-next-icon{
background-color:rgba(0,0,0,0.5);
border-radius:50%;
padding:25px;
}

/* Responsive celular */

@media (max-width:768px){

.banner-img{
height:300px;
}

}

section{
scroll-margin-top: 100px;
}

html{
scroll-behavior: smooth;
}

#contacto{
min-height:300px;
}
