body {
  display: flex;
  font-family: 'Roboto', sans-serif;
  background-color: var(--body-bg);
}

a,
a:hover {
  text-decoration: none;
  color: var(--img1-texto);
}


.mobile-only{
  display: none;
}

#site-container-left{
  position: relative;
  float:left;
  width: calc(100% - 400px);
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  align-content: center;
  align-items: center;
}
#site-container-right{
  position: relative;
  float:left;
  width:400px;
}
/* SECTION-HEADER */

#section-header {
  background-color: var(--header-bg);
  margin-bottom: 0px;
  position: sticky;
  top:0;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
#header{
  display: flex;
  justify-content: center;
  /* box-shadow: 0px 3px 3px #00000066; */
  z-index: 1;
}
#header-container {
  display: flex;
  height: 70px;
  width:1200px;
  position: relative;
  padding: 0 27px;
}

#header .menu-wrapper {
  position: absolute;
  right: 0;
  height: 100%;
}

#header .menu-container {
  display: flex;
  gap: 7px;
  color: var(--header-text);
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 13px;
  position: relative;
  /* right: 0; */
  height: 100%;
  text-align: center;
  padding: 14px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-container .menu-items-container a:hover {
  background-color: var(--modelo-menu-bg-hover);
  color: var(--modelo-menu-hover);
}

.menu-container .menu-items-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  right: 0;
  background-color: var(--modelo-menu-bg);
  width: 100%;
  min-width: fit-content;
  display: none;
  box-shadow: 2px 2px 4px 1px #000000a4;
}

.menu-container div.desktop {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 500;
}

.menu-container div.mobile {
  display: none;
  font-size: 23px;
}

.menu-container .menu-items-container a {
  padding: 14px;
  color: var(--header-text);
  text-align: right;
  font-size: 18px;
  min-width: 250px;
  font-family: "Outfit", sans-serif;
  border: 1px solid var(--chatbot-sombra);
  background-color: var(--dark);
}

.menu-container:hover .menu-items-container {
  display: flex;
}
.menu-bullet{
  padding: 0px 4px;
  fill: var(--header-text);
  width: 30px;
}


/* Header Logo */

#header-logo-container {
  display: flex;
  color: var(--header-text);
  gap: 7px;
  align-items: center;
}

#header-logo-container img {
  height: 23px;
}

#header-logo {
  font-size: 13px;
  color: var(--precio-texto);
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.logo-name {
  padding-left: 10px;
  padding-right: 82px;
}
h1.logo-titulo {
  font-size: 16px;
  font-family: 'Work Sans';
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}

/* Header Logo */

/* Header Menu */

#menu-container {
  position: relative;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.menu-item {
  position: relative;
  float: left;
  padding: 24px 24px 25px;
}
.menu-item-contancto{
  color: var(--box-llamador-color); 
  background-color: var(--box-llamador-background); 
}
.menu-item-contancto:hover{
  background-color: var(--box-llamador-color-over-background); 
}
.menu-item a{
  color: var(--header-color);  
}
.menu-item a:hover, .menu-subitem:hover{
  color:var(--links-over-background-hover);
}
.menu-group {
  position: absolute;
  top: 70px;
  right: 0px;
  width: max-content;
}

.menu-subitem{
  position: relative;
  clear: left;
  padding: 10px 38px;
  background-color: var(--header-background); 
  color: var(--header-color); 
}

.menu-group-toggler .menu-group{
  display: none;
}

.menu-group-toggler:hover .menu-group{
  display: block;
}

.menu-group a:last-child .menu-subitem{
  border-bottom: none;  
}

#mobile-menu-container{
  float: right;
}
/* Header Menu */


/* Header Cowntdown */

#desktop-cowntdown{
  padding: 7px;
  display: flex;
  justify-content: center;
  background-color: var(--llamador1-bg);
}
.vigencia-promocion {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto';
    color: var(--llamador1-texto);
    width: 1200px;
    text-align: center;
  }
  
  .vigencia-promocion span {
    font-size: 17px;
    font-weight: 600;
}


/* Header Cowntdown */

/* Header Separator */

