/* only small desktops */
/* tablets */
/* only small tablets */
@media screen and (max-width: 991px) {

 
#hero-area {
	height:100vh;
	background:url(../img/hero-area-mobile.jpg) top left no-repeat;
	background-size:cover;
}
#hero-area .overlay {
    opacity: 0.4;
}

.section {
    padding: 80px 0 50px;
}
.contiene-cabana {
    position: relative;
    background: #078282;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.contiene-casas {
    position: relative;
    background: #fff;
    padding-bottom: 0px;
}
.text h2 {
    font-family: 'Uber_Move-Medium';
    font-size: 32px;
    text-transform: uppercase;
}
.aventura-item h3 {
     font-size: 24px; 
}

.marco:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border: 4px solid white;
    z-index: 10;
    content: '';
}
.marco:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    background: url("../img/logo.svg") no-repeat center;
    background-size: contain;
}

}

/* mobile or only mobile */
@media (max-width: 767px) {
  .section-header .section-title {
    font-size: 30px;
  }
 
  .contact-us {
    margin-bottom: 30px;
  }
  .contact-us h3 {
    font-size: 28px;
  }
  .footer-links li a {
    margin-right: 10px;
  }
  .copyright {
    float: left;
  }
	
	p {
    font-size: 18px;
    line-height: 1.5;
}
.bordes {
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    margin-top: 30px;
    margin-bottom: 30px;
}
#alojamientos .section-header .section-title.c-blanco {
    color: #078282;
}
.galeria-img.owl-theme .owl-controls {
    margin-top: 20px;
    position: absolute;
    width: 100%;
    bottom: 5px;
}

}

@media only screen and (max-width: 767px) {
  .bg-inverse {
    background: #078282;
		}
  .navbar-expand-md .navbar-brand, .navbar-expand-md .navbar-toggler {
    margin: 6px 15px; }
 
  .navbar {
    padding: 0; }
  .navbar-brand img {
    width: 80px; } 
		.navbar-nav {
			padding-bottom:30px;
		}
		
		
	}
		