/* Varios */
.back {
	background: #ffc650 url('img/bg_landing.jpg') repeat-x center;
	background-size: cover;
	height: 100%;
	position: relative;
	min-height: 840px;
}
.back:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
@media (max-width: 991px) {
	.homepage #main .container {
		width: auto;
	}
	.homepage .back {
		background-image: none;
		min-height: auto;
	}
	.homepage .back:before {
		display: none;
	}
	.homepage .main {
		background: #ffc650 url('img/bg_landing.jpg') repeat-x center;
		background-size: cover;
	}
	.homepage .main:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}
}
.thankyoupage .back {
	background-image: url('img/bg_tankyou.jpg');
}
.thankyoupage .back:before {	
	background-color: rgba(0,0,0,0.7);
}

/* Header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99;
}
header .container {
	position: relative;
	text-align: center;
	padding-top: 22px;
	padding-bottom: 22px;
}
header .logo {
	display: inline-block;
}




/* CONTENIDO CENTRAL 
@media (min-width: 992px) {
	#main > .container > .row > div {
		height: 666px;
	}
}*/

#main {
	border-bottom: solid 20px #ffc650;
	overflow: hidden;
}
@media (min-width: 992px) {
	#main {		
		height: 100%;
	}
}
.thankyoupage #main {
	height: 100%;
}
.thankyoupage .back {
	min-height: 800px;
}
#main .container {
	height: 100%;
}
#main .row {
	height: 100%;
}
#main .formulario {
	height: 100%;
}
#main .container {
	position: relative;
}
#main .main {
	position: relative;
	padding-top: 60px;
	/*height: 100%;*/
}

h1 {
	color: #fff;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 36px;
	margin: 5px 0;
	line-height: 110%;
}
h2 {
	color: #fff;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
}

.items {
	padding-top: 66px;
	text-align: center;
    padding-bottom: 80px;
}
.items article {
	min-height: 250px;
	padding: 10px 15px 10px 15px;
	border-right: solid 5px #ffc650;
}
.items > div {
	margin-left: 0;
	margin-right: 0;
}
.items > div > div {
	padding-left: 0px;
	padding-right: 0px;
}
.items > div > div:last-child article {
	border-right-color: transparent;
}
.items i {
	display: inline-block;
	margin-bottom: 20px;
}
.items p {
	color: #fff;
	text-align: center;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 170%;
}




/* FORMULARIO */
.formulario {
	position: relative;
	background-color: #e3002b;
	z-index: 2;
	padding-top: 25px;
	height: 100%;
}
.formulario:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 200%;
	height: 100%;
	background-color: #e3002b;
	left: 0;
	top: 0;	
}
h3 {
	color: #fff;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 150%;
}
form {
	position: relative;
	z-index: 3;
	padding: 0px;
}
form fieldset {
	margin-bottom: 20px;
}
form .box {
	text-align: left;
}
form .box em {
	color: #231f20;
	font-size: 13px;
	font-weight: 300;
}
form .submit {
	margin: 0px;
}
form .submit span {
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-weight: 500;
	display: block;
	/*padding-top: 8px;*/
	color: #fff;
	font-size: 12px;
}
form .submit input,
.bt-volver {
	background-color: #ffc650;
	color: #000000;
	text-transform: uppercase;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	display: inline-block;
	padding: 16px 0;
	float: right;
	outline: none;
	width: 100%;
	max-width: 123px;
	-webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
form .submit input:hover,
.bt-volver:hover {
	color: #fff;
	background-color: #222;
}
.checkboxes p {
	font-size: 13px;
	color: #fff;
}
input[type='checkbox'] {
	width: auto !important;
	display: inline-block !important;
	margin-left: 2px;
}

#ok, #error {
	position: fixed;
	bottom: 130px;
	right: 80px;
	text-align: center;
	width: 26%;
	color: #ffc650;
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation-delay: 10s; /* Chrome, Safari, Opera */
  animation-delay: 10s;
  -webkit-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 1);
	font-size: 14px;
	z-index: 8;
	line-height: 120%;
}
#ok {
  font-family: 'Futura Std', 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 140%;
  bottom: 30px;
	background-color: #e3002b;
}
#oks p {
  
}
#error {
	color: #ffc650;
	background-color: #e3002b;
}

