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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  color: #666666;
  background: #f7f7f7;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

@font-face {
  font-family: 'KIA-regular';
  src: url("/pt-br/custom/site-grupogandini/font/KIAM.woff2") format("woff2"), url("/pt-br/custom/site-grupogandini/font/KIAM.woff") format("woff"), url("/pt-br/custom/site-grupogandini/font/KIA_Medium.ttf") format("ttf"), url("/pt-br/custom/site-grupogandini/font/KIAOTFM.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'KIA';
  src: url("/pt-br/custom/site-grupogandini/font/KIAL.woff2") format("woff2"), url("/pt-br/custom/site-grupogandini/font/KIAL.woff") format("woff"), url("/pt-br/custom/site-grupogandini/font/KIA_Light.ttf") format("ttf"), url("/pt-br/custom/site-grupogandini/font/KIAOTFL.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'KIA-bold';
  src: url("/pt-br/custom/site-grupogandini/font/KIAB.woff2") format("woff2"), url("/pt-br/custom/site-grupogandini/font/KIAB.woff") format("woff"), url("/pt-br/custom/site-grupogandini/font/KIA_Bold.ttf") format("ttf"), url("/pt-br/custom/site-grupogandini/font/KIAOTFB.otf") format("otf");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: KIA;
  color: #666666;
  font-size: 14px;
  background: #f7f7f7;
}

.row {
  margin: 0;
}

.container-fluid {
  padding: 0 !important;
}

h1 {
  /*background: url(../img/logo.jpg) no-repeat;
	width: 245px;
	height: 51px;
	text-indent: -9999px;
	margin: 10px 0 0 0 !important;*/
}

.clear {
  clear: both;
}

p {
  font-family: Arial, sans-serif;
}

.inner {
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  min-height: 50px;
  padding: 30px 0;
}

.inner:after {
  content: "";
  display: table;
  clear: both;
}

.default {
  padding-top: 140px;
  padding-bottom: 100px;
}

.default h1 {
  margin-bottom: 20px;
}

.default p {
  margin-bottom: 1rem;
}

.default p:last-of-type {
  margin-bottom: 0;
}

/*  MENU */
.subMenu {
  height: 107px;
  width: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 1000;
}

.subMenu .inner {
  padding: 0;
  margin: 0 auto;
}

.subMenu .inner .navbar {
  padding: 15px 20px 12px 20px;
  background: #fff;
}

.navbar-light .navbar-nav.menu .nav-link.active, .navbar-light .navbar-nav.menu .nav-link:hover {
  border-bottom: 5px solid #d21b03;
}

.navbar .logo {
  border-bottom: 0 !important;
  width: 100%;
  max-width: 205px;
}

@media (min-width: 480px) {
  .navbar .logo {
    max-width: 245px;
  }
}

.navbar-light .menu .nav-item {
  padding: 0 .5em 0 2em;
}

.navbar-light .navbar-nav .nav-link {
  color: #4c4c4c;
  font-family: KIA-regular;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  border-bottom: 5px solid #fff;
}

.navbar .menu {
  position: absolute;
  right: 10px;
  margin-top: 15px;
}

.navbar .language {
  position: absolute;
  right: 20px;
  top: 15px;
}

.navbar .language li {
  display: inline;
}

.navbar .language li a {
  background: #9d9e9e;
  color: #fff !important;
  font-family: KIA-bold;
  font-size: 22px !important;
  text-align: center;
  margin: 0 0 0 2px;
  padding: 4px 5px !important;
}

@media (min-width: 992px) {
  .navbar .language li a {
    font-size: 9px !important;
  }
}

.navbar .language li a:hover, .navbar .language li a.active {
  background: #241d6d;
  border-bottom: 0;
}

.dropMenu {
  background: #d21b03;
  padding: 20px;
  position: absolute;
  display: none;
}

.dropMenu li {
  padding: 5px 0 !important;
}

.dropMenu li a {
  color: #fff;
  font-size: 11px;
  font-family: KIA-regular;
  text-transform: uppercase;
}

.navbar-light .navbar-toggler {
  border-color: #fff;
}

.navbar-light .collapsed .navbar-toggler-icon {
  background: url(/pt-br/custom/site-grupogandini/img/menu.png) no-repeat;
  background-size: 100%;
  margin-top: 20px;
}

.navbar-light .navbar-toggler-icon {
  background: url(/pt-br/custom/site-grupogandini/img/menu.png) no-repeat;
  background-size: 100%;
  margin-top: 20px;
}

/* SECTIONS */
/*===========================================
	Destaque
===========================================*/
.banner {
  /*background: url(../img/home.jpg) no-repeat center top;*/
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 574px;
  max-height: 574px;
  color: #fff;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  background-size: 1920px !important;
}

.banner .col-sm-12 {
  max-width: 1090px;
}

.banner .txt-banner {
  width: 380px;
  text-align: right;
  float: right;
  margin-bottom: 144px;
}

.banner .txt-banner h2 {
  background: url(/pt-br/custom/site-grupogandini/img/h2.jpg) no-repeat right bottom;
  padding-bottom: 6px;
  font-family: KIA-bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 0 8px 0;
}

/*===========================================
	Featured - 1
===========================================*/
.featured-1 {
  margin-bottom: 90px;
}

.featured-1 .cont {
  /*background: #2b2f4b url(../img/quemsomos.jpg) no-repeat right top;*/
  background: #2b2f4b no-repeat 280px top;
  height: 476px;
  margin: 0 auto;
  max-width: 1020px;
  color: #fff;
  padding: 110px 0 0 0;
}

@media (min-width: 1200px) {
  .featured-1 .cont {
    background: #2b2f4b no-repeat right top;
  }
}

.featured-1 h2 {
  width: 180px;
  background: url(/pt-br/custom/site-grupogandini/img/h2.jpg) no-repeat left bottom;
  padding-bottom: 15px;
  font-family: KIA-bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 0 8px 0;
}

.featured-1 .cont .txt-featured-1 {
  width: 300px;
  padding: 0 40px 0 45px;
}

/*===========================================
	Unidades
===========================================*/
.units {
  margin: 0 auto;
  max-width: 1020px;
}

.units .col-sm-12 {
  padding: 0;
}

.units h2 {
  background: url(/pt-br/custom/site-grupogandini/img/h2.jpg) no-repeat left bottom;
  padding-bottom: 15px;
  font-family: KIA-bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 0 90px 0;
  color: #353644;
}

.units .unit-item {
  display: flex;
  margin-bottom: 90px;
}

.units .unit-item .text {
  order: 1;
  text-align: right;
  margin: 0 0 0 30px;
}

@media (min-width: 768px) {
  .units .unit-item .text {
    width: 44%;
  }
}

@media (min-width: 768px) {
  .units .unit-item .unit-image {
    width: 56%;
    margin: 0 20px;
  }
}

.units .unit-item .unit-image img {
  width: 100%;
}

.units .unit-item .text h3 {
  font-size: 18px;
  font-family: KIA-bold;
  margin: 15px 0;
}

.units .unit-item .text .btn {
  background: #d21b03;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-family: KIA-bold;
  text-transform: uppercase;
  margin-top: 25px;
}

.units .unit-item .text .btn span {
  font-size: 10px;
}

.units .unit-item.even .text {
  order: 0;
  text-align: left;
  margin: 0 30px 0 0;
}

/*===========================================
	Featured - 2
===========================================*/
.featured-2 {
  margin: 0 auto;
  max-width: 1020px;
}

.featured-2 .row {
  position: relative;
}

.featured-2 .cont {
  margin-bottom: 30px;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .featured-2 .cont {
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 60px;
  }
}

.featured-2 .cont .txt-featured-2 {
  color: #fff;
  background: #2d314d;
  width: 445px;
  margin: 0;
  padding: 45px 45px 25px 45px;
  text-align: right;
}

.featured-2 .cont .txt-featured-2 .btn {
  background: #d21b03;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-family: KIA-bold;
  text-transform: uppercase;
  margin-top: 10px;
}

.featured-2 .cont .txt-featured-2 .btn span {
  font-size: 10px;
}

.featured-2 .col-sm-12 {
  padding: 0;
}

.img-featured-2.desktop {
  display: none;
}

@media (min-width: 768px) {
  .img-featured-2.desktop {
    display: block;
  }
}

.img-featured-2 img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .featured-2 .row.mobile {
    display: none;
  }
}

.featured-2 h2 {
  background: url(/pt-br/custom/site-grupogandini/img/h2.jpg) no-repeat left bottom;
  padding-bottom: 15px;
  font-family: KIA-bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 90px 0;
  color: #353644;
}

/*===========================================
	Contato
===========================================*/
.contact {
  background: #aa1603;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: KIA-regular;
  padding: 0 0 75px 0;
}

.contact .ico {
  margin-bottom: 20px;
  margin-top: 75px;
}

/*===========================================
	Formulario
===========================================*/
.form {
  background: url(/pt-br/custom/site-grupogandini/img/contato.jpg) no-repeat left bottom;
  color: #fff;
  padding: 0 0 100px 0;
}

.form h2 {
  background: url(/pt-br/custom/site-grupogandini/img/h2.jpg) no-repeat left bottom;
  padding-bottom: 15px;
  font-family: KIA-bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 90px 0 10px 0;
  color: #fff;
}

.form p {
  margin-bottom: 20px;
}

.form textarea {
  border: 0;
  width: 100%;
  margin-top: 5px;
  padding: 8px 10px;
  resize: none;
}

.form input {
  padding: 8px 10px;
  width: 100%;
}

.form .btn {
  background: #d21b03;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-family: KIA-bold;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: auto;
  margin-right: 3px;
}

.form-row {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .form-row {
    padding: 0 3px;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .form-row.name {
    width: 48%;
  }
}

@media (min-width: 992px) {
  .form-row.email {
    width: 26%;
  }
}

@media (min-width: 992px) {
  .form-row.phone {
    width: 26%;
    padding: 0 1px;
  }
}

@media (min-width: 992px) {
  .form-row.area {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .form #form-contact {
    display: flex;
    flex-wrap: wrap;
  }
}

/*===========================================
	Formulario
===========================================*/
.footer {
  background: #333441;
  color: #fff;
}

.footer .container {
  position: relative;
  /*background: #333441 url(../img/logo-negativo.png) no-repeat right center;*/
  background: #333441;
  padding: 40px 0;
  background-size: 178px;
}

.footer .container img {
  position: absolute;
  top: auto;
  bottom: 60px;
  right: auto;
  left: 50%;
  margin-left: -120px;
  width: 240px;
}

@media (min-width: 992px) {
  .footer .container img {
    width: 178px;
    top: 30px;
    bottom: auto;
    right: 0;
    left: auto;
    margin-left: 0;
  }
}

.btn-back-top,
.btn-privacy {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
}

.btn-back-top:hover,
.btn-privacy:hover {
  color: #fff;
}

.privacy-box {
  background-color: #bb162b;
  color: #FFF;
  bottom: 0;
  padding-bottom: 0;
  z-index: 1001;
  width: 100%;
  position: fixed;
  box-sizing: border-box;
}

.privacy-box .info-box {
  font-size: 16px;
  line-height: 18px;
  font-family: KIA-bold;
  max-width: 1000px;
  text-align: left;
  padding: 30px 90px 30px 40px;
}

.privacy-box span {
  border: solid;
  border-width: 1px;
  float: right;
  position: absolute;
  z-index: 1002;
  top: 50px;
  right: 30px;
  font-size: 19px;
  cursor: pointer;
  width: 65px;
  padding: 4px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
}

.privacy-box a {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  #quem-somos .txt-featured-1 strong {
    display: block;
    margin-top: 46px;
  }
  h1 img {
    width: 80%;
  }
  .navbar .menu {
    position: relative;
  }
  .navbar .language {
    position: relative;
    text-align: center;
    top: -480px;
    right: 0;
  }
  .navbar-collapse {
    background: #f5f4f4;
    margin: 30px -20px -20px -20px;
    padding-top: 35px;
  }
  .navbar-light .navbar-nav .nav-link {
    background: url(/pt-br/custom/site-grupogandini/img/h2.jpg) no-repeat center top;
    color: #262f6e !important;
    font-family: KIA-bold;
    font-size: 22px;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    border-bottom: 0;
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link.top {
    background: none;
  }
  .navbar-light .navbar-nav.menu .nav-link.active, .navbar-light .navbar-nav.menu .nav-link:hover {
    border-bottom: none;
  }
  .dropMenu {
    display: block !important;
    position: inherit;
    background: #f5f4f4;
    text-align: center;
    padding: 0;
    color: #262f6e;
  }
  .dropMenu li a {
    color: #262f6e;
    font-size: 16px;
    font-family: KIA-bold;
  }
  .banner {
    /*background: url(../img/home-mobile.jpg) no-repeat center top;*/
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 0px;
    min-height: 660px;
    max-height: 660px;
  }
  .banner .txt-banner {
    width: 300px;
    margin: 0 0 94px 0;
  }
  .featured-1 {
    margin-bottom: 40px;
  }
  .featured-1 .container {
    padding: 0;
  }
  .featured-1 .cont {
    padding: 75px 0 0 0;
    background: linear-gradient(rgba(43, 47, 75, 0.95), rgba(43, 47, 75, 0.95)), #2b2f4b no-repeat right top;
  }
  .units .col-sm-12 {
    padding: 0 15px;
  }
  .units h2 {
    font-size: 1.3em;
    margin: 0 0 40px 0;
  }
  .units .unit-item {
    align-items: center;
  }
  .units .unit-item img {
    width: 100%;
  }
  /*.units .unit-item .img-kia {
        width: 15%;
    }

    .units .unit-item .img-gandini {
        width: 35%;
    }*/
  .units .unit-item .img {
    width: 30%;
  }
  .units .unit-item .text, .units .unit-item.even .text {
    margin: 30px 0 0 0;
    text-align: left;
  }
  .featured-2 h2 {
    margin: 90px 0 40px 0;
  }
  .featured-2 .col-sm-12 {
    padding: 0 15px;
  }
  .featured-2 .cont .txt-featured-2 {
    color: #666;
    background: transparent;
    margin: 0;
    text-align: left;
    padding: 0;
    width: 100%;
  }
  .form {
    padding: 35px 0 70px 0;
    background: url(/pt-br/custom/site-grupogandini/img/contato.jpg) no-repeat left top;
  }
  .form h2 {
    margin: 0 0 10px 0;
    font-size: 23px;
  }
  .form p {
    margin: 0 0 20px 0;
  }
  .form input, .form textarea {
    width: 100%;
    margin: 0;
  }
  .form .btn {
    position: relative;
    float: right;
    margin-right: -5px;
  }
  .footer .container {
    height: 236px;
    background-position: center bottom 80px;
    background-size: 240px;
  }
}

@media (max-width: 768px) {
  .units .unit-item {
    flex-direction: column;
  }
  .units .unit-item.even {
    flex-direction: column-reverse;
  }
}

@media (max-width: 750px) {
  .banner {
    background-size: 100% !important;
  }
}

@media (min-width: 480px) {
  .banner {
    background-position: center top;
  }
}

@media (max-width: 359px) {
  .banner {
    min-height: 570px;
    max-height: 570px;
  }
}
