/* import */
/* responsive */
@import "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic";
/* -- Body style ------------------------------------ */
/* fuentes */
@font-face {
  font-family: 'kiaotfbold';
  src: url("../fonts/kiaotf/kiaotfb-webfont.woff2") format("woff2"), url("../fonts/kiaotf/kiaotfb-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

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

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

body {
  font: normal 14px "kiaotfmedium", sans-serif; }

/* navbar */
header {
  background-color: #000; }
  header nav {
    background-color: #000;
    box-shadow: none;
    padding: 0px 20px; }
    header nav .navbar-collapse {
      flex-grow: 0;
      flex-basis: 0; }
      header nav .navbar-collapse .ml-auto {
        flex-direction: row; }
    header nav li > a {
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 13px;
      vertical-align: middle;
      padding: 30px;
      border: 1px solid #fff;
      margin: 0px 10px;
      border-radius: 50%; }
      header nav li > a:hover {
        background: #BB162B;
        border: 1px solid #BB162B;
        transition: 0.5s ease; }

/* textos */
h1 {
  font: normal 46px "kiaotflight", sans-serif;
  margin: 0; }
  h1 span {
    display: block;
    font: normal 24px "kiaotflight", sans-serif;
    text-transform: uppercase; }
  h1 strong {
    font: normal 46px "kiaotfbold", sans-serif; }

p {
  font: normal 14px "kiaotfmedium", sans-serif;
  line-height: 24px; }

h2 {
  font: normal 16px "kiaotfbold", sans-serif;
  margin: 0; }

/* botones */
.whitebtn {
  border: 1px solid #fff;
  padding: 15px 0px;
  display: block;
  border-radius: 30px;
  color: #fff;
  margin: auto;
  width: 80%; }
  .whitebtn:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    transition: 0.6s ease; }

.redbtn {
  background: #BB162B;
  padding: 15px 0px;
  display: block;
  border-radius: 30px;
  margin-top: 30px !important;
  color: #fff;
  text-align: center;
  margin: auto;
  width: 100%; }
  .redbtn:hover {
    background-color: #000;
    color: #fff;
    transition: 0.6s ease;
    text-decoration: none; }

.whitemodal {
  color: #fff;
  cursor: pointer;
  margin: 20px 0px;
  display: block; }
  .whitemodal > span {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px; }
  .whitemodal:hover {
    color: #BB162B;
    text-decoration: none; }
    .whitemodal:hover > span {
      border: 1px solid #BB162B; }
      .whitemodal:hover > span > svg {
        fill: #BB162B; }

/* siema slider*/
.siema img {
  width: 100%; }

/* modal */
.modal .modal-content {
  background-color: transparent;
  border: 0px !important; }
  .modal .modal-content .modal-header {
    border: 0px !important; }
    .modal .modal-content .modal-header .close {
      color: #fff;
      opacity: 1; }

.modal iframe {
  width: 1280px;
  max-width: 100%; }

/* first section */
.firstsection {
  background: #000;
  min-height: 100%;
  height: 95vh; }
  .firstsection .container-fluid {
    padding-bottom: 215px;
    background-color: #000; }
  .firstsection .nopadding {
    padding: 0px !important; }
    .firstsection .nopadding .selection {
      z-index: 1;
      padding: 2px;
      transition: all 1s ease; }
      .firstsection .nopadding .selection a {
        color: #fff;
        border: 0px;
        font: normal 24px "kiaotflight", sans-serif;
        width: 100%;
        display: block;
        height: 44vh;
        min-height: 95%;
        padding: 20px;
        transition: all 1s ease; }
        .firstsection .nopadding .selection a#first-kia {
          background: linear-gradient(180deg, rgba(34, 35, 37, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000000 80%), url("../images/home-linkeable/kia-stand-carilo.jpg");
          background-position: center center;
          background-repeat: no-repeat;
          transition: all 1s ease; }
        .firstsection .nopadding .selection a#second-kia {
          background: linear-gradient(180deg, rgba(34, 35, 37, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000000 80%), url("../images/home-linkeable/kia-design.jpg");
          background-position: center center;
          background-repeat: no-repeat;
          transition: all 1s ease; }
        .firstsection .nopadding .selection a#third-kia {
          background: linear-gradient(180deg, rgba(34, 35, 37, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000000 80%), url("../images/home-linkeable/kia-talks.jpg");
          background-position: center center;
          background-repeat: no-repeat;
          transition: all 1s ease; }
        .firstsection .nopadding .selection a span {
          border: 1px solid #fff;
          width: 100%;
          padding: 20px;
          min-height: 95%;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: all 1s ease; }
        .firstsection .nopadding .selection a strong {
          font: normal 24px "kiaotfbold", sans-serif;
          margin: 0px 5px; }

/* second section*/
.secondsection {
  padding: 0; }
  .secondsection h1 {
    color: #fff; }
    .secondsection h1 strong {
      margin-right: 10px; }
  .secondsection .cars-wrap {
    max-width: 100%;
    margin: 50px 0px; }
    .secondsection .cars-wrap .slidercars {
      margin-top: 30px;
      margin-bottom: 40px; }
      .secondsection .cars-wrap .slidercars img {
        max-width: 913px;
        display: block;
        margin: auto;
        width: 100%; }
    .secondsection .cars-wrap .slider-nav {
      text-align: center;
      height: 20px; }
      .secondsection .cars-wrap .slider-nav button {
        width: 10px;
        height: 10px;
        padding: 0;
        margin: 0 5px;
        border: 0;
        border-radius: 50%;
        font-size: 0;
        background: #000;
        opacity: 0.5;
        cursor: pointer;
        transition: opacity 0.5s ease; }
        .secondsection .cars-wrap .slider-nav button.is-active {
          width: 15px;
          height: 15px;
          transition: 0.5s ease;
          opacity: 1; }
  .secondsection .secondtype h2 {
    font: normal 14px "kiaotfbold", sans-serif;
    margin: 10px 0px; }
  .secondsection .secondtype img {
    width: 100%; }
  .secondsection hr {
    width: 100%;
    margin: 60px 0px;
    border: 1px solid #BB162B; }

/* third section */
.thirsection #designbykia {
  padding: 0px; }

.thirsection .carsmobile {
  overflow: hidden;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: -200px; }
  .thirsection .carsmobile .slide {
    display: inline-block; }
    .thirsection .carsmobile .slide .secondtype img {
      width: 100%; }
      .thirsection .carsmobile .slide .secondtype img.cars {
        max-width: 400px; }
    .thirsection .carsmobile .slide .secondtype .carslogo {
      height: 90px;
      line-height: 90px; }
      .thirsection .carsmobile .slide .secondtype .carslogo img {
        line-height: 90px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 198px; }

.thirsection .carscolumns {
  display: none;
  margin-bottom: -190px; }
  .thirsection .carscolumns .secondtype img {
    width: 100%; }
    .thirsection .carscolumns .secondtype img.cars {
      max-width: 400px; }
  .thirsection .carscolumns .secondtype .carslogo {
    height: 90px;
    line-height: 90px; }
    .thirsection .carscolumns .secondtype .carslogo img {
      line-height: 90px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      max-width: 198px; }

.thirsection .new-cars {
  padding-top: 215px;
  padding-bottom: 50px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../images/home-linkeable/kia-design.jpg") center center/cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*autos kia*/
  /*directorkia*/ }
  .thirsection .new-cars .carsections {
    margin: 50px 0px; }
    .thirsection .new-cars .carsections .textcars {
      color: #fff;
      margin: 50px 0px; }
      .thirsection .new-cars .carsections .textcars img {
        margin: 10px 0px; }
    .thirsection .new-cars .carsections .carsrelative {
      position: relative; }
      .thirsection .new-cars .carsections .carsrelative .linepath {
        background-color: #BB162B;
        width: 5px;
        height: 100%;
        position: absolute;
        transform: rotate(0deg);
        transition: 0.5s ease; }
        .thirsection .new-cars .carsections .carsrelative .linepath.lefthpath {
          top: 0;
          left: -15px; }
        .thirsection .new-cars .carsections .carsrelative .linepath.rightpath {
          top: 0;
          right: -15px; }
      .thirsection .new-cars .carsections .carsrelative .imagescol {
        width: 100%;
        overflow: hidden; }
        .thirsection .new-cars .carsections .carsrelative .imagescol.right {
          clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
          transition: 0.4s ease; }
        .thirsection .new-cars .carsections .carsrelative .imagescol.left {
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          transition: 0.4s ease; }
  .thirsection .new-cars .directorkia {
    border: 1px solid #fff;
    color: #fff; }
    .thirsection .new-cars .directorkia hr {
      border: 1px solid #fff;
      margin: 0; }
    .thirsection .new-cars .directorkia .textconcepts {
      padding: 35px;
      position: relative; }
      .thirsection .new-cars .directorkia .textconcepts h2 {
        margin-bottom: 20px; }
      .thirsection .new-cars .directorkia .textconcepts .quote1 {
        position: absolute;
        width: 100px;
        top: 20px; }
      .thirsection .new-cars .directorkia .textconcepts .quote2 {
        position: absolute;
        width: 100px;
        right: 60px;
        bottom: 30px; }
      .thirsection .new-cars .directorkia .textconcepts .nav-link {
        color: #fff;
        opacity: 0.4;
        font: normal 14px "kiaotfbold", sans-serif;
        padding: 0px;
        padding-right: 15px; }
        .thirsection .new-cars .directorkia .textconcepts .nav-link.active {
          opacity: 1; }
    .thirsection .new-cars .directorkia .conceptslides {
      border-left: 0px;
      border-top: 1px solid #fff; }
      .thirsection .new-cars .directorkia .conceptslides img {
        width: 100%; }
    .thirsection .new-cars .directorkia img {
      max-width: 100%;
      width: 100%; }

/*four section */
.kiatalks {
  margin: 30px 0px; }
  .kiatalks img {
    max-width: 100%;
    margin: 10px 0px; }
  .kiatalks h2 {
    font: normal 16px "kiaotfbold", sans-serif; }

/* formulario */
.form-group {
  position: relative;
  margin-top: 35px;
  margin-bottom: 20px; }

.input-group {
  position: relative; }

.form-control {
  display: block;
  height: 36px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #757575; }

.input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0; }

.form-control:focus {
  border-color: #757575;
  outline: none;
  box-shadow: none; }

label {
  position: absolute;
  top: -18px;
  color: #999;
  font-size: 12px;
  font-weight: 300;
  transition: .2s ease all;
  -moz-transition: .2s ease all;
  -webkit-transition: .2s ease all; }

.form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    font-size: 16px; } }

.float-label {
  left: 0;
  top: 7px;
  font-size: 16px;
  pointer-events: none; }

.form-control:focus ~ .float-label,
.form-control:valid ~ .float-label {
  top: -18px;
  font-size: 12px; }

.form-control:focus ~ label {
  color: #03a9f4; }

.form-control:focus ~ .form-bar:before,
.form-control:focus ~ .form-bar:after {
  background: #03a9f4; }

.form-group .help-block {
  position: absolute; }

.help-block {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300; }

.input-group-addon {
  border: none;
  background: transparent; }

.input-group-addon,
.form-inline .input-group {
  display: table-cell; }

.input-group-addon,
.input-group-btn {
  width: inherit; }

.input-group {
  width: 100%; }

@media (min-width: 768px) {
  .form-inline .form-group {
    margin-top: 16px; }
  .input-group-btn,
  .input-group .form-control,
  .input-group-addon,
  .form-inline .input-group {
    display: inline-block; }
  .input-group {
    width: auto; } }

.form-bar {
  position: relative;
  display: block;
  width: 100%; }

.form-bar:before,
.form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: .3s ease all;
  -moz-transition: .3s ease all;
  -webkit-transition: .3s ease all; }

.form-bar:before {
  left: 50%; }

.form-bar:after {
  right: 50%; }

.form-control:focus ~ .form-bar:before,
.form-control:focus ~ .form-bar:after {
  width: 50%; }

.form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: .4; }

.form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter .3s ease;
  -moz-animation: inputHighlighter .3s ease;
  animation: inputHighlighter .3s ease; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }

@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  from {
    background: #5264AE; }
  to {
    width: 0;
    background: transparent; } }

.form-group.checkbox {
  margin-top: 20px; }

.checkbox input[type='checkbox'] {
  height: 0;
  width: 0;
  opacity: 0; }

.checkbox label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding-left: 0; }

.checkbox .chk-span {
  top: 0;
  border: 1px solid #5a5a5a;
  color: #1d1d1d;
  cursor: pointer;
  display: block;
  float: left;
  height: 14px;
  margin: 0 14px 14px 1px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1; }

.checkbox .chk-span.checked {
  top: -2px;
  border-left: 2px solid #03a9f4;
  border-bottom: 4px solid #03a9f4;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  -moz-transform: rotate(-45deg) scaleY(0.5);
  -ms-transform: rotate(-45deg) scaleY(0.5);
  -o-transform: rotate(-45deg) scaleY(0.5);
  transform: rotate(-45deg) scaleY(0.5); }

.checkbox .chk-span.checked {
  border-left-color: #03a9f4;
  border-bottom-color: #03a9f4; }

.checkbox input[type='checkbox']:focus ~ label {
  color: #03a9f4; }
  .checkbox input[type='checkbox']:focus ~ label .chk-span {
    border-color: #03a9f4; }
    .checkbox input[type='checkbox']:focus ~ label .chk-span.checked {
      border-left-color: #03a9f4;
      border-bottom-color: #03a9f4;
      border-top: 1px solid rgba(0, 0, 0, 0);
      border-right: 1px solid rgba(0, 0, 0, 0); }

@media (min-width: 768px) {
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 5px; } }

.form-control-static {
  font-size: 16px; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed; }

#focusedInput {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: none; }

/* footer */
footer {
  padding: 20px 0px;
  background: #000;
  border-top: 5px solid #BB162B; }
  footer .whitelink {
    color: #fff; }
    footer .whitelink svg {
      width: 15px;
      fill: #fff;
      margin-left: 10px; }
    footer .whitelink:hover {
      color: #BB162B;
      transition: 0.3s ease;
      text-decoration: none; }
      footer .whitelink:hover svg {
        fill: #BB162B; }

@media screen and (min-width: 600px) {
  /* firstsection */
  .firstsection .container-fluid {
    padding-bottom: 290px; } }

@media screen and (min-width: 992px) {
  /* textos */
  h1 {
    margin: 0;
    font: normal 54px "kiaotflight", sans-serif; }
    h1 span {
      display: block;
      font: normal 24px "kiaotflight", sans-serif; }
    h1 strong {
      font: normal 54px "kiaotfbold", sans-serif; }
  h2 {
    margin: 0;
    font: normal 24px "kiaotfbold", sans-serif; }
  /* navbar */
  header {
    background-color: #000; }
    header nav .navbar-collapse {
      flex-grow: 1;
      flex-basis: 0; }
      header nav .navbar-collapse .ml-auto {
        flex-direction: row; }
  /* first section */
  .firstsection {
    min-height: 95%;
    height: 95vh; }
    .firstsection .container-fluid {
      padding-bottom: 300px;
      background-color: #000; }
    .firstsection .nopadding {
      padding: 0px; }
      .firstsection .nopadding .selection a {
        border: 0px;
        color: #fff;
        width: 100%;
        font: normal 32px "kiaotflight", sans-serif;
        display: block;
        height: 90vh;
        text-decoration: none;
        min-height: 90%;
        padding: 20px;
        transition: all 1s ease; }
        .firstsection .nopadding .selection a span {
          border: 1px solid #fff;
          width: 100%;
          padding: 20px;
          min-height: 98%;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: all 1s ease; }
        .firstsection .nopadding .selection a strong {
          font: normal 32px "kiaotfbold", sans-serif; }
        .firstsection .nopadding .selection a:hover {
          background: #000;
          transition: all 1s ease;
          color: #BB162B; }
          .firstsection .nopadding .selection a:hover#first-kia {
            background: #000;
            transition: all 1s ease; }
          .firstsection .nopadding .selection a:hover#second-kia {
            background: #000;
            transition: all 1s ease; }
          .firstsection .nopadding .selection a:hover#third-kia {
            background: #000;
            transition: all 1s ease; }
          .firstsection .nopadding .selection a:hover span {
            border: 1px solid #BB162B;
            transition: all 1s ease; }
  /* second section */
  .secondsection .secondblack {
    background: #000;
    padding-bottom: 140px;
    transition: 0.5s ease; }
  .secondsection .cars-wrap .slidercars {
    transition: 0.5s ease; }
  /* third section */
  .thirsection .carsmobile {
    display: none; }
  .thirsection .carscolumns {
    margin-bottom: -190px;
    margin-top: 40px;
    display: flex; }
    .thirsection .carscolumns .secondtype img {
      width: 100%; }
      .thirsection .carscolumns .secondtype img.cars {
        max-width: 400px; }
    .thirsection .carscolumns .secondtype .carslogo {
      height: 90px;
      line-height: 90px; }
      .thirsection .carscolumns .secondtype .carslogo img {
        line-height: 90px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 198px; }
  .thirsection .new-cars .carsections {
    margin: 90px 0px; }
    .thirsection .new-cars .carsections .carsrelative {
      position: relative;
      height: 100%; }
      .thirsection .new-cars .carsections .carsrelative .linepath {
        background-color: #BB162B;
        width: 5px;
        height: 380px;
        position: absolute;
        transform: rotate(32deg); }
        .thirsection .new-cars .carsections .carsrelative .linepath.lefthpath {
          top: -30px;
          left: 85px; }
        .thirsection .new-cars .carsections .carsrelative .linepath.rightpath {
          top: -25px;
          right: 85px; }
      .thirsection .new-cars .carsections .carsrelative .imagescol {
        height: 325px;
        width: 100%;
        overflow: hidden; }
        .thirsection .new-cars .carsections .carsrelative .imagescol.right {
          clip-path: polygon(200px 0, 100% 0%, 100% 100%, 0px 100%); }
        .thirsection .new-cars .carsections .carsrelative .imagescol.left {
          clip-path: polygon(0 0, 100% 0%, 525px 100%, 0px 100%); }
  .thirsection .new-cars .directorkia .conceptslides {
    border-left: 1px solid #fff; }
    .thirsection .new-cars .directorkia .conceptslides img {
      width: 100%; }
  /*four section */
  .kiatalks {
    margin: 90px 0px; }
    .kiatalks img {
      width: 100%; }
    .kiatalks img {
      max-width: 100%;
      margin: 0px; } }
