body {
  margin: 0;
  padding-bottom: 5%;
}
h1{
color: lab(100% 0.01 -0.01);
font-size: 3.5rem;
font-family: Impact;
}
h2{
color: lab(56.58% 70.58 68.53 / 0.850);
font-size: 2.5rem;
font-family: Impact;
}

h4{
  font-family: "Google Sans", sans-serif;
  font-size:2rem;
  font-weight: bold;
  color: lab(56.58% 70.58 68.53 / 0.850);
}
p{
 font-family: "Google Sans", sans-serif;
  font-size:1.5rem;
}


i{
  font-size:5rem;
  color:lab(18.6% 0.65 -14.41);
}
li{
font-family: Impact;
font-size: 2rem; 
}

/* BANNER */
#imagen-principal {
  height: 550px;
  width: 100%;
  background-image: url("../assets/cabezera1.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

/* TEXTO */
#imagen-principal h2{
  position: absolute;
  top: 20%;
  left: 20%;
}
#imagen-principal h1 {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 25%;
  padding: 10px;
  transform: translateX(-50%);
  margin: 0; /* 👈 CLAVE */
  border: 5px solid white;
  border-radius: 15px;
}
@media (max-width:768px) {
  #imagen-principal h1  {
    left: 35%;
     top: 30%;
  }
}


/* BLOQUE SOLAPADO */
#imagen-principal2 {
  margin-top: -120px;
  padding-top: 150px;
  padding-left: 3%;
  padding-right: 3%;
  background-color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width:768px) {
  #imagen-principal2  {
    left: 35%;
     top: 5%;
  }
}

.card {
  border: none;
  box-shadow: 2px;
  background-image: url("../assets/burbuja.png");
  background-position: center;
  background-repeat: no-repeat;
}

#contacto{
padding-top: 50px;
background-color: rgb(239, 241, 243);
border-radius: 5px;
text-align: center;
}
.titulo {
  margin-bottom: 40px;
}
#social{
  margin-top: 5%;
}
footer{
  margin-top: 5%;
}