.header-interior {
  background: #005fae;
}

header {
  background: #005fae;
}

header .menu-der nav ul li a {
  color: #fff !important;
}

.s-top {
  padding-top: 6.5rem;
}

@media only screen and (max-width: 768px) {
  .s-top {
    padding-top: 5rem;
  }
}
.detalle-unidad .titulo {
  margin: 0;
  text-align: center;
  color: #0058B4;
  font-size: 1.66rem;
  text-transform: uppercase;
}

.detalle-unidad .ciudad {
  color: #393939;
  font-size: 0.8rem;
  text-align: center;
  margin: 0.4rem 0 1.5rem;
}

.detalle-unidad .ciudad img {
  vertical-align: middle;
  margin-top: -3px;
  width: 11px;
}

.detalle-unidad p {
  text-align: center;
  font-size: 1.1rem;
  color: #000;
}

.detalle-unidad .tabs-modelos {
  border-bottom: none;
  margin-bottom: 2rem;
  margin-top: 0.4rem;
  width: 100%;
  overflow: auto;
  text-align: center;
}

.detalle-unidad .tabs-modelos .tabs-scroll {
  min-width: 500px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.detalle-unidad .tabs-modelos a {
  color: #000;
  font-size: 0.89rem;
  display: block;
  padding: 0.5rem 0.8rem;
  width: auto;
  text-align: center;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}

.detalle-unidad .tabs-modelos a.activo {
  color: #0058B4;
  font-weight: 700;
  position: relative;
  border-color: #0058B4;
}

.detalle-unidad .carrusel {
  border: none;
  width: 60%;
  min-width: 60%;
}

.detalle-unidad .carrusel .box-unidad2 {
  height: 363px;
  text-align: center;
}

.detalle-unidad .carrusel .box-unidad2__body {
  height: 100%;
  overflow: hidden;
}

.detalle-unidad .carrusel .box-unidad2 img {
  height: 100%;
  margin: 0 auto;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .carrusel-portal .tns-controls button {
    top: 40% !important;
  }
  .tns-horizontal.tns-subpixel {
    display: flex;
  }
  .detalle-unidad .carrusel .box-unidad2 {
    margin-bottom: 1rem;
    height: 100%;
  }
  .detalle-unidad .carrusel .box-unidad2 .box-unidad2__body {
    display: flex;
    align-items: center;
  }
  .detalle-unidad .carrusel .box-unidad2 .box-unidad2__body img {
    width: 100%;
    height: auto;
    min-height: 80%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 991px) {
  .detalle-unidad .carrusel {
    width: 100%;
  }
}
.detalle-unidad .box-unidad {
  width: 40%;
  min-width: 40%;
}

@media only screen and (max-width: 991px) {
  .detalle-unidad .box-unidad {
    width: 100%;
  }
}
.detalle-unidad .box-unidad__body {
  text-align: center;
  padding: 2rem;
}

.detalle-unidad .box-unidad__body img {
  max-width: 100%;
}

.detalle-unidad .box-unidad__footer {
  display: block;
  background: #F2EFEF;
  padding: 1.5rem;
  color: #393939;
  height: 100%;
  border-radius: 12px;
}

@media only screen and (max-width: 768px) {
  .detalle-unidad .box-unidad__footer {
    padding: 1rem;
  }
}
.detalle-unidad .box-unidad__footer .detalle-precio {
  text-align: center;
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #938D8D;
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detalle-unidad .box-unidad__footer .detalle-precio a {
  width: 106px;
  height: 45px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.detalle-unidad .box-unidad__footer .detalle-precio p {
  color: #393939;
  margin: 0;
  font-size: 1rem;
  text-align: left;
}

.detalle-unidad .box-unidad__footer .detalle-precio h5 {
  color: #393939;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .detalle-unidad .box-unidad__footer .detalle-precio {
    border: none;
    margin-bottom: 1rem;
  }
  .detalle-unidad .box-unidad__footer .detalle-precio:after {
    content: "";
    display: none;
    width: 60px;
    height: 2px;
    background: #fff;
  }
}
.detalle-unidad .box-unidad__footer .detalle-caracteristicas {
  display: flex;
  flex-grow: 1;
  padding: 0;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .detalle-unidad .box-unidad__footer .detalle-caracteristicas {
    padding: 0 0rem;
  }
}
@media only screen and (max-width: 768px) {
  .detalle-unidad .box-unidad__footer .detalle-caracteristicas {
    flex-wrap: wrap;
  }
}
.detalle-unidad .box-unidad__footer .detalle-caracteristicas .item {
  padding: 0.7rem 0.2rem 0.2rem;
  width: 50%;
  text-align: left;
}

.detalle-unidad .box-unidad__footer .detalle-caracteristicas .item:nth-child(1) {
  border-right: 1px solid #CAC9C9;
  border-bottom: 1px solid #CAC9C9;
  width: 50%;
}

.detalle-unidad .box-unidad__footer .detalle-caracteristicas .item:nth-child(2) {
  border-bottom: 1px solid #CAC9C9;
  padding-left: 1.5rem;
  width: 50%;
}

.detalle-unidad .box-unidad__footer .detalle-caracteristicas .item:nth-child(3) {
  border-right: 1px solid #CAC9C9;
  width: 50%;
}

.detalle-unidad .box-unidad__footer .detalle-caracteristicas .item:nth-child(4) {
  padding-left: 1.5rem;
  width: 50%;
}

@media only screen and (max-width: 550px) {
  .detalle-unidad .box-unidad__footer .detalle-caracteristicas .item {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0.5rem;
  }
  .detalle-unidad .box-unidad__footer .detalle-caracteristicas .item:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #CAC9C9;
    width: 100%;
  }
  .detalle-unidad .box-unidad__footer .detalle-caracteristicas .item:nth-child(2) {
    border-bottom: 1px solid #CAC9C9;
    padding-left: 0rem;
    width: 100%;
  }
  .detalle-unidad .box-unidad__footer .detalle-caracteristicas .item:nth-child(3) {
    border-bottom: 1px solid #CAC9C9;
    border-right: none;
    width: 100%;
  }
  .detalle-unidad .box-unidad__footer .detalle-caracteristicas .item:nth-child(4) {
    padding-left: 0rem;
    width: 100%;
  }
}
.detalle-unidad .box-unidad__footer .detalle-caracteristicas .item h5 {
  margin: 0;
  color: #393939;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.detalle-unidad .box-unidad__footer .detalle-caracteristicas .item p {
  margin: 0;
  color: #393939;
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
}

.detalle-unidad .mensaje-abajo {
  text-align: left;
  font-size: 0.77rem;
  padding: 0.3rem 0;
  margin-bottom: 0.8rem;
}

.detalle-unidad .tns-nav {
  display: none;
}

.detalle-unidad .tns-controls {
  display: block;
}

@media only screen and (max-width: 768px) {
  .detalle-unidad .tns-controls button {
    top: 20%;
  }
}
.w-cotizar {
  padding: 2rem 0 3rem;
}

.btn-cotizar {
  width: 166px;
  height: 33px;
  text-align: center;
  background: #0060A7;
  display: inline-flex;
  color: #fff;
  font-size: 0.66rem;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.btn-cotizar:hover {
  background: #00518e;
}

.carrusel-portal .tns-controls {
  display: block;
}

.carrusel-portal .tns-controls button {
  width: 30px;
  height: 30px;
  background: #0060A7;
  padding: 0;
  opacity: 0.8;
}

.carrusel-portal .tns-controls button:first-child {
  padding-right: 0.2rem;
  left: 1rem;
}

.carrusel-portal .tns-controls button:last-child {
  padding-left: 0.2rem;
  right: 1rem;
}

.carrusel-portal .tns-controls button:after {
  font-size: 0.8rem;
  color: #fff;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .carrusel-portal .tns-controls button:first-child {
    left: 1rem;
  }
  .carrusel-portal .tns-controls button:last-child {
    right: 1rem;
  }
}
.container-small {
  max-width: 890px;
}

.container-plantas {
  max-width: 1050px;
  padding-bottom: 1rem;
}

.container-plantas .titulo {
  font-size: 27px;
  color: #393939;
  font-weight: 600;
}

.login-pocuro {
  display: flex;
  padding-top: 4rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .login-pocuro {
    flex-direction: column;
    padding-top: 2rem;
  }
}
.login-pocuro__izq {
  width: 50%;
  min-width: 50%;
}

.login-pocuro__izq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .login-pocuro__izq {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .login-pocuro__izq img {
    object-position: bottom;
  }
}
.login-pocuro__der {
  text-align: center;
  width: 50%;
  min-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem 1rem 2rem;
}

@media only screen and (max-width: 768px) {
  .login-pocuro__der {
    width: 100%;
    min-width: 100%;
  }
}
.login-pocuro__der .m-0 {
  text-align: center;
  width: 21.6rem;
  margin: 0 auto;
  max-width: 100%;
}

.login-pocuro__der .form-group .btn {
  width: 166px;
  height: 33px;
  min-height: 0;
  text-align: center;
  background: #0060A7;
  display: inline-flex;
  color: #fff;
  font-size: 0.66rem;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  padding-top: 0.7rem;
}

.login-pocuro__der .form-group .text-lg-right {
  color: #0058B4;
  font-size: 0.7rem;
  text-decoration: underline;
  font-weight: 500;
  text-align: right;
}

.login-pocuro__der .form-group .text-lg-right a {
  color: #0058B4;
}

.login-pocuro__der .form-login {
  text-align: center;
  width: 21.6rem;
  margin: 0 auto;
  max-width: 100%;
}

.login-pocuro__der .form-login h3 {
  margin: 0 0 0.77rem;
  color: #393939;
  font-weight: 700;
  font-size: 1rem;
}

.login-pocuro__der .form-login p {
  color: #000;
  font-size: 0.778rem;
  margin-top: -0.4rem;
}

.login-pocuro__der .form-group {
  margin-bottom: 1rem;
}

.login-pocuro__der .form-group label {
  text-align: left;
  color: #4E4E4E;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 0.2rem;
}

.login-pocuro__der .form-group select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: 8px auto;
  background-position: 96% center;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #393939;
  font-size: 0.77rem;
  width: 100%;
  color: #555559;
  letter-spacing: 1px;
  padding: 0.2rem 0;
}

.login-pocuro__der .form-group select.select-fono {
  display: inline-block;
  text-align: left;
}

.login-pocuro__der .form-group input {
  border: none;
  border-bottom: 2px solid #393939;
  font-size: 0.77rem;
  padding: 0.2rem 0;
  width: 100%;
  background: transparent;
}

.login-pocuro__der .form-group input::placeholder {
  opacity: 0.5;
}

.login-pocuro__der .logos-login {
  display: flex;
  justify-content: center;
}

.login-pocuro__der .logos-login .mb-1:nth-child(1) a {
  background-image: url("../images/logo-google.png");
  background-repeat: no-repeat;
  background-position: center;
}

.login-pocuro__der .logos-login .mb-1:nth-child(2) a {
  background-image: url("../images/logo-fb.png");
  background-repeat: no-repeat;
  background-position: center;
}

.login-pocuro__der .logos-login a {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #393939;
  margin: 0 0.5rem;
  font-size: 0;
}

.login-pocuro__der .form-submit {
  margin-top: 2rem;
}

.login-pocuro__der .ingresa {
  margin-bottom: 1.66rem;
}

.login-pocuro__der .invitado {
  margin-bottom: 3rem;
}

.login-pocuro__der .restablecer {
  color: #0058B4;
  font-size: 0.7rem;
  text-decoration: underline;
  font-weight: 500;
}

.login-pocuro__der .restablecer-pass {
  padding-top: 1rem;
}

.login-pocuro__der .restablecer-pass p {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.login-pocuro__der .texto-politica {
  margin-top: 2rem;
}

.login-pocuro__der .texto-politica p {
  margin: 0;
  color: #393939;
  font-size: 0.7rem;
}

.login-pocuro__der .texto-politica p a {
  color: #393939;
  text-decoration: underline;
}

.login-pocuro__der .form-contrasena {
  position: relative;
}

.login-pocuro__der .ic-ojo {
  position: absolute;
  bottom: 0.3rem;
  right: 0.2rem;
  color: #0058B4;
  display: none;
  cursor: pointer;
}

.login-pocuro__der .ic-ojo.activo {
  display: block;
}

.nueva-contrasena {
  background: #F7F7F7;
  padding: 7rem 0 4rem;
}

@media only screen and (max-width: 768px) {
  .nueva-contrasena {
    padding-top: 5rem;
  }
}
.nueva-contrasena .titulo {
  font-size: 1.44rem;
  font-weight: 700;
  margin: 0 0 1.4rem;
  text-align: left;
}

.nueva-contrasena .w-contrasena {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 2rem 5rem 2.77rem;
}

@media only screen and (max-width: 768px) {
  .nueva-contrasena .w-contrasena {
    padding: 2rem 1rem;
  }
}
.nueva-contrasena .w-contrasena h3 {
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  text-align: left;
}

.nueva-contrasena .w-contrasena .btn-cotizar {
  width: 265px;
  max-width: 100%;
  margin-top: 1rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-group label {
  text-align: left;
  color: #4E4E4E;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 0.2rem;
}

.form-group select {
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: 8px auto;
  background-position: 96% center;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #393939;
  font-size: 0.77rem;
  width: 100%;
  color: #555559;
  letter-spacing: 1px;
  padding: 0.2rem 0;
  background-color: transparent;
}

.form-group select.select-fono {
  display: inline-block;
  text-align: left;
}

.form-group input {
  border: none;
  border-bottom: 2px solid #393939;
  font-size: 0.77rem;
  padding: 0.2rem 0;
  width: 100%;
  background: transparent;
}

.form-group input::placeholder {
  opacity: 0.5;
}

.form-group .opcional {
  text-align: right;
  color: #9D9D9D;
  font-size: 12px;
  display: block;
  padding-top: 2px;
}

.modal-codigo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-codigo.visible {
  display: flex;
}

.modal-codigo .w-modal {
  background: #fff;
  width: 555px;
  max-width: 100%;
}

.modal-codigo__header {
  background: #F7F7F7;
  text-align: center;
  padding: 2.5rem 1.8rem 2rem;
}

@media only screen and (max-width: 550px) {
  .modal-codigo__header {
    padding: 1.5rem 1rem;
  }
}
.modal-codigo__header img {
  vertical-align: bottom;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 550px) {
  .modal-codigo__header img {
    width: 40px;
    margin-bottom: 0.5rem;
  }
}
.modal-codigo__header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

@media only screen and (max-width: 550px) {
  .modal-codigo__header h3 {
    font-size: 0.88rem;
  }
}
.modal-codigo__body {
  background: #fff;
  text-align: center;
  padding: 1.4rem 1rem;
}

.modal-codigo__body .mensaje-codigo {
  margin-bottom: 1.4rem;
}

.modal-codigo__body .mensaje-codigo p {
  color: #000;
  font-size: 0.77rem;
}

.modal-codigo__body .mensaje-codigo p span {
  display: block;
  font-weight: bold;
}

.modal-codigo__body .codigo {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.modal-codigo__body .codigo input {
  width: 58px;
  height: 58px;
  background: #e1e1e1;
  border: none;
  margin: 0 0.4rem;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (max-width: 550px) {
  .modal-codigo__body .codigo input {
    width: 40px;
    height: 40px;
    margin: 0 0.2rem;
  }
}
.modal-codigo__body .mensaje-codigo2 {
  color: #000;
  font-size: 0.77rem;
  margin-bottom: 1.5rem;
}

.modal-codigo__body .btn-cotizar {
  font-weight: 600;
  width: 230px;
  max-width: 100%;
}

.modal-codigo__body .botones-modal {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

.modal-codigo__body .botones-modal a {
  margin: 0 1rem;
}

.modal-codigo__body .botones-modal .btn-light {
  color: #005DB6;
  width: 187px;
  height: 31px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #005DB6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bread {
  color: #000;
  font-size: 0.778rem;
  padding-bottom: 2rem;
}

.bread a {
  color: #000;
  font-size: 0.778rem;
}

.bread span {
  color: #0058B4;
}

.completar-datos {
  padding-top: 7rem;
}

@media only screen and (max-width: 768px) {
  .completar-datos {
    padding-top: 4rem;
  }
}
.completar-datos__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .completar-datos__head {
    flex-direction: column;
  }
}
.completar-datos__head .bread {
  margin-bottom: 0;
}

.completar-datos__head .volver {
  color: #0058B4;
  font-size: 0.66rem;
  padding: 0.5rem;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .completar-datos__head .volver {
    text-align: right;
    margin: 0 0 0 auto;
  }
}
.completar-datos .titulo {
  font-size: 1.44rem;
  margin: 0 0 1.5rem;
  color: #393939;
  font-weight: 700;
}

.completar-datos .w-completar {
  display: flex;
  border-top: 1px solid #C0C0C0;
}

.completar-datos .w-completar__pasos {
  width: 25%;
  min-width: 25%;
  border-right: 1px solid #c0c0c0;
  padding: 1.8rem 0 1.8rem 1.4rem;
}

@media only screen and (max-width: 768px) {
  .completar-datos .w-completar__pasos {
    display: none;
  }
}
.completar-datos .w-completar__pasos .item-paso {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.778rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  padding-right: 1.4rem;
}

.completar-datos .w-completar__pasos .item-paso:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  background: #fff;
  position: absolute;
  right: -7px;
}

.completar-datos .w-completar__pasos .item-paso .ic-paso {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background: #4C97CF;
  justify-content: center;
  text-align: center;
  margin-left: 1rem;
}

.completar-datos .w-completar__pasos .item-paso .ic-paso img {
  margin-left: 0;
}

.completar-datos .w-completar__pasos .item-paso.activo:after {
  background: #0058B4;
  border-color: #0058B4;
}

.completar-datos .w-completar__pasos .item-paso.activo .ic-paso {
  background: #0058B4;
}

.completar-datos .w-completar__pasos .item-paso.visitado .ic-paso {
  background: #D9D9D9;
}

.completar-datos .w-completar__contenido {
  width: 75%;
  min-width: 75%;
  background-color: #f7f7f7;
  padding: 1rem 3.2rem 2rem;
}

@media only screen and (max-width: 768px) {
  .completar-datos .w-completar__contenido {
    width: 100%;
    min-width: 100%;
    padding: 2rem 1.5rem;
  }
}
.completar-datos .w-completar__contenido .w-form {
  max-width: 900px;
}

.completar-datos .w-completar__contenido .paso {
  font-size: 0.72rem;
  color: #393939;
}

.completar-datos .w-completar__contenido h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #393939;
  margin: 1rem 0 1.4rem;
}

.form-check input {
  display: inline-block;
  width: auto;
}

.form-check label {
  display: inline-block;
  color: #4E4E4E;
  font-weight: 300;
  text-transform: none;
  font-size: 0.778rem;
}

.banner-cotizacion {
  padding-bottom: 0.6rem;
  background: #F7F7F7;
  position: relative;
  padding-top: 6rem;
}

@media only screen and (max-width: 550px) {
  .banner-cotizacion {
    padding-top: 4rem;
  }
}
.banner-cotizacion:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  background: #fff;
  z-index: 1;
  top: 0;
}

.banner-cotizacion__header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 550px) {
  .banner-cotizacion__header {
    flex-direction: column-reverse;
  }
}
.banner-cotizacion__header h1 {
  margin: 0;
  color: #0058B4;
  font-weight: 700;
  font-size: 1.66rem;
}

.banner-cotizacion__header .btn-cotizar {
  width: 240px;
}

@media only screen and (max-width: 550px) {
  .banner-cotizacion__header .btn-cotizar {
    margin-bottom: 1rem;
  }
}
.banner-cotizacion__body {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 1.9rem;
  z-index: 2;
}

.banner-cotizacion__body .img-cotizacion {
  width: 100%;
  vertical-align: bottom;
  position: absolute;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.banner-cotizacion__body .box-info {
  background: #fff;
  z-index: 9;
  text-align: center;
  padding: 1rem 1.8rem 1rem;
  width: 288px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner-cotizacion__body .box-info {
    padding: 1rem 1.2rem 1rem;
  }
}

.banner-cotizacion__body .box-info h5 {
  color: #393939;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.2rem;
}

.banner-cotizacion__body .box-info .valor {
  color: #005DB6;
  font-size: 2.22rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.banner-cotizacion__body .box-info .caracteristicas {
  display: flex;
  justify-content: center;
  padding: 0;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 0.8rem;
}

.banner-cotizacion__body .box-info .caracteristicas .item {
  margin: 0 0.5rem;
}

.banner-cotizacion__body .box-info .caracteristicas .item p {
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}

.banner-cotizacion__body .box-info .caduca {
  font-size: 0.66rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}

.banner-cotizacion__body .box-info .caduca img {
  margin-right: 0.2rem;
}

.banner-cotizacion__body .box-info .valor-uf {
  font-size: 0.66rem;
  color: #000;
  margin-bottom: 0;
}

.banner-cotizacion__footer {
  background: #005DB6;
  display: flex;
  justify-content: flex-end;
  padding: 0.7rem 2rem;
}

@media only screen and (max-width: 768px) {
  .banner-cotizacion__footer {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.7rem 1rem 0;
  }
}
.banner-cotizacion__footer a {
  font-size: 0.66rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  text-transform: uppercase;
  padding: 0.2rem 1rem;
  margin-left: 0.7rem;
}

.banner-cotizacion__footer a:nth-child(2) {
  display: none;
}

@media only screen and (max-width: 768px) {
  .banner-cotizacion__footer a {
    margin-bottom: 0.6rem;
    font-size: 0.5rem;
    padding: 0.2rem 0.5rem;
  }
  .banner-cotizacion__footer a:nth-child(2) {
    display: flex;
  }
}
.banner-cotizacion__footer a i {
  margin-right: 0.4rem;
  transform: scale(1.3);
}

.banner-cotizacion__footer a em {
  margin-right: 0.4rem;
  transform: scale(1.3);
}

.bg-gris {
  background: #F7F7F7;
}

.contenido-datos {
  padding-bottom: 3rem;
}

.box-cotizacion {
  background: #fff;
  padding: 1rem 2.5rem;
  margin-bottom: 0.6rem;
}

@media only screen and (max-width: 768px) {
  .box-cotizacion {
    padding: 1rem;
  }
}
.box-cotizacion__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .box-cotizacion__head {
    flex-direction: column;
  }
}
.box-cotizacion__head p {
  text-align: right;
  font-size: 0.83rem;
}

.box-cotizacion h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #393939;
  margin: 0 0 1rem;
}

.box-cotizacion p {
  font-size: 0.88rem;
  color: #393939;
}

.box-cotizacion .item-unidad p {
  margin-bottom: 0.5rem;
}

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

.box-cotizacion table thead tr {
  border: none;
}

.box-cotizacion table tr {
  border-bottom: 1px solid #0058B4;
}

.box-cotizacion table tr th {
  color: #393939;
  font-size: 0.77rem;
  padding-bottom: 0.3rem;
}

.box-cotizacion table tr td {
  font-size: 0.83rem;
  padding: 0.5rem 0.2rem 0.4rem;
}

.box-cotizacion .superficie {
  display: flex;
  align-items: center;
  font-size: 0.88rem;
  margin-bottom: 1rem;
}

.box-cotizacion .superficie img {
  margin-right: 0.3rem;
  width: 30px;
}

.box-cotizacion .carrusel {
  text-align: center;
  margin-bottom: 1rem;
}

.box-cotizacion .carrusel .tns-controls button {
  top: 50%;
  transform: translateY(-50%);
}

.box-cotizacion .carrusel .tns-controls button:first-child {
  left: -0.7rem;
}

.box-cotizacion .carrusel .tns-controls button:last-child {
  right: -0.7rem;
}

.box-cotizacion .carrusel .tns-nav {
  display: none;
}

.box-cotizacion .caracteristicas-depto {
  display: flex;
  flex-wrap: wrap;
}

.box-cotizacion .caracteristicas-depto .item {
  width: 50%;
  margin-bottom: 1rem;
  padding-right: 0.75rem;
}

.box-cotizacion .caracteristicas-depto .item h5 {
  font-size: 0.72rem;
  margin: 0;
  font-weight: 400;
}

.box-cotizacion .caracteristicas-depto .item p {
  font-size: 0.83rem;
  color: #393939;
  font-weight: 600;
  margin-bottom: 0;
}

.box-cotizacion .datos-contacto {
  display: flex;
  flex-wrap: wrap;
}

.box-cotizacion .datos-contacto .item {
  width: 50%;
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 550px) {
  .box-cotizacion .datos-contacto .item {
    width: 100%;
  }
}
.box-cotizacion .datos-contacto .item h5 {
  font-size: 0.72rem;
  margin: 0;
  font-weight: 400;
}

.box-cotizacion .datos-contacto .item p {
  font-size: 0.83rem;
  color: #393939;
  font-weight: 600;
  margin-bottom: 0;
}

.box-cotizacion.box-departamento {
  padding-left: 3rem;
  padding-right: 3rem;
  height: calc(100% - 0.6rem);
}

@media only screen and (max-width: 768px) {
  .box-cotizacion.box-departamento {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.box-cotizacion.box-departamento h4 {
  margin-bottom: 0;
}

.head-panel .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .head-panel .wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.head-panel h1 {
  margin: 0;
  color: #393939;
  font-weight: 700;
  font-size: 1.44rem;
}

@media only screen and (max-width: 550px) {
  .head-panel h1 {
    margin-bottom: 1rem;
  }
}
.head-panel .btn-cotizar {
  width: 240px;
}

.mis-cotizaciones {
  padding-bottom: 2rem;
}

.mis-cotizaciones h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #393939;
  text-transform: none;
}

.mis-cotizaciones .carrusel .tns-controls button:first-child {
  left: -1.9rem;
}

.mis-cotizaciones .carrusel .tns-controls button:last-child {
  right: -1.9rem;
}

.card-cotizacion__img {
  position: relative;
  min-height: 115px;
}

.card-cotizacion__img .estado {
  color: #0058B4;
  font-size: 0.61rem;
  background: #fff;
  border-radius: 4px;
  padding: 4px 6px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  right: 0.85rem;
  top: 0.66rem;
  display: flex;
  align-items: center;
}

.card-cotizacion__img .estado img {
  margin-left: 4px;
}

.card-cotizacion__img .img-cot {
  width: 100%;
  vertical-align: bottom;
}

.card-cotizacion__img .titulo-cotizacion {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.75rem;
}

.card-cotizacion__img .titulo-cotizacion .ubicacion-card {
  color: #fff;
  font-size: 0.77rem;
  margin-bottom: 0.3rem;
}

.card-cotizacion__img .titulo-cotizacion .ubicacion-card img {
  margin-right: 0.2rem;
  width: 11px;
}

.card-cotizacion__img .titulo-cotizacion h4 {
  color: #fff;
  margin: 0;
  font-size: 0.94rem;
  font-weight: 600;
  text-transform: uppercase;
}

.card-cotizacion__img .titulo-cotizacion h4:after {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background: #fff;
  margin-top: 0.3rem;
}

.card-cotizacion__body {
  background: #fff;
  padding: 0.66rem;
}

.card-cotizacion__body h5 {
  margin: 0 0 0.2rem;
  font-size: 0.77rem;
  color: #393939;
  font-weight: 600;
}

.card-cotizacion__body .valor {
  color: #0058B4;
  font-size: 1.4rem;
  font-weight: 600;
}

.card-cotizacion__body p {
  color: #393939;
  font-size: 0.72rem;
}

.card-cotizacion__body .botones {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 1rem;
}

.card-cotizacion__body .botones a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 48%;
  font-size: 0.66rem;
  font-weight: 500;
  text-transform: uppercase;
  height: 31px;
}

.card-cotizacion__body .botones a.btn-1 {
  color: #0058B4;
  border: 1px solid #0058B4;
}

.card-cotizacion__body .botones a.btn-1:hover {
  background: #f8f8f8;
}

.card-cotizacion__body .botones a.btn-2 {
  border: 1px solid #0058B4;
  background: #0058B4;
  color: #fff;
}

.card-cotizacion__body .botones a.btn-2:hover {
  background: #004c9b;
}

.card-cotizacion__footer {
  font-size: 0.67rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.6rem;
  padding: 0rem 0.66rem 0.8rem;
  background: #fff;
  min-height: 29px;
}

.card-cotizacion__footer img {
  margin-right: 0.2rem;
}

.card-cotizacion.caducada .card-cotizacion__img {
  border-bottom: 1px solid #c0c0c0;
}

.card-cotizacion.caducada .card-cotizacion__img .estado {
  color: #ABABAB;
  z-index: 10;
}

.card-cotizacion.caducada .card-cotizacion__img .img-cot {
  filter: grayscale(100%);
}

.card-cotizacion.caducada .card-cotizacion__img .titulo-cotizacion .ubicacion-card {
  color: #fff;
}

.card-cotizacion.caducada .card-cotizacion__body {
  background: #fff;
  padding: 0.66rem;
}

.card-cotizacion.caducada .card-cotizacion__body h5 {
  color: #9B9B9B;
}

.card-cotizacion.caducada .card-cotizacion__body .valor {
  color: #9B9B9B;
}

.card-cotizacion.caducada .card-cotizacion__body p {
  color: #9B9B9B;
}

.card-cotizacion.caducada .card-cotizacion__body .botones a.btn-1 {
  color: #9B9B9B;
  border: 1px solid #9B9B9B;
}

.card-cotizacion.caducada .card-cotizacion__body .botones a.btn-2 {
  border: 1px solid #9B9B9B;
  background: #9B9B9B;
  color: #fff;
}

.card-cotizacion.tipo2 {
  background: #fff;
}

.card-cotizacion.tipo2 .card-cotizacion__img {
  border-bottom: 1px solid #c0c0c0;
}

.card-cotizacion.tipo2 .card-cotizacion__img .estado {
  background: #F7F7F7;
}

.card-cotizacion.tipo2 .card-cotizacion__img .titulo-cotizacion .ubicacion-card {
  color: #393939;
}

.card-cotizacion.tipo2 .card-cotizacion__img .titulo-cotizacion h4 {
  color: #393939;
}

.card-cotizacion.tipo2 .card-cotizacion__img .titulo-cotizacion h4:after {
  background: #888;
}

.card-cotizacion.tipo2 .card-cotizacion__body .botones {
  border: none;
  padding-bottom: 0.5rem;
}

.carrusel .tns-nav {
  margin-top: 0;
}

.carrusel .tns-nav button {
  width: 10px;
  height: 10px;
  background: #D9D9D9;
}

.carrusel .tns-nav button:after {
  display: none;
}

.carrusel .tns-nav button.tns-nav-active {
  background: #0058B4;
}

.card-banner {
  position: relative;
}

.card-banner .img-banner {
  width: 100%;
  vertical-align: bottom;
}

.card-banner .ic-lock {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.card-banner__texto {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 10;
  background: rgba(50, 50, 50, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 1.6rem;
}

.card-banner__texto h2 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.card-banner__texto .btn-cotizar {
  width: 110px;
}

@media only screen and (max-width: 550px) {
  .card-banner {
    height: 220px;
    margin-bottom: 1rem;
  }
  .card-banner .img-banner {
    height: 100%;
    object-fit: cover;
  }
}
.banner-panel {
  padding-bottom: 2.7rem;
}

.nueva-contrasena {
  background: #f7f7f7;
  text-align: center;
}

.nueva-contrasena .registro {
  background: #fff;
  margin: 0 auto 1.5rem;
  width: 790px;
  max-width: 100%;
  padding: 3.11rem;
}

@media only screen and (max-width: 550px) {
  .nueva-contrasena .registro {
    padding: 3rem 2rem;
  }
}
.nueva-contrasena .registro h3 {
  margin: 0 0 2.1rem;
  font-size: 1.44rem;
}

.nueva-contrasena .registro .w-registro {
  width: 390px;
  max-width: 100%;
  margin: 0 auto;
}

.nueva-contrasena .registro .w-registro .form-group {
  margin-bottom: 1.5rem;
}

.nueva-contrasena .registro .form-check {
  text-align: left;
  margin-bottom: 1.8rem;
}

.form-contactemos {
  text-align: center;
  padding-top: 0.4rem;
}

.form-contactemos label {
  font-size: 0.88rem;
  color: #000;
  font-weight: 500;
  text-align: center;
  text-transform: none;
  margin-bottom: 1rem;
}

.form-contactemos .w-group {
  display: flex;
  justify-content: space-between;
}

.form-contactemos .w-group .radio-group {
  display: flex;
  align-items: center;
}

.form-contactemos .w-group .radio-group input {
  margin-right: 0.3rem;
  margin-top: -0.2rem;
  width: 13px;
}

.form-contactemos .w-group .radio-group label {
  font-size: 0.77rem;
  font-weight: normal;
  margin-bottom: 0;
}

.menu-portal {
  display: flex;
  align-items: center;
}

.menu-portal .notificaciones {
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 550px) {
  .menu-portal .notificaciones {
    position: static;
  }
}
.menu-portal .notificaciones img {
  width: 25px;
  cursor: pointer;
}

.menu-portal .notificaciones.activo:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #F50F0F;
  top: -2px;
  right: 0;
  position: absolute;
}

@media only screen and (max-width: 550px) {
  .menu-portal .notificaciones.activo:after {
    top: auto;
    right: auto;
    transform: translate(20px, -30px);
  }
}
.menu-portal .notificaciones .menu-notificaciones {
  position: absolute;
  width: 500px;
  right: 0;
  background: #0058B4;
  padding-top: 1rem;
  display: none;
  z-index: 99;
}

@media only screen and (max-width: 550px) {
  .menu-portal .notificaciones .menu-notificaciones {
    max-width: 100%;
    left: 0;
  }
}
.menu-portal .notificaciones .menu-notificaciones.visible {
  display: block;
}

.menu-portal .notificaciones .menu-notificaciones .cerrar-notificaciones {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  cursor: pointer;
}

.menu-portal .notificaciones .menu-notificaciones .cerrar-notificaciones img {
  width: 0.8rem;
}

.menu-portal .notificaciones .menu-notificaciones .item-notificacion {
  display: flex;
  background: #0058B4;
  padding: 0.8rem;
  border-bottom: 1px solid #fff;
}

.menu-portal .notificaciones .menu-notificaciones .item-notificacion:last-child {
  border: none;
}

.menu-portal .notificaciones .menu-notificaciones .item-notificacion .fecha {
  font-size: 0.72rem;
  color: #fff;
  font-weight: bold;
  min-width: 100px;
}

.menu-portal .notificaciones .menu-notificaciones .item-notificacion p {
  color: #fff;
  font-size: 0.72rem;
  margin-bottom: 0;
}

.menu-portal .notificaciones .menu-notificaciones .item-notificacion p a {
  color: #fff;
}

.menu-portal .ic-user {
  margin-left: 1.4rem;
  cursor: pointer;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}

.menu-portal .ic-user img {
  width: 26px;
  margin-right: 0.5rem;
}

.menu-portal .ic-user i {
  font-size: 0.6rem;
}

.menu-portal .ic-user .menu-user {
  position: absolute;
  width: 120px;
  right: 0;
  top: 100%;
  display: none;
  z-index: 99;
}

.menu-portal .ic-user .menu-user.visible {
  display: block;
}

.menu-portal .ic-user .menu-user a {
  display: block;
  font-size: 0.72rem;
  color: #fff;
  background: #0058B4;
  padding: 0.45rem 0.5rem;
}

.alerta {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #2A9871;
  padding: 0.3rem 0;
  display: none;
}

.alerta.visible {
  display: block;
}

.alerta .cerrar-alerta {
  position: absolute;
  right: 1rem;
  cursor: pointer;
}

.alerta p {
  color: #fff;
  margin: 0;
  font-size: 0.77rem;
}

.box-datos-propiedad {
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem 2.6rem 2rem;
}

@media only screen and (max-width: 550px) {
  .box-datos-propiedad {
    padding: 1.2rem;
  }
}
.box-datos-propiedad__head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  align-items: flex-end;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .box-datos-propiedad__head {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.box-datos-propiedad__head .item-texto p {
  font-size: 0.813rem;
  font-weight: 400;
  color: #393939;
  margin: 0;
}

.box-datos-propiedad__head .item-texto h5 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #393939;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .box-datos-propiedad__head .item-texto {
    text-align: center;
  }
}
.box-datos-propiedad__head .caracteristicas-propiedad {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .box-datos-propiedad__head .caracteristicas-propiedad {
    margin: 1rem 0;
  }
}
.box-datos-propiedad__head .caracteristicas-propiedad .item-caracteristica {
  text-align: center;
  margin: 0 0.6rem;
}

.box-datos-propiedad__head .caracteristicas-propiedad .item-caracteristica p {
  font-size: 0.875rem;
  font-weight: 600;
  color: #393939;
  margin: 0;
}

.box-datos-propiedad__body {
  display: flex;
  justify-content: center;
  padding-top: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .box-datos-propiedad__body {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.box-datos-propiedad__body .item-valor {
  border-right: 1px solid #000;
  padding: 0 2rem;
}

@media only screen and (max-width: 768px) {
  .box-datos-propiedad__body .item-valor {
    border: none;
    margin-bottom: 1rem;
  }
}
.box-datos-propiedad__body .item-valor:last-child {
  border: none;
}

.box-datos-propiedad__body .item-valor p {
  font-size: 0.813rem;
  font-weight: 400;
  color: #393939;
  margin: 0;
}

.box-datos-propiedad__body .item-valor .valor {
  color: #005DB6;
  font-size: 1.875rem;
  font-weight: 700;
}

.box-datos-propiedad__body .item-valor .valor2 {
  color: #393939;
  font-size: 1.25rem;
  font-weight: 700;
}

.w-completar__contenido .small {
  font-size: 0.75rem;
  color: #9d9d9d;
  padding: 0.4rem 0 2rem;
}

.w-completar__contenido .botones-propiedad {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 550px) {
  .w-completar__contenido .botones-propiedad {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .w-completar__contenido .botones-propiedad a {
    margin: 0 auto 1rem;
  }
}
.w-completar__contenido .botones-propiedad .btn-light {
  color: #005DB6;
  width: 187px;
  height: 31px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid #005DB6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w-completar__contenido .botones-propiedad .btn-cotizar {
  width: 187px;
  height: 31px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .menu-der nav ul li a {
  font-size: 0.72rem;
}

header .menu-der .postventa {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.66rem;
  margin-left: 1rem;
}

header .menu-der .portalcotizaciones {
  font-size: 0.66rem;
  width: 169px;
  height: 31px;
  color: #005DB6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-weight: 600;
  margin-left: 0.5rem;
}

.footer-portal {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 2rem;
}

.footer-portal .logo {
  display: inline-block;
  margin: 0 auto 1rem;
}

.footer-portal p {
  color: #fff;
  font-size: 0.77rem;
}

.cot-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .cot-mobile {
    display: block;
  }
}
.cot-desktop {
  display: block;
}

@media only screen and (max-width: 768px) {
  .cot-desktop {
    display: none;
  }
}
.panel-detalle {
  display: none;
}

.panel-detalle.visible {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .panel-detalle.visible {
    flex-direction: column;
  }
}
.rdTable .modal-codigo {
  position: relative;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
}

.loading.visible {
  display: flex;
}

.loading .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loading .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 5px;
  border: 5px solid #005DB6;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #005DB6 transparent transparent transparent;
}

.loading .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.loading .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.loading .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#msgInvitado {
  color: #f00;
  text-align: right;
  width: calc(100% - 30px);
  margin: -0.8rem 0 0;
  position: absolute;
  display: block;
}

#msg-codigo {
  color: #f00;
  display: block;
  width: 100%;
  margin-top: 0.5rem;
}

#msg-registro {
  margin-top: 0.5rem;
  color: #f00;
  display: block;
  width: 100%;
  text-align: left;
}

