@charset "utf-8";

@font-face {
  font-family: Rationale;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/rationale-v10-latin-regular.eot");
  src: url("../fonts/rationale-v10-latin-regular.eot"),
    url("../fonts/rationale-v10-latin-regular.eot?#iefix"),
    url("../fonts/rationale-v10-latin-regular.woff"),
    url("../fonts/rationale-v10-latin-regular.woff2"),
    url("../fonts/rationale-v10-latin-regular.ttf");
}

@font-face {
  font-family: kiaM;
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/KiaM.ttf");
}
body {
  margin: 0px;
}
#wrap {
  height: 100vh !important;
  overflow-y: scroll;
}
#content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow-x: hidden !important;
}
.textForm {
  float: left;
  width: 32%;
  height: 30px;
  line-height: 30px;
  font-family: arial;
  margin-bottom: 8px;
}
.inputForm {
  float: left;
  width: 66%;
  height: 30px;
  line-height: 30px;
  font-family: arial;
  margin-bottom: 8px;
}
.contentColor {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto 50px;
  justify-content: center;
}
#btnSend {
  width: 33%;
  height: 30px;
  text-align: center;
  background: #fff;
  float: left;
  color: #000;
  line-height: 30px;
  margin-left: 33%;
  margin-top: 30px;
  cursor: pointer;
}
/*.indicator_wrap{margin:0 auto;position:fixed;top:50%;width:1920px;z-index:2;}*/
.indicator_wrap {
  margin: 0 auto;
  position: fixed;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.indicator {
  position: absolute;
  right: 55px;
  text-align: right;
  transform: translateY(-50%);
}
.indicator li a {
  color: #bbb3ab;
  display: block;
  font-size: 16px;
  font-family: "kiaM", sans-serif;
  height: 26px;
  line-height: 16px;
  padding: 10px;
  text-decoration: none;
  width: 23px;
}
.indicator li a:after {
  content: "";
  background-image: url("../images/indicator_off.png");
  background-size: 23px 26px;
  display: inline-block;
  height: 26px;
  margin-bottom: -6px;
  width: 23px;
}
.indicator li.on a:after,
.indicator li a:hover:after {
  background-image: url("../images/indicator_on.png");
}
.indicator li.on a,
.indicator li a:hover {
  color: #fff;
}
.indicator li.top a {
  color: #808080;
  display: block;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-align: center;
  width: 23px;
}
.indicator li.top a:hover {
  color: #fff;
}
.indicator li.top a:before {
  background-image: url("../images/top_off.png");
  background-size: 23px 8px;
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
  display: block;
  height: 8px;
  margin: 0 auto 4px;
  width: 23px;
}
.indicator li.top a:hover:before {
  background-image: url("../images/top_on.png");
}
.indicator li.top a:after {
  content: none;
}

.content_wrap {
  background-color: #05141f;
  overflow: hidden;
}
.section_wrap .section02 {
  background-image: url("../images/FOTO.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.section_wrap .section02 {
  background-image: url("../images/FOTO.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.section_wrap.section02_on {
  background-image: url("../images/section02_bg_on.jpg");
}
.section {
  height: 100vh;
}
.section-imagen {
  height: 32vh;
}
.section .transparency {
  opacity: 0;
  position: relative;
  top: 100px;
  transition: all 1s;
}
.section .transparency_off {
  opacity: 1;
  top: 0;
}

.section01 {
  height: calc(100vh - 58px);
  overflow: hidden;
  position: relative;
  display: flex;
}
.section01 video {
  width: 100%;
}
.section01 .poster {
  display: none;
  height: 100vh;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: opacity 1s;
}
.section01 .poster.off {
  opacity: 0;
}
.section01 .poster img {
  height: 100%;
}
.section01 .scroll_down {
  display: block;
  left: 50%;
  position: absolute;
  bottom: 64px;
  transform: translateX(-50%);
  z-index: 2;
  transition: bottom 1s;
}
.section01 .scroll_down.move {
  bottom: 44px;
}
.section01 .scroll_down a {
  text-decoration: none;
}
.section01 .scroll_down span {
  color: #fff;
  display: block;
  font-family: "kiaM", sans-serif;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.section01 .scroll_down span:after {
  background: url("../images/scroll_down.png") left top no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 15px;
  margin: 20px auto 0;
  width: 38px;
}

.section02 .section02_wrap {
  position: relative;
  top: 0;
  transform: translateY(0);
}
.section02 .section02_wrap.measured {
  top: 50%;
  transform: translateY(-50%);
}
.section02 .section02_wrap .car {
  background-image: url("../images/section02_car_off.png");
  background-size: 1680px auto;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
  text-align: right;
}
.section02 .section02_wrap .car img {
  opacity: 0;
  transition: opacity 0.3s;
  width: 1680px;
}
.section02 .section02_wrap .car.show img {
  opacity: 1;
}
.section02 .section02_wrap .copy {
  margin-left: 120px;
  margin-top: 120px;
  position: absolute;
  top: 0;
}
.section02 .section02_wrap .copy p {
  display: block;
  font-family: Rationale, sans-serif;
}
.section02 .section02_wrap .copy p:last-child {
  margin-bottom: 0;
}
.section02 .section02_wrap .copy p {
  font-size: 44px;
  line-height: 54px;
  color: #fff;
}
.section02 .section02_wrap .copy p:nth-child(2) {
  font-size: 44px;
  line-height: 54px;
  color: #8f9297;
}
.section02 .section02_wrap .copy.webkit p:nth-child(2) {
}
.section02 .section02_wrap .copy p:nth-child(3) {
  font-size: 56px;
  line-height: 64px;
  color: #fff;
  margin-top: 30px;
}
.section02 .section02_wrap .dice {
  background-image: url("../images/dice_shadow.png");
  background-position: center 310px;
  background-repeat: no-repeat;
  background-size: 354px auto;
  height: 800px;
  margin-top: -50px;
  width: 100%;
}
.section02 .section02_wrap .dice.show {
  opacity: 1;
}
.section02 .section02_wrap .dice .dice_wrap {
  margin: 0 auto;
  height: 294px;
  position: relative;
  width: 294px;
}
.section02 .section02_wrap .dice .dice_wrap img {
  opacity: 0;
  position: absolute;
  width: 100%;
}
.section02 .section02_wrap .dice .dice_wrap img.show {
  opacity: 1;
}

.section03 {
  box-sizing: border-box;
  height: 1324px;
  position: relative;
}
.section03 .section03_bg {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.section03 .section03_bg video {
  vertical-align: top;
  width: 100%;
}
.section03 .gallery .thumbnail {
  margin: 0 auto;
  position: relative;
  top: 180px;
  width: 1488px;
}
.section03 .gallery .thumbnail li {
  background-size: 480px 480px;
  background-position: 8px 8px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 496px;
  padding: 8px;
  position: absolute;
  transition: all 1s;
  width: 496px;
}
.section03 .gallery .thumbnail li.position_x1_y1 {
  transform: translate(0, 0);
}
.section03 .gallery .thumbnail li.position_x2_y1 {
  transform: translate(100%, 0);
}
.section03 .gallery .thumbnail li.position_x3_y1 {
  transform: translate(200%, 0);
}
.section03 .gallery .thumbnail li.position_x1_y2 {
  transform: translate(0, 100%);
}
.section03 .gallery .thumbnail li.position_x2_y2 {
  transform: translate(100%, 100%);
}
.section03 .gallery .thumbnail li.position_x3_y2 {
  transform: translate(200%, 100%);
}
.section03 .gallery .thumbnail li.position_x1_y3 {
  transform: translate(0, 200%);
}
.section03 .gallery .thumbnail li.position_x2_y3 {
  transform: translate(100%, 200%);
}
.section03 .gallery .thumbnail li.position_x3_y3 {
  transform: translate(200%, 200%);
}
.section03 .gallery .thumbnail li.position_x1_y4 {
  transform: translate(0, 300%);
}
.section03 .gallery .thumbnail li.position_x2_y4 {
  transform: translate(100%, 300%);
}
.section03 .gallery .thumbnail li.position_x3_y4 {
  transform: translate(200%, 300%);
}
.section03 .gallery .thumbnail li a {
  border: 0px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  display: block;
  height: 100%;
  position: relative;
  transition: border 0.3s;
  width: 100%;
}
.section03 .gallery .thumbnail li a img {
  width: 100%;
  height: 100%;
}
.section03 .gallery .thumbnail li a:before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  box-sizing: border-box;
  content: ""; /*display:block;*/
  height: 100%;
  position: absolute;
  transition: border-width 0.3s;
  width: 100%;
}
.section03 .gallery .thumbnail li a:hover:before {
  border-width: 15px;
}
/*
.section03 .gallery .thumbnail li a:after {
  background-image: url("../images/more.png");
  background-size: 32px 32px;
  background-position: left top;
  bottom: 30px;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  right: 30px;
  transition: bottom 0.3s, right 0.3s;
  width: 32px;
}*/

.section03 .gallery .thumbnail li a:hover:after {
  bottom: 35px;
  right: 35px;
}
.section03 .gallery .slide {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transition: opacity 0.6s, z-index 0.6s;
  top: 0;
  width: 100%;
  z-index: -1;
}
.section03 .gallery .slide.show {
  z-index: 2;
  opacity: 1;
}
.section03 .gallery .slide .focus_start,
.section03 .gallery .slide .focus_end {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.section03 .gallery .slide .slide_wrap {
  cursor: grab;
  height: 800px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1094px;
  z-index: 1;
}
.section03 .gallery .slide .slide_wrap ul li {
  height: 800px;
  opacity: 0;
  position: absolute;
  transition: left 0.3s;
  width: 100%;
  z-index: 0;
}
.section03 .gallery .slide .slide_wrap ul li.off_transition {
  transition: none;
}
.section03 .gallery .slide .slide_wrap ul li.prev {
  opacity: 1;
  left: -100%;
  z-index: 1;
}
.section03 .gallery .slide .slide_wrap ul li.center {
  opacity: 1;
  left: 0;
  z-index: 1;
}
.section03 .gallery .slide .slide_wrap ul li.next {
  opacity: 1;
  left: 100%;
  margin-left: 0px;
  z-index: 1;
}
.section03 .gallery .slide .slide_wrap ul li .slide_video {
  height: 640px;
  position: relative;
  display: flex;
  justify-content: center;
}
.section03 .gallery .slide .slide_wrap ul li .slide_video video {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  width: 100%;
}
.section03 .gallery .slide .slide_wrap ul li .slide_video video.show {
  opacity: 1;
}
.section03 .gallery .slide .slide_wrap ul li .slide_item {
  left: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.section03 .gallery .slide .slide_wrap ul li .slide_item a {
  display: inline-block;
  height: 120px;
  margin: 0 7px;
  position: relative;
  transition: border-width 0.3s;
  width: 120px;
}
.section03 .gallery .slide .slide_wrap ul li .slide_item a img {
  height: 100%;
  width: 100%;
}
.section03 .gallery .slide .slide_wrap ul li .slide_item a:after {
  box-sizing: border-box;
  border-width: 0;
  border-color: #fff;
  border-style: solid;
  content: "";
  display: block;
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-width 0.1s;
  width: 120px;
}
.section03 .gallery .slide .slide_wrap ul li .slide_item a:hover:after {
  border-width: 5px;
}
.section03 .gallery .slide .slide_wrap ul li .slide_item a.show:after {
  border-width: 5px;
}
.section03 .gallery .slide .slide_wrap .slide_close {
  display: block;
  height: 30px;
  right: 0;
  position: absolute;
  padding: 20px;
  top: 0;
  width: 30px;
  z-index: 1;
}
.section03 .gallery .slide .slide_wrap .slide_close img {
  height: 100%;
  width: 100%;
}
.section03 .gallery .slide .slide_control {
  height: 640px;
  left: 50%;
  margin-top: -60px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1208px;
  z-index: 0;
}
.section03 .gallery .slide .slide_control a {
  display: block;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
}
.section03 .gallery .slide .slide_control a img {
  height: 100%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.section03 .gallery .slide .slide_control .prev {
  left: 0;
}
.section03 .gallery .slide .slide_control .next {
  right: 0;
}

.section04 {
  overflow: hidden;
  position: relative;
}
.section04 video {
  height: 100vh;
  left: 50%;
  position: relative;
  bottom: -50%;
  transform: translate(-50%, -50%);
}
.section04 video:hover {
  cursor: pointer;
}
.section04 .btn_wrap {
  display: none;
  opacity: 0.6;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}
.section04 .btn_wrap:hover {
  cursor: pointer;
}
.section04 .btn_wrap.show {
  display: block;
}
.section04 .btn_wrap p {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 76px;
  line-height: 76px;
  margin-bottom: 40px;
}
.section04 .btn_wrap svg {
  height: 92px;
  width: 82px;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.section04 .btn_wrap .poly .line {
  fill: rgba(155, 111, 111, 0);
  stroke: #fff;
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.section04 .btn_wrap .poly:hover .line {
  cursor: pointer;
}
.section04 .btn_wrap .btn_play .poly .triangle {
  fill: #fff;
}
.section04 .section04_youtube {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transition: opacity 0.6s;
  top: 0;
  width: 100%;
  z-index: -1;
}
.section04 .section04_youtube.show {
  opacity: 1;
  z-index: 10000;
}
.section04 .section04_youtube .youtube_wrap {
  background-color: #000;
  height: 640px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1094px;
}
.section04 .section04_youtube .youtube_wrap iframe {
  height: 640px;
  width: 1094px;
}
.section04 .section04_youtube .youtube_close {
  display: block;
  height: 30px;
  right: 0;
  position: absolute;
  padding: 20px;
  top: 0;
  transform: translateY(-100%);
  width: 30px;
  z-index: 1;
}
.section04 .section04_youtube .youtube_close img {
  height: 100%;
  width: 100%;
}

.textForm {
  float: left;
  width: 32%;
  height: 30px;
  line-height: 30px;
  font-family: arial;
  margin-bottom: 8px;
}
.inputForm {
  float: left;
  width: 66%;
  height: 30px;
  line-height: 30px;
  font-family: arial;
  margin-bottom: 8px;
}
#btnSend {
  width: 33%;
  height: 30px;
  text-align: center;
  background: #fff;
  float: left;
  color: #000;
  line-height: 30px;
  margin-left: 33%;
  margin-top: 30px;
  cursor: pointer;
}

@media (max-width: 1920px) {
  .indicator_wrap {
    width: 100%;
    z-index: 500;
  }

  .indicator {
    right: 2.865vw;
  }
  .indicator li a {
    font-size: 0.833vw;
    height: 1.354vw;
    font-size: 0.833vw;
    padding: 0.521vw;
    width: 1.198vw;
  }
  .indicator li a:after {
    background-size: 1.198vw 1.354vw;
    height: 1.354vw;
    width: 1.198vw;
  }
  .indicator li.top a {
    font-size: 0.625vw;
    width: 1.298vw;
  }
  .indicator li.top a:before {
    background-size: 1.198vw 0.417vw;
    height: 0.417vw;
    margin: 0 auto 0.208vw;
    width: 1.198vw;
  }

  .section01 .scroll_down {
    bottom: 3.333vw;
  }
  .section01 .scroll_down.move {
    bottom: 2.292vw;
  }
  .section01 .scroll_down span {
    font-size: 1.042vw;
  }
  .section01 .scroll_down span:after {
    height: 0.781vw;
    margin: 1.042vw auto 0;
    width: 1.979vw;
  }

  .section02 .section02_wrap .car {
    background-size: 87.5vw auto;
  }
  .section02 .section02_wrap .car img {
    width: 87.5vw;
  }
  .section02 .section02_wrap .copy {
    margin-left: 7.292vw;
    margin-top: 1.25vw;
  }
  .section02 .section02_wrap .copy p {
    font-size: 2.292vw;
    line-height: 2.813vw;
  }
  .section02 .section02_wrap .copy p:nth-child(2) {
    font-size: 2.292vw;
    line-height: 2.813vw;
  }
  .section02 .section02_wrap .copy p:nth-child(3) {
    font-size: 2.917vw;
    line-height: 3.333vw;
    margin-top: 1.563vw;
  }
  .section02 .section02_wrap .dice {
    background-image: url("../images/dice_shadow.png");
    background-position: center 16.146vw;
    background-repeat: no-repeat;
    background-size: 18.438vw auto;
    height: 41.667vw;
    margin-top: -4.883vw;
    top: 23.802vw;
  }
  .section02 .section02_wrap .dice .dice_wrap {
    margin: 0 auto;
    height: 15.313vw;
    position: relative;
    width: 15.313vw;
  }

  .section03 {
    height: 85.042vw;
  }
  .section03 .gallery .thumbnail {
    top: 9.375vw;
    width: 77.5vw;
  }
  .section03 .gallery .thumbnail li {
    background-size: 25vw 25vw;
    background-position: 0.417vw 0.417vw;
    height: 17.833vw;
    padding: 0.417vw;
    width: 25.833vw;
  }
  .section03 .gallery .thumbnail li a:hover:before {
    border-width: 12px;
  }
  .section03 .gallery .thumbnail li a:after {
    background-size: 1.667vw 1.667vw;
    bottom: 1.563vw;
    height: 1.667vw;
    right: 1.563vw;
    width: 1.667vw;
  }
  .section03 .gallery .thumbnail li a:hover:after {
    bottom: 1.823vw;
    right: 1.823vw;
  }
  .section03 .gallery .slide .slide_wrap {
    height: 41.667vw;
    width: 470px;
  }
  .section03 .gallery .slide .slide_wrap ul li {
    height: 41.667vw;
  }
  .section03 .gallery .slide .slide_wrap ul li .slide_video {
    height: 33.333vw;
    display: flex;
    justify-content: center;
  }
  .section03 .gallery .slide .slide_wrap ul li .slide_item a {
    height: 6.25vw;
    width: 6.25vw;
  }
  .section03 .gallery .slide .slide_wrap ul li .slide_item a:after {
    height: 6.25vw;
    width: 6.25vw;
  }
  .section03 .gallery .slide .slide_control {
    height: 33.333vw;
    margin-top: -3.125vw;
    width: 62.917vw;
  }
  .section03 .gallery .slide .slide_control a {
    height: 2.292vw;
    width: 0.885vw;
  }
  .section03 .gallery .slide .slide_control a img {
    height: 2.292vw;
    width: 0.885vw;
  }

  .section04 video {
    height: 120vh;
  }
  .section04 .section04_youtube .youtube_wrap {
    height: 33.333vw;
    width: 56.979vw;
  }
  .section04 .section04_youtube .youtube_wrap iframe {
    height: 33.333vw;
    width: 56.979vw;
  }
  .section04 .section04_youtube .youtube_wrap .youtube_close {
    height: 1.563vw;
    padding: 1.042vw;
    width: 1.563vw;
  }
}
@media (max-width: 1024px) {
  .indicator_wrap {
    width: 100%;
  }
  .indicator {
    right: 29.333px;
  }
  .indicator li a {
    font-size: 8.533px;
    height: 13.866px;
    line-height: 8.533px;
    padding: 5.333px;
    width: 12.266px;
  }
  .indicator li a:after {
    background-size: 12.266px 13.866px;
    height: 13.866px;
    margin-bottom: -3.2px;
    width: 12.266px;
  }
  .indicator li.top a {
    font-size: 6.4px;
    right: -2px;
    width: 16.266px;
  }
  .indicator li.top a:before {
    background-size: 12.266px 4.266px;
    height: 4.266px;
    margin: 0 auto 2.133px;
    width: 12.266px;
  }
  .section01 .scroll_down {
    bottom: 34.133px;
  }
  .section01 .scroll_down.move {
    bottom: 23.466px;
  }
  .section01 .scroll_down span {
    font-size: 10.666px;
  }
  .section01 .scroll_down span:after {
    height: 8px;
    margin: 10.666px auto 0;
    width: 20.266px;
  }

  .section02 .section02_wrap .car {
    background-size: 896px auto;
  }
  .section02 .section02_wrap .car img {
    width: 896px;
  }
  .section02 .section02_wrap .copy {
    margin-left: 74.666px;
    margin-top: 30px;
  }
  .section02 .section02_wrap .copy p:nth-child(1) {
    font-size: 24.466px;
    line-height: 28.8px;
  }
  .section02 .section02_wrap .copy p:nth-child(2) {
    font-size: 24.466px;
    line-height: 28.8px;
  }
  .section02 .section02_wrap .copy p:nth-child(3) {
    font-size: 29.866px;
    line-height: 34.133px;
    margin-top: 16px;
  }
  .section02 .section02_wrap .dice {
    background-size: 188.8px auto;
    background-position: center 165.333px;
    margin-top: -26.666px;
    height: 426.666px;
  }
  .section02 .section02_wrap .dice .dice_wrap {
    height: 156.8px;
    width: 156.8px;
  }

  .section04 video {
    height: 100vh;
  }
  .section04 .section04_youtube .youtube_wrap {
    height: 341.333px;
    width: 583.466px;
  }
  .section04 .section04_youtube .youtube_wrap iframe {
    height: 341.333px;
    width: 583.466px;
  }
  .section04 .section04_youtube .youtube_wrap .youtube_close {
    height: 16px;
    padding: 10.666px;
    width: 16px;
  }
}

@media (max-width: 1600px) {
  .section03 .gallery .thumbnail li a:hover:before {
    border-width: 10px;
  }
  .section03 .gallery .slide .slide_wrap ul li .slide_item a:hover:after {
    border-width: 4px;
  }
  .section03 .gallery .slide .slide_wrap ul li .slide_item a.show:after {
    border-width: 4px;
  }
}
@media (max-width: 1200px) {
  .section03 .gallery .thumbnail li a:hover:before {
    border-width: 8px;
  }
  .section03 .gallery .slide .slide_wrap ul li .slide_item a:hover:after {
    border-width: 3px;
  }
  .section03 .gallery .slide .slide_wrap ul li .slide_item a.show:after {
    border-width: 3px;
  }
}
@media (max-width: 1024px) {
  .section03 .gallery .thumbnail li a:hover:before {
    border-width: 6px;
  }
  .section03 .gallery .slide .slide_wrap ul li .slide_item a:hover:after {
    border-width: 2px;
  }
  .section03 .gallery .slide .slide_wrap ul li .slide_item a.show:after {
    border-width: 2px;
  }
}

/* estilo para cotizar*/
#cotizarkia {
  display: grid;
  overflow: auto;
  width: 105%;
  min-height: 350px;
  margin-top: 55px;
}
#cotizar {
  min-height: 600px;
  overflow: hidden;
  width: 100%;
  min-height: 366px;
  background-color: #ffffff !important;
}

/*estilos landing*/

.fe_pip_wrap .pipLayout .txt_box_wrap .title_inner {
  color: #05141f !important;
}
.fe_pip_wrap .pipLayout .txt_box_wrap .s_title {
  opacity: 0.8;
}
.fe_pip_wrap .fe_snb_wrap .snb_menu .s_list a {
  color: #fff;
  opacity: 0.6;
}
.fe_pip_wrap .fe_snb_wrap .snb_menu .s_list a.on {
  color: #fff;
  opacity: 1;
}
.fe_pip_wrap .popup_wrap {
  border-top: 2px solid #05141f;
}
.fe_pip_wrap .popup .pop_con .img_more dt:before {
  border-top: 2px solid #05141f !important;
}
.fe_pip_wrap .popup .pop_con .img_more dt {
  color: #05141f;
}
.fe_pip_wrap .popup .pop_con .img_more dd {
  color: #05141f;
  opacity: 0.8;
}
#header,
.fe_pip_wrap.pip_wrap #header,
.pip_wrap #header {
  border-bottom: 1px solid #ccc !important;
}
.fe_pip_wrap .fe_snb_wrap .snb_menu {
  max-width: 1440px;
}
#header,
.fe_pip_wrap.pip_wrap #header,
.pip_wrap #header {
  position: fixed;
}
#header,
.fe_pip_wrap.pip_wrap #header,
.pip_wrap #header {
  position: relative !important;
}
.fe_pip_wrap
  .resource_features
  .modelSlide_box
  .modelSlide_item
  .item_wrap
  .top_title_box {
  background: #05141f !important;
}
.pip_wrap.fe_pip_wrap #container {
  padding-top: 112px;
}
.fe_pip_wrap .fe_snb_wrap {
  top: 180px;
}
.fe_pip_wrap .fe_snb_wrap {
  top: 160px;
}

@media screen and (max-width: 767px) {
  .fe_pip_wrap .fe_snb_wrap {
    top: 30px;
  }
}

@media (max-width: 767px) {
  #container {
    padding-top: 0;
  }
  .fe_pip_wrap .n_container.resource_spec .spec_visual .spec_data {
    padding-top: 80px !important;
  }
}

@media (max-width: 1024px) {
  #header,
  .fe_pip_wrap.pip_wrap #header,
  .pip_wrap #header {
    position: relative !important;
  }
  .fe_pip_wrap .fe_snb_wrap {
    top: 30px;
    padding: 0 10px;
  }
  .pip_wrap #container,
  .pip_wrap.fe_pip_wrap #container,
  #container {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .fe_pip_wrap
    .pipLayout.bg_kiablack
    .mobile_slide_wrap
    .m_box
    .title_box
    .title {
    color: #fff;
  }
  .fe_pip_wrap
    .pipLayout.bg_kiablack
    .mobile_slide_wrap
    .v_slide
    .slick-dots
    li.slick-active
    button {
    background: #fff;
  }
  .fe_pip_wrap
    .pipLayout.bg_kiablack
    .mobile_slide_wrap
    .m_box
    .title_box
    .title:before {
    background: #fff !important;
  }
  .fe_pip_wrap .pipLayout.bg_kiablack .mobile_slide_wrap .m_box .title_box,
  .fe_pip_wrap .pipLayout.bg_kiablack .mobile_slide_wrap .m_box .desc {
    color: #fff;
  }
  .fe_pip_wrap .pipLayout.bg_black .mobile_slide_wrap .m_box .title_box .title {
    color: #fff;
  }
  .fe_pip_wrap
    .pipLayout.bg_black
    .mobile_slide_wrap
    .v_slide
    .slick-dots
    li.slick-active
    button {
    background: #fff;
  }
  .fe_pip_wrap
    .pipLayout.bg_black
    .mobile_slide_wrap
    .m_box
    .title_box
    .title:before {
    background: #fff !important;
  }
  .fe_pip_wrap .pipLayout.bg_black .mobile_slide_wrap .m_box .title_box,
  .fe_pip_wrap .pipLayout.bg_black .mobile_slide_wrap .m_box .desc {
    color: #fff;
  }
  .section.design .exkia_inner .camp_move {
    padding-top: 20px;
  }
  .semantic-markup.section .txt_edu {
    margin: 24px 15px 0;
  }
}

