@charset "UTF-8";
@font-face {
  font-family: "ToyotaType-Regular";
  src: url("../fonts/ToyotaType-Regular.woff2") format("woff2"), url("../fonts/ToyotaType-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #212529;
}

/*------- ESTILOS INDEX-------*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.model_ul {
  margin-top: 3%;
  margin-bottom: 3%;
}

.model_li {
  margin-top: 2%;
  margin-bottom: 2%;
  line-height: 2;
  margin-left: 2.5%;
}

.all_left {
  text-align: left;
  padding-left: 5%;
  margin-left: 5%;
}

.desde {
  margin: 0% !important;
  padding-top: 0% !important;
  padding-left: 0% !important;
}

.price {
  margin: 0% !important;
  color: #eb0a1e;
  font-size: 30px !important;
  padding-top: 0% !important;
  padding-left: 0% !important;
}

.image-center {
  margin: auto !important;
  display: block !important;
}

.videos {
  width: 100%;
  height: 670px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #eb0a1e;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #eb0a1e;
  background-color: white;
}

div.slick-slider {
  overflow: hidden;
}

div.slick-list {
  padding: 0 50px 0 0 !important;
}

div#Gallery-cvt div.slick-list,
div#Gallery-hybrid div.slick-list {
  padding: 0px !important;
}

div.color_slide div.slick-list {
  padding: 0 !important;
}

.slick-dots {
  bottom: -100px;
}

div#main-carousel {
  margin: 0 auto;
  width: 100%;
}

#main-carousel ul li .image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

#main-carousel ul li .image-container button {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 100%;
}

body > div.modal_inner > img {
  width: 100%;
}

body > div.modal_inner > div.close_button > img,
body > div.modal_inner > div.modal_page > button.next,
body > div.modal_inner > div.modal_page > button.prev,
#Gallery > ul > button.slick-arrow {
  opacity: 0.4;
}

body > div.modal_inner {
  width: 920px;
}

/* Para columnas 50% */
.col-resp {
  width: 50%;
}

.es-mod-tex {
  font-size: 17px;
  line-height: 1.5;
  list-style-type: disc;
  text-align: left;
  margin-left: 72px;
  margin-bottom: 20px;
}

.es-mod {
  font-size: 17px;
  line-height: 1.5;
  list-style-type: disc;
  text-align: left;
  margin-left: 90px;
  margin-bottom: 20px;
}

.boton-plan {
  margin-left: -111px;
}

section#model-version .container .d-flex .half-full h3 {
  font-family: "ToyotaType-Semibold";
  font-size: 34px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #445268;
  margin-bottom: 24px;
  margin-left: 70px;
}

section#model-version h2 {
  font-family: "ToyotaType-Bold";
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  color: #EB0A1E;
  margin-bottom: 90px;
}

.gal-atr {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
}

section#galeria {
  background-color: #1E232E;
  padding: 0px 0px;
}

#scrollToTopButton {
  display: none;
  position: fixed;
  bottom: 107px;
  right: 15px;
  z-index: 99;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

#Gallery-hybrid,
#Gallery-cvt {
  position: relative;
}

.slide_tittles {
  position: absolute;
  top: 50%;
  font-size: 56px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  line-height: 0%;
  padding-top: 0%;
  text-align: center;
  z-index: 99;
}

/* Para formato celular */
@media screen and (max-width: 600px) {
  .d-flex {
    flex-direction: column;
    /* Cambia a dirección de columna en pantallas más pequeñas */
  }
  .gal-atr {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    gap: unset;
  }
  .col-resp {
    width: 100%;
  }
  .es-mod-tex {
    font-size: 17px;
    line-height: 1.5;
    list-style-type: disc;
    text-align: left;
    margin-left: 22px;
    margin-bottom: 20px;
  }
  .es-mod {
    font-size: 17px;
    line-height: 1.5;
    list-style-type: disc;
    text-align: left;
    margin-left: 41px;
    margin-bottom: 20px;
  }
  .boton-plan {
    margin-left: 0px;
  }
  section#model-version .container .d-flex .half-full h3 {
    font-family: "ToyotaType-Semibold";
    font-size: 34px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #445268;
    margin-bottom: 12px;
    margin-left: 20px;
  }
  .pt40 {
    padding-top: 38px;
  }
  .slide_tittles {
    position: relative;
    top: 118px;
    font-size: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    line-height: 0%;
    padding-top: 0%;
    text-align: center;
    z-index: 99;
  }
}
div#modal-galeria .close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: black;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
}

/*----------------------------*/
.header .carItem p {
  text-align: center;
}
.header p {
  font-size: 14px;
  line-height: normal;
}
.header p a:hover {
  text-decoration: none;
}
.header .m_menu p {
  margin-bottom: 0;
}

