@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: #fff;
	background-color: #fff;
	-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;
}
.underline {
	text-decoration: underline;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.frame {
	display: table;
	table-layout: fixed;
	width: 100%;	
    height: 100%;
	padding: 0;
	margin: 0;
}
.frame-block {
	height: auto;
}
.frame-cell {
	display: table-cell;
}
.frame-row {
	display:table-row;	
}
.bg-img {
	background: url('../img/bg.jpg') no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.btn-circle {
	font-size: 45px;
	width: 55px;
	height: 55px;
	margin-top: 15px;
	line-height: 25px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #E0001D;
	border: 2px solid white;
	border-radius: 100% !important;
	background-color: #fff;
	margin: 10px 5px;
	display: inline-block;
}
.btn-circle:focus, .btn-circle:hover {
	color: white;
	outline: none;
	background-color: rgba(255, 255, 255, .1);
}
.btn-circle i {
	margin-top: -2px;
}

header {
	padding: 0;
	text-align: right;
}

header .logo-suncity {
	margin: 0 auto;
	display: inline-block;
	width: 10%;
	min-width: 120px;
	vertical-align: middle;	
	text-align: right;
}
header .logo-paz img {
	max-width: 250px;
	width: 100%;
	min-width: 100px;
	display: block;
	margin: 0 auto;
}
section {
	position: relative;
}
.section-info {
	height: auto;
	min-height: 200px;
	overflow: visible !important;
}
.section-info .grey-container {
	background-color: #ececed;
	color: #58595b;
	text-align: center;
}
.section-info .grey-container p {
	font-size: 1.55em;
}
.section-info .grey-container .red-box {
	background-color: #df1f26;
	display: inline-block;
	color: #fff;
	width: 17.5%;
	min-width: 220px;
	margin: -15px .5px 30px;
	padding: 20px;
	vertical-align: top;
	min-height: 190px;
}
.section-info .grey-container .red-box h4 {
	font-weight: 200;
	margin: 0;
	font-size: 1.5em;
}
.section-info .grey-container .red-box img {
	width: 25%;
	margin-bottom: 20px;
}
.frame-proyecto {
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.logo-centro-alameda {
	width: 100%;
}

h1 {
	display: inline-block;
	width: 27.5%;
	margin: 15px 0;
	text-align: right;
	min-width: 180px;
}

h2 {
	text-align: right;
	font-size: 1.7em;
	margin: 10px 0 20px;
}

form {
	margin: 0;
}
.form-group {
    margin-bottom: 7px;
}
.form-control {
	border-radius: 10px;
	border: 1.5px solid transparent;
	margin: 0;
	background-color: rgba(255,255,255,.8);
	font-family: 'HelveticaNeueLTStd-Cn', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
	padding: .35rem .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;
}
.check-text {
	display: inline-block;
}

.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(224,0,29,.25);
}
#gracias, #error_form {
	height: 250px;
	text-align: center;
}

.info-box {
	padding: 10px;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	font-size: 1.2em;
	margin: 20px 0 10px;
}
.info-box span {
	font-size: 1.1em;
}

.bxslider img {
	width: 100%;
	max-width: none;
}

address {
	display: block;
	font-size: 1em;
	padding: 5px 0;
	margin: 0;
}
address .fa {
    width: 1.1em;
}
address a:hover, address a:active {
	color: #ececed;
}

footer {
	background-color: #ee081b;
	padding: 5px 0;
	margin-top: 20px;
}

small {
	display: block;
	font-size: .85em;
	color: #1a171b;
	padding: 10px 0;
}

.info {
	line-height: 1.2em !important;
	width: 25%;
	min-width: 440px;
	margin: 15px auto;
	text-align: center;
}
.info h3 {
	font-size: 3em;
	margin-bottom: 0;
}
.info .bordered {
	border-left: 1px solid #58595b;
}
.info .cell1 {
	font-size: 1.15em;
	padding: 2px 0 2px 0;
}
.info .cell2 {
	padding: 2px 0 2px 15px;
}
.info .bigger {
	font-size: 1.5em;
}

.btn-circle {
	font-size: 45px;
	width: 55px;
	height: 55px;
	margin-top: 15px;
	line-height: 25px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #e0001d;
	border: 2px solid white;
	border-radius: 100% !important;
	background-color: #fff;
	margin: 10px 5px;
	display: inline-block;
}
.btn-circle:focus, .btn-circle:hover {
	color: white;
	outline: none;
	background-color: rgba(255, 255, 255, .1);
}
.btn-circle i {
	margin-top: -2px;
}
.btn-block {
	text-align: center;
	margin-bottom: 25px;
}
.btn-block span {
	display: inline-block;
	width: 45.5%;
	height: 1px;
	border: 1px dotted rgba(255,255,255,.65);
	vertical-align: middle;
}

.horario {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 5px;
}
.tel {
	background-color: #df1f26;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 1.2em;
	margin-bottom: 15px;
	display: inline-block;
}
.tel:hover {
	background-color: #fff;
	color: #df1f26;
}

.llamado h3 {
	font-size: 2em;
	margin-bottom: 0;
}
.llamado p {
	font-size: 1.8em;
}
.llamado img {
	width: 25%;
	min-width: 180px;
}

.logos {
	text-align: right;
	width: 90%;
	float: right;
	padding: 5px 0;
}
.logos .frame-cell {
	text-align: center;
}
.logos .frame-cell h5 {
	font-size: .95em;
	margin-bottom: 5px;
}
.logos img {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	min-width: 75px;
	padding: 0 10px;
	margin: 5px 0;
}
.logos .logo2 {
	border-left: 1px solid #fff;
}

@media screen and (max-width: 991.5px) {
	.info {
		min-width: 340px;
	}
	.info h3 {
		font-size: 2em;
	}
	.btn-block span {
		width: 42%;
	}
}
@media screen and (max-width: 767.5px) {
	h2 {
		font-size: 1.45em;
	}
	footer .logo-paz {
		padding: 10px 10px 0;
	}
	h1, h2, .text-right {
		text-align: center !important;
	}
}
@media screen and (max-width: 575.5px) {
	body {
		font-size: 85%;
	}
	#formulario {
		padding: 0;
	}
	h2 {
		font-size: 1.45em;
	}
	.btn-block span {
		width: 40%;
	}
	.info {
		min-width: 230px;
	}
	.info h3 {
		font-size: 1.75em;
	}
	.llamado h3 {
		font-size: 1.5em;
	}
	.logos {
		text-align: right;
		width: 100%;
		float: none;
	}
	.frame-cell1 {
		width: 65%;
	}
}
@media screen and (max-width: 480px) {
	.btn-block span {
		width: 32%;
	}
	.info {
		min-width: 200px;
	}
	.info h3 {
		font-size: 1.5em;
	}
}
