@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?6hd50z');
	src: url('../fonts/icomoon.eot?6hd50z#iefix') format('embedded-opentype'),
		 url('../fonts/icomoon.ttf?6hd50z') format('truetype'),
		 url('../fonts/icomoon.woff?6hd50z') format('woff'),
		 url('../fonts/icomoon.svg?6hd50z#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
    font-size: inherit;
	overflow: visible;
}

.icon-youtube:before {
  content: "\e900";
}
.icon-caret-down:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-fono:before {
  content: "\e905";
}

@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 {
	height: 100%;
}

body {
	font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0 0 15px;
	letter-spacing: 1px;
}
img {
	max-width: 100%;
}

frame {
	table-layout: fixed;
}
.transition {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	color: #fff;
}
a, a:focus,a:hover {
	text-decoration: none !important;
}


.w-100 {
	max-width: none;
}
.img-fluid {
	flex: 0 0 auto;
	object-fit: cover;
}

.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;
	font-weight: normal !important;
}
.normal {
	font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
	font-weight: normal !important;
}
.red {
	color: #ee3038;
}
.bg-red {
	background-color: #E0001D;
}
.dark-grey {
	color: #3e3e3d;
}
.grey {
	color: #515353;
}
.underline {
	text-decoration: underline;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.bg-img {
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 25% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section {
	position: relative;
	outline: none;
}
h1 {
	width: 60%;
}
h3 {
	font-size: 2em;
	color: #000;
	letter-spacing: .1em;
}
h2 {
	font-size: 4.5em;
	letter-spacing: .3em;
	color: #ee3038;
}
form {
	margin: 0 auto;
	z-index: 3;
	position: relative;
}
.form-group {
    margin-bottom: 7px;
}
.form-control {
	border-radius: 10px;
	border: 1.5px solid transparent;
	margin: 0;
	background-color: rgba(0,0,0,.59);
	font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
	padding: .35rem .75rem;
	color: #1d1d1b;
}
.form-check-inline {
	display: inline-block;
	float: left;
	margin: 3px;
}
.form-check label {
	text-align: left;
	font-size: 1em;
	letter-spacing: .5px;
	width: 100%;
	display: block;
	color: #000;
}
.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: #fff;
}

.obligatorios {
	color: #fff;
	border-radius: .75em;
	padding: 3px 10px;
	display: inline-block;
	font-size: .9em;
	margin-bottom: 5px;
	float: right;
	background-color: #495154;
}

.form-control::-webkit-input-placeholder {
	color: #fff;
}
.form-control:-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.form-control::-moz-placeholder {
	color: #fff;
	opacity:  1;
}
.form-control:-ms-input-placeholder {
	color: #fff;
}
.form-control::-ms-input-placeholder {
	color: #fff;
}
.form-control::placeholder {
	color: #fff !important;
}
.btn-enviar {
	display: inline-block;
	background-color: #E0001D;
	color: #fff;
	font-size: 1.4em;
	padding: .15em 1em;
	border-radius: .25em;
	letter-spacing: .07em;
}
.btn-enviar:hover, .btn-enviar:active {
	background-color: #fff;
	color: #E0001D;
}

form textarea {
	overflow: hidden;
	min-height: 5em;
}

.error {
	 border: 1.5px solid #FF0000 !important;
	 margin-right: 10px;
	 background-color: rgba(255,200,200,.7);
}
#gracias, #error_form {
	height: 27em;
	text-align: center;
}

.cargador {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


footer {
	position: relative;
	z-index: 1;
}

.redband {
	overflow: visible;
}
.redband .frame-cell {
	vertical-align: middle;
}
.redband .bg-red {	
	background-color: #E0001D;
}
.redband .band1,
.redband .band5 {	
	width: 15px !important;
}
.redband .band3 {	
	width: 85%;
	padding-right: 10px;
}
.redband .band4 {	
	width: 15%;
}
footer .social {
	padding: .3em 0;
}
footer .social .social-link {
    background-color: #fff;
    color: #E0001D;
    padding: .15em;
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    margin-right: .5em;
    border-radius: 1px;
    font-size: 1em !important;
}
footer .social a:hover {
	background-color: transparent;
	color: #fff;
}
.svg-inline--fa {
    vertical-align: middle !important;
}
footer .logo-paz {
	position:absolute;
	bottom: 0;  
	left:0;
	right:0;
	padding: 10px 17.5px 0;
	width: 100%;
	display: block;
	margin: 0 auto;
}
footer .logo-container {
	width: 100%;
	height: 100%;
}
footer .social .link-paz-text {
	color: #fff;
    position: relative;
    font-size: 1.25em;
}
footer .social .link-paz-text:hover {
    color: #E0001D;
	background-color: #fff;
}
footer .tel a {
	font-size: 1.3em;
	color: #575756;
}
footer .tel a:hover {
	color: #E0001D;
}
footer .tel .icon-fono {
	font-size: 1.8em;
	color: #575756;
}

small {
	display: block;
	font-size: .95em;
	color: #fff;
	padding: 10px 0;
}
small a {
	color: #fff;
}
small a:hover {
	color: #E0001D;
}

.social-container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style: none;
}
.social-item {
    display: inline-block;
}
.social-item .social-link {
    height: 35px;
    width: 35px;
    border-radius: 1.5px;
    font-size: 22px;
    letter-spacing: .04em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -html-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    text-align: center;
    text-decoration: none;
}

.fecha {
	font-size: 1.85em;
}
.fecha span {
	font-size: 1.85em;
}

@media screen and (max-width: 1200px) {
	.redband .band3 {	
		width: 80%;
	}
	.redband .band4 {
		width: 20%;
	}
}
@media screen and (max-width: 991.5px) {
	body {
		font-size: 90%;
	}
	.redband .band4 {
		width: 25%;
	}
	form {
		width: 100%;
	}
}
@media screen and (max-width: 767.5px) {
	body {
		font-size: 80%;
	}
	footer .logo-paz {
		padding: 10px 10px 0;
	}
	.form-check-input {
		margin-top: .25em;
	}
	.form-check label {
		padding-left: 20px;
	}
	footer .social .social-link {
		padding: 5px 2px;
		width: 30px;
		height: 30px;
	}
	footer .link-paz-text {
		font-size: 12px;
	}
	footer .logo-paz {
		padding: 10px 15px 0;
	}
	.redband .band4 {
		width: 35%;
	}
	.proyectos-list-bordered {
		border-left: none;
	}
	.dotted-line {
		width: 40%;
	}
}
@media screen and (max-width: 575.5px) {
	body {
		font-size: 75%;
	}
	footer .logo-paz {
		padding: 0 5px;
	}
	footer .social .social-link {
		padding: 2px;
		width: 20px;
		height: 20px;
	}
	footer .social .social-link {
		font-size: 11px !important;
	}
}
@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;
	}
}


