/*==================================================
AVANTERA ENGINEERING SAS
Versión 2.0
==================================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#08131f;
color:#fff;
line-height:1.7;
overflow-x:hidden;
}

img{
max-width:100%;
display:block;
}

a{
text-decoration:none;
transition:.3s;
}

.container{
width:min(1200px,92%);
margin:auto;
}

/*====================================
HEADER
====================================*/

.header{

position:fixed;
top:0;
left:0;
width:100%;
height:95px;

background:rgba(255,255,255,.96);
backdrop-filter:blur(15px);

display:flex;
align-items:center;

z-index:9999;

border-bottom:1px solid #dde5ee;

box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.header .container{

display:flex;
justify-content:space-between;
align-items:center;

}

.logo{

display:flex;
align-items:center;

}

.logo-img{

height:78px;
width:auto;
transition:.35s;

}

.logo-img:hover{

transform:scale(1.05);

}

.menu{

display:flex;
gap:35px;
list-style:none;

}

.menu a{

font-weight:600;
color:#0F4C81;
position:relative;

}

.menu a:hover{

color:#18b7ff;

}

.menu a::after{

content:"";
position:absolute;

left:0;
bottom:-8px;

width:0;
height:2px;

background:#18b7ff;

transition:.35s;

}

.menu a:hover::after{

width:100%;

}

/*====================================
HERO
====================================*/

.hero{

min-height:100vh;

display:flex;
align-items:center;

padding-top:95px;

background:
linear-gradient(rgba(5,18,35,.72),rgba(5,18,35,.72)),
url("assets/images/hero.jpg");

background-size:cover;
background-position:center;
background-repeat:no-repeat;

}

.hero-grid{

display:grid;
grid-template-columns:1.2fr .8fr;
gap:70px;
align-items:center;

}

.badge{

display:inline-block;

padding:10px 22px;

background:rgba(24,183,255,.18);

border:1px solid rgba(24,183,255,.35);

border-radius:40px;

margin-bottom:25px;

font-size:.9rem;

font-weight:700;

letter-spacing:1px;

color:#9de8ff;

}

.hero h1{

font-size:4rem;
line-height:1.1;

font-weight:800;

margin-bottom:25px;

max-width:700px;

}

.hero p{

font-size:1.15rem;

max-width:650px;

margin-bottom:40px;

color:#dbe5ef;

}

.hero-buttons{

display:flex;
gap:20px;
flex-wrap:wrap;

}

.btn{

display:inline-flex;

justify-content:center;
align-items:center;

padding:17px 34px;

border-radius:50px;

background:#18b7ff;

color:#fff;

font-weight:700;

box-shadow:0 12px 25px rgba(24,183,255,.35);

}

.btn:hover{

transform:translateY(-5px);

}

.btn-outline{

display:inline-flex;

justify-content:center;
align-items:center;

padding:17px 34px;

border-radius:50px;

border:2px solid #18b7ff;

color:#fff;

font-weight:700;

}

.btn-outline:hover{

background:#18b7ff;

}

.glass-card{

background:rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.12);

backdrop-filter:blur(14px);

padding:35px;

border-radius:22px;

box-shadow:0 20px 40px rgba(0,0,0,.25);

}

.glass-card h3{

margin-bottom:20px;

font-size:1.4rem;

color:#18b7ff;

}

.glass-card ul{

list-style:none;

}

.glass-card li{

margin-bottom:14px;

font-size:1.02rem;

}

/*====================================
SECCIONES
====================================*/

section{

padding:110px 0;

}

.section-title{

display:block;

color:#18b7ff;

font-weight:700;

margin-bottom:15px;

letter-spacing:1px;

text-transform:uppercase;

}

h2{

font-size:3.2rem;

font-weight:800;

line-height:1.2;

margin-bottom:25px;


}

.titulo{

text-align:center;

margin-bottom:65px;

}

.titulo span{

display:block;

color:#18b7ff;

font-weight:700;

margin-bottom:12px;

letter-spacing:1px;

}

.titulo p{

max-width:800px;

margin:auto;

color:#d8e3ed;

}
/*====================================
EMPRESA
====================================*/

.empresa{
background:#0f2238;
}

.empresa-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.empresa-left h2{
margin-bottom:25px;
}

.empresa-left p{
margin-bottom:20px;
color:#d7e3ee;
}

.empresa-valores{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-top:35px;
}

.empresa-valores div,
.empresa-card{
background:#16314d;
padding:30px;
border-radius:18px;
transition:.35s;
}

.empresa-valores div:hover,
.empresa-card:hover{
background:#1c4d76;
transform:translateY(-8px);
}

.empresa-valores h3,
.empresa-card h3{
margin-bottom:15px;
color:#18b7ff;
}

.empresa-card ul{
list-style:none;
}

.empresa-card li{
margin-bottom:14px;
}

/*====================================
SERVICIOS
====================================*/

.servicios{
background:#1565A8;
}

.servicios-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.servicio{
background:#10263f;
padding:35px;
border-radius:20px;
transition:.35s;
position:relative;
overflow:hidden;
}

.servicio:hover{
background:#18b7ff;
transform:translateY(-10px);
}

.numero{
font-size:3rem;
font-weight:800;
opacity:.15;
margin-bottom:15px;
}

.servicio h3{
margin-bottom:18px;
}

.servicio p{
color:#dce5ee;
}

