@import "../font-awesome-4.5.0/css/font-awesome.min.css";

/****************************************
HEADER*/
header {
  margin: 0;
  padding: 10px;
  background-color: #f5f5f5;
}

header img.logo {
  float: left;
  margin-left: 7px;
}

header ul {
  margin: 33px 0 0 188px;
}

header ul li {
  display: inline;
  margin: 0 15px 0 15px;
  font-size: 0.8em;
  font-family: Verdana, Geneva, sans-serif;
}

span.tel {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.1em;
  letter-spacing: -2px;
  float: right;
  color: #0a3144;
  margin: -50px 0 0 0;
}

span.tel span {
  font-size: 0.45em;
}

/****************************************
FAIXA*/
.faixa {
  background: url('../images/bg-in.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top;
  height: 55px;
  margin: 0;
}

/****************************************
NAVIGATION*/
nav.migalhas {
  background: url('../images/navigation-bg-1.jpg') 0 0 repeat;
  margin: 0;
  padding: 20px 0 20px 0;
}

.navigation a {
  margin: 0 15px 0 0;
  font-size: 0.8em;
  font-family: Verdana, Geneva, sans-serif;
}

.navigation a:after {
  font-family: Tahoma;
  content: ">";
  font-size: 8px;
  margin: 0 0 0 15px;
}

.navigation a:last-child:after { content: none; }

/****************************************
TYPOGRAPHY*/
a, a:visited { color: #1a698f; }

a:hover, a:focus { color: #000; }

h1 {
    margin: 15px 0 15px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    line-height: 46px;
    font-weight: 200;
    text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
    color: #0a3144;
    letter-spacing: -1px;
    line-height: 1;
}

/****************************************
CONTENT*/
.content {
  padding: 15px 0 15px 0;
}

.content h2 {
  text-align: center;
  font-size: 1.2em;
  font-family: Verdana, Geneva, sans-serif;
  color: #444444;
}

.content h2 span {
  font-size: 1.4em;
  color: #333333;
  font-weight: bold;
}

.content h2 a {
  font-size: 1.4em;
  font-weight: bold;
}

/****************************************
MENU MOBILE*/
#menuMobile {
  background-color: transparent;
}

#menuMobile ul {
  background-color: transparent;
  margin: 0;
}

#menuMobile ul li {
  display: block;
  list-style: none;
  width: 100%;
  padding: 10px;
  border-bottom: 1px #f5f5f5 solid;
}

#menuMobile ul li:hover {background-color: #f5f5f5; }

/****************************************
FORM*/
a.help {
  cursor: help;
  color: #1a698f;
  font-size: 1.2em;
}

form label {
  font-size: 0.7em;
  font-family: Verdana, Geneva, sans-serif;
  color: #444444;
}

form .button-group { float: right; }

form .segurooculto,form .bankoculto,form .resideoculto,form .usooculto,form .etapa-form2,form .etapa-form3 { display: none; }

form .dropdown-pane { font-size: 0.85em; }

.button-group { margin-top: 15px; }

.button-group.etapas {
  margin-top: 0;
  float: none;
}

.button-group.etapas .button {
  margin: 0 10px 0 0;
  border-radius: 4px;
}

p.erro {
  font-size: 0.7em;
  color: #FFF;
  margin: -16px 0 0 0;
  max-height: 20px;
  padding: 0;
  text-align: center;
  width: 100%;
  background-color: #FF0000;
  min-height: 20px;
  display: none;
} 

/****************************************
TXT*/
.txt h2 {
  text-align: center;
  font-size: 1.8em;
  font-family: Verdana, Geneva, sans-serif;
  color: #444444;
  border-top: 1px dotted #333333;
  padding: 40px 0 0 0;
  margin: 40px 0 20px 0;
}

.txt h2 span {
  font-size: 0.6em;
  color: #333333;
  display: block;
}

.txt h3 {
  text-align: center;
  font-size: 2.3em;
  font-family: Verdana, Geneva, sans-serif;
  color: #0a3144;
  border-top: 1px dotted #333333;
  padding: 40px 0 0 0;
  margin: 40px 0 20px 0;
}

