/*
Theme Name: Yampop - UNKLA
Text Domain: twentysixteen
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  background: #000 url(images/fondo.jpg) center center no-repeat;
  background-size: no-repeat;
}
body img {
  max-width: 100%;
  height: auto;
}

.site {
  float: left;
  width: 100%;
  overflow: hidden;
}

section {
  float: left;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
}

h1,
.h1,
.h1 p {
  font-size: 125px;
}
@media only screen and (max-width: 1100px) {
  h1,
.h1,
.h1 p {
    font-size: 96px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
.h1,
.h1 p {
    font-size: 60px;
  }
}

h2,
.h2,
.h2 p {
  font-size: 32px;
}
@media only screen and (max-width: 1100px) {
  h2,
.h2,
.h2 p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 600px) {
  h2,
.h2,
.h2 p {
    font-size: 26px;
  }
}

h3,
.h3,
.h3 p {
  font-size: 30px;
}
@media only screen and (max-width: 1100px) {
  h3,
.h3,
.h3 p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  h3,
.h3,
.h3 p {
    font-size: 24px;
  }
}

h4,
.h4,
.h4 p {
  font-size: 20px;
}
@media only screen and (max-width: 1100px) {
  h4,
.h4,
.h4 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h4,
.h4,
.h4 p {
    font-size: 18px;
  }
}

h5,
.h5,
.h5 p {
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  h5,
.h5,
.h5 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h5,
.h5,
.h5 p {
    font-size: 16px;
  }
}

h6,
.h6,
.h6 p {
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  h6,
.h6,
.h6 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h6,
.h6,
.h6 p {
    font-size: 16px;
  }
}

a {
  color: #ffffff;
}
a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

p,
figure,
li,
h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 1300px) {
  p,
figure,
li,
h5 {
    font-size: 16px;
  }
}
p a,
figure a,
li a,
h5 a {
  color: #ffffff;
  position: relative;
}
p a:hover,
figure a:hover,
li a:hover,
h5 a:hover {
  color: red;
}

p:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}

b,
strong,
strong * {
  font-weight: 600;
}

*:focus {
  outline: none;
}

.row {
  float: left;
  width: 100%;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  width: 1280px;
  margin: 0 auto;
  max-width: 100vw;
  padding: 0 60px;
}
@media only screen and (max-width: 900px) {
  .container {
    padding: 0 60px 0 30px;
  }
}
@media only screen and (max-width: 400px) {
  .container {
    padding: 0 55px 0 15px;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

.centerDiv {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.button {
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0 30px;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 750px) {
  .button {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
  }
}
.button:hover {
  background: #ffffff;
  color: #ffffff;
}
.button--solid {
  border-color: #ffffff;
  color: #ffffff;
}
.button--solid:hover {
  color: #ffffff;
  background: #ffffff;
}
.button--blue {
  border-color: red;
  background-color: red;
  color: #ffffff;
}
.button--blue:hover {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.iframe-wrapper {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin-bottom:40px;
  
}
@media only screen and (min-width:1100px) {
 .iframe-wrapper {min-width:600px;
  }
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

.slick-dots {
  display: none !important;
  position: absolute;
  bottom: 40px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  width: 100%;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
  background-color: red;
}
.slick-dots button {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #ffffff;
  text-indent: -5000px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section__title {
  padding-top: 10px;
  position: relative;
}
.section__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  border-top: 1px solid #232323;
  content: "";
}

.header {
  position: fixed;
  z-index: 10;
  padding: 15px 0 10px;
  -webkit-transform: translate3D(0, -100%, 0);
          transform: translate3D(0, -100%, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img {
  max-height: 120px;
}
@media only screen and (max-width: 600px) {
  .header__logo img {
    max-height: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  .header__nav {
    display: none;
    position: absolute;
    top: 94px;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
  }
  .header__nav a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .header__nav {
    top: 70px;
  }
}
.header__nav a {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 20px;
  line-height: 64px;
}
@media only screen and (max-width: 1250px) {
  .header__nav a {
    font-size: 16px;
    margin: 0 15px;
  }
}
.header .mobile__nav {
  display: none;
  width: 40px;
  z-index: 1;
  margin-top: 25px;
}
@media only screen and (max-width: 1100px) {
  .header .mobile__nav {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .header .mobile__nav {
    margin-top: 15px;
  }
}
.header .mobile__nav span {
  display: block;
  height: 2px;
  background: #ffffff;
  margin-bottom: 7px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 40px;
}
.header .mobile__nav span:nth-child(2) {
  width: 30px;
}
.header .mobile__nav:hover span:nth-child(1) {
  width: 22px;
  margin-left: 13px;
}
.header .mobile__nav:hover span:nth-child(2) {
  width: 35px;
}

.site-inner {
  float: left;
  width: 100%;
  overflow: hidden;
}

.floating__nav {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}
.floating__nav a {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  width: 52px;
  margin-bottom: 2px;
  background-color: red;
  color: #fff;
}
.floating__nav a:hover {
  background-color: #525252;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  position: fixed;
  bottom: 30px;
  padding: 0;
}
.footer .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto;
  grid-template-columns: 40px auto;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__top a {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
  color: #ffffff;
  line-height: 25px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}
@media only screen and (max-width: 1100px) {
  .footer__top a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .footer__top a {
    font-size: 16px;
  }
}
.footer__top a img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__social a:nth-last-child(1) {
  margin-right: 0;
}
.footer__links a {
  margin-right: 0;
  margin-left: 30px;
}
.footer__links a img {
  margin-right: 10px;
}
.footer__links a:nth-child(1) {
  margin-left: 0;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bottom a {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
  color: #ffffff;
  line-height: 21px;
  margin-left: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  border-left: 1px solid #525252;
}
@media only screen and (max-width: 1100px) {
  .footer__bottom a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .footer__bottom a {
    font-size: 16px;
  }
}
.footer__bottom a:nth-child(1) {
  border-left: 0;
  padding-left: 0;
}
.footer__bottom a img {
  width: 25px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__copyright {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
  color: #ffffff;
  line-height: 21px;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .footer__copyright {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .footer__copyright {
    font-size: 16px;
  }
}

.animate .header {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  opacity: 1;
}
.animate .hero .hero__item.slick-active .hero__texts {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  opacity: 1;
}

.gform_wrapper {
  margin: 0;
}
.gform_wrapper .gform_description {
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: -16px !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper select,
.gform_wrapper textarea {
  height: 65px;
  line-height: 65px;
  background: none;
  background-color: #ffffff;
  padding: 0 30px !important;
  color: #ffffff;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 600px) {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper select,
.gform_wrapper textarea {
    padding: 0 20px !important;
  }
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  -webkit-box-shadow: 0px 0px 15px #ffffff;
          box-shadow: 0px 0px 15px #ffffff;
}
.gform_wrapper select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(images/selects.svg);
  background-size: 40px auto;
  background-position: calc(100% + 10px) center;
  background-repeat: no-repeat;
  padding-right: 40px !important;
}
.gform_wrapper select[multiple=multiple] {
  padding: 20px 30px !important;
  max-height: 208px;
}
.gform_wrapper textarea {
  padding: 30px;
  height: 120px;
  padding: 20px 30px !important;
  line-height: normal;
}
@media only screen and (max-width: 600px) {
  .gform_wrapper textarea {
    padding: 20px !important;
  }
}
.gform_wrapper .gform_footer {
  margin-top: 20px;
  padding: 0;
  text-align: center;
}
.gform_wrapper .button {
  margin: 30px 0 0 0 !important;
  cursor: pointer;
}
.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
  max-width: 100%;
}
.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
  margin: 15px 0 0 0;
}
.gform_wrapper li.checkbox-grid ul.gfield_checkbox,
.gform_wrapper li.checkbox-grid ul.gfield_radio {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media only screen and (max-width: 600px) {
  .gform_wrapper li.checkbox-grid ul.gfield_checkbox,
.gform_wrapper li.checkbox-grid ul.gfield_radio {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.gform_wrapper li.checkbox-grid ul.gfield_checkbox li,
.gform_wrapper li.checkbox-grid ul.gfield_radio li {
  vertical-align: top;
  width: 100%;
  margin-right: 0;
}
.gform_wrapper li.checkbox-grid ul.gfield_checkbox li label,
.gform_wrapper li.checkbox-grid ul.gfield_radio li label {
  white-space: normal;
}
.gform_wrapper .gsection {
  border-bottom: none !important;
  border-top: 1px solid #ccc;
  padding: 8px 16px 0 0 !important;
}
.gform_wrapper .gsection:not(:nth-child(1)) {
  margin-top: 20px !important;
}
.gform_wrapper .short-options ul.gfield_checkbox li,
.gform_wrapper .short-options ul.gfield_radio li {
  width: auto;
  margin-right: 30px;
}
.gform_wrapper .short-options ul.gfield_checkbox li label,
.gform_wrapper .short-options ul.gfield_radio li label {
  white-space: nowrap;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  display: inline-block;
  height: auto;
  line-height: 1.2;
  vertical-align: middle;
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    width: 100%;
    margin-right: 0;
  }
  .gform_wrapper ul.gfield_checkbox li.checkbox-grid,
.gform_wrapper ul.gfield_radio li.checkbox-grid {
    width: 100%;
  }
}
.gform_wrapper ul.gfield_checkbox li.parent_tax, .gform_wrapper ul.gfield_checkbox li.child_tax,
.gform_wrapper ul.gfield_radio li.parent_tax,
.gform_wrapper ul.gfield_radio li.child_tax {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 0;
}
.gform_wrapper ul.gfield_checkbox li.parent_tax,
.gform_wrapper ul.gfield_radio li.parent_tax {
  margin-top: 20px;
}
.gform_wrapper ul.gfield_checkbox li.parent_tax .list__search,
.gform_wrapper ul.gfield_radio li.parent_tax .list__search {
  float: left;
  width: 100%;
  margin: 10px 0;
  display: none;
}
.gform_wrapper ul.gfield_checkbox li.parent_tax .list__search input,
.gform_wrapper ul.gfield_radio li.parent_tax .list__search input {
  display: block;
}
.gform_wrapper ul.gfield_checkbox li.parent_tax label,
.gform_wrapper ul.gfield_radio li.parent_tax label {
  padding-left: 0;
}
.gform_wrapper ul.gfield_checkbox li.parent_tax label:before, .gform_wrapper ul.gfield_checkbox li.parent_tax label:after,
.gform_wrapper ul.gfield_radio li.parent_tax label:before,
.gform_wrapper ul.gfield_radio li.parent_tax label:after {
  display: none;
}
@media only screen and (max-width: 600px) {
  .gform_wrapper ul.gfield_checkbox li.parent_tax label,
.gform_wrapper ul.gfield_radio li.parent_tax label {
    width: calc(100% - 34px);
  }
}
.gform_wrapper ul.gfield_checkbox li.parent_tax:nth-child(1),
.gform_wrapper ul.gfield_radio li.parent_tax:nth-child(1) {
  margin-top: 0;
}
.gform_wrapper ul.gfield_checkbox li.parent_tax .icon-plus,
.gform_wrapper ul.gfield_radio li.parent_tax .icon-plus {
  background-image: url(images/selects.svg);
  background-size: 40px auto;
  background-position: calc(100% + 20px) center;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin: 0;
}
.gform_wrapper ul.gfield_checkbox li.parent_tax.js-active,
.gform_wrapper ul.gfield_radio li.parent_tax.js-active {
  margin-bottom: 5px;
}
.gform_wrapper ul.gfield_checkbox li.parent_tax.js-active .list__search,
.gform_wrapper ul.gfield_radio li.parent_tax.js-active .list__search {
  display: block;
}
.gform_wrapper ul.gfield_checkbox li.parent_tax.js-active .icon-plus,
.gform_wrapper ul.gfield_radio li.parent_tax.js-active .icon-plus {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gform_wrapper ul.gfield_checkbox li.child_tax,
.gform_wrapper ul.gfield_radio li.child_tax {
  padding-left: 30px !important;
  width: 50%;
  display: inline-block;
  clear: none;
  margin: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .gform_wrapper ul.gfield_checkbox li.child_tax,
.gform_wrapper ul.gfield_radio li.child_tax {
    display: block;
    width: 100%;
  }
}
.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  padding-left: 40px;
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
    max-width: 100%;
    width: 100%;
  }
}
.gform_wrapper li.checkbox-large ul.gfield_checkbox li label,
.gform_wrapper li.checkbox-large ul.gfield_radio li label {
  white-space: normal;
  vertical-align: top;
}
.gform_wrapper li.checkbox-large ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper li.checkbox-large ul.gfield_checkbox li input[type=radio],
.gform_wrapper li.checkbox-large ul.gfield_radio li input[type=checkbox],
.gform_wrapper li.checkbox-large ul.gfield_radio li input[type=radio] {
  margin-top: 10px !important;
  display: none;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .ginput_container_consent input[type=checkbox] {
  margin-top: 0;
  display: none;
}
.gform_wrapper li.gfield {
  background: none !important;
  border-top: none !important;
  border-bottom: none !important;
}
.gform_wrapper li.gfield.gf_left_half {
  float: left !important;
  clear: left !important;
  padding-right: 22px !important;
}
.gform_wrapper li.gfield.gf_right_half {
  float: right !important;
  clear: right !important;
  padding-right: 0 !important;
}
.gform_wrapper li.gfield.gf_full_width {
  display: block;
  width: 100%;
  float: left;
}
.gform_wrapper ul.gfield_checkbox li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper ul.gfield_checkbox li .form__box .gform_wrapper select, .gform_wrapper ul.gfield_checkbox li .form__box .gform_wrapper textarea,
.gform_wrapper ul.gfield_radio li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper ul.gfield_radio li .form__box .gform_wrapper select,
.gform_wrapper ul.gfield_radio li .form__box .gform_wrapper textarea {
  float: left;
  width: calc(100% - 30px);
}
@media only screen and (max-width: 600px) {
  .gform_wrapper ul.gfield_checkbox li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper ul.gfield_checkbox li .form__box .gform_wrapper select, .gform_wrapper ul.gfield_checkbox li .form__box .gform_wrapper textarea,
.gform_wrapper ul.gfield_radio li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper ul.gfield_radio li .form__box .gform_wrapper select,
.gform_wrapper ul.gfield_radio li .form__box .gform_wrapper textarea {
    float: left;
    width: 100%;
  }
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: none;
  padding: 0;
}
.gform_wrapper .validation_message {
  padding: 0 !important;
}
.gform_wrapper .gform_confirmation_message {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
}
@media only screen and (max-width: 600px) {
  .gform_wrapper .gform_confirmation_message {
    font-size: 22px;
  }
}

.page-404 {
  float: left;
  width: 100%;
  text-align: center;
}

.site {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 400px auto;
  grid-gap: 0px;
  min-height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 50px;
  grid-gap:40px;
}
@media only screen and (max-width: 1500px) {
  .site .main-logo {
    max-height: 120px;
  }
}
@media only screen and (max-width: 900px) {
  .site {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 50px;
    padding: 50px;
  }
}
.site img.big {
  max-width: 100%;
}

.site .home-right {
  text-align: center;
}
.site .home-right img:nth-child(1) {
  margin-bottom: 40px;
}
.site .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
  margin: -60px auto 0px;
}
@media only screen and (max-width: 600px) {
  .site .partners {
    margin-top: -20px;
  }
}
.site .partners img {
  margin: 0 20px;
}
@media only screen and (max-width: 600px) {
  .site .partners img {
    max-width: 100px;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.hero__item {
  position: relative;
  min-height: 100vh !important;
}
.hero__item:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(36%, rgba(0, 0, 0, 0)), color-stop(74%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  height: 100%;
  content: "";
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__texts {
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: left;
  opacity: 0;
  -webkit-transform: translate3D(0, 100%, 0);
          transform: translate3D(0, 100%, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-left: -10px;
}
@media only screen and (max-width: 900px) {
  .hero__texts {
    margin-left: 0px;
  }
}
.hero__texts * {
  color: #ffffff;
}
.hero__texts .h1 {
  font-size: 125px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  .hero__texts .h1 {
    font-size: 96px;
  }
}
@media only screen and (max-width: 600px) {
  .hero__texts .h1 {
    font-size: 60px;
  }
}
.hero__texts .section__title:before {
  border-color: #ffffff;
}
.hero__texts .h4 {
  margin-bottom: 30px;
}
.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 650px;
  height: 100vh;
  position: relative;
  z-index: 2;
}

.products-grid {
  padding: 85px 0 100px;
}
.products-grid .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 900px) {
  .products-grid .products {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.products-grid .products__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products-grid .products__item .h3 {
  text-align: center;
}
.products-grid .products__item .product__image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.products-grid .products__item .product__image div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.products-grid .products__item .product__image div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-grid .products__item .product__image div img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}

.banners-grid .banners {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 0 35%;
  grid-template-columns: 65% 35%;
  -ms-grid-rows: 1fr 0 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 0;
}

.banners-grid .banners > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.banners-grid .banners > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.banners-grid .banners > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.banners-grid .banners > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 900px) {
  .banners-grid .banners {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.banners-grid .banners .banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 70%;
  position: relative;
}
.banners-grid .banners .banner__item:nth-child(1) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.banners-grid .banners .banner__item .h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  text-align: left;
  color: #ffffff;
  z-index: 1;
}
.banners-grid .banners .banner__item .h2:before {
  border-color: #ffffff;
}
.banners-grid .banners .banner__item .banner__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banners-grid .banners .banner__item .banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banners-grid .banners .banner__item .banner__image:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banners-grid .banners .banner__item:hover .banner__image:before {
  opacity: 0;
}

.single-vehiculo {
  position: relative;
}
.single-vehiculo .hero .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 100px;
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .hero .container {
    position: relative;
    min-height: 50vw;
    height: auto;
    background: #ffffff;
  }
}
.single-vehiculo .hero .slick-dots {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 60px;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .hero .slick-dots {
    padding-left: 30px;
  }
}
.single-vehiculo .hero .slick-dots li:nth-child(1) {
  margin-left: 0;
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .hero .hero__background {
    position: relative;
    height: 50vw;
  }
}
.single-vehiculo .hero .hero__item--single:before {
  display: none;
}
.single-vehiculo .hero .hero__item--single .container {
  padding-bottom: 0;
}
.single-vehiculo .hero .hero__item--single .hero__texts {
  background: #ffffff;
  padding: 30px;
  max-width: 400px;
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .hero .hero__item--single .hero__texts {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-vehiculo .hero .hero__item--single .hero__texts .h3 {
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 300;
}
.single-vehiculo .hero .hero__item--single .hero__texts .h3:before {
  top: auto;
  bottom: 0;
}
.single-vehiculo .hero .hero__item--single .hero__texts .h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
.single-vehiculo .hero .hero__item--single .hero__texts p {
  font-size: 20px;
}
.single-vehiculo .single__content {
  padding: 80px 0;
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .single__content {
    padding: 50px 0;
  }
}
.single-vehiculo .single__content .container {
  display: -ms-grid;
  display: grid;
  grid-gap: 100px;
  -ms-grid-columns: 50% 100px auto;
  grid-template-columns: 50% auto;
}
@media only screen and (max-width: 1100px) {
  .single-vehiculo .single__content .container {
    grid-gap: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .single__content .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.single-vehiculo .single__content .container .buttons .button {
  margin-top: 20px;
}
.single-vehiculo .single__content .container .buttons .button:nth-child(1) {
  margin-right: 20px;
}
.single-vehiculo .single__content .container .single__content__360 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-vehiculo .single__content .container .single__content__360 .single__content__360__gallery-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-vehiculo .single__content a.galeria__item {
  float: left;
  width: 100%;
}
.single-vehiculo .single__content a.galeria__item img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-vehiculo .single__content--auto {
  padding: 0;
}
.single-vehiculo .single__content--auto .container {
  grid-gap: 0;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .single__content--auto .container {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .single__content--auto .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.single-vehiculo .single__content--auto .container .single__content__360 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .single__content--auto .container .single__content__360 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .single__content--auto .container .single__content__360 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .single__content--auto .container .single__content__360 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.single-vehiculo .single__content--auto .single__content__description {
  padding: 300px 40px 40px;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .single__content--auto .single__content__description {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .single__content--auto .single__content__description {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.single-vehiculo .single__content--auto a.galeria__item {
  position: relative;
  min-height: 630px;
}
@media only screen and (max-width: 1100px) {
  .single-vehiculo .single__content--auto a.galeria__item {
    min-height: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .single__content--auto a.galeria__item {
    min-height: 0;
    width: calc(100% + 90px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
.single-vehiculo .single__content--auto a.galeria__item img {
  height: 100%;
  min-height: 890px;
  position: absolute;
  width: 50vw;
  max-width: 50vw;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1100px) {
  .single-vehiculo .single__content--auto a.galeria__item img {
    min-height: 560px;
    max-height: 560px;
  }
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .single__content--auto a.galeria__item img {
    position: static;
    min-height: 0;
    max-height: none;
    width: 100%;
    max-width: 100%;
  }
}
.single-vehiculo .single__content--auto a.galeria__item--right {
  min-height: 890px;
}
@media only screen and (max-width: 1100px) {
  .single-vehiculo .single__content--auto a.galeria__item--right {
    min-height: 560px;
  }
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .single__content--auto a.galeria__item--right {
    min-height: 0;
  }
}
.single-vehiculo .single__content--auto a.galeria__item--right img {
  left: auto;
  right: 0;
}
.single-vehiculo .galeria_inferior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .galeria_inferior {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-vehiculo .galeria_inferior a {
  float: left;
  width: 100%;
}
.single-vehiculo .galeria_inferior a img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-vehiculo .galeria__auto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28% 44% 28%;
  grid-template-columns: 28% 44% 28%;
  -ms-grid-rows: 41vw 30vw 17vw auto;
  grid-template-rows: 41vw 30vw 17vw auto;
}
.single-vehiculo .galeria__auto > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.single-vehiculo .galeria__auto > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.single-vehiculo .galeria__auto > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.single-vehiculo .galeria__auto > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.single-vehiculo .galeria__auto > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.single-vehiculo .galeria__auto > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.single-vehiculo .galeria__auto > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.single-vehiculo .galeria__auto > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.single-vehiculo .galeria__auto > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.single-vehiculo .galeria__auto > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.single-vehiculo .galeria__auto > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.single-vehiculo .galeria__auto > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .galeria__auto {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 50vw 50vw 50vw auto auto;
    grid-template-rows: 50vw 50vw 50vw auto auto;
  }
  .single-vehiculo .galeria__auto > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .single-vehiculo .galeria__auto > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .single-vehiculo .galeria__auto > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .single-vehiculo .galeria__auto > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .single-vehiculo .galeria__auto > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .galeria__auto {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100vw 100vw 100vw 100vw auto auto auto;
    grid-template-rows: 100vw 100vw 100vw 100vw auto auto auto;
  }
  .single-vehiculo .galeria__auto > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .single-vehiculo .galeria__auto > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
.single-vehiculo .galeria__auto .galeria__item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.single-vehiculo .galeria__auto .galeria__item img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.single-vehiculo .galeria__auto .galeria__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .galeria__auto .galeria__item:nth-child(1) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .galeria__auto .galeria__item:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.single-vehiculo .galeria__auto .galeria__item:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.single-vehiculo .galeria__auto .galeria__item:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .galeria__auto .galeria__item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .galeria__auto .galeria__item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
.single-vehiculo .galeria__auto .galeria__item:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .galeria__auto .galeria__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .galeria__auto .galeria__item:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
}
.single-vehiculo .galeria__auto .titulo_inferior {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  background: #ffffff;
  padding: 30px;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .galeria__auto .titulo_inferior {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .galeria__auto .titulo_inferior {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
  }
}
.single-vehiculo .galeria__auto .titulo_inferior .h3 {
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 300;
  color: #fff;
}
.single-vehiculo .galeria__auto .titulo_inferior .h3:before {
  top: auto;
  bottom: 0;
  border-color: #fff;
}
.single-vehiculo .galeria__auto .titulo_inferior .h1 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
}
.single-vehiculo .galeria__auto .titulo_inferior p {
  font-size: 20px;
  color: #fff;
}
.single-vehiculo .galeria__auto .tabs {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  padding: 60px 0;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .galeria__auto .tabs {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .single-vehiculo .galeria__auto .tabs .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .galeria__auto .tabs {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
  }
}
.single-vehiculo .galeria__auto .tabs__nav {
  padding: 0;
  margin: 0;
}
.single-vehiculo .galeria__auto .tabs__nav:before {
  display: none;
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .galeria__auto .tabs__nav {
    padding-right: 50px;
  }
}
.single-vehiculo .galeria__auto .tabs__nav .button {
  margin-right: 30px;
}
.single-vehiculo .galeria__auto .tabs__nav .button.active {
  border-color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .single-vehiculo .galeria__auto .tabs__nav .button {
    width: 100%;
    margin-right: 0;
  }
  .single-vehiculo .galeria__auto .tabs__nav .button:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }
}
.single-vehiculo .galeria__auto .tabs__rows {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 60px;
  width: calc(100% - 200px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 40px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 40px;
}
.single-vehiculo .galeria__auto .tabs__rows .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #ffffff url(images/close-btn.svg) center center no-repeat;
  background-size: 16px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-vehiculo .galeria__auto .tabs__rows .close:hover {
  opacity: 0.5;
}
.single-vehiculo .tabs {
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .tabs {
    padding: 50px 0;
  }
  .single-vehiculo .tabs .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.single-vehiculo .tabs__nav {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.single-vehiculo .tabs__nav:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  content: "";
}
.single-vehiculo .tabs__nav .button.active {
  z-index: 1;
  position: relative;
  border-bottom-color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .tabs__nav {
    padding-left: 0;
  }
  .single-vehiculo .tabs__nav .button {
    height: 30px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
.single-vehiculo .tabs__rows {
  display: none;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}
.single-vehiculo .tabs__rows .close {
  display: none;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .tabs__rows {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.single-vehiculo .tabs__rows:nth-child(1) {
  padding-top: 10px;
}
.single-vehiculo .tabs__rows__cell {
  padding: 10px;
  padding-top: 0;
  border-bottom: 1px solid #ffffff;
}
.single-vehiculo .tabs__rows__cell div:nth-child(1) {
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .single-vehiculo .tabs__rows__cell div {
    display: inline-block;
    margin-right: 20px;
  }
  .single-vehiculo .tabs__rows__cell div:nth-child(2) {
    padding-right: 40px;
  }
}
.single-vehiculo .tabs__rows.active {
  display: -ms-grid;
  display: grid;
}

.breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  z-index: 3;
  text-transform: uppercase;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .links {
  margin-right: 30px;
  float: left;
  background: url(images/breadcrumb-arrow.svg) left center no-repeat;
  padding-left: 30px;
  display: none;
}
.breadcrumbs .links.active {
  display: block;
}
.breadcrumbs .h5 {
  font-weight: 700;
  margin-right: 20px;
  float: left;
}
.breadcrumbs .h5.active {
  color: red;
}
.breadcrumbs a {
  color: #ffffff;
}
.breadcrumbs a.active, .breadcrumbs a:hover {
  color: red;
}

.texto-imagen__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 900px) {
  .texto-imagen__cont {
    display: block;
  }
}
.texto-imagen__cont--left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
iframe {aspect-ratio:16/9; margin-bottom:40px;}
.texto-imagen__cont--no-text .texto-imagen__image {
  width: 100%;
  padding-top: 0;
  position: relative;
}
.texto-imagen__cont--no-text .texto-imagen__image img {
  display: block;
  width: 100%;
  height: auto;
}
.texto-imagen__cont--no-text h2 {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #ffffff;
  z-index: 2;
}
.texto-imagen__cont--no-text h2:before {
  border-color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .texto-imagen__cont--no-text h2 {
    top: 15px;
    left: 15px;
    font-size: 20px;
  }
}
.texto-imagen__cont .h2 {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  text-align: left;
  color: #000;
  z-index: 1;
}
.texto-imagen__cont .h2:before {
  border-color: #000;
}
.texto-imagen__text-cont {
  width: 40%;
  padding: 50px;
}
@media only screen and (max-width: 900px) {
  .texto-imagen__text-cont {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .texto-imagen__text-cont {
    padding-left: 15px;
  }
}
.texto-imagen__image {
  width: 60%;
  padding-top: 30%;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .texto-imagen__image {
    width: 100%;
    padding-top: 50%;
  }
}
.texto-imagen__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.texto-imagen__grid__item {
  padding-top: 30%;
  position: relative;
}
.texto-imagen__grid__item:nth-child(1) {
  width: 40%;
}
.texto-imagen__grid__item:nth-child(2) {
  width: 60%;
}
.texto-imagen__text {
  width: 400px;
  max-width: 100%;
  margin-top: 20px;
}

.banner-texto {
  padding: 50px 0;
  background: red;
  text-align: center;
}
.banner-texto * {
  color: #ffffff;
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1100px) {
  .banner-texto * {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .banner-texto * {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .banner-texto * {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .banner-texto {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */