#contenedor-general{
	width: 100vw;
	height: 100vh;
	display: block;
	overflow: hidden;
}
#contenedor-logo{
	width: 40%; 
	height: 10vh;
}
#background-left{
	width: 50vw;height: 100vh;background:#E4CAB2;float: left;
}
#background-right{
	width: 50vw;height: 100vh;background: url(imagen-background.jpg) center bottom white;float: right;background-size:cover;
}
#contenedor-info{
	width: 80%; height: 100vh; position: absolute; top: 0; left: 10%; margin: 0 auto;
}
#info-left{
	float: left;
}
#info-right{
	float: right;
}
.infos{
	width: 50%;
	height: 100vh; 
}
#info-telefono{
	letter-spacing: 10px; 
	color:#B22167;
	display:none;
}
#contenedor-central-left{
	width: 100%; height:60vh; display: flex; align-items: center;
}
#contenedor-botom-left{
	width: 100%; 
	height:20vh; 
}
#tag-email{
	font-weight:700; color:#666666; position: relative; top: 10px; background: #e4cab2; padding: 0 10px 0 0;
}
body{
	margin:0; 
	font-family: 'Roboto', sans-serif;
}

@media (max-width: 1000px){
	
	#contenedor-general{
		overflow: visible;
	}
	#contenedor-logo{
		width: 60%;
	}
	#background-left{
		opacity:0.9;
		z-index: 2;
	}
	#background-right{
		z-index: 1;
	}
	.backgrounds{
		width: 100vw !important;
		position: absolute;
		top: 0;
	}
	#contenedor-info{
		z-index: 3;
	}
	.infos{
		width: 100%;
		height: 100vh; 
	}
	#info-right{
		display:none;
	}
	body{
		font-size: 1rem;
	}
	#info-telefono{
		display:block;
	}
	#info-web{
		margin-top:0;
	}
	#tag-email{
		background: #dbc1ab;
	}

}

@media (max-width: 1000px) and (orientation: landscape) { 
	body{
		background-image: url(imagen-background-movil.jpg);
		background-size: cover;
		background-position: center bottom;
	}
	#contenedor-logo {
		display: table;
		width: 50%;
	}
	#contenedor-general, #contenedor-info, .infos, #contenedor-logo, #contenedor-central-left, #contenedor-botom-left{
		height: auto;
	}
	.backgrounds {
		display:none;
	}
	#contenedor-central-left, #contenedor-botom-left {
		display: table;
	}
	#contenedor-central-left{
		margin: 20vh 0;
	}
	#contenedor-bottom-left{
		margin-bottom: 20vh;
	}
	#tag-email{
		background: #dfbfa8;
	}

}
