﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	background-color: #ffffff;
	color: #fff;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
a,
li,
blockquote {
	font-family: 'Roboto', sans-serif;
}

strong {
	font-weight: 700;
}

.text-center {
	text-align: center;
}




/*********************************************************************************/

/* Header */

header {
	/*background-image: url("images/header-background.jpg");*/
	/*
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: azure;
    padding: 15px;
*/
/*	float: left;*/
	margin-top: 20px;
}

.header{
    float: left;
}



a.gtmphone i {
	padding-right: 5px;
}

a.gtmphone {
	font-weight: 700;
}

.contact_bar .mail a,
.contact_bar .phone a {
	display: block;
	margin-right: 20px;
}

.contact_bar i {
	margin-right: 10px;
}

.contact_bar .mail,
.contact_bar .mail i,
.contact_bar .mail p {
	float: left;
}

.contact_bar .phone,
.contact_bar .phone i,
.contact_bar .phone p {
	/*
   float: right;
		position: fixed;
*/
}

.logo_box {
	text-align: center;
}


/*********************************************************************************/

/* Main */

.form_box {
	text-align: center;
}

.form_box form {
	margin: 20px auto;
	width: 400px;
	text-align: left;
}

.form_box .form li {
	margin: 20px 0;
}

.form_box .form label {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.form_box .form input[type="text"] {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #898989;
	padding: 5px;
	font-size: 14px;
}

.form_box .form textarea {
	width: 100%;
	border: 1px solid #898989;
	padding: 5px;
	font-size: 14px;
}

.form_box input:focus,
.form_box textarea:focus {
	outline: 2px solid #FF9637;
}

.form_box::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #b2b2b2;
	font-size: 14px;
	padding: 5px;
}

.form_box::-moz-placeholder {
	/* Firefox 19+ */
	color: #b2b2b2;
	font-size: 14px;
	padding: 5px;
}

.form_box:-ms-input-placeholder {
	/* IE 10+ */
	color: #b2b2b2;
	font-size: 14px;
	padding: 5px;
}

.form_box:-moz-placeholder {
	/* Firefox 18- */
	color: #b2b2b2;
	font-size: 14px;
	padding: 5px;
}

.form_box li.check input {
	width: 5%;
	float: left;
}

.form_box li.check input:focus {
	outline: none;
}

.form_box li.check label {
	width: 90%;
	float: left;
	padding-top: 3px;
	font-size: 14px;
	color: #b2b2b2;
	text-transform: initial;
	font-weight: 400;
}

.form_box li.check label a {
	color: #FF9637;
}

.form_box input[type="submit"] {
	background-color: #FF9637;
	outline: none;
	border: 0px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	font-size: 16px;
	margin-top: 20px;
	transition: .2s all;
}

.form_box input[type="submit"]:hover {
	background-color: #313131;
}

.form_box label.error,
#contact-form > ul > li.check > label.error {
	color: #FF9637;
	margin: 5px;
	text-transform: none;
	font-weight: 500;
}

.form_box .sms_ok {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 30px 30px 50px 30px;
}

.form_box .sms_ok h5 {
	color: #6b737e;
	font-weight: 700;
	margin-bottom: 15px;
}

.form_box .sms_ok a {
	color: #FF9637;
	font-weight: 700;
}

.form_contact_bar_box {
	text-align: center;
}

.form_contact_box {
	display: inline-block;
	width: 300px;
}

.form_contact_bar .mail a,
.form_contact_bar .phone a {
	display: block;
	margin-right: 20px;
}

.form_contact_bar i {
	margin-right: 10px;
}

.form_contact_bar .mail,
.form_contact_bar .mail i,
.form_contact_bar .mail p {
	float: left;
}

.form_contact_bar .phone,
.form_contact_bar .phone i,
.form_contact_bar .phone p {
	float: left;
}


/*********************************************************************************/

/* Footer */

footer {
	background-color: #ffffff;
	color: #fff;
}

footer p {
	text-align: right;
	padding: 28px 0;
	font-size: 12px;
}

footer p a {
	color: #fff;
	font-weight: 700;
	transition: .2s all;
}

footer p a:hover {
	color: bisque;
	text-decoration: none;
}

footer .idento {
	float: right;
	padding: 20px;
}

