.nosotros{
	position: relative;
	top: 206px;
}

.nosotros h1{
	width: 100%;
	margin-top: 15px;
	font-family: 'Hammersmith One';
	font-size: 1.6em;
	padding: 12px 10px; 
	//background: #6B980A;
	color: #222;
}

#que_somos{
	width: 100%;
}

#table{
	width: 100%:
	background: gold;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}


#table iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.blue{
	font: bold 1em 'Montserrat';
	color: rgb(0, 167, 229);
}

#preguntas_web{
	max-height: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	font-family: 'Montserrat';
	color: #222;
	font-size: 0.75em;
	text-align: left;	
}

/*Movil*/
#preguntas_movil{
	max-height: 2000px;
	font-family: 'Montserrat';
	color: #222;
	font-size: 0.75em;
	padding: 10px;
	text-align: left;	
}

#desc_nosotros > p:nth-child(1){
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 8.5px;
	color: #A0BE08;
}

#desc_nosotros > p:nth-child(2){
	font-size: 1.1em;
}

#desc_nosotros > p:nth-child(4){
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 8.5px;
	margin-bottom: 8.5px;
	color: #A0BE08;
}

#preguntas_movil  .imgDesc,#preguntas_movil  .imgDesc > img{
	width: 100%;
}

#preguntas_movil  .imgDesc{
	padding-top: 5px;
}

.pregunta{
	width: 100%; 
	max-height: 1000px;
}

.pregunta a{
	display: block;
	position: relative;
	background: #A0BE08;
	padding: 6px;
	text-decoration: none;
	color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, 1);
	transition: all 0.15s;
}

.pregunta a:hover{
	background: #3ABAED;
	color: #fff;
}

.pregunta > div{
	display: none;
	position: relative;
	left: 2%;
	padding: 10px;
	color: #222;
	width: 96%;
	font-size: 1.1em;
}

.pregunta > div > ul{
	padding-left: 15px;
}

.pregunta ul li > ul{
	padding-left: 20px;
}

.pregunta div:target{
	display: table;
}

@media (min-width: 1024px){
	.nosotros{
		top: 86px;
		position : relative;
	}

	#imgweb{
		display: block;
	}

	#imgmovil{
		display: none;
	}

	#que_somos{
		width: 86.5%;
		position: relative;
		left: 12%;
	}

	#preguntas_web{
		max-height: 1000px;
		width: 100%;
	}

	#preguntas_movil{
		max-height: 0;
		overflow: hidden;
	}
	#desc_nosotros > p:nth-child(1){
		margin-top: 10px;
	}
	.pregunta{
		max-height: 0;
		overflow: hidden;
	}

	#preguntas_web{
		height: 70vh;
	}
	#preguntas_web > div:nth-child(2){
		width: 50%;
		padding-left: 8px;
	}

	#preguntas_web > div:nth-child(1){
		width: 50%;
		padding-left: 8px;
	}
	#preguntas_web > div:nth-child(1) > #tabs{
		font-size: 1.09em;
		text-align: left;
	}	
	#preguntas_web > div:nth-child(1) > ul{
		list-style-image: url('https://st1.idealista.com/static/common/img/icons/icono_simple_2.gif');
	}		
	#preguntas_web > div:nth-child(1) > a{
		display: block;
		text-decoration: none;
		font-size: 1.25em;
		margin-bottom: 5px;
		font-weight: bold;
		color: #A0BE08;
		transition: all .3s;
	}
	#preguntas_web > div:nth-child(1) > a:hover{
		padding-left: 5px;
	}	
	#preguntas_web > div:nth-child(1) > p{
		font-size: 1.55em;
		padding-bottom: 5px;
		font-weight: bold;
		color: #A0BE08;

	}
	.imgDesc{
		margin-top: 10px;
	}
	#preguntas_web  .imgDesc{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#preguntas_web  .imgDesc > img{
		width: 90%;
	}
	#content h3{
		font-size: 1.25em;
		margin-bottom: 5px;
		color: #A0BE08;
		display: table;
	}		
}