.servicio:hover h3,
.servicio:hover p,
.servicio:hover .numero{
color:#07121d;
opacity:1;
}

/*====================================
PROYECTOS
====================================*/

.proyectos{
background:#08131f;
}

.proyectos-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.proyecto{
background:#16314d;
border-radius:20px;
overflow:hidden;
transition:.35s;
}

.proyecto:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,.30);
}

.proyecto-img{
height:240px;
background-size:cover;
background-position:center;
}

.proyecto1{
background-image:url("assets/images/proyecto1.jpg");
}

.proyecto2{
background-image:url("assets/images/proyecto2.jpg");
}

.proyecto3{
background-image:url("assets/images/proyecto3.jpg");
}

.proyecto4{
background-image:url("assets/images/proyecto4.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

.proyecto5{
background-image:url("assets/images/proyecto5.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

.proyecto6{
background-image:url("assets/images/proyecto6.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}
.proyecto-info{
padding:28px;
}

.proyecto-info h3{
margin-bottom:15px;
color:#18b7ff;
}
/*====================================
SECTORES
====================================*/

.sectores{
background:#0f2238;
}

.sectores-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.sector{
background:#16314d;
padding:35px;
border-radius:20px;
text-align:center;
transition:.35s;
}

.sector:hover{
background:#18b7ff;
transform:translateY(-8px);
}

.sector h3{
margin-bottom:12px;
}

.sector:hover h3,
.sector:hover p{
color:#07121d;
}

/*====================================
CLIENTES
====================================*/

.clientes{
background:#1565A8;
}

.clientes .sectores-grid{
margin-top:50px;
}

.clientes .sector{
background:#0f2238;
min-height:150px;
display:flex;
justify-content:center;
align-items:center;
}

.clientes .sector h3{
color:#ffffff;
font-size:1.15rem;
}

.clientes .sector:hover{
background:#18b7ff;
}

/*====================================
AVANTERA EN ACCIÓN
====================================*/

.videos{
background:#08131f;
}

.videos-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
margin-top:70px;
}

.videos-grid video{
width:100%;
height:260px;
object-fit:cover;
border-radius:18px;
box-shadow:0 12px 30px rgba(0,0,0,.30);
transition:.35s;
}

.videos-grid video:hover{
transform:translateY(-6px);
box-shadow:0 18px 40px rgba(24,183,255,.25);
}

/*====================================
GALERÍA FOTOGRÁFICA
====================================*/

.galeria-fotos{
margin-top:80px;
}

.galeria-fotos h3{
font-size:2rem;
text-align:center;
margin-bottom:15px;
color:#ffffff;
}

.galeria-fotos p{
text-align:center;
max-width:800px;
margin:0 auto 50px;
color:#d5dde5;
}

.galeria-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.galeria-grid img{
width:100%;
height:240px;
object-fit:cover;
border-radius:18px;
box-shadow:0 12px 30px rgba(0,0,0,.25);
transition:.35s;
}

.galeria-grid img:hover{
transform:scale(1.03);
box-shadow:0 18px 40px rgba(24,183,255,.30);
}

/*====================================
CONTACTO
====================================*/

.contacto{
background:#08131f;
}

.contacto-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:start;
}

.datos-contacto{
margin-top:35px;
}

.datos-contacto p{
margin-bottom:18px;
color:#dbe5ef;
font-size:1.05rem;
}

.formulario{
display:flex;
flex-direction:column;
gap:18px;
}

.formulario input,
.formulario textarea{
padding:18px;
border:none;
border-radius:14px;
font-size:16px;
font-family:Poppins,sans-serif;
background:#ffffff;
}

.formulario textarea{
height:180px;
resize:none;
}

.formulario .btn{
width:260px;
cursor:pointer;
border:none;
}

/*====================================
FOOTER
====================================*/

footer{
background:#050d16;
padding:70px 0 25px;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:60px;
margin-bottom:40px;
}

.footer-grid h3,
.footer-grid h4{
margin-bottom:18px;
color:#18b7ff;
}

.footer-grid p{
color:#d3dce5;
margin-bottom:12px;
}

.copyright{
padding-top:25px;
border-top:1px solid rgba(255,255,255,.08);
text-align:center;
color:#9eb0c2;
}

.copyright{
padding-top:25px;
border-top:1px solid rgba(255,255,255,.08);
text-align:center;
color:#9eb0c2;
}

.footer-grid a{
color:#cfd7df;
text-decoration:none;
transition:.3s;
font-weight:500;
}

.footer-grid a:hover{
color:#18b7ff;
padding-left:6px;
}

/*====================================
BOTÓN WHATSAPP
====================================*/

.whatsapp{

position:fixed;

right:30px;

bottom:30px;

background:linear-gradient(135deg,#18b7ff,#1565A8);

color:#fff;

padding:16px 28px;

border-radius:50px;

font-weight:700;

text-decoration:none;

font-size:16px;

letter-spacing:.3px;

box-shadow:0 15px 35px rgba(0,0,0,.30);

transition:.35s;

z-index:9999;

}

.whatsapp:hover{

transform:translateY(-5px) scale(1.05);

box-shadow:0 20px 45px rgba(24,183,255,.35);

}
.sector h3 i{

font-size:30px;

color:#18b7ff;

margin-right:12px;

transition:.3s;

}

.sector:hover h3 i{

transform:scale(1.15);

color:#36d1ff;

}