.display-muygrande {
	display: none;
}

.display-grande {
	display: none;
}

.display-mediano {
	display: none;
}

.display-chico {
	display: none;
}

body{
	width:100%;
	height:100%;
}
    

.vertical-centered-text{
		  -ms-display: flex;
		  display: flex;
		  /* alineacion vertical */
		  align-items: center;
		   /* alineacion horizontal */
		  justify-content: center;
}


*:focus { outline: none; }


/*----------------------------
	 HEADER
-----------------------------*/	
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_bar{
	
	display: none;
}
header{ 
	width:100%; 
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 200;
	background: rgba(255, 255, 255);

}


header nav{ 
	width:100%; 
	z-index: 1000;
	max-width: 1000px;
	margin:  auto;
	

}
 .logo-menu {
position: absolute;
	 background-image: url("../img/logo.svg");
	background-repeat: no-repeat;
	height:37px; 
	width:173px; 
	 left: 50%;
	margin: 10px 10px 0px -500px;


	}


header nav ul{
	list-style: none;
	float: right;
}

header nav ul li{
display: inline-block;
position: relative;

}

header nav ul li a:hover{
	color: #F00505;


}

header nav ul li .hamburger  {
	position: relative;
	float: left;
	top: 2px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-image: url("../img/hamburger.svg");
	width: 15px;
	height: 15px;
	
}
header nav ul li .hamburger:hover  {
	
	background-repeat: no-repeat;
	background-image: url("../img/hamburger-1.svg");
	width: 15px;
	height: 15px;
	
}


header nav ul li .flecha{
    float: right;
	position: relative;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-image: url("../img/flecha.svg");
	width: 40px;
	height: 10px;
	top: 5px;
}

header nav ul li .flecha:hover{
    
	background-repeat: no-repeat;
	background-image: url("../img/flecha-1.svg");
	;
}

header nav ul li a{
color: #222222;
display: block;
text-decoration: none;
padding: 20px 20px 20px 10px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size:15px;

}



@media screen and (max-width: 1000px){
	body{
		padding-top: 60px;
	}
.adress{
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 50px 15px;
	box-sizing: border-box;
}

	
	.menu_bar{
		display: block;
		top: 0px;
		position: fixed;
		width: 100%;
		background: #fff;

	}
	
	.menu_bar .bt-menu{
		display: block;
		padding: 20px;
		color: #222222;
		overflow: hidden;
		font-size: 20px; 
		text-decoration: none;

				
	}


	   .menu_bar span{
	   float: right;
	   background-image: url("../img/hamburger-1.svg");
	   background-repeat: no-repeat;
	   height:20px; 
	   width: 20px; 
		   z-index: 1;
			

	}
		   .menu_bar span:hover{
	   float: right;
	   background-image: url("../img/hamburger.svg");
	   background-repeat: no-repeat;
	   height:20px; 
	   width: 20px; 
		   z-index: 1;
			

	}
	
	
	
	
	.menu_bar div{
	display:inline-block;
	background-image: url("../img/logo.svg");
	background-repeat: no-repeat;
	height:37px; 
	width:173px; 
	margin: 10px 10px 0px 10px;
		left: 0px;
    top: 0px;

	}
	
	
	header nav{
		width: 100%;
		position: fixed;
		margin: 0;
		left: 100%;
		height: 100%;
		top: 60px;
		background: rgba(255,255, 255, 0.9);
		text-align: right;

		
	}
	
	
	header nav ul li {
		display: block;
		width: 380px;
	
	
	}
	
	
	header nav ul li a{
		display: block;
		border-bottom: 1px solid #B1B1B1;




	
	}
	
	
	header nav ul li .flecha{
    float: right;
	position: relative;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-image: url("../img/flecha.svg");
	width: 40px;
	height: 10px;
	top: 5px;
		display: none;
}

	
}



/* Ocultar botón radio */
input[id^="spoiler"]{
display: none;
}
/* Estilo botón clicable */
input[id^="spoiler"] + label {
display: block;
width: 100%;
margin: 0 auto;
padding: 18px 20px;
background: #f00505;
cursor: pointer;
text-align: left;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 12pt;
color: #fff;
border-radius: 50px;
}

/* Estilo botón cuando su INPUT está seleccionado */
input[id^="spoiler"]:checked + label {
color: #fff;
background: #222222;
}
/* Estilo caja SPOILER (inicialmente oculto) */
input[id^="spoiler"] ~ .spoiler {
width: 90%;
height: 0;
overflow: hidden;
opacity: 0;
margin: 10px auto 0; 
}
/* Estilo caja SPOILER cuando su INPUT está seleccionado */
input[id^="spoiler"]:checked + label + .spoiler{
height: auto;
opacity: 1;
text-align: left;
margin: 25px 0px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 12pt;
color: #222222;
}

.desglose{

float: right;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14pt;
	box-sizing: border-box;
	text-align: center;
	padding: 0px 5px 25px 0px;
}


#adress{
	position: relative;
    left: 0px;
	height: auto;
	width: 100%;
    background: #f00505; 
	padding: 100px 0px;
		box-sizing: border-box;

}

.adress{
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.adress h1{
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	top: 300px;
	width: 100%;
	font-size:50px;
	color: #fff;
	line-height: 60px;
		
	
}

.adress h7{
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	top: 300px;
	width: 100%;
	font-size:25px;
	color: #fff;
	line-height: 60px;
	margin: 1px 0px  0px 0px;
	padding: 42px 0px;
}

.adress p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #222222;
	text-align: left;
	font-size: 16px;
	}

.rielestudio{
	width: 100%;
    height:auto;
	position: relative;
	background-color: #f00505;
	border-top: 1px solid #fff;
	text-align: center;	
	padding: 10px 0px 10px 0px;
	box-sizing: border-box;	
}


h10{     
	font-family: 'Montserrat', sans-serif;
	font-size:10px;
    color:#fff;
}




#cv{
	position: relative;
    left: 0px;
	height: auto;
	width: 100%;
background: #fff;
		padding: 50px 0px 70px;
	
	
}
#help{
	position: relative;
    left: 0px;
	height: auto;
	width: 100%;
background: #fff;
	padding: 50px 0px;
		
	
}
.help{
	max-width: 1000px;
	margin: 0 auto;

}
.text{
	position: relative;
 	width: 100%;
	margin-bottom: 25px;
	
}

.btn-footer{
font-family: 'Montserrat', sans-serif;
   	color: #fff;
	line-height: 60px;
	
	padding:20px 60px;
	text-align:center;
	height: 50px;
	font-size:14px; 
	font-weight: 600; 
	background-color: #FF0000;
	border-radius: 50px;
 	text-transform: uppercase;
	
	 
}


