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: 'Roboto Black', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Roboto Black', sans-serif;
}

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;
}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;

    background: transparent;

    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;

    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;

    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;

    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

header,
section,
footer {
    width: 100%;
}

header {
    overflow: hidden;
    background-color: #084f92;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #FA8D24;
}

section {
    overflow: hidden;
    background-color: #e2e3e4;
    height: auto;
}

footer {
    overflow: hidden;
    background-color: #084f92;
    height: 90px;
    display: flex;
    justify-content: center;
}

.span-12 {
    width: 50%;
    height: auto;
}

.row {
    display: flex;
    height: 100%;
    min-height: 500px;
}

.image-presentation {
    width: 100%;
    height: 100%;
    min-height: 200px;
    background: url('img/driver.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.content {
    height: 100%;
    padding: 0px 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.content>.section-description {
    margin-top: 20px;
    margin-bottom: 40px;
    width: 80%;
    height: auto;
    line-height: 1.5;
    text-align: left;
}

.title-1 {
    font-family: 'Roboto', sans-serif;
    color: #084f92;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.title-2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0px;
}

.title-4 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 23px;
    margin: 0 35px 10px;
}

.title-5 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0px;
    line-height: 19px;
    width: 89%;
}

.btn {
    align-items: center;
    display: flex;
    padding: 0px 20px;
    width: 75%;
    height: 50px;
    max-width: 266px;
    color: white;
    background-color: #FA8D24;
    cursor: pointer;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 26px;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    justify-content: center;
}

.btn>i {
    margin-right: 15px;
    background-color: #FA8D24;
    padding: 5px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.btn>div {
    margin-top: 3px;
    white-space: nowrap;
}

.logo>img {
    width: 250px;
}


.contact {
    background-color: #272727;
    background-image: url('img/background.png');
    background-size: 960px 539px;
    background-position: left bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    height: auto;
    padding: 0px 0px;
}

.contact-form {
    width: 100%;
}

.contact>.contact-form>form {
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.contact-form .checkBoxGroup {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #e2e3e4;
    width: auto;
    max-width: 90%;
}

.contact-form .checkBoxGroup>label {
    line-height: 1.5;
}

.contact>.contact-form>form>input {
    color: #707070;
    padding-left: 20px;
    max-width: 700px;
    width: 85%;
    background-color: #fFFFff;
    margin-top: 07px;
    height: 52px;
    border-radius: 10px;
    border: 0px;
    opacity: 1;
    font-family: 'Roboto Black', sans-serif;
    font-size: 16px;
}

.contact>.contact-form>form>input::placeholder {
    color: #707070;
}

.differentials {
    background-color: #e2e3e4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 40px 0px;
    height: auto;
}

.title-3 {
    font-family: 'Roboto Black', sans-serif;
    color: #084f92;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    line-height: 1.3;
}

.differentials>.benefits-group {
    display: flex;
    margin: 40px 0px;
    flex-wrap: wrap;
    justify-content: center;
}

.differentials>.benefits-group>.benefit {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 20px;
    width: 200px;
}

.differentials>.benefits-group>.benefit>.description-benefit {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    line-height: 15px;
    font-weight: bold;
}

.differentials>.benefits-group>.benefit>.description-new-benefit {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    line-height: 15px;
    color: white;
}

.footer {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    width: 60%;
}

.footer>.icon-michelin {
    padding: 0 20px;
    width: 200px;
}

.footer>.icon-default {
    white-space: nowrap;
    padding: 0 20px;
    width: 100px;
}

.link-terms {
    color: inherit;
}

@media screen and (max-width: 768px) {
    .logo>img {
        width: 200px;
    }

    .md-24 {
        width: 100%;
    }

    .row {
        flex-flow: column;
    }

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

    .image-presentation {
        background-position: 0px -10px;
    }

    .content {
        justify-content: center;
        align-content: center;
        align-items: center;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content>.section-description {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        line-height: 1.5;
        text-align: center;
    }

    .footer>.icon-michelin {
        width: 100px;
    }

    .footer {
        width: 100%;
    }
}

.error {
    color: #ff3333;
}

.new-text-content {
    display: flex;
    justify-content: center;
    min-height: 120px;
    align-items: center;
    background-color: #272727;
    background-image: url('img/background.png');
    background-size: 960px 539px;
    background-position: left top;
    padding: 30px 05px 30px 05px;
}

.new-title-1 {
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    opacity: 1;
    letter-spacing: 0px;
    padding: 0 10px 0 10px;
    text-align: center;
}

#button-watsapp {

    padding-right: 20px;
    cursor: pointer;
    font-size: 16px;
    justify-content: center;
    box-sizing: content-box;
    background: #3cb54a;
    width: 183px;
    height: 50px;
    margin-top: 27px;
    align-items: center;
    display: flex;
    border-radius: 10px;
    color: #fff;
    border-bottom: 3px solid #3cb54a;
}

#button-watsapp img {
    width: 30px;
    padding-right: 16px;
}

.d-none {
    display: none;
}

.custom-select {
    margin-left: 0%;
    max-width: 700px;
    width: 92%;
}

#vehicles {
    height: 52px;
    border-radius: 12px;
    text-align: center;
    text-align-last: center;
    font-size: 16px;
    color: #707070;
    max-width: 700px;
    width: max-content;
    border: 0px;
    background-color: #fFFFff;
    margin-top: 07px;
    opacity: 1;
    font-family: 'Roboto Black', sans-serif;

}

#vehicles option {
    text-align: left;
}