.txt h3 span {
  font-size: 0.6em;
  display: block;
}

.txt h3:hover { font-size: 2.4em; color: #2199e8; }

.txt .right { float: right; }

.txt p { font-size: 0.95em; }

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

.txt .lista p {
  text-align: center;
  font-size: 1em;
  font-family: Verdana, Geneva, sans-serif;
  color: #444444;
}

.txt .lista.vantagens p { margin: -30px 0 0 0; }

.txt .lista.vantagens img { width: 150px; }

  form label .lista .columns.marca {
    border: 1px solid #51baff;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
    padding: 4px;
  }

  form label .lista.two .columns.marca {
    margin-bottom: 15px;
  }

  form label .lista .columns.marca:hover,form label .lista .columns.marca:active,form label .lista .columns.marca.active {
    background-color: #51baff;
    color: #FFF;
  }

  form label .lista .marca small {
    display: block;
    font-weight: normal;
    font-size: 1em;
  }

  form label .lista .marcas { font-size: 1.5em; }

  form label .lista .marca small.outra { margin-top: 20px; }

  .marcas { display: none; }

  .erro2 { color: #FF0000; display: inline; font-weight: bold; }

  .montadoras-group { margin-bottom: 20px; }

/****************************************
FOOTER*/
footer {
  text-align: center;
  background-color: #f5f5f5;
  padding: 15px 0 15px 0;
}

footer h2 {
  font-size: 3em;
  color: #0a3144;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
}

footer address,footer p,footer p a {
  font-family: Verdana, Geneva, sans-serif;
  color: #444444;
  font-style: normal;
  font-size: 1em;
}

/****************************************
MEDIAS QUERIES*/
@media only screen and (min-width: 40.063em) {
  header button { display: none; }
  .button-group.etapas .button { margin: 0; font-size: 0.9em; }
  .txt h3 { font-size: 1.8em; }
  .txt h3:hover { font-size: 1.9em; }
}

@media only screen and (max-width: 40em) {
  header .row .columns { padding: 0; text-align: center; }
  header img.logo { float: none; width: 110px; }
  header ul { display: none; }
  header button { top: 0; left: 0; float: left; outline: none; display: normal; }
  .faixa { height: 15px; }
  .migalhas .navigation { display: none; }
  h1 { text-align: center; margin: 0; font-size: 20px; line-height: 1; }
  .content h2 { font-size: 0.7em; }
  footer h2 { font-size: 1.5em; }
  footer address,footer p { font-size: 0.8em; }
  .button-group.etapas .button { margin: 0 0 4px 0; width: 100%; }
  .txt h2 { font-size: 1.4em; }
  .txt h3 { font-size: 1.2em; }
  .txt h3:hover { font-size: 1.3em; }


  /************ FORM */
  form label {
    font-size: 1.1em;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    color: #444444;
    text-align: center;
  }

  form .lista .item.marca small { font-size: 0.7em; }

  form label .lista .marcas { font-size: 0.9em; }

  footer { margin-top: 50px; }

  form a.button.submit { width: 100%; margin-top: 5px; }

  .etapa-mobile2 { display: none; }
  .etapa-mobile3 { display: none; }
  .etapa-mobile4 { display: none; }
  .etapa-mobile5 { display: none; }
  .etapa-mobile6 { display: none; }
  .etapa-mobile7 { display: none; }
  .etapa-mobile8 { display: none; }
  .etapa-mobile9 { display: none; }
  .etapa-mobile10 { display: none; }
  .etapa-mobile11 { display: none; }
  .etapa-mobile12 { display: none; }
  .etapa-mobile13 { display: none; }
  .etapa-mobile14 { display: none; }
  .etapa-mobile15 { display: none; }
  .etapa-mobile16 { display: none; }
  .etapa-mobile17 { display: none; }
  .etapa-mobile18 { display: none; }
  .mobile-montadora { margin-left: 35px; }
}