* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.modal{
	overflow: scroll !important;
}
#menu {
    float: right;
}
#menu a {
    text-decoration: none;
    font-family: 'Montserrat';
    color: #FFF;
    font-size: 15px;
    cursor: pointer;
}
#header {
    width: 100%;
    background: rgb(53, 47, 45);
    height: 82px;
    line-height: 82px;
    position: fixed;
    top: 0;
    z-index: 999;
}
#logo{
	width: 190px;
	margin-top: 20px;
	margin-left: 20px;
}
.right-position {
    float: right;
    margin-top: 16px;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    background-color: rgb(70, 1, 0);
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 0.5s;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
    top: 88px;
    width: 100%;
    text-align: left;
    margin-left: 40px;
    margin-top: 00px;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
    padding-bottom: 36px;
    text-decoration: none;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: normal;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.menu_adds{
	font-family: 'Questrial' !important;
	text-transform: lowercase !important;
	font-size: 18px !important;
	color: rgb(255,255,255);
	text-decoration: none;
	line-height: 12px !important;
}
.menu_adds a{
	font-family: 'Questrial' !important;
	font-size: 18px !important;
	text-transform: lowercase !important;
	color: rgb(255,255,255);
	text-decoration: none;
	padding-bottom: 0px !important;
}
#ParallaxInverse{
	margin-top: 82px;
	height: auto;
    width: 100%;
    z-index: 1;
    position: relative;
    background: white;
}
#nuestros-title{
	font-family: 'Montserrat';
	color: rgb(66,66,66);
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
#contacto-title{
	font-family: 'Montserrat';
	color: rgb(66,66,66);
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
#grupo-bgm{
	font-family: 'Raleway';
	font-size: 21px;
	color:rgb(0,0,0);
	line-height: 32px;
	font-weight: 500;
}
.max-content{
	width: 100%;
	max-width: 990px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.max-content-images{
	width: 100%;
	max-width: 1080px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.max-content-textos{
	width: 100%;
	max-width: 890px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
}

.inputForm {
    background: white;
    max-width: 543px;
    height: 42px;
    font-family: 'Raleway';
    font-size: 13px;
    color: rgb(121, 121, 121);
    border-radius: 7px;
    margin: auto;
    margin-top: 28px;
    width: 100%;
    border-color: rgb(235, 235, 235);
    font-weight: 500;
}
.textos{
	font-family: 'Montserrat';
	font-size: 16px;
	color: rgb(66, 66, 66);
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
}
.textos-grandes{
	font-family: 'Montserrat';
	font-size: 22px;
	color: rgb(33, 33, 33);
	line-height: 30px;
	font-weight: 500;
	text-align: center;
}
.centrado{
	position: absolute;
    top: 50%;
    transform: translate(5%, -50%);
}
#height-emulator{
	height: 301px;
	width: 100%;
    background-color: transparent !important;
    z-index: -1;
}
#footerMovil {
    width: 100%;
    background: rgb(102, 1, 0);
    color: #FFF;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 65px;
}
#footerMovil a{
	color: #FFF !important;
}
#footerMovil a:hover{
	color: #FFF !important;
	text-decoration: none;
}
footer {
    width: 100%;
    height: 301px;
    position: fixed;
    bottom: 0;
    background: rgb(102, 1, 0);
    z-index: 0;
    color: #FFF;
    line-height: 32px;
}
footer a{
	color: #FFF !important;
}
footer a:hover{
	color: #FFF !important;
	text-decoration: none;
}
.footer-text{
	font-family: 'Questrial';
    font-size: 16px;
    line-height: 32px;
    color: #FFF;
}
.footer-text a{
	font-family: 'Questrial';
    font-size: 16px;
    line-height: 32px;
    text-decoration: none;
    color: #FFF;
}
.title-footer{
	font-weight: bolder;
}
.boxed {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.powerby{
	width: 100%;
	height: 51px;
	background: rgb(70, 1, 0);
	text-align: center;
	position: absolute;
	line-height: 51px;
	bottom: 0;
}
.entrada {
    padding: 45px;
    border: 1px solid rgb(226, 230, 233);
    text-align: center;
}
#flotado{
	width: 80px;
	height: 80px;
	background: rgb(9, 85, 137);
	position: fixed;
	bottom: 20px;
	left: 0px;
	z-index: 1;
	text-align: center;
	font-family: 'Montserrat';
	color: #FFF;
	font-size: 11px;
	line-height: 10px;
	cursor: pointer;
	letter-spacing: 1px;
}
#menu_contacto{
	width: 132px;
	height: 36px;
	border: 1px solid #FFF;
	background: transparent;
	font-family: 'Montserrat';
	color: #FFF;
	font-size: 15px;
}
#self-storage{
	width: 100%;
	background: rgb(53, 47, 45);
	text-align: center;
}
.contratar{
	width: 180px;
	height: 42px;
	background: rgb(102, 1, 0);
	font-family: 'Montserrat';
	color: #FFF;
	letter-spacing: 1px;
}
.contratar:hover{
	color: #FFF;
}
.titulo_home{
	color: rgb(67, 26, 26);
	font-family: 'Montserrat';
	font-size: 30px;
}
.bodegas{
	font-family: 'Montserrat';
	font-size: 24px;
	color: rgb(67, 26, 26)
}
.texto-bodegas{
	color: rgb(121, 121, 121);
    font-family: 'Nunito Sans';
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 26px;
}
.boton-bodegas{
	color: rgb(102, 1, 0);
    font-family: 'Montserrat';
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
}