/* Header Separator */
#section-separador-promociones{
  padding: 7px;
  display: flex;
  justify-content: center;
  background-color: var(--llamador1-bg);
  position: relative;
  height: 115px;
}
#section-separador-promociones-bg{
  position:absolute;
  max-height: 100px;
    right: -16px;
    bottom: -33px;
    fill-opacity: 0.2;
}
.separador-promociones-contenedor{
  display: flex;
  gap: 14px;
  font-size: 25px;
  text-transform: uppercase;
  height: 100%;
  align-items: center;
}
.separador-promociones-contenedor-left{
  font-weight: 400;
  position:relative;
}
.separador-promociones-contenedor-right{
  font-weight: 800;
}

/* SECTION-HEADER */



#section-contacto {
  background-color: var(--seccion-contacto-background);
  color: var(--seccion-contacto-color);
  /* box-shadow: inset 2px 9px 4px -2px #00000066; */
}

.contacto-titulo {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.contacto-subtitulo {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

#form-consulta-container .form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  padding: 26px 20px;
  border-radius: 5px;
  border:none;
  border-radius: 0 4px 4px 0;
}

#form-consulta-container .form-control::placeholder {
  color: #b4b4b4;
}

#form-consulta-container select.form-control {
  height: 58px;
  color: #b4b4b4;
  padding-bottom: 0;
  padding-top: 0;
  border:none;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
}
.input-group-prepend {
    background-color: #FFF;
    border-radius: 4px 0 0 4px;
}

#form-consulta-container .input-group-text {
  background-color: transparent;
  border: none;
  color: #7f7f7f;
  font-size: 22px;
  padding-left: 22px;
  width: 49px;
}

#section-footer {
  margin-top: 21px;
  color: var(--footer-texto);
  background-color: var(--footer-bg);
  width: 100%;
}

.footer-logo {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.footer-subtitulo {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 300;
  padding: 0 14px;
}

.footer-copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 300;
}
#boxes{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 42px;
  justify-content: center;
  flex-wrap: wrap;
  /* max-width: 1200px; */
  margin: 30px auto 30px;
  width: 100%;
}

.box-container{
  width: 550px;
  height: 750px;
  min-height: 450px;
  position: relative;
  display: flex;
  margin-bottom: 42px;
  color: var(--img1-texto);
  justify-content: space-between;
  overflow: hidden;
  /* max-width: calc(50% - 14px); */
  background-color: var(--box-background);
  /* box-shadow: 0px 2px 5px 3px rgb(0 0 0 / 40%); */
  flex-direction: column;
  margin: 0 14px 28px;
}

.banner-box-container{
  width: 1100px;
  height: 340px;
  min-height: 340px;
  position: relative;
  display: flex;
  margin-bottom: 42px;
  color: #fff;
  justify-content: space-between;
  overflow: hidden;
  /* max-width: calc(50% - 14px); */
  background-color: var(--box-background);
  /* box-shadow: 0px 2px 5px 3px rgb(0 0 0 / 40%); */
  flex-direction: row;
  margin: 14px;
  max-width: calc(100% - 28px);
}

.banner-box-container .box-info {
  flex-direction: column;
  gap: 34px;
  width: 100%;
  align-items: flex-end;
}

