body{
	font-family: 'FuturaStd-Medium', arial;
	font-size: 15px;
	color: #1d4c91;
}
.footer{
background-color: #0065bd !important;
margin-top: 60px;
}
.cabecera{
background-image: url(../img/cabecera.jpg);
    width: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    top: 0px !important;
}
label.otra {
    width: 330px !important;
    margin-top: -5px !important;
}
#selectinfo {
    clear: both;
    width: 100% !important;
    padding: 10px 30px !important;
	font-family: 'FuturaStd-Medium', arial;
	font-size: 22px !important;
	color: #0065bd;
}
.titulo{
font-family: 'FuturaStd-Medium', arial;
color: #0065bd;
    font-size: 60px;
    text-align: center;

}
#form form {
    margin-top: 25px !important;
}
.checkbox.big h2 {
    width: 90%;
    font-size: 16px !important;
     padding-top: 7px !important;

}
.checkbox.big {
    width: 100% !important;
        margin-left: 15px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: -5px !important;
    margin-bottom: 20px !important;
}
#form input.data[type='text'] {
    width: 100% !important;
}
#form input.data[type='email'] {
    border: 1px solid #0269b1;
    background-color: transparent;
    border-radius: 15px;
    width: 100% !important;
    padding: 5px;
    margin-bottom: 6px;
    color: #0269b1;
    outline: none;
}
.checkbox h2 {
color: #0065bd !important;
    padding-top: 0px !important;
	    font-weight: 700 !important;
}
.checkbox {
    width: 270px !important;
    float: left;
    position: relative;
    }
h3{
font-family: 'FuturaStd-Medium', arial;
color: #0065bd !important;
text-align: left !important;
}
.checkbox, .radio {

    margin-top: -5px !important;
}
.gesto{
font-family: 'have', arial;
color: #ccd221;
text-transform: uppercase;
 font-size: 100px;
     text-align: center;

}
#superior{
	width: 1280px;
	margin: 0 auto;
	height: 800px;
	background-image: url(../img/bg_form.png);
}

#banner{
	width: 638px;
	float: left;
	position: relative;
	background-image: url(../img/banner.jpg);
	height: 800px;
	background-position: center;
}
.enviar{
background-color: #ccd221;
padding: 10px 35px;
    font-family: 'plume', arial;
    font-size: 30px;
    border: 0px !important;
    width: 300px;
    border-radius: 20px;
    margin-left: 15px;
	    margin-top: -25px;
}

#banner h1{
	font-size: 25px;
	text-align: center;
	color: #fff;
	background-color: #ccd221;
	padding: 35px;
	position: absolute;
	margin: 35px;
	top: 0px;
	left: 0px;
	border-radius: 10px;
	width: 89%;
    box-sizing: border-box;
}

#banner #social{
	background-color: #fff;
	width: 80px;
	height: 45px;
	background-image: url(../img/bg_form.png);
	position: absolute;
	bottom: 20px;
	left: 15px;
	font-size: 20px;
}

#banner #copyrigtht{
	color: #fff;
	width: 105px;
	height: 15px;
	position: absolute;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
	text-align: right;
}

#banner #social a{
	color: #0051a5;
	text-decoration: none;
	padding: 13px 3px 0 15px;
	float: left;
	transition: 500ms;
	opacity: 1;
}

#banner #social a:hover{
	opacity: 0.6;
}

#form{
	padding-left: 30px;
	position: relative;
}

#thankyou{
	width: 612px;
	float: left;
	position: relative;
	text-align: center;
	padding: 230px 60px 0;
	box-sizing: border-box;
}

#thankyou h1{
	font-size: 18px;
	line-height: 22px;
}

#thankyou h2{
	font-size: 15px;
	margin-top: 25px;
	line-height: 18px;
}

#error_payment{
	width: 612px;
	float: left;
	position: relative;
	text-align: center;
	padding: 230px 60px 0;
	box-sizing: border-box;
}

#error_payment h1{
	font-size: 18px;
	line-height: 22px;
}

#social2{
	margin-top: 30px;
}

#social2 a{
	color: #1d4c91;
	font-size: 20px;
	margin: 0px 8px;
}

#logo{
	position: absolute;
	top: 30px;
	right: 35px;
}

