/* estilos personalizados */
* {
	box-sizing: border-box;
}
body{
	background-color: #fff;
}
.perBackground {
	  background: url(https://www.elyonteamconsulting.com/encuestas/app/imagenes/imagenHeaderBackground.jpg) repeat-x; 
	  height: 220px;
	  position: relative;
	  padding-top: 100px;
}
.border-top-radius{
	border-radius:15px 15px 0 0; 
}
.perContainer {
	background-color: #252525;
	height: 500px;
	padding: 0;
	border-radius: 15px;
	margin-bottom: 200px;
}
.cabecera{
	background-color: #F7F7F8;
	height: 100px;
}	
.logo{
	display: flex;
	justify-content: center
}
.logo img{
	height: 100px;
	padding: 20px;
}
.imagenBombillo{
	position: absolute;
	right: 0;
	height: auto;
	margin-top: 15%;
	margin-right: 10%;
}
/* estilos de formulario */

.formularioPrincipal{
	width: 80%;
	margin-top: 50px;
}
.formularioPrincipal h2{
	color: #ffffff;
}
.formularioPrincipal input{
	color: #ffffff;
	display: block;
	padding: 5px;
	margin:10px 0;
	width: 100%;
	border: 0;
	border-radius: 7px;
	background-color: rgb(61, 58, 58);
}
.formularioPrincipal input[type="submit"]{
	width: 40%;
	background-color: orange;
	margin-top: 30px;
	padding: 10px 10px;
	font-size: 22px;
	border-radius: 10px;
}
::placeholder { color: white; }

.memVisual .cabecera {
	background-color: #252525;
	height: 220px;
}
.cabera{
	color: white;
}
.cabeceraInterior img{
	height: 100px;
	margin: 20px 0 20px 40px;
}
.cabeceraInterior h1{
	display: inline;
	color: white;
	font-size: 16px;
}
input.bottonEnviar {
    background-color: orange !important;
    width: 30% !important;
}
