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("/es/custom/site-grupogandini-technical-center/font/KIAM.woff2") format("woff2"), url("/es/custom/site-grupogandini-technical-center/font/KIAM.woff") format("woff"), url("/es/custom/site-grupogandini-technical-center/font/KIA_Medium.ttf") format("ttf"), url("/es/custom/site-grupogandini-technical-center/font/KIAOTFM.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'KIA';
  src: url("/es/custom/site-grupogandini-technical-center/font/KIAL.woff2") format("woff2"), url("/es/custom/site-grupogandini-technical-center/font/KIAL.woff") format("woff"), url("/es/custom/site-grupogandini-technical-center/font/KIA_Light.ttf") format("ttf"), url("/es/custom/site-grupogandini-technical-center/font/KIAOTFL.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'KIA-bold';
  src: url("/es/custom/site-grupogandini-technical-center/font/KIAB.woff2") format("woff2"), url("/es/custom/site-grupogandini-technical-center/font/KIAB.woff") format("woff"), url("/es/custom/site-grupogandini-technical-center/font/KIA_Bold.ttf") format("ttf"), url("/es/custom/site-grupogandini-technical-center/font/KIAOTFB.otf") format("otf");
  font-weight: bold;
  font-style: normal;
}

html, body {
  padding: 0;
  margin: 0;
  position: relative;
}

html {
  overflow-x: hidden;
}

body {
  font-family: KIA;
  color: #666666;
  font-size: 14px;
  background: #f7f7f7;
}

.row {
  margin: 0;
}

.container-fluid {
  padding: 0 !important;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.container .cont {
  margin: 0 auto;
  max-width: 1020px;
}

.container .cont img {
  max-width: 100%;
}

.default {
  margin-top: 150px;
  margin-bottom: 50px;
}

.default h1 {
  background: url(/es/custom/site-grupogandini-technical-center/img/h2.jpg) no-repeat left bottom;
  padding-bottom: 15px;
  font-family: KIA-bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 20px;
  color: #353644;
}

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,
label {
  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;
}

/*  MENU */
.subMenu {
  height: 107px;
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  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: #241d6d;
  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: #9d9e9e;
  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(/es/custom/site-grupogandini-technical-center/img/menu.png) no-repeat;
  background-size: 100%;
  margin-top: 20px;
}

.navbar-light .navbar-toggler-icon {
  background: url(/es/custom/site-grupogandini-technical-center/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;
  height: 574px;
  color: #fff;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-end;
  background-size: 1920px !important;
}

@media (min-width: 992px) {
  .banner {
    height: 467px;
    margin-top: 107px;
  }
}

.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(/es/custom/site-grupogandini-technical-center/img/h2.jpg) no-repeat right bottom;
  padding-bottom: 15px;
  font-family: KIA-bold;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 0 8px 0;
}

/*===========================================
	Featured - 1
===========================================*/
.featured-1 {
  margin-bottom: 90px;
}

@media (min-width: 768px) {
  .featured-1 .cols {
    column-count: 2;
    padding: 20px 0 0;
  }
}

.featured-1 .cols p {
  position: relative;
  margin-bottom: 15px;
  margin-left: 28px;
}

@media (min-width: 768px) {
  .featured-1 .cols p {
    padding-right: 80px;
  }
}

.featured-1 .cols p::before {
  content: '';
  background-color: #fff;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: -26px;
}

.featured-1 .cont {
  background-color: #1f1f28;
  color: #fff;
  padding: 50px 30px;
}

@media (min-width: 992px) {
  .featured-1 .cont {
    padding: 50px 45px;
  }
}

.featured-1 h2 {
  background: url(/es/custom/site-grupogandini-technical-center/img/h2.jpg) no-repeat left bottom;
  padding-bottom: 15px;
  font-family: KIA-bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0 0 8px 0;
}

/*===========================================
	Unidades
===========================================*/
.units {
  margin: 0 auto;
  max-width: 1020px;
}

.units .col-sm-12 {
  padding: 0;
}

.units h2 {
  background: url(/es/custom/site-grupogandini-technical-center/img/h2.jpg) no-repeat left bottom;
  padding-bottom: 15px;
  font-family: KIA-bold;
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 0 0 90px 0;
  color: #353644;
}

.units .unit-item {
  display: flex;
  align-items: center;
  margin-bottom: 75px;
}

.units .unit-item .text {
  order: 1;
  margin: 0 0 0 30px;
}

@media (min-width: 768px) {
  .units .unit-item .text {
    width: 44%;
  }
}

.units .unit-item .text .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.units .unit-item .text .title span {
  background-color: #353644;
  font-family: 'KIA-bold';
  font-size: 31px;
  color: #fff;
  line-height: 1;
  padding: 20px 25px;
}

@media (min-width: 768px) {
  .units .unit-item .unit-image {
    width: 56%;
  }
}

.units .unit-item .unit-image img {
  width: 100%;
}

.units .unit-item .text h3 {
  font-size: 18px;
  font-family: KIA-bold;
  margin-left: 10px;
  text-transform: uppercase;
}

.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(/es/custom/site-grupogandini-technical-center/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;
}

.featured-3 .cont {
  padding: 0 0 50px;
}

.featured-3 h2 {
  background: url(/es/custom/site-grupogandini-technical-center/img/h2.jpg) no-repeat left bottom;
  padding-bottom: 15px;
  font-family: KIA-bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 20px;
  color: #353644;
}

.featured-3 .btn {
  background: #d21b03;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 25px;
  padding: 10px 40px;
}

/*===========================================
	Contato
===========================================*/
.contact {
  background: #aa1603;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: KIA-regular;
  padding: 75px 0;
  margin-top: 85px;
}

.contact .col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .contact .col-lg-4 + .col-lg-4::before {
    content: '';
    width: 1px;
    height: 100px;
    background-color: #c3390c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

.contact a {
  color: #fff !important;
}

.contact .ico {
  margin-top: 70px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .contact .ico {
    margin-top: unset;
  }
}

.check-wrapper {
  position: relative;
  width: 100%;
}

.check {
  font-size: 14px;
}

.check .control {
  position: relative;
  display: block;
  padding-left: 50px;
  margin-top: 15px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .check .control {
    padding-left: 50px;
  }
}

.check .control input {
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.check .control-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: none;
}

@media (min-width: 992px) {
  .check .control-indicator {
    width: 28px;
    height: 28px;
  }
}

.check .control-indicator:after {
  position: absolute;
  display: none;
  content: '';
}

.check .control input:checked ~ .control-indicator:after {
  display: block;
}

.check .control-checkbox .control-indicator:after {
  top: 7px;
  left: 7px;
  width: 14px;
  height: 14px;
  background-color: #aa1603;
  border: none;
}

@media (min-width: 992px) {
  .check .control-checkbox .control-indicator:after {
    top: 7px;
    left: 7px;
    width: 14px;
    height: 14px;
  }
}

.check a {
  text-decoration: underline;
}

.check .field-validation-error {
  top: -5px;
}

/*===========================================
	Formulario
===========================================*/
.form {
  background-color: #1f1f28;
  color: #fff;
  padding: 0 0 100px 0;
}

.form h2 {
  background: url(/es/custom/site-grupogandini-technical-center/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: 35px;
}

.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-row.accept {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .form #form-contact {
    display: flex;
    flex-wrap: wrap;
  }
}

.group {
  background-color: #1f1f28;
  color: #fff;
}

@media (min-width: 992px) {
  .group {
    padding-bottom: 150px;
  }
}

.group p {
  font-family: 'KIA-bold';
  font-size: 18px;
}

.group .btn {
  background: #d21b03;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-family: KIA-bold;
  text-transform: uppercase;
  white-space: normal;
}

.group .col-lg-6 {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .group .col-lg-6 {
    margin: 0;
  }
}

/*===========================================
	Formulario
===========================================*/
.footer {
  background: #fff;
  color: #1f1f28;
}

.footer .container {
  position: relative;
  padding: 40px 0;
  background-size: 178px;
}

.privacy {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .privacy {
    text-align: right;
    margin-top: 0;
  }
}

.privacy a {
  color: #1f1f28;
  font-size: 11px;
  text-transform: uppercase;
}

.btn-back-top {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #1f1f28;
  text-decoration: underline;
  font-size: 12px;
}

.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;
    order: 2;
  }
  .navbar .language {
    position: relative;
    top: unset;
    right: unset;
    order: 1;
  }
  .navbar-collapse {
    background: #f5f4f4;
    margin: 30px -20px -20px -20px;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 105px);
    overflow-y: auto;
    padding-bottom: 40px;
  }
  .navbar-light .navbar-nav .nav-link {
    background: url(/es/custom/site-grupogandini-technical-center/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;
  }
  .units .col-sm-12 {
    padding: 0 15px;
  }
  .units h2 {
    font-size: 1.3em;
    letter-spacing: 5px;
    margin: 0 0 20px 0;
  }
  .units .unit-item {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 40px;
  }
  .units .unit-item.even {
    flex-direction: column;
  }
  .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 {
    width: 100%;
    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(/es/custom/site-grupogandini-technical-center/img/contato.jpg) no-repeat left top;
    background-size: cover;
  }
}

@media screen and (max-width: 992px) and (min-width: 992px) {
  .form {
    background-size: unset;
  }
}

@media screen and (max-width: 992px) {
  .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;
  }
}

@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;
  }
}