div.parsys_column .section {
  overflow: hidden;
  width: 100%;
}
.section {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.section.design .exkia_inner .camp_move {
  padding-top: 20px;
}

.semantic-markup.section .txt_edu {
  font-size: 17px;
  margin-top: 8px;
}
.semantic-markup.section .txt_edu a {
  color: #0070c0;
}
.semantic-markup.section .txt_edu span {
  font-size: 13px;
}
.section_future {
  position: relative;
}
.section_area.bg_black .tit_box,
.section_area.bg_black .s_tit {
  color: #fff;
}
.section_area.bg_black .tit_box,
.section_area.bg_black .s_tit {
  color: #fff !important;
}
.section_area.bg_black .b_tit {
  color: #fff !important;
}
.semantic-markup.section .txt_edu a {
  color: #ea0029;
}

.fe_kv_wrap {
  position: relative;
  width: 100%;
  margin: auto;
  height: 100%;
  box-sizing: border-box;
  background: #000;
}
.fe_kv_wrap .bg_wrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background: #000;
}
.fe_kv_wrap .kv_btn_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 28px 0;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.fe_kv_wrap .kv_btn_slide {
  width: 100%;
}
.fe_kv_wrap .kv_btn_area .inner_sec {
  width: 95%;
  height: 100%;
  max-width: 1880px;
  margin: auto;
}
.fe_kv_wrap .kv_btn_area .inner_sec:after {
  display: block;
  content: "";
  clear: both;
}
.fe_kv_wrap .kv_btn_area .kv_link_btn {
  float: left;
  width: fit-content;
  margin-left: 24%;
}
.fe_kv_wrap .kv_btn_area .kv_link_btn:after {
  display: block;
  content: "";
  clear: both;
}
.fe_kv_wrap .kv_btn_area .kv_link_btn .item {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 235px;
  height: 120px;
  margin-left: 10px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  background: #000;
}
.fe_kv_wrap .kv_btn_area .kv_link_btn .item img {
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0.4;
}
.fe_kv_wrap .kv_btn_area .kv_link_btn .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.fe_kv_wrap .kv_btn_area .kv_link_btn .item:first-child {
  margin-left: 0;
}
.fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn img {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.fe_kv_wrap .kv_btn_area .p_btn_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text {
  position: relative;
  display: inline-block;
  font-size: 19px;
  padding-top: 40px;
}
.fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text .play_txt_tit {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 0 5px;
}
.fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text .play_txt_tit:after {
  display: block;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 30px;
  background: url("../../../content/dam/kwcms/gt/en/images/discover-kia/Sponsorship/PC/thum-play.png")
    no-repeat 50% 0;
  background-size: 30px 30px;
}

.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list {
  width: 35%;
  float: right;
  height: 120px;
}
.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list:after {
  display: block;
  content: "";
  clear: both;
}
.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li {
  float: left;
  width: 33.3333%;
  height: 100%;
  box-sizing: border-box;
}
.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img {
  display: block;
  text-align: center;
  height: 40%;
  padding: 5px 0 10px 0;
}
.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img img {
  height: 100%;
  width: auto;
  text-align: center;
}
.fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_txt {
  display: block;
  padding-top: 4px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: kiaM, sans-serif;
  opacity: 0.6;
  line-height: 1.2;
}

@media only screen and (max-width: 1280px) {
  .fe_kv_wrap .kv_btn_area .kv_link_btn .item {
    width: 16.359vw;
    height: 9.375vw;
  }
  .fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text {
    font-size: 1.475vw;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec {
    padding: 0 10px;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_txt {
    font-size: 14px;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img {
    height: 30%;
  }
  .fe_kv_wrap .bg_wrap .back_image_area img {
    height: 100%;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list {
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  .fe_pip_wrap .fe_snb_wrap {
    top: 34px !important;
    padding: 0 15px !important;
  }
  .pip_wrap.fe_pip_wrap #container {
    padding-top: 102px;
  }
  .kv_pop_wrap .layPop_wrap .pop_inner {
    width: 90%;
    max-width: 800px;
    max-height: 395px;
  }
  .fe_pip_wrap .fe_snb_wrap .snb_menu .vihicle_title {
    top: -80px;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
    width: 18.229vw;
    height: 126px;
    min-width: 18.229vw;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list {
    width: 40%;
    height: 70px;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img {
    height: 40%;
    padding: 0;
  }
  .fe_kv_wrap .kv_btn_area .kv_link_btn {
    margin-left: 23%;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo a {
    font-size: 24px;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .logo_img img {
    max-width: 200px;
    left: 0;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
    left: 15px;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li {
    width: 33.3333%;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img img {
    height: 100%;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .sub_txt {
    font-size: 14px;
    letter-spacing: 0;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .logo_txt {
    padding-top: 0;
  }
  .fe_kv_wrap .kv_btn_area .kv_link_btn .item {
    width: 16.359vw;
    height: 9.375vw;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_txt {
    font-size: 12px;
  }
  .fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text {
    font-size: 12px;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list.no_text {
    width: 40%;
    height: 9.5703vw;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list.no_text li .pic_img {
    height: 75px;
  }
  .fe_kv_wrap
    .kv_btn_area
    .inner_sec
    .pic_wrap
    .pic_list.no_text
    li
    .pic_img
    img {
    height: 100%;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec {
    padding: 0;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo a {
    left: 0;
  }
}
@media only screen and (max-width: 820px) {
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img {
    height: 40%;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_txt {
    font-size: 11px;
    padding: 2px;
  }
  .fe_kv_wrap .kv_btn_area .kv_link_btn .item {
    margin-left: 5px;
  }
}















@media only screen and (max-width: 768px) {


  .fe_kv_wrap .bg_wrap .back_image_area img{height: 95vw;
    object-fit: cover;
    object-position: center;
  }
  
  .section-imagen {
    height: 90vw !important;
  }
  .fe_pip_wrap .fe_snb_wrap {
    padding: 0 10px;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec {
    padding: 0;
  }
  .kv_pop_wrap .close_bt {
    top: -60px;
    right: 0;
  }
  .fe_kv_wrap .kv_btn_area .kv_link_btn .item {
    margin-left: 3px;
    width: 120px;
    height: 70px;
  }
  .fe_kv_wrap .kv_btn_area .kv_link_btn .itm_btn .play_text {
    font-size: 12px;
    padding-top: 30px;
  }
  .fe_kv_wrap
    .kv_btn_area
    .kv_link_btn
    .itm_btn
    .play_text
    .play_txt_tit:after {
    top: -30px;
    background-size: 25px 25px;
  }
  .fe_pip_wrap .fe_snb_wrap .snb_menu .vihicle_title .logo a {
    font-size: 60px;
  }
  .fe_pip_wrap .fe_snb_wrap .snb_menu .s_list a {
    font-size: 16px;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
    min-width: 19.229vw;
    height: 70px;
    width: 19.229vw;
  }
  .fe_kv_wrap .kv_btn_area .kv_link_btn {
    margin-left: 22%;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list {
    height: 70px;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img {
    height: 25px;
    padding: 2px 0 0 0;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_txt {
    font-size: 11px;
    line-height: 1.1;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list {
    width: 43%;
  }
  .fe_kv_wrap .kv_btn_area {
    padding: 10px 0;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title {
    bottom: 10px;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li {
    width: 33.3333%;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .logo_txt {
    padding-top: 0;
  }
  .fe_pip_wrap .fe_snb_wrap01 .snb_menu .vihicle_title .logo .logo_img img {
    max-width: 160px;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list li .pic_img img {
    height: 100%;
  }
  .fe_kv_wrap .kv_btn_area .inner_sec .pic_wrap .pic_list.no_text li .pic_img {
    padding: 0;
  }
  .fe_kv_wrap
    .kv_btn_area
    .inner_sec
    .pic_wrap
    .pic_list.no_text
    li
    .pic_img
    img {
    height: 90%;
  }
}

/*estilos ezk*/

.section-imagen {
  height: 50vw;
}


.headline > span {
  font-size: 45px;
}

.fe_snb_wrap {
  position: relative;
  transform: translate(40px, 80px);
  z-index: 50;
}

.fe_kv_wrap .kv_btn_area .kv_link_btn {
  margin-left: 1%;
}

.kv_link_btn > span {
  font-size: 10px;
}


















#section02 {
  padding-bottom: 500px;
  padding-top: 80px;
}

.IMAGEN-INFO-LEFT {
  padding-bottom: 500px;
  padding-top: 80px;
}

#section02 .ROW {
  display: flex;
  flex-direction: row;
}


.IMAGEN-INFO-LEFT .ROW {
  display: flex;
  flex-direction: row;
}





.LEFT {
  width: 50%;
  display: flex;
  justify-content: end;
}

.imagen-contenedor > img {
  max-height: 85vh;
}

.imagen-contenedor {
  width: fit-content;
}

.right {
  width: 50%;
  display: flex;
  align-items: center;
}

.texto-contenedor {
  background-color: #ffffff;
  min-height: 350px;
  width: 655px;
  margin-left: -80px;
}

.texto {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.text-primary {
  letter-spacing: 5px;
  color: #000000;
  padding-top: 50px;
}

.mb-3 {
  color: #000000;
  font-weight: 700 !important;
  font-size: 40px;
  line-height: 0.9;
  margin-top: 20px;
}

div > p {
  color: #000000;
  margin-top: 10px;
}

div > a {
  color: #000000;
  border: #000000 solid 1px;
  margin-top: 10px;
}


.hide{
    display: none;
}

.mt-1{   
color: #000000;
border: #000000 solid 1px;
margin-top: 10px;
}



/******************/
.owl-stage-outer{
  display: flex; flex-direction: row; justify-content: center; margin-top: 100px; background-color: #fff;"
}


.owl-stage{
  padding-top: 80px; margin-top: -350px;
}


.owl-item .cloned{
  width: 350px; display: flex; text-align: center; justify-content: center;
}


.text-center{
  text-align: center; justify-content: center; display: flex; flex-direction: column;
}

.img-fluid{
  max-height: 60vh;
}

.owl-texto{
  min-height: 400px; width: 800px; background-color: #ffffff; margin-left: auto;  margin-right: auto;
}

.text-primary{
  letter-spacing: 5px; color: #000000; padding-top: 50px;
}

.mb-3{
  color: #000000; font-weight: 700 !important; font-size: 40px; line-height: 0.8; margin-top: 20px;
}

.owl-texto > p{
  color: #000000; margin-top: 10px;
}

.owl-texto > a {
  color: #000000; border: #000000 solid 1px; margin-top: 10px; 
}






@media (max-width: 1400px) {
  .section-imagen {
    height: 65vw;
  }
  .fe_snb_wrap {
        position: relative;
        transform: translate(32px, 42px);
        z-index: 50;
      }
}


@media (max-width: 1300px) {
  
  
  
  #section02 {
    padding-bottom: 500px;
    padding-top: 80px;
  }
  
  .IMAGEN-INFO-LEFT {
    padding-bottom: 500px;
    padding-top: 80px;
  }
  
  #section02 .ROW {
    display: flex;
    flex-direction: row;
    
  }

  .IMAGEN-INFO-LEFT .ROW {
    display: flex;
    flex-direction: row;
    
  }



  .ROW {
  width: 90%;
  
  margin-left: auto;
  margin-right: auto;
}


  
  .LEFT {
    width: 60%;
    display: flex;
    justify-content: end;
  }
  
  .imagen-contenedor > img {
    max-height: 85vh;
    margin-right: -7px;
  }
  
  .imagen-contenedor {
    width: fit-content;
  }
  
  .right {
    width: 40%;
    display: flex;
    align-items: center;
  }
  
  .texto-contenedor {
    background-color: #ffffff;
    min-height: 300px;
    width: 505px;
    margin-left: -7px;
    overflow: visible;
  }
  
  .texto {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .text-primary {
    letter-spacing: 5px;
    color: #000000;
    padding-top: 50px;
  }
  
  .mb-3 {
    color: #000000;
    font-weight: 700 !important;
    font-size: 30px;
    line-height: 0.9;
    margin-top: 20px;
  }
  
  div > p {
    color: #000000;
    margin-top: 10px;
  }
  
  div > a {
    color: #000000;
    border: #000000 solid 1px;
    margin-top: 10px;
  }
  
  
  .hide{
      display: none;
  }
  
  .mt-1{   
  color: #000000;
  border: #000000 solid 1px;
  margin-top: 10px;
  }



}


@media (max-width: 1150px) {

  .right {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .LEFT {
    width: 65%;
    display: flex;
    justify-content: center;
  }

  .ROW {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}



.IMAGEN-INFO-RIGHT > .ROW{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

  .texto {
    width: 324px;
    margin-left: auto;
    margin-right: auto;
}

  .imagen-contenedor > img {
    max-height: 85vh;
    margin-right: -48px;
  }
  
  .texto-contenedor {
    background-color: #ffffff;
    min-height: 320px;
    width: 425px;
    margin-left: -120px;
    overflow: visible;
  }
}










@media (max-width: 930px) {
  
  .section-imagen {
    height: 60vw;
  }

  .fe_kv_wrap .kv_btn_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px 0;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
  }

  .kv_link_btn {
    color: #fff;
  }

  .logo_txt > img {
    width: 70px;
  }

  .headline > span {
    font-size: 30px;
  }

  .headline {
    font-size: 16px;
  }

  .fe_snb_wrap {
    position: relative;
    transform: translate(8px, 22px);
    z-index: 50;
  }
  
  #section02 {
    padding-bottom: 25px;
    padding-top: 0px;
    
  }

  .IMAGEN-INFO-LEFT {
    
    padding-bottom: 25px;
    padding-top: 0px;
    background-color: #ffffff;
  }

  #section02 .ROW {
    display: flex;
  }


  .IMAGEN-INFO-LEFT .ROW {
    display: flex;
  }



  .ROW {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .texto {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
  }

  .LEFT {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .imagen-contenedor > img {
    max-height: 85vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .imagen-contenedor {
    width: 80%;
    max-width: 562px;
  }

  .right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .texto-contenedor {
    background-color: #ffffff;
    min-height: 185px;
    width: 900px;
    margin-left: 0px;
  }

  .text-primary h6 {
    letter-spacing: 5px;
    color: #000000;
    padding-top: 50px;
  }

  .mb-3 {
    color: #000000;
    font-weight: 700 !important;
    font-size: 30px;
    line-height: 0.8;
    margin-top: 20px;
  }

  div > p {
    color: #000000;
    margin-top: 10px;
  }

  div > a {
    color: #000000;
    border: #000000 solid 1px;
    margin-top: 10px;
  }

  .show{
    display: none;
  }

  .hide{
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    
}

.owl-stage-outer{
  display: flex; flex-direction: row; justify-content: center; margin-top: 0px; background-color: #fff;"
}


.owl-stage{
  padding-top: 80px; margin-top: 0px;
}


.owl-item .cloned{
  width: 350px; display: flex; text-align: center; justify-content: center;
}


.text-center{
  text-align: center; justify-content: center; display: flex; flex-direction: column;
}

.img-fluid{
  max-width: 95vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.owl-texto{
  min-height: 400px; width: 80%; background-color: #ffffff; margin-left: auto;  margin-right: auto; text-align:left; 
}

.text-primary{
  letter-spacing: 5px; color: #000000; padding-top: 50px;
}

.mb-3{
  color: #000000; font-weight: 700 !important; font-size: 40px; line-height: 1; margin-top: 20px;
}

.owl-texto > p{
  color: #000000; margin-top: 10px;
}

.owl-texto > a {
  color: #000000; border: #000000 solid 1px; margin-top: 10px; 
}

}



.IMAGEN-INFO-RIGHT{
  padding-bottom: 100px ; padding-top: 80px;
}


.IMAGEN-INFO-RIGHT > .ROW{
  display: flex; justify-content: end;
}

.right-info{
  width: 50%; display: flex; align-items: center; justify-content: flex-end;
}

.right-info>.texto-contenedor{
  background-color: #ffffff; min-height: 300px; width: 555px; margin-right: -80px; position: relative;
}


.right-info>.texto-contenedor>div{
  width: 350px; margin-left: auto; margin-right: auto;
}

.LEFT-img{
  width: 50%; display: flex; justify-content:flex-start;
}

img[src="./images/AWARNESS1_flat.jpg"]{
  max-height: 80vh;
}









@media (max-width: 930px) {
  .IMAGEN-INFO-RIGHT{ 
    padding-bottom: 100px;
    padding-top: 80px;
    background-color: #ffffff;
}

.IMAGEN-INFO-RIGHT > .ROW {
  display: flex;
  flex-direction: column !important;
}

.right-info {
  width: 100%;
  display: flex;
  justify-content: center;
}
.right-info>.texto-contenedor{
background-color: #ffffff;
        min-height: 185px;
        width: 900px;
        margin-left: 0px;
        margin-right: 0px;
}


.LEFT-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.right-info>.texto-contenedor>div {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

}