#form form{
	margin-top: 100px;
}

#form h1{
	font-size: 16px;
	font-weight: bold;
}

.checkbox{
	width: 120px;
	float: left;
	position: relative;
}

.checkbox a{
	color: #1d4c91;
}

.checkbox.small{
	width: 90px;
}

.checkbox.big{
	width: 100%;
}

.checkbox.medium{
	width: 140px;
}

#form .row{
	padding: 15px 0;
	vertical-align: middle;
}

.checkbox span{
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 5px solid #0269b1;
	box-sizing: border-box;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
}

.checkbox input[type=radio], .checkbox input[type=checkbox]{
	display: none;
}

.checkbox input[type=radio]:checked ~ span, .checkbox input[type=checkbox]:checked ~ span {
	background-color: #ccd221;
}

.checkbox h2{
	float: left;
	padding-top: 5px;
}

.checkbox.big h2{
	width: 90%;
}

label.otra{
	float: left;
	width: 260px;
	padding-left: 20px;
}

label.otra input{
	border: 1px solid #0269b1;
	background-color: transparent;
	border-radius: 15px;
	width: 90px;
	padding: 5px;
	color: #0269b1;
}

#otracantidad_radio{
	display: none;
}

#selectinfo{
	clear: both;
	width: 95%;
}

.clearfix{
	clear: both;
}

#form input.data[type='text']{
	border: 1px solid #0269b1;
	background-color: transparent;
	border-radius: 15px;
	width: 90px;
	padding: 5px;
	margin-bottom: 6px;
	color: #0269b1;
	outline: none;
}

#form input.data[type='text'].error{
	border: 1px solid red;
}

::-webkit-input-placeholder { color:#0269b1; }
::-moz-placeholder { color:#0269b1; } /* firefox 19+ */
:-ms-input-placeholder { color:#0269b1; } /* ie */
input:-moz-placeholder { color:#0269b1; }

#form input.data.medium{
	width: 150px;
	padding: 8px 15px;
	margin-right: 10px;
}

#form input.data.medium2{
	width: 84px;
	padding: 8px 15px;
	margin-right: 10px;
}

#form input.data.big{
	width: 345px;
	padding: 8px 15px;
	margin-right: 10px;
}

#form input.data.small{
	width: 52px;
	padding: 8px 15px;
	margin-right: 10px;
}

#form input.data.small2{
	width: 50px;
	padding: 8px 15px;
	margin-right: 10px;
}

#sendform{
	float: right;
	background-color: #ccd221;
	border-radius: 25px;
	padding: 15px 25px;
	color: #fff;
	outline: none;
	border: 0px;
	font-size: 17px;
	margin-right: 30px;
	opacity: 1;
	transition: 500ms;
	cursor: pointer;
}

#sendform:hover{
	background-color:#0269b1;
}

h3{
	font-size: 25px;
	width: 1280px;
	margin: 50px auto;
	text-align: center;
	font-weight: bold;
}

#inferior{
	width: 1250px;
	margin: 0px auto 40px;
}

.bannerinferior{
	width: 400px;
	margin: 0 8px;
	float: left;
	background-image: url(../img/bg_form.png);
	padding-bottom: 20px;
}

.bannerinferior div{
	padding: 40px 25px 10px;
	min-height: 80px;
	line-height: 17px;
}

.bannerinferior div b{
	font-weight: bold;
}

.bannerinferior div.imginferior{
	padding: 0;
	position: relative;
}

.bannerinferior div.imginferior label{
	color: #fff;
    width: 145px;
    height: 15px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 12px;
    text-align: right;
}

.bannerinferior a{
	background-color: #ccd221;
	border-radius: 25px;
	padding: 15px 25px;
	color: #fff;
	outline: none;
	border: 0px;
	font-size: 14px;
	margin-left: 25px;
	opacity: 1;
	transition: 500ms;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.bannerinferior a:hover{
	background-color:#0269b1;
}

h1.link{
	text-decoration: underline;
	cursor: pointer;
}

.hidden{
	display: none!important;
}

#politica_lbl.error, #politica_lbl.error a{
	color: red;
}

.wasap {
    display: none;
}
@media screen and (max-width: 500px){
    .wasap {
        display: block !important;
    }
}