* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

body{
    font-family: 'Robot', sans-serif;
}

#linkacceso{
	list-style: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	width: 30vw;
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	}



#pantallaprincipal{
	background-image: url(img/fondo.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	border-image-repeat: no-repeat;
	width: 100vw;
	height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

}

#logo{
	width: 100%;
	height: auto;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}


.principal{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: white;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
}

#titulo{
	font-size: 3rem;
	font-weight: bolder; 
	letter-spacing: -2px;
	color: white;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;

}

#bajada{
	font-size: 1rem;
	padding-bottom: 40px;
		color: white;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.olvidaste{
	text-decoration: none;
	color: #A7E1AE;
	font-size: 1rem;

}


.formu input{
	display: block;
	width: 90%;
	padding: 10px;
	margin: 10px;
	font-size: 1rem;
	color: #C5C5C5;

}

.secundario{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #00ADA7;
	width: 100%;
	margin-bottom: 20px;
}

.secundario h3{
	padding-top: 20px;
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: lighter;
}

#entra{

display: block;
width: 90%;
padding: 10px;
margin: 10px;
font-size: .7rem;
padding-top: 15px;
padding-bottom: 15px;
background-color:  #A7E1AE;

color: #3B5998;
font-weight: bold;
text-align: center;


}

#entra2{
	font-size: 1rem;
	color: white;
	background-color: #A7E1AE;
    -webkit-border-radius: 20px;
    border-radius: 20px;

}

#link{
	display: block;
	width: 60%;
	padding: 10px;
	margin: 10px;
	font-size: .7rem;
	padding-top: 15px;
	padding-bottom:15px;
	background-color: #3B5998;
	color: white;
	font-weight: bold;
	text-align: center;
}


/* pantalla 2 */

#mapeo iframe{
	border: none;
	width: 100vw;
	height: 70vh;
	}

#partearriba{
	width: 100vw;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #00ADA7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#hambur{
	height: 10vw;
	width: auto;
	margin-left: 20px;
}


#lupa{
	width: 10vw;
	height: auto;
	margin-right: 20px;
}

#parteabajo{
	width: 100vw;
	background-color: #00ADA7;
	padding-top: 10px;
	padding-bottom:10px;

}

#parteabajo2{
	width: 100vw;
	background-color: #00ADA7;
	padding-top: 5px;
	padding-bottom:5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-left: 5px;
}

.sectorboton{
	height: auto;
	color: white;
	font-size: .6rem;

}


.botonera{
	width: 14vw;
	height: auto;
	margin: 7px;
}

.paniclink{
	position: absolute;
	left: 250px;
	top: 150px;
	z-index: 1000;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#panic{
	width: 24vw;
	height: auto;
}