html, body
{
  	height: 100%;
}

body
{
	color: #616161;
	background: url(../images/fondos/bgFondo.jpg) fixed no-repeat;
	  font: 30px 'montserratregular';
	  line-height: 30px;
	position: relative;
}

strong
{
  	font-family: 'montserratbold';
}

em
{
	font-family: 'montserratitalic';
}

h1,h2,h3,h4,h5,h6
{
	color: #616161;
	 font: 48px 'montserratextrabold';
	 line-height: 48px;
}

a, a:before, a:after
{
	color: #ffffff;
 	text-decoration: none;
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

a:hover, a:hover:before, a:hover:after
{	
	cursor: pointer;
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

span, span:before, span:after
{
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

span:hover, span:hover:before, span:hover:after
{	
	/*cursor: pointer;*/
 	-webkit-transition: all 300ms ease-out;
 	-moz-transition: all 300ms ease-out;
 	-ms-transition: all 300ms ease-out;
 	-o-transition: all 300ms ease-out;
 	transition: all 300ms ease-out;
}

input, textarea
{
	width: 100%;
	height: 55px;
	font: 16px 'montserratregular';
	color: #616161;
	background: #ebebeb;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-left: 24px;
	margin-bottom: 17px;
}

textarea
{
    height: 148px;
	padding-top: 18px;
	padding-left: 4px;
	margin-bottom: 2px;
	border-top: 2px solid #8aa02c;
	resize: none;
}

input[type="number"]
{
    width: 35px;
    height: 24px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    border: 2px solid #A6244A;
}

input:focus, textarea:focus, .inputSeleccionado
{
	outline: none;
	/*border-color: #858876;*/
}

input[type="checkbox"]
{
	width: auto;
	height: auto;
	margin: 0px;
	margin-right: 9px;
	vertical-align: middle;
}

/******************************************************Placeholder******************************************************/

::-webkit-input-placeholder
{
 	color: #616161;
}

::-o-input-placeholder
{
 	color: #616161;
}

::-ms-input-placeholder
{
 	color: #616161;
}

:-moz-input-placeholder
{
 	color: #616161;
}

::-moz-input-placeholder
{
 	color: #616161;
}

/************************************************************************************/

.Home-Center {
	width: 1277px;
	padding-top: 116px;
}

.Home-Content {
	width: 566px;
}

.Home-Logo {
	width: 473px;
	height: 133px;
	background: url(../images/logo.png);
	margin-bottom: 91px;
}

.Home-Txt {
	max-width: 330px;
    margin-top: 24px;
    margin-bottom: 28px;
}

.Home-TxtProximamente {
	width: 516px;
	height: 60px;
	color: #c35fa6;
	font: 60px 'montserratblack';
	line-height: 60px;
	background: url(../images/proximamente.png) no-repeat;
}

.Home-Form {
	width: 464px;
	background: url(../images/bgFormulario.png) no-repeat;
	box-shadow: 0px 2px 32px rgba(0,0,0,0.11);
	padding: 40px 50px;
	padding-bottom: 48px;
}

.Home-TxtForm {
	color: #fff;
	font: 26.99px 'montserratblack';
	line-height: 26.99px;
	margin-bottom: 26px;
}

.Home-Btn {
	width: 100%;
	color: #fff;
	font: 24px 'montserratmedium';
	line-height: 24px;
	background: #616161;
	padding: 15px 0px;
}

.Contacto-Msj{
	display: none;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
}

.Contacto-Msj strong{
	color: #fff;
	font-size: 18px;
	line-height: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}

