@charset "utf-8";

:root {
  --btn-color: #fff;
  --btn-color-hover: #ececec;
  --color-gray: #b4b4b4;
  --color-primary: #3883a1;
  --color-accent: #305665;
  --color-accent-hover: #244755;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
}

body,
td,
th,
input,
select,
textarea,
p,
a,
li {
  font-family: "Montserrat", sans-serif;
  color: #3d3d3d;
}

body,
td,
th,
input,
select,
textarea {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000;
}

/* Estilos para las zebras */
.zebra {
  margin-top: 15px;
  margin-bottom: 20px;
}
.zebra td {
  border-bottom: 1px solid #f1f1f1;
}
.zebra tr.alt td {
  background: #f7f7f7;
}
.zebra tr.over td {
  background: #e2e2e2;
}
.zebra tr.title td {
  background-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}

/* Retoques al jQuery UI*/
.margin {
  margin: 5px;
}
.clear {
  clear: both;
}
#MenuVertical {
  padding: 0;
  margin: 0;
  width: 172px;
  float: left;
  margin-right: 27px;
}
#MenuVertical li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-image: url(vineta.gif);
}
#MenuVertical li a {
  color: #3e545f;
  display: inline;
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  border-color: #343434 !important;
  background: #343434 !important;
  color: #ebebeb !important;
}
.btn-default {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
  transition: all 0.3s ease;
}
.btn-default:hover {
  border-color: #0c369c !important;
  background-color: #0c369c !important;
  transition: all 0.3s ease;
  color: #fff !important;
}

.ct-content-buscar .btn-default {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  transition: all 0.3s ease;
}

/* Paddings */

.p-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p-y {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 1em;
}
.p-2 {
  padding: 2em;
}
.p-3 {
  padding: 3em;
}
.p {
  padding: 1em;
}

.d-flex {
  display: flex;
}

/* Tags */
p {
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: var(--azul);
}
a:visited,
a:active,
a:focus {
  text-decoration: none !important;
}
*:focus {
  outline: none !important;
}
/*------------*/

body.noscroll {
  overflow: hidden;
}

body.paginas .content-box {
  padding-top: 6rem;
}

section.home-section {
  padding-top: 7.2rem;
}

.content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
}

.site-content {
  padding-top: 7.2rem;
}

#main-paginas:not(.pg-adm) .site-content {
  padding-top: 0px;
} 

/*------------*/

.img-zoom-in,
.img-zoom-out {
  overflow: hidden;
}
.img-zoom-in img,
.img-zoom-out img {
  transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img {
  transform: scale(1.15);
}
.img-zoom-out img {
  transform: scale(1.15);
}
.img-zoom-out:hover img {
  transform: scale(1);
}
/* Fonts */
.text-upper {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.mm-slideout {
  z-index: 99;
}

/** Titutlos paginas internas */

h2.content-box-title {
  font-weight: 900;
  color: var(--color-primary);
  font-size: 2rem;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

/* HEADER */

header.home {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  background: #000;
  transition: all 0.4s ease;
  border-bottom: 1px solid transparent;
}

header.home.fixed {
  border-bottom: 1px solid #1e1e1e;
  transition: all 0.4s ease;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.8rem 2rem;
  height: 7.2rem;
  max-width: 190.2rem;
  margin: 0 auto;
}

.header-content.active {
  justify-content: center;
}

.content-info-header {
  display: flex;
  place-content: center;
  place-items: center;
}

.nav-brand {
  max-width: 172px;
  transition: all 0.3s ease;
}
.nav-brand img {
  transition: all 0.3s ease;
  width: 100%;
}

.nav__right {
  display: none;
}

/*para quitar los submenus en la vista responsive*/
.social-links,
.main-nav-mobile {
  display: none;
}
/*para quitar los submenus en la vista de escritorio*/

#menu-main > li > ul {
  color: #000 !important;
}

a.toogle-menu {
  color: #fff;
  font-size: 30px;
  padding: 0 5px;
  line-height: 1;
}

a.toogle-menu:active,
.toogle-search:active,
a.toogle-menu:hover,
.toogle-search:hover,
a.toogle-menu:focus,
.toogle-search:focus {
  color: #fff;
}

.toggle-active {
  display: block !important;
}

.toggle-disable {
  display: none !important;
}

.mm-menu {
  z-index: 20;
  background: #000;
  border-color: #090909;
  color: #fff;
}
ul.mm-listview {
  display: block !important;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
}

.mm-listitem a {
  white-space: normal;
}

.mm-listitem .mm_arrow_down {
  display: none;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 0 -20px;
}
.mm-menu .mm-listview .mm-btn_next::after {
  border-color: #fff;
}
.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
  border-color: #fff;
}
.navbar-header {
  display: none;
}
.navbar-header.disabled {
  display: none;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
  font-weight: bold;
}
.mm-wrapper_opening
  [class*="mm-menu_pagedim"].mm-menu_opened
  ~ .mm-page__blocker {
  opacity: 0.6 !important;
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  color: #fff !important;
  font-weight: 600;
}
.mm-navbars_bottom {
  height: 47px;
  background: #000;
}
.bg-icon {
  font-size: 20px;
}
.bg-icon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
}

