@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.textosoattitulo {
  padding-right: 0px !important;
  text-align: right;
  padding-top: 12px;
}

.textocardresumenfinal {
  font-size: 13px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
}

.f1 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.f1-steps {
  overflow: hidden;
  position: relative;
}

.f1-progress {
  position: absolute;
  top: 34px;
  left: 15%;
  width: 70%;
  height: 4px;
  background: #ddd;
}

.f1-progress-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 4px;
  /*background: #B785F8;*/
}

.f1-progress-line2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50% !important;
  height: 4px;
  /*background: #B785F8;*/
}

.f1-progress-line3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 75% !important;
  height: 4px;
  /*background: #B785F8;*/
}

.f1-progress-line4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 4px;
  /*background: #B785F8;*/
}
.f1-step {
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 0 5px;
}

.f1-step-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: 4px;
  background: #fff;
  line-height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
  border-radius: 50%;
}

.f1-step.activated .f1-step-icon {
  /*
	background: #B785F8;
	border: 1px solid #B785F8;
	color: #B785F8;*/
  background: #67b5fb;
  line-height: 38px;
}

.f1-step.active .f1-step-icon {
  width: 70px;
  height: 70px;
  background: #67b5fb;
  font-size: 22px;
  line-height: 48px;
}

.icon-step {
  margin-top: 8%;
}

.icon-step2 {
  margin-top: 0;
  padding-left: 0px;
}
.f1-step.active .icon-step2 {
  box-sizing: border-box;
  padding-left: 0px;
}
.f1-step.activated .icon-step2 {
  box-sizing: border-box;
  width: 40px; /* Ancho del nuevo icono */
  height: 40px; /* Alto del nuevo icono */
  padding-left: 40px; /* Padding igual al ancho del nuevo icono */
}

.icon-step3 {
  margin-top: 6px;
}
.f1-step.active .icon-step3 {
  box-sizing: border-box;
}
.f1-step.activated .icon-step3 {
  box-sizing: border-box;
  padding-left: 0px; /* Padding igual al ancho del nuevo icono */
}

.icon-step4 {
  margin-top: 6px;
}
.f1-step.active .icon-step4 {
  box-sizing: border-box;
}
.f1-step.activated .icon-step4 {
  box-sizing: border-box;
  padding-left: 0px; /* Padding igual al ancho del nuevo icono */
}

.icon-step5 {
  margin-top: 6px;
}
.f1-step.active .icon-step5 {
  box-sizing: border-box;
}
.f1-step.activated .icon-step5 {
  box-sizing: border-box;
  padding-left: 0px; /* Padding igual al ancho del nuevo icono */
}

.f1-step p {
  font-size: 14px;
  padding: 5px;
  color: rgb(139, 139, 145);
}

.f1-step.activated p {
  font-weight: 400;
  color: rgb(19, 13, 179);
}

.f1-step.active p {
  font-weight: 400;
  color: rgb(19, 13, 179);
}

.f1 fieldset {
  display: none;
  text-align: left;
  background-color: #fff;
  padding: 30px 40px 30px 40px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
  border-radius: 1.3em;
}

.fieldset3 {
  background-color: transparent !important;
  padding: 0px 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.44) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.44) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.44) !important;
  border-radius: 0em !important;
}

.f1-buttons {
  text-align: right;
}

.f1 .input-error {
  /*border-color: #B785F8;*/
}

/***** Media queries *****/
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 415px) {
}

/* Retina-ize images/icons */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
}

.espaciodivpago {
  padding-top: 0px;
}

.textosoattitulo2 {
  padding-right: 0px !important;
  text-align: right;
  padding-top: 35px;
}

.divimagenestadofinal {
  margin-left: -80px;
  padding-top: 4px;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.tamaniosegurosestado {
  width: 66%;
}

.espaciodiv4 {
  padding-top: 18px;
}

.columna4 {
  padding-right: 0px !important;
  text-align: left;
}

.divcorreo {
  padding-top: 12px;
}

.columna5 {
  text-align: center !important;
}

.columna6 {
  text-align: left;
  padding-top: 28px;
}

.columna7 {
  padding-left: 0px !important;
  text-align: right;
  padding-top: 28px;
}

.ocultarbanner {
  display: none;
}

.ocultarbanner2 {
  display: block;
}

.tamaniofuente {
  font-size: 22px;
}

.tamaniofuente2 {
  font-size: 26px;
}

.tamaniofuente3 {
  font-size: 28px;
}

.imagencorreo {
  margin-top: -9px;
}

.textosoat {
  font-size: 27px !important;
}

body {
  line-height: 18px;
}

.sidebar {
  background-color: #abd6fc;
}

.sidebar-header {
  background-color: #abd6fc;
}

.imagencalendarioap {
  width: 70%;
}

.imagenplace {
  width: 55%;
}

.imagenemojidinero {
  margin-top: -12px;
  width: 60%;
}

.espaciotextopago {
  padding-bottom: 7px;
}

.textoDescripcion {
  font-size: 24px;
  color: #ec8a32 !important;
}

.textoDescripcionAP {
  font-size: 20px;
  color: #ec8a32 !important;
}

.textoPago {
  font-size: 38px;
  color: #ec8a32 !important;
}

.espacioanioap {
  padding-left: 0px !important;
}

.textoPago2 {
  font-size: 24px;
  color: #ec8a32 !important;
}

.separadorTextopago {
  padding-top: 7px;
}

.sinborde {
  border: 0;
  width: 100%;
  font-weight: 500;
  background: #ffffff;
  color: #00adef;
  font-family: "Barlow Condensed", sans-serif !important;
}

.botonsiguiente1 {
  padding-top: 17px;
}

#li_soat {
  background-color: white;
  margin-bottom: 20px;
}

.sinborde3 {
  border: 0;
  font-weight: 500;
  background: #ffffff;
  color: #00adef;
  font-family: "Barlow Condensed", sans-serif !important;
}

.divbeneficio {
  border-top: 1px solid #e8e8e8;
  padding-bottom: 12px;
}

.sinborde2 {
  border: 0;
  width: 100%;
  font-weight: 500;
  color: #616a78;
  background: #ffffff;
  font-family: "Barlow Condensed", sans-serif !important;
}

