body
{
	background: #ffffff;
	color: #595a5c;
}

#texto2Contacto
{
	position: absolute;
	/*top:23%;*/
	width: 100%;
	text-align: center;
	
	top:0%;
    opacity: 0;
}

#texto3Contacto
{
	position: absolute;
	/*top:53.5%;*/
	width: 100%;
	text-align: center;
	
    top:0%;
    opacity: 0;
}

#texto4Contacto
{
	position: absolute;
	/*top:84%;*/
	width: 100%;
	text-align: center;
	
    top:0%;
    opacity: 0;
}

#iconoPregunta {
	position: absolute;
	/*top:7%;*/
    height: 11%; /*prueba y error en base al diseño de 1280px*/
	left: 48.5%;
	width: 3%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    
    top:0%;
    opacity: 0;
}

#iconoNuevoProyecto {
	position: absolute;
	/*top:35.5%;*/
    height: 12%; /*prueba y error en base al diseño de 1280px*/
	left: 48%;
	width: 5%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    
    top:0%;
    opacity: 0;
}

#iconoSaber {
	position: absolute;
	/*top:67%;*/
    height: 10%; /*prueba y error en base al diseño de 1280px*/
	left: 48.5%;
	width: 4%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    
    top:0%;
    opacity: 0;
}

#texto1Contacto
{
	position: relative;
	float: left;
	width: 100%;
	padding-top: 2.5%;
	padding-bottom: 4%;
	background-color: #ffffff;
	
	font-family: 'nobileregular';
	/*letter-spacing: 0.58em;*/
	text-align: center;
    color: #5e5e5e;
    font-size: 3.6vw;
}

#bloque-textos
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 33vw;
	background-color: #00addb;
	
	font-family: 'nobileregular';
	text-align: center;
	letter-spacing: 0.5em;
    color: #ffffff;
    font-size: 1.2vw;
    line-height: 130%;
}

#contact-form
{
	position: relative;
	float: left;
	width: 87.5%; /* 100 - 12.5*/
	padding-left: 12.5%;
	padding-top: 3.5%;
	padding-bottom: 3%;
	background-color: #eef1f3;
}


/*#txtUserName::-webkit-input-placeholder
{
	/*line-height: 2.5em;*/
/*	
	text-align: left;
	color: #a7aaac;
	font-family: 'nobileregular';
	letter-spacing: 0.5em;
	font-size: 1vw;
	opacity: 1;
}*/

#contact-form input
{
	font-family: 'nobileregular';
	font-size: 1.8vw;
	letter-spacing: normal;
	color: #5e5e5e;
	height: 2.8em;
	width: 17.7em;
	margin-bottom: 0.7em;
	margin-right: 1em;
}

#contact-form input::-webkit-input-placeholder
{
	padding-top: 0.5em;
	font-family: 'nobileregular';
	font-size: 1.1vw;
	letter-spacing: 0.5em;
	color: #939598;
}

#contact-form input:-moz-placeholder  /* Firefox 18- */
{
	padding-top: 0.5em;
	font-family: 'nobileregular';
	font-size: 1.1vw;
	letter-spacing: 0.5em;
	color: #939598;
}

#contact-form input::-moz-placeholder /* Firefox 19+ */
{
	padding-top: 0.5em;
	font-family: 'nobileregular';
	font-size: 1.1vw;
	letter-spacing: 0.5em;
	color: #939598;
}

#contact-form input:-ms-input-placeholder /* Microsoft */
{
	padding-top: 0.5em;
	font-family: 'nobileregular';
	font-size: 1.1vw;
	letter-spacing: 0.5em;
	color: #939598;
}

#contact-menssage textarea
{
	font-family: 'nobileregular';
	padding-top: 0.65em;
	font-size: 1.8vw;
	letter-spacing: 0.5em;
	color: #5e5e5e;
	letter-spacing: normal;
	height: 13em;
	width: 19.6em;
	margin-bottom: 0.8em;
	resize: none;
}

#contact-menssage textarea::-webkit-input-placeholder
{
	padding-top: 0.5em;
	font-family: 'nobileregular';
	font-size: 1.1vw;
	letter-spacing: 0.5em;
	color: #939598;
}

