/*
    Document   : styles
    Created on : 20/01/2015, 03:48:20
    Author     : Martin Arrech
    Description:
        Purpose of the stylesheet follows.
*/
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

body {
	margin: 0;
	padding: 0;
	background-position: top center;
	font-family: 'Titillium Web', sans-serif;
	background-position-x: 159px;
}
a {
	text-decoration: none;
	color: #4E4E4E;
}
.logo-wrap {
	padding-top: 80px;
	text-align: center;
	padding-bottom: 42px;
}
.logo-wrap img {

}
.grey {
	background-color: rgba(238, 238, 238, 1);
}
.white {
	background-color: rgba(255,255,255,1);
}
.back {
	text-align: center;
}
.back.datos.white {
	padding-top: 68px;
	padding-bottom: 26px;
}
.back.datos.white .text {
	font-weight: normal;
}

.page {
	padding: 20px;
}
.page .text {
	font-weight: 400;
}
.page .text p {
	margin-bottom: 5px;
	text-align: justify;
}
.page .text p.data {
	text-align: left;
}
.page .title {
	text-align: center;
}

.datos {
	text-align: center;
	padding: 26px;
	padding-bottom: 48px;
}
.title {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 7px;
	color: #5C5B5B;
}

.franja {
	max-width: 80%;
	background: url('/img/mosaico_franja.png');
	width: 380px;
	height: 12px;
	margin: 0px auto;
}
.text {
	padding-top: 24px;
	font-weight: bold;
	color: #4E4E4E;
	letter-spacing: 1px;
	font-size: 18px;
}
.text p {
	margin:0px;
}
.text p.telefono {
	margin-top: 20px;
	margin-bottom: 15px;
}
.white .text p {
	color: #898989;
}
.form {
	width: 855px;
	margin: 0px auto;
	margin-top: 23px;
	max-width: 100%
}

.form input,
.form textarea {
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 19px;
	font-size: 16px;
	margin-bottom: 24px;
	border-radius: 5px;
	border: 1px solid #DADADA;
}
.form input[type=checkbox] {
	width: auto;
	margin: 0;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.form textarea {
	height: 200px;
}
.form .button {
	text-transform: uppercase;
	background: #55B9D1;
	color: #FFF;
	padding: 22px 121px;
	border-radius: 5px;
	margin-top: 18px;
	display: inline-block;
	width: auto;
	cursor: pointer;
	box-sizing: border-box;
	max-width: 100%;
}
.footer {
	padding: 27px 0px;
	color: #b6b6b6;
	font-size: 16px;
}
.footer-wrap {
	max-width: 864px;
	margin: 0px auto;
}
.footer .links {
	float:right;
}
.footer .links a {
	color: #B6B6B6;
	display: inline-block;
	vertical-align: middle;
	padding-right: 14px;
	margin-right: 14px;
	border-right: 1px solid #B6B6B6;
	line-height: 16px;
}
.footer .links a:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border: none;
}
.footer .links img {
	margin-left: 14px;
	display: inline-block;
	vertical-align: middle;
}
.footer .copyright {
	float: left;
	margin-top: 5px;
}
.clear {
	clear: both;
}
.name {
	display: none;
}
.input-wrap {
	position: relative;
	color: #898989;
}
.input-wrap.politica {
	display: inline-block;
	margin: 0px auto;
	font-size: 16px;
	margin-bottom: 20px;
}
.input-wrap.politica span {
	display: inline-block;
	vertical-align: middle;
}

.input-wrap.politica a {
	text-decoration: underline;
}
label.error {
	color: #FF5741;
	position: absolute;
	font-size: 12px;
	top: -20px;
}
input.error, textarea.error {
	border: 1px solid #FF5741;
}
input.valid, textarea.valid {
	border: 1px solid #16CC22;
}
.alert {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 5px;
	font-weight: 600;
	color: #FFF;
}
.alert.success {
	background-color: #16CC22;
}
.alert.error {
	background-color: #FF5741;
}

span.email > span.hide, span.email > span.hide + span {
	display:none;
}

@media screen and (max-width: 575px) {
	.form .left,
	.form .right{
		float: none;
		width: 100%;
	}
	.form .button {
		padding: 22px 0;
		width: 100%;
	}
	.footer {
		padding: 27px 26px;
		color: #B6B6B6;
		font-size: 16px;
	}
	.footer .links, .footer .copyright {
		float: none;
		width: 100%;
		text-align: center;
	}
	.footer .links {
		margin-top: 20px;
	}
}
@media screen and (min-width: 576px) {
	.form .left {
		float: left;
		width: 48%;
	}
	.form .right {
		float: right;
		width: 48%;
	}
}