.banner-box-container .box-bg1 {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.banner-box-container .box-bg2 {
  width: 42%;
  height: 100%;
  top: 0;
  left: 58%;
  background-size: cover;
}

.banner-box-container .box-info-detalles {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 14px;
  justify-content: space-around;
  color: var(--img2-texto);
}

.banner-box-container .box-info-detalles-half {
  width: 100%;
}

.banner-box-container .box-info .box-info-seccion:nth-child(1) {
  flex-basis: 1px;
  flex-grow: 1;
}

.banner-box-container .box-info .box-info-seccion:nth-child(2) {
  flex-grow: 2;
  flex-basis: 1px;
}

.banner-box-container .box-info .box-info-seccion:nth-child(3) {
  flex-grow: 1;
  flex-basis: 1px;
}

.box-container-left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-bg1, .box-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.box-bg2 {
  top: 50%;
}

.box-foto{
  width: 100%;
}
.box-foto img{
  width: 100%;
  height: auto;
}
.box-info.box-info-mobile{
  display: none;
}
.box-info{
  min-width: 50%;
  display: flex;
  justify-content: space-between;
  color: var(--img1-texto);
  z-index: 1;
  flex-direction: column;
  height: 100%;
  font-family: 'Roboto';
  padding: 21px;
}

.box-info-seccion {
  display: flex;
  flex-direction: column;
  /* flex-basis: 30%; */
  /* flex-grow: 1; */
  position: relative;
}
.box-info-seccion-modelo{
  text-align: right;
  align-items: flex-end;
}
.box-info-seccion-modelo .box-info-detalles-retiro-pre {
  justify-content: flex-end;
  font-size: 20px;
}
.box-info-seccion-modelo .box-info-modelo{
  margin-top: 0;
  font-size: 30px;
  line-height: 37px;
}
.box-info-seccion-modelo .box-info-entrega-pactada{
  font-size: 18px;
  font-weight: 300;
}
.box-info-seccion-modelo .box-info-llamador{
  font-size: 17px;
}
.box-info-seccion-modelo .box-info-retiro-post {
  font-size: 18px;
}

.box-info-detalles-half {
  width: 50%;
}
.box-info-detalles-half-left {
  width: 60%;
}
.box-info-detalles-half-right {
  width: 40%;
}
.retiro-container{
  display: flex;
  gap: 10px;
}

.box-info-detalles {
  display: flex;
  gap: 7px;
  color: var(--img2-texto);
  border: 1px solid;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 7px;
  min-height: 100px;
}
.box-info-detalles-legales{
  font-size: 12px;
  font-weight: 300;
  margin-top: auto;
  color: var(--img2-texto);
}

.box-info-button {
  background-color: var(--solid-button-bg);
  color: var(--solid-button-texto);
  width: fit-content;
  height: fit-content;
  padding: 17px 30px;
  margin: auto;
  font: normal normal bold 22px / 45px Roboto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transition: all 300ms ease;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.box-container:hover .box-info-button {
  background-color: var(--solid-button-bg-hover);
  color: var(--solid-button-text-hover);
}

.box-info-action {
  height: 100%;
  position: relative;
}

.banner-box-container .box-info-action {
  display: none;
}

.box-img-car {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.box-info-data,.box-info-llamador{
  padding: 10px 0;
  text-align: left;
}
.box-info-data{
  color: var(--box-color);
}
.box-info-llamador{
  background-color: var(--box-llamador-background);
  color: var(--box-llamador-color);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 23px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
.box-info-modelo{
  font: normal normal 400 26px / 29px "Outfit", sans-serif;
  margin-top: 21px;
}

/* .box-info-cuota-desde-pre,
.box-info-cuota-desde-main,
.box-info-entrega-pactada {
  text-align: center;
} */
.box-info-cuota-desde-bg {
  color: var(--precio-texto);
  background-color: var(--precio-bg);
}

.box-info-cuota-desde{
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: var(--box-cuota-desde-color);
  line-height: 35px;
}

.box-info-entrega-pactada{
  font: normal normal normal 24px/27px "Outfit", sans-serif;
}

.box-info-cuota-desde-pre {
  font: normal normal 800 31px / 37px "Outfit", sans-serif;
  padding: 7px 0;
}

.box-info-detalles-retiro-pre {
  font: normal normal 300 25px / 30px "Outfit", sans-serif;
  display: flex;
  gap: 10px;
  align-items: center;
}

.box-info-retiro-main {
  font: normal normal 700 32px / 44px "Outfit", sans-serif;
}

.box-info-retiro-post {
  font: normal normal 300 20px/24px "Outfit", sans-serif;
  margin-top: 7px;
}

.box-info-detalles-llamador-titulo {
  font: normal normal bold 25px/28px "Outfit", sans-serif;
}

.box-info-detalles-llamador-desc {
  font: normal normal 300 13px/18px "Outfit", sans-serif;
  margin-top: 10px;
}

.box-info-cuota-desde-bg {
  font: normal normal 900 60px/60px "Outfit", sans-serif;
  background-color: var(--precio-bg);
  width: fit-content;
  padding: 6px;
  margin: auto;
}

.box-info-llamador-titulo{
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 600;
  background-color: var(--box-llamador-background);
  color: var(--box-llamador-color);
}
.box-info-llamador-descripcion{
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  background-color: var(--box-llamador-background);
  color: var(--box-llamador-color);
}
.box-info-retiro{
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
.box-info-precio-desde{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.box-info-precio-boton{
  display:flex;
  justify-content: center;
}
.box-info-precio-boton a:hover, .btn-naranja:hover{
  background-color: var(--buttons-background-hover);
}
.box-info-precio-boton a, .btn-naranja{
    background-color: var(--buttons-background);
    padding: 14px 63px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--buttons-color);
    font-weight: 600;
    border: none;
    font-family: 'Open Sans', sans-serif;
}
.box-divisor-container{
      display: flex;
    width: 50px;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
}
.box-divisor-top{
  background: linear-gradient(
to top right, var(--box-background) 50%, var(--box-llamador-background) 50%);
    width: 100%;
    height: 50%;
}
.box-divisor-bottom{
  background: linear-gradient(
to bottom right, var(--box-background) 50%, var(--box-llamador-background) 50%);
    width: 100%;
    height: 50%;
}
#banner-texto-top{
  background-color: var(--banner-background);
  color: var(--banner-color);
  text-align: left;
  padding: 14px 0;
}
#banner-texto-top div{
  max-width: 1200px;
  margin: 0 auto;
}
.banner-texto-top-titulo{
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 7px;
}
.banner-texto-top-descripcion{
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: var(--banner-descripcion-color);
  
}
#banner-texto{
  background-color: var(--box-llamador-background);
  color: var(--box-llamador-color);
  text-align: center;
  padding: 35px 21px;
}
#banner-texto .banner-texto-contenido{
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
}
#model-images{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 42px;
  width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 14px;
  margin-top: 20px;
  max-width: calc(100% - 28px);
}

