@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');

*{
    font-family: 'Montserrat', sans-serif;
}


.col-left{
    height: 100vh;
    min-height: 1200px;
    background: url(../img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
}
.col-right{
    height: 100vh;
    min-height: 1200px;
    display: table;
    position: relative;
}

.align-top{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    float: left;
}
.align-middle{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    text-align: center;
}
.row-align-middle{
    max-width: 535px;
    display: inline-block;
}
.align-bottom{
    position: absolute;
    width: 100%;
    bottom: 0;
    float: left;
    left: 0;
}
.col-left .align-top {
    padding: 70px 80px 0;
}
.col-right .align-top {
    padding: 60px 75px 0;
}
.col-right .align-bottom {
    padding: 0 75px 60px;
}

/* TEXTOS */
.input-telefono span {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 30px;
}
.col-left p{
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
    text-align: right;
    margin: 0;
}
h1{
    font-size: 46px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    text-align: right;
    margin: 30px 0 25px;
}
h1 strong{
    color: #9d8355;
    font-weight: 700;
}
h2{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    text-align: right;
    margin: 0;
}
.number {
    font-size: 107px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    text-align: right;
    margin: 0;
    padding-right: 60px;
}
.percent {
    font-size: 55px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    right: 5px;
}
.anual {
    font-size: 11px;
    font-weight: 700;
    color: #1b1d21;
    background: #ffffff;
    padding: 4px 5px;
    border-radius: 5px;
    position: absolute;
    top: 90px;
    right: 0;
}
.section_phone {
    font-size: 25px;
    font-weight: 400;
    color: #e6530e;
    text-align: right;
    padding-top: 30px;
}
h3 {
    font-size: 32px;
    font-weight: 400;
    color: #9d8355;
    line-height: 1.3;
    text-align: left;
    margin: 0 0 25px;
}

.col-right p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    margin: 0 0 35px;
}
label{
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
label.form-legal{
    font-size: 12px;
    padding: 6px 0;
    font-weight: 600;
}
input{
    display: block;
    width: 100%;
    border: 1px solid #989898;
    height: 51px;
    padding: 0 20px 0 70px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
}
input::placeholder{
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
input[type="submit"], .button-enviar {
	display: none;
    width: 100%;
    border: 1px solid #989898;
    height: 51px;
    padding: 0 20px 0 70px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
    background: #9d8355;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
	line-height: 51px;
	border-radius: 5px;
}
div.button-enviar {
cursor: not-allowed;
}
.button-enviar.button-show {
    display: block;
}
form input[type="checkbox"] {
    display: none;
}
form input[type="checkbox"] + label.form-button.form-legal {
    border: 0;
    background-image: url(../img/checkbox-off.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    padding-left: 40px;
    height: auto;
    margin: 0;
    color: #b8b8b8;
}
form input[type="checkbox"] + label.form-button.form-legal.label-on {
    background-image: url(../img/checkbox-on.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-color: transparent;
    color: #b8b8b8;
}
footer a{
    font-size: 12px;
    color: #898989;
    padding: 0 10px;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
footer a:hover {
    color: #9d8255;
    text-decoration: none;
}
footer a:first-child{
    padding-left: 0;
}
footer .politica{
    padding-top: 20px;
}

/* HEADER */

.section_logo img{
    max-width: 220px;
}

/*FOOTER*/
.logo-madrid{
    text-align: right;
}

/*FORM*/
.input-nombre::before{
    content: url(../img/nombre.png);
    position: absolute;
    top: 37px;
    left: 35px;
    z-index: 99998;
    width: 25px;
    height: 25px;
    color: rgb(6, 106, 52);
    font-size: 22px;
    padding: 0px;
}
.input-telefono::before{
    content: url(../img/telefono.png);
    position: absolute;
    top: 37px;
    left: 35px;
    z-index: 99998;
    width: 25px;
    height: 25px;
    color: rgb(6, 106, 52);
    font-size: 22px;
    padding: 0px;
}
.input-local::before{
    content: url(../img/ubicacion.png);
    position: absolute;
    top: 37px;
    left: 35px;
    z-index: 99998;
    width: 25px;
    height: 25px;
    color: rgb(6, 106, 52);
    font-size: 22px;
    padding: 0px;
}
.input-email::before{
    content: url(../img/email.png);
    position: absolute;
    top: 37px;
    left: 35px;
    z-index: 99998;
    width: 25px;
    height: 25px;
    color: rgb(6, 106, 52);
    font-size: 22px;
    padding: 0px;
}
.input-cp::before{
    content: url(../img/ubicacion.png);
    position: absolute;
    top: 37px;
    left: 35px;
    z-index: 99998;
    width: 25px;
    height: 25px;
    color: rgb(6, 106, 52);
    font-size: 22px;
    padding: 0px;
}
.error {
    position: absolute;
    right: 15px;
    top: 1px;
    color: #9d8255;
    font-size: 13px;
}
.show-vertical{
    display: none;
}
.legales .col-left {
    height: auto;
    min-height: inherit;
    background: none;
}
.legales .row-align-middle {
    max-width: 905px;
    display: inline-block;
}
.legales p, .legales li {
    text-align: left;
}
.legales .col-right {
    height: auto;
    min-height: inherit;
    display: table;
    position: relative;
    padding: 200px 0;
}
.legales b {
    display: block;
    margin: 0;
}
.legales p {
    margin: 0 0 10px !important;
}
.legales li {
    margin: 0 0 5px !important;
}
@media only screen and (max-width: 1600px){
    
}
@media only screen and (max-width: 1400px){
	.input-telefono span {
    font-size: 10px;
    position: absolute;
    bottom: -5px;
    right: 30px;
}
    .col-left{
        height: 100vh;
        min-height: 787px;
    }
    .col-right{
        height: 100vh;
        min-height: 787px;
    }
    .col-right .align-top {
        padding: 30px 55px 0;
    }
    .section_logo img {
        max-width: 180px;
    }
    .section_phone {
        font-size: 20px;
        padding-top: 25px;
    }
    h3 {
        font-size: 25px;
        margin: 0 0 10px;
        line-height: 1.3;
    }
    .col-right p {
        font-size: 14px;
        margin: 0 0 20px;
    }
    input {
        display: block;
        height: 45px;
        padding: 0 20px 0 60px;
        text-align: left;
        margin-bottom: 12px;
        font-size: 11px;
    }
    label {
        font-size: 14px;
    }
    input[type="submit"] {
        font-size: 14px;
        margin-top: 15px;
    }
    .col-right .align-bottom {
        padding: 0 55px 40px;
    }
    h1 {
        font-size: 38px;
        line-height: 1.3;
        margin: 25px 0 20px;
    }
    .col-left p {
        font-size: 13px;
    }  
    h2 {
        font-size: 20px;
    }
    .col-left .align-top {
        padding: 40px 80px 0;
    }
    .col-lg-8 {
        width: 80%;
    }
    .col-lg-4 {
        width: 20%;
    }
}
@media only screen and (max-width: 1200px){
    
}
@media only screen and (max-width: 1024px){
	.input-telefono span {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 30px;
}
    .hide-vertical{
        display: none;
    }
    .show-vertical{
        display: block;
    }
    .align-top.show-vertical{
        background: #ffffff;
    }
    .col-left .align-top {
        padding: 50px 60px 20px;
    }
    .col-left header.align-top {
        padding: 40px 50px 0;
    }
    .section_logo img {
        max-width: 250px;
    }
    .col-md-6.section_logo {
        text-align: center;
    }
    .section_phone {
        font-size: 20px;
        padding-top: 20px;
        text-align: center;
        padding-bottom: 20px;
    }
    .align-top{
        position: relative;
        top: inherit;
        left: inherit;
    }
    .col-left {
        height: auto;
    }
    .col-right{
        height: auto;
        display: block;
    }
    .align-middle {
        display: block;
        width: 100%;
        position: relative;
        text-align: center;
        padding: 50px 60px 0;
    }
    .row-align-middle {
        display: block;
        max-width: inherit;
    }
    h1 {
        font-size: 40px;
        line-height: 1.3;
        margin: 25px 0 20px;
    }
    h2 {
        font-size: 20px;
    }
    .number {
        font-size: 87px;
        padding-right: 55px;
    }
    .percent {
        font-size: 42px;
        top: 15px;
        right: 7px;
    }
    .anual {
        font-size: 10px;
        top: 72px;
    }
    .input-nombre::before {
        top: 38px;
        left: 32px;
    }
    .input-telefono::before {
        top: 38px;
        left: 32px;
    }
    .input-local::before {
        top: 38px;
        left: 32px;
    }
    .input-email::before {
        top: 38px;
        left: 32px;
    }
	.input-cp::before {
        top: 38px;
        left: 32px;
    }
    input {
        display: block;
        width: 100%;
        border: 1px solid #989898;
        height: 51px;
        padding: 0 20px 0 60px;
        text-align: left;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .col-right .align-bottom {
        padding: 0 75px 60px;
    }
    .align-bottom {
        position: relative;
    }
    .col-left {
        height: auto;
        min-height: inherit;
    }
	.legales .col-right {
		height: auto;
		min-height: inherit;
		display: table;
		position: relative;
		padding: 0px 0 30px;
	}
	.legales .col-right .align-bottom {
		padding: 30px 75px 30px;
	}
}
@media only screen and (max-width: 768px){
    .hide-vertical{
        display: none;
    }
    .show-vertical{
        display: block;
    }
    .align-top.show-vertical{
        background: #ffffff;
    }
    .col-left .align-top {
        padding: 50px 60px 20px;
    }
    .col-left header.align-top {
        padding: 40px 50px 0;
    }
    .section_logo img {
        max-width: 250px;
    }
    .col-md-6.section_logo {
        text-align: center;
    }
    .section_phone {
        font-size: 20px;
        padding-top: 20px;
        text-align: center;
        padding-bottom: 20px;
    }
    .align-top{
        position: relative;
        top: inherit;
        left: inherit;
    }
    .col-left {
        height: auto;
    }
    .col-right{
        height: auto;
        display: block;
    }
    .align-middle {
        display: block;
        width: 100%;
        position: relative;
        text-align: center;
        padding: 50px 60px 0;
    }
    .row-align-middle {
        display: block;
        max-width: inherit;
    }
    h1 {
        font-size: 40px;
        line-height: 1.3;
        margin: 25px 0 20px;
    }
    h2 {
        font-size: 20px;
    }
    .number {
        font-size: 87px;
        padding-right: 55px;
    }
    .percent {
        font-size: 42px;
        top: 15px;
        right: 7px;
    }
    .anual {
        font-size: 10px;
        top: 72px;
    }
    .input-nombre::before {
        top: 38px;
        left: 32px;
    }
    .input-telefono::before {
        top: 38px;
        left: 32px;
    }
    .input-local::before {
        top: 38px;
        left: 32px;
    }
    .input-email::before {
        top: 38px;
        left: 32px;
    }
	.input-cp::before {
        top: 38px;
        left: 32px;
    }
    input {
        display: block;
        width: 100%;
        border: 1px solid #989898;
        height: 51px;
        padding: 0 20px 0 60px;
        text-align: left;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .col-right .align-bottom {
        padding: 0 75px 60px;
    }
    .align-bottom {
        position: relative;
    }
}
@media only screen and (max-width: 600px){
    .col-left {
        height: 690px;
    }
    .col-left p {
        font-size: 12px;
    }
    .col-left .align-top {
        padding: 50px 50px 0;
    }
    .col-left header.align-top {
        padding: 40px 50px 0;
    }
    .section_phone {
        font-size: 22px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .align-middle {
        display: block;
        width: 100%;
        position: relative;
        text-align: center;
        padding: 30px 40px 0;
    }
    h1 {
        font-size: 28px;
        line-height: 1.3;
        margin: 20px 0 15px;
    }
    h2 {
        font-size: 18px;
        line-height: 1.4;
    }
    .number {
        font-size: 85px;
        padding-right: 50px;
    }
    .percent {
        font-size: 40px;
        font-weight: 400;
        position: absolute;
        top: 17px;
        right: 4px;
    }
    .anual {
        font-size: 9px;
        padding: 4px 5px;
        border-radius: 5px;
        position: absolute;
        top: 70px;
        right: 0;
    }
    h3 {
        font-size: 26px;
        margin: 0 0 15px;
    }
    .col-right p {
        font-size: 15px;
        margin: 0 0 35px;
    }
    label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    input {
        height: 50px;
        padding: 0 20px 0 55px;
        text-align: left;
        margin-bottom: 15px;
        font-size: 12px;
    }
    input::placeholder{
        font-size: 12px;
    }
    .input-nombre::before {
        top: 38px;
        left: 32px;
    }
    .input-telefono::before {
        top: 38px;
        left: 32px;
    }
    .input-local::before {
        top: 38px;
        left: 32px;
    }
    .input-email::before {
        top: 38px;
        left: 32px;
    }
	.input-cp::before {
        top: 38px;
        left: 32px;
    }
    input[type="submit"] {
        background: #9d8355;
        text-align: center;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        margin-top: 20px;
    }
    input[type="submit"] {
        font-size: 12px;
        margin-top: 15px;
        padding: 0;
    }
    label.form-legal {
        font-size: 12px;
    }
    .align-bottom {
        position: relative;
        width: 100%;
        bottom: 0;
        float: left;
        left: 0;
    }
    .col-right .align-bottom {
        padding: 0 40px 30px;
    }
    footer a{
        font-size: 12px;
        padding: 0 3px;
    }
    .logo-madrid {
        text-align: center;
        margin-top: 20px;
    }
    .section_logo img {
        max-width: 250px;
    }
    footer .politica {
        padding-top: 50px;
        text-align: center;
    }
}
@media only screen and (max-width: 480px){
    .section_logo img {
        max-width: 220px;
    }
    .col-left .align-top {
        padding: 30px 40px 0px;
    }
    .section_phone {
        font-size: 20px;
        padding-top: 20px;
        text-align: center;
        padding-bottom: 20px;
    }
    .col-left {
        height: 515px;
    }
    .col-left p {
        font-size: 10px;
    }
    h1 {
        font-size: 18px;
        line-height: 1.3;
        margin: 20px 0 15px;
    }
    h2 {
        font-size: 14px;
        line-height: 1.4;
    }
    .number {
        font-size: 65px;
        padding-right: 45px;
    }
    .percent {
        font-size: 30px;
        font-weight: 400;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .anual {
        font-size: 8px;
        padding: 4px 5px;
        border-radius: 5px;
        position: absolute;
        top: 49px;
        right: 0;
    }
    h3 {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .col-right p {
        font-size: 13px;
        margin: 0 0 35px;
    }
    label {
        font-size: 13px;
        margin-bottom: 5px;
    }
    input {
        height: 45px;
        padding: 0 20px 0 55px;
        text-align: left;
        margin-bottom: 15px;
        font-size: 11px;
    }
    input::placeholder{
        font-size: 11px;
    }
    .input-nombre::before {
        top: 33px;
        left: 30px;
    }
    .input-telefono::before {
        top: 33px;
        left: 30px;
    }
    .input-local::before {
        top: 33px;
        left: 30px;
    }
    .input-email::before {
        top: 33px;
        left: 30px;
    }
	.input-cp::before {
        top: 33px;
        left: 30px;
    }
    input[type="submit"] {
        background: #9d8355;
        text-align: center;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        margin-top: 20px;
    }
    input[type="submit"] {
        font-size: 12px;
        margin-top: 15px;
        padding: 0;
    }
    label.form-legal {
        font-size: 12px;
    }
    .align-bottom {
        position: relative;
        width: 100%;
        bottom: 0;
        float: left;
        left: 0;
    }
    .col-right .align-bottom {
        padding: 0 40px 30px;
    }
    footer a{
        font-size: 12px;
        padding: 0 3px;
    }
    .logo-madrid {
        text-align: center;
        margin-top: 10px;
    }
}