*{
    margin: 0;
    padding: 0;
}

/*Estilos Hero*/

.hero{
  height:600px;
  background-image: url("../img/exliceistas/banerliceista.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center ;
  overflow: hidden;
}
.hero-description{
  height: 600px;
  background-color:rgba(4,7,32,0.7) ;
  display: flex;
  justify-content: center !important;
  flex-wrap: wrap-reverse;     
}

.hero-description h1 {
  margin: 140px;
  color: rgb(250, 250, 250);
  display: flex;
  align-items: center;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;   
  text-align: center; 
}

/*Estilos Familia liceista*/

.liceista h3{
  color: var(--primary-color); 
  text-transform: uppercase;
  font-weight: 600;   
  text-align: center; 
} 

