.site-footer {
  margin-top: -1px;
  z-index: 1;
}

.site-footer .site-info {
  background-color: #19404b;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-footer .site-info a {
  text-decoration: none;
  color: inherit;
}

.site-footer .site-info > a {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 20px;
  display: block;
}

.site-footer .site-info .social {
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
  color: #19404b;
}

.site-footer .site-info .social li {
  display: inline-block;
}

.site-footer .site-info .social li a {
  font-size: 12px;
}

.site-footer .site-info .social li a:hover,
.site-footer .site-info .social li a:active {
  color: #F07D29;
}

.site-footer .site-info .copy {
  color: #89a9b2;
  font-size: 12px;
}

.site-footer .site-info .copy a {
  color: inherit;
  text-decoration: none;
  display: block;
}

@media (min-width: 768px) {
  .site-footer .site-info .copy a:before {
    content: "/ ";
  }
  .site-footer .site-info .copy a {
    display: inline-block;
  }
}

{
  position: relative;
  font-family: 'Roboto', sans-serif;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.btn {
  cursor: pointer;
}

.main-container {
  line-height: 1.2;
}

.auth {
  background-color: #f5f8f9;
}

.auth-container {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.auth-container--thin{
  margin: 0 auto;
}

@media (min-width: 768px) {
  .auth-container {
    margin: 30px;
  }
  .auth-container--thin{
    margin: 0 auto;
  }
}


.login .auth-container .wrapper {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding-bottom: 30px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .login .auth-container .wrapper {
    padding: 38px;
  }
}

.auth-container .wrapper h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #444444;
}

@media (min-width: 768px) {
  .auth-container .wrapper h1 {
    font-size: 26px;
  }
}

.auth-container .wrapper p {
  font-weight: 300;
  color: #888888;
  font-size: 16px;
}

.auth-container .wrapper p.withLines {
  position: relative;
}

.auth-container .wrapper p.withLines:before, .auth-container .wrapper p.withLines:after {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #cecece;
  top: 50%;
}

body.login .auth-container .wrapper p.withLines:before, body.login .auth-container .wrapper p.withLines:after {
  width: calc(50% - 15px - 132px);
}

body.registration .auth-container .wrapper p.withLines:before, body.registration .auth-container .wrapper p.withLines:after {
  width: calc(50% - 15px - 94.5px);
}

@media (min-width: 768px) {
  body.login .auth-container .wrapper p.withLines:before, body.login .auth-container .wrapper p.withLines:after {
    width: 19%;
  }

  body.registration .auth-container .wrapper p.withLines:before, body.registration .auth-container .wrapper p.withLines:after {
    width: 27%;
  }
}

.auth-container .wrapper p.withLines:before {
  left: 0;
}

.auth-container .wrapper p.withLines:after {
  right: 0;
}

@media (min-width: 768px) {
  .auth-container .wrapper p {
    font-size: 18px;
  }
}

.auth-container .wrapper .social .btn {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 768px) {
  .auth-container .wrapper .social .btn {
    font-size: 18px;
  }
}

.auth-container .wrapper .social .btn i {
  float: left;
  margin-top: 3px;
}

.auth-container .wrapper .social .btn.btn-google {
  background-color: #db402c;
}

.auth-container .wrapper .social .btn.btn-google:focus, .auth-container .wrapper .social .btn.btn-google:active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(219, 64, 44, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(219, 64, 44, 0.5);
}

.auth-container .wrapper .social .btn.btn-facebook {
  background-color: #3b5998;
}

.auth-container .wrapper .social .btn.btn-facebook:focus, .auth-container .wrapper .social .btn.btn-facebook:active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.auth-container .wrapper .social .btn.btn-twitter {
  background-color: #55acee;
}

@media (min-width: 768px) {
  .auth-container .wrapper .username {
    padding-top: 10px;
  }
}

.auth-container .wrapper .username .form-group .form-control {
  border-color: #bdcfe2;
}

.auth-container .wrapper .username .form-group .form-control.is-invalid {
  border-color: red;
  border-width: 2px;
}

.auth-container .wrapper .username .form-group + p {
  color: #555555;
}

.auth-container .wrapper .username .form-group #pass-recovery,
.auth-container .wrapper .username .form-group #registration-link,
.auth-container .wrapper .username .form-group #login-link {
  color: #555555;
}

@media (min-width: 768px) {
  .auth-container .wrapper .username .form-group + p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

  .auth-container .wrapper .username .form-group #pass-recovery,
  .auth-container .wrapper .username .form-group #registration-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .auth-container .wrapper .username .form-group #login-link {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .auth-container .wrapper .username .form-group #pass-recovery {
    margin-bottom: 0px;
  }


.auth-container .wrapper .username p.terms {
  font-size: 15px;
  font-weight: 300;
  color: #a4a4a4;
}

.auth-container .wrapper .username p.terms a {
  color: inherit;
}

.auth-container .wrapper .username .btn-login {
  color: #fff;
  background-color: #e96141;
  border: none;
  font-weight: 500;
}

.auth-container .wrapper .username .btn-login:focus, .auth-container .wrapper .username .btn-login:active {
  border-color: #e96141;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(233, 97, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(233, 97, 65, 0.5);
}