/* Contacto */
.caja span.vanadium-invalid {
	display: none;
}
input[type=text].vanadium-invalid {
	background-color: #ffc650;
}
.caja p {
	color: #fff;
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
}



/* FOOTER */
footer {
	padding: 40px 0;
	overflow: hidden;
}
footer h4 {
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #e3002b;
	display: inline-block;
	padding: 0 36px;
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
	line-height: 130%;
}
footer h4:before,
footer h4:after {
	content: '';
	position: absolute;	
	top: 50%;
	width: 100%;
	max-height: 227px;
	background-color: #e3002b;
	height: 3px;
	margin-top: -1px;
}
footer h4:before {
	right: 100%;
}
footer h4:after {
	left: 100%;
}
.ademas_list {
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	color: #e3002b;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 130%;
}
.ademas_list li {
	margin-bottom: 5px;
}
.ademas_list i {
	position: relative;
	top: -2px;
}
footer h5 {
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #e3002b;
	display: block;
	padding: 0 36px;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: 130%;
}
.legales {
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-size: 16px;
	border-bottom: solid 1px #fff;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	line-height: 130%;
	position: absolute;
	left: 50%;
	bottom: 25px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.legales:hover {
	color: #ffc650;
	border-color: #ffc650;
	/*background-color: #222;*/
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: rgba(0,0,0,0.75);
}
.popup .inner_popup {
	max-width: 728px;
	min-width: 320px;
	border: solid 5px #333333;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 50px;
  min-height: 320px;
}
.popup .inner_popup .scroller {
	height: 100%;
	overflow: auto;
	padding-right: 20px;
}
.popup .inner_popup i {
  pointer-events: all;
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	text-align: center;
	width: 25px;
	height: 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #e3002b;
	font-family: 'Segoe UI', sans-serif;
	cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}
.popup .inner_popup i:hover {
	background-color: #222;
}
.popup h6 {
	color: #e3002b;
	font-family: 'Futura Condensed', 'Futura Std', 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 130%;
}
.popup b,
.popup p,
.popup a {
	color: #000;
	font-family: 'Futura Std', 'Open Sans', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 160%;
}
.popup a:hover {
	color: #e3002b;
}

/* Nuevos ajustes */
body {
	background-color: #fff;
}
header {
	background-color: #ffc650;
}
.formulario:after {
	background-color: #e3002b;
}
form .submit input,
.bt-volver {
	background-color: #ffc650;
	color: #222;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/*.legales {
	background-color: #ffc650;
	color: #000;
	font-weight: 700;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}*/
footer {
	background-color: #e3002b;
}
footer h4 {
	color: #fff;
}
footer h4:before, footer h4:after {
	background-color: #fff;
}
.formulario:after {
    border-top: solid 0px #333;
    border-bottom: solid 5px #333;
}
footer h5 {
	color: #fff;
}
.ademas_list {
	color: #fff;
}
form .submit span {
	color: #fff;
}
/* PLACEHOLDER */
input::-webkit-input-placeholder {
	color: #444;
} 
textarea::-webkit-input-placeholder {
	color: #444;
} 
input:-moz-placeholder {
	color: #444;
} 
textarea:-moz-placeholder {
	color: #444;
}
input::-moz-placeholder {
	color: #444;
} 
textarea::-moz-placeholder {
	color: #444;
}

.fakeheader {
	height: 83px;
}
@media (max-width: 991px) {
	.fakeheader {
		height: 79px;
	}
	.checkboxes {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	#prefijo {
		margin-bottom: 20px;
	}
}

.enviado_ok {
    background-color: #e3002b;
    padding: 60px 0;
    text-align: center;
}
.enviado_ok p {
	font-size: 22px;
	color: #fff;
	line-height: 130%;
}
.enviado_ok p strong {
	font-weight: 500;
}
.enviado_ok p.mensaje_enviado {
	font-size: 26px;
	color: #ffc650;
}
.autoenmanos {
	text-align: center;
	padding: 80px 0;
}
.autoenmanos h1 {
	margin-bottom: 60px;
}
.descubri {
	color: #e3002b;
	background-color: #ffc650;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 15px;
	font-size: 20px;
}
.descubri i {
	position: relative;
	top: -2px;
	margin-left: 5px;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}
.descubri:hover {
	background-color: #e3002b;
	color: #fff;
}
.descubri:hover i {
	margin-left: 15px;
}