body {
  margin: 0px;
  padding: 0px;
  font-size: 17px;
  font-family: Mulish;
  color: #1b2a3a;
  background: #fff;
}

*,
::after,
::before {
  box-sizing: border-box;
  font-family: Mulish;
  outline: none;
}

a {
  text-decoration: none;
}

.font-light {
  font-weight: 300;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-cuenta {
  margin-right: 0px;
  margin-left: 0px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

header {
  height: 70px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
  padding: 0px 30px;
}

header .header__logo {
  float: left;
  margin-top: 16px;
}

header .header__logo svg {
  height: 38px;
}

header .header__logo svg path {
  fill: #1b2a3a;
}

header .header__right {
  float: right;
  overflow: hidden;
}

header .header__right .header__right__idiomas,
header .header__right .header__right__apps,
header .header__right .header__right__contactanos,
header .header__right .header__right__tel {
  float: left;
}

.header__right__idiomas select {
  border: 0px;
  color: #929292;
  font-size: 17px;
  font-weight: bold;
  margin: 25px 0px 0px 20px;
  background: transparent;
}

.header__right__apps {
  margin: 14px 0px 0px 20px;
}

.header__right__apps a {
  display: inline-block;
  margin-left: 10px;
}

.header__right__contactanos {
  margin: 19px 0px 0px 30px;
}

.header__right__contactanos a {
  display: inline-block;
  border-radius: 18px;
  background: #1b2a3a;
  color: #fff;
  padding: 6px 14px;
  text-decoration: none;
}

.header__right__tel {
  margin: 26px 0px 0px 0px;
}

.header__right__tel a {
  font-weight: 600;
  color: #1b2a3a;
}

.container-body {
  width: 100%;
  max-width: 1360px;
  margin: 24px auto 0px;
}

h1 {
  font-size: 48px;
  line-height: 140%;
  color: #1b2a3a;
  margin: 0px;
  text-align: center;
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
  letter-spacing: -1.4px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.barra_trayectoria {
  width: 860px;
  margin: 36px auto 50px;
  position: relative;
}

.barra_trayectoria span {
  display: block;
  position: relative;
  height: 3px;
  background: #bfbfbf;
  width: 100%;
}

.barra_trayectoria span:before,
.barra_trayectoria span:after {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -6px;
  top: -7px;
  background: #8defb2;
  border-radius: 15px;
  content: "";
}

.barra_trayectoria span:before {
  left: auto;
  right: -6px;
}

.paso1 .barra_trayectoria span:before {
  background: #bfbfbf;
}

.barra_1,
.barra_2 {
  position: absolute;
  color: #c0c0c0;
  font-weight: bold;
  top: 20px;
  left: -50px;
}

.barra_2 {
  left: auto;
  width: auto;
  right: -118px;
  text-align: center;
}

.paso1 .barra_1 {
  color: #1b2a3a;
}

.paso2 .barra_2 {
  color: #1b2a3a;
}

.paso2 .barra_trayectoria span,
.paso2 .barra_trayectoria span:after {
  background: #1b2a3a;
}

.cols {
  width: 100%;
  position: relative;
  padding: 10px;

  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cols .col1 {
  width: 300px;
  right: 0px;
  top: 0px;
  float: right;
}

.cols .col3 {
  float: left;
  width: calc(100% - 320px);
}

.cols .col2 {
  float: left;
  width: 50%;
}

.resumenpedido {
  box-shadow: 0px 0px 8px #7090b033;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.resumenpedido h3 {
  font-size: 26px;
  margin: 0px;
  padding: 0px 0px 10px;
  border-bottom: 2px solid #c0c0c0;
  color: #1b2a3a;
  text-align: center;
  font-family: "Plus Jakarta Sans";

  letter-spacing: -1px;
  line-height: 30px;
}

.resumenpedido__no {
  margin: 73px 20px;
  font-size: 24px;
  color: #c0c0c0;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.resumenpedido__no svg {
  width: 128px;
  margin-top: 20px;
}

.codigopromocion {
}

.form__promocion {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 300px;
  position: relative;
  border: 2px solid #1b2a3a;
  border-radius: 10px;
  padding: 3px 100px 3px 30px;
  z-index: 1;
  height: 32px;
  margin-bottom: 15px;
}

.form__promocion svg {
  height: 16px;
  position: absolute;
  left: 5px;
  top: 6px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form__promocion svg path {
  fill: #1b2a3a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form__promocion input:placeholder-shown + svg path {
  fill: #c0c0c0;
}

.form__promocion span {
  position: absolute;
  z-index: -1;
  color: #c0c0c0;
  font-weight: bold;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 4px;
  left: 30px;

  color: #1b2a3a;
  font-size: 10px;
  background: #fff;
  top: -7px;
  left: 25px;
  padding: 0px 5px;
  z-index: 1;
}

.form__promocion input:placeholder-shown + svg + span {
  font-size: 14px;
  color: #c0c0c0;
  top: 4px;
  left: 30px;
  z-index: -1;
}

.form__promocion input {
  border: 0px;
  background: transparent;
  text-align: left;
  width: 100%;
  font-weight: bold;
  font-size: 17px;
  color: #1b2a3a;
  padding: 1px 0px;
}

.form__promocion button {
  opacity: 1;
  border: 0px;
  background: transparent;
  position: absolute;
  top: 3px;
  right: 5px;
  font-size: 17px;
  color: #1b2a3a;
  padding: 0px;
  margin: 0px;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.form__promocion input:placeholder-shown + svg + span + button,
.form__promocion input:placeholder-shown + svg + span + button + a {
  opacity: 0;
  pointer-events: none;
}

.form__promocion:hover span {
  color: #1b2a3a;
}

.form__promocion:hover svg path {
  fill: #1b2a3a;
}

.form__promocion input:focus + svg + span {
  color: #1b2a3a;
  font-size: 10px;
  background: #fff;
  top: -7px;
  left: 25px;
  z-index: 1;
  padding: 0px 5px;
}

.form__promocion input:focus + svg path {
  fill: #1b2a3a;
}

.form__promocion p {
  position: absolute;
  font-size: 12px;
  top: 20px;
  left: 32px;
  opacity: 0;
}

.form__promocion.error {
  border: 2px solid #ff5050;
}

.form__promocion.error svg path {
  fill: #ff5050 !important;
}

.form__promocion.error span,
.form__promocion.error button,
.form__promocion.error input {
  color: #ff5050 !important;
}

.form__promocion.error p {
  color: #ff5050;
  opacity: 1;
}

.form__promocion a {
  position: absolute;
  top: 9px;
  right: 80px;
  display: block;
  height: 10px;
  width: 10px;
}

.form__promocion a svg {
  top: -1px;
  left: -2px;
  height: 12px;
  width: 12px;
}

.form__promocion a svg path {
  fill: #ff5050 !important;
}

.form__check {
  display: inline-block;
  cursor: pointer;
  line-height: 24px;
  z-index: 0;
  cursor: pointer;
}

.form__check label {
  width: 100%;
  cursor: pointer;
  color: #535353 !important;
  font-weight: normal;
}

.form__check label span {
  color: #535353;
}

.form__check input[type="radio"],
.form__check input[type="checkbox"] {
  display: none;
}

.form__check i {
  height: 18px;
  width: 18px;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  bottom: -3px;
  border-radius: 18px;
  background-color: #ffffff;
  float: left;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 8px #eeeeee;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form__check:hover i {
  border: 1px solid #1b2a3a;
}

.form__check input[type="radio"] + i:after,
.form__check input[type="checkbox"] + i:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 12px;
  width: 12px;
  border-radius: 10px;
  background-color: #1b2a3a;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form__check input[type="radio"]:checked + i:after,
.form__check input[type="checkbox"]:checked + i:after {
  opacity: 1;
}

.form__check input[type="radio"]:checked + i,
.form__check input[type="checkbox"]:checked + i {
  border-color: #eee;
}

.tipocliente__contenedor {
  overflow: hidden;
  margin: 22px 0px 0px;
}

.tipocliente__contenedor .tipocliente {
  float: left;
  margin-right: 20px;
}

.tipocliente__contenedor label {
  margin-bottom: 10px;
}

.tipocliente__contenedor .tipocliente.tipocliente__titulo {
  font-weight: bold;
  line-height: 22px;
}

.productos__contenedor {
  width: 97%;
  padding-bottom: 50px;
  position: relative;
}

.productos__contenedor:before {
  position: absolute;
  height: 100%;
  width: 40px;
  z-index: 9;
  content: "";
  top: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

.productos__contenedor .productos {
  opacity: 1;
  filter: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-height: 416px;
}

.productos__contenedor .productos.loading {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
}

.producto {
  box-shadow: 0px 0px 8px #7090b033;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 15px;
  width: 292px;
  margin: 10px 0px 10px 10px;
  min-height: 404px;
}

.producto .producto__header {
  position: relative;
  padding: 0px 0px 0px 88px;
  /*min-height: 170px;*/
}

.producto .producto__header .producto__header__img {
  position: absolute;
  width: 90px;
  left: 0px;
}

.producto .producto__header .producto__header__img img {
  max-width: 80px;
  margin-left: 0px;
  margin-top: 0px;
}

.producto .producto__header h4 {
  font-size: 24px;
  line-height: 100%;
  color: #1b2a3a;
  font-weight: bold;
  margin: 0px 0px 10px;
  font-family: "Plus Jakarta Sans";
  letter-spacing: -1px;
}

.producto .producto__header h5 {
  margin: 0px 0px 5px;
  font-size: 17px;
  line-height: 17px;
  color: #1b2a3a;
  font-weight: normal;
}

.producto .producto__desc {
  font-size: 12px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  min-height: 50px;
}

.producto .producto__body__desc {
  text-align: center;
  color: #bfbfbf;
  font-size: 13px;
  padding: 10px 0px;
  min-height: 80px;
}

.producto .producto__body__pre {
  text-align: center;
}

.producto .producto_cont {
  min-height: 351px;
}

.btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: #1b2a3a;
  border-radius: 7px;
  padding: 15px 30px 15px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #1b2a3a;
  position: relative;
  z-index: 0;
  overflow: hidden;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 100px;
}

.btn-verde {
  background: var(--Brand-Primary-CTA, #8defb2);
  border-color: transparent;
  color: #1b2a3a;
  padding: 16px 30px 16px;
}

.btn:hover {
  background-color: #4b596e;
  color: #fff;
}

.btn-verde:hover {
  color: #fff;
  background: #046c3d;
  border-color: #046c3d;
}

.btn-big {
  font-size: 24px;
  padding: 16px 22px 16px;
  font-weight: bold;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-tramitar-pedido {
  margin-top: 25px;
}

.producto__body__button {
  text-align: center;
  margin: 20px 0px 0px 0px;
}

.producto__body__button .btn {
  margin: 0px 5px;
}

#agregar_vehiculo svg path {
  fill: #1b2a3a;
}

#agregar_vehiculo:hover svg path {
  fill: #fff;
}

.slick-arrow {
  font-size: 0;
  line-height: 0;
  height: 40px;
  background: transparent;
  border: 0px;
  position: absolute;
  top: 40%;
  z-index: 1;
  cursor: pointer;
  opacity: 0.9;
  width: 20px;
}

.slick-prev.slick-arrow {
  background-image: url(../img/canalaltas/flechaizquierda.svg);
  background-repeat: no-repeat;
  left: -20px;
  width: 20px;
}

.slick-next.slick-arrow {
  background-image: url(../img/canalaltas/flechaderecha.svg);
  background-repeat: no-repeat;
  right: -21px;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 30px;
  z-index: 9;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  border: 0;
  outline: none;

  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 14px;
  content: "";
  border-radius: 10px;
  background: #fff;
  border: 1px solid #1b2a3a;
}

.slick-dots li.slick-active button {
  background: #1b2a3a;
  border: 1px solid #1b2a3a;
}

.informacionprecontractual {
  margin: 0px 0px 30px;
  font-size: 13px;
  position: absolute;
  z-index: 99;
}

.informacionprecontractual a {
  color: #1b2a3a;
  text-decoration: underline;
}

footer {
  background: #1b2a3a;
  padding: 90px 0px 40px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

.footer_redes_sociales svg {
  height: 48px;
  margin: 0px 5px;
}

.enlaces_footer ul {
  list-style: none;
  padding: 0px;
  margin: 30px 0px 0px;
  display: inline-block;
}

.enlaces_footer ul li {
  float: left;
  padding: 0px 14px;
  position: relative;
}

.enlaces_footer ul li:before {
  content: "";
  height: 14px;
  width: 1px;
  background: #1b2a3a;
  position: absolute;
  right: 0px;
  top: 4px;
}

.enlaces_footer ul li:last-child:before {
  display: none;
}

.enlaces_footer ul li a {
  color: #fff;
}

footer p.copy {
  margin: 0px;
  font-size: 12px;
  margin-top: 30px;
}

footer .logo__footer svg {
  height: 50px;
  margin-bottom: 20px;
}

footer .footer_redes_sociales {
  margin-bottom: 40px;
}

.cerrar_alert svg path {
  fill: #1b2a3a;
}

.badgerPedido {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #8defb2;
  border-radius: 60px;
  text-align: center;
  line-height: 40px;
  color: #1b2a3a;
  font-size: 24px;
  font-weight: bold;
  top: -12px;
  right: -12px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.badgerPedido.mostrar {
  opacity: 1;
}

.lineapedido {
  padding: 16px 0px;
  border-bottom: 1px dotted #ccc;
}

.lineapedido .lineapedido__header {
  position: relative;
  min-height: 138px;
}

.lineapedido .lineapedido__header img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 75px;
  height: auto;
}

.lineapedido .lineapedido__header .lineapedido__header__txt {
  padding: 0px 0px 16px 90px;
}

.lineapedido .lineapedido__header .lineapedido__header__txt h4 {
  color: #1b2a3a;
  font-size: 17px;
  line-height: 120%;
  margin: 0px 0px 4px;
}

.lineapedido .lineapedido__header .lineapedido__header__txt h5 {
  color: #1b2a3a;
  font-size: 13px;
  line-height: 120%;
  margin: 0px 0px 10px;
  font-weight: normal;
}

.lineapedido .lineapedido__header .lineapedido__header__txt p {
  margin: 0px;
  font-size: 13px;
  line-height: 120%;
}

.lineapedido .lineapedido__header .lineapedido__header__txt p a {
  color: #1b2a3a;
  text-decoration: underline;
}

.lineapedido .lineapedido__header .lineapedido__header__txt p span {
  display: none !important;
}

.lineapedido .lineapedido__body .lineapedido__body_cont {
  overflow: hidden;
  margin-bottom: 5px;
}

.lineapedido .lineapedido__body .lineapedido__body_cont span {
  font-weight: bold;
  float: right;
}

.lineapedido .lineapedido__body .lineapedido__body_cont-edit {
  margin: 2px 0px;
}

.lineapedido .lineapedido__body .lineapedido__body_cont-edit a {
  color: #1b2a3a;
  font-size: 13px;
}

.lineapedido .lineapedido__body .lineapedido__body_cont-edit a span {
  position: relative;
  font-weight: normal;
}

.lineapedido .lineapedido__body .lineapedido__body_cont-edit a span:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  height: 1px;
  background-color: #1b2a3a;
  width: 100%;
}

.lineapedido .lineapedido__body .lineapedido__body_cont-edit a svg {
  height: 17px;
  width: auto;
  float: left;
  margin-right: 3px;
  margin-top: -1px;
}

.lineapedido .lineapedido__body .lineapedido__body_cont-edit a.editar_vehiculo {
  float: left;
}

.lineapedido
  .lineapedido__body
  .lineapedido__body_cont-edit
  a.editar_vehiculo
  svg {
  height: 20px;
}

.lineapedido
  .lineapedido__body
  .lineapedido__body_cont-edit
  a.eliminar_vehiculo {
  float: right;
}

.lineapedido__contenedor,
.resumenpedido__footer,
.btn-tramitar-pedido {
  display: none;
  animation: fadeEffect 1s;
  -moz-animation: fadeEffect 1s;
  -o-animation: fadeEffect 1s;
  -webkit-transition: fadeEffect 1s;
}

.resumenpedido__contenedor {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.resumenpedido__contenedor.conproductos .lineapedido__contenedor,
.resumenpedido__contenedor.conproductos .resumenpedido__footer,
.resumenpedido__contenedor.conproductos .btn-tramitar-pedido {
  display: block;
  animation: fadeEffect 1s;
  -moz-animation: fadeEffect 1s;
  -o-animation: fadeEffect 1s;
  -webkit-transition: fadeEffect 1s;
}

.resumenpedido__contenedor.conproductos .resumenpedido__no {
  display: none;
}

.resumenpedido__footer {
  margin-top: 16px;
}

.resumenpedido__footer .form__promocion {
  width: 100%;
}

.resumenpedido__footer__total {
  margin: 20px 0px 0px;
}

.resumenpedido__footer__total span {
  float: right;
  font-weight: bold;
}

.lineapedidoHidden {
  display: none;
}

.container_paso2 {
  max-width: 1024px;
  width: 100%;
  margin: auto;
}

.container_paso2 .cols .col3 {
  margin-right: 20px;
}

.box {
  border: 1px solid #eee;
  box-shadow: 0px 0px 8px #eeeeee;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  margin: 0px 0px 30px 40px;
  position: relative;
}

.box:before {
  width: 3px;
  background: #1b2a3a;
  top: 80px;
  left: 0px;
  height: 0%;
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.box.box__completo:before {
  height: 100%;
}

.box .box__icono {
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 8px #eeeeee;
  border-radius: 70px;
  position: absolute;
  z-index: 2;
  left: -34px;
  top: 16px;
  text-align: center;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.box .box__icono svg {
  width: 38px;
  height: auto;
  margin: 9px auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin: 0px 0px 0px -19px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.box .box__icono svg:nth-child(1) {
  opacity: 1;
}

.box .box__icono svg:nth-child(2) {
  opacity: 0;
}

.box .box__icono svg path {
  fill: #1b2a3a;
}

.box.box__completo .box__icono {
  background-color: #1b2a3a;
}

.box.box__completo .box__icono svg path {
  fill: #fff;
}

.box.box__completo .box__icono svg:nth-child(1) {
  opacity: 0;
}

.box.box__completo .box__icono svg:nth-child(2) {
  opacity: 1;
}

.box__inactivo .box__icono svg:nth-child(1) {
  opacity: 1;
}

.box__inactivo .box__icono svg:nth-child(1) path {
  opacity: 1;
  fill: #c0c0c0;
}

.box__inactivo .box__icono svg:nth-child(2) {
  opacity: 0;
}

.box h3 {
  font-size: 34px;
  font-weight: normal;
  margin: 7px 0px 0px 30px;
  font-family: "Plus Jakarta Sans";
  letter-spacing: -1px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 13px;
}

.box__inactivo h3 {
  color: #c0c0c0;
}

.box .box__body {
  margin-top: 24px;
}

.box__form {
  padding-top: 30px;
  animation: fadetopEffect 1s;
  -moz-animation: fadetopEffect 1s;
  -o-animation: fadetopEffect 1s;
  -webkit-transition: fadetopEffect 1s;
}

.box__data {
  margin-left: 30px;
  display: none;
  animation: fadetopEffect 1s;
  -moz-animation: fadetopEffect 1s;
  -o-animation: fadetopEffect 1s;
  -webkit-transition: fadetopEffect 1s;
}

.box__inactivo .box__form,
.box__inactivo .box__data {
  display: none;
}

.box.box__completo .box__data {
  display: block;
}

.box__data p {
  margin: 5px 0px;
  font-weight: bold;
}

.box__data p span:last-child {
  font-weight: normal;
}

.box__data .btn-editar-datos {
  display: block;
  color: #1b2a3a;
  font-size: 13px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.box__data .btn-editar-datos svg {
  height: 18px;
  width: auto;
  float: right;
  margin: -4px 0px 0px 5px;
}
.box__data .btn-editar-datos svg .st0 {
  fill: #1b2a3a;
}
.box__completo .box__form {
  display: none;
}

.box__inactivo .box__body {
  margin-top: 6px;
}

label {
  font-weight: normal;
  margin-bottom: 15px;
  display: block;
}

label span {
  color: #1b2a3a;
}

label p.form__error {
  display: none;
}

.form-control {
  width: 100%;
  box-shadow: none;
  padding: 6px 14px 6px 14px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #1b2a3a;
  margin: 3px 0px 5px;
  font-size: 17px;
  color: #1b2a3a;
}

label.valid input {
  background-image: url(../img/canalaltas/check.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  padding: 6px 24px 6px 14px;
}

label.valid select.form-control {
  background-image: url(../img/canalaltas/check.svg);
}

label.invalid {
  color: #ff5050;
}

label.invalid span {
  color: #ff5050;
}

label.invalid input,
label.invalid select {
  border-color: #ff5050;
  color: #ff5050;
}

label.invalid p.form__error,
.form-error-cuenta,
.form-error-iban,
.form-error-tarjeta {
  display: block;
  color: #ff5050;
  font-size: 13px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  font-weight: bold;
}

.form-error-cuenta {
  margin: 0px 0px 0px 5px;
}

.form-error-tarjeta {
  margin: 10px 0px 0px 25px;
}

.form-control:focus {
  border-color: #1b2a3a;
  color: #707070;
}

.form-txt {
  font-size: 13px;
  color: #c0c0c0;
  font-weight: 300;
}

.documentidentidad select {
  width: 80px;
  float: left;
}

.documentidentidad input {
  width: calc(100% - 90px);
  float: right;
}

.documentidentidad .documentidentidad_form {
  overflow: hidden;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../img/canalaltas/down-arrow.svg) no-repeat center;
  background-position-x: calc(100% - 12px);
}

label p.errorValidacion {
  display: none;
}

label.errorform {
  color: #ff5050;
}

label.errorform input {
  border-color: #ff5050;
}

label.errorform span {
  color: #ff5050;
}

label.errorform p.errorValidacion {
  display: block;
  margin: 0px;
  font-size: 14px;
}

.form-margin-0 label {
  margin-bottom: 5px;
}

.form-margin-20 {
  margin-bottom: 20px;
}

.form__check-direccion span {
  color: #535353;
  font-weight: normal;
}

.direccion_envio_cont {
  display: none;
}

.box h4 {
  font-size: 24px;
  margin: 0px 0px 10px;
  color: #1b2a3a;
}

.box__direcciones {
  padding-top: 10px;
}

.box__direcciones h4 {
  font-size: 19px;
  font-weight: bold;
  color: #1b2a3a;
  margin: 0px 0px 24px 0px;
}

.direccion_contacto,
.direccion_envio {
  padding-bottom: 20px;
}

.direccion_envio h4,
.direccion_facturacion h4 {
  margin-bottom: 10px;
}

.form-oculto {
  display: none;
}

.box__form-datosbancarios p {
  margin: 0px 0px 10px;
}

.row-cuenta .col-sm-2,
.row-cuenta .col-sm-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.metodo_pago {
  margin-top: 20px;
}

.metodo_pago .form__check span {
  color: #535353;
  font-weight: normal;
  font-size: 20px;
}

.metodo_pago label {
  margin-bottom: 0px;
}

.metodo_pago .form__check label {
  margin-bottom: 10px;
}

.metodo_pago p {
  margin: 0px 0px 5px 25px;
  font-size: 12px;
}

.btn-pago {
  background: #1b2a3a;
  border: 0px;
  border-radius: 8px;
  margin-right: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 40px;
  height: 52px;
  text-align: left;
  padding: 6px 10px;
  cursor: pointer;
}

.btn-pago svg {
  float: left;
  margin-right: 10px;
}

.btn-pago-amex svg {
  margin-top: 6px;
}

.botones-pago {
  margin: 20px 0px 0px 25px;
}

.box__finalizar {
  font-size: 13px;
  line-height: 17px;
  margin-left: 40px;
  display: none;
}

.box__finalizar.mostrar {
  display: block;
}

.box__finalizar a {
  color: #1b2a3a;
  text-decoration: underline;
}

.btn-aceptarycontratar {
  text-align: center;
  margin: 40px 0px 20px;
}

.form__check_avisocomercial label span {
  color: #535353;
  font-weight: normal;
}

.btn-pro-adicional {
  margin: 20px 0px 10px;
}

.btn-pro-adicional svg {
  float: left;
  height: 20px;
  margin-right: 6px;
}

.btn-pro-adicional:hover svg path {
  fill: #8defb2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabsmp {
  display: none;
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  color: #1b2a3a;
  visibility: hidden;
  opacity: 0;
}

.loader.activo {
    visibility: visible;
  opacity: 1;
}

.loader:before {
  content: "";
  top: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  opacity: 0.99;
}

.loader__body {
  text-align: center;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 100vh;
  height: 100%;
  overflow: auto;
  justify-content: space-between;
}
.loader__body::-webkit-scrollbar {
  display: none;
}
.loaderv3__header {
  padding: 80px 0px 20px;
  text-align: center;
  width: 100%;
}
.loaderv3__header_titulo {
  color: #1b2a3a;
  font-family: "Plus Jakarta Sans";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -3.6px;
  margin-bottom: 48px;
}
.loaderv3__header_loading img {
  width: 180px;
}
.loaderv3__header_desc {
  color: #1b2a3a;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.loaderv3__body {
  background: var(--Neutral-100, #f4f7fa);
  padding: 24px 24px 80px 24px;
  width: 100%;
}
.loaderv3__slider {
  max-width: 900px;
  margin: auto;
  text-align: left;
}
.loaderv3__slider div.lv3_sli {
  display: flex;
  align-items: center;
  gap: 60px;
}
.loaderv3__slider-title {
  color: #1b2a3a;
  font-family: Mulish;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  margin-top: 24px;
}
.loaderv3__slider .slick-dots li button:before {
  font-size: 6px !important;
  line-height: 24px !important;
  width: 24px !important;
  height: 24px !important;
}
.loaderv3__slider .slick-dots li button:before {
  font-size: 16px !important;
  line-height: 24px !important;
}
.loaderv3__slider .slick-dots li.slick-active button {
  background: transparent !important;
  border: 1px solid transparent !important;
}
.loaderv3__slider .slick-dots li.slick-active button:before {
  font-size: 24px !important;
  line-height: 24px !important;
}
.loaderv3__slider .slick-dots li.slick-active button:before {
  color: #185fd4;
  opacity: 1;
}
.loaderv3__slider .slick-dots {
  position: absolute;
  bottom: -50px;
}
.loaderv3__slider .slick-arrow {
  display: none !important;
}

.contenedor_gracias {
  width: 100%;
  max-width: 850px;
  margin: 50px auto 100px;
  text-align: center;
}

.contenedor_gracias h2 {
  font-size: 80px;
  margin: 0px 0px 20px;
  font-weight: 700;
  letter-spacing: -3px;
  color: #1b2a3a;
}

.contenedor_gracias p {
  margin: 0px 0px 30px;
}

.gracias__redes {
  margin: 30px 0px 0px 0px;
}

.gracias__redes p {
  margin: 0px 0px 20px 0px;
}

.gracias__redes a svg {
  height: 48px;
  margin: 0px 5px;
}

.gracias_promocion {
  text-align: left;
  position: relative;
  padding: 32px 260px 20px 280px;
  margin-top: 20px;
  min-height: 380px;
  width: calc(100% + 280px);
  margin-left: -140px;
}

.gracias_promocion img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.gracias_promocion h3 {
  font-size: 44px;
  color: #1b2a3a;
  font-weight: bold;
  margin: 0px 0px 24px;
  font-family: "Plus Jakarta Sans";
  line-height: 48px;
  letter-spacing: -2px;
}

.gracias__redes .b019746,
.gracias__redes .cls-182736454 {
  fill: #1b2a3a !important;
}

.gracias_qr {
  text-align: center;
  width: 150px;
  margin-top: 10px;
  position: absolute;
  top: 55px;
  right: 0px;
}

.gracias_qr svg.gracias_qr_svg {
  width: 150px;
}

.gracias_qr svg.gracias_qr_flecha {
  position: absolute;
  width: 100px;
  left: -120px;
  top: 74px;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.modal:before {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  opacity: 0.7;
  z-index: -1;
}

.modal .modal-contenedor {
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
  margin: 5vh auto;
  max-height: 110vh;
  overflow: scroll;
  position: relative;
  z-index: 9999;
}

.modal .modal-contenedor h3 {
  font-size: 28px;
  margin: 0px;
  padding: 0px 0px 10px;
  border-bottom: 2px solid #c0c0c0;
  color: #1b2a3a;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  line-height: 150%;
  letter-spacing: -1px;
}

.modal__close {
  right: 14px;
  top: 14px;
  background: #fff;
  border: 0px;
  padding: 0px;
  position: absolute;
  cursor: pointer;
}

.vehiculos table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.vehiculos table tr td,
.vehiculos table tr th {
  border: 1px solid #eeeeee;
  padding: 10px;
  font-weight: 300;
}

.vehiculos table tr th {
  background: #f8f8f8;
}

.vehiculos .vehiculos_btn_acciones {
  width: 95px;
}

.vehiculos .vehiculos_btn_acciones a:first-child svg {
  height: 34px;
  float: left;
  margin-top: -5px;
}

.vehiculos .vehiculos_btn_acciones a:first-child {
  margin-right: 5px;
}

.bottones_acciones_vehiculos {
  text-align: center;
  margin: 20px 0px 20px;
  display: flex;
  gap: 20px;
}

.bottones_acciones_vehiculos .btn {
  display: block;
  width: 100%;
}

.bottones_acciones_vehiculos svg {
  height: 16px;
  float: left;
  margin: 2px 5px 0px 0px;
}

.bottones_acciones_vehiculos button svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bottones_acciones_vehiculos button:hover svg path {
  fill: #8defb2;
}

.vehiculo__datos {
  display: none;
}

.vehiculo__listado,
.vehiculo__loading,
.vehiculo__eliminar {
  display: none;
}

.vehiculo__loading img {
  width: 100%;
  height: auto;
}

.vehiculo__datos .vehiculo__datos_nota {
  color: #808080;
  margin-bottom: 0px;
}

.vehiculo__datos .vehiculo__datos_nota p a {
  color: #808080 !important;
}

.vehiculo__datos .vehiculo__datos_nota p {
  font-size: 10px;
  line-height: 130%;
  margin: 0px 0px 0px;
}

.label_matricula {
  margin-bottom: 10px;
}

.label_matricula input {
  margin-top: 5px;
}

.informacionprecontractual-movil {
  display: none;
}

.modal.active .modal-contenedor {
  animation: fadeModal 0.4s;
  -moz-animation: fadeModal 0.4s;
  -o-animation: fadeModal 0.4s;
  -webkit-transition: fadeModal 0.4s;
}

.resumenpedido__movil,
.resumenpedidocerrarmovil,
.tipocliente__titulo select,
.header__right__contactanos svg,
.form__promocion-movil,
.vehiculo_movil_data {
  display: none;
}

.alert-paso2 {
  padding: 10px 20px;
  border: 2px solid #ff5050;
  color: #ff5050;
  margin-left: 44px;
  margin-bottom: 10px;
  font-weight: bold;
}

.alert {
  position: fixed;
  top: -100%;
  right: 20px;
  width: 100%;
  max-width: 450px;
  background: #fff;
  border-radius: 5px;
  z-index: 999;
  color: #1b2a3a;
  padding: 20px 20px 20px 60px;
  font-size: 16px;
  -webkit-transition: all 1s cubic-bezier(0.4, -0.4, 0.4, 1.4);
  -moz-transition: all 1s cubic-bezier(0.4, -0.4, 0.4, 1.4);
  -o-transition: all 1s cubic-bezier(0.4, -0.4, 0.4, 1.4);
  transition: all 1s cubic-bezier(0.4, -0.4, 0.4, 1.4);
}

.alert.warning {
  color: #1b2a3a;
  background-image: url(../img/canalaltas/icono-exclamacion.svg);
  background-color: #8defb2;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 17px 18px;
}

.alert .titular {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}

.alert p {
  margin: 0px;
}

.alert a.cerrar_alert {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 14px;
  height: 14px;
}

.alert.mostrar {
  top: 20px;
}

#form_documento::placeholder {
  opacity: 0.4;
}

.datos_direccion_envio,
.datos_direccion_facturacion {
}

.box__data h4 {
  font-size: 19px;
  margin-bottom: 5px;
}

input.input-sin-valid {
  background-image: none !important;
}

.btn-anade-codigo {
  margin-top: 20px;
  font-size: 17px;
  text-align: center;
}

.tarjetaRegistrada {
  color: #1b2a3a;
  background: #8defb2;
  font-weight: bold;
  padding: 10px;
  margin-left: 25px;
  margin: 10px 0px 0px 25px;
  padding-left: 14px;
}

.tarjetaRegistrada svg {
  height: 18px;
}

.tarjetaRegistrada svg path {
  fill: #1b2a3a;
}

.alertaModalTexto {
  margin: 30px 0px;
  color: #777;
}

.alertaModalTexto a {
  color: #1b2a3a;
}

.text-center {
  text-align: center;
}

.mensajeClienteNoModificar {
  margin-top: 15px;
  border-top: 1px dotted #ccc;
  padding-top: 15px;
}

.chosen-container-single .chosen-single {
  background: url(../img/canalaltas/down-arrow.svg) no-repeat center !important;
  background-position-x: calc(100% - 12px) !important;
  background-color: #fff !important;

  width: 100%;
  box-shadow: none;
  padding: 5px 14px 6px 14px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #1b2a3a;
  margin: 3px 0px 0px;
  font-size: 17px;
  color: #1b2a3a;
  font-weight: normal;
}

.chosen-container-single .chosen-single span {
  color: #707070;
  font-weight: normal;
}

.chosen-container-single .chosen-single div b {
  display: none;
}

.chosen-container .chosen-results li.highlighted {
  background: #1b2a3a !important;
  color: #fff;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 20px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 17px;
  font-weight: normal;
}

.chosen-container-single .chosen-search input[type="text"] {
  padding: 6px 20px 6px 5px;
  font-size: 17px;
  font-family: Mulish;
  line-height: normal;
  border-radius: 0;
  color: #555;
}

.chosen-container {
  display: block !important;
  width: 100% !important;
}

.c404 {
  padding-bottom: 45vh;
}

.loading-promos {
  height: 200px !important;
  width: auto !important;
  float: none;
  margin: auto;
  display: block;
  margin-top: 120px;
}

.productos__contenedor .productos.productos-inicio {
  opacity: 1;
  filter: none;
}

.modal-contenedor-ip h4 {
  text-align: center;
  margin: 90px 0px;
  font-size: 24px;
}

.informacionAdicional {
  font-size: 13px;
  margin: 40px 0px 20px;
  width: 96%;
  max-width: 900px;
}

.informacionAdicional2 {
  margin: 20px 0px 20px;
}

.informacionAdicional ul li {
  margin-bottom: 10px;
}

.informacionAdicional .ia_titulo,
.informacionAdicionalVehiculos .ia_titulo {
  color: #1b2a3a;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 5px;
}

.informacionAdicional .ia_titulo svg {
  position: absolute;
  left: 0px;
  top: -2px;
}

.informacionAdicionalVehiculos .ia_titulo {
  padding: 0px;
}

.informacionAdicionalVehiculos {
  font-size: 13px;
  padding-left: 30px;
  position: relative;
  margin-top: 15px;
  padding-right: 10px;
}

.informacionAdicionalVehiculos svg {
  position: absolute;
  left: -30px;
  top: -2px;
}

.ia_cont a {
  color: #1b2a3a;
  text-decoration: underline;
}

.subTitulo {
  font-size: 13px;
  color: #c0c0c0;
  font-weight: 300;
  margin: 2px 0px 0px 30px;
}

#box1 .box__form {
  padding-top: 0px;
}

.imagenLoader {
  width: 1000px;
}

.select_direccion {
  position: relative;
}

.select_direccion:before {
  height: 16px;
  width: 16px;
  position: absolute;
  content: "";
  left: 12px;
  top: 13px;
  background-image: url(../img/canalaltas/check.svg);
}

.select_direccion select {
  padding-left: 35px;
}

button.btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}

label.valid .chosen-container-single .chosen-single {
  background-image: url(../img/canalaltas/check.svg) !important;
}

.actualizarDatos {
  padding-top: 100px;
}

.actualizarDatos .ad_header {
  position: relative;
  text-align: left;
  padding: 0px 250px 0px 0px;
}

.actualizarDatos .ad_header h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 78px;
  text-align: left;
}

.actualizarDatos .ad_header svg {
  height: 214px;
  width: 214px;
  position: absolute;
  top: 30px;
  right: 0px;
}

.actualizarDatos .ad_header {
  font-size: 26px;
  line-height: 32px;
}

.actualizarDatos .box.ad_act_aqui {
  margin: 100px 0px 70px;
  text-align: center;
}

.actualizarDatos .box.ad_act_aqui .ad_act__form {
  max-width: 354px;
  margin: auto;
}

.actualizarDatos .box.ad_act_aqui h2 {
  font-size: 41px;
  line-height: 30px;
  letter-spacing: -1px;
  margin: 10px 0px 40px;
  display: inline-block;
  font-family: "Plus Jakarta Sans";
}

.actualizarDatos .box.ad_act_aqui h2 svg {
  float: right;
  margin-left: 12px;
}

.actualizarDatos .box.ad_act_aqui label {
  text-align: left;
  margin-bottom: 30px;
}

.actualizarDatos .box.ad_act_aqui .btn-verde {
  width: 100%;
}

.actualizarDatos h3 {
  width: 100%;
  margin: 100px 0px 60px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  font-weight: 100;
}

.actualizarDatos .ad__cols {
  display: flex;
  margin: 0px -15px 30px;
}

.actualizarDatos .ad__cols .box {
  width: 100%;
  margin: 0px;
  min-height: 400px;
}

.box_ad__cols {
  max-width: 354px;
  margin: auto;
}

.box_ad__cols h4 {
  max-width: 354px;
  margin: auto;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -1px;
  display: inline-block;
  font-family: "Plus Jakarta Sans";
}

.box_ad__cols h4 svg {
  float: right;
  margin: 0px 0px 0px 8px;
}

.box_ad__cols p {
  margin: 30px 0px;
}

.box_ad__cols p:last-child {
  margin: 30px 0px 0px;
}

.box_ad__cols .btn {
  width: 100%;
}

.actualizarDatos .modal .modal-contenedor {
  max-width: 1044px;
}

.actualizarDatos .modal .modal-contenedor h3 {
  display: inline-block;
  border: 0px;
  width: auto;
  margin: 0px 0px 10px;
}

.actualizarDatos .modal .modal-contenedor h3 svg {
  float: right;
  margin: 0px 0px 0px 12px;
}

.img-ins-ac {
  max-width: 100vw;
  max-height: 80vh;
}

.img-ins-app1,
.img-ins-app2 {
  width: 48%;
  margin: 30px 0px 70px;
}

.actualizarDatos .modal:before {
  background: #1b2a3a;
}

.ad_act_actualizada {
  color: #8defb2;
  text-align: center;
  margin-bottom: 30px;
}

.ad_act_actualizada span {
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -1px;
  display: inline-block;
  font-family: "Plus Jakarta Sans";
}

.ad_act_actualizada span svg {
  float: right;
  margin: 0px 0px 0px 10px;
}

.contenedor_pagofacturas {
  max-width: 1200px;
  margin: 130px auto;
}

.contenedor_pagofacturas .pagofacturas__titular {
  position: relative;
}

.contenedor_pagofacturas .pagofacturas__titular h2 {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 48px;
  padding-right: 170px;
}

.contenedor_pagofacturas .pagofacturas__titular svg {
  height: 250px;
  width: 250px;
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
}

.contenedor_pagofacturas .box {
  margin: 0px;
  text-align: center;
  padding: 50px;
  margin-top: 68px;
  margin-bottom: 100px;
}

.contenedor_pagofacturas .box .box__pagofacturas_datos {
  text-align: left;
  display: inline-block;
}

.contenedor_pagofacturas .linea__datos {
  position: relative;
}

.contenedor_pagofacturas .linea__datos svg {
  position: absolute;
  left: 0px;
  top: 0px;
}

.contenedor_pagofacturas .linea__datos {
  position: relative;
  padding: 4px 0px 20px 40px;
}

.contenedor_pagofacturas .linea__datos .linea__datos_n {
  font-weight: bold;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -1px;
  margin-right: 10px;
}

.contenedor_pagofacturas button {
  margin-top: 20px;
  width: 100%;
}

.pagofacturas__gracias {
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.barraCookies {
  background: #1b2a3a;
  width: 100%;
  color: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  text-align: center;
  padding: 20px;
  opacity: 0.95;
  z-index: 999;
  display: none;
}

.barraCookies a {
  color: #fff;
  text-decoration: underline;
}

.barraCookies a.ok {
  background: #fff;
  color: #1b2a3a;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 22px;
  margin-top: 5px;
  text-decoration: none;
}

.barraCookies a.ok_gestionar {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.escanear_otro_dni {
  display: inline-block;
  margin-bottom: 20px;
  color: #1b2a3a;
  text-decoration: underline;
  font-size: 12px;
}

.tecalis__msgs {
  display: none;
}

.tecalis__txt {
  font-size: 16px;
  line-height: 22px;
}

.tecalis__row {
  display: flex;
  gap: 30px;
}

.tecalis__row .tecalis__col {
  width: 50%;
  font-size: 14px;
  line-height: 18px;
}

.tecalis__msgs_titulo {
  background-color: #1b2a3a;
  color: #fff;
  padding: 5px 16px;
  width: 100%;
  border-radius: 8px;
  font-size: 12px;
  margin-bottom: 8px;
}

.tecalis__info1 {
  color: #444;
  font-weight: bold;
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.tecalis__info1 svg {
  position: absolute;
  left: -3px;
}

.tecalis__hr {
  margin: 20px 0px;
  height: 1px;
  background-color: #ccc;
  border: 0px;
  width: 100%;
}

.tecalis__row_info {
  color: #888;
}

.tecalis__row_info img {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.tecalis__msgs_12,
.tecalis__row_info .tecalis__col {
  font-size: 13px;
  line-height: 17px;
}

#tecalis_0 {
  display: block;
}

.tecalis__arrow_qr {
  position: absolute;
  left: calc(50% - 256px);
  margin-top: 20px;
}

.vehiculo__tit_opc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.vehiculo__cont_opc {
  padding-top: 16px;
  display: none;
}

.vehiculo__cont_opc label {
  font-weight: 400;
}

.vehiculo__momento {
  border: 1px solid #ffca99;
  padding: 8px 12px;
  border-radius: 8px;
  margin-top: 15px;
  display: none;
}

.vehiculo__momento > div:first-child {
  display: flex;
  gap: 4px;
  color: #ea780e;
  font-weight: bold;
  margin-bottom: 4px;
  align-items: center;
}

.warningMatricula {
  border-color: #ea780e !important;
  background-image: none !important;
}

@media (max-height: 800px) {
  body {
    zoom: 0.9;
    -ms-zoom: 0.9;
    -webkit-zoom: 0.9;
    -moz-transform: scale(0.9, 0.9);
    -moz-transform-origin: center center;
  }
}

@media (max-height: 720px) {
  body {
    zoom: 0.8;
    -ms-zoom: 0.8;
    -webkit-zoom: 0.8;
    -moz-transform: scale(0.8, 0.8);
    -moz-transform-origin: center center;
  }
}

@media (max-width: 1360px) {
  .container-body {
    width: calc(100% - 20px);
    margin: 24px auto 0px;
  }

  .contenedor_pagofacturas .pagofacturas__titular h2 {
    font-size: 57px;
    line-height: 78px;
    padding-right: 270px;
  }

  .contenedor_pagofacturas .pagofacturas__titular svg {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1200px) {
  .barra_trayectoria {
    width: 70%;
  }

  .slick-arrow {
    display: none !important;
  }

  .productos__contenedor {
    width: 98%;
  }

  h1 {
    font-size: 40px;
  }

  .frases {
    font-size: 70px;
  }

  .slick-dots {
    bottom: -30px;
    margin-top: 00px;
    padding-right: 5px;
    text-align: right;
  }

  .informacionprecontractual {
    /* margin-top: -42px; */
  }

  .producto {
    padding: 20px 15px;
  }

  .resumenpedido__no {
    margin: 84px 20px;
  }
}

@media (max-width: 1140px) {
  .actualizarDatos {
    padding: 50px;
  }
}

@media (max-width: 1170px) {
  .gracias_qr {
    display: none;
  }

  .gracias_promocion {
    padding-right: 0;
    width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 910px) {
  body {
    zoom: 1;
    -ms-zoom: 1;
    -webkit-zoom: 1;
    -moz-transform: scale(1, 1);
    -moz-transform-origin: center center;
  }

  .barra_2 {
    right: -80px;
  }

  .tipocliente__contenedor .tipocliente.tipocliente__titulo {
    display: block;
    width: 100%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btn-pago {
    margin-bottom: 5px;
    min-width: 240px;
  }

  .loader__body__gif img {
    width: 100%;
  }

  .frases {
    font-size: 54px;
  }

  .frases span {
    letter-spacing: -1px;
  }

  .gracias_promocion h3 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -2px;
  }

  .tipocliente {
    display: none;
  }

  .tipocliente.tipocliente__titulo {
    display: block;
  }

  .tipocliente.tipocliente__titulo select {
    display: inline-block;
    width: 200px;
    margin-left: 10px;
  }

  h1 {
    font-size: 40px;
    line-height: 100%;
  }

  .slick-dots li {
    margin: 0 1px;
  }

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

  .actualizarDatos .ad_header h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .actualizarDatos .ad_header {
    font-size: 20px;
    line-height: 24px;
  }

  .actualizarDatos .ad_header svg {
    height: 180px;
    width: 180px;
    top: 0px;
  }

  .actualizarDatos .ad_header {
    position: relative;
    text-align: left;
    padding: 0px 200px 0px 0px;
  }

  .actualizarDatos .box.ad_act_aqui {
    margin: 50px 0px 20px;
  }

  .actualizarDatos h3 {
    margin: 50px 0px 50px;
  }

  .box_ad__cols h4 {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
  }

  .box_ad__cols h4 svg {
    display: block;
    float: none;
    margin: auto;
  }

  .img-ad-gracias,
  .img-ins-ac {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100%;
  }

  .actualizarDatos .modal .modal-contenedor {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 800px) {
  .contenedor_pagofacturas {
    margin: 0px auto;
  }

  .contenedor_pagofacturas .pagofacturas__titular h2 {
    font-size: 46px;
    line-height: 38px;
    text-align: center;
    padding: 0px;
    margin-bottom: 0px;
  }

  .contenedor_pagofacturas .pagofacturas__titular svg {
    transform: none;
    position: initial;
    top: 0px;
    margin: auto;
    display: block;
    height: 120px;
  }

  .contenedor_pagofacturas .box {
    margin: 0px;
    text-align: center;
    padding: 36px 0px;
    margin-top: 0;
    margin-bottom: 10px;
    border: 0px;
    box-shadow: none;
  }

  .contenedor_pagofacturas .pagofacturas__gracias img {
    width: 50%;
  }

  .pagofacturas__gracias {
    font-size: 50px;
    line-height: 38px;
  }

  .contenedor_pagofacturas .box .box__pagofacturas_datos {
    text-align: left;
    display: block;
    width: 100%;
  }

  .contenedor_pagofacturas .linea__datos .linea__datos_n {
    font-weight: bold;
    font-size: 36px;
    line-height: 20px;
    margin-right: 10px;
    letter-spacing: 0px;
  }

  .contenedor_pagofacturas .linea__datos {
    position: relative;
    padding: 4px 0px 15px 40px;
  }

  .box__data .btn-editar-datos {
    position: absolute;
    top: 16px;
    right: 18px;
  }
}

@media (max-width: 700px) {
  .header__logo img {
    height: 40px;
    width: auto;
  }

  header {
    height: 58px;
    padding: 0px 15px;
  }

  .header__right__tel,
  .header__right__apps {
    display: none;
  }

  .header__right__contactanos a span {
    display: none;
  }

  .header__right__contactanos svg {
    display: block;
  }

  .header__right__contactanos {
    margin: 11px 0px 0px 0px;
  }

  .header__right__contactanos a {
    padding: 6px 10px;
    border-radius: 8px;
    width: 46px;
    height: 34px;
  }

  .header__right__idiomas select {
    margin: 19px 0px 0px 14px;
  }

  .container-body {
    width: calc(100% - 30px);
    margin: 28px 15px 0px;
  }

  h1 {
    font-size: 22px;
    line-height: 24px;
  }

  .barra_trayectoria {
    width: 84%;
    margin: 30px auto 60px;
  }

  .barra_1,
  .barra_2 {
    top: 16px;
    left: -20px;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
  }

  .barra_2 {
    left: auto;
    right: -15px;
    width: 150px;
    text-align: center;
  }

  .cols .col1 {
    width: auto;
    right: auto;
    top: auto;
    float: none;
  }

  .cols .col3 {
    float: none;
    width: 100%;
  }

  .resumenpedido__movil {
    display: block;
    position: fixed;
    height: 75px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: #1b2a3a;
    padding: 12px 68px 12px 60px;
    color: #fff;
    z-index: 999;
    -webkit-transition: all 1s cubic-bezier(0.4, -0.4, 0.4, 1.4);
    -moz-transition: all 1s cubic-bezier(0.4, -0.4, 0.4, 1.4);
    -o-transition: all 1s cubic-bezier(0.4, -0.4, 0.4, 1.4);
    transition: all 1s cubic-bezier(0.4, -0.4, 0.4, 1.4);
  }

  .resumenpedido__movil.conproductos {
    height: 135px;
  }

  .resumenpedido__movil:before {
    content: "";
    background: #1b2a3a;
    height: 72px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    border-top: 1px solid #fff;
  }

  .alertamovil {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 40px;
    background: #8defb2;
    color: #1b2a3a;
    top: 0px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .alertamovil.mostrar {
    top: -40px;
  }

  .resumenpedido__movil_svg {
    position: absolute;
    left: 10px;
    top: 19px;
  }

  .resumenpedido__movil_precio {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .resumenpedido__movil_precio span {
    display: block;
    font-weight: bold;
  }

  .resumenpedido__movil_svg span {
    position: absolute;
    right: -7px;
    top: -1px;
    color: #1b2a3a;
    background: #8defb2;
    width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 16px;
    text-align: center;
    line-height: 16px;
  }

  .resumenpedido__movil .resumenpedido__movil_data {
    position: relative;
    z-index: 1;
  }

  .resumenpedido__movil .resumenpedido__movil_data a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 15px;
  }

  .resumenpedido__movil .resumenpedido__movil_data a:last-child {
    margin-left: 5px;
  }

  .resumenpedido__movil .resumenpedido__movil_data h4 {
    margin: 0px 0px 3px 0px;
    font-size: 18px;
  }

  .resumenpedido__contenedor {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 96%;
    z-index: 999;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: 1px 1px 19px #ccc;
  }

  .resumenpedido__contenedor.active {
    left: 0px;
    background: #fff;
    height: calc(100% - 72px);
  }

  .resumenpedido__contenedor .resumenpedido {
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    height: calc(100% - 65px);
    padding: 20px 0px 60px;
    overflow: hidden;
  }

  .badgerPedido,
  .resumenpedido__footer__total {
    display: none;
  }

  .resumenpedidocerrarmovil {
    display: block;
    border: 0px;
    background: transparent;
    position: absolute;
    right: 5px;
    top: 10px;
  }

  .resumenpedido__body {
    height: calc(100vh - 175px);
    overflow: scroll;
  }

  .form__promocion {
    max-width: 100%;
  }

  .enlaces_footer ul {
    margin: 30px 0px 30px;
  }

  .enlaces_footer ul li {
    float: none;
    padding: 0px 0px;
    width: 100%;
    margin-bottom: 5px;
  }

  .enlaces_footer ul li:before {
    display: none;
  }

  footer {
    padding-bottom: 50px;
    padding-bottom: 90px;
  }

  .lineapedido .lineapedido__header .lineapedido__header__txt {
    min-height: 140px;
  }

  .resumenpedido__body .form__promocion {
    display: none;
  }

  .resumenpedido__body .form__promocion.form__promocion-movil {
    display: block;
    margin: 20px 0px;
  }

  .btn-tramitar-pedido {
    display: none;
    margin: 0px 15px;
    width: calc(100% - 30px);
  }

  .lineapedido__contenedor {
    overflow: scroll;
    height: calc(100%);
    background: #fff;
    padding: 0px 15px 120px 15px;
  }

  .modal .modal-contenedor {
    width: 90%;
  }

  .hidden-movil {
    display: none;
  }

  .vehiculo_movil_data {
    display: block;
    text-align: left;
  }

  .box {
    padding: 15px;
    margin: 0px 0px 15px 0px;
    position: relative;
  }

  .box .box__icono {
    left: 15px;
  }

  .box h3 {
    font-size: 24px;
    margin: 23px 0px 23px 84px;
  }

  .box .box__body {
    margin-top: 0px;
  }

  .box__form {
    padding-top: 15px;
  }

  .box__data {
    margin: 20px 0px 10px 0px;
  }

  .box:before {
    display: none;
  }

  .box__data .btn-editar-datos {
    top: 15px;
    right: 13px;
    font-size: 0;
  }

  .box__data p span:last-child {
    display: block;
  }

  .box__data p {
    margin: 0px 0px 10px;
  }

  .box__finalizar {
    margin-left: 0;
  }

  .btn-aceptarycontratar {
    margin: 30px 0px 30px;
  }

  .frases {
    font-size: 34px;
  }

  .frases span {
    letter-spacing: 0px;
    width: 94%;
    margin-left: 3%;
  }

  .contenedor_gracias h2 {
    font-size: 50px;
    letter-spacing: -2px;
  }

  .contenedor_gracias {
    margin: 20px auto 0px;
  }

  .gracias_promocion {
    padding: 32px 0px 20px 0px;
    text-align: center;
  }

  .gracias_promocion img {
    position: initial;
    display: inline-block;
    width: 120px;
  }

  .gracias_promocion h3 {
    font-size: 34px;
    line-height: 35px;
    letter-spacing: -1px;
  }

  header .header__logo {
    float: left;
    margin-top: 10px;
  }

  .informacionprecontractual-movil {
    display: block;
    margin: 0px 0px 20px;
    position: initial;
  }

  .slick-dots li button {
    width: 14px;
    height: 14px;
  }

  .informacionprecontractual {
    margin-top: 0;
  }

  .slick-dots {
    text-align: center;
    margin: 0px;
    padding: 0px;
  }

  .producto {
    width: 100%;
    margin: 20px 0px;
  }

  .btn-tramitar-pedido-movil {
    display: none;
  }

  .productos__contenedor .productos.productos-inicio {
    overflow: hidden;
  }

  .productos__contenedor .productos.productos-inicio {
    overflow: hidden;
  }

  .productos__contenedor .productos {
    min-height: 200px;
  }

  .loading-promos {
    height: 200px !important;
    margin-top: 20px;
    object-fit: cover;
    width: 100% !important;
  }

  .btn-tramitar-pedido-movil {
    display: none;
    padding: 10px 20px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #6de4ac;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #1b2a3a;
    line-height: normal;
    margin-top: 12px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }

  .btn-tramitar-pedido-movil.mostrar {
    display: flex;
  }

  .container_paso2 .cols .col3 {
    margin-right: 0px;
  }

  .btn-anade-codigo {
    margin: 15px;
    width: calc(100% - 30px);
  }

  .btn-tramitar-pedido {
    margin: 11px 15px;
  }

  .alert {
    right: 10px;
    width: calc(100% - 20px);
  }

  .alert-paso2 {
    margin-left: 0;
  }

  label.invalid p.form__error,
  .form-error-cuenta,
  .form-error-iban,
  .form-error-tarjeta {
    font-size: 16px;
  }

  .productos__contenedor:before {
    display: none;
  }

  .productos__contenedor {
    padding-bottom: 10px;
  }

  .producto {
    min-height: 100%;
    padding: 20px 20px 30px 20px;
  }

  .modal .modal-contenedor {
    padding: 30px 15px;
  }

  .producto .producto_cont {
    min-height: auto;
  }

  .informacionAdicional {
    margin-bottom: 0px;
  }

  footer {
    padding: 90px 0px 40px;
  }

  footer .footer_redes_sociales {
    margin-bottom: 20px;
  }

  .actualizarDatos .ad__cols {
    display: block;
    margin: 0px;
  }

  .actualizarDatos {
    padding: 20px 0px 0px 0px;
  }

  .actualizarDatos .ad_header {
    position: relative;
    text-align: left;
    padding: 0px 0px 0px 0px;
  }

  .actualizarDatos .ad_header svg {
    display: none;
  }

  .actualizarDatos .ad_header h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .actualizarDatos .ad_header {
    font-size: 18px;
    line-height: 22px;
  }

  .actualizarDatos .box.ad_act_aqui {
    margin: 30px 0px 20px;
  }

  .actualizarDatos h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .box_ad__cols p {
    margin: 20px 0px;
  }

  .box_ad__cols p:last-child {
    margin: 20px 0px 0px;
  }

  .actualizarDatos .ad__cols .box {
    margin: 0px 0px 30px;
  }

  .box_ad__cols h4 {
    width: 100%;
  }

  .actualizarDatos .modal__close {
    right: 5px;
    top: 5px;
  }

  .img-ins-app1,
  .img-ins-app2 {
    width: 80%;
    margin: 0px 0px 0px;
  }

  .ad_act_actualizada span svg {
    float: none;
    margin: 7px auto 0px;
    display: block;
  }

  h1 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.8px;
    margin: 0px;
  }

  .subTitulo {
    margin-bottom: 20px;
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .box .box__icono {
    width: 40px;
    height: 40px;
  }

  .box .box__icono svg {
    width: 20px;
    margin: 0px 0px 0px -10px;
  }

  .box h3 {
    font-size: 24px;
    margin: 7px 0px 22px 50px;
  }

  .subTitulo {
    margin-bottom: 20px;
    line-height: 14px;
    font-size: 12px;
    margin-bottom: 15px;
    margin: 21px 0px 12px 0px;
  }

  .modal .modal-contenedor {
    max-height: 90vh;
  }

  .modal .modal-contenedor h3 {
    font-size: 28px;
    padding: 0px 0px 20px;
    line-height: 110%;
    letter-spacing: -1px;
  }

  .loaderv3__header_titulo {
    font-size: 48px;
    letter-spacing: -2.6px;
    margin-bottom: 18px;
  }
  .loaderv3__header_desc {
    font-size: 22px;
    line-height: 135%;
  }
  .loaderv3__header_loading img {
    width: 130px;
  }
  .loaderv3__slider div.lv3_sli {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
  }
  .loaderv3__slider-title {
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -1.44px;
    margin-top: 24px;
  }
  .lv3_sli img {
    width: 100%;
    height: auto;
  }
  .loaderv3__header {
    padding: 50px 0px 20px;
  }
}

@-webkit-keyframes textLouder1 {
  0% {
    top: 100px;
    opacity: 0;
  }

  5% {
    top: 0px;
    opacity: 1;
  }

  45% {
    top: 0px;
    opacity: 1;
  }

  50% {
    top: -100px;
    opacity: 0;
  }

  100% {
    top: -100px;
    opacity: 0;
  }
}

@keyframes textLouder1 {
  0% {
    top: 100px;
    opacity: 0;
  }

  5% {
    top: 0px;
    opacity: 1;
  }

  45% {
    top: 0px;
    opacity: 1;
  }

  50% {
    top: -100px;
    opacity: 0;
  }

  100% {
    top: -100px;
    opacity: 0;
  }
}

@-webkit-keyframes textLouder2 {
  0% {
    top: 100px;
    opacity: 0;
  }

  50% {
    top: 100px;
    opacity: 0;
  }

  55% {
    top: 0px;
    opacity: 1;
  }

  95% {
    top: 0px;
    opacity: 1;
  }

  100% {
    top: -100px;
    opacity: 0;
  }
}

@keyframes textLouder2 {
  0% {
    top: 100px;
    opacity: 0;
  }

  50% {
    top: 100px;
    opacity: 0;
  }

  55% {
    top: 0px;
    opacity: 1;
  }

  95% {
    top: 0px;
    opacity: 1;
  }

  100% {
    top: -100px;
    opacity: 0;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (max-width: 910px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadetopEffect {
  from {
    opacity: 0;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes fadetopEffect {
  from {
    opacity: 0;
    margin-top: 30px;
  }

  to {
    opacity: 1;
    margin-top: 0px;
  }
}

@-webkit-keyframes fadeModal {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}

@keyframes fadeModal {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