#modalQuota #backgrounds {
  background-image: url("../img/new-prado-form-desktop.jpg") !important;
}

form .input {
  margin: 8px 0 18px !important;
}
form .input label {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 0;
}
form .input input {
  margin: 6px 0 !important;
}
form #disclaimer p {
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 0;
}
form .button {
  line-height: 18px;
}

.hero {
  margin-top: 76px;
}
.hero .hero-info-block {
  height: 450px !important;
  background-color: #EDECE3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.hero .hero-info-block .call-to-action {
  /*padding: 60px 30px; */
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.hero .hero-info-block .call-to-action .barras {
  border-radius: 0;
}
.hero .hero-info-block .call-to-action .logo {
  max-width: 300px;
}
.hero .hero-img {
  background-image: url(../img/prado-main-lg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero .hero-img img {
  border-radius: 0;
}

.section-nav-container .sections-nav {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.section-nav-container .sections-nav li {
  position: relative;
}
.section-nav-container .sections-nav li a {
  text-decoration: none !important;
  color: #000;
  font-family: "Raleway";
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  letter-spacing: 0em !important;
  position: relative;
  transition: color 0.4s;
  text-decoration-line: none !important;
}
.section-nav-container .sections-nav li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 0;
  width: 100%;
  background-color: transparent;
  transition: all 0.4s;
}
.section-nav-container .sections-nav li a:hover {
  color: #eb0a1e !important;
  text-decoration-line: none !important;
  text-decoration: none !important;
}
.section-nav-container .sections-nav li a:hover::after {
  background-color: #eb0a1e !important;
}

h2 {
  font-family: var(--font-toyota-display) !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 30px;
}

p {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
}

.bajada {
  font-family: var(--font-toyota-display-regular);
  font-weight: 100;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 40px;
}

section img {
  border-radius: 4px;
}
section.blueBack {
  background-color: #1E232E;
}
section.blueBack h2 {
  color: #FFF;
}
section.blueBack h4 {
  font-family: "ToyotaType-Regular";
  font-size: 22px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 0em;
  color: white;
  margin-bottom: 30px;
  margin-top: 25px;
}
section.blueBack.exterior-details {
  padding-top: 70px;
  padding-bottom: 60px;
}
section.blueBack.exterior-details img {
  display: block;
  border-radius: 50%;
  margin-bottom: 20px;
}
section.blueBack.exterior-details h4 {
  text-align: center;
}
section.blueBack.interior-details {
  padding-top: 110px;
  padding-bottom: 110px;
}
section.blueBack.interior-details .funcionalidad {
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.blueBack.interior-details .funcionalidad h4 {
  text-align: left;
  font-size: 28px;
}
section.blueBack.interior-details .funcionalidad p {
  font-size: 1.37rem;
  line-height: 2.55rem;
  color: #FFF;
}
section.blueBack.gallery {
  padding-top: 90px;
  padding-bottom: 110px;
}
section.blueBack.gallery h2 {
  margin-bottom: 60px;
}
section.exterior {
  padding-top: 80px;
  padding-bottom: 100px;
}
section.exterior img {
  margin-bottom: 30px;
}
section.interior {
  padding-top: 90px;
  padding-bottom: 90px;
}
section.interior p {
  text-align: center;
  margin-bottom: 40px;
}
section.seguridad {
  background-color: #e6e6e6;
  padding-top: 90px;
  padding-bottom: 110px;
}
section.seguridad h2 {
  margin-bottom: 60px;
}
section.seguridad img {
  margin-top: -30px;
  padding: 50px;
}
section.seguridad .bajada {
  text-align: left;
}
section.seguridad li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 16px;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
}
section.seguridad li::before {
  content: "";
  margin: 0px 10px 4px -15px;
  width: 4px;
  height: 4px;
  background-color: black;
  border-radius: 10px;
  display: inline-block;
}
section#Video iframe {
  border-radius: 4px;
}
section#especificaciones {
  padding-top: 90px;
  padding-bottom: 90px;
}
section#especificaciones .specs {
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DDDEDF;
  padding: 20px 15px;
  gap: 12px;
}
section#especificaciones .specs p {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  margin-bottom: 0;
}
section#especificaciones .specs p.label {
  font-family: "Raleway";
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
}
section#especificaciones .specs p.data {
  text-align: right;
}
section.version {
  padding-top: 90px;
  padding-bottom: 120px;
}
section.version h2 {
  margin-bottom: 60px;
}
section.version h3 {
  font-family: var(--font-toyota-display);
  font-size: 30px;
  color: #212529;
  line-height: 38px;
  margin-bottom: 15px;
}
section.version .precio {
  text-align: left;
}
section.version .precio p {
  font-family: var(--font-toyota-display);
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #212529;
  text-align: left;
}
section.version .precio span {
  font-family: var(--font-toyota-display);
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  color: #EB0A1E;
}
section.version .version-details ul {
  padding-left: 15px;
}
section.version .version-details ul li {
  font-family: "Raleway";
  font-size: 14px;
  margin-bottom: 10px;
  list-style: disc;
}