@media only screen and (max-width: 480px) {
	footer .logo-footer img {
		max-width: 100%;
		margin-top: 20px;
	}
	footer p {
		width: 100%;
		text-align: center;
		padding: 14px 0 50px 0;
	}
	footer .idento {
		float: none;
		text-align: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 5px;
		padding: 0px;
	}
}

.cookies-warm-amp .content {
	padding: 15px 125px 15px 15px;
	width: 100%;
	height: auto;
	background: #fff;
	opacity: .80;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);
	-khtml-opacity: .80;
	-moz-opacity: .80;
	color: #666;
	text-shadow: #fff 1px 1px 1px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	z-index: 9000;
	line-height: 16px;
}

.cookies-warm-amp .content a {
	color: green;
	font-weight: bold;
	font-family: arial;
	text-decoration: none;
	display: inline-block;
}

.cookies-warm-amp .content a:hover {
	color: #FF9637;
	text-decoration: underline;
}

.cookies-warm-amp button {
	background: green;
	color: white;
	border: 2px solid #fff;
	padding: 6px;
	border-radius: 4px;
	font-weight: bold;
	text-shadow: 0px 1px #343;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 100px;
}

.cookies-warm-amp button:hover {
	background: #FF9637;
}


/*-----CABECERA---------*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
}


.morado {
	color: #FF9637;
}

.rosa {
	color: #FF9637;
}

.fondomorado {
	background-color: #FF9637;
}

.fondorosa {
	background-color: #FF9637;
}

.izquierda {
	text-align: left;
}

.derecha {
	text-align: right;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

div#cabecera {
	z-index: 9px;
	background-image: url(/images/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	/*    background-attachment: fixed;*/
	color: #fff;
	padding-top: 50px;
}

div#cabecera img.log {
/*	max-width: 70%;*/
  /*  margin-top: 30px;*/
}

section.banner {
	text-align: center;
}

h1 {
	font-size: 16px;
	padding-top: 22px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 22px;
}

h2 {
	font-size: 36px;
	font-weight: 700;
}

h3 {
	font-size: 33px;
	font-weight: 700;
	/*		padding-bottom: 17px;*/
	padding-top: 17px;
}

#bono h3 {
	margin-bottom: 30px;
}

h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 37px;
	text-transform: uppercase;
}

#videncia p {
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
}

#cabecera p {
	padding-bottom: 10px;
	font-size: 16px;
}

.cta {
	transition: all 1s ease-in-out;
	background-color: #FF9637;
	padding: 10px 50px;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 23px;
	color: #fff;
	font-size: 27px;
	box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.39);
}

.cta2:hover {
	background-color: rgba(255, 0, 0, 0.6);
	color: #fff;
	/*	border: 1px solid #FF9637;*/
}

.cta:hover {
	background-color: rgba(255, 0, 0, 0.6);
	color: #fff;
	/*	border: 1px solid #FF9637;*/
}

.cta2 {
	transition: all 1s ease-in-out;
	background-color: #FF9637;
	padding: 12px 40px;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 23px;
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.39);
}

.ctam {
	transition: all 1s ease-in-out;
	background-color: #FF9637;
	padding: 12px 40px;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 23px;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.39);
}

.telefono {
	font-weight: 700;
	margin-left: 20px;
	float: right;
	font-size: 12px;
	color: #fff;
	padding: 5px 15px;
	transition: all 1s ease-in-out;
	text-align: center;
	border-radius: 10px;
	text-transform: uppercase;
	box-shadow: 3px 4px 21px 0px rgba(0, 0, 0, 0.39);
}

.telefono:hover {
	background-color: rgba(255, 0, 0, 0.6);
	color: #fff;
	/*	border: 1px solid #FF9637;*/
}







.logos img {
	width: 30px!important;
}

.banner p {
	font-size: 16px;
	line-height: 14px;
}

#bono p {
	font-size: 18px;
	line-height: 30px;
}

#bono a.cta {
	margin-top: 40px;
}

.logos {
	padding-top: 15px;
	padding-bottom: 90px;
}

#bono {
	position: relative;
	padding-bottom: 50px;
}

.bienvenida {
	text-align: center;
}

h4 {
	margin-top: 30px;
}

h2:after {

	content: " ";
	display: block;
	width: 15%;
	height: 1px;
	margin: 28px auto;
	background-color: #FF9637;
	margin-bottom: 32px;
}

h3.linea:after {

	content: " ";
	display: block;
	width: 110px;
	height: 1px;
	margin: 19px auto;
	background-color: #FF9637;

}

