* {
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

body {
	left: 20%;
	width: 100%;
	background:#deffe9;
	color: #000;
	height: 100vh;
}
.formulario{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 20%);
    width: 300px;
    background: white;
    border-radius: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 90%);
}
.formulario h1{
    text-align:center;
	padding: 0 0 20px 0;
	border-bottom: 1px solid silver;
}
.formulario form{
	padding: 0 40px;
	box-sizing: border-box;
}
form .username{
	position: relative;
	border-bottom: 2px solid #adadad;
	margin: 30px 0;
}
.username input{
	width: 100%;
	padding: 0 5px;
	height: 40px;
	font-size: 16px;
	border: none;
	background: none;
	outline: none;
}
.username label{
	position: absolute;
	top: 0px;
	left: 5px;
	color: #adadad;
	font-size: 16px;
	pointer-events: none;
}
.username span::before{
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgb(0, 42, 255);
	transition: .5s;
}
.username input:focus ~ label,
.username input:focus ~ label{
	top: -5px;
	color: rgb(0, 42, 255);

}
.username input:focus ~ span::before,
.username input:focus ~ span::before{
	width: 100%;	
}
form .contrasena{
	position: relative;
	border-bottom: 2px solid #adadad;
	margin: 30px 0;
}
.contrasena input{
	width: 100%;
	padding: 0 5px;
	height: 40px;
	font-size: 16px;
	border: none;
	background: none;
	outline: none;
}
.contrasena label{
	position: absolute;
	top: 0px;
	left: 5px;
	color: #adadad;
	font-size: 16px;
	pointer-events: none;
}
.contrasena span::before{
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 2px;
	background: rgb(0, 42, 255);
	transition: .5s;
}
.contrasena input:focus ~ label,
.contrasena input:focus ~ label{
	top: -5px;
	color: rgb(0, 42, 255);

}
.contrasena input:focus ~ span::before,
.contrasena input:focus ~ span::before{
	width: 100%;	
}
.recordar{
	margin: -5px 0 20px 5px;
	color: #1100ff;
	cursor: pointer;
}
.recordar{
	text-decoration: underline;
}
input[type="submit"]{
	width: 100%;
	height: 50px;
	border: 1px solid;
	background:#01bb3f;
	border-radius: 25px;
	font-size: 18px;
	color: white;
	cursor: pointer;
	outline: none;
}
input[type="submit"]:hover{
	color: blue;
	transition: .5s;
}
.registrarse{
	margin: 30px 0;
	text-align: center;
	font-size: 16px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}


/*seccion-1*/
.main {
	width: 100%;
}
section.contenedor-seccion-1 {
    position: absolute;
    top: 0%;
	padding-left: 15%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 85%;
    background: white;
    border-radius: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 90%);
}
article.contenedor-seccion-1-izq {
	width: 100%;
	background:#fff;
	display: inline-flex;
}
div.contenedor-seccion-1-logo img {
	width: 100%;
	max-width: 120px;
	max-height: 90px;
	height: fit-content;
}
div.contenedor-seccion-1-datos {
	width: 80%;
	height: 30%;
	margin: 0px;
	display: block;
	padding-left: 10px;
}
section.contenedor-seccion-1-2 {
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	box-sizing: border-box;
	width: 100%;
	height: 150px;
	margin-inline: 0px;
	display: inline-flex;
	color: #fff;
	top: 10%;
}
section.contenedor-seccion-2 {
	position: absolute;
    top: 10%;
	padding-left: 0%;
    left: 10%;
    transform: translate(0%, 50%);
    width: 85%;
    background: white;
    border-radius: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 90%);
}

article.contenedor-seccion-2-izq {
	border-radius: 10px;
	width: 100%;
	background:#1100ff;
	display: inline-flex;
}
div.contenedor-seccion-2-logo img {
	transform: translate(-0%, 60%);
	padding-left: 5px;
	width: 100%;
	max-width: 80px;
	max-height: 80px;
	height: fit-content;
}
div.contenedor-seccion-2-datos {
	width: 70%;
	height: 30%;
	margin: 0px;
	display: block;
	padding-left: 5px;
}

section.contenedor-seccion-3 {
	position: absolute;
    top: 25%;
	padding-left: 0%;
    left: 10%;
    transform: translate(0%, 80%);
    width: 85%;
    background: white;
    border-radius: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 90%);
}
article.contenedor-seccion-3-izq {
	border-radius: 10px;
	width: 100%;
	background:#01bb3f;
	display: inline-flex;
}
div.contenedor-seccion-3-logo img {
	width: 100%;
	max-width: 80px;
	max-height: 80px;
	height: fit-content;
}
div.contenedor-seccion-3-datos {
	width: 100%;
	height: 30%;
	margin: 0px;
	display: block;
	padding-left: 10px;
}

section.urbanizacion {
	box-sizing: border-box;
	width: 100%;
	display: inline-flex;
}
.urbanizacion-contenedor {
	position: initial;
    top: 2%;
	margin-top: 90px;
	margin-left: 5%;
	width: 40%;
	padding-left: 1%;
    left: 5%;
	float: left;
	display: flexbox;
	contain: "";
    background: white;
    border-radius: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 90%);
}
.contenedor-seccion-1-der {
	position: initial;
	top: 2%;
	margin-top: 90px;
	margin-left: 5%;
	width: 30%;
	min-height: 310px;
	float: left;
	display: flexbox;
	contain: "";
	box-sizing: border-box;
    background: white;
    border-radius: 10px;
	box-shadow: 0 5px 10px rgb(0 0 0 / 90%);
}

/*galeria de fotos*/
	.galeria {
		width: 100%;
		margin-top: 0px;
		list-style: none;
		padding: 2px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		background: white;
		font-size: 20px;
		text-decoration: none;
		border-radius: 10px;
	}
	.galeria li {
		margin: 5px;
	}
	.galeria img {
		width: 120px;
		height: 80px;
		list-style: none;
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		border: 2px solid black;
	}

/*Estilos de Modal*/
	.modal {
	display: none;
	top: 80px;
	left: 10%;
	}
	.modal:target {
	display: block;
	transition: width 0.5s;
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 60px;
	left: 0%;
	width: 100%;
	height: 100%;
	}
	.modal h3 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	margin: 15px 0px;
	}
	.imagen {
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 60px auto;
	padding-left: 20px;
	padding-right: 20px;
	}
	.imagen a {
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	margin: 0px 10px;
	flex-shrink: 2;
	}
	.imagen img {
	width: 500px;
	height: 100%;
	max-width: 100%;
	border: 7px solid #fff;
	box-sizing: border-box;
	}
	.cerrar {
	display: block;
	background: #fff;
	width: 25px;
	height: 25px;
	margin: 90px 10px auto;
	right: 0;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	padding: 5px;
	border-radius: 50%;
	line-height: 25px;
	position: fixed;
	}
	/*visualizador drive*/
	.visualizador-drive {
	box-sizing: border-box;
	width: 80%;
	height: 800px;
	padding: 5px;
	}
	.iframe[Style] {
	width: 80%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	user agent stylesheet
	.iframe {
	width: 80%;
	border-width: 2px;
	border-style: inset;
	border-color: initial;
	border-image: initial;
	}
	iframe.visualizador-drive {
	width: 95%;
	max-width: 1080px;
	}

