@media screen and (min-width: 993px) {
	h1 {
 
	}

#NavMenu {
	background-color: transparent;
	z-index: 10;
	} 
	
	
	  .hero-fullscreen {
	height: 100vh;
	background-image: url(../fotos/slider/slider1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
  }
  
  
 #footer {
 	background-color: #292929;
 	padding-top: 20px;
 	color: rgba(255, 255, 255, 1);
 }

 #footer  .logo {
	text-align: center;
 	margin-top: -20px;
 }

 #footer  .logo img {
	max-width: 180px;
 	margin-left: -80px;
	position: relative;
	left: 50%;
 }

 #footer  .sites {
 	text-align: center;
 }

 #footer h4 {
	color: #FFFFFF;
	font-size: 18px!important;
	font-weight: bold!important;
 }
}

 