body{
	background: #f5efe0;
}
#site-content{
	font-family: 'Roboto', sans-serif;
	z-index: 4;
	position: relative;
	background-color: #FFFDE5;
	width: 100%;
	padding: 0;

	overflow: hidden;
	margin-top: 111px;

}
button{
	border-radius: 30px;
	background: #FF5C00;
	color: #fff;
	font-family: Glacial Indifference;
	font-size: 16px;
	text-decoration: none;
	transition: 0.2s;
	cursor: pointer;
}button:hover{
	text-decoration: none;
	background: #FF6B00;
}

/* Video */
#myVideo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 0;
    max-width: inherit;
}

@media (max-width: 600px) {
	#myVideo{
		display: none;
	}
	#banner-home{
		height: 100vh;
		background-image: url(/wp-content/themes/twentytwenty%20child/img/m-video-movil.jpg);
	    background-position: bottom center !important;
	    background-size: 100% auto;
	}
}

/* Fin Video */
#banner-home{
	width: 100%;
	height: calc(100vh - 80px);
    position: relative;
}
#banner-home-texto{
	position: absolute;
	bottom: 30px;
	left: 110px;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 1px #000;

	animation-delay: 4s;
	animation-duration: 1.5s;
}
#banner-home-form{
	width: 350px;
	position: absolute;
	bottom: 30px;
	right: 80px;
	color: #fff;
	background-color: #5AAD36;
	border-radius: 10px;

	animation-delay: 6s;
	animation-duration: 1.5s;
}#banner-home-form p{
	font-size: 21px;
    margin: 0 10px;
    text-align: center;
    margin-top: 25px;
}
#banner-home-form form{
	display: grid;
	padding: 0 25px;
}#banner-home-form input, textarea{
	border-radius: 8px;
    padding: 12px 10px;
    margin: 0;
}#banner-home-form input, textarea, button{
	margin: 5px 0;
}
#banner-home-form-movil{
	background: #5AAD36;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: none;
}#banner-home-form-movil p{
	margin: 0;
}

#precio{
	width: 90%;
	margin: auto;
	display: flex;
	background: #FFFDE5;
	color: #5AAD36;
}#texto-precio{
	padding: 10px;
	font-size: 30px;
	margin: auto;
}#texto-precio strong{
	font-size: 38px;
	margin-left: 20px;
	font-weight: bold;
}#texto-precio button{
	margin: 10px 20px;
}
#bloque-info-numeros{
	width: 90%;
	max-width: 800px;
	margin: auto;
	padding: 70px 0;
	text-align: center;
}
#info-numero{
	width: 200px;
	margin: auto;
}
.numero{
	font-size: 100px;
}
#division-lotes{
	width: 100%;
    height: 80vh;
    font-size: 35px;
    text-align: center;
    padding: 85px 0;
    position: relative;
    z-index: 9;
    background-image: url(/wp-content/themes/twentytwenty%20child/img/division-lotes.jpg);
    background-position: bottom center !important;
    background-size: cover;
    background-attachment: fixed;
}#logo-lotes{
	width: 75%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFDE5;
}#logo-lotes img{
	width: 160px;
	margin: 30px auto;

	animation-delay: 1s;
	animation-duration: 2s;
}
.bloque-info{
	width: 1200px;
    max-width: 100%;
    margin: 100px auto;
    text-align: center;

}.info{
	width: 100%;
	max-width: 350px;
    margin: 10px 20px;
    padding: 10px 20px;
    display: inline-block;
}.bloqueup-info{
	float: left;
    width: 100%;
}
.info img{
	float: left;
    height: 100px;
}.titulo-info{
	color: #5AAD36;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    display: block;
    padding-top: 40px;
}.info p{
	margin-top: 30px;
}
#terreno{
    margin: auto;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 100px;
    float: left;
    width: 100%;
    max-width: 100%;
}#terreno img{
	width: 200px;
    margin: auto;
    animation-duration: 1s;
    display: inline;
}

#sueno{
	width: 100%;
	height: 80vh;
	background-image: url(/wp-content/themes/twentytwenty%20child/img/sueno.jpg);
    background-position: top center !important;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 30px 0;
    font-size: 16px;
    display: flex;
}#sueno-texto{
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-size: 50px;
	text-align: left;
	text-shadow: 2px 2px 2px #000;
}#sueno-texto img{
	margin-bottom: 20px;
	display: none;
}
#sueno-texto p{
	line-height: 10px;
	font-weight: bold;
}
#fotos{
	width: 100%;
	height: 80vh;
	background-image: url(/wp-content/themes/twentytwenty%20child/img/fondo-blur.jpg);
    background-position: top center !important;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 30px 0;
    font-size: 16px;
    display: flex;
}#fotos p{
	position: absolute;
	bottom: 15vh;
	left: -20px;
	transform: rotate(270deg);
	font-size: 70px;
	color: #fff;
	opacity: 0.8;
}
#gallery{
	width: 80%;
    position: absolute;
    text-align: center;
    right: 0;
	top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#gallery a{
	width: 180px;
	margin: 10px;
	display: inline-grid;
}#advertencia{
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 40px;
	width: 80%;
	right: 0;
	margin: 0;

}


