html, body {
    height: 100%;
    background-color: #000;
    font-family: 'NobelBook';
    font-size: 62.5%;
}

body{
    margin: 0px;
    padding: 0px;
}
.blanco a { color: white !important; }
.img-responsive{width:100%;}
#holder {
    background: #000000;
    position: relative;
    display: block;
    /*background-image: url(../img/bg.jpg);*/
    /*background-size: 100% auto;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 100%;
    height: auto !important;
    margin: 0 auto -80px;
}
.mov-hor{ display: none !important;}
#holder.final {
    /*background-image: url(../img/bg_final.jpg);*/
}

#main_form{
    background-color: rgba(0,0,0,0.8);
    height: 100%;
    width: 350px;
    position: absolute;
    top: 0px;
    right: 0px;
    display: table;
    font-family: 'ufontscomnobel-light';
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-image: url(../img/logo_claim.png);
    background-repeat: no-repeat;
    background-position: center 95%;
}
#main_form label[for="legal"] { color: white; }

#main_form #content{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#main_form h1{
    font-family: 'Nobel-Book';
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#main_form #row1{
    padding-top: 10px;
    padding-bottom: 20px;
 
}

#main_form #row1 label{
    padding:8px;  
}

#main_form input[type=text]{
    font-family: 'Nobel-Book';
    font-size: 13px;
    color: #fff;
    padding: 15px 15px;
    border: 1px solid #413e3f;
    width: 270px;
    text-align: left;
    background-color: transparent;
    margin-bottom: 4px;
}

#main_form input[type=email]{
    font-family: 'Nobel-Book';
    font-size: 13px;
    color: #fff;
    padding: 15px 15px;
    border: 1px solid #413e3f;
    width: 270px;
    text-align: left;
    background-color: transparent;
    margin-bottom: 4px;
}
#main_form select[type=text]{
    font-family: 'Nobel-Book';
    font-size: 13px;
    color: #fff;
    padding: 15px 15px;
    border: 1px solid #413e3f;
    width: 270px;
    text-align: left;
    background-color: transparent;
    margin-bottom: 4px;
}

#row1.error { width: 220px; margin: 0 auto; margin-bottom: 5px; border: 1px solid red; }

#main_form input.error{
    border: 1px solid red;
}

#main_form #sel_cuando.error{
    border: 1px solid red;
}

#main_form select{
    font-family: 'Nobel-Book';
    font-size: 13px;
    color: #fff;
    padding: 10px 5px;
    border: 1px solid #413e3f;
    width: 252px;
    text-align: left;
    background-color: transparent;
    margin-bottom: 4px;
    outline: none;
}

#main_form select option{
    padding: 10px 5px;
}

#main_form select.error{
    border: 1px solid red;
}

#main_form #sel_cuando{
  font-family: 'ufontscomnobel-light';
    font-size: 13px;
    color: #fff;
    padding: 15px 15px 15px;
    border: 1px solid #413e3f;
    width: 220px;
    text-align: left;
    background-color: transparent;
    margin-bottom: 4px;
    outline: none;
    display: inline-block;
    text-decoration: none;
    background-image: url(../img/arrow_sel.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    	height: 60px
}

.row_select{
    position: relative;
}

#ul_cuando{
    width: 250px;
    color: #000;
    background-color: #fff;
    margin: 0px;
    padding: 30px 0px;
    position: absolute;
    display: none;
    left: 50%;
    margin-left: -125px;
}

#ul_cuando li{
    margin: 0px;
    padding: 6px 0px;
    list-style: none;
    cursor: pointer;
}

#ul_cuando li:hover{
  font-family: 'ufontscomnobel-bold';
}

#main_form #legal_div{
    padding-top: 10px;
    padding-bottom: 20px;
    width: 250px;
    margin: 0 auto;
    text-align: left;
}

#main_form #legal_div p {
    font-size: 13px !important;
    text-indent: -16px;
    padding-left: 16px;
}

#main_form #legal_div p a { text-decoration: underline; }

#main_form #legal_div p:last-child { text-indent: 0; }

#main_form #legal_div a{
    color: #fff;
}

#main_form #legal_div.error{
    color: red;
}

#main_form #enviar{
    width: 257px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Nobel-Book';
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    background-color: #ab0847;
    padding: 10px 0;
    border: 0px;
    background-image: url(../img/enviar.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#textoinfo{
    font-family: 'Nobel-Book';
    font-size: 30px;
    color: #fff;
    position: absolute;
    left: 50px;
    line-height: 20px;
    z-index: 10;
    transition: 750ms;
    -webkit-transition: 750ms;
    cursor: pointer;
    top: 100px;
    height: 0px;
    width: 4px;
    z-index: 1000;
}