.btns_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.btns_list a {
  width: 340px;
  padding: 10px 35px 12px;
  text-align: center;
  font-family: "ToyotaType-Semibold";
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  border-radius: 999px;
  transition: all 300ms ease-in-out;
}
.btns_list a.red {
  background-color: #EB0A1E;
  color: #fff;
}
.btns_list a.red:hover {
  background-color: #ad0815;
  box-shadow: 0 0 12px rgba(166, 166, 166, 0.2);
}
.btns_list a#transparent {
  background-color: #ffffff;
  color: #EB0A1E;
  /*border: 2px solid #EB0A1E;*/
  margin-top: 10px;
  margin-bottom: 12px;
  border: 1px solid #FFFFFF;
}
.btns_list a#transparent:hover {
  background-color: #fafafa;
  color: #f8606e;
  box-shadow: 0 0 12px rgba(166, 166, 166, 0.2);
}
.btns_list a:hover {
  text-decoration: none;
  cursor: pointer;
}

.descargar-brochure {
  color: #EB0A1E;
  border: 2px solid #EB0A1E;
  border-radius: 999px;
  padding: 10px 58px 15px 58px;
  font-family: "ToyotaType-Semibold";
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  margin: 10px 0;
  transition: all 300ms ease-in-out;
}
.descargar-brochure:hover {
  color: white !important;
  background-color: #EB0A1E;
  text-decoration: none;
}

.gallery_slide .gallery_list {
  margin-bottom: 0;
}
.gallery_slide .gallery_list .slick-arrow {
  top: calc(50% + 28px);
}

.social .redes > p {
  margin-bottom: 0;
}

footer {
  font-family: "open_l";
}
footer .footer_list .footer_list_title {
  line-height: 13px;
}
footer .footer_list .list_children li {
  margin-bottom: 12px;
  line-height: 17px;
}
footer .footer_list.footer-item-suelto {
  margin-top: 25px;
}
footer .terms_link,
footer .copy {
  margin-bottom: 0;
}
footer .copy {
  font-size: 14px;
  line-height: 8px;
}

@media screen and (max-width: 1199px) {
  .hero .hero-img {
    background-image: url("../img/prado-main-sm.jpg");
  }
}
@media screen and (max-width: 1380px) {
  .hero .hero-info-block {
    height: 380px !important;
  }
  .hero .hero-info-block .call-to-action .logo {
    max-width: 220px !important;
  }
}
@media screen and (max-width: 768px) {
  #modalQuota #backgrounds {
    background-image: url("../img/new-prado-form-mobile.jpg") !important;
  }
  .hero {
    margin-top: 0;
  }
  .hero .hero-info-block {
    height: auto !important;
  }
  .hero .hero-info-block .call-to-action {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 30px;
  }
  .hero .hero-info-block .call-to-action .logo {
    max-width: 230px !important;
  }
  .hero .hero-info-block .call-to-action .btns_list a {
    font-size: 18px;
    line-height: 24px;
  }
  section h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #212529;
    margin-bottom: 15px;
  }
  section .bajada {
    font-size: 1.22rem;
    line-height: 24px;
    margin-bottom: 30px;
  }
  section p {
    font-size: 16px;
    line-height: 28px;
  }
  section.exterior {
    padding-bottom: 80px;
  }
  section.exterior-details .container .row > div {
    margin-bottom: 70px;
  }
  section.exterior-details .container .row > div:last-child {
    margin-bottom: 0;
  }
  section.interior .titular {
    margin-bottom: 60px;
  }
  section.interior p {
    margin-top: 30px;
  }
  section.blueBack.interior-details .funcionalidad h4 {
    font-size: 24px;
    margin-top: 30px;
  }
  section.blueBack.interior-details .funcionalidad p {
    font-size: 18px;
    line-height: 30px;
  }
  section#seguridad {
    display: block !important;
  }
  section#seguridad h2 {
    margin-bottom: 10px !important;
  }
  section#seguridad img {
    padding: 20px;
    margin-top: 0;
  }
  section#seguridad li {
    font-size: 16px;
  }
  section#especificaciones .img-container {
    margin-bottom: 20px;
  }
  section#especificaciones .specs {
    flex-direction: row !important;
  }
  section.version {
    padding-bottom: 80px;
  }
  section.version h3,
  section.version .precio p,
  section.version p span {
    text-align: center !important;
  }
  section.version .btns_list {
    margin-top: 40px;
  }
}/*# sourceMappingURL=styles.css.map */