@media screen and (max-width: 992px) {
	section {
		width: 100%;
		overflow-x: hidden;
		}
	.logo-chill {
		width: 160px!important;
		}
#NavMenu {
	background-color: transparent;
	z-index: 10;
	} 
	 
	  .hero-fullscreen {
	height: 100vh;
	background-image: url(../fotos/slider/slider1_mob.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
 .hero-content .display-4 {
	padding-right: 10px;
	padding-left: 10px;	 
	 }
 .hero-content .lead {
	padding-right: 4px;
	padding-left: 4px;	 
	 }
  .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
  }

  .navbar-toggler {
	background-color: #000000;
	float: right;
	height: 30px;
	width: 36px;
	margin-top: 2px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
  }

  .navbar-toggler i {
    color: rgba(255, 255, 255, 1);
  }

  
  .sideNavOpen {
    height: 100%;
    width: 240px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99998;
    overflow-x: hidden;
    padding: 0;
    transition: 0.1s;
    background-color: #272b37;
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 1);
    background-image: url(https://chill-atacama.com/img/tip.png);
    background-repeat: repeat-y;
    background-position: left center;
  }

  .sideNavClose {
    height: 100%;
    width: 240px;
    position: fixed;
    top: 0px;
    right: -240px;
    z-index: 10;
    overflow-x: hidden;
    padding: 0;
    transition: 0.1s;
  }

  .sideNavOpen .mobile {
    left: 0px;
    top: 50px;
    margin-top: 10px;
  }
  
  	 #mapa .column{
	background-color: rgba(204,204,204,1);
	width: 100%!important;
	text-align: justify;
	padding: 5%;
}


 #footer {
	background-color: #292929;
	padding-top: 20px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
 }

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

 #footer  .logo img {
	max-width: 160px;
 	margin-left: -80px;
	position: relative;
	left: 50%;
 }
 #footer .links  {
		text-align: center;
 
	 }

 #footer .info-contacto {
		text-align: center;
 
	 }
 #footer .acerca-de {
 	text-align: center;
	 }
 #footer h4 {
 	color: #FFFFFF;
 }
}