.sinborde4 {
  border: 0;
  /*width: 100%;*/
  /*font-weight: 500;*/
  color: #616a78;
  background: #ffffff;
  font-size: 15px;
  font-family: "Barlow Condensed", sans-serif !important;
}

.textoPequeño {
  text-align: justify;
  line-height: 100%;
  font-size: 10px;
}

.colortexto {
  font-family: "Barlow Condensed", sans-serif !important;
  color: #b1b1b1;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}

.espaciodecard {
  padding-left: 30px !important;
}

.espaciocontenedorResumen {
  padding-top: 135px !important;
}

.espacioFormulario {
  margin-bottom: 5px;
}

.colorstep {
  /*background: #00aef0 !important;*/
  background: linear-gradient(90deg, #67b5fb 50%, #dddddd 50%) !important;
}

.colorstep2 {
  background: #67b5fb !important;
}

.colorstepletra {
  color: #67b5fb !important;
}

.inputVacio {
  border: 3px solid #ec8932 !important;
}

.form-contro2 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 5px;
  font-size: 14px;
  line-height: 1.5;
  color: black !important;
  border-color: #e8e8e8;
  background-color: #e8e8e8 !important;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}

.form-contro22 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  width: 70%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 5px;
  font-size: 14px;
  line-height: 1.5;
  color: black !important;
  border-color: #e8e8e8;
  background-color: #e8e8e8 !important;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}

.form-contro3 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 5px;
  font-size: 14px;
  line-height: 1.5;
  color: black !important;
  border-color: #e8e8e8;
  background-color: #e8e8e8 !important;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}

.form-contro4 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 5px;
  font-size: 14px;
  line-height: 1.5;
  color: black !important;
  border-color: #e8e8e8;
  background-color: #e8e8e8 !important;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}

.form-contro4::placeholder {
  font-size: 12px;
}

.form-contro5 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  display: block;
  width: 70%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 5px;
  font-size: 14px;
  line-height: 1.5;
  color: black !important;
  border-color: #e8e8e8;
  background-color: #e8e8e8 !important;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
}

.btn-next {
  width: 78%;
  border-radius: 0.5em;
  font-weight: 500;
  height: 37px;
  background-color: #00adef;
  color: white;
  /*margin: 3% 0% 3% 2%;*/
}

.btn-ap {
  width: 100%;
  border-radius: 2.5em;
  font-weight: 500;
  height: 37px;
  background-color: #ec8a32;
  color: white;
  /*margin: 3% 0% 3% 2%;*/
}

.btn-next2 {
  width: 90%;
  border-radius: 0.5em;
  font-weight: 500;
  height: 37px;
  background-color: #00adef;
  color: white;
  /*margin: 3% 0% 3% 2%;*/
}

.form-contro2:focus {
  border-color: #83e0d7;
  border: 3px solid #83e0d7;
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: black !important;
}

.form-control:focus {
  border-color: #b5b6bb;
  border: 3px solid #b5b6bb;
}

.btn_cotizador {
  width: 48%;
  border-radius: 2.5em;
  font-weight: 600;
  height: 50px;
  background-color: #dc0000;
  color: white;
}

.card_productos_nuevos {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  border-radius: 1.3em;
  background-color: white;
}

.img_card_producto_nuevos {
  border-radius: 1.3em 1.3em 1.3em 1.3em;
}

.img_card_producto {
  height: 184.66px;
}

.card_txt {
  margin-top: 0%;
}

.div_izq_info_produc {
  padding-top: 3%;
}

.btn_cotizar {
  width: 70% !important;
}

.div_boton_producto {
  text-align: left;
}

.input_invalido {
  border: 1px solid red;
}

.card_productos_SOAT {
  /*padding-bottom: 19PX;*/
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  border-radius: 1.3em;
  background-color: white;
  padding-bottom: 18px;
  /* padding-top: 10%; */
}

.card_productos_SOAT2 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  border-radius: 1.3em;
  background-color: white;
  /* padding-top: 10%; */
}

.card_title_soat {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
  /*padding: 15px 20px;*/
  /* border-bottom: 1px solid rgba(97, 106, 120, 0.07) */
  border-bottom: 1px solid #f7f7f7;
}

.card_title_soat a {
  color: #37404d;
}

.card-inverse .card_title_soat {
  color: #fff !important;
}

.card-inverse .card_title_soat small {
  opacity: 0.8;
}

.accordion .card_title_soat {
  background-color: #ffffff;
}

.accordion .card_title_soat a {
  display: block;
  letter-spacing: 1px;
  padding-left: 33px;
}

.accordion .card_title_soat a::before {
  content: "\e648";
  display: inline-block;
  font-family: themify;
  font-size: 12px;
  margin-right: 20px;
  margin-left: -33px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.accordion .card_title_soat a.collapsed::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 33px !important;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: grey !important;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: grey !important;
  opacity: 1 /* esto es porque Firefox le reduce la opacidad por defecto */;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: grey !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey !important;
}

.carousel-inner {
  border-radius: 1.3em;
}

.imagenpublicitaria {
  border-radius: 1.3em;
}

.custom-control-indicator {
  border: 2px solid grey;
}

.card_productos_soat_principal {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  border-radius: 1.3em;
  /* padding-top: 10%; */
}

.imagenResumen {
  /*background-image: url(../img/BannerpcotizadorSOAT.jpg) !important;*/
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.3em 1.3em 0em 0em;
}

.botonCotizador {
  letter-spacing: 1px;
  font-size: 14px !important;
  background: #f28a33;
  padding: 5px 16px;
  border-radius: 0.5em;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 100%;
  font-weight: 500;
  height: 37px;
  color: white;
}

.cssbotonterminos {
  margin-top: 1.25%;
  margin-bottom: 1.25%;
}

.csscampoplacaytexto {
  padding-left: 52px;
}

.imagenSlide {
  border-radius: 1.3em 1.3em 1.3em 1.3em;
}

.imagenPrincipal {
  border-radius: 1.3em 1.3em 1.3em 1.3em;
}

.card_productos_limpio {
  border-radius: 1.3em;
  background-color: white;
}

.radiobotonesAP {
  /*padding-left: 5px;*/
}

.divGeneralAP {
  text-align: left !important;
}

