@font-face {
    font-family: 'HelveticaNeueLTStd-Cn';
    src:	url('../fonts/HelveticaNeueLTStd-Cn.eot');
    src:	url('../fonts/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'),
        	url('../fonts/HelveticaNeueLTStd-Cn.woff2') format('woff2'),
        	url('../fonts/HelveticaNeueLTStd-Cn.woff') format('woff'),
        	url('../fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'),
        	url('../fonts/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd-Cn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-BdCn';
    src:	url('../fonts/HelveticaNeueLTStd-BdCn.eot');
    src:	url('../fonts/HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
    		url('../fonts/HelveticaNeueLTStd-BdCn.woff2') format('woff2'),
        	url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
        	url('../fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'),
        	url('../fonts/HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-LtCn';
    src:	url('../fonts/HelveticaNeueLTStd-LtCn.eot');
    src:	url('../fonts/HelveticaNeueLTStd-LtCn.eot?#iefix') format('embedded-opentype'),
    		url('../fonts/HelveticaNeueLTStd-LtCn.woff2') format('woff2'),
    		url('../fonts/HelveticaNeueLTStd-LtCn.woff') format('woff'),
    		url('../fonts/HelveticaNeueLTStd-LtCn.ttf') format('truetype'),
    		url('../fonts/HelveticaNeueLTStd-LtCn.svg#HelveticaNeueLTStd-LtCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
	position: relative;
	color: #6D6E70;
	background-color: #fbf8f3;
	-webkit-tap-highlight-color: rgba(255, 255, 255, .2);
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0 0 15px;
	letter-spacing: 1px;
}
img {
	max-width: 100%;
}
a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
}
a:focus,a:hover {
	text-decoration: none !important;
}
.light {
	font-family: 'HelveticaNeueLTStd-LtCn', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
	font-weight: 100 !important;
}
.bold {
	font-family: 'HelveticaNeueLTStd-BdCn', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}
.normal {
	font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
}
.italic {
	font-style: italic;
}
.red {
	color: #ee3038;
}
.grey {
	color: #575756;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.no-margin {
	margin: 0 !important;
}

.frame {
	table-layout: fixed;
	position: relative;
	padding: 0;
	margin: 0;
}
.bg-img1, .bg-img2 {
	background-image: url('../img/bg-img.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-left: 1em solid #fbf8f3;
	border-bottom: 1em solid #fbf8f3;
	border-top: 1em solid #fbf8f3;
}
 .bg-img2 {
	min-height: 350px;
}
h1 {
	display: inline-block;
	width: 65%;
	text-align: left;
}
h3 {
	padding: .25em .75em;
	background-color: #E0001D;
	font-size: 1.2em;
	color: #fff;
	display: inline-block;
	border-radius: .85em;
}


.descuento {
	display: inline-block;
	width: 100%;
	text-align: right;
}
.descuento img {
	display: inline-block;
	width: 50%;
}

form {
	margin: 0;
	z-index: 3;
}
.form-group {
    margin-bottom: 7px;
}
.form-control {
	border-radius: 10px;
	border: 1.5px solid transparent;
	margin: 0;
	background-color: #eae6e3;
	font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
	padding: .1rem .75rem;
}
.form-check-inline {
    width: 70%;
	display: inline-block;
	float: right;
	margin: 3px;
	padding-left: 20px;
}
.form-check label {
	text-align: right;
	font-size: 1em;
	text-shadow: 1.5px 1.5px 2px rgba(0,0,0,1);
	letter-spacing: .5px;
	width: 100%;
	display: block;
	color: #fff;
}
.form-check {
	margin-bottom: 0;
}

.form-check-input {
    margin-top: .4rem;
}
.form-group {
	position: relative;
}
.form-group span {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #495057;
}

.obligatorios {
	background-color: #575757;
	color: #fff;
	border-radius: 10px;
	padding: 3px 10px;
	display: inline-block;
	font-size: .9em;
	margin-bottom: 5px;
}

::-webkit-input-placeholder {
	color:    #212121;
}
:-moz-placeholder {
	color:    #212121;
	opacity:  1;
}
::-moz-placeholder {
	color:    #212121;
	opacity:  1;
}
:-ms-input-placeholder {
	color:    #212121;
}
::-ms-input-placeholder {
	color:    #212121;
}
::placeholder {
	color: #212121 !important;
}
.btn-enviar {
	display: inline-block;
	background-color: #E0001D;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 5px 15px;
	border-radius: 10px;
	margin-top: 15px;
}
.btn-enviar:hover, .btn-enviar:active {
	background-color: rgba(224,0,29,.7);
	color: #fff;
}

form textarea {
	overflow: hidden;
	min-height: 100px;
}

.error {
	 border: 1.5px solid #FF0000 !important;
	 margin-right: 10px;
	 background-color: rgba(255,200,200,.7);
}
#gracias, #error_form {
	height: 400px;
	text-align: center;
}



.redband {
	overflow: visible;
}
.redband .frame-cell {
	vertical-align: middle;
}
.redband .bg-red {	
	background-color: #E0001D;
}
.redband .band1,
.redband .band4 {	
	width: 15px !important;
}
.redband .band2 {	
	width: 70%;
	padding-right: 10px;
}
.redband .band3 {	
	width: 30%;
}
footer .social {
	padding: 1.5% 0;
}
footer .social .social-link {
    background-color: #fff;
    color: #E0001D;
    padding: 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 1px;
    font-size: 14px !important;
}
footer .social a:hover {
	background-color: transparent;
	color: #fff;
}
.svg-inline--fa {
    vertical-align: middle !important;
}
footer .link-paz {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
	padding: 0 20px;	
}
footer .link-paz:hover {
	color: #fff;
	font-style: normal;
}
footer .logo-paz {
	position:absolute;
	bottom: 0;  
	left:0;
	right:0;
	padding: 10px 15px 0;
	width: 100%;
	display: block;
	margin: 0 auto;
}
footer .logo-container {
	width: 100%;
	height: 100%;
}
footer .link-paz-text:hover {
    color: #fff;
    font-style: normal;
}
footer .link-paz-text {
    position: relative;
    font-size: .95em;
}

footer .tel {
	color: #575756;
	font-size: .9em;
}
footer .tel a {
	color: #575756;
	font-size: 1.25em;
	display: inline-block;
    vertical-align: middle;
}
.fa-stack {
	vertical-align: middle;
}

small {
	display: block;
	font-size: .85em;
	color: #231F20;
	padding: 10px 0;
}
small a {
	color: #231F20;
}
small a:hover {
	color: #E0001D;
}

.margin {
	height: 20em;
}


.tel a:hover {
	color: #231F20 !important;
}

@media screen and (max-width: 991.5px) {
	body {
		font-size: 90%;
	}	
	.bg-img1, .bg-img2 {
		border-right: 1em solid #fbf8f3;
	}
	.bg-img1 {
		background-image: none;
	}
	h1 {
		width: 50%;
	}
	.descuento img {
		width: 40%;
	}
}
@media screen and (max-width: 767.5px) {
	body {
		font-size: 80%;
	}
	footer .logo-paz {
		padding: 10px 10px 0;
	}
	.form-check-inline {
		width: 100%;
	}
	.form-check label {
    	text-align: center;
	}
	.form-check-input {
		margin-top: .25em;
	}
	footer .social .social-link {
		width: 25px;
		height: 25px;
	}
	footer .link-paz-text {
		font-size: 12px;
	}
	footer .logo-paz {
		padding: 10px 12px 0;
	}
}
@media screen and (max-width: 575.5px) {
	body {
		font-size: 75%;
	}
	footer .logo-paz {
		padding: 0 5px;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 70%;
	}
	footer .social .social-link {
		line-height: 15px;
		height: 20px;
		width: 20px;
		margin: 1px;
		padding: 2px;
	}
	footer .link-paz-text {
		padding: 0;
	}
	footer .link-paz-text {
		font-size: 10px;
	}
}