.blanco #textoinfo { color: white; }

.social { padding-top: 0; }

#textoinfo p.nombre-vehiculo { display: inline-block; border-top: 2px solid white; line-height: 1.05em; padding: 10px 0 10px 0; font-family: 'nobel-regular'; margin-top: 12px; }
.blanco #textoinfo p.nombre-vehiculo { border-color: white; }
#textoinfo p.nombre-vehiculo sup { font-size: .6em; }
#textoinfo p.nombre-vehiculo span.small { text-transform: uppercase; font-family: 'nobel-book'; font-size: .78em; }

#textoinfo .texto_extra{
    font-family: 'nobel-book';
    font-size: 14px;
    line-height: 25px;
    padding-top: 0px;
}

#textoinfo .texto_extra2 {
    font-family: 'ufontscomnobel-bold';
    font-size: 11px;
    line-height: 15px;
    padding-top: 0px;
}

.texto_extra3 {
    font-family: 'Nobel-Book';
    font-size: 1.8em;
    line-height: 1.6em;
    padding-top: 5px;
    position: absolute;
    bottom: 100px;
    z-index: 99;
    width: 400px;
}

.texto_extra3 .madrid-norte { font-size: 1.1em; font-weight: bold; }
.texto_extra3 .madrid-norte .concesionarios { padding-top: 8px; display: block; font-size: 1.07em; }

.texto_extra3 .grande { font-size: 1.3em; text-transform: uppercase; font-weight: bold; font-family: 'Nobel-Book'; }

#textoinfo #masinfobtn{
    color: #fff;
    font-size: 20px;
}

#textoinfo.final{
    left: 20%;
}

#textoinfo.final div.bottom{
    font-size: 28px;
    line-height: 30px;
}

#textoinfo.final div.bottom .social{
    padding-top: 10px;
}

#textoinfo.final div.bottom .social.final{
    width: 500px;
}

#textoinfo.final div.bottom .social #masinfobtn{
    float: left;
}

#textoinfo.final div.bottom .social.final #masinfobtn{
    padding-top: 10px;
}

#textoinfo.final div.bottom .social .buttons{
    float: left;
    width: 350px;
    padding-top: 5px;
}

#textoinfo.final div.bottom .social .buttons label{
    float: left;
    display: inline-block;
}

#textoinfo.final div.bottom .social .buttons a{
    background-image: url(../img/social.png);
    display: inline-block;
    float: left;
    margin-left: 4px;
    width: 26px;
    height: 26px;
    background-size: cover;
}

#textoinfo.final div.bottom .social.malaga .buttons a{
    background-image: url(../img/social_malaga.png);
    display: inline-block;
    float: left;
    margin-left: 4px;
    width: 26px;
    height: 26px;
    background-size: cover;
}

#textoinfo.final div.bottom .social .buttons #estilo{
    background-position: 0px 0;
    width: 45px;
}

#textoinfo.final div.bottom .social .buttons #facebook{
    background-position: -46px 0;
}

#textoinfo.final div.bottom .social .buttons #twitter{
    background-position: -72px 0;
}

#textoinfo.final div.bottom .social .buttons #youtube{
    background-position: -98px 0;
}

#textoinfo.final div.bottom .social.malaga .buttons #instagram{
    background-position: -98px 0;
}

#textoinfo.final div.bottom .social.malaga .buttons #google-plus{
    background-position: -124px 0;
}

#textoinfo.final div.bottom .social .buttons #instagram{
    background-position: -150px 0;
}

#textoinfo.final div.bottom .social.malaga .buttons #linkedin{
    background-position: -150px 0;
}

#textoinfo.final div.bottom .social .buttons #linkedin{
    background-position: -124px 0;
}


#textoinfo.final div.bottom a{
    transition: 500ms;
}

#textoinfo.final div.bottom a:hover{
    opacity: 0.6;
}


#textoinfo.init{
    /*height: 145px;
    width: 200px;*/
    -webkit-animation: animtexto2 .75s forwards;
    -moz-animation:    animtexto2 .75s forwards;
    -o-animation:      animtexto2 .75s forwards;
    animation:         animtexto2 .75s forwards;
}

