
*{
  margin: 0;
  padding: 0;
}

/*Estilos Hero*/

.hero{
  height:300px;
  background-image: url("../img/identidad/4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center ;
  overflow: hidden;
}
.hero-description img{
  width: 300px;
  padding: 20px;
  display: flex;
  justify-content: center !important;
  flex-wrap: wrap-reverse;     
}
  
.hero-description h1 {
  padding-LEFT: 25px;
  color: rgb(250, 250, 250);
  display: flex;
  align-items: center;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;   
  text-align: center; 
}


/*Estilos Historia*/

.hero-escudo{
  display: flex;
  align-items: center;    
  justify-content: center;
}

.hero-escudo img{
  width: 250px;
  padding: 20px;
}


/*Estilos TourVitual*/


  
.hero-tourvirtual img{
  max-width:100%;
  height: auto;
 
}
  




 