
.ctx-contacto{
	position: absolute;
	z-index: 1;
	width: 520px;
	height: 375px;
	top: 10vh;
	left: 10%;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0,0,0,0.7);
	z-index: 4;
}

.ctx-contacto form#form-contacto{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 2em;
}
form#form-contacto p {
	margin-bottom: 6px;
}
form#form-contacto p input{
    width: 250px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    margin: auto;
    display: block;
    background: transparent;
    border: 1px solid #fff;
}

form#form-contacto p input.error{
    background: #fcc01a;
    color: #fff;
}
form#form-contacto p input::-webkit-input-placeholder {
	color: #fff;
}
form#form-contacto p input::-moz-placeholder {
	color: #fff;
}
form#form-contacto p input:-ms-input-placeholder {
	color: #fff;
}
form#form-contacto p input:-moz-placeholder {
	color: #fff;
}


form#form-contacto p select{
	color: black;
    width: 260px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    outline: 0;
    padding: 5px;
    margin: auto;
    display: block;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
form#form-contacto p select option{
	color: black;
}
form#form-contacto p .enviar-contacto{
    background: #fcc01a;
    width: 140px;
    height: 33px;
    line-height: 33px;
    display: block;
    font-family: 'aftasans';
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #fff;
    letter-spacing: 2px;
    color: #fff;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    outline: 0;
}
form#form-contacto p .enviar-contacto:hover{
	opacity: .8;
}
.mensaje-gracias{
    display: none;
	top: 50%;
	color: white;
	position: relative;
	-webkit-transform: translateY(-110%);
	-moz-transform: translateY(-110%);
	transform: translateY(-110%);
}
.mensaje-gracias p{
    font-size: 19px;
}
.fondo-manuelMontt #form-contacto {
	padding-bottom: 15px;
}
.fondo-manuelMontt .form-qr .centrador{
	height: auto !important;
}
.fondo-manuelMontt .form-qr .conte {
	padding: 0 20px 20px !important;
}


