/* HUBSPOT CSS: */

/* FOOTER */

*{
  font-family: "Poppins", sans-serif;
}

.fall-back {
  background-color: #2F80ED;
  padding: 10px 0;
}
.fall-back .container a {
  color: white;
  font-size: 16px;
}
.fall-back .container a:hover {
  text-decoration: underline; 
}

footer {
  background-color: #2F80ED;
  color: white;
  padding: 2rem 0;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: none;
}
footer hr {
  border-color: white;
  margin: 1rem 0;
  width: 100%;
}
footer .logo img {
  width: 100%;
}
@media (max-width: 768px) {
  footer .logo img {
    max-width: 200px;
  }
}
footer .dito-wrapper img {
  max-width: 200px;
}
@media (min-width: 768px) and (max-width: 992px) {
  footer .dito-wrapper img {
    max-width: 320px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  footer .dito-wrapper {
    margin: 1rem 0;
  }
  footer .dito-wrapper img {
    width: 100%;
    max-width: 350px;
  }
}
footer .first-link-row-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  footer .first-link-row-right {
    margin-top: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
footer .first-link-row-right ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  footer .first-link-row-right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
footer .first-link-row-right ul li {
  padding: 0 1rem;
  border-left: solid white 4px;
}
@media (max-width: 768px) {
  footer .first-link-row-right ul li {
    border: none;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
footer .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .social-media ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
footer .social-media ul ion-icon {
  font-size: 2rem;
  color: white;
}
@media (max-width: 768px) {
  footer .social-media ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .social-media ul ion-icon {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
}
footer .ul-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .ul-order ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  footer .ul-order ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
footer .ul-order ul li {
  padding: 0 1rem;
  border-left: solid white 4px;
}
@media (max-width: 768px) {
  footer .ul-order ul li {
    border: none;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
footer span {
  font-size: 12px;
  line-height: 10px;
  color: white;
}
@media (max-width: 768px) {
  footer .fiscal {
    margin-top: 1rem;
  }
}

/*  PARTE NUEVA */

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

.contenedor_general{
background-color:red;
}

.whatsApp {
  width: 85px;
  height: 75px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  border: none;
  background-color: transparent;
}

.whatsApp img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
/* HEADER */
.contenedor_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 100%;
  padding: 0 70px;
  background-color: #fff;
  box-shadow: 0px -2px 10px 0px #808080;
  margin-bottom: 10px;
}

.contenedor_btn button {
  background-color: #fff;
  border: none;
  width: 150px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
}

.contenedor_btn button img {
  border: none;
  width: 140px;
  height: 40px;
}

.contenedor_btn .btn {
  color: #fff;
  background-color: #1a95d3;
  border: none;
  width: 150px;
  height: 30px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-top: 0px;
}

/*Estás más cerca de tener tu vehículo*/
.contendor_titulo {
 display: flex;
 height: 165px;
 justify-content: center;
 align-items: start;
 flex-direction: column;
 /*background-image: linear-gradient(white, 86%, #1a95d36e);*/
 background-image: #fff;
 margin-bottom: 0px;
 text-align: center;
}

.contendor_titulo h1 {
  margin: 0;
  margin-bottom: 10px;
  margin-left: 80px;
  font-size: 58px;
  font-weight: 400;
  letter-spacing: -2px;
  font-family: "Poppins", sans-serif;
  color: #1995d3;
}

.contendor_titulo h1 span {
  margin: 0;
  font-weight: 600;
  color: #1995d3;
}

.contendor_titulo h3 {
  margin: 0;
  margin-right: 0px;
  margin-left: 85px;
  font-size: 22px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #6c6b6b;
}

.contendor_titulo h3 span {
  margin: 0;
  font-weight: 600;
  color: #6c6b6b;
}

#brand,
#model,
#price,
#year {
  font-size: 17px;
  font-weight: 500;
  color: rgba(130, 130, 130, 1);
}

.marca,
.modelo,
.year,
.precio {
  font-weight: 700;
  color: rgba(26, 149, 211, 1);
  margin-right: 8px;
  font-size: 18px;
  letter-spacing: -1px;
}

/*SIMUALDOR*/
.grilla {
  width: 30%;
  display: flex;
  flex-direction: column;
  border: 2px rgb(221, 219, 219) solid;
  background-color: white;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  padding-right: 0px;
  padding-left: 0px;
  /*box-shadow: 0px 4px 4px 0px rgb(164 164 164 / 25%);*/
}

.grilla:hover {
  border: 2px rgba(26, 149, 211, 1) solid;
  background-color: rgba(239, 251, 255, 1);
}

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

.desde {
  font-size: 13px;
  font-family: 'Nunito Sans';
  margin: 10px 0 3px 0;
  color: rgba(122, 122, 122, 1);
}

.bold_ {
  margin: 5px 0;
  width: 85%;
  height: 22px;
  font-size: 18px;
  font-family: 'Nunito Sans';
  color: rgba(93, 92, 92, 1);
  text-align: center;
  border-bottom: solid rgba(26, 149, 211, 1) 1px;
}

.span_ {
  font-size: 11px;
  font-family: 'Nunito Sans';
  margin: 0px 0 10px 0;
  color: rgba(122, 122, 122, 1);
}

.btn_ {
  width: 85%;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: rgba(26, 149, 211, 1);
  color: white;
  border: none;
  cursor: pointer;
  font-family: Nunito sans;
  font-size: 14px;
}

.btn_:hover {
  background-color: rgba(21, 111, 156, 1);
}

.cuotas {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background-color: rgba(235, 233, 233, 1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.cuotas strong {
 font-weight: 700;
 font-size: 19px;
 font-family: 'Nunito Sans';
 color: rgba(26, 149, 211, 1);
}

.row {
  width: 104%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  justify-content: start;
}

.row_dos {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  justify-content: space-between;
}

.contenedor_final {
  background-color: rgba(255, 0, 0, 0);
  color: rgba(130, 130, 130, 1);
  margin-bottom: 10px;
}

.contenedor_final p {
  font-size: 10px;
  margin: 0;
}

.contenedor_final span {
  font-weight: bold;
  color: rgba(26, 149, 211, 1);
}

#cuotas-wrapper {
  display: none;
  width: 53%;
}

.contenedor_tres {
  width: 100%;
  height: 100%;
  background-color: #f5fcff;
  padding: 0 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 4.800000190734863px 0px rgba(0, 0, 0, 0.25);
}

.caja_interior_flechas {
 display: flex;
 flex-direction: row;
 align-items: center;
 justify-content: space-between;
}

.contenedor_tres h1 {
  color: rgba(0, 113, 181, 1);
  font-weight: 700;
  font-size: 33px;
  letter-spacing: -2px;
  padding-top: 15px;
}

.contenedor_tres h3 {
  color: rgba(26, 149, 211, 0.85);
  font-weight: 600;
  font-size: 23px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.div_flechas {
 display: flex;
 flex-direction: row;
 align-items: center;
 padding-top: 8px;
}

.habilitado {
 width:40px;
 height:40px;
 cursor:pointer;
}

.deshabilitado {
 width:40px;
 height:40px;
 pointer-events: none;
}

.simulador_contenedor {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a95d3;
  padding-top: 40px;
}

.simulador_caja {
  width: 87%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  background-color: white;
  padding: 15px 0px;
  border-radius: 40px;
  box-shadow: 0px 4px 4.800000190734863px 0px rgba(0, 0, 0, 0.25);
}

.contenedor_uno {
  padding: 15px;
  width: 41%;
  background-color: #f5fcff;
  border-radius: 30px;
  box-shadow: 0px 4px 4.800000190734863px 0px rgba(165 165 165 / 25%);
}

#agencyName {
  display: flex;
  font-size: 28px;
  font-weight: 500;
  color: rgba(26, 149, 211, 1);
  margin-left: 5px;
  margin-bottom: 20px;
  margin-top: 5px;
  letter-spacing: -1px;
}

.agencia {
  margin-right: 10px;
  font-size: 28px;
  font-weight: 700;
  color: rgba(26, 149, 211, 1);
  letter-spacing: -1px;
}

.contenedor_uno button {
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Nunito Sans';
  border-radius: 20px;
  color: rgba(25, 149, 211, 1);
  background-color: white;
  border: rgba(25, 149, 211, 1) 2px solid;
  cursor: pointer;
}

.contenedor_uno button:hover {
  color: rgba(0, 113, 181, 1);
  border: rgba(0, 113, 181, 1) 2px solid;
}

#nuevoBoton{
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Nunito Sans';
  border-radius: 20px;
  color: white;
  background-color: rgba(25, 149, 211, 1);
  border: rgba(25, 149, 211, 1) 2px solid;
  cursor: pointer;
}

#nuevoBoton:hover {
  background-color: rgba(21, 111, 156, 1);
  border: rgba(21, 111, 156, 1) 2px solid;
}

.contenedor_uno img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.contenedor_dos {
  width: 54%;
  background-color: #f5fcff;
  padding: 0 20px;
  border-radius: 30px;
  box-shadow: 0px 4px 4.800000190734863px 0px rgba(165 165 165 / 25%);
}

.contenedor_dos h1 {
  color: rgba(0, 113, 181, 1);
  font-weight: 700;
  font-size: 33px;
  letter-spacing: -2px;
  margin-top: 16px;
}

.contenedor_dos h3 {
  color: rgba(26, 149, 211, 0.85);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.contenedor_dos button {
  width: 100%;
  background-color: rgba(26, 149, 211, 1);
  color: white;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-family: 'Nunito Sans';
  font-weight: 400;
  border-radius: 20px;
  height: 45px;
  margin: 10px 0 0 0;
}

.contenedor_dos button:hover {
  background-color: rgba(0, 113, 181, 1);
}

.contenedor_datos {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  margin-top: 20px;
}

.datos_uno {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.datos_dos {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.form_general {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.formulario_contenedor {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.input {
  border: 2px rgba(165, 165, 165, 1) solid;
  color: #7A7A7A;
  border-radius: 25px;
  height: 25px;
  text-indent: 15px;
  outline:none;
}

.input_dos {
  border: 2px rgba(165, 165, 165, 1) solid;
  color: #7A7A7A;
  border-radius: 25px;
  height: 25px;
  text-indent: 15px;
  outline:none;
}

.input::placeholder {
  color: #A5A5A5;
}

.input:focus {
  border-color: rgba(26, 149, 211, 1);
}

.input_dos::placeholder {
  color: #A5A5A5;
}

.input_dos:focus {
  border-color: rgba(26, 149, 211, 1);
}

.check {
 border-color: rgba(26, 149, 211, 1);
}

.formulario_contenedor .div {
  width: 100%;
  background-color: rgb(81, 0, 255);
}

.formulario_contenedor_dos {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.input {
  width: 97%;
  height: 40px;
  margin-bottom: 26px;
}

.input_dos {
  width: 100%;
  height: 40px;
  margin-bottom: 22px;
}

.input-error {
 border: 2px solid #FEAAA5;
}

.contenedor_email {
  width: 100%;
}

.contenedor_email .input {
  width: 100%;
}

.monto {
  font-size: 20px;
  font-weight: bold;
  color: rgba(26, 149, 211, 0.85);
  margin: 0;
}

.type {
  font-size: 13px;
  color: rgba(118, 119, 122, 1);
  margin-bottom: 14px;
}

.i_monto {
  border: 2px rgba(165, 165, 165, 1) solid;
  border-radius: 20px;
  width: 270px;
  height: 60px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #515151;
  outline:none;
}

.i_monto::placeholder {
  color: rgba(209, 209, 209, 1);
}

/*.i_monto:focus {
  border-color: rgba(26, 149, 211, 1);
}*/

.i_monto:focus {
  outline: none;
  border-color: rgba(26, 149, 211, 1);
  }

.maximo {
  font-size: 12px;
  margin: 5px 0;
  color: rgba(108, 107, 107, 1);
}

.maximo span {
  font-size: 14px;
  margin-right: 3px;
}

.punto {
  font-size: 14px;
  margin-right: 3px;
  color: #1A95D3;
}

.continue {
  font-size: 12px;
  margin-top: 10px;
  color: rgba(165, 165, 165, 1);
}

.continue span {
  font-weight: 600;
  color: rgba(26, 149, 211, 1);
}

.complete {
  display: none;
  font-size: 11px;
  color: rgba(245, 126, 119, 1);
  position: absolute;
  top: 62%;
  left: 13px;
}

.complete-dos {
  display: none;
  font-size: 11px;
  color: rgba(245, 126, 119, 1);
  margin-left: 13px;
  margin-bottom: 0px
}

.input-with-error {
  width: 100%;
  position: relative;
}

/*Experiencia*/

.exp_contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(25, 149, 211, 1) 50%, white 50%);
  height: 200px;
}

.caja_contenedora {
  width: 87%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: white;
  box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

.caja_uno {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33%;
}

.caja_uno img {
  width: 30px;
  height: 30px;
}

.caja_uno button {
  height: 50px;
  width: 50px;
  background: rgba(233, 245, 251, 1);
  border-radius: 50px;
  border: none;
  cursor: default;
}

.caja_dos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  border-left: 2px rgba(238, 239, 242, 1) solid;
  border-right: 2px rgba(238, 239, 242, 1) solid;
}

.caja_dos img {
  width: 30px;
  height: 30px;
  background: rgba(233, 245, 251, 1);
}

.caja_dos button {
  height: 50px;
  width: 50px;
  background: rgba(233, 245, 251, 1);
  border-radius: 50px;
  border: none;
  cursor: default;
}

.caja {
  margin-left: 15px;
}

.caja_p {
  font-size: 16px;
  color: rgba(3, 86, 173, 1);
  font-weight: bolder;
  margin-bottom: 0px;
  margin-top: 17px;
}
}

.p {
  font-size: 12px;
  margin-top: 1px;
  color: rgba(79, 86, 101, 1);
}

/*DECREDITOS*/
.cont_decreditos {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  height: 140px;
}

.cont_decreditos h1 {
  font-size: 38px;
  color: rgba(173, 173, 173, 1);
  margin-top: 10px;
  font-weight: 500;
}

.cont_decreditos h1 span {
  font-size: 40px;
  font-weight: 700;
  color: rgba(25, 149, 211, 1);
}

/*IMAGENES*/
.cont_imagenes {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(white 30%, rgba(229, 229, 229, 1) 30%);
}

.container_ {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.container_int {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.container_int img {
  width: 75%;
  height: 100%;
}

.pp {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.line {
  font-weight: 700;
  font-size: 21px;
  color: rgba(3, 86, 173, 1);
  margin-bottom: 0px;
  margin-top: 10px;
  letter-spacing: -1px;
}

.line_vis {
  font-weight: 700;
  font-size: 21px;
  color: rgba(3, 86, 173, 1);
  margin-bottom: 0px;
  margin-top: -6px;
  letter-spacing: -1px;
}

.line_dos {
  font-size: 12px;
  color: rgba(3, 86, 173, 1);
}

.line_dos_vis {
  margin-top: -18px;
  font-size: 12px;
  color: rgba(3, 86, 173, 1);
}

/*EXPERIENCIA*/
.empresas_cont {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.empresas_cont p {
  color: rgba(137, 137, 137, 1);
  font-size: 18px;
  font-weight: 700;
}

/*CAROUSEL*/
.carusel_contenedor {
  width: 100%;
  overflow: hidden;
  max-width: 80%;
  margin: 30px auto;
}

.swiper-slide img {
  width: 100%;
  height: 70px;
}

/*POP-UP*/

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 100%;
  width: 360px;
}

.popup-content .img {
  width: 60px;
  height: 60px;
}

.close {
 position: absolute;
 top: 13px;
 right: 15px;
 font-size: 22px;
 font-weight: 100;
 color: rgb(182 182 182);
 cursor: pointer;
 width: 25px;
 height: 25px;
}

.exito {
 font-size: 26px;
 font-weight: 700;
 padding: 0 40px;
 color: rgba(26, 149, 211, 1);
 margin-top: 15px;
 letter-spacing: -1px;
 line-height: 1;
 font-family: 'Nunito Sans';
}

.send {
 font-size: 15px;
 font-weight: 600;
 color: rgba(117, 117, 117, 1);
 margin-top: 20px;
 margin-bottom: 0;
 font-family: 'Nunito Sans';
}

.elegir {
 font-size: 15px;
 font-weight: 800;
 color: rgba(25, 149, 211, 1);
 margin: 0px;
 font-family: 'Nunito Sans';
}

.btn_contenedor {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 20px;
}

.btn_uno {
  width: 145px;
  height: 36px;
  border: rgba(25, 149, 211, 1) 1.5px solid;
  color: rgba(25, 149, 211, 1);
  background-color: #fff;
  border-radius: 18px;
  font-size: 13px;
  font-family: 'Nunito Sans';
  cursor: pointer;
}

.btn_dos {
  width: 145px;
  height: 36px;
  border: none;
  border-radius: 18px;
  font-size: 13px;
  font-family: 'Nunito Sans';
  cursor: pointer;
  color: #fff;
  background-color: rgba(25, 149, 211, 1);
}

@media (max-width: 768px) {
  .contenedor_dos button {
   font-size: 18px;
  }
  
  .elegir {
   font-size: 16px;
  }
  
  .send {
    font-size: 16px;
  }
  
  .carusel_contenedor {
  margin: 50px auto;
  }
  
  .empresas_cont {
  margin-top: 40px;
  }
  
  .btn_ {
  font-size: 16px;
  }
  
  .btn_contenedor {
   flex-direction: column;
  }
  
  .btn_uno {
  width: 285px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  }
  
  .btn_dos {
  width: 285px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  }
  
  .exito {
  font-size: 24px;
  font-weight: 800;
  padding: 0 40px;
  margin-top: 15px;
  letter-spacing: 0px;
  line-height: 1.2;
  font-family: 'Nunito Sans';
  }
  
  .line_dos {
  width: 305px;
  font-size: 16px;
  color: rgba(3, 86, 173, 1);
  }

 .line_dos_vis {
  margin-top: -18px;
  width: 300px;
  font-size: 16px;
  color: rgba(3, 86, 173, 1);
  }
  
  .simulador_contenedor {
  padding-top: 0px;
  }
  
  .caja_uno img {
  width: 40px;
  height: 40px;
  }
  
  .caja_dos img {
  width: 40px;
  height: 40px;
  }
  
  #nuevoBoton {
  font-size: 15px;
  }
  
  .contenedor_uno button {
  font-size: 15px;
  }
  
  .agencia {
    font-size: 24px;
   }
  
  #agencyName {
    display: flex;
    align-items: center;
    font-size: 22px;
   }
  
  .popup-content {
    width: 340px;
   }
  
    .contendor_titulo h1 {
    margin: 0;
    margin-bottom: 10px;
    margin-left: 25px;
    font-size: 32px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #1995d3;
    text-align: start;
    letter-spacing: 0px;
    }
    
    .contendor_titulo h3 {
    margin-left: 25px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #6c6b6b;
    text-align: start;
    }
  
  .contenedor_dos h1 {
  color: rgba(0, 113, 181, 1);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -2px;
  margin-top: 0px;
}
  
  .contenedor_dos h3 {
   color: rgba(26, 149, 211, 0.85);
   font-weight: 600;
   font-size: 20px;
   letter-spacing: -1px;
   margin-bottom: 16px;
}
  
  .input {
   width: 100%;
   height: 48px;
}
  
  .input_dos {
    width: 100%;
    height: 48px;
}
  
  .i_monto {
    border: 2px rgba(165, 165, 165, 1) solid;
    border-radius: 20px;
    width: 100%;
    height: 53px;
    font-size: 30px;
    text-align: center;
    outline: none;
}
  
  .grilla {
  width: 44%;
  display: flex;
  flex-direction: column;
  border: 2px rgb(221, 219, 219) solid;
  background-color: white;
  margin-bottom: 20x;
  border-radius: 10px;
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
  
  .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
  
  .swiper-slide img {
  width: 100%;
  height: 70px;
}
  /*HEADER */
  .contenedor_btn {
    width: 100%;
    padding: 0 15px;
  }

  .contenedor_btn button {
    width: 140px;
  }

  .contenedor_btn button img {
    border: none;
    width: 140px;
    height: 40px;
  }

  /*Estás más cerca de tener tu vehículo*/
  .contendor_titulo {
    background-image: none;
  }

  /*SIMULADOR*/
  .simulador_caja {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 15px 0px;
    border-radius: 0px;
    box-shadow: none;
  }

  .contenedor_uno {
    padding: 15px;
    width: 90%;
    background-color: #f5fcff;
    margin-bottom: 20px;
    text-align: center;
  }

  .datos_uno {
    text-align: start;
  }

  .datos_dos {
    text-align: start;
  }

  .contenedor_dos {
    padding: 15px;
    width: 90%;
    background-color: #f5fcff;
  }

  .form_general {
    flex-direction: column;
  }

  .formulario_contenedor {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .formulario_contenedor_dos {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

   .contenedor_tres {
    margin-top: 0px;
    width: 111%;
    height: 100%;
    background-color: #f5fcff;
    padding: 0 20px;
    border-radius: 20px;
    box-shadow: 0px 4px 4.800000190734863px 0px rgba(0, 0, 0, 0.25);
    margin-left: -7px;
  }

  #cuotas-wrapper {
    width: 80%;
    margin-left: -20px;
  }
  
  .div_flechas {
   display: flex;
   flex-direction: row;
   align-items: center;
   padding-top: 7px;
  }
  
  .habilitado {
   width: 28px;
   height: 28px;
   cursor: pointer;
   }

  .deshabilitado {
   width: 28px;
   height: 28px;
   pointer-events: none;
   }
  
  .contenedor_tres h1 {
    color: rgba(0, 113, 181, 1);
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -2px;
    padding-top: 15px;
}
  
  .contenedor_tres h3 {
    color: rgba(26, 149, 211, 0.85);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

  .contenedor_final {
    padding: 15px 0;
  }

  /*Experiencia*/
  .exp_contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    height: fit-content;
    background-color: white;
  }

  .caja_contenedora {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    box-shadow: none;
    border-radius: 0px;
    margin: 15px 0px;
  }

  .caja_uno {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .caja_dos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
  }

  .caja {
    margin-left: 15px;
    width: 60%;
  }

  .caja_uno button {
    height: 70px;
    width: 70px;
    background: rgba(233, 245, 251, 1);
    border-radius: 50px;
    border: none;
  }

  .caja_dos button {
    height: 70px;
    width: 70px;
    background: rgba(233, 245, 251, 1);
    border-radius: 50px;
    border: none;
  }

  .caja_p {
    font-size: 22px;
  }

  .p {
    font-size: 18px;
  }

  /*DECREDITOS*/
  .cont_decreditos {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(229, 229, 229, 1);
    padding: 0 70px;
    height: 140px;
  }

  .cont_decreditos h1 {
    font-size: 32px;
    color: rgba(25, 149, 211, 1);
  }

  .cont_decreditos h1 span {
    font-size: 32px;
    font-weight: bolder;
    color: rgba(25, 149, 211, 1);
  }

  /*IMAGENES*/
  .cont_imagenes {
    background: rgba(229, 229, 229, 1);
  }

  .container_ {
    width: 100%;
    flex-direction: column;
  }

  .container_int {
    width: 100%;
  }

  .container_int img {
    width: 70%;
    height: 100%;
  }

  .pp {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  /*CAMBIOS ULTIMOS*/
  #brand,
  #model,
  #price,
  #year {
  font-size: 14px;
  }

  .marca,
  .modelo,
  .year,
  .precio {
  font-size: 15px;
  }
  
  .contenedor_btn .btn {
  display:none;
  }
  
  .contenedor_btn {
   justify-content: center;
   }
  
  .complete {
  display: none;
  font-size: 11px;
  color: rgba(245, 126, 119, 1);
  position: absolute;
  top: 68%;
  left: 13px;
  }
}

  @media (min-width: 768px) and (max-width: 1240px) {
    .contendor_titulo h1 {
    margin: 0;
    margin-bottom: 10px;
    margin-left: 74px;
    font-size: 50px;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    color: #1995d3;
    }
    
    .contendor_titulo h3 {
    margin: 0;
    margin-left: 80px;
    font-size: 20px;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    color: #6c6b6b;
    }
  }