@charset "UTF-8";
@font-face {font-family: 'FuturaBT-Medium';src: url('../fonts/2EF5CA_0_0.eot');src: url('../fonts/2EF5CA_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2EF5CA_0_0.woff2') format('woff2'),url('../fonts/2EF5CA_0_0.woff') format('woff'),url('../fonts/2EF5CA_0_0.ttf') format('truetype');}

@font-face {font-family: 'FuturaBT-Heavy';src: url('../fonts/2EF5CA_1_0.eot');src: url('../fonts/2EF5CA_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2EF5CA_1_0.woff2') format('woff2'),url('../fonts/2EF5CA_1_0.woff') format('woff'),url('../fonts/2EF5CA_1_0.ttf') format('truetype');}

@font-face {
  font-family: "dietrich-vw";
  src:url("../fonts/dietrich-vw.eot");
  src:url("../fonts/dietrich-vw.eot?#iefix") format("embedded-opentype"),
  url("../fonts/dietrich-vw.woff") format("woff"),
  url("../fonts/dietrich-vw.ttf") format("truetype"),
  url("../fonts/dietrich-vw.svg#dietrich-vw") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "dietrich-vw" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "dietrich-vw" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\61";
}
.icon-check:before {
  content: "\62";
}
.icon-arrow-combo:before {
  content: "\63";
}
.icon-chevron-down:before {
  content: "\64";
}


@font-face {
    font-family: 'vw_bold';
    src: url('../fonts/vwheadoffice-bold-webfont.woff2') format('woff2'),
    url('../fonts/vwheadoffice-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'vw_regular';
    src: url('../fonts/vwheadoffice-regular-webfont.woff2') format('woff2'),
    url('../fonts/vwheadoffice-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

   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;
       font-family: 'FuturaBT-Medium', Arial, Helvetica, sans-serif;
       color: #000;
       box-sizing: border-box;
       -moz-box-sizing: border-box;
       -webkit-box-sizing: border-box;
   }
   h1, h2, h3, h4, h5, h6	{
       font-weight:900;
   }
   /* HTML5 display-role reset for older browsers */
   article, aside, details, figcaption, figure, 
   footer, header, hgroup, menu, nav, section {
       display: block;
   }
   body {
       line-height: 1;
   }
   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;
   }
   img, object	{
       max-width:100%;
       width:auto;
   }


   /*--------  Tipografía  ---------------*/

   body {
    background: #D6D7DA;
}

b {
    font-weight: 700;
}
h1, .h1 {
    font-family: 'FuturaBT-Heavy';
    font-weight: 900;
    font-size: 2.2em;
    line-height: 1em;
    margin: 15px 0px;
}
h2, .h2 {
    font-family: 'FuturaBT-Heavy';
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 10px 0px;
}
h3, .h3 {
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 1.3em;
}
h4, .h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 15px 0px;
    text-transform: uppercase;
}
h5, .h5 {
    color: #a3a3a3;
    font-size: 0.9em;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
    font-weight: 900;
    line-height: 1.6em;
    letter-spacing: 5px;
}