#textoinfo.final.init{
    /*height: 205px;
    width: 250px;*/
    -webkit-animation: animtexto2final .75s forwards;
    -moz-animation:    animtexto2final .75s forwards;
    -o-animation:      animtexto2final .75s forwards;
    animation:         animtexto2final .75s forwards;
}

body.gracias #textoinfo.final.init{
    /*height: 205px;
    width: 250px;*/
    -webkit-animation: animtexto2finalgracias .75s forwards;
    -moz-animation:    animtexto2finalgracias .75s forwards;
    -o-animation:      animtexto2finalgracias .75s forwards;
    animation:         animtexto2finalgracias .75s forwards;
}

@-webkit-keyframes animtexto2 {
        0%{
            height: 0px;
            width: 0px;
        }
        50% {
            height: 195px;
            width: 1px;
        }
        100%{
            height: 195px;
            width: 600px;
        }
    }

    @-moz-keyframes animtexto2 {
        0%{
            height: 0px;
            width: 0px;
        }
        50% {
            height: 195px;
            width: 1px;
        }
        100%{
            height: 195px;
            width: 600px;
        }
    }
    @-o-keyframes animtexto2 {
        0%{
            height: 0px;
            width: 0px;
        }
        50% {
            height: 195px;
            width: 1px;
        }
        100%{
            height: 195px;
            width: 600px;
        }
    }
    @keyframes animtexto2 {
        0%{
            height: 0px;
            width: 0px;
        }
        50% {
            height: 195px;
            width: 1px;
        }
        100%{
            height: 195px;
            width: 800px;
        }
    }

@-webkit-keyframes animtexto2final {
    0%{
        height: 0px;
        width: 0px;
    }
    50% {
        height: 205px;
        width: 1px;
    }
    100%{
        height: 205px;
        width: 150px;
    }
}

@-moz-keyframes animtexto2final {
    0%{
        height: 0px;
        width: 0px;
    }
    50% {
        height: 205px;
        width: 1px;
    }
    100%{
        height: 205px;
        width: 150px;
    }
}
@-o-keyframes animtexto2final {
    0%{
        height: 0px;
        width: 0px;
    }
    50% {
        height: 205px;
        width: 1px;
    }
    100%{
        height: 205px;
        width: 150px;
    }
}
@keyframes animtexto2final {
    0%{
        height: 0px;
        width: 0px;
    }
    50% {
        height: 205px;
        width: 1px;
    }
    100%{
        height: 205px;
        width: 150px;
    }
}

@-webkit-keyframes animtexto2finalgracias {
    0%{
        height: 0px;
        width: 370px;
    }
    50% {
        height: 205px;
        width: 370px;
    }
    100%{
        height: 205px;
        width: 370px;
    }
}

@-moz-keyframes animtexto2finalgracias {
    0%{
        height: 0px;
        width: 370px;
    }
    50% {
        height: 205px;
        width: 370px;
    }
    100%{
        height: 205px;
        width: 370px;
    }
}
@-o-keyframes animtexto2finalgracias {
    0%{
        height: 0px;
        width: 370px;
    }
    50% {
        height: 205px;
        width: 370px;
    }
    100%{
        height: 205px;
        width: 370px;
    }
}
@keyframes animtexto2finalgracias {
    0%{
        height: 0px;
        width: 370px;
    }
    50% {
        height: 205px;
        width: 370px;
    }
    100%{
        height: 205px;
        width: 370px;
    }
}

#textoinfo b{
    font-size: 52px;
    font-family: 'ufontscomnobel-bold';
}

#textoinfo p{
    font-size: 46px;
    padding:0px 0px 0px;
    margin:0px;
    color: #fff;
}

.blanco #textoinfo p { color: white; }

#textoinfo small{
    font-size: 20px;
    font-family: 'ufontscomnobel-bold';
}

#textoinfo div.bottom{
    height: 95px;
    opacity: 0;
    top: 0px;
    left: 0px;
	margin-top:10px;
    line-height: 24px;
    -webkit-animation: animtextobottom2 2500ms forwards;
    -moz-animation:    animtextobottom2 2500ms forwards;
    -o-animation:      animtextobottom2 2500ms forwards;
    animation:         animtextobottom2 2500ms forwards;
}

@-webkit-keyframes animtextobottom2 {
    0%{
        top: 0px;
    }
    80%{
        top: 0px;
        opacity: 0;
    }
    100%{
        opacity: 1;
        top: 90px;
    }
}