.espaciotextoBoton {
  padding-top: 8px;
}

.imagenCilindraje {
  width: 24px;
  margin-right: 5px;
  /*margin-top: -6px;*/
}

.TamañoCampos {
  width: 78%;
}

.card_productos_SOAT2 {
  display: block;
}

.formulario-derecho {
  background: white;
  border-radius: 1.3em 1.3em 1.3em 1.3em;
}

.cont-form-derecho {
  padding-top: 14%;
  padding-bottom: 16%;
  padding-left: 7%;
  padding-right: 7%;
}

.cont-form-derecho h3 {
  color: #67b0f6;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.1px;
  line-height: 20px;
  font-family: "Barlow Condensed", sans-serif;
}

.cont-form-derecho h1 {
  color: #f18933;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 35px;
  font-size: 3.8em;
  font-family: "Barlow Condensed", sans-serif;
}

.custom-control {
  color: #67b0f6;
}

.custom-control-indicator {
  border: 1px solid #67b0f6;
}

.div_der_info_produc img {
  border-radius: 20px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  font-size: 19px;
}

::-webkit-input-placeholder {
  color: #b5b6bb !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b5b6bb !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b6bb !important;
}

:-ms-input-placeholder {
  color: #b5b6bb !important;
}

.botonCotizador:hover {
  opacity: 0.7;
}

.botonCotizador:focus {
  outline: 0 !important;
}

.espacioInicioFormulario {
  padding-top: 1% !important;
  padding-left: 0px !important;
  margin-left: -15px;
  padding-right: 0px !important;
}

.textoInicioFormulario {
  color: #67b0f6;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.1px;
  line-height: 20px;
  font-family: "Barlow Condensed", sans-serif;
}

.etiquetabtextoinicial {
  color: #ec8932 !important;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.1px;
  line-height: 20px;
  font-family: "Barlow Condensed", sans-serif;
}

.textoInicioFormulario2 {
  color: #ec8932;
  font-weight: 700;
  font-size: 29px;
  letter-spacing: -0.1px;
  line-height: 20px;
  font-family: "Barlow Condensed", sans-serif;
}

.textosegundoInicioFormulario41 {
  color: #67b0f6;
  font-weight: 700;
  font-size: 21px !important;
  /*letter-spacing: -0.1px;*/
  line-height: 22px;
  font-family: "Barlow Condensed", sans-serif;
}

.textoInicioFormulario41 {
  color: #ec8932;
  font-weight: 700;
  font-size: 36px !important;
  /*letter-spacing: -0.1px;*/
  line-height: 20px;
  font-family: "Barlow Condensed", sans-serif;
}

.paso1 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 7px !important;
}

.paso11 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 25px !important;
  text-align: left;
}

.paso12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 15px !important;
}

.paso13 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.paso14 {
  text-align: right;
  padding-right: 0px;
  padding-top: 36px;
}

.paso15 {
  text-align: left;
  padding-left: 0px;
  padding-top: 36px;
}

.texto1 {
  text-decoration: none;
  color: #f28a33;
  font-size: 30px;
  font-weight: 900;
}

.textoAntes {
  text-decoration: none;
  font-size: 30px;
  color: #f28a33;
}

.textoAntes2 {
  text-decoration: none;
  font-size: 31px;
  color: #f28a33;
}

.texto2 {
  text-decoration: none;
  color: #67b5fb;
  font-size: 30px;
  font-weight: 900;
}

.texto22 {
  text-decoration: none;
  color: #67b5fb;
  font-size: 30px;
  font-weight: 900;
}

.texto33 {
  text-decoration: none;
  font-size: 25px;
  font-weight: 900;
}

.texto3 {
  text-decoration: none;
  font-size: 25px;
  font-weight: 900;
}

.imagenAdvertencia {
  margin-top: -3px;
  padding-top: 11px;
}

.divadvertencia {
  padding-right: 0px !important;
  text-align: left !important;
}

.divadvertencia2 {
  margin-left: -89px;
  text-align: justify;
  line-height: 0.8;
  padding-top: 19px;
}

.textosegundoInicioFormulario {
  color: #67b0f6;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.1px;
  line-height: 20px;
  font-family: "Barlow Condensed", sans-serif;
}

.textoAdvertencia {
  color: #f28a33;
  font-size: 12px !important;
}

.textodivfinal {
  font-size: 23.6px;
}

.divfinal {
  margin-right: -30px;
  padding-top: 0px;
  padding-left: 0px;
  text-align: center;
}

.manoscelebrando {
  width: 6%;
  margin-top: -6px;
}

.textResultado {
  text-decoration: none;
  text-align: center;
  color: #b1b1b1 !important;
  border: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif !important;
}

.titulo-form-principal h1 {
  color: #67b5fb;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: -0.2px;
  font-family: "Barlow Condensed", sans-serif !important;
}

.titulo-form-principal h1 b {
  font-weight: 700;
  color: #f28a33;
  font-family: "Barlow Condensed", sans-serif !important;
}

.text-descuento {
  padding-top: 4px;
  padding-bottom: 4px;
  background-image: url("../img/SOAT/descuento-11.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: 10%;
  background-color: #f28a33;
  color: white;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 23px -13px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 10px 10px 23px -13px rgba(0, 0, 0, 0.17);
  box-shadow: 10px 10px 23px -13px rgba(0, 0, 0, 0.17);
  margin-bottom: 0 !important;
}

.textResultadoD {
  text-decoration: none;
  text-align: center;
  background-color: #f28a33;
  color: white !important;
  border: 0;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif !important;
  margin-bottom: 0 !important;
}

.header-formPrincipal {
  font-family: "Barlow Condensed", sans-serif !important;
}

.subtitulo-form-principal {
  margin-top: 15px;
  margin-left: 2%;
}

.btn-back {
  width: 100%;
  border-radius: 2.5em;
  font-weight: 500;
  height: 40px;
  background-color: #008abf;
  color: white;
  margin: 3% 0% 3% 2%;
}

.text-terminos span {
  color: #67b0f6;
}

.mostrar_loading2 {
  animation: fade 1s;
}

.load-wrapp {
  animation: fade 1s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 3000;
  text-align: center;
}

.load-wrapp2 {
  animation: fade 1s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 3000;
  text-align: center;
  color: #e24c4b;
  font-size: 18px;
  text-align: left;
}

.error-3 {
  border: 1px solid #e24c4b;
  border-radius: 20px;
  background: white;
  height: 200px;
  width: 600px;
  padding: 3% 3% 3% 3%;
}

.btn-corregir {
  width: 100%;
  border-radius: 2.5em;
  font-weight: 500;
  height: 40px;
  background-color: #e24c4b;
  color: white;
  margin: 3% 0% 3% 2%;
}

.btn-corregir:hover {
  width: 100%;
  border-radius: 2.5em;
  font-weight: 500;
  height: 40px;
  background-color: rgb(201, 44, 38);
  color: white;
  margin: 3% 0% 3% 2%;
}

/* 
.load-wrapp {
  		position: absolute;
		top:50%;
		left:50%;
    text-align: center;
} */

.load-wrapp p {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding: 0 0 20px;
  color: #67b5fb;
}

.load-wrapp:last-child {
  margin-right: 0;
}

.line2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #f28a33;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #67b5fb;
}