h3.lado:after {

	content: " ";
	display: block;
	width: 110px;
	height: 1px;
	margin: 19px 0px;
	background-color: #FF9637;

}

.carta {
	position: absolute;
	z-index: -1px;
	right: 0px;
}

.imagen1 {
	height: 100%;
	width: 100%;
	margin: -4px 0;
}

#ofrecemos {
	padding-top: 80px;
	background-color: #020202;
	padding-bottom: 90px;
}

.txt {
	width: 90%;
	float: left;
	padding-top: 8px;
	margin-bottom: 25px;
	padding-left: 18px;
	line-height: 24px;
}

.img {
	width: 10%;
	float: left;
	padding-left: 18px;
}

img {
	max-width: 100%;
}

#videncia {
	margin-bottom: 50px;
	background-color: #ffffff;
	text-align: center;
	position: relative;
}

#videncia img {
	position: absolute;
	width: 100%;
	right: 0px;
	top: 93px;
}

.img3 {
    width: 100%;
	/*	padding-bottom: 50px;*/
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin: auto;

}

.ancho{
    width: 100%;
}

.img4 {
    width: 100%;
	margin-bottom: -4px;
	margin-top: 50px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

.bonos {
	text-align: center;
}

.bonos {

	background-image: url(/images/final.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	position: relative;

}

img3 {
	position: absolute;
}

.bonosvidencia {
	margin-top: 65px;
	margin-bottom: 65px;
}

.bonos p {
	font-size: 23px;
	line-height: 36px;
}

.bonos p.texto {
	font-size: 16px;
	line-height: 23px;
}

.bonos div.logos {
	padding-bottom: 0px;
}

.bonos a.cta2 {
	margin-top: 38px;
}

footer .legal:after {
	content: "|";
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
}

footer {
	margin-bottom: 20px;
}


.font {
	font-size: 12px;
	display: block;
	line-height: 23px;
}

.headertopbar {
	margin-left: auto;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	max-height: 210px;
	text-align: center;
	margin-top: 20px;
}

.fixed-header a {
	font-weight: 700;
	font-size: 17px;
	margin-right: 20px;
}

footer p.iz {
	text-align: left;
}

.banner span.font {
	margin-bottom: 5px;
}

@media only screen and (min-width: 1400px) {
    section.banner div.logos{
        padding-bottom: 150px;
    }
    .margen{
        margin-top: 40px;
    }
    .margena{
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
	#ofrecemos{
		padding-top: 0;
	}

	.img-ofrecemos{
		text-align:center;
	}

}

@media only screen and (max-width: 767px) {
	.cta{
		padding: 10px 25px;
		margin-bottom:10px;
	}

	.cta2{
			padding: 10px 23px;
		}
}

@media only screen and (max-width: 479px) {
	.carta {
		top: 169px;
	}
	#ofrecemos {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.img {
		padding-left: 0px;
	}
	h3,
	h2 {
		font-size: 29px;
	}
	#videncia p {
		font-size: 15px;
	}
	.legal {
		display: block;
		padding-bottom: 10px;
	}
	footer p {
		padding: 14px 0 30px 0;
	}
	footer .legal:after {
		content: "";

		margin-right: 0px;
		margin-left: 0px;
	}
	.img3 {
		top: -2px;
	}
	.img4 {
		bottom: -3px;
	}
	.ocultar {
		display: none;
	}
	.telefono {
		float: none;
		position: fixed;
		width: 100%;
		border-radius: 0px;
		padding: 10px 15px;
		display: block;
		margin-left: 0px;
	}
	.fixed-header {
		margin-top: 0;
	}

	header {
		margin-top: 0px;
		z-index: 999;
	}
	.fixed-header a.tel {
		margin-top: 35px;
	}
	p.texto {
		margin-top: 20px;
	}
	span.font {
		font-size: 14px;
	}

	footer p {
		text-align: center;
		line-height: 20px;
		font-size: 14px;
	}
    .headertopbar{
        position: fixed;
        top:0;
        left: 0px;
    }

/*
    .log{
        margin-top: 40px;
    }
*/
}

/*Página gracias*/

.pagina-gracias h2{
	padding-top: 80px;
	font-size:45px;
	line-height: 52px;

}

.pagina-gracias #cabecera{
	height: 90vh;
}

.pagina-gracias .cta{
	display: inline-block;
	margin-top: 40px;
}