.advertise, .system {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -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 .container, .system .site-header nav .container {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .advertise .site-header nav .container, .system .site-header nav .container {
    max-width: 1140px;
  }
}

.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 .main-container, .system .main-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -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 .btn-borrador {
  padding-top: 9px;
  padding-bottom: 9px;
}

.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: 35px;
    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;
}

@media (min-width: 768px) {
  .advertise .step-commons .form-container, .system .step-commons .form-container {
    margin-top: 1.5rem
  }
}

.advertise .step-commons .form-container .form-control, .system .step-commons .form-container .form-control {
  font-weight: 300;
  border: 2px solid #1ed1ce;
  border-radius: 4px;
  line-height: 1.5;
  font-size: 1.25rem;
}

.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 {
    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 .container {
  text-align: center;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .advertise .step-0 .container {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.advertise .step-0 h1 {
  color: #888888;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .advertise .step-0 h1 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.advertise .step-0 h3 {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  margin-left: auto;
  margin-right: auto;
  max-width: 215px;
}

@media (min-width: 768px) {
  .advertise .step-0 h3 {
    font-size: 20px;
    max-width: none;
  }
}

.advertise .step-0 .creator,
.advertise .step-0 .upload {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .advertise .step-0 .creator,
  .advertise .step-0 .upload {
    padding-top: 40px;
  }
}

.advertise .step-0 .upload.droppable {
  border: 5px dashed #e8e8e8;
  border-radius: 35px;
  cursor: pointer;
  margin: 0 auto;
  max-width: 530px;
  padding: 25px 35px;
  position: relative;
}

@media (min-width: 768px) {
  .advertise .step-0 .upload.droppable {
    padding: 35px 75px;
  }
}

.advertise .step-0 .upload.droppable .btn-file {
  background-color: #a1a1a1;
  border: none;
  color: #ffffff;
  min-width: 135px;
}

.advertise .step-0 .upload.droppable .btn-file:focus {
  box-shadow: 0 0 0 0.2rem rgba(134,142,150,.5)
}

.advertise .step-0 .creator img,
.advertise .step-0 .upload img {
  max-width: 121px;
}

@media (min-width: 768px) {
  .advertise .step-0 .creator img,
  .advertise .step-0 .upload img {
    max-width: none;
  }
}

.advertise .step-0 .creator p,
.advertise .step-0 .upload p {
  color: #aaaaaa;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px;
  margin-bottom: 0px;  
}

@media (min-width: 576px) {
  .advertise .step-0 .creator p,
  .advertise .step-0 .upload p {
    padding-top: 27px;
  }
}

@media (min-width: 768px) {
  .advertise .step-0 .creator p,
  .advertise .step-0 .upload p {
    font-size: 20px;
    padding-top: 34px;
  }
}

.advertise .step-0 .creator .cargado,
.advertise .step-0 .upload .cargado {
  font-weight: 500;
  padding-top: 15px;
  margin-bottom: 10px;  
}

@media (min-width: 576px) {
  .advertise .step-0 .creator .cargado,
  .advertise .step-0 .upload .cargado {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .advertise .step-0 .creator .cargado,
  .advertise .step-0 .upload .cargado {
    font-size: 20px;
    padding-top: 4px;
  }
}

.advertise .step-0 .creator p small,
.advertise .step-0 .upload p small {
  font-family: 'Roboto', sans-serif;
  font-size: 70%;
  font-weight: 300;
  padding-top: 20px;
  display: inline-block;
  word-break: break-word;
}

.advertise .step-0 .creator p span,
.advertise .step-0 .upload p span {
  font-size: 15px;
}

.advertise .step-0 .upload .icon--no-cargado {
  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 .icon--cargado {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* <DURATION SELECTOR> */

.step-3 .ui-slider-horizontal {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.09);
  height: 4px;
  border: none;
  background: #f7f7f7;
  margin-left: 15px;
  margin-right: 10px;
  margin-top: 22px;
  margin-bottom: 22px;
}

.step-3 .ui-slider-range {
  background-color: rgb(88, 208, 165);
  background-image: none;
  background-repeat: initial;
  box-shadow: none;
  border-radius: 0px;
  transition: none 0s ease 0s;    
}

.step-3 .ui-slider-handle {
  align-items: center;
  background-clip: padding-box;
  background-color: rgb(88, 208, 165);
  border-radius: 50%;
  border: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  margin-left: -1.2em;
  outline: none;
  position: absolute;
  top: -14px;
  width: 30px;
}

/* </DURATION SELECTOR> */

.advertise .cta-bottom {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  padding: 10px 15px;
}

.advertise .cta-bottom .btn-continuar {
  font-size: 15px;
  min-height: 0;
  height: 45px;
  float: right;
  margin-left: 5px;
}

.advertise .pega-a-derecha {
  height: 100%;
}

.advertise .cta-left {
  background-color: #f2efe9;
}

.advertise .cta-left .detalle {
  color: #888888;
}

@media (min-width: 768px) {
  .advertise .cta-left .detalle {
    max-width: 420px;
    padding-right: 30px;
  }
}

.advertise .cta-left .detalle .miniatura, .miniatura {
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin-left: 10px;
  padding-top: 25%;
  width: 25%;
}
@media (min-width: 992px) {
  .advertise .cta-left .detalle .miniatura, .miniatura {
    padding-top: 20%;
    width: 20%;
  }
}
.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 {
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #555555;
  position: relative;
  text-align: left;
}

.advertise .cta-left .detalle .total .precio {
  color: #449882;
  font-size: 30px;
  font-weight: bold;
}

@media (min-width: 768px) {
  h1 .advertise .step-1 + p {
    margin-bottom: 70px;
  }
}

.step-3 .map-content {
  width: 80%;
  height: 260px;
}

@media (min-width: 768px) {
  .step-3 .map-content {
    height: 300px;
  }
}

.step-4 .map-content, .step-5 .map-content, .step-6 .map-content {
  height: 100%;
  width: 100%;
}

.advertise .step-2 .screens-list-container {
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .advertise .step-2 .screens-list-container {
    padding-bottom: 75px;
  }
}
/*

.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 .page-item .page-link.activated {
  background-color: #ddd;
  border-color: #c2c2c2;
  color: #000;
}

.advertise .step-2 .paginador .page-item .page-link.disabled {
  border-color: #c2c2c2;
  color: #fff;
  cursor: default;
}

.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-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 {
    background-color: #3d878c;
  }
}

.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-4 hr {
  border-top-color: #999999;
  margin-top: 2em;
  margin-bottom: 2em;
}

.advertise .step-3 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-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;
}
.cupon {
  text-decoration: underline;
  font-size: 14px;
  color: #f15922;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.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;
  }
}

@media (min-width: 768px) {
  .advertise .step-5 .col-right {
    max-width: 700px;
    margin-right: 55px;
  }
}

.advertise .step-5 .top-img {
  margin-top: 15px;
}

.advertise .step-5 .main .cta-left {
  background-color: transparent;
  background: none;
}

.advertise .step-5 .main .cta-left .detalle {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.advertise .step-5 .main .cta-left .detalle h2 {
  font-size: 18px;
  color: #999999;
}

.advertise .step-5 .main .cta-left .detalle hr {
  margin-top: 15px;
  margin-bottom: 10px;
}

.advertise .step-5 .main .cta-left .detalle img + p {
  font-size: 14px;
  padding-top: 10px;
}

.advertise .step-5 .btn-edit {
  color: #fff;
  background-color: #a1a1a1;
  float: right;
  border: none;
  font-size: 13px;
  font-weight: 300;
}

.advertise .step-5 .btn-edit > * {
  margin-right: 5px;
}

.advertise .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 {
  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 {
    padding-left: 15px;
  }
  .advertise .step-5 h4 + p {
    padding-left: 27px;
  }
}

.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 .step-6 img {
  margin-top: 55px;
}

.advertise .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 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #aaaaaa;
  margin-bottom: 35px;
}

.advertise .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 {
    max-width: 470px;
    margin-bottom: 35px;
  }
}

.advertise .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 {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.advertise .step-6 .btn-link {
  color: #555555;
  font-weight: 300;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: underline;
}

.fileinput__input{
  height: 16px;
  opacity: 0;
  position: absolute;
  width: 65px;
}
.fileinput__text{
  position: relative;
}
.fileinput__hover{
  cursor: pointer;
  height: 18px;
  left: -900px;
  opacity: 0;
  position: absolute;
  width: 70px;
}

.mp_frame {
  border:0;
  height: 300px;
  margin-top: 15px;
  width:100%;
}

.aspecto-form {
  position: relative;
}

.aspecto {
  line-height: 32px;
}

.aspecto__etiqueta {
  background-color: #E96141;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

.aspecto__down {
  bottom: -24px;
  font-size: 23px;
  position: absolute;
  transform: translateX(-50%);
}

.aspecto__down--aspecto {
  color: #E96141;
  left: 50%;
}

.aspecto__down--resolucion {
  color: #F2EFE9;
  left: -webkit-calc(16.6666667% + (15px / 2));
  left: calc(16.6666667% + (15px / 2));
}

.aspecto__resol {
  background-color: #F2EFE9;
  height: 100%;
}

.screen-frame .screen-pic {
  background-color: #dddddd;
  border: 2px dashed rgb(152, 152, 152);
  border-radius: 5px;
  height: 100px;
  margin: auto;
  position: relative;
  width: 100px;
}

.screen-frame .screen-pic .img-drop {
  background-color: transparent;
  background-position: center center;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

.screen-frame .screen-pic i {
  color: #555555;
  text-shadow: 0 0 8px #FFFFFF, 0 0 8px #FFFFFF, 0 0 8px #FFFFFF;
}

.screen-frame .screen-pic .icon-add {
  font-size: 1.5rem;
}

.screen-frame {
  color: #555555;
}

.advertise .step-4 .main .mp-container .col-form-label {
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 3px;
}

@media (min-width: 768px) {
  .advertise .step-4 .main .mp-container .col-form-label {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    padding: 0;
    text-align: right;
  }
}

.advertise .step-4 .main .mp-container .aclaracion {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}

.receipt .dict-number {
  background-color: #f7f7f7;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  width: 85px;
}

.receipt .barcode {
  background: #ffffff;
  height: 42px;
  margin: 5px 0;
  padding: 10px 0;
  width: 100%;
  max-width: 324px;
}

.adstreet .alert-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

@media (min-width: 768px) {
  .adstreet .alert-sticky {
    top: 0.5rem;
  }
}

.adstreet .alert-sticky .alert {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.adstreet .alert-sticky .alert:last-child {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .adstreet .alert-sticky .alert {
    margin-top: 0;
  }
}

.adstreet .alert-fixed {
  margin-bottom: 0;
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

@media (min-width: 768px) {
  .adstreet .alert-fixed {
    top: 12px;
  }
}

@media (min-width: 1200px) {
  .adstreet .alert-fixed {
    max-width: 700px;
  }
}

.adstreet .alert {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
  border: none;
  border-radius: 0;
}

.adstreet .alert-dismissible {
  padding-right: 3.3rem;
}

.adstreet .alert-dismissible .close {
  font-weight: 400;
  color: #ffffff;
  text-shadow: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
}

.adstreet .alert-dismissible .close:hover {
  opacity: 1;
}

.adstreet .alert-info {
  background-color: #64a4bf;
}

.adstreet .alert-secondary {
  background-color: #888888;
}

.adstreet .alert-success {
  background-color: #3eb56e;
}

.adstreet .alert-warning {
  background-color: #de5d5d;
}

.custom-checkbox {
  margin-top: 12px;
}

.adstreet.system .step-4 .uploader p:last-child {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #555555;
}

.adstreet.system .step-7 .main h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.adstreet.system .step-7 .main p {
    font-family: 'Montserrat', sans-serif;
    color: #555555;
    font-size: 18px;
    font-weight: 500;
}

.adstreet.system .step-7 .main p span {
  font-size: 2em;
  font-weight: bold;
}

.adstreet.system .step-7 .main .btn-continuar {
    background-color: #ea6141;
    margin-bottom: 10px;
    text-transform: none;
}

.navbar-brand .logo {
  max-height: 32px;
  width: initial;
  outline: none;
}

@media (min-width: 768px) {
  .navbar-brand .logo {
    max-height: 51px;
  }
}

.adstreet .site-header .navbar-nav li:first-child {
    border: none;
    font-size: 18px;
}

.adstreet .site-header .navbar-nav li {
  line-height: 30px;
  padding: 0;
  border-left: 0;
}

.adstreet .site-header .navbar-nav li {
    font-weight: 400;
    font-size: 15px;
}

.adstreet .site-header .navbar-nav li a:hover {
    border-bottom: 1px solid #FFFFFF;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.adstreet .site-header .navbar-nav {
    color: #fff;
}

@media (min-width: 1200px) {
  .adstreet .site-header .navbar-nav li {
    line-height: 15px;
    padding: 0 15px;
    border-left: 1px solid #fff;
  }
}

.adstreet .step-8 .configuration-box {
  background-color: #e6f1f7;
  padding: 35px 55px;
  margin-top: 35px;
}

.adstreet .step-8 .configuration-box h2 {
  font-size: 20px;
  padding-top: 25px;
  color: #555555;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
}

.adstreet .step-8 .configuration-box p {
  color: #555555;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-bottom: 1rem;
}

.adstreet .step-8 .precio i {
  color: #1782a6;
  font-size: 38px;
  line-height: 45px;
}

.adstreet .step-8 .precio p {
  font-family: 'Roboto', sans-serif;
  color: #555555;
  font-size: 13px;
  font-weight: 300;
}

.adstreet .step-8 .precio p strong {
  font-weight: 600;
}

.adstreet.system .step-8 .btn-agregar {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  border: none;
  font-size: 14px;
  font-weight: bold;
  background-color: #5bcbf3;
  border-radius: 3px;
  min-height: 42px;
}

.adstreet div.calculator .modal-body .container .header {
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 0px;
}

.adstreet div.calculator .modal-body .container .header p {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 10px !important;
  margin-top: 10px;
}

.adstreet div.calculator .modal-body .container .parameter-box {
  text-align: left;
  padding: 0px;
}

.adstreet div.calculator .modal-body .container .parameter-box {
  color: #555555;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #dadada;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 0;
}

.adstreet div.calculator .modal-body .container .parameter-box p {
  text-align: left;
  margin-bottom: 0 !important;
  margin-right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
}

.adstreet div.calculator .modal-body .container .parameter-box input {
  font-weight: 300;
  text-align: right;
  border: 1px solid #dadada;
  border-radius: 4px;
  margin: 0px auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: .375rem .75rem;
  font-size: inherit;
  background-color: transparent;
}

.adstreet div.calculator .modal-body .container .parameter-box input:focus {
  border-color: #4488ee;
}

.adstreet div.calculator .modal-body .container .suggested-price-box {
  font-family: 'Roboto', sans-serif;
  background: #f7f7f7;
  border: 1px solid #dadada;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px;
}

.adstreet div.calculator .modal-body .container .suggested-price-box p {
  color: #555555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}

.adstreet div.calculator .modal-body .container .suggested-price-box input {
  color: #ffffff;
  text-align: center;
  background-color: #5bcbf3;
  border: 1px solid #5bcbf3 !important;
  border-radius: 4px;
  padding: .375rem .75rem;
}

.close {
  font-size: 1.75rem;
  line-height: 0;
}

.modal-dialog {
  margin: 0.75rem auto;
}

.adstreet .step-7 .main .btn-ver {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #333333;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.step-4 .col-right .btn-continuar.btn-confirmar {
	display: none;
}
.step-4 .col-right .loader-wrapper {
	display: none;
}
.step-4 .invisible [data-role="tipo-medio-pago"]{
	height:0 !important;
	padding:0 !important;
}

.date-explanation__promo-detail {
  color: #777777;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.date-explanation__usage-description {
  color: #777777;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.step-3 .ui-datepicker.ui-datepicker-multi {
	width: 100% !important;
  border: initial;
  background: initial;
  color: initial;
}

.step-3 .ui-datepicker-multi .ui-datepicker-group {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 576px) {
  .step-3 .ui-datepicker-multi .ui-datepicker-group {
    padding: 0 15px;
    width: 50%;
  }
}