@-moz-keyframes animtextobottom2 {
    0%{
        top: 0px;
    }
    80%{
        top: 0px;
        opacity: 0;
    }
    100%{
        opacity: 1;
        top: 90px;
    }
}
@-o-keyframes animtextobottom2 {
    0%{
        top: 0px;
    }
    80%{
        top: 0px;
        opacity: 0;
    }
    100%{
        opacity: 1;
        top: 90px;
    }
}
@keyframes animtextobottom2 {
    0%{
        top: 0px;
    }
    80%{
        top: 0px;
        opacity: 0;
    }
    100%{
        opacity: 1;
        top: 90px;
    }
}

#sombra{
    width: 693px;
    height: 382px;
    position: absolute;
    left: 0px;
    top: 70px;
    opacity: 0;
    transition: 750ms;
    -webkit-transition: 750ms;
    /*background-image: url(../img/sombra.png);*/
}

#sombra.init{
    opacity: 1;
}


#notalegal{
    font-family: 'ufontscomnobel-light';
    font-size: 10px;
    color: #fff;
    text-align: left;
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: calc(100% - 360px);
}

.lexusrelax { position: absolute; right: 345px; top: 40px; width: 85px; }
.lexusrelax img { max-width: 100%; }

.blanco #notalegal { color: white; }

#notalegal.final{
	width: 100%;
	left: 15px;
	padding-left: 25px;
	box-sizing: border-box;
}

#notalegal.final div{
    width: calc(95% - 140px);
    clear: both;
    padding-top: 10px;
}

.mov{
    display: none;
}

#notalegal #iberia{
    margin-right: 20px;
}

#notalegal #logofinal{
    position: absolute;
    right: 40px;
    bottom: 10px;
}

#pive_up{
	display: none;
}

#notalegal a{
    color: #fff;
    font-size: 18px;
}

#notalegal .text{
    padding-bottom: 30px; position: absolute; bottom: 0;
}

.clearfix{
    clear: both;
}

.n9{
    font-size: 8px;
}

#avisolegalpop {
    display: none;
    width: 90%;
    margin: 0 5%;
    background-color: #fff;
    box-sizing:border-box;
    padding: 15px;
    position: absolute;
    top: 50px;
    color:#333;
    font-size: 16px;
    text-align: left;
	line-height: 24px;
}

#avisolegalpop p { color: black; }
    
#avisolegalpop h1{
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    line-height: 20px;
    padding-top: 20px;
}

#cerrarpop{
    float: right;
}

.concesionario-movil { display: none; }
.full-drive { font-family: 'nobel-regular'; font-size: 1.3em; padding-bottom: 15px; }
.datos-tecnicos { font-size: 1.45em; padding-bottom: 5px; }
img.fulldrive { position: absolute; bottom: 30px; right: 350px; }
#textoinfo p.copy { font-size: 20px; line-height: 1.2em; font-family: 'nobel-book'; margin-top: 15px; display: inline-block; padding-bottom: 0; margin-bottom: 10px; }
a.masinfo { color: white; text-transform: uppercase; font-family: 'nobel-regular'; display: block; margin-top: 5px; font-size: .7em; }
.dgt { position: absolute; bottom: 13px; z-index: 99; }
a.condiciones { z-index: 99; width: 500px; position: absolute; z-index: 99; bottom: -7px; }
#textoinfo p.apple-carplay { font-size: 24px; margin-top: .5em; }
.popup { position: absolute; background: white; top: 40px; width: 80%; left: 10%; height: 400px; color: black; padding: 25px; opacity: 0; transition: opacity 2s linear; -webkit-transition: opacity 2s linear; -moz-transition: opacity 2s linear; -o-transition: opacity 2s linear; z-index: 9999; }
.popup.show { opacity: 1; transition: opacity 2s linear; -webkit-transition: opacity 2s linear; -moz-transition: opacity 2s linear; -o-transition: opacity 2s linear; }
.popup p { color: black; font-family: 'Nobel-Book'; font-size: 25px; font-weight: bold; }
.popup p.mail { margin-top: 30px; text-align: center; }
.popup p.mail a { background: #000; color: white; padding: 10px 40px; font-weight: lighter; }
.popup p.mail a span { width: 35px; display: block; height: 1px; background: #fff; float: right; margin-top: 17px; margin-left: 10px; }
.logo-arco { position: absolute; bottom: 30px; right: 370px; }
.logo-arco img { width: 150px; }
.arco { width: 400px; height: auto; position: absolute; left: calc(50% - 375px); top: 50%; transform: translateY(-50%); }