.c-cotizacion img {
  max-width: 100%;
}

#msg-datos {
  text-align: right;
  color: #f00;
  font-size: 0.8rem;
  display: block;
  padding: 0.4rem 0;
}

#msgPass {
  text-align: right;
  color: #f00;
  font-size: 0.8rem;
  display: block;
  padding: 1rem 0;
}

.ver-pass {
  position: absolute;
  right: 0.2rem;
  color: #0060A7;
  cursor: pointer;
}

.ver-pass .ocultarPass {
  display: none;
}

.ver-pass.activo .verPass {
  display: none;
}

.ver-pass.activo .ocultarPass {
  display: block;
}

.w-contrasena .row.row-small {
  margin-right: -0.6rem;
  margin-left: -0.6rem;
}

.w-contrasena .row.row-small > [class*=" col-"] {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.w-contrasena .row.row-small > [class^=col-] {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.w-contrasena .form-group {
  position: relative;
}

.form-submit .btn {
  border: none;
}

.actualizar-pass {
  color: #000;
  text-decoration: underline;
}

.msg-alerta {
  text-align: right;
}

.cambiar-pass {
  background: #f7f7f7;
  padding-bottom: 2rem;
}

.cambiar-pass .wrap > div {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 2rem 5rem 2.77rem;
  text-align: right;
}

.cambiar-pass .wrap > div h3 {
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  text-align: left;
}

.cambiar-pass .wrap > div .form-group {
  text-align: left;
}

.cambiar-pass .wrap > div .btn {
  border: none;
}

.volver-atras .w-volver-atras {
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  padding: 2rem 5rem 2.77rem;
  text-align: left;
}

.volver-atras .w-volver-atras .btn {
  background: #fff;
  border: 2px solid #005fae;
  color: #005fae;
}

.volver-atras .w-volver-atras .btn:hover {
  background: #005fae;
  color: #fff;
}

.card-cotizacion__img .img-cot {
  height: 200px;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .card-cotizacion__img .img-cot {
    height: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .card-cotizacion__img .img-cot {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .card-cotizacion__img .img-cot {
    height: 150px;
  }
}
#modal-correo .w-modal {
  position: relative;
}

#modal-correo .cerrar-modal {
  position: absolute;
  top: 0.2rem;
  right: 0.4rem;
  font-size: 1.3rem;
  cursor: pointer;
}

#modal-correo .modal-codigo__header {
  padding: 4rem 2rem;
}

.w-contrasena.w-datos-personales .alert-info {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}

.w-contrasena.w-datos-personales .form-group div {
  border: none;
  border-bottom: 2px solid #393939;
  font-size: 0.77rem;
  padding: 0.2rem 0;
  background: transparent;
  text-align: left;
}

.w-contrasena.w-datos-personales .form-group div.msg {
  border: none;
  color: #f00;
  font-size: 0.7rem;
}

.form-group .error input {
  border-color: #f00;
}

.w-contrasena.w-datos-personales .form-group div.row {
  border: none;
  padding: 0;
}

.w-contrasena.w-datos-personales .form-group div.col-md-2 {
  border: none;
  padding: 0 0.6rem;
}

.w-contrasena.w-datos-personales .form-group div.col-md-10 {
  border: none;
  padding: 0 0.6rem;
}

.cambiar-pass .wrap div div {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 0.8rem;
}

.card-cotizacion__body .botones a.btn-1.s-b {
  cursor: default;
  border: none;
  font-size: 0.6rem;
}

.w-contrasena.w-datos-personales .form-group.error input {
  border-color: #f00;
}

.w-contrasena.w-datos-personales .form-group.error .msg {
  border: none;
  color: #f00;
  font-size: 0.7rem;
  margin-bottom: -0.5rem;
}

@media only screen and (max-width: 768px) {
  .box-cotizacion.box-financiamiento p {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .detalle-unidad .box-unidad__footer .detalle-caracteristicas .item {
    text-align: left;
    width: 50%;
  }
  .detalle-unidad .box-unidad__footer .detalle-caracteristicas .item img {
    margin-bottom: 0.3rem;
  }
}
.detalle-unidad .tabs-modelos {
  overflow: visible;
}

.detalle-unidad .tabs-modelos .tabs-scroll {
  min-width: 0;
  overflow: visible;
  display: block;
}

.detalle-unidad .tabs-modelos .tabs-scroll .carrusel {
  border: none;
  padding: 0;
}

@media only screen and (max-width: 550px) {
  .detalle-unidad .tabs-modelos .tabs-scroll .carrusel {
    padding: 0 1rem;
  }
}
.detalle-unidad .tabs-modelos a.activo {
  position: static;
}

.detalle-unidad .tabs-modelos .tabs-scroll .tabs-desktop {
  display: flex;
  justify-content: center;
}

.detalle-unidad .tabs-modelos .tabs-scroll .tabs-desktop a {
  color: #005FAE;
  background: #F2EFEF;
  border-radius: 100px;
  padding: 1rem 1.7rem;
  font-weight: 600;
  margin: 0 10px;
}

.detalle-unidad .tabs-modelos .tabs-scroll .tabs-desktop a.activo {
  font-weight: 600;
  border: none;
  background: #005FAE;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .detalle-unidad .tabs-modelos .tabs-scroll .tabs-desktop {
    display: none;
  }
}
.detalle-unidad .tabs-modelos .tabs-scroll .carrusel {
  display: none;
  margin: 0 auto;
  width: 100%;
}

.detalle-unidad .tabs-modelos .tabs-scroll .carrusel .tns-inner {
  text-align: center;
}

.detalle-unidad .tabs-modelos .tabs-scroll .carrusel .tns-slider {
  margin: 0 auto;
}

.detalle-unidad .tabs-modelos .tabs-scroll .carrusel .tns-item {
  color: #005FAE;
  background: #F2EFEF;
  border-radius: 100px;
  padding: 1rem 1.7rem;
}

.detalle-unidad .tabs-modelos .tabs-scroll .carrusel .tns-item.activo {
  border: none;
  background: #005FAE;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .detalle-unidad .tabs-modelos .tabs-scroll .carrusel .tns-item {
    padding: 1rem 0.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .detalle-unidad .tabs-modelos .tabs-scroll .carrusel {
    display: block;
  }
}
.banner-cotizacion__header .btn-cotizar {
  display: none;
}

.no-permiso {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.no-permiso p {
  margin-bottom: 2rem;
}

.proximamente {
  color: #fff;
}

#plantaUF {
  opacity: 0;
}

#plantaUF.visible {
  opacity: 1;
}

