body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
color:white;
text-align:center;
background:black;
}

/* HEADER */

header{
background:#111;
padding:15px;
border-bottom:2px solid #1c1c1c;
}

.header-container{
display:flex;
justify-content:space-between;
align-items:center;
max-width:1200px;
margin:auto;
}

.logo-sbc{
height:55px;
}

.logo-icsa{
height:65px;
}

/* HERO */

.hero{

padding:200px 20px;

background-image:url("../img/fondo.png");
background-size:cover;
background-position:center;

}

.hero h1{

font-size:50px;
color:#d4af37;

text-shadow:
0 0 10px rgba(212,175,55,0.8),
0 0 30px rgba(212,175,55,0.6);

}

.subtitle{

font-size:22px;
color:#ddd;
margin-bottom:40px;

}

/* BOTON */

.catalog-button{

background:#0b4ea2;
color:white;

padding:20px 45px;

border-radius:8px;

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

text-decoration:none;

box-shadow:
0 0 10px rgba(11,78,162,0.8),
0 0 30px rgba(11,78,162,0.6);

}

.catalog-button:hover{

background:#1565c0;

}

/* ICSA */

.icsa-brand{

background:rgba(0,0,0,0.7);
padding:80px 20px;

}

.icsa-big{
height:120px;
}

.madein{

letter-spacing:3px;
color:#ddd;

}

/* ABOUT */

.about{
padding:60px 20px;
}

.about h2{
color:#3aa0ff;
}

/* FOOTER */

footer{

background:rgba(0,0,0,0.8);
padding:40px;

}

.instagram{
width:40px;
margin-top:10px;
}

.insta-text{
color:#ccc;
margin-top:10px;
}