.btn__carrocerias {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #000;
  padding: 12px 20px;
  transition: background 0.4s ease-in, border-color 0.4s ease-in;
}

.btn__carrocerias:hover {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-color: #305665;
  transition: background 0.4s ease-in-out, border-color 0.4s ease-in-out;
  background: #132329;
}
.btn__carrocerias > i {
  padding-right: 4px;
}

/* Hide default translator */
#google_translate_element2 {
  display: none;
}

.change__language {
  display: flex;
  place-items: center;
  gap: 8px;
}

.change__language select {
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #979797;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.change__language--header {
  margin-left: 2rem;
}

.change__language--header select {
  color: #fff;
}

.change__language--header select option {
  color: #000;
}

.change__language--footer {
  margin-top: 3.2rem;
}

.change__language--footer select {
  color: #000;
}

.change__language #language {
  position: relative;
  width: 64px;
}

.change__language #language::before {
  font-family: "FontAwesome";
  content: "\f0dd";
  font-size: 24px;
  min-height: 10px;
  max-height: 10px;
  min-width: 10px;
  max-width: 10px;
  color: #005aff;
  position: absolute;
  right: 12px;
  top: 0;
  transform: translateY(-50%);
}

.header__social--media {
  display: flex;
  place-items: center;
  gap: 12px;
  padding-top: 8px;
}

.header__social--media a {
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  background-color: #fff;
  border-radius: 50%;
}

.header__social--media a:hover {
  color: #000;
  transition: all 0.5 ease-in-out;
}

/***** End header ******/

/*** quitar para no estorbar ***/
#pge_ssl_widget {
  display: none;
}

.icons-header {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
}

/* Slick arrow */

.slick-arrow {
  position: absolute;
  z-index: 6;
  display: flex;
  place-content: center;
  place-items: center;
  color: #000;
  background-color: var(--btn-color);
  border-radius: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: background-color 0.4s ease-in;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  transition: background-color 0.2s ease-in-out;
  color: #000;
  background-color: var(--btn-color);
}

span.arrow-left,
span.arrow-right {
  transform: translateY(-50%);
  top: 50%;
}

span.arrow-left {
  left: 4px;
  padding-right: 2px;
}
span.arrow-right {
  right: 4px;
  padding-left: 2px;
}

.slick-arrow {
  font-size: 2rem;
}

/* Slick arrow */

/* Slick docks */

ul.slick-dots {
  list-style: none;
  display: flex;
  gap: 4px;
  place-content: center;
  padding: 32px 0 0 0;
}

ul.slick-dots li button {
  border: none;
  width: 12px;
  height: 12px;
  background-color: var(--color-gray);
  color: transparent;
  border-radius: 50%;
  padding: 0;
  transition: all 0.5s ease-in;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button {
  background-color: var(--color-accent);
}

/* Slick docks */

/* start slider hero */

.slider-home {
  position: relative;
}

#slider__desktop ul.slick-dots {
  position: absolute;
  left: 10.5%;
  bottom: 1.2rem;
}