.blue-div{
	background: rgb(53, 47, 45);
	width: 100%;
	padding-bottom: 96px;
	padding-top: 96px;
	text-align: center;
}
.arriesgues{
	font-family: 'Montserrat';
	font-size: 44px;
	color: #FFF;
	font-weight: 500;
}
.texto-arr{
	font-family: 'Montserrat';
    font-size: 22px;
    line-height: 36px;
    color: #FFF;
    text-align: center;
}
.button-arr{
	width: 100%;
	max-width: 266px;
	height: 44px;
	background: rgb(102, 1, 0);
	color: #FFF;
	letter-spacing: 1px;
	font-family: 'Montserrat';
	font-size: 15px;
}
.titulo-ubicacion{
	font-family: 'Montserrat';
	color: rgb(94, 94, 94);
	letter-spacing: 1px;
    font-size: 22px;
}
.bordeHeader{
	border-bottom: 1px solid rgb(72,72,72);
}
@media screen and (max-width: 576px) { 
	
}


@media screen and (max-width: 768px) {
	.bebe{
		padding: 15px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.arriesgues{
		font-family: 'Montserrat';
		font-size: 32px;
		color: #FFF;
		font-weight: 500;
	}
	.blue-div{
		background: rgb(53, 47, 45);
		width: 100%;
		padding-bottom: 70px;
		padding-top: 70px;
		text-align: center;
	}
	.texto-arr{
		font-family: 'Montserrat';
	    font-size: 18px;
	    line-height: 36px;
	    color: #FFF;
	    text-align: center;
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.titulo-ubicacion{
		font-size: 18px;
	}
	#header {
	    width: 100%;
	    background: rgb(53, 47, 45);
	    height: 70px;
	    line-height: 70px;
	    position: fixed;
	    top: 0;
	    z-index: 999;
	}
	#ParallaxInverse{
		margin-top: 70px;
		height: auto;
	    width: 100%;
	    z-index: 1;
	    position: relative;
	    background: white;
	}
	#logo{
		width: 190px;
		margin-top: 14px;
		margin-left: 15px;
	}
	.hamburger-box{
		top: -15px !important;
	}
}


@media screen and (max-width: 992px) { 
	
}


@media screen and (max-width: 1200px) { 
	
}