﻿@import url(https://fonts.googleapis.com/css?family=Muli:400,700);

/* DOCUMENTO PRINCIPAL */

.bodyHome{
	background-attachment: fixed;
	background-image: url("../images/home/bk.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	font-family: 'Muli';
	color:#fff;
}

.containerHome{
	padding:2%;
}

.logoHome{
	max-width:100%;
	height:auto;
}

.subtitleHome{
	font-size: 1.8em;
	font-weight: lighter;
	margin-top: -65px;
}


/* FORMA PRINCIPAL */
.frmHome{
	text-align: right;
}

.inputHome{
	background: #000;
	opacity: 0.6;
	margin-right: 5%;
	color: #fff;
}

.buttonHome{
	color:#fff;
	background: #32a643;
	padding: 0.3% 5%;
	opacity: 1;
	border:0;
	float: right;
	margin: 0 !important;
	font-size: 1em;
	cursor: pointer;
}

.mensajeError {
	text-align: center;
	font-size: 14px;
	color: #000;
}

sub{
	float: right;
	color:#797979;
	margin-top: 5%;
}

/* pos&data */

/*.centerCapa-8 {
	position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 696px;
     height: 600px;
} 

.Capa-8 {
  width: 696px;
  height: 600px;
  object-fit: contain;
  opacity: 0.8;
  mix-blend-mode: multiply;
}*/

/*.centerCapa-9 {
	position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 490px;
    height: 319px;
} 

.Capa-9 {

  width: 490px;
  height: 319px;
  mix-blend-mode: multiply;

}*/

.centerCapa-11 {
	position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 590px;
    height: 419px;
}

.Capa-11 {

  width: 590px;
  height: 419px;
  object-fit: contain;

}

.centerCapa-13 {
	position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 413px;
    height: 13px;
}

.form-home-text {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}