#slider__desktop ul.slick-dots li button {
  border: 2px solid #0c369c;
  background-color: transparent;
}

#slider__desktop ul.slick-dots li.slick-active button,
#slider__desktop ul.slick-dots li.slick-active button {
  background-color: #0c369c;
}

.container__slider {
  position: relative;
}

.slider__img img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}

.slider__contain {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: start;
  padding: 2rem 1.2rem;
  width: 76%;
  max-width: 46rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
}

.slider__contain h1 {
  font-size: 28px;
  line-height: normal;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.slider__contain p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
  margin: 4px 0 0;
  padding-bottom: 12px;
}

.slider__btn {
  display: inline-flex;
  font-size: 10px;
  font-weight: 500;
  color: #000 !important;
  padding: 1.2rem 2rem;
  border-radius: 5px;
  background: var(--btn-color);
  transition: background 0.4s ease-in;
  margin-top: 20px;
  position: relative;
}

.slider__btn:hover {
  transition: background 0.4s ease-in-out;
  background: var(--btn-color-hover);
}

/* end slider hero */

/* banner hero */

/* globals title and description section */

.sec_title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
  color: #000;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.sec_description {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #777777;
  max-width: 90%;
  margin: 0 auto;
}

.sec_title.sec_title-xl {
  font-size: 36px;
  line-height: 42px;
}

/* globals title and description section */

/* start transport tabs */

.container__transports {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  max-width: 160rem;
  margin: 4rem auto;
  padding: 2rem 0 3.2rem;
}

.container__transports .nav-tabs {
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-content: center;
  place-items: center;
  width: 100%;
  border-bottom: none;
}

.container__transports .nav::before,
.container__transports .nav::after {
  display: none;
}

.container__transports .tab-content {
  width: 100%;
}

.transport__title--tab {
  font-size: 9px;
  font-weight: 500;
  text-align: center;
  color: #000;
}

.container__transports .nav-tabs > li:nth-child(1),
.container__transports .nav-tabs > li:nth-child(2),
.container__transports .nav-tabs > li:nth-child(3) {
  border-right: 1px solid #cbcbcb;
}

.container__transports .nav-tabs > li > a {
  border: none !important;
  border-radius: 8px;
  padding: 0.8rem 0.4rem;
}

.container__transports .nav-tabs > li > a:hover,
.container__transports .nav-tabs > li.active > a:hover {
  background: transparent;
  user-select: none;
}

.transport__title--tab.active a {
  color: var(--color-primary) !important;
}

.transport__content--tab {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  justify-content: start;
  justify-items: center;
  gap: 2rem;
  margin: 4rem 1.2rem 0;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 4rem 2rem;
}

.art__transport {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 2rem;
  min-width: 22rem;
  max-width: 36rem;
}

.art__transport img {
  width: 100%;
  min-height: 20rem;
  max-height: 20rem;
  margin: 0 auto;
  object-fit: cover;
}

.art__transport h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding-top: 1.2rem;
  color: #000;
}

.art__transport a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border-radius: 6px;
  background: #b4b4b4;
  padding: 1.2rem 3.2rem;
}

.art__transport a:hover {
  background: var(--color-accent);
}

/* end transport tabs */

/* start experience */

.container__experience {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  max-width: 160rem;
  margin: 4rem auto;
  padding: 2rem 0 3.2rem;
}

.container__art--experience {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 4rem;
}

.art__experience {
  position: relative;
  max-height: 597px;
  overflow: hidden;
}

.art__experience video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.art__experience a:hover video {
  opacity: 1 !important;
  transition: opacity 0.4s ease-in-out;
}

.art__experience img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 597px;
}

.art__experience--info {
  display: flex;
  flex-direction: column;
  place-content: end;
  padding-bottom: 3.6rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 22rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.1%, #000 100%);
}

.art__experience--info > h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.art__experience--link {
  display: inline-flex;
  place-content: center;
  place-items: center;
  gap: 0.8rem;
}