#model-images-container{
  display: flex;
  width:100%;
  flex-wrap: wrap;
}

.model-images-row {
  display: flex;
  width: 100%;
  gap: 14px;
}

.model-images-row img {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1px;
  width: 1px;
}  

#modelo-informacion{
  max-width: 1100px;
  width: 100%;
  display: flex;
  color: var(--descripcion-texto);
  gap: 14px;
  font-weight: 100;
  font-size: 17px;
  font-family: 'Roboto';
  width: 1100px;
  margin: 14px auto;
  padding: 0 14px;
  max-width: calc(100% - 28px);
}
#modelo-descripcion-titulo{
  flex-basis: 1px;
  flex-grow: 1;
  text-align: right;
  font-size: 37px;
  line-height: 47px;
  font-weight: 600;
}
#modelo-descripcion-descripcion{
  text-align: left;
  flex-basis: 1px;
  flex-grow: 2;
  font-size: 16px;
  font-weight: 300;
}
#modelo-descripcion-ficha{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
#modelo-descripcion-ficha a{
  color:var(--text-button);
  font-size: 26px;
  font-weight: 500;
  padding: 4px 21px;
  transition: background-color 200ms linear, color 200ms linear;
}
#modelo-descripcion-ficha a:hover{
  color:var(--text-button-hover);
  background-color:var(--text-button-bg-hover);
}

#main-banner{
  position: relative;
  background-size: cover;
  background-position: center;
  height: 537px;
  width:100%;
  display:flex;
  align-items: center;
}
#main-banner-background-video{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.banner-text-container{
  padding: 7px 42px;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 5%;
  margin-right: 40%;
  width: 100%;
}
#main-banner .box-info{
  background-color: transparent;
}
.banner-text-main{
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 36px;
  padding: 7px 0;
  color: var(--box-cuota-desde-color);
}
.banner-text-main2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 30px;
  padding: 7px 0;
}
.banner-text-secondary{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  padding: 7px 0;
}
#model-main-image{
  width:100%;
  margin-top: 42px;
}
#model-main-image img{
  width:100%;
  height:auto;
}

.footer-titulo {
  font-size: 16px;
  font-family: 'Work Sans';
  font-weight: 300;
}

.footer-titulo img {
  display: block;
  margin: auto;
}

.barra-mensaje-footer {
  background-color: var(--llamador2-bg);
  color: var(--llamador2-texto);
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  text-align: center;
  line-height: 28px;
  /* margin-top: 35px; */
  padding: 14px 14px;
}

.footer-detalles-marca {
  margin-top: 28px;
}

.box-shadow-top{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0));
  z-index: 1;
}
.box-shadow-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 412px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0));
  z-index: 1;
}
.box-shadow-right{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0));
  z-index: 1;
}
#boxes.only-mobile {
  display: none;
}