#ubicacion{
	height: 70vh;
    background-color: #5AAD36;
    color: #fff;
    display: flex;
    position: relative;
}#ubicacion-texto{
	    width: 50%;
    left: 0;
    background-image: url(/wp-content/themes/twentytwenty%20child/img/hojasupblancas.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 350px;
    padding-left: 60px;
    padding-top: 50px;
    font-family: 'Glacial Indifference';
}#ubicacion-titulo{
	    text-align: left;
    font-size: 55px;
    font-weight: bold;
    margin: 0;
}#ubicacion-urbanizacion{
    margin-top: 50px;
}#ubicacion-direccion{
	font-size: 25px;
}#ubicacion-texto button{
	position: absolute;
    bottom: 80px;
}
#mapa{
	right: 0;
	width: 50%;
	margin: auto;
	display: flex !important;
}#mapa iframe{
	height: 70vh !important;
	margin-bottom: 500px !important;
}

#guamo{
	width: 100%;
	height: 50vh;
	background-image: url(/wp-content/themes/twentytwenty%20child/img/paisaje-guamo.jpg);
    background-position: top center !important;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 30px 0;
    font-size: 16px;
    display: flex;
}#love-guamo{
	width: 90%;
	max-width: 600px;
	position: absolute;
	top: 12vh;
	left: 150px;

	animation-delay: 1.5s;
	animation-duration: 2.5s;
}
#atractivos{
	background-color: #fff;
}#titulo-atractivos{
	width: 100%;
	text-align: center;
	padding: 80px 0;
	font-size: 35px;
	margin: 0;
}#atractivos-centro{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: center;
}.atractivo{
	margin: 10px 20px;
	width: 200px;
	display: inline-table;
}.titulo-atractivo{
	padding: 30px 0;
}

@media (max-width: 600px) {
	#banner-home{
		height: 100vh;
	}
	#banner-home-texto{
		width: 100%;
	    font-size: 30px;
	    left: 0;
	    bottom: 0;
	    text-align: center;
	    text-shadow: 1px 1px 2px #000;
	}#banner-home-form{
		display: none;
	}#banner-home-form-movil{
		display: block;
	}
	#precio, #bloque-info-numeros, .bloque-gestion, #mapa{
		width: 90%;
		display: block;
	}#precio{
		width: 100%;
	    line-height: 40px;
	    text-align: center;
    }#texto-precio button{
    	margin: 20px 20px;
    }
	#precio img, #texto-precio{
	    width: 100%;
	    height: fit-content;
	}#terreno{
		margin-bottom: 0;
	}
	#terreno img{
		width: 150px;
	}
	#sueno{
		width: 100%;
		height: auto;
	    position: relative;
	    background: none;
	    padding: 30px 0;
	    font-size: 16px;
	    display: inherit;
	    padding: 0;
	}#sueno-texto{
		color: #5AAD36;
		position: inherit;
		bottom: 0;
		left: 0;
		font-size: 30px;
		text-align: center;
		text-shadow: none;
		margin: 0;
	}#sueno-texto p{
		margin: 0;
		line-height: inherit;
		font-weight: bold;
		width: 90%;
		font-size: 20px;
		text-align: center;
		margin: auto;
	}#sueno-texto img{
		display: block;
	}
	#fotos{
		height: auto;
		padding: 0;
		display: inherit;
	}
	#fotos p{
	    bottom: 15vh;
	    left: -20px;
	    transform: none;
	    font-size: 30px;
	    opacity: 1;
	    top: 20px;
	    margin: auto;
	    left: 0;
	    right: 0;
	    position: inherit;
	    margin: 30px 0;
	}#gallery{
		position: relative;
		width: 100%;
	}#gallery a{
		width: 150px;
		margin: 5px;
	}
	#advertencia{
		position: inherit !important;
    	margin: auto;
    	margin-top: 20px;
	}#ubicacion{
		height: auto;
    	padding-bottom: 30px;
    	display: inherit;
	}#ubicacion-texto{
		width: 100%;
	    padding-top: 1px;
	    padding-left: 20px;
	}#ubicacion-texto button{
		position: relative;
	    margin: 0;
	    bottom: 0;
	}#mapa{
		width: 100%;
    	margin-top: 30px;
	}#mapa iframe{
		height: 500px !important;
		margin: auto !important;
		border: 0px !important;
		width: 90% !important;
	}

	.bloque-info{
		margin: 30px auto;
	}
	#texto-precio{
		margin-top: 15px;
	}
	#bloque-info-numeros{
		padding: 30px 0;
	}
	.counter{
		height: 120px;
	}#iconos-valores{
		display: table-cell;
	}
	.valor {
	    margin: 0px 0;
	}
	.valor img {
	    height: 60px;
	    margin: 10px auto;
	}
	#division-lotes{
		margin: 0;
	}#division-lotes, #sueno, #fotos, #guamo{
		background-size: auto 100%;
    	background-attachment: inherit;
	}
	.bloque-gestion{
		margin: 0 auto;
	}
	.bloque-gestion img{
		display: none;
	}
	#el-saman{
		padding: 60px 0;
	}#love-guamo{
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		margin: auto;
	}.atractivo{
		margin: 0px 5px;
    	width: 130px;
    	display: inline-table;
	}#titulo-atractivos{
		margin: 0;
		padding: 40px 0;
    	font-size: 25px;
	}
	margin: 0;
}