.art__experience--link > p {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: #3883a1;
  margin: 0;
}

.art__experience--link > i {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 2px;
  transition: transform 0.4s linear;
}

.art__experience a:hover .art__experience--link > i {
  transform: translateX(20px);
  transition: transform 0.4s linear;
}

/* end experience */

/* start quality */

.container__quality--bg {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  background: #d8d8d8;
  height: 50rem;
}

.container__quality {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 2rem;
  max-width: 120rem;
  margin: 4rem auto;
  padding: 2rem 0 3.2rem;
}

/* end quality */

/* start gallery */

.container__gallery {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 2rem;
  max-width: 160rem;
  margin: 4rem auto;
  padding: 2rem 0 3.2rem;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
}

.gallery__grid img {
  object-fit: cover;
  width: 100%;
}

.gallery__grid--img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.gallery__grid--img::before {
  content: "";
  background-color: transparent;
  position: absolute;
  display: block;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in;
}

.gallery__grid--img:hover::before {
  background-color: rgba(0, 0, 0, 0.12);
  transition: all 0.4s ease-in-out;
}

.gallery__grid
  .gallery__grid--img:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
  display: none;
}

.gallery__grid .gallery__grid--img:nth-child(1) {
  grid-area: 1 / 1 / 3 / 3;
}

.slick__prev--btn,
.slick__next--btn {
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 0;
  height: 2.8rem;
  width: 2.8rem;
  transform: translateY(-50%);
  background: var(--btn-color);
  box-shadow: 0px 0px 6px rgba(230, 230, 230, 0.4);
  transition: border 0.4s ease-in, background-color 0.4s ease-in;
}

.slick__prev--btn > i,
.slick__next--btn > i {
  color: var(--color-accent);
}

.slick__prev--btn:hover > i,
.slick__next--btn:hover > i {
  color: var(--color-accent);
}

.slick__prev--btn:hover,
.slick__next--btn:hover,
.slick__prev--btn:focus,
.slick__next--btn:focus,
.slick__prev--btn:active,
.slick__next--btn:active {
  transition: border 0.4s ease-in-out, background-color 0.4s ease-in-out;
  background-color: var(--btn-color-hover);
}

.slick__prev--btn {
  left: 0.4rem;
}

.slick__next--btn {
  right: 0.4rem;
}

/* end gallery */

/* start quality */

.container__innovation {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  min-height: 50rem;
  max-height: 80rem;
  overflow: hidden;
  position: relative;
}

.innovation__image {
  width: 100%;
}

.innovation__image img {
  width: 100%;
  min-height: 50rem;
  object-fit: cover;
}

.innovation__info {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 2rem;
  width: 90%;
  height: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 2rem 1.2rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.innovation__info .sec_title {
  color: #ffffff;
  text-shadow: 0px 2px 50px #000;
}

.innovation__info .sec_description {
  color: #ffffff;
}

/* end quality */

/* start news */

.container__news {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 2rem;
  max-width: 160rem;
  margin: 4rem auto;
  padding: 2rem 1.2rem 3.2rem;
}

.container__art--news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}

.art__new > img {
  width: 100%;
  object-fit: cover;
  max-height: 18rem;
}

.art__new > h3 {
  font-size: 21px;
  font-weight: 600;
  min-width: 26rem;
  max-width: 28rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  transition: color 0.4s linear;
}

.art__new > p {
  font-size: 13px;
  font-weight: 500;
  text-align: start;
  min-height: 6rem;
  max-height: 6rem;
  overflow: hidden;
  color: #9f9f9f;
}

.art__new > .art__new--link {
  display: inline-flex;
  place-content: center;
  place-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: none;
  background: none;
  color: #000;
}

.art__new--link > span {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin: 0;
  transition: color 0.4s linear;
}

.art__new--link > i {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding-bottom: 2px;
  transition: transform 0.4s linear;
}

.container__art--news a:hover .art__new > h3,
.container__art--news a:hover .art__new--link > span {
  color: var(--color-accent);
  transition: color 0.4s linear;
}

