/* Custom CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Fonts
––––––––––––––––––––––––––––– */


@font-face {
  font-family: 'AudiType-ExtendedBold';
  src: url('../fonts/AudiType-ExtendedBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AudiType-ExtendedBold.otf')  format('opentype'),
        url('../fonts/AudiType-ExtendedBold.woff') format('woff'),
        url('../fonts/AudiType-ExtendedBold.ttf')  format('truetype'),
        url('../fonts/AudiType-ExtendedBold.svg#AudiType-ExtendedBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

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




/* General
––––––––––––––––––––––––––––– */

html{
    font-size:100%;
}


body {
  font-size: 16px; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'audisansroman', Helvetica, Arial, sans-serif;
  color: #000000;
  background: #F2F2F2;
}

img{
    max-width: 100%;
}

strong{
    font-family: 'AudiType-ExtendedBold', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 400;
  font-family: 'AudiType-ExtendedBold', Helvetica, Arial, sans-serif;
}

h1 {
    font-size: 60px;
    line-height: 1.4;
    letter-spacing:0;
    margin-bottom: 0;
}

h2 {
    font-size: 38px;
    line-height: 1;
    letter-spacing:0;
    margin-bottom: 1rem;
}

h3 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing:0;
}

h4 {
    font-size: 1.188rem;
    line-height: 1.2;
    letter-spacing:0;
}


p{
    margin-bottom: 1rem;
}

li{
    list-style-position: initial;
    list-style: disc;
}

p a{
    color: #2788C5;
    text-decoration: none;
}

p a:hover{
    text-decoration: underline;
}

.container{
    max-width: 1700px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.img-responsive{
    width: 100%;
    height: auto;
}

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

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

.no-bullet,
.no-bullet li{
    list-style: none;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide-small{
    display: block;
}

.show-small{
    display: none;
}

.no-bullet{
    margin-bottom: 0.75rem;
}

.no-bullet li{
    margin-bottom: 0;
}

.inline-list{
    list-style: none;
}

.inline-list li{
    display: inline-block;
    margin-left: 0.75rem;
    margin-bottom: 0;
}


/* Header
––––––––––––––––––––––––––––– */

header{
    padding: 1.25rem 0;
    background: #000000;
}

header .row{
    display: flex;
    align-items: center;
}



/* Hero
––––––––––––––––––––––––––––– */

.block-hero{
    background-image: url(../img/audi-q3-hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 3rem 0;
}

.block-hero.ok-ko{
    max-height: 900px;
    height: calc(100vh - 138px);
    margin-bottom: 0;
    margin-top: 0;
}

.block-hero .row{
    display: flex;
}

.block-hero.ok-ko .row{
    justify-content: center;
    align-items: center;
    height: 100%;
}

.block-hero h2{
    font-size: 32px;
    margin-bottom: 1.5rem;
}

.block-hero h3{
    margin-bottom: 1.5rem;
    font-size: 30px;
}

.block-hero h3 span{
    margin-bottom: 1.5rem;
    font-size: 30px;
    font-family: 'audisansroman', Helvetica, Arial, sans-serif;
}

.block-hero h4{
    margin-bottom: 1.5rem;
}

.block-form{
    background: rgba(0,0,0,0.8);
    padding: 3rem;
}

.block-form *{
    color: #FFFFFF;
}

@media (min-width: 900px) {
    .block-hero .row{
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .block-hero h3{
        font-size: 30px;
    }
}


/* Main
––––––––––––––––––––––––––––– */

.block-car{
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 750px) {
    .block-car .row{
        display: flex;
        align-items: center;
    }

    .block-car{
        padding-left: 4%;
        padding-right: 4%;
    }
}

.block-car h2{
    margin-bottom: 0.25rem;
}

.block-car h4 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    background: #000000;
    padding: 1rem 1.5rem 0.75rem 1.5rem;
    color: #FFFFFF;
    display: inline-block;
}

.block-car p{
   margin-bottom: 0.75em;
}

.block-car ul{
    margin-bottom: 0;
}

.block-car li{
    list-style-position: inside;
    margin-bottom: 0.25rem;
}

.block-car li:last-child{
    margin-bottom: 0;
}

.block-gallery .six{
    width: 50%;
    margin: 0;
}

.block-details{
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.block-location{
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.block-location h2{
    margin-bottom: 1em;
}

.block-notes{
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

/* Form
––––––––––––––––––––––––––––– */

form{
    margin-bottom: 0;
}

::-webkit-input-placeholder { /* Edge */
  color: #FFFFFF;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
  opacity: 1;
}

::placeholder {
  color: #FFFFFF;
  opacity: 1;
}

label, legend{
    font-weight: 400;
    width:  100%;
    font-size:1rem;
    line-height: 1.2;
}

label, legend{
    margin-bottom: 0.75rem;
}

label > .label-body {
    margin-left: 0.25rem;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="checkbox"],
textarea,
select {
    border:1px solid #FFFFFF;
    border-radius: 0;
    font-size:1rem;
    padding: 0.75rem 0.813rem;
    height: auto;
    background: transparent;
    border-radius: 3px;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

select{
    width: 100%;
    display: block;
    margin-top: 4px !important;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    height: 45px;
    line-height:1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;

}

input[type="submit"].button-primary{
    text-transform: none;
    font-size: 1rem;
    line-height: 1;
    line-height: 1;
    font-weight: normal;
    padding: 1rem 1.5rem;
    height: auto;
    border:none;
    border-radius: 0;
    background: #a71019;
    border:1px solid #a71019;
	letter-spacing: 0;
    color: #FFFFFF;
    margin-top: 1rem;
    margin-bottom: 0;
    font-family: 'AudiType-ExtendedBold', Helvetica, Arial, sans-serif;
}

input[type="submit"].button-primary:hover{
    background: #000000;
    border:1px solid #FFFFFF;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="datetime"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #a71019;
}

.checkbox-group input[type=checkbox]{
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 0;
}

.politica-privacidad input[type="checkbox"]{
    margin-bottom: 1rem;
    vertical-align: 1px;
    margin-right: 2px;
}

.politica-privacidad{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.813rem
}

.politica-privacidad a{
    color: #FFFFFF;
}

.politica-privacidad a:hover{
    text-decoration: none;
    color: #a71019;
}

.section.section{
    clear: both;
}

.ok-ko{
    margin-bottom: 5rem;
    margin-top: 2rem;
}

.ok-ko h3{
    font-family: 'AudiType-ExtendedBold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 2rem;
    letter-spacing:0;
    margin-bottom: 0;
    color: #377220;
}

.ok-ko span{
    color: #A10000 !important;
}



/* Footer
––––––––––––––––––––––––––––– */


footer{
    background-color: #000000;
    padding: 1.5rem 0 1rem 0;
    color: #FFFFFF;
}

footer ul{
    margin-bottom: 0;
    margin-left: 0;
}

footer .fa,
footer a{
    color: #FFFFFF;
    text-decoration: none;
}

footer a:hover,
footer a:hover .fa{
    color: #a71019;
}

footer p{
    font-size: 0.813rem;
    margin-bottom: 0;
    line-height:32px;
}


/* Media Queries
––––––––––––––––––––––––––––– */

@media (max-width: 1300px) {
    header .row{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    footer ul{
        padding-right: 1.5rem;
    }

    footer p{
        padding-left: 1.5rem;
    }
}



@media (max-width: 1200px) {
    .block-hero .hide-small{
        display: none;
    }

    .block-hero .columns{
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}


@media (max-width: 900px) {

    .hide-small{
        display: none;
    }

    .show-small{
        display: block;
    }

    .block-hero{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .block-gallery .six,
    .block-car .six,
    .block-details .six{
        width: 100%;
    }

    section:not(.block-gallery):not(.block-location) .six + .six{
        margin-top: 2rem;
    }

    .block-hero,
    .block-car{
        position: relative;
        padding-top: 2rem;
        padding-bottom: 1.5rem;
    }

    .block-details {
        padding-top: 2.5rem;
        padding-bottom: 2rem;
    }

    .block-location{
        padding-top: 1rem;
    }

    .block-hero .six.columns,
    .block-car.columns,
    .block-car .seven.columns{
        width: 100%;
        margin-left: 0;
    }

    .block-hero .six.columns:last-child{
        padding-top: 1.5rem;
    }

    .block-car.columns{
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 749px) {

    .container{
        width: calc(100% - 3rem);
        margin-left: auto;
        margin-right: auto;
    }

    h1 {
        font-size: 2.25rem;
        margin-bottom: 0.5rem;
    }

    .block-hero h2,
    h2 {
        font-size: 1.25rem;
        margin-bottom: 1.75rem;
    }

    .block-hero h3,
    .block-hero h3 span,
    h3 {
        font-size: 1.25rem;
    }

    h4 {
        font-size: 1rem;
    }

    header{
        padding: 0.5rem 1rem;
    }

    header .row{
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    header .row .columns{
        text-align: center;
    }

    header img{
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    header h3{
        margin-top: -0.25rem;
        margin-bottom: 0.75rem;
        font-size: 1.5rem;
    }

    .column, .columns {
        float: none;
    }

    .politica-privacidad{
        margin-bottom: 2em;
    }

    .politica-privacidad > .label-body{
        display: inline;
    }

    .politica-privacidad input[type="checkbox"]{
        margin-bottom: 0;
    }

    footer p{
        margin-bottom: 0.5rem;
        text-align: center;
        padding-left: 0;
    }

    footer ul {
        text-align: center;
        padding-right: 0;
        padding-top: 1.5rem;
    }

    .block-hero .container{
        padding-left: 0;
        padding-right: 0;
    }

    .block-form{
        padding: 1.5rem;
    }

    .label-units{
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }

    .block-car ul{
        margin-bottom: 1rem;
    }

    .block-location{
        padding-bottom: 2rem;
    }

    header .twelve{
        justify-content: center
    }

    .logo-title{
        margin-left: 1rem;
        margin-bottom: 0;
    }
}


@media (max-width: 399px) {

    footer ul{
        text-align: center;
    }

    .container{
        width: calc(100% - 2rem);
    }

}