.subrayado {
  text-decoration: underline;
}

.row-login {
  margin-bottom: 3rem;
}

.login-forgot {
  max-width: 400px;
}

.login-forgot .btn {
  border: none;
}

.login-forgot.reset-password {
  width: 100%;
}

.texto-legal {
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 930px;
}

.texto-legal p {
  font-size: 0.85rem;
}

.caracteristicas.legal.legal-pocuro {
  padding: 2rem 0 2rem;
}

.caracteristicas.legal.legal-pocuro .w-caracteristicas {
  max-width: 1200px;
  margin: 0 auto;
}

.caracteristicas.legal.legal-pocuro .w-caracteristicas p {
  font-size: 0.7rem;
}

.row-login .field-validation-error {
  opacity: 0;
  text-align: left;
  font-size: 0.8rem;
  width: 100%;
  display: block;
}

.row-login .field-validation-error.visible {
  opacity: 1;
}

.carrusel-portal .c-1 {
  touch-action: pan-y;
}

#precio-anterior,
.precio-anterior {
  color: #000;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  font-size: 14px;
  width: 200px;
  max-width: 100%;
  border-bottom: 1px solid #C1341C;
  padding-bottom: 5px;
  margin: 0 auto 5px;
}

#descuento,
.precio-descuento {
  color: #000;
  font-weight: 600;
  justify-content: space-between;
  display: flex;
  font-size: 14px;
  width: 200px;
  max-width: 100%;
  margin: 0 auto 1rem;
}

.card-cotizacion__body .precio-anterior {
  padding-bottom: 3px;
  margin-bottom: 5px;
}

.card-cotizacion__body .precio-descuento {
  margin-bottom: 0.5rem;
}

.card-cotizacion__body .precio-anterior,
.card-cotizacion__body .precio-descuento {
  width: 100%;
  font-size: 13px;
}

.carrusel-portal .tns-slider {
  display: flex;
}
.carrusel-portal .card-cotizacion {
  height: calc(100% - 10px);
  background: #fff;
}
.carrusel-portal .card-cotizacion__body {
  min-height: 200px;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.carrusel-portal .card-cotizacion__body .botones {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*# sourceMappingURL=estilos-portal.css.map */