.container__art--news a:hover .art__new--link > i {
  transform: translateX(20px);
  color: var(--color-accent);
  transition: transform 0.4s linear;
}

/* end news */

/* Start Brands */

.container_brands {
  max-width: 160rem;
  margin: 4rem auto;
  padding: 2rem 0 3.2rem;
}

.art_brands-slider {
  margin-top: 2rem;
  padding: 0 1.2rem;
}

.slider-brands {
  border: 1px solid #dddddd;
  padding: 2rem 0;
}

.slide-brand {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
  padding: 16px 10px;
  height: 115px;
  margin: 0 auto;
  filter: saturate(1);
  align-items: center;
  transition: transform 0.6s ease-in;
}

.slider-brands .slide-brand:hover {
  transition: transform 0.4s ease-in-out;
  transform: translateY(-1.2rem);
}

.slider-brands .slide-brand > img {
  width: 150px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto;
  min-width: 100px;
}

.container_brands .slick-arrow {
  color: #0079e1;
  height: 40px;
  width: 40px;
  background-color: transparent;
}

.container_brands .slick-arrow:hover,
.container_brands .slick-arrow:active,
.container_brands .slick-arrow:focus {
  transition: background-color 0.2s ease-in-out;
  color: #0079e1;
  background-color: #f4faff;
}

.container_brands span.arrow-left,
.container_brands span.arrow-right {
  transform: translateY(-50%);
  top: 50%;
}

.container_brands span.arrow-left {
  left: -7.2rem;
  padding-right: 4px;
}

.container_brands span.arrow-right {
  right: -7.2rem;
  padding-left: 4px;
}

.container_brands .slick-arrow {
  font-size: 4rem;
}

/* End Brands */

/* start footer */

footer.container__footer {
  width: 100%;
  background-color: #d8d8d8;
  margin: 0 auto;
  margin-top: 20px;
  /* padding-top: 40px; */
}

.footer__background {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  border-bottom: 1px solid #cacaca;
}

.footer__menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 4rem 2rem;
  max-width: 140rem;
  margin: 0 auto;
}

.footer__menu h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  padding-bottom: 1.2rem;
}

.footer__menu ul {
  list-style: none;
  padding: 0;
}

.footer__menu ul li {
  padding: 0;
  position: relative;
}

.footer__menu ul li a {
  color: #787878;
  font-weight: 400;
  font-size: 1.2rem;
}

.footer__background-w {
  background-color: #d8d8d8;
}

.content-copy {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 8px 20px;
}

.content-copy p,
.terms-conditions p,
.design-web p {
  margin: 6px 0;
}

.content-copy p,
.terms-conditions p a,
.design-web p a {
  font-size: 12px;
  font-weight: 400;
  color: #494949;
}

/* end footer */



/* start carrocerias menu */


.container__carrocerias {
  display: flex;
}

.container__carroceria--backdrop {
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
}

.container__carrocerias.active .container__carroceria--backdrop {
  display: block;
}

.container__carrocerias--menu {
  position: fixed;
  z-index: 99;
  top: 0;
  left: -40rem;
  min-width: 40rem;
  max-width: 40rem;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  padding: 4rem 0;
  transform: translateX(0);
  transition: transform .6s ease;
}

.container__carrocerias.active .container__carrocerias--menu {
  transform: translateX(400px);
  transition: transform .6s ease;
}

.container__carrocerias--menu ul {
  display: flex;
  flex-direction: column;
  /* gap: .8rem; */
  padding: 0;
  margin: 0;
  list-style: none;
}

.container__carrocerias--menu ul li {
  width: 100%;
  padding: 0 2rem;
}

.carr__menu--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  color: #000;
  border-radius: 8px;
  padding: 1.6rem 2rem;
}

.container__carrocerias--menu ul li:hover .carr__menu--item,
.container__carrocerias--menu ul li.active .carr__menu--item {
  background: #F5F5F5;
}




.container__carrocerias--menu ul li > i {
  font-size: 2.4rem;
}