.font-white,
.font-white * {
	color: #fff;
}
p {
    line-height: 1.7em;
    margin: 15px 0;
    font-size: 1.1em;
    max-width: 350px;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

.list-text li {
	color: #9d9d9d;
    line-height: 1.7em;
    margin: 10px auto;
    font-size: 0.9em;
}
.list-text li {
	position: relative;
	padding: 0;
    list-style: disc;
    list-style-position: inside;
}

strong {
    font-weight: 900;
}

/*--------  Contenedores y grilla  ---------------*/

.section {
}
.wrapper {
	width: 100%;
	max-width: 1280px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}
.wrapper-full {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after {
	content: "";
	display: block;
	clear: both;
}
.col {
	float: left;
	padding: 15px;
}
.col-20 {	width: 20%;		}
.col-25 {   width: 25%;     }
.col-30 {   width: 30%;     }
.col-33 {	width: 33.3333333%;		}
.col-40 {	width: 40%;		}
.col-50 {	width: 50%;		}
.col-60 {	width: 60%;		}
.col-66 {	width: 66.6666666%;		}
.col-70 {   width: 70%;     }
.col-75 {   width: 75%;     }
.col-80 {	width: 80%;		}
.col-100 {	width: 100%;		}

.col-offset-25	{	margin-left: 25%;	}
.col-offset-33  {   margin-left: 33.3333333%;   }
.col-offset-50	{	margin-left: 50%;	}

.padding-top {
    padding-top: 50px;
}

table {
    width: 100%;
    margin-bottom: 10px;
}
tr:nth-child(odd) {
    background-color: #f4f4f5;
}
td {
    padding: 5px 25px;
    color: #808184;
    font-size: 0.8em;
    text-align: left;
}

td b {
    font-size: 1.1em;
}

/*--------  Botones  ---------------*/


.btn-clear {
    color: #f68209;
    border: 2px solid #f68209;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    padding: 9px 25px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn-clear:hover {
	background-color: #f68209;
	color: #fff;
}
.btn-clear.btn-clear-white {
	color: #fff;
	border-color: #fff;
}
.btn-clear.btn-clear-white:hover {
	background-color: #fff;
	color: #05417c;
}
.btn-clear..btn-clear-small {
    font-size: 0.9em;
    padding: 6px 17px;
}

.btn {
    display: inline-block;
    background-color: #ffba00;
    font-weight: 400;
    color: #fff;
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 9px 15px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-box-shadow: 3px 3px 1px -1px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 1px -1px rgba(0,0,0,0.3);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.btn:hover:before {
	background-color: rgba(0,0,0,0.1);
}
.btn-yellow {
    background-color: #ffba00;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lista-redes {
    font-size: 0;
    padding: 10px 0px;
}
.lista-redes li {
    display: inline-block;
    font-size: 0;
    margin-left: 5px;
}
.lista-redes li a {
    text-decoration: none;
    display: block;
    padding: 7px 0px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    line-height: 6px;
    text-align: center;
    background-color: #fbb818;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.lista-redes li a:hover {
    background-color: #e6a800;
}
.lista-redes li i {
    font-size: 15px;
}

/*-----------------  utilidades  -----------------*/

.bg-cover, .bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.bg-contain {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.wrapper-cont-centrado-vert {
	display: table;
    width: 100%;
    height: inherit;
    min-height: inherit;
    max-height: inherit;
}
.cont-centrado-vert {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


.left	{ float: left;  }
.right 	{ float: right; }

.form {
    position: relative;
    margin: 0px auto;
    background-color: #f7f7f7;
    padding: 20px 35px;
}
.form .col {
    padding: 15px 3px;
}
.form p {
    margin: 10px auto;
    max-width: none;
    font-size: 0.9em;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="submit"] {
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], select, textarea  {
    display: inline-block;
    padding: 12px 18px;
    border: 0;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 400;
    background-color: #fff;
    color: #000 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    font-size: 0.9em;
    position: relative;
    border: 1px solid #b7b7b7;
    letter-spacing: 1px;
}
select {
    padding: 11px 18px;
    -webkit-appearance: none;
    appearance: none;
}

.select-container {
    position: relative;
}
.select-container:after {
    content: "\63";
    position: absolute;
    right: 8px;
    top: 13px;
    font-family: "dietrich-vw" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
textarea {
    resize:none;
    height: 84px;
}
select.place-holder {
    color: #a9a9af !important;
}
.error {
    display: block;
    background-color: #DC0404;
    font-size: 0.7em;
    color: #fff;
    width: 100%;
    line-height: 1.8em;
    text-align: center;
}
.success {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    display: block;
    text-align: center;
    background-color: #0B710B;
    color: white;
    padding: 9px;
}
input.err {
    border: #DC0404 1px solid;
    border-bottom: none;
}
input[type="submit"] {
    display: inline-block;
    background-color: #ff0101;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="submit"]:hover {
    background-color: #b55b09;
}
#mnsj_error {
    display:none;
}
#mnsj_error p   {
    color:#F00;
    padding: 15px 0px 0px;
}

.btn-menu {
    display: none;
    font-size: 0px;
    background: #eeeeee;
    border: none;
    width: 100%;
    padding: 10px 0px 5px;
    cursor: pointer;
}
.btn-menu i {
    font-size: 20px;
}


/*-----------------  específicos  -----------------*/


#logoFiat{
    padding: 35px 15px;
    text-align: center;
}
#logoFiat img {
    max-width: 85px;
}
#logoFiat a {
    color: #000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    margin-top: 5px;
    font-weight: 700;
}
#logoVWPrinc {
    max-width: 194px;

}