#contact-form input[type="button"], #contact-form input[type="submit"] 
{
	font-family: 'karlaregular';
	font-size: 1.1vw;
	letter-spacing: 0.55em;
	color: #939598;
	height: 4.3em;
	width: 35em;
	color: #aaaaaa;
	background-color: #595a5c;
	border-radius: 0px;       /*para que iOS no me   */
	-webkit-appearance: none; /*redondee las esquinas*/
	cursor: pointer;
	
	-moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
}

#contact-form input[type="button"]:hover, #contact-form input[type="submit"]:hover
{
    background-color: #00acdc;
    color: white;
}

#contact-form input[type="button"]:active, #contact-form input[type="submit"]:active
{
  background-color: #00acdc;
  transform: translateX(-1px) translateY(1px);
}

#contact-form input[type="button"]:focus, #contact-form input[type="submit"]:focus
{
  outline: 0;
}

#contact-form input[type="text"], #contact-menssage textarea {
    border: 1px solid #ccc;
    padding-left: 0.8em;
    padding-right: 0.8em;
    border-radius: 0px;       /*para que iOS no me   */
	-webkit-appearance: none; /*redondee las esquinas*/
    -moz-transition: border-color .5s, outline .5s, -webkit-box-shadow .5s, box-shadow .5s;
    -webkit-transition: border-color .5s, outline .5s, -webkit-box-shadow .5s, box-shadow .5s;
    transition: border-color .5s, outline .5s, -webkit-box-shadow .5s, box-shadow .5s;
}

#contact-form input[type="text"]:focus, #contact-menssage textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

@media only screen and (max-width : 480px) /*low res*/
{
#iconoPregunta {
    background-image: url("../../images/480/iconoPregunta.png");
    /*background-image: url("../../images/480/LogoHomeTest.png");*/
	}
#iconoNuevoProyecto {
	background-image: url("../../images/480/iconoNuevoProyecto.png");
	}
#iconoSaber {
	background-image: url("../../images/480/iconoSaber.png");
	}
}

@media only screen and (min-width : 480px) and (max-width : 768px) /*high end smarphones & portrait iPads*/
{
#iconoPregunta {
    background-image: url("../../images/768/iconoPregunta.png");
    /*background-image: url("../../images/768/LogoHomeTest.png");*/
	}
#iconoNuevoProyecto {
	background-image: url("../../images/768/iconoNuevoProyecto.png");
	}
#iconoSaber {
	background-image: url("../../images/768/iconoSaber.png");
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) /*Tablets, landscape iPads*/
{
#iconoPregunta {
    background-image: url("../../images/1024/iconoPregunta.png");
    /*background-image: url("../../images/1024/LogoHomeTest.png");*/
	}
#iconoNuevoProyecto {
	background-image: url("../../images/1024/iconoNuevoProyecto.png");
	}
#iconoSaber {
	background-image: url("../../images/1024/iconoSaber.png");
	}
}

@media only screen and (min-width : 1024px) and (max-width : 1280px) /*Desktop*/
{
#iconoPregunta {
    background-image: url("../../images/1280/iconoPregunta.png");
    /*background-image: url("../../images/1280/LogoHomeTest.png");*/
	}
#iconoNuevoProyecto {
	background-image: url("../../images/1280/iconoNuevoProyecto.png");
	}
#iconoSaber {
	background-image: url("../../images/1280/iconoSaber.png");
	}
}

@media only screen and (min-width : 1280px) and (max-width : 1920px) /*Desktop Full HD*/
{
#iconoPregunta {
    background-image: url("../../images/1920/iconoPregunta.png");
    /*background-image: url("../../images/1920/LogoHomeTest.png");*/
	}
#iconoNuevoProyecto {
	background-image: url("../../images/1920/iconoNuevoProyecto.png");
	}
#iconoSaber {
	background-image: url("../../images/1920/iconoSaber.png");
	}
}

@media only screen and (min-width : 1920px) /*Desktop 4K*/
{
#iconoPregunta {
    background-image: url("../../images/4096/iconoPregunta.png");
    /*background-image: url("../../images/4096/LogoHomeTest.png");*/
	}
#iconoNuevoProyecto {
	background-image: url("../../images/4096/iconoNuevoProyecto.png");
	}
#iconoSaber {
	background-image: url("../../images/4096/iconoSaber.png");
	}
}