.carr__submenu--item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  padding: 2rem;
  min-width: 40rem;
  max-width: 40rem;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  background-color: #F7F7F7;
  transform: translateX(-400px);
  opacity: 0;
  transition: transform 1.2s ease, opacity 1.2s ease;
}

.container__carrocerias.active .carr__submenu--item:hover,
.container__carrocerias.active .carr__submenu--item.active {
  opacity: 1;
  transform: translateX(400px);
  transition: transform .6s ease, opacity .6s ease;
}

.carr__submenu--art > a {
  display: grid;
  grid-template-columns: repeat(2, 16.8rem);
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  border-radius: 8px;
}

.carr__submenu--art > a:hover {
  background: #fff;
}

.carr__submenu--art > a > img {
  min-width: 16.8rem;
  max-width: 16.8rem;
  min-height: 11.2rem;
  max-height: 11.2rem;
  object-fit: cover;
  border-radius: 4px;
}

.carr__submenu--art > a > h3 {
  font-size: 14px;
  font-weight: 600;
  text-align: start;
  padding-left: 2rem;
  color: #000;
}



/* end carrocerias menu */





/* Media Queries */

@media (min-width: 400px) {
  /* start transport tabs */

  .transport__title--tab {
    font-size: 12px;
  }

  /* start transport tabs */
}

@media (min-width: 500px) {
  /* start slider hero */

  .slick-arrow {
    height: 32px;
    width: 32px;
  }

  .slick-arrow {
    font-size: 3.2rem;
  }

  .slider__contain {
    left: 6rem;
  }

  .slider__contain h1 {
    font-size: 32px;
  }

  .slider__contain p {
    font-size: 16px;
  }

  .slider__btn {
    font-size: 12px;
    border-radius: 6px;
    padding: 1.2rem 4rem;
  }

  /* end slider hero */

  /* start transport tabs */

  .container__transports .nav-tabs > li > a {
    padding: 1.2rem;
  }

  .art__transport img {
    min-height: 24rem;
    max-height: 24rem;
  }

  /* start transport tabs */

  .footer__menu-subscribe {
    min-width: 360px;
    max-width: 360px;
  }

  .footer__menu-subscribe .F2_item_2 input {
    width: 360px;
  }
}

@media (min-width: 600px) {
  /* start transport tabs */

  .transport__content--tab {
    grid-template-columns: repeat(2, 1fr);
  }

  .container__transports .nav-tabs > li > a {
    padding: 1.2rem 2.4rem;
  }

  /* start transport tabs */

  /* start news */

  .container__news {
    margin: 6rem auto 4rem;
    padding: 2rem 1.2rem 3.2rem;
  }

  .container__art--news {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.2rem;
  }

  /* end news */

  .footer__menus {
    grid-template-columns: 1fr 1fr;
    padding: 6rem 2rem 8rem;
  }
}

@media (min-width: 700px) {
  /* start slider hero */

  .slider__contain {
    left: 6rem;
  }

  .slider__contain h1 {
    font-size: 40px;
  }

  .slider__contain p {
    font-size: 16px;
  }

  /* end slider hero */

  /* start gallery */

  .gallery__grid {
    grid-template-rows: repeat(2, 1fr);
  }

  .gallery__grid .gallery__grid--img:nth-child(4) {
    display: block;
  }

  .gallery__grid .gallery__grid--img:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }

  .slick__prev--btn {
    left: 4rem;
  }

  .slick__next--btn {
    right: 4rem;
  }

  /* end gallery */

  /* Start Brands */

  .art_brands-slider {
    margin-top: 4rem;
    padding: 0 2rem;
  }

  /* End Brands */
}
/* Cards */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 20px;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
    font-weight: 800;
    font-size: 20px;
    color: #144e7f;
}
.card-other {
    margin-bottom: 5px;
}

.boton-pago-fixed{
  position: fixed;
  bottom: 7px;
  right: 7px;
}

.boton-whatsapp-fixed{
  position: fixed;
  bottom: 100px;
  right: 7px;
}