@media (min-width: 768px) {
  .auth-container .wrapper .username .btn-login {
    font-size: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.auth-container .wrapper .usuario p {
  font-size: 18px;
  margin: 0;
}

.auth-container .wrapper .usuario p span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #444444;
  font-weight: normal;
}

.auth-container .finish h1 {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
  font-weight: 500;
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.auth-container .finish p {
  font-size: 18px;
  font-weight: 300;
  color: #888888;
}

.auth-container .finish p span {
  font-weight: 500;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.auth-container .finish .btn {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #3d878c;
  border: none;
  padding-top: 9px;
  padding-bottom: 9px;
}

.advertise, .system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.advertise .site-header nav, .system .site-header nav {
  padding-top: 4px;
  padding-bottom: 3px;
}

.advertise .site-header nav .navbar-toggler, .system .site-header nav .navbar-toggler {
  color: #fff;
}

.advertise .site-header nav .social, .system .site-header nav .social {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.advertise .site-header nav .social li, .system .site-header nav .social li {
  display: inline-block;
}

.advertise .site-header nav .social li a, .system .site-header nav .social li a {
  font-size: 12px;
}

.advertise .site-header nav .back, .system .site-header nav .back {
  color: #fff;
  font-size: 2em;
  line-height: 1em;
}

.advertise .site-header .logo, .system .site-header .logo {
  max-height: 32px;
}

@media (min-width: 768px) {
  .advertise .site-header .logo, .system .site-header .logo {
    max-height: 51px;
  }
}

.advertise .main-container, .system .main-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}


.advertise .btn-continuar,
.advertise .btn-confirmar, .system .btn-continuar,
.system .btn-confirmar {
  font-family: 'Montserrat', sans-serif;
  background-color: #3d878c;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
}

.advertise .btn-confirmar, .system .btn-confirmar {
  background-color: #e96141;
  padding-top: 15px;
}

.advertise .map, .system .map {
  background-color: #ede0d6;
  position: fixed !important;
  height: 42rem;
  left: auto;
  right: 0;
  width: 40%;
}

.advertise .map .si-wrapper-top, .system .map .si-wrapper-top {
  margin-left: -92px;
  margin-top: -15px;
}

.advertise .map .si-pointer-top, .system .map .si-pointer-top {
  display: none;
}

.advertise .map .si-content-wrapper, .system .map .si-content-wrapper {
  background: none;
}

.advertise .map .si-content, .system .map .si-content {
  background-color: rgba(57, 57, 57, 0.8);
  color: #ffffff;
  font-size: 13px;
  padding: 15px 20px;
  border-radius: 5px;
}

.advertise .map.only, .system .map.only {
  position: relative !important;
  height: 76vh;
  width: 100%;
}

.advertise .step-commons, .system .step-commons {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .advertise .step-commons, .system .step-commons {
    padding-top: 10px;
  }
  .advertise .step-commons.step-1, .system .step-commons.step-1 {
    text-align: center;
  }
}

.advertise .step-commons .container.content, .system .step-commons .container.content {
  position: relative;
}

.advertise .step-commons .container.content .col-left, .system .step-commons .container.content .col-left {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .advertise .step-commons .container.content .col-left, .system .step-commons .container.content .col-left {
    padding-top: 25px;
  }
}

.advertise .step-commons .main, .system .step-commons .main {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .advertise .step-commons .main, .system .step-commons .main {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.advertise .step-commons h1, .system .step-commons h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #007355;
  font-weight: bold;
}

@media (min-width: 768px) {
  .advertise .step-commons h1, .system .step-commons h1 {
    font-size: 25px;
  }
}

.advertise .step-commons h1 + p, .system .step-commons h1 + p {
  font-size: 14px;
  color: #888888;
  margin-bottom: 15px;
  max-width: 565px;
}

@media (min-width: 768px) {
  .advertise .step-commons h1 + p, .system .step-commons h1 + p {
    font-size: 16px;
    max-width: none;
  }
}

.advertise .step-commons .progress-container, .system .step-commons .progress-container {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .advertise .step-commons .progress-container, .system .step-commons .progress-container {
    padding-bottom: 28px;
  }
}

.advertise .step-commons .progress-container .textos, .system .step-commons .progress-container .textos {
  font-size: 11px;
  font-weight: 500;
  color: #999999;
  padding: 5px;
}

@media (min-width: 768px) {
  .advertise .step-commons .progress-container .textos, .system .step-commons .progress-container .textos {
    font-size: 13px;
    font-weight: 400;
  }
}

.advertise .step-commons .progress-container .textos .text-left, .system .step-commons .progress-container .textos .text-left {
  padding-right: 0;
}

.advertise .step-commons .progress-container .textos .text-center, .system .step-commons .progress-container .textos .text-center {
  padding-right: 0;
  padding-left: 0;
}

.advertise .step-commons .progress-container .textos .text-right, .system .step-commons .progress-container .textos .text-right {
  padding-left: 0;
}

.advertise .step-commons .progress-container .progress, .system .step-commons .progress-container .progress {
  height: 9px;
}

.advertise .step-commons .progress-container .progress .progress-bar, .system .step-commons .progress-container .progress .progress-bar {
  background-color: #31c94e;
}

.advertise .step-commons .form-container .form-control, .system .step-commons .form-container .form-control {
  font-weight: 300;
  background-color: transparent;
  border: 2px solid #58d0a5;
  border-radius: 4px;
}

.advertise .step-commons .form-container .form-control:focus, .system .step-commons .form-container .form-control:focus {
  border-color: #4488ee;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.advertise .step-commons .form-container .form-group, .system .step-commons .form-container .form-group {
  margin-bottom: 10px;
}

.advertise .step-commons .form-container .col-form-label, .system .step-commons .form-container .col-form-label {
  font-family: 'Montserrat', sans-serif;
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 3px;
}

@media (min-width: 768px) {
  .advertise .step-commons .form-container .col-form-label, .system .step-commons .form-container .col-form-label {
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.advertise .site-header {
  background-color: #58d0a5;
  border-bottom: 2px solid #40ba8d;
}

.advertise .site-header .social {
  color: #1c877d;
}

.advertise .step-0 h1 {
  font-size: 30px;
  color: #888888;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-top: 25px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .advertise .step-0 h1 {
    margin-top: 65px;
    margin-bottom: 30px;
  }
}

.advertise .step-0 .upload-container {
  border: 5px dashed #e8e8e8;
  border-radius: 35px;
  max-width: 530px;
  margin: 0 auto;
  padding: 25px 35px;
}

@media (min-width: 768px) {
  .advertise .step-0 .upload-container {
    padding: 35px 85px;
  }
}

.advertise .step-0 .upload-container:hover {
  cursor: pointer;
}

.advertise .step-0 .upload-container .icon {
  background-color: #efefef;
  border-radius: 10px;
  color: #cdcdcd;
  max-width: 138px;
  max-height: 138px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.advertise .step-0 .upload-container p {
  font-family: 'Montserrat', sans-serif;
  color: #aaaaaa;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .advertise .step-0 .upload-container p {
    font-size: 20px;
  }
}

.advertise .step-0 .upload-container p small {
  font-family: 'Roboto';
  font-weight: 300;
  padding-top: 10px;
  display: inline-block;
}

.advertise .step-0 .upload-container.cargado .icon {
  background: none;
}

.advertise .step-0 .upload-container.cargado p {
  font-weight: 500;
}

.advertise .step-0 .upload-container.cargado p small {
  font-weight: 300;
}

.advertise .step-0 .upload-container.cargado .btn {
  background-color: #a1a1a1;
  border: none;
  min-width: 135px;
}

.advertise .cta-left {
  background-color: #f2efe9;
  height: 100%;
}

.advertise .cta-left .detalle {
  max-width: 420px;
  padding: 30px;
  color: #888888;
}

.advertise .cta-left .detalle h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.advertise .cta-left .detalle hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #999999;
}

.advertise .cta-left .detalle img {
  max-width: 150px;
  max-height: 84px;
  float: left;
  margin-right: 16px;
}

.advertise .cta-left .detalle img + p {
  font-size: 15px;
  font-weight: 300;
}

.advertise .cta-left .detalle .total {
  clear: both;
  background-color: #fcfcfb;
  border-top: 1px solid #c5c4c1;
  margin-top: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #555555;
  padding: 15px 12px;
  text-align: left;
}

.advertise .cta-left .detalle .total span {
  font-size: 30px;
  color: #449882;
  font-weight: bold;
  float: right;
  margin-top: -6px;
}

@media (min-width: 768px) {
  h1 .advertise .step-1 + p {
    margin-bottom: 70px;
  }
}

.advertise .step-2 .filtro {
  color: #888888;
  font-size: 16px;
}

.advertise .step-2 .separador {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
}

.advertise .step-2 .pantalla {
  padding-top: 12px;
}

.advertise .step-2 .pantalla > :first-child {
  padding-right: 0;
}

.advertise .step-2 .pantalla .fotos {
  position: relative;
}

.advertise .step-2 .pantalla .fotos img {
  width: 100%;
}

.advertise .step-2 .pantalla .fotos .contador {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(136, 136, 136, 0.8);
  color: #fff;
  padding: 4px;
}

.advertise .step-2 .pantalla .btn-mapa {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #a1a1a1;
}

.advertise .step-2 .pantalla .info {
  color: #999999;
}

@media (min-width: 768px) {
  .advertise .step-2 .pantalla .info + .row {
    display: block;
    clear: both;
  }
}

.advertise .step-2 .pantalla .info .precio {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

@media (min-width: 768px) {
  .advertise .step-2 .pantalla .info .precio {
    float: right;
  }
}

.advertise .step-2 .pantalla .info .precio p {
  margin-bottom: 10px;
}

.advertise .step-2 .pantalla .info .precio span {
  font-size: 25px;
  color: #449882;
}

@media (min-width: 768px) {
  .advertise .step-2 .pantalla .info .precio span {
    font-size: 38px;
  }
}

.advertise .step-2 .pantalla .info .direccion {
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .advertise .step-2 .pantalla .info .direccion {
    font-size: 18px;
  }
}

.advertise .step-2 .pantalla .info .direccion p {
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .advertise .step-2 .pantalla .info .direccion p {
    max-width: 215px;
    margin-top: 10px;
  }
}

.advertise .step-2 .pantalla .info .direccion span {
  font-weight: 500;
}

.advertise .step-2 .pantalla .btn-success {
  font-family: 'Montserrat', sans-serif;
  background-color: #e96141;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}

.advertise .step-2 .paginador .page-item .page-link {
  color: #888888;
  border-color: #888888;
}

.advertise .step-2 .paginador .page-item:first-child .page-link, .advertise .step-2 .paginador .page-item:last-child .page-link {
  background-color: #e3e3e3;
  border-color: #c2c2c2;
}

.advertise .step-2 .paginador a.all {
  font-weight: 300;
  font-size: 18px;
  color: #449882;
  text-decoration: underline;
}

.advertise .step-2 .aviso {
  position: relative;
  margin-bottom: -11%;
  z-index: 5;
  background: rgba(17, 17, 17, 0.9);
  color: #ffffff;
  font-size: 13px;
  margin-top: 1px;
  padding: 8px 20px;
  line-height: 1.5em;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.advertise .step-2 .aviso:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(17, 17, 17, 0);
  border-top-color: rgba(17, 17, 17, 0.9);
  border-width: 22px;
  margin-left: -22px;
}

@media (min-width: 768px) {
  .advertise .step-2 h1 {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .advertise .step-3 .col-right,
  .advertise .step-5 .col-right,
  .advertise .step-4 .col-right {
    max-width: 755px;
    margin-left: auto;
    margin-right: 0;
  }
  .advertise .step-3 .col-left,
  .advertise .step-5 .col-left,
  .advertise .step-4 .col-left {
    max-width: 36.5%;
    min-height: 700px;
  }
  .advertise .step-3 .main,
  .advertise .step-5 .main,
  .advertise .step-4 .main {
    padding-top: 30px;
  }
  .advertise .step-3 .main h1,
  .advertise .step-5 .main h1,
  .advertise .step-4 .main h1 {
    font-size: 25px;
  }
  .advertise .step-3 .main .col-form-label,
  .advertise .step-5 .main .col-form-label,
  .advertise .step-4 .main .col-form-label {
    text-align: left;
    padding-left: 2em;
  }
  .advertise .step-3 .main .form-container,
  .advertise .step-5 .main .form-container,
  .advertise .step-4 .main .form-container {
    margin-top: 1.5rem;
  }
  .advertise .step-3 .main .form-container .form-group,
  .advertise .step-5 .main .form-container .form-group,
  .advertise .step-4 .main .form-container .form-group {
    margin-bottom: 1em;
  }
  .advertise .step-3 .main .form-container .form-control,
  .advertise .step-5 .main .form-container .form-control,
  .advertise .step-4 .main .form-container .form-control {
    font-size: 1.2em;
    min-height: 44px;
  }
  .advertise .step-3 .main label[for="cantidad"],
  .advertise .step-5 .main label[for="cantidad"],
  .advertise .step-4 .main label[for="cantidad"] {
    padding-top: 2em;
  }
  .advertise .step-3 .main label[for="desde"],
  .advertise .step-3 .main label[for="hasta"],
  .advertise .step-5 .main label[for="desde"],
  .advertise .step-5 .main label[for="hasta"],
  .advertise .step-4 .main label[for="desde"],
  .advertise .step-4 .main label[for="hasta"] {
    padding-left: 0;
  }
  .advertise .step-3 .btn-continuar,
  .advertise .step-5 .btn-continuar,
  .advertise .step-4 .btn-continuar {
    min-width: 228px;
  }
}

.advertise .step-3 .regalo,
.advertise .step-5 .regalo,
.advertise .step-4 .regalo {
  background: #f15922;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 4px 0;
  margin: 1px 3px 1px 3px;
}

.advertise .step-3 hr,
.advertise .step-5 hr,
.advertise .step-4 hr {
  border-top-color: #999999;
  margin-top: 2em;
  margin-bottom: 2em;
}

.advertise .step-3 hr + p,
.advertise .step-5 hr + p,
.advertise .step-4 hr + p {
  font-family: 'Montserrat', sans-serif;
  color: #888888;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .advertise .step-3 hr + p,
  .advertise .step-5 hr + p,
  .advertise .step-4 hr + p {
    text-align: left;
    font-weight: 500;
  }
}

.advertise .step-3 .logo_mp,
.advertise .step-5 .logo_mp,
.advertise .step-4 .logo_mp {
  max-width: 145px;
}

.advertise .step-3 .form-pago,
.advertise .step-5 .form-pago,
.advertise .step-4 .form-pago {
  padding-top: 25px;
}

.advertise .step-3 .form-pago .codigo .col-form-label,
.advertise .step-5 .form-pago .codigo .col-form-label,
.advertise .step-4 .form-pago .codigo .col-form-label {
  color: #f15922;
  text-align: center;
}

.advertise .step-3 .form-pago .codigo .form-control,
.advertise .step-5 .form-pago .codigo .form-control,
.advertise .step-4 .form-pago .codigo .form-control {
  border-color: #f15922;
}

.advertise .step-3 .form-pago .col-form-label,
.advertise .step-5 .form-pago .col-form-label,
.advertise .step-4 .form-pago .col-form-label {
  font-size: 14px;
}

.advertise .step-3 .form-pago .form-control + span,
.advertise .step-5 .form-pago .form-control + span,
.advertise .step-4 .form-pago .form-control + span {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}

.advertise .step-3 .form-pago .cuotas .col-form-label + div,
.advertise .step-5 .form-pago .cuotas .col-form-label + div,
.advertise .step-4 .form-pago .cuotas .col-form-label + div {
  padding-top: 10px;
}

.advertise .step-3 .form-pago .cuotas .col-form-label + div label,
.advertise .step-5 .form-pago .cuotas .col-form-label + div label,
.advertise .step-4 .form-pago .cuotas .col-form-label + div label {
  font-size: 16px;
  color: #555555;
}

.advertise .step-3 .form-pago .cuotas .col-form-label + div label input,
.advertise .step-5 .form-pago .cuotas .col-form-label + div label input,
.advertise .step-4 .form-pago .cuotas .col-form-label + div label input {
  margin-right: 5px;
}

.advertise .step-3 .form-pago .pie hr,
.advertise .step-5 .form-pago .pie hr,
.advertise .step-4 .form-pago .pie hr {
  margin-top: 30px;
  margin-bottom: 10px;
}

.advertise .step-3 .form-pago .pie p,
.advertise .step-5 .form-pago .pie p,
.advertise .step-4 .form-pago .pie p {
  font-size: 15px;
  color: #555555;
  font-weight: 300;
}

@media (min-width: 768px) {
  .advertise .step-3 .form-pago.form-container,
  .advertise .step-5 .form-pago.form-container,
  .advertise .step-4 .form-pago.form-container {
    margin-top: 0;
  }
  .advertise .step-3 .form-pago .form-group:not(.codigo) .col-form-label,
  .advertise .step-5 .form-pago .form-group:not(.codigo) .col-form-label,
  .advertise .step-4 .form-pago .form-group:not(.codigo) .col-form-label {
    text-align: right;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    padding-left: 20%;
    line-height: 1.2em;
    padding-top: 5px;
  }
}

.advertise .step-5 .cta-bottom,
.advertise .step-5 .col-total .cont {
  padding-bottom: 20px;
}

.advertise .step-5 .cta-bottom .total,
.advertise .step-5 .col-total .cont .total {
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-top: 7px;
  display: inline-block;
}

.advertise .step-5 .cta-bottom .precio,
.advertise .step-5 .col-total .cont .precio {
  font-family: 'Montserrat', sans-serif;
  color: #449882;
  font-weight: bold;
  font-size: 30px;
  float: right;
}

.advertise .step-5 .cta-bottom p,
.advertise .step-5 .col-total .cont p {
  font-size: 12px;
  color: #888888;
  font-weight: 300;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

.advertise .step-5 .cta-bottom p a,
.advertise .step-5 .col-total .cont p a {
  color: #317ce3;
  text-decoration: underline;
}

.advertise .step-5 .col-total {
  background-color: #fcfcfb;
  height: 73%;
  border-top: 1px solid #c5c4c1;
  border-left: 2px solid #f2efe9;
  padding-top: 25px;
  padding-left: 30px;
}

.advertise .step-5 .col-total .cont {
  max-width: 360px;
}

.advertise .cta-bottom, .logged .cta-bottom {
  background-color: #f2efe9;
  font-size: 13px;
  font-weight: 300;
  color: #999999;
  padding: 10px 15px;
}

.advertise .cta-bottom p, .logged .cta-bottom p {
  margin: 0;
}

.advertise .cta-bottom .btn-continuar, .logged .cta-bottom .btn-continuar {
  font-size: 15px;
  min-height: 0;
  height: 45px;
  float: right;
  margin-left: 5px;
}

.advertise .step-2 .filtro, .logged .step-2 .filtro {
  color: #888888;
  font-size: 16px;
}

.advertise .step-2 .separador, .logged .step-2 .separador {
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
}

.advertise .step-2 .pantalla, .logged .step-2 .pantalla {
  padding-top: 12px;
}

.advertise .step-2 .pantalla > :first-child, .logged .step-2 .pantalla > :first-child {
  padding-right: 0;
}

.advertise .step-2 .pantalla .fotos, .logged .step-2 .pantalla .fotos {
  position: relative;
}

.advertise .step-2 .pantalla .fotos img, .logged .step-2 .pantalla .fotos img {
  width: 100%;
}

.advertise .step-2 .pantalla .fotos .contador, .logged .step-2 .pantalla .fotos .contador {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(136, 136, 136, 0.8);
  color: #fff;
  padding: 4px;
}

.advertise .step-2 .pantalla .btn-mapa, .logged .step-2 .pantalla .btn-mapa {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #a1a1a1;
}

.advertise .step-2 .pantalla .info, .logged .step-2 .pantalla .info {
  color: #999999;
}

@media (min-width: 768px) {
  .advertise .step-2 .pantalla .info + .row, .logged .step-2 .pantalla .info + .row {
    display: block;
    clear: both;
  }
}

.advertise .step-2 .pantalla .info .precio, .logged .step-2 .pantalla .info .precio {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

@media (min-width: 768px) {
  .advertise .step-2 .pantalla .info .precio, .logged .step-2 .pantalla .info .precio {
    float: right;
  }
}

.advertise .step-2 .pantalla .info .precio p, .logged .step-2 .pantalla .info .precio p {
  margin-bottom: 10px;
}

.advertise .step-2 .pantalla .info .precio span, .logged .step-2 .pantalla .info .precio span {
  font-size: 25px;
  color: #449882;
}

@media (min-width: 768px) {
  .advertise .step-2 .pantalla .info .precio span, .logged .step-2 .pantalla .info .precio span {
    font-size: 38px;
  }
}

.advertise .step-2 .pantalla .info .direccion, .logged .step-2 .pantalla .info .direccion {
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .advertise .step-2 .pantalla .info .direccion, .logged .step-2 .pantalla .info .direccion {
    font-size: 18px;
  }
}

.advertise .step-2 .pantalla .info .direccion p, .logged .step-2 .pantalla .info .direccion p {
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  .advertise .step-2 .pantalla .info .direccion p, .logged .step-2 .pantalla .info .direccion p {
    max-width: 215px;
    margin-top: 10px;
  }
}

.advertise .step-2 .pantalla .info .direccion span, .logged .step-2 .pantalla .info .direccion span {
  font-weight: 500;
}

.advertise .step-2 .pantalla .btn-success, .logged .step-2 .pantalla .btn-success {
  font-family: 'Montserrat', sans-serif;
  background-color: #e96141;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}

.advertise .step-2 .paginador .page-item .page-link, .logged .step-2 .paginador .page-item .page-link {
  color: #888888;
  border-color: #888888;
}

.advertise .step-2 .paginador .page-item:first-child .page-link, .advertise .step-2 .paginador .page-item:last-child .page-link, .logged .step-2 .paginador .page-item:first-child .page-link, .logged .step-2 .paginador .page-item:last-child .page-link {
  background-color: #e3e3e3;
  border-color: #c2c2c2;
}

.advertise .step-2 .paginador a.all, .logged .step-2 .paginador a.all {
  font-weight: 300;
  font-size: 18px;
  color: #449882;
  text-decoration: underline;
}

.advertise .step-2 .aviso, .logged .step-2 .aviso {
  position: relative;
  margin-bottom: -11%;
  z-index: 5;
  background: rgba(17, 17, 17, 0.9);
  color: #ffffff;
  font-size: 13px;
  margin-top: 1px;
  padding: 8px 20px;
  line-height: 1.5em;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.advertise .step-2 .aviso:after, .logged .step-2 .aviso:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(17, 17, 17, 0);
  border-top-color: rgba(17, 17, 17, 0.9);
  border-width: 22px;
  margin-left: -22px;
}

@media (min-width: 768px) {
  .advertise .step-2 h1, .logged .step-2 h1 {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .advertise .step-5 .col-right, .logged .step-5 .col-right {
    max-width: 700px;
    margin-right: 55px;
  }
}

.advertise .step-5 hr, .logged .step-5 hr {
  margin-top: 25px;
  margin-bottom: 10px;
}

.advertise .step-5 hr.row, .logged .step-5 hr.row {
  border-color: #999999;
  margin-top: 20px;
  margin-bottom: 10px;
}

.advertise .step-5 h1 + p, .logged .step-5 h1 + p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.advertise .step-5 .main .cta-left, .logged .step-5 .main .cta-left {
  background-color: transparent;
  background: none;
}

.advertise .step-5 .main .cta-left .detalle, .logged .step-5 .main .cta-left .detalle {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.advertise .step-5 .main .cta-left .detalle h2, .logged .step-5 .main .cta-left .detalle h2 {
  font-size: 18px;
  color: #999999;
}

.advertise .step-5 .main .cta-left .detalle hr, .logged .step-5 .main .cta-left .detalle hr {
  margin-top: 15px;
  margin-bottom: 10px;
}

.advertise .step-5 .main .cta-left .detalle img + p, .logged .step-5 .main .cta-left .detalle img + p {
  font-size: 14px;
  padding-top: 10px;
}

.advertise .step-5 .btn-edit, .logged .step-5 .btn-edit {
  color: #fff;
  background-color: #a1a1a1;
  float: right;
  border: none;
  font-size: 13px;
  font-weight: 300;
}

.advertise .step-5 .btn-edit > *, .logged .step-5 .btn-edit > * {
  margin-right: 5px;
}

.advertise .step-5 h4, .logged .step-5 h4 {
  font-size: 16px;
  color: #555555;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  min-height: 2em;
  padding-top: 5px;
}

.advertise .step-5 h4 + p, .logged .step-5 h4 + p {
  padding-left: 12px;
  color: #555555;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .advertise .step-5 h4, .logged .step-5 h4 {
    padding-left: 15px;
  }
  .advertise .step-5 h4 + p, .logged .step-5 h4 + p {
    padding-left: 27px;
  }
}

.advertise .step-6 img, .logged .step-6 img {
  margin-top: 55px;
}

.advertise .step-6 h1, .logged .step-6 h1 {
  font-family: 'Montserrat', sans-serif;
  color: #007355;
  font-size: 30px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}

.advertise .step-6 h1 + p, .logged .step-6 h1 + p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #aaaaaa;
  margin-bottom: 35px;
}

.advertise .step-6 h1 + p + p, .logged .step-6 h1 + p + p {
  font-weight: 300;
  color: #555555;
  font-size: 18px;
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .advertise .step-6 h1 + p + p, .logged .step-6 h1 + p + p {
    max-width: 470px;
    margin-bottom: 35px;
  }
}

.advertise .step-6 .btn-cargar, .logged .step-6 .btn-cargar {
  background-color: #e96141;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .advertise .step-6 .btn-cargar, .logged .step-6 .btn-cargar {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.advertise .step-6 .btn-link, .logged .step-6 .btn-link {
  color: #555555;
  font-weight: 300;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: underline;
}

.system hr {
  border-color: #999999;
}

.system .site-header {
  background-color: #1981a6;
  border-bottom: 2px solid #11627f;
}

.system .site-header .social {
  color: #11627f;
}

.system .step-commons h1 {
  color: #1981a6;
}

.system .step-commons .form-container .form-control {
  border: 2px solid #1ed1ce;
}

.system .step-commons .form-container .form-control + p {
  color: #888888;
  font-size: 14px;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .system .step-commons .form-container .col-form-label {
    text-align: left;
    padding: 0;
    line-height: 48px;
  }
}

.system .btn-continuar,
.system .btn-confirmar {
  background-color: #35acd6;
}

@media (min-width: 768px) {
  .system .col-left {
    min-height: 700px;
  }
  .system .main .header {
    text-align: left;
    padding-left: 0;
    padding-bottom: 40px;
  }
}

.system .step-3 .map {
  width: 100%;
  height: 260px;
  position: relative !important;
}

@media (min-width: 768px) {
  .system .step-3 .map {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .system .step-3 h1 + p {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
}

.system .step-4 .unidad {
  line-height: 45px;
  color: #999999;
}

.system .step-4 .uploader {
  background-color: #f2efea;
  padding-top: 25px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .system .step-4 .uploader {
    margin-top: 20px;
  }
}

.system .step-4 .uploader p:first-child {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
  font-weight: bold;
}

.system .step-4 .uploader p.small {
  font-size: 12px;
  color: #555555;
  margin-bottom: 20px;
}

.system .step-4 .uploader button {
  color: #1b1b1b;
  background-color: #fbfaf5;
  border: 1px solid #ccc7c1;
  width: 85px;
  height: 85px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .system .step-4 .col-form-label {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) {
  .system .step-5 label.col-form-label[for="email"] {
    padding-left: 15px;
  }
}

.system .step-5 .plan-selector p {
  color: #1780a0;
  font-size: 18px;
  font-weight: 500;
  max-width: 255px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .system .step-5 .plan-selector p {
    max-width: 530px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.system .step-5 .plan-selector label.col-form-label {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .system .step-5 .plan-selector label.col-form-label {
    font-size: 17px;
    padding-left: 50px;
    margin-bottom: 10px;
  }
}

.system .step-5 .arrow .col * {
  color: #919191;
  border-top: 1px solid #919191;
  display: block;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 24px;
}

.system .step-5 .arrow .col *:before {
  display: block;
  margin-top: -19px;
  margin-left: auto;
  margin-right: auto;
}

.system .step-5 .arrow .col *.oi-caret-bottom:before {
  margin-top: -6px;
}

.system .step-5 .recomendado .col span {
  font-family: 'Montserrat', sans-serif;
  display: block;
  background-color: #f25822;
  line-height: 23px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-bottom: 1px;
}

.system .step-5 .title span {
  font-family: 'Montserrat', sans-serif;
  display: block;
  background-color: #1981a6;
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 55px;
  font-weight: 500;
}

.system .step-5 .time {
  color: #1781a8;
  font-weight: 500;
  padding-top: 20px;
}

.system .step-5 .time > :first-child {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  padding-top: 22px;
}

@media (min-width: 768px) {
  .system .step-5 .time > :first-child {
    text-align: right;
    font-size: 50px;
    padding-top: 0;
  }
}

.system .step-5 .time + .arrow span {
  border: none;
  color: #fff;
  font-size: 42px;
  margin-bottom: -31px;
  z-index: 2;
}

.system .step-5 .cont {
  background-color: #e3f3f3;
  padding: 50px 20px;
  color: #767678;
  text-align: center;
}

.system .step-5 .cont p {
  margin-bottom: 20px;
}

.system .step-5 .cont .separador {
  position: relative;
}

.system .step-5 .cont .separador:before {
  content: '';
  max-width: 167px;
  display: block;
  margin: 20px auto;
  margin-top: 0;
  background-color: #1782a6;
  height: 1px;
  width: 100%;
}

@media (min-width: 768px) {
  .system .step-5 .cont .separador:before {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

.system .step-5 .cont .separador:after {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  background-color: #1782a6;
  left: 48%;
  top: -6px;
  border-radius: 13px;
}

@media (min-width: 768px) {
  .system .step-5 .cont .separador:after {
    top: 4px;
  }
}

@media (min-width: 768px) {
  .system h1 + p {
    margin-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .system .step-6 .auth-container {
    margin-top: 0;
  }
}

.system .step-6 .auth-container .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  color: #444444;
  font-weight: bold;
}

@media (min-width: 768px) {
  .system .step-6 .auth-container .title {
    font-size: 28px;
  }
}

.system .step-6 .auth-container .wrapper {
  border: none;
  padding-top: 8px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .system .step-6 .auth-container .wrapper .social p {
    margin-bottom: 30px;
  }
  .system .step-6 .auth-container .wrapper .withLines {
    margin-top: 10px !important;
  }
}

.system .step-6 .auth-container .btn-login {
  padding: 0;
  line-height: 45px;
}

.system .step-6 .confiamos {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #1782a6;
}

.system .step-6 .confiamos p {
  color: #888888;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.system .step-7 .main img {
  margin-top: 40px;
  margin-bottom: 35px;
}

.system .step-7 .main h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .system .step-7 .main h1 {
    font-size: 2em;
  }
}

.system .step-7 .main p {
  font-family: 'Montserrat', sans-serif;
  color: #555555;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .system .step-7 .main p {
    font-size: 20px;
  }
}

.system .step-7 .main p span {
  font-weight: bold;
  font-size: 26px;
}

@media (min-width: 768px) {
  .system .step-7 .main p span {
    font-size: 2em;
  }
}

.system .step-7 .main .btn-continuar {
  background-color: #ea6141;
  margin-bottom: 80px;
  text-transform: none;
}

@media (min-width: 768px) {
  .system .step-7 .main .btn-continuar {
    line-height: 55px;
    padding: 0;
  }
}

.system .step-8 .top {
  font-family: 'Montserrat', sans-serif;
}

.system .step-8 .top p {
  margin-top: 45px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #555555;
}

@media (min-width: 768px) {
  .system .step-8 .top p {
    font-size: 20px;
  }
}

.system .step-8 .top h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .system .step-8 .top h1 {
    font-size: 28px;
  }
}

.system .step-8 .bg-info {
  background-color: #e6f1f7 !important;
}

@media (min-width: 768px) {
  .system .step-8 .bg-info {
    max-width: 796px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .system .step-8 .bg-info .col-form-label {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-weight: 500 !important;
    font-size: 18px;
  }
  .system .step-8 .bg-info + .row {
    max-width: 826px;
    margin-left: auto;
    margin-right: auto;
  }
  .system .step-8 .bg-info + .row .btn {
    background-color: #ea6141;
  }
}

.system .step-8 .bg-info .form-control {
  background-color: #fff !important;
}

.system .step-8 .bg-info .precio label {
  font-weight: 600;
  margin-bottom: 20px;
}

.system .step-8 .bg-info .precio i {
  color: #1782a6;
  font-size: 38px;
  line-height: 45px;
}

.system .step-8 .bg-info .precio .form-control {
  margin-bottom: 15px;
}

.system .step-8 .bg-info .precio .explicacion {
  color: #1782a6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .system .step-8 .bg-info .precio .explicacion {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.system .step-8 .bg-info .precio .explicacion + hr {
  border-color: #1782a6;
  margin-top: 25px;
  margin-bottom: 20px;
}

.system .step-8 .bg-info .fecha label {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .system .step-8 .bg-info .fecha {
    margin-bottom: 30px !important;
  }
}

.system .step-8 .bg-info p.small {
  margin-top: 10px;
  color: #a1a1a1;
}

@media (min-width: 768px) {
  .system .step-8 .bg-info p.small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 29px;
  }
}

.system .step-8 .bg-info p.small .btn {
  color: #fff;
  font-weight: 300;
  background-color: #a1a1a1;
  border: none;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .system .step-8 .bg-info p.small .btn {
    margin-top: 0;
    margin-left: 10px;
  }
}

.system .step-8 .finalizar {
  margin-bottom: 75px;
}

@media (min-width: 768px) {
  .system .step-8 .finalizar {
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
  }
}

.system .step-8 .finalizar hr {
  border-color: #1682a6;
  margin-top: 28px;
  margin-bottom: 40px;
}

.system .step-8 .finalizar .logo_mp {
  margin-bottom: 40px;
}

.system .step-8 .finalizar p {
  color: #555555;
}

.system .step-8 .finalizar .bloque {
  margin-top: 10px;
  padding-bottom: 35px;
}

.system .step-8 .finalizar .bloque p {
  color: #767676;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.system .step-8 .finalizar .bloque p span {
  font-family: 'Roboto';
  color: #555555;
  margin-top: 10px;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
}

.system .step-8 .finalizar .bloque .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #fff;
  border: none;
  line-height: 33px;
  padding-left: 25px;
  padding-right: 25px;
}

.system .step-8 .finalizar .mercadopago hr {
  border-color: #dbdbdb;
}

.system .step-8 .finalizar .mercadopago .notengo .btn {
  background-color: #333333;
}

.system .step-8 .finalizar .mercadopago .tengo p {
  color: #1782a6;
}

.system .step-8 .finalizar .mercadopago .tengo .btn {
  background-color: #35acd6;
}

.system .step-8 .finalizar .btn-finalizar {
  font-family: 'Montserrat', sans-serif;
  background-color: #ea6141;
  border: none;
  color: #fff;
  font-size: 22px;
  line-height: 44px;
  font-weight: bold;
}

.logged .descuento {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 31px;
  color: #fff;
  background-color: #74CDAD;
}

.logged .descuento span {
  font-size: 20px;
  float: right;
}

.logged .cta-bottom .with-total button {
  margin-top: 10px;
}

.logged .cta-bottom p {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
}

.logged .cta-bottom p .precio {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #449882;
  display: block;
}

.logged .cta-bottom p a {
  color: #888888;
  font-size: 12px;
  text-decoration: underline;
}

.logged h1 {
  color: #007355 !important;
  margin-top: 10px;
}

.logged .btn-confirmar,
.logged .btn-continuar {
  background-color: #3d878c;
}

.logged .site-header .navbar-nav {
  color: #fff;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .logged .site-header .navbar-nav {
    margin-top: 0;
  }
}

.logged .site-header .navbar-nav li {
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}

@media (min-width: 768px) {
  .logged .site-header .navbar-nav li {
    line-height: 15px;
    padding: 0 15px;
    border-left: 1px solid #fff;
  }
}

.logged .site-header .navbar-nav li:first-child {
  border: none;
  font-size: 18px;
}

.logged .step-commons {
  padding-top: 0;
}

.logged .arrow {
  margin-top: 40px;
  margin-bottom: 25px;
}

.logged .arrow .col:before {
  content: '';
  display: block;
  border-top: 1px solid #919190;
}

.logged .arrow span {
  color: #8E8E8D;
  font-size: 24px;
  line-height: 24px;
  display: block;
  text-align: center;
  margin-top: -20px;
}

.logged .progress-container {
  padding-top: 8px;
  text-align: center;
  color: #ababab;
  background-color: #FBFBFB;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
  .logged .progress-container {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.logged .progress-container .rounded-circle {
  background-color: #ececec;
  height: 48px;
  width: 48px;
  line-height: 48px;
  margin-left: auto;
  margin-right: auto;
}

.logged .progress-container .rounded-circle.active {
  color: #fff;
  background-color: #11c985;
}

@media (min-width: 768px) {
  .logged .main .header {
    padding-bottom: 0;
  }
  .logged .col-right {
    max-width: 755px;
    margin-left: auto;
    margin-right: 0;
  }
  .logged .col-left {
    max-width: 36.5%;
    min-height: 700px;
    background-color: #f2efe9;
  }
  .logged .col-left .detalle {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    max-width: 420px;
  }
  .logged .col-left .detalle h2 {
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    font-size: 20px;
  }
  .logged .col-left .detalle .pantalla hr {
    background-color: #787774;
    margin-top: 2px;
    margin-bottom: 1px;
  }
  .logged .col-left .detalle .pantalla:first-child hr {
    display: none;
  }
  .logged .col-left .detalle .pantalla p {
    font-size: 12px;
    color: #888888;
    font-weight: 300;
    margin-bottom: 0;
  }
  .logged .col-left .detalle .pantalla .precio {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    text-align: center;
    color: #555555;
    padding-top: 15px;
  }
  .logged .col-left .detalle .pantalla .precio small {
    font-size: 10px;
    display: block;
  }
  .logged .col-left .descuento {
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .logged .col-left .total {
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    color: #555555;
    font-size: 22px;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 2px;
  }
  .logged .col-left .total .precio {
    float: right;
    color: #449882;
    font-size: 30px;
    font-weight: bold;
  }
}

.logged .calendar {
  margin-top: 20px;
}

.logged .calendar:not(:first-child) {
  margin-top: 45px;
}

@media (min-width: 768px) {
  .logged .calendar {
    margin-top: 35px !important;
  }
}

.logged .calendar .left,
.logged .calendar .right {
  display: none;
  position: absolute;
  top: 7px;
  border: none;
  background: none;
  color: #0A0A0A;
}

.logged .calendar .left {
  left: 20px;
  text-align: left;
}

.logged .calendar .right {
  right: 20px;
  text-align: right;
}

.logged .calendar:first-child .left {
  display: block;
}

.logged .calendar:last-child .right {
  display: block;
}

.logged .calendar .mes {
  color: #0A0A0A;
  font-size: 18px;
}

.logged .calendar .anio {
  color: #787878;
  font-size: 9px;
}

.logged .calendar table {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.logged .calendar table th, .logged .calendar table td {
  text-align: center;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 11px;
  border-top-color: #F8F8F8;
}

.logged .calendar table th {
  font-size: 9px;
  color: #8E8E8E;
  border: none;
}

.logged .calendar table td {
  font-size: 12px;
  color: #4F4F4F;
}

.logged .calendar table td.hoy {
  background-color: #F5F5F5;
  color: #D4D4D4;
  position: relative;
}

.logged .calendar table td.hoy small {
  font-size: 9px;
  position: absolute;
  bottom: 3px;
  left: 9px;
}

.logged .calendar table td.selected {
  background-color: #C8E1E3;
}

.logged .step-2 .pantalla .selector {
  background-color: #fff;
  border: 1px solid #999999;
  height: 24px;
  width: 24px;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
}

.logged .step-2 .pantalla .botones a {
  font-size: 14px;
  color: #fff;
}

.logged .step-2 .pantalla .botones a:last-child {
  display: none;
}

.logged .step-2 .pantalla.selected {
  background-color: #E3F3F4;
  padding-bottom: 12px;
  margin-bottom: -12px;
}

.logged .step-2 .pantalla.selected .selector:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #31C94E;
}

.logged .step-2 .pantalla.selected .botones a:first-child {
  display: none;
}

.logged .step-2 .pantalla.selected .botones a:last-child {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.logged .step-2 .cta-bottom span {
  color: #1881a5;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

@media (min-width: 768px) {
  .logged .step-3 h1 + p {
    margin-left: 0;
    max-width: none;
  }
}

.logged .step-3 .form-container .form-control {
  font-weight: 500;
}

.logged .step-3 .plan-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 55px;
  color: #fff;
  text-align: center;
  background-color: #3D878C;
}

.logged .step-3 p.plan-desc {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logged .step-3.mobile {
  background-color: #f2efe9;
}

.logged .step-3.mobile .aviso {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.logged .step-3.mobile .aviso > :first-child {
  background-color: #000;
  color: #ffffff;
  font-size: 13px;
  line-height: 51px;
}

.logged .step-3.mobile .aviso .down span {
  color: #000;
  font-size: 42px;
  line-height: 42px;
  margin-top: -12px;
  display: block;
}

.logged .step-3.mobile .pantallas .pantalla {
  margin-top: 15px;
}

.logged .step-3.mobile .pantallas .pantalla hr {
  margin-top: 0;
}

.logged .step-3.mobile .pantallas .pantalla:first-child hr {
  display: none;
}

.logged .step-3.mobile .pantallas .pantalla:last-child {
  margin-bottom: 15px;
}

.logged .step-3.mobile .pantallas .pantalla p {
  font-size: 12px;
  color: #888888;
  font-weight: 300;
  margin-bottom: 0;
}

.logged .step-3.mobile .pantallas .pantalla .precio {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  text-align: center;
  color: #555555;
  padding-top: 15px;
}

.logged .step-3.mobile .pantallas .pantalla .precio small {
  font-size: 10px;
  display: block;
}

.logged .step-3.mobile .pantallas .pantalla .precio-txt {
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: #555555;
  font-size: 16px;
  margin-top: 20px;
}

.logged .step-3.mobile .pre-total {
  line-height: 42px;
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
  border-top: 1px solid #C6C4C1;
}

.logged .step-3.mobile .pre-total .precio {
  font-size: 22px;
  float: right;
}

.logged .step-3.mobile .total {
  font-family: 'Montserrat', sans-serif;
  line-height: 55px;
  color: #555555;
  font-size: 16px;
}

.logged .step-3.mobile .total .precio {
  font-size: 30px;
  color: #449882;
  float: right;
  font-weight: bold;
}

.logged .step-3.cargar-pantallas .aspect {
  line-height: 32px;
}

.logged .step-3.cargar-pantallas .aspect > :first-child > :first-child {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  background-color: #E96141;
  position: relative;
  padding-left: 12px;
}

.logged .step-3.cargar-pantallas .aspect > :first-child > :first-child .down {
  position: absolute;
  color: #E96141;
  font-size: 23px;
  left: 40%;
  bottom: -24px;
}

.logged .step-3.cargar-pantallas .aspect > :last-child > :first-child {
  background-color: #F2EFE9;
  height: 100%;
}

.logged .step-3.cargar-pantallas .resolucion {
  color: #444444;
  font-size: 13px;
  font-weight: 500;
  padding-left: 20px;
}

.logged .step-3.cargar-pantallas .resolucion.d-md-block {
  font-weight: normal;
}

.logged .step-3.cargar-pantallas .formatos {
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  padding-left: 20px;
}

.logged .step-3.cargar-pantallas .btn-subir {
  font-family: 'Montserrat', sans-serif;
  background-color: #ea6141;
  color: #fff;
  line-height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

.logged .step-3.cargar-pantallas .d-md-block .formatos {
  font-size: 15px;
  line-height: 54px;
  margin-left: -25px;
}

.logged .step-3.cargar-pantallas .loaded {
  text-align: center;
}

.logged .step-3.cargar-pantallas .loaded p {
  color: #666666;
  font-size: 15px;
}

.logged .step-3.cargar-pantallas .loaded .btn {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  background-color: #a1a1a1;
  border: none;
  min-width: 135px;
}

@media (min-width: 768px) {
  .logged .step-4 .col-right {
    max-width: 755px;
    margin-left: auto;
    margin-right: 0;
  }
  .logged .step-4 .col-left {
    max-width: 36.5%;
    min-height: 700px;
  }
  .logged .step-4 .main {
    padding-top: 30px;
  }
  .logged .step-4 .main h1 {
    font-size: 25px;
  }
  .logged .step-4 .main .col-form-label {
    text-align: left;
    padding-left: 2em;
  }
  .logged .step-4 .main .form-container {
    margin-top: 1.5rem;
  }
  .logged .step-4 .main .form-container .form-group {
    margin-bottom: 1em;
  }
  .logged .step-4 .main .form-container .form-control {
    font-size: 1.2em;
    min-height: 44px;
  }
  .logged .step-4 .main label[for="cantidad"] {
    padding-top: 2em;
  }
  .logged .step-4 .main label[for="desde"],
  .logged .step-4 .main label[for="hasta"] {
    padding-left: 0;
  }
  .logged .step-4 .btn-continuar {
    min-width: 228px;
  }
}

.logged .step-4 .regalo {
  background: #f15922;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 4px 0;
  margin: 1px 3px 1px 3px;
}

.logged .step-4 hr {
  border-top-color: #999999;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .logged .step-4 hr {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.logged .step-4 hr + p {
  font-family: 'Montserrat', sans-serif;
  color: #888888;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .logged .step-4 hr + p {
    text-align: left;
    font-weight: 500;
  }
}

.logged .step-4 .form-pago {
  padding-top: 25px;
}

.logged .step-4 .form-pago .codigo .col-form-label {
  color: #f15922;
  text-align: center;
}

.logged .step-4 .form-pago .codigo .form-control {
  border-color: #f15922;
}

.logged .step-4 .form-pago .col-form-label {
  font-size: 14px;
}

.logged .step-4 .form-pago .form-control + span {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}

.logged .step-4 .form-pago .cuotas .col-form-label + div {
  padding-top: 10px;
}

.logged .step-4 .form-pago .cuotas .col-form-label + div label {
  font-size: 16px;
  color: #555555;
}

.logged .step-4 .form-pago .cuotas .col-form-label + div label input {
  margin-right: 5px;
}

.logged .step-4 .form-pago .pie hr {
  margin-top: 30px;
  margin-bottom: 10px;
}

.logged .step-4 .form-pago .pie p {
  font-size: 15px;
  color: #555555;
  font-weight: 300;
}

@media (min-width: 768px) {
  .logged .step-4 .form-pago.form-container {
    margin-top: 0;
  }
  .logged .step-4 .form-pago .form-group:not(.codigo) .col-form-label {
    text-align: right;
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    padding-left: 20%;
    line-height: 1.2em;
    padding-top: 5px;
  }
}

.logged .step-4 .codigo a {
  text-decoration: underline;
  font-size: 14px;
  color: #f15922;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.logged .step-4 .confiamos {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #888888;
  font-weight: 500;
}

.logged .step-5 p.tos {
  font-weight: 300;
  font-size: 12px;
  color: #888888;
  margin-top: 22px;
  margin-bottom: 15px;
}

.logged .step-5 p.tos a {
  color: #317ce3;
  text-decoration: underline;
}

.logged .step-5 .btn-confirmar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #e96141;
  line-height: 46px;
  margin-bottom: 15px;
}

.logged .step-6 .btn-ver {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #333333;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 55px;
  margin-bottom: 60px;
  border-radius: 2px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}