#mainHeader {
    background-color: #fff;
}
#mainHeader > .wrapper {
    padding-left: 50px;
    padding-right: 50px;
}

.text-gradient {
    font-family: 'FuturaBT-Heavy';
	background-color: #ff0101;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#mainContent {
    background-image: url("../images/bg.jpg");
    background-position: center bottom;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
#mainContent > .wrapper {
    max-height: 640px;
}

#mainContent .text {
    padding-top: 15px;
    padding-left: 50px;
    font-size: 0.9em;
}


.price {
    font-family: 'FuturaBT-Heavy';
    display: inline-block;
    padding: 10px 15px 10px 0px;
    font-size: 1em;
    text-align: center;
}
.price .num {
    border-top: 2px solid #cccccc;
    display: block;
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    font-size: 2.3em;
    letter-spacing: -2px;
}



#mainForm {
    max-width: 370px;
    margin-top: 5px;
    min-height: 600px;
}
#mainForm header p {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #4f4f4f;
    max-width: 230px;
    margin: 0;
    letter-spacing: 0px;
}
#mainForm header {
    margin-bottom: 30px;
}
#mainForm header p strong {
    color: #4f4f4f;
}
#mainForm p,
#mainForm label {
    color: #a3a3a3;
    letter-spacing: 1px;
}


#bottomAside {
    position: relative;
    top: 5px;
    margin-right: 0;
    margin-left: 0;
}
.aside {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}


#logoBcoProv {
    position: absolute;
    right: 0;
    top: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
#logoBcoProv img {
    padding: 23px 15px 24px;
}




.location {
    font-size: 0.9em;
    min-width: 158px;
}
.location i {
    font-size: 1.1em;
    color: #949393;
}
.location strong {
    color: #949393;
    line-height: 1.4em;
}
.location a {
    color: #949393;
    text-decoration: none;
    font-size: 0.9em;
    margin-top: 10px;
    display: inline-block;
}
.location span {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    color: #949393;
}

#logoExp2 {
    position: relative;
    padding: 29px 0px;
    padding-left: 35px;
}

#logoExp2 a {
    position: absolute;
    top: 80px;
    width: auto;
    text-align: left;
    text-decoration: none;
    font-family: 'FuturaBT-Heavy';
    color: #949393;
    left: 42px;
}



#legales {    
    padding-top: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d7da+1,ffffff+50 */
    background: #d6d7da; /* Old browsers */
    background: -moz-linear-gradient(top,  #d6d7da 1%, #ffffff 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d6d7da 1%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d6d7da 1%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d7da', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#legales .col {
    padding-top: 0;
}
#legales p {
    max-width: none;
    color: #a3a3a3;
    font-size: 0.8em;
    text-align: justify;

}

.msj_error {
    background-color: #f00;
    color: #fff;
    display: block;
    padding: 0px;
    font-size: 0.8em;
    text-align: center;
}

.gracias {
    text-align: center;
    margin-bottom: 360px;
}
.gracias p {
    font-size: 1em;
    color: #191919;
}

.text-bg {
    display: inline-block;
    background-color: #ff0101;
    text-align: center;
    color: #fff;
    max-width: 300px;
    width: 100%;
    padding: 7px 10px;
    font-size: 1.4em;
    margin-bottom: 10px;
}



#bgSlider {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
}
#bgSlider img {
    margin: 0 auto;
}
#bgSlider .slider-cont {
    position: relative;
}
#bgSlider .slider-text {
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 999;
    text-align: left;
}
#bgSlider .slider-text p {
    font-size: 1.7em;
    line-height: 1.2em;
    font-family: 'FuturaBT-Heavy';
    margin-top: 0;
    width: 100%;
    max-width: none;
    text-align: left;
}
#bgSlider .slider-cont .img {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
}