.load-3 .line,
.line2:nth-last-child(1) {
  animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line,
.line2:nth-last-child(2) {
  animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line,
.line2:nth-last-child(3) {
  animation: loadingC 0.6s 0.3s linear infinite;
}

.l-1 {
  animation-delay: 0.48s;
}

.l-2 {
  animation-delay: 0.6s;
}

.l-3 {
  animation-delay: 0.72s;
}

.l-4 {
  animation-delay: 0.84s;
}

.l-5 {
  animation-delay: 0.96s;
}

.l-6 {
  animation-delay: 1.08s;
}

.l-7 {
  animation-delay: 1.2s;
}

.l-8 {
  animation-delay: 1.32s;
}

.l-9 {
  animation-delay: 1.44s;
}

.l-10 {
  animation-delay: 1.56s;
}

@keyframes loadingA {
  0% {
    height: 15px;
  }
  50% {
    height: 35px;
  }
  100% {
    height: 15px;
  }
}

@keyframes loadingB {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
  }
  100% {
    width: 15px;
  }
}

@keyframes loadingC {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingE {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingF {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadingG {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(70px, 0) rotate(360deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes loadingH {
  0% {
    width: 15px;
  }
  50% {
    width: 35px;
    padding: 4px;
  }
  100% {
    width: 15px;
  }
}

@keyframes loadingI {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

@keyframes loadingJ {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(80px, 0);
    background-color: #f5634a;
    width: 25px;
  }
}

.inputVacioPaso1 {
  border: 3px solid #ec8932 !important;
}

.botonesa {
  padding-top: 27px;
}

.typeahead {
  top: -107px !important;
}

.textoAP {
  color: #67b5fb !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: bold;
  font-size: 16.4px;
}

.textoNota {
  font-size: 13px;
  margin-bottom: 0px !important;
  font-family: "Barlow Condensed", sans-serif !important;
}

.textoDAP {
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif !important;
}

.textoDpreguntas {
  font-size: 15px;
  font-family: "Barlow Condensed", sans-serif !important;
  color: #00adef !important;
}

.garantizado {
  padding-left: 120.125px;
  width: 100%;
}

.imagensecurity {
  width: 100%;
}

.imagenSSL {
  width: 100%;
  padding-top: 10px;
}

.cardresumennueva1 {
  padding-left: 0px !important;
  padding-right: 7.5px;
}

.cardresumennueva2 {
  padding-left: 7.5px;
  padding-right: 0px !important;
}

.minidivisor {
}

.mobilimagen {
  display: block;
}

.espacioMobil {
  padding-top: 26px;
}

.imagensecurity2 {
  width: 45.6%;
}

.imagenSSL2 {
  width: 45.6%;
  padding-top: 15px;
}

.imagenes2mostrar {
  display: none;
}

.textofinal {
  padding-top: 15px;
}

.separadorboton {
  padding-top: 17px;
}

.imagenpaso2 {
  padding-top: 20px;
}

.paso21 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 7px !important;
  text-align: left;
}

.paso4dedos {
  margin-left: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 7px !important;
  text-align: left !important;
}

.paso211 {
  width: 20px;
  /* padding-left: 15px !important; */
  padding-right: 0px !important;
  padding-top: 7px !important;
  /* text-align: left; */
}

.paso22 {
  /* margin-left: -28px; */
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 33px !important;
  text-align: center;
}

.paso2222 {
  margin-left: -31px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 43px !important;
  text-align: center;
}

.paso52 {
  margin-left: -80px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 46px !important;
  text-align: center;
}

.paso222 {
  /* margin-left: -70px; */
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 24px !important;
  text-align: left;
}

.paso31 {
  margin-left: -19px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 27px !important;
  text-align: center;
}

.pasomano4 {
  margin-left: -51px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 7px !important;
  text-align: left;
}

.paso23 {
  margin-left: -8px;
  padding-left: 6px !important;
  padding-right: 0px !important;
  padding-top: 16px !important;
  text-align: left;
}

.paso23paso3 {
  margin-left: -8px;
  padding-left: 6px !important;
  padding-right: 0px !important;
  padding-top: 27px !important;
  text-align: left;
}

.paso23a {
  margin-left: -89px;
  padding-left: 6px !important;
  padding-right: 0px !important;
  padding-top: 47px !important;
  text-align: justify;
}

.divnumero4 {
  padding-left: 0px !important;
  margin-left: -4rem;
  padding-top: 27px;
}

.paso4texto {
  margin-left: -19px;
  padding-left: 6px !important;
  padding-right: 0px !important;
  padding-top: 16px !important;
  text-align: justify;
}

.paso41 {
  margin-left: -34px;
  margin-left: -8px;
  padding-left: 6px !important;
  padding-right: 0px !important;
  padding-top: 42px !important;
  text-align: justify;
}

.paso23q {
  margin-left: -92px !important;
  padding-left: 6px !important;
  padding-right: 0px !important;
  padding-top: 27px !important;
  text-align: left;
}

.textoInicioFormulario21 {
  color: #ec8932;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.1px;
  line-height: 20px;
  font-family: "Barlow Condensed", sans-serif;
}

.textoInicioFormulario2122 {
  color: #ec8932;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.1px;
  line-height: 20px;
  font-family: "Barlow Condensed", sans-serif;
}

.textosegundoInicioFormulario21 {
  color: #67b0f6;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.85px;
  line-height: 18px;
  font-family: "Barlow Condensed", sans-serif;
}

.textosegundoInicioFormulario21paso3 {
  color: #67b0f6;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.15px;
  line-height: 17px;
  font-family: "Barlow Condensed", sans-serif;
}

.textosegundoInicioFormulario2122 {
  color: #67b0f6;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 14px;
  font-family: "Barlow Condensed", sans-serif;
}

.tamanioimagendedos2 {
  width: 65% !important;
}

.tamanioimagendedos21 {
  width: 100% !important;
}

.tamanioimagendedos4 {
  width: 38% !important;
}

.tamanioimagendedos5 {
  width: 65% !important;
}

.btn-mas {
  width: 35%;
  border-radius: 0.5em;
  font-weight: 500;
  height: 24px;
  background-color: #c2bbbc;
  color: white;
  font-size: 10px;
  padding-top: 2px !important;
  padding-left: 12px !important;
  /* margin: 3% 0% 3% 2%; */
}

.btn-mas2 {
  width: 24%;
  border-radius: 0.5em;
  font-weight: 500;
  height: 24px;
  background-color: #c2bbbc;
  color: white;
  font-size: 10px;
  padding-top: 2px !important;
  padding-left: 11px !important;
  -webkit-text-stroke: black;
  /* margin: 3% 0% 3% 2%; */
}

.preciooficialtomador {
  text-decoration: none;
  background: #f28a33;
  color: white !important;
  font-weight: 700;
  padding-top: 3px;
  padding-bottom: 6px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 8px;
}

@media screen and (max-width: 926px) {
  .texto1 {
    text-decoration: none;
    color: #f28a33 !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto2 {
    text-decoration: none;
    color: #67b5fb !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto3 {
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 900;
  }
  .paso14 {
    text-align: right;
    padding-right: 0px;
    padding-top: 36px;
  }
  .minidivisor {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
  .cssbotonterminos {
    margin-top: 1.25%;
    margin-bottom: 1.25%;
    text-align: center !important;
  }
  .imagenCilindraje {
    margin-right: 5px;
  }
  .TamañoCampos {
    width: 86%;
  }
  .espaciocontenedorResumen {
    padding-top: 0px !important;
  }
  .espaciodecard {
    padding-left: 15px !important;
  }
  .card_productos_SOAT2 {
    display: none;
  }
  .f1-step p {
    font-size: 11px !important;
    padding: 5px;
  }
  .cardresumennueva1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cardresumennueva2 {
    padding-top: 15px;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .TamañoCampos {
    width: 75% !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: portrait) {
  .texto1 {
    text-decoration: none;
    color: #f28a33 !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto2 {
    text-decoration: none;
    color: #67b5fb !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto3 {
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 900;
  }
  .paso14 {
    text-align: right;
    padding-right: 0px;
    padding-top: 36px;
  }
  .minidivisor {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
  .btn-next2 {
    width: 100% !important;
  }
  .textofinal {
    padding-top: 0px !important;
  }
  .mobilimagen {
    display: none !important;
  }
  .imagenes2mostrar {
    display: block !important;
  }
  .imagenPrincipal {
    width: 100% !important;
  }
  .cardresumennueva1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cardresumennueva2 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .TamañoCampos {
    width: 75% !important;
  }
  .cardresumennueva2 {
    padding-top: 15px;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .form-contro5 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 5px;
    font-size: 14px;
    line-height: 1.5;
    color: black !important;
    border-color: #e8e8e8;
    background-color: #e8e8e8 !important;
    background-clip: padding-box;
    border: 1px solid #e8e8e8;
    border-radius: 0.25rem;
  }
  .botonsiguiente1 {
    padding-top: 15px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 736px) {
  .texto1 {
    text-decoration: none;
    color: #f28a33 !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto2 {
    text-decoration: none;
    color: #67b5fb !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto3 {
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 900;
  }
  .paso14 {
    text-align: right;
    padding-right: 0px;
    padding-top: 36px;
  }
  .minidivisor {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
  .espacioMobil {
    padding-top: 15px !important;
  }
  .mobilimagen {
    display: none !important;
  }
  .imagenPrincipal {
    width: 100% !important;
  }
  .botonesa {
    padding-bottom: 15px;
    padding-top: 10px !important;
  }
  .TamañoCampos {
    width: 78% !important;
    font-size: smaller !important;
  }
  .textoAP {
    color: #58afef !important;
    font-family: barlow condensed;
    font-weight: bold;
    font-size: 16px !important;
  }
  .textoNota {
    font-size: 11px !important;
    margin-bottom: 0px !important;
    font-family: barlow condensed;
  }
  .textoDAP {
    font-size: 14px !important;
    font-family: barlow condensed;
  }
  .textoDpreguntas {
    font-size: 12px !important;
    font-family: barlow condensed;
    color: #00adef !important;
  }
  .garantizado {
    padding-left: 0px !important;
    width: 100%;
  }
  .imagensecurity {
    width: 100% !important;
  }
  .imagensecurity2 {
    width: 100% !important;
  }
  .imagenSSL {
    width: 100% !important;
    padding-top: 15px;
  }
  .imagenSSL2 {
    width: 100% !important;
    padding-top: 15px;
  }
  .espaciomobil {
    padding-top: 15px !important;
  }
  .cardresumennueva1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .cardresumennueva2 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .TamañoCampos {
    width: 75% !important;
  }
  .cardresumennueva2 {
    padding-top: 15px;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .botonsiguiente1 {
    padding-top: 15px !important;
  }
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
  .imagenemojidinero {
    margin-top: -12px !important;
    width: 100%;
  }

  .f1-progress {
    position: absolute;
    top: 29px;
    left: 15%;
    width: 70%;
    height: 4px;
    background: #ddd;
  }

  .f1-step.active .f1-step-icon {
    width: 50px;
    height: 50px;
    background: #67b5fb;
    font-size: 22px;
    line-height: 48px;
  }

  .f1-step-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 4px;
    background: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.44);
    border-radius: 50%;
  }

  .icon-step2 {
    margin-top: 3px !important;
    padding-left: 0px;
  }

  .btn-mas {
    width: 75%;
    border-radius: 0.5em;
    font-weight: 500;
    height: 24px;
    background-color: #c2bbbc;
    color: white;
    font-size: 10px;
    padding-top: 2px !important;
    padding-left: 12px !important;
    /* margin: 3% 0% 3% 2%; */
  }

  .espaciodivpago {
    padding-top: 10px !important;
  }
  .divimagenestadofinal {
    margin-left: 0px !important;
    padding-top: 10px;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .tamaniosegurosestado {
    width: 100%;
  }
  .btn-mas2 {
    width: 62%;
    border-radius: 0.5em;
    font-weight: 500;
    height: 24px;
    background-color: #c2bbbc;
    color: white;
    font-size: 10px;
    padding-top: 2px !important;
    padding-left: 9px !important;
    -webkit-text-stroke: black;
    /* margin: 3% 0% 3% 2%; */
  }
  .espaciodiv4 {
    padding-top: 0px;
  }
  .divnumero4 {
    padding-left: 0px !important;
    margin-left: -0rem !important;
    padding-top: 0px !important;
  }
  .columna7 {
    padding-left: 15px !important;
    text-align: center;
    padding-top: 5px;
  }
  .contenedor_slider_grande {
    margin-bottom: 4.5% !important;
    padding-bottom: 0 !important;
  }
  .form-contro22 {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    width: 63% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 5px;
    font-size: 14px;
    line-height: 1.5;
    color: black !important;
    border-color: #e8e8e8;
    background-color: #e8e8e8 !important;
    background-clip: padding-box;
    border: 1px solid #e8e8e8;
    border-radius: 0.25rem;
  }
  .textosoat {
    font-size: 21px !important;
  }
  .columna6 {
    padding-top: 5px !important;
  }
  .pasomano4 {
    margin-left: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 7px !important;
    text-align: left;
  }
  .imagencorreo {
    margin-top: -3px;
  }
  .textosoattitulo {
    padding-right: 15px !important;
    text-align: center !important;
    padding-top: 0px !important;
  }

  .textosoattitulo2 {
    padding-right: 0px !important;
    text-align: center;
    padding-top: 0px;
  }

  .columna6 {
    text-align: center !important;
  }
  .tamaniofuente {
    font-size: 16.4px !important;
  }
  .tamaniofuente2 {
    font-size: 16.4px !important;
  }
  .tamaniofuente3 {
    font-size: 16.4px !important;
  }
  .columna4 {
    padding-right: 15px !important;
    text-align: center !important;
  }
  .columna5 {
    text-align: left !important;
  }
  .ocultarbanner {
    display: block;
  }
  .ocultarbanner2 {
    display: none;
  }
  .manoscelebrando {
    width: 14%;
    margin-top: -6px;
  }
  .textosegundoInicioFormulario41 {
    color: #67b0f6;
    font-weight: 700;
    font-size: 21px !important;
    /*letter-spacing: -0.1px;*/
    line-height: 20px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .textoInicioFormulario41 {
    color: #ec8932;
    font-weight: 700;
    font-size: 32px !important;
    /*letter-spacing: -0.1px;*/
    line-height: 20px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .divfinal {
    margin-left: 18px;
    padding-top: 0px !important;
    padding-left: 0px !important;
    text-align: left;
  }
  .textodivfinal {
    font-size: 15px !important;
  }
  .divadvertencia2 {
    margin-left: -7px !important;
    text-align: justify;
    line-height: 0.8;
    padding-top: 16px !important;
  }
  .textoAdvertencia {
    color: #f28a33;
    font-size: 12px !important;
  }
  .divadvertencia {
    padding-right: 0px !important;
    text-align: end !important;
  }
  .imagenAdvertencia {
    margin-top: -3px;
    width: 70%;
    padding-top: 19px;
  }
  .tamanioimagendedos2 {
    width: 80% !important;
  }
  .tamanioimagendedos4 {
    width: 30% !important;
  }
  .tamanioimagendedos21 {
    width: 80% !important;
  }
  .tamanioimagendedos5 {
    width: 90% !important;
  }
  .imagenpaso2 {
    padding-top: 20px;
  }
  .paso21 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 7px !important;
    text-align: center !important;
  }
  .paso4dedos {
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 7px !important;
    text-align: center !important;
  }
  .paso211 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 7px !important;
    /* text-align: center !important; */
  }
  .paso22 {
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 34px !important;
    text-align: center;
  }
  .paso2222 {
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 22px !important;
    text-align: center;
  }
  .paso52 {
    margin-left: -10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 26px !important;
    text-align: center;
  }
  .paso222 {
    margin-left: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 34px !important;
    text-align: center;
  }
  .paso23 {
    margin-left: 0px !important;
    padding-left: 4px !important;
    padding-right: 15px !important;
    padding-top: 23px !important;
    text-align: left;
  }
  .paso23a {
    margin-left: -6px !important;
    padding-left: 4px !important;
    padding-right: 15px !important;
    padding-top: 26px !important;
    text-align: left;
  }
  .paso4texto {
    margin-left: -10px !important;
    padding-left: 4px !important;
    padding-right: 15px !important;
    padding-top: 31px !important;
    text-align: left;
  }
  .paso41 {
    margin-left: 0px !important;
    padding-left: 4px !important;
    padding-right: 15px !important;
    padding-top: 31px !important;
    text-align: left;
  }
  .paso23q {
    margin-left: 0px !important;
    padding-left: 4px !important;
    padding-right: 15px !important;
    padding-top: 24px !important;
    text-align: left;
  }
  .paso31 {
    margin-left: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 41px !important;
    text-align: center;
  }
  .textoInicioFormulario21 {
    color: #ec8932;
    font-weight: 700;
    font-size: 21px !important;
    letter-spacing: -0.1px;
    line-height: 20px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .textoInicioFormulario2122 {
    color: #ec8932;
    font-weight: 700;
    font-size: 32px !important;
    letter-spacing: -0.1px;
    line-height: 20px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .textosegundoInicioFormulario21 {
    color: #67b0f6;
    font-weight: 700;
    font-size: 14px !important;
    letter-spacing: -0.1px;
    line-height: 14px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .textosegundoInicioFormulario21paso3 {
    color: #67b0f6;
    font-weight: 700;
    font-size: 14px !important;
    letter-spacing: -0.1px;
    line-height: 14px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .textosegundoInicioFormulario2122 {
    color: #67b0f6;
    font-weight: 700;
    font-size: 16px !important;
    letter-spacing: -0.1px;
    line-height: 14px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .texto1 {
    text-decoration: none;
    color: #f28a33 !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto2 {
    text-decoration: none;
    color: #67b5fb !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto3 {
    text-decoration: none;
    font-size: 19px !important;
    font-weight: 900;
  }
  .texto22 {
    text-decoration: none;
    color: #67b5fb !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto33 {
    text-decoration: none;
    font-size: 17px !important;
    font-weight: 900;
  }
  .paso14 {
    text-align: right;
    padding-right: 0px;
    padding-top: 36px;
  }
  .minidivisor {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
  #formularioprueba input select {
    font-weight: 350;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
  .cont-form-derecho h1 {
    color: #f18933;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 35px;
    font-size: 3.4em;
    font-family: "Barlow Condensed", sans-serif;
  }
  .form-control {
    height: 36px !important;
    /* color: black !important; */
    background-color: #e8e8e8 !important;
    height: 38px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-color: #b5b6bb;
    border-radius: 6px !important;
  }

  .form-contro222 {
    width: 100%;
    height: 36px !important;
    color: black !important;
    background-color: #e8e8e8 !important;
    height: 38px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-radius: 6px !important;
  }
  .text-terminos {
    color: grey;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 90%;
    text-align: justify;
    font-weight: 500;
    margin-right: 0.5rem !important;
    letter-spacing: -0.9px;
  }
  .carousel-indicators {
    bottom: 16px;
    margin-bottom: 0;
    top: 120%;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }
  .custom-control-lg.custom-radio .custom-control-indicator::after {
    margin-top: 1px;
    margin-left: 1px;
    width: 10px;
    height: 10px;
  }
  .custom-control-lg .custom-control-indicator {
    width: 14px;
    height: 14px;
    line-height: 12px;
  }
  .colorPrecio {
    color: #67b5fb;
    font-size: 15px;
    font-weight: 700;
  }
  .text-descuento span {
    font-size: 19px;
    font-weight: 600;
  }
  .contenedor_slider_grande {
    padding-top: 5% !important;
  }
  .TamañoCampos {
    width: 75% !important;
  }
  .cardresumennueva2 {
    padding-top: 15px;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .botonsiguiente1 {
    padding-top: 15px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 601px) {
  .texto1 {
    text-decoration: none;
    color: #f28a33 !important;
    font-size: 20px;
    font-weight: 900;
  }
  .texto2 {
    text-decoration: none;
    color: #67b5fb !important;
    font-size: 20px;
    font-weight: 900;
  }
  .texto3 {
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 900;
  }
  .paso14 {
    text-align: right;
    padding-right: 0px;
    padding-top: 36px;
  }
  #formularioprueba input select {
    font-weight: 350;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
  .cont-form-derecho h1 {
    color: #f18933;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 35px;
    font-size: 3.4em;
    font-family: "Barlow Condensed", sans-serif;
  }
  .form-control {
    height: 36px !important;
    /* color: black !important; */
    background-color: #e8e8e8 !important;
    height: 38px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-color: #b5b6bb;
    border-radius: 6px !important;
  }

  .form-contro222 {
    height: 36px !important;
    color: black !important;
    background-color: #e8e8e8 !important;
    height: 38px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-color: #b5b6bb !important;
    border-radius: 6px !important;
  }
  .text-terminos {
    color: grey;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 90%;
    text-align: justify;
    font-weight: 500;
    margin-right: 0.5rem !important;
    letter-spacing: -0.9px;
  }
  .carousel-indicators {
    bottom: 16px;
    margin-bottom: 0;
    top: 120%;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }
  .custom-control-lg.custom-radio .custom-control-indicator::after {
    margin-top: 1px;
    margin-left: 1px;
    width: 10px;
    height: 10px;
  }
  .custom-control-lg .custom-control-indicator {
    width: 14px;
    height: 14px;
    line-height: 12px;
  }
  .colorPrecio {
    color: #67b5fb;
    font-size: 18px;
    font-weight: 700;
  }
  .text-descuento span {
    font-size: 20px;
    font-weight: 600;
  }
  .contenedor_slider_grande {
    padding-top: 5% !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  .texto1 {
    text-decoration: none;
    color: #f28a33 !important;
    font-size: 20px;
    font-weight: 900;
  }
  .texto2 {
    text-decoration: none;
    color: #67b5fb !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto3 {
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 900;
  }
  .paso14 {
    text-align: right;
    padding-right: 0px;
    padding-top: 36px;
  }
  .paso15 {
    text-align: left;
    padding-left: 0px;
    padding-top: 36px;
  }
  #formularioprueba input select {
    font-weight: 350;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px !important;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
  .cont-form-derecho h3 {
    color: #67b0f6;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.1px;
    line-height: 10px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .cont-form-derecho h1 {
    color: #f18933;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 15px;
    font-size: 2.4em;
    font-family: "Barlow Condensed", sans-serif;
  }
  .form-control {
    height: 36px !important;
    /* color: black !important; */
    background-color: #e8e8e8 !important;
    height: 38px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-color: #b5b6bb;
    border-radius: 6px !important;
  }

  .form-contro222 {
    height: 36px !important;
    color: black !important;
    background-color: #e8e8e8 !important;
    height: 38px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-radius: 6px !important;
  }
  .text-terminos {
    color: grey;
    text-decoration: none !important;
    font-size: 12px;
    line-height: 90%;
    text-align: justify;
    font-weight: 500;
    margin-right: 0.5rem !important;
    letter-spacing: -0.9px;
  }
  .carousel-indicators {
    bottom: 16px;
    margin-bottom: 0;
    top: 108%;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .custom-control-lg.custom-radio .custom-control-indicator::after {
    margin-top: 1px;
    margin-left: 1px;
    width: 10px;
    height: 10px;
  }
  .custom-control-lg .custom-control-indicator {
    width: 14px;
    height: 14px;
    line-height: 12px;
  }
  .colorPrecio {
    color: #67b5fb;
    font-size: 18px;
    font-weight: 700;
  }
  .text-descuento span {
    font-size: 20px;
    font-weight: 600;
  }
  .contenedor_slider_grande {
    padding-top: 0 !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  .texto1 {
    text-decoration: none;
    color: #f28a33 !important;
    font-size: 30px !important;
    font-weight: 900;
  }
  .texto2 {
    text-decoration: none;
    color: #67b5fb !important;
    font-size: 30px !important;
    font-weight: 900;
  }
  .texto3 {
    text-decoration: none;
    font-size: 25px !important;
    font-weight: 900;
  }
  #formularioprueba input select {
    font-weight: 350;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 5px;
  }
  .cont-form-derecho h3 {
    color: #67b0f6;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.1px;
    line-height: 20px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .cont-form-derecho h1 {
    color: #f18933;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 35px;
    font-size: 3.6em;
    font-family: "Barlow Condensed", sans-serif;
  }
  .form-control {
    height: 36px !important;
    /* color: black !important; */
    background-color: #e8e8e8 !important;
    height: 30px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-color: #b5b6bb;
    border-radius: 6px !important;
  }

  .form-contro222 {
    width: 100%;
    height: 36px !important;
    color: black !important;
    background-color: #e8e8e8 !important;
    height: 30px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-radius: 6px !important;
  }
  .text-terminos {
    color: grey;
    text-decoration: none !important;
    font-size: 11px;
    line-height: 90%;
    text-align: justify;
    font-weight: 500;
    margin-right: 0.5rem !important;
    letter-spacing: -0.9px;
  }
  .carousel-indicators {
    bottom: 16px;
    margin-bottom: 0;
    top: 108%;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .custom-control-lg.custom-radio .custom-control-indicator::after {
    margin-top: 1px;
    margin-left: 1px;
    width: 10px;
    height: 10px;
  }
  .custom-control-lg .custom-control-indicator {
    width: 14px;
    height: 14px;
    line-height: 12px;
  }
  .filaTerminos {
    margin-bottom: 6px;
  }
  .colorPrecio {
    color: #67b5fb;
    font-size: 18px;
    font-weight: 700;
  }
  .text-descuento span {
    font-size: 20px;
    font-weight: 600;
  }
  .contenedor_slider_grande {
    padding-top: 0 !important;
  }
}

/* Large devices (laptops/desktops, 1439px and up) */

@media only screen and (min-width: 1439px) {
  .texto1 {
    text-decoration: none;
    color: #f28a33 !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto2 {
    text-decoration: none;
    color: #67b5fb !important;
    font-size: 20px !important;
    font-weight: 900;
  }
  .texto3 {
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 900;
  }
  #formularioprueba input select {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 350;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 5px;
  }
  .cont-form-derecho h3 {
    color: #67b0f6;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.1px;
    line-height: 26px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .cont-form-derecho h1 {
    color: #f18933;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 43px;
    font-size: 3.8em;
    font-family: "Barlow Condensed", sans-serif;
  }
  .form-control {
    height: 36px !important;
    /* color: black !important; */
    background-color: #e8e8e8 !important;
    height: 30px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-color: #b5b6bb;
    border-radius: 6px !important;
  }

  .form-contro222 {
    width: 100%;
    height: 36px !important;
    color: black !important;
    background-color: #e8e8e8 !important;
    height: 30px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-color: #b5b6bb !important;
    border-radius: 6px !important;
  }
  .text-terminos {
    color: grey;
    text-decoration: none !important;
    font-size: 11px;
    line-height: 90%;
    text-align: justify;
    font-weight: 500;
    margin-right: 0.5rem !important;
    letter-spacing: -0.9px;
  }
  .carousel-indicators {
    bottom: 16px;
    margin-bottom: 0;
    top: 108%;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .custom-control-lg.custom-radio .custom-control-indicator::after {
    margin-top: 1px;
    margin-left: 1px;
    width: 10px;
    height: 10px;
  }
  .custom-control-lg .custom-control-indicator {
    width: 14px;
    height: 14px;
    line-height: 12px;
  }
  .filaTerminos {
    margin-bottom: 6px;
  }
  .contenedor_slider_grande {
    padding-top: 0 !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1450px) {
  #formularioprueba input select {
    font-weight: 350;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 8px;
  }
  .cont-form-derecho h3 {
    color: #67b0f6;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 23px;
    font-family: "Barlow Condensed", sans-serif;
  }
  .cont-form-derecho h1 {
    color: #f18933;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 44px;
    font-size: 4.2em;
    font-family: "Barlow Condensed", sans-serif;
  }
  .form-control {
    height: 36px !important;
    /* color: black !important; */
    background-color: #e8e8e8 !important;
    height: 38px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-color: #b5b6bb;
    border-radius: 6px !important;
  }

  .form-contro222 {
    height: 36px !important;
    color: black !important;
    background-color: #e8e8e8 !important;
    height: 38px !important;
    color: #b5b6bb !important;
    background-color: white !important;
    margin-bottom: 3%;
    border-color: #b5b6bb !important;
    border-radius: 6px !important;
  }
  .text-terminos {
    color: grey;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 90%;
    text-align: justify;
    font-weight: 500;
    margin-right: 0.5rem !important;
    letter-spacing: -0.9px;
  }
  .carousel-indicators {
    bottom: 16px;
    margin-bottom: 0;
    top: 108%;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .custom-control-lg.custom-radio .custom-control-indicator::after {
    margin-top: 1px;
    margin-left: 1px;
    width: 10px;
    height: 10px;
  }
  .custom-control-lg .custom-control-indicator {
    width: 14px;
    height: 14px;
    line-height: 13px;
  }
  .filaTerminos {
    margin-bottom: 0px;
  }
  .colorPrecio {
    color: #67b5fb;
    font-size: 18px;
    font-weight: 700;
  }
  .text-descuento span {
    font-size: 20px;
    font-weight: 600;
  }
  .contenedor_slider_grande {
    padding-top: 0 !important;
  }
}

#placa_inptCompra::placeholder {
  color: #cccccc;
}