.bx-wrapper {
    margin-bottom: 0;
}
.bx-wrapper .bx-pager {
    padding-top: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 90px;
}
.logo-beneficios-postventa {
	display:none;
    position: absolute;
    width: 300px;
    left: 0;
    bottom: 0;
    z-index: 999;
}

@media (max-width: 1080px) {
    #locations {
        width: 100%;
        text-align: center;
    }
    #locations .row {
        max-width: 500px;
        margin: 0 auto;
    }
    #logoExp2 {
        margin: 0 auto;
        padding: 15px 0px;
        display: inline-block;
        float: none;
    }
    .aside > .col {
        width: 100%;
        text-align: center;
    }
    #logoBcoProv img {
        padding: 75px 15px;
    }

    #mainContent .text {
        font-size: 0.9em;
    }
}
@media (max-width: 950px) {
    #mainContent .text {
        font-size: 0.8em;
    }

}
@media (max-width: 900px) {
    #mainContent p {
        margin: 0px auto;
    }
    #mainForm {
        margin: 0 auto;
        float: none;
        max-width: none;
    }
    #mainContent .text {
        margin: 0 auto;
        float: none;
        width: 100%;
        text-align: center;
    }
    .form {
        margin-top: 0;
    }
    .form:after {
        content: "";
        display: block;
        clear: both;
    }

    #mainForm{
        margin-top:-60px;
    }

    #mainForm header p {
        max-width: none;
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    #mainContent p {
        width: 80%;
     /*   float: left;*/
        padding: 3px;
        margin: 0 auto;
    }
    #mainContent .text p {
        float: none;
    }

    #bgSlider {
        position: static;
    }
    #bgSlider .slider-cont {
        width: 100% !important;
        height: auto !important;
    }
    #bgSlider .slider-cont .img {
        padding-top: 200px;
        position: static;
        max-width: 540px;
        margin: 0 auto;
    }
    .logo-beneficios-postventa {
        width: 200px;
        bottom: 530px;
    }
    #logoFiat{
        padding: 15px;
    }
    #logoFiat img,
    #logoAds img{
        max-height: 40px;
        /* display: none; */
    }
    .bx-controls{
        display:none;
    }
}

@media (max-width: 800px) {
    #bottomAside {
        padding-right: 0;
    }
    #logoBcoProv {
        position: static;
        width: 100%;
        text-align: center;
    }
    #logoBcoProv img {
        padding: 15px 15px;
    }
	#logoFiat img{
        max-height: 40px;
        /* display: none; */
    }
}

@media (max-width: 700px) {
    #bgSlider .slider-text {
        font-size: 0.7em;
    }
    #bgSlider .slider-cont .img {
        padding-top: 180px;
    }
	#logoFiat img{
        max-height: 40px;
        /*display: none;*/
    }
}

@media (max-width: 650px) {
    #mainForm label {
        display: block;
    }
	
}

@media (max-width: 600px) {
    .form {
        padding: 20px;
        padding-bottom: 20px;
    }

    #logoVWPrinc {
        max-width: 160px;
    }
    #logoExp {
        padding: 27px 15px;
    }
    #logoExp img {
        max-width: 60px;
    }
}

@media (max-width: 550px) {
    #mainContent p {
        width: 100%;
        float: none;
        text-align: center;
    }
    #mainForm label {
        display: inline-block;
    }
    
    #locations {
        text-align: center;
    }
    .location {
        display: inline-block;
        float: none;
    }
        .logo-beneficios-postventa {
        width: 150px;
        bottom: 550px;
    }
}

@font-face {font-family: 'FuturaBT-Medium';src: url('2EF5CA_0_0.eot');src: url('2EF5CA_0_0.eot?#iefix') format('embedded-opentype'),url('2EF5CA_0_0.woff2') format('woff2'),url('2EF5CA_0_0.woff') format('woff'),url('2EF5CA_0_0.ttf') format('truetype');}

@font-face {font-family: 'FuturaBT-Heavy';src: url('2EF5CA_1_0.eot');src: url('2EF5CA_1_0.eot?#iefix') format('embedded-opentype'),url('2EF5CA_1_0.woff2') format('woff2'),url('2EF5CA_1_0.woff') format('woff'),url('2EF5CA_1_0.ttf') format('truetype');}
