.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;
}

body.adstreet .site-footer .site-info > button {
  outline: none;
  position: relative;
  background: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 20px;
  cursor: pointer;
}

body.adstreet .site-footer .site-info > button#emailcopied.email:hover:after {
  position: absolute;
  font-family: 'adstreet-icons';
  content: "\e844";
  top: 2px;
  right: -25px;
}

body.adstreet .site-footer .site-info > button#emailcopied.email.copied:hover:after {
  content: "\e845";
  color: #33CC33;
}

.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;
  padding-right: 6px;
}

.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: 30px auto 0;
  text-align: center;
}

.auth-container--thin{
  margin: 0 auto;
}

@media (min-width: 768px) {
  .auth-container {
    margin-top: 55px;
  }


}

.auth-container .logo {
  margin-bottom: 30px;
}
/*
.auth-container .wrapper {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding-bottom: 120px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .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: '';
  width: 10%;
  height: 1px;
  background-color: #cecece;
  top: 50%;
}

@media (min-width: 768px) {
  .auth-container .wrapper p.withLines:before, .auth-container .wrapper p.withLines:after {
    width: 18%;
  }
}

.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-facebook {
  background-color: #3b5998;
}

.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 + p {
  color: #555555;
}

@media (min-width: 768px) {
  .auth-container .wrapper .username .form-group + p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.auth-container .wrapper .username p {
  color: #888888;
}

@media (min-width: 768px) {
  .auth-container .wrapper .username p {
    font-size: 17px;
  }
}

.auth-container .wrapper .username p a {
  color: #3b5998;
  text-decoration: underline;
}

.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;
}

@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;
}

.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: 5px;
}

.system .step-4 .uploader .btn {
  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;
  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 {
    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;
}

.system .step-5 .time > :first-child {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  padding-top: 35px;
}

.system .step-5 .time + .arrow span {
  border: none;
  color: #fff;
  font-size: 42px;
  margin-bottom: -30px;
  z-index: 2;
}

.system .step-5 .cont {
  background-color: #e3f3f3;
  padding: 50px 20px;
  color: #767678;
}

.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-8 .main img {
  margin-top: 40px;
  margin-bottom: 35px;
}

.system .step-8 .main h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .system .step-8 .main h1 {
    font-size: 2em;
  }
}

.system .step-8 .main p {
  font-family: 'Montserrat', sans-serif;
  color: #555555;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .system .step-8 .main p {
    font-size: 20px;
  }
}

.system .step-8 .main p span {
  font-weight: bold;
  font-size: 26px;
}

@media (min-width: 768px) {
  .system .step-8 .main p span {
    font-size: 2em;
  }
}

.system .step-8 .main .btn-continuar {
  background-color: #ea6141;
  margin-bottom: 80px;
  text-transform: none;
}

@media (min-width: 768px) {
  .system .step-8 .main .btn-continuar {
    line-height: 55px;
    padding: 0;
  }
}

.system .step-9 .top {
  font-family: 'Montserrat', sans-serif;
}

.system .step-9 .top p {
  margin-top: 45px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #555555;
}

@media (min-width: 768px) {
  .system .step-9 .top p {
    font-size: 20px;
  }
}

.system .step-9 .top h1 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .system .step-9 .top h1 {
    font-size: 28px;
  }
}

.system .step-9 .bg-info {
  background-color: #e6f1f7 !important;
}

@media (min-width: 768px) {
  .system .step-9 .bg-info {
    max-width: 796px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .system .step-9 .bg-info .col-form-label {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-weight: 500 !important;
    font-size: 18px;
  }
  .system .step-9 .bg-info + .row {
    max-width: 826px;
    margin-left: auto;
    margin-right: auto;
  }
  .system .step-9 .bg-info + .row .btn {
    background-color: #ea6141;
  }
}

.system .step-9 .bg-info .form-control {
  background-color: #fff !important;
}

.system .step-9 .bg-info .precio label {
  font-weight: 600;
  margin-bottom: 20px;
}

.system .step-9 .bg-info .precio i {
  color: #1782a6;
  font-size: 38px;
  line-height: 45px;
}

.system .step-9 .bg-info .precio .form-control {
  margin-bottom: 15px;
}

.system .step-9 .bg-info .precio .explicacion {
  color: #1782a6;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .system .step-9 .bg-info .precio .explicacion {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}

.system .step-9 .bg-info .precio .explicacion + hr {
  border-color: #1782a6;
  margin-top: 25px;
  margin-bottom: 20px;
}

.system .step-9 .bg-info .fecha label {
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .system .step-9 .bg-info .fecha {
    margin-bottom: 30px !important;
  }
}

.system .step-9 .bg-info p.small {
  margin-top: 10px;
  color: #a1a1a1;
}

@media (min-width: 768px) {
  .system .step-9 .bg-info p.small {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 29px;
  }
}

.system .step-9 .bg-info p.small .btn {
  color: #fff;
  font-weight: 300;
  background-color: #a1a1a1;
  border: none;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .system .step-9 .bg-info p.small .btn {
    margin-top: 0;
    margin-left: 10px;
  }
}

.system .step-9 .finalizar {
  margin-bottom: 75px;
}

@media (min-width: 768px) {
  .system .step-9 .finalizar {
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
  }
}

.system .step-9 .finalizar hr {
  border-color: #1682a6;
  margin-top: 28px;
  margin-bottom: 40px;
}

.system .step-9 .finalizar .logo_mp {
  margin-bottom: 40px;
}

.system .step-9 .finalizar p {
  color: #555555;
}

.system .step-9 .finalizar .bloque {
  margin-top: 10px;
  padding-bottom: 35px;
}

.system .step-9 .finalizar .bloque p {
  color: #767676;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.system .step-9 .finalizar .bloque p span {
  font-family: 'Roboto';
  color: #555555;
  margin-top: 10px;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
}

.system .step-9 .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-9 .finalizar .mercadopago hr {
  border-color: #dbdbdb;
}

.system .step-9 .finalizar .mercadopago .notengo .btn {
  background-color: #333333;
}

.system .step-9 .finalizar .mercadopago .tengo p {
  color: #1782a6;
}

.system .step-9 .finalizar .mercadopago .tengo .btn {
  background-color: #35acd6;
}

.system .step-9 .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;
}

.hide {
  display: none;
}

.pop-over {
  color: #FFFFFF;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding: 3px 8px;
  max-width: 100%;
  min-width: -webkit-calc(100% - 40px);
  min-width: calc(100% - 40px);
  border-radius: 0;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%,-100%);
}

.pop-over.success {
  background-color: #3eb56e;
  border: none;
}
.pop-over.warning {
  background-color: #de5d5d;
  border: none;
}

.pop-over.info {
  background-color: #64a4bf;
  border: none;
}

.pop-over-content {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #000000;
}

/* Pagination */

.page-nav {
  margin-top: 1.5rem;
  text-align: center;
  box-sizing: content-box !important;
}

.page-nav .page_bts {
  display: flex;
  justify-content: center;
}

.page-nav .page_bts a {
  color: #888888;
  float: left;
  line-height: 1.25;
  padding: 8px;
  margin-left: -1px;
  min-height: 38px;
  width: 38px;
}


.page-nav .page_bts a.page {
  border: 1px solid #A1A1A1;
  z-index: 1;
}

@media screen and (min-width: 900px) {
  .page-nav .page_bts a.page:not(.active):hover {
    color: #5C5B5B;
    background: #EDEDED;
  }
}

.page-nav .page_bts .page.active {
  border: 2px solid #6a6666;
  margin: -1px;
  color: #6a6666;
  font-weight: 500;
  z-index: 2;
  cursor: default;
}

.page-nav .page_bts a.icon-back,
.page-nav .page_bts a.icon-next {
  border: 1px solid #C2C2C2;
  background: #E3E3E3;
}

.page-nav .page_bts a.icon-back {
  border-radius: 3px 0 0 3px;
}

.page-nav .page_bts a.icon-next {
  border-radius: 0 3px 3px 0;
}

.page-nav .page_bts a.page:active {
  color: #5C5B5B;
  background: #EDEDED;
}

.page-nav .page_bts a.icon-next:not(.disabled):active,
.page-nav .page_bts a.icon-back:not(.disabled):active {
  color: #5C5B5B;
  background: #DBDBDB;
}

@media screen and (min-width: 900px) {
  .page-nav .page_bts a.icon-next:not(.disabled):hover,
  .page-nav .page_bts a.icon-back:not(.disabled):hover {
    color: #5C5B5B;
    background: #DBDBDB;
  }
}

.page-nav .page_bts a.icon-next.disabled,
.page-nav .page_bts a.icon-back.disabled {
  color: #C2C2C2;
  cursor: default;
}

.page-nav p {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 0 35px 0;
}

.page-nav p a {
  color: #5EA593;
}

.page-nav p a:active {
  text-decoration: underline;
}

@media screen and (min-width: 900px) {
  .page-nav p a:hover {
    text-decoration: underline;
  }
}

.loader{
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 4px solid rgba(65,163,183,0.7);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader 1s linear infinite;
  animation: loader 1s linear infinite;
}

.loader:after{
  content: "";
  position: absolute;
  top: -10px;
  left: 18px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #FFFFFF;
}
.loader-wrapper {
  position: relative;
  height: 50px;
  width: 50px;
}

/* <Loading File> */
.file-loader__spinner {
  display: inline-block;
  position: relative;
  width: 99px;
  height: 99px;
  margin: 16.5px auto;
}

.file-loader__spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 99px;
  height: 99px;
  border: 5px solid #51c199;
  border-radius: 50%;
  animation: loader 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #51c199 transparent transparent transparent;
}

.file-loader__spinner div:nth-child(1) {
  animation-delay: -0.72s;
}

.file-loader__spinner div:nth-child(2) {
  animation-delay: -0.48s;
}

.file-loader__spinner div:nth-child(3) {
  animation-delay: -0.24s;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* </Loading File> */

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width:1200px;
  }
}
.translucido {
  opacity: .6;
}
.prohibido1 {
  border: 2px solid red;
  border-radius: 50%;
  bottom: 0.5em;
  color: red;
  height: 2em;
  position: absolute;
  right: 1.5em;
  width: 2em;
}
.prohibido1::after {
  background-color: red;
  content: '';
  height: 2px;
  position: absolute;
  left: -.1em;
  transform: rotate(-45deg);
  top: .8em;
  width: 2em;
}

@-webkit-keyframes loader{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}

@keyframes loader{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  color: #89a9b2;
}

/* HEADER - User Menu */

.system header nav#usernav {
  position: absolute;
  background: #1981a6;
  width: 100%;
  min-height: calc(100% - 80px);
  padding-bottom: 25px;
  top: 55px;
  left: -100%;
  transition: all 0.5s;
  z-index: 1000;
}

@media screen and (min-width: 900px) {
  .system header nav#usernav {
    top: 75px;
    min-height: calc(100% - 100px);
  }
}

@media screen and (min-width: 1100px) {
  .system header nav#usernav {
    top: 24px;
    right: calc(8.333% + 10px);
    background: transparent;
    min-height: 0;
    z-index: 1;
    left: initial;
    width: auto;
  }
}

.system header nav#usernav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.system header li.welcomeUser,
.system header li.bt0 {
  text-align: center;
}

.system header li.welcomeUser {
  font-weight: bold;
  font-size: 18px;
  background: #5EA7C1;
  padding: 17px 0 17px 0;
}

@media screen and (min-width: 1100px) {
  .system header li.welcomeUser {
    display: inline;
    padding: 0 17px 0 17px;
    background: initial;
  }
}

.system header li.bt0 {
  font-size: 15px;
  padding: 17px 0 17px 0;
}

@media screen and (min-width: 1100px) {
  .system header li.bt0 {
    border-left: 1.2px solid #ffffff;
    display: inline;
    padding: 0 17px 0 17px;
  }
}

.system header .welcomeUser, a.bt0 {
  color: #ffffff;
}

.system header a.bt0 {
  text-decoration: none;
}

@media screen and (min-width: 1100px) {
  .system header a.bt0:hover {
    border-bottom: 1px solid #FFFFFF;
  }
}

.system header #bt-usermenu:checked ~ nav#usernav {
  left: 0;
}

.system header #bt-usermenu:checked ~ .upper .upper-container div#menu label.icon-menu  {
  visibility: hidden;
}

/* HEADER ADMIN - Options Menu */

.system header nav#options-menu {
  position: absolute;
  background: #1981a6;
  width: 80%;
  min-height: calc(100% - 105px);
  z-index: 1001;
  padding: 25px 0;
  transition: all 0.5s;
  left: -80%;
}

@media screen and (min-width: 900px) {
  .system header nav#options-menu {
    clear: both;
    position: initial;
    width: 100%;
    background: #efefef;
    height: 65px;
    padding-top: 12.5px;
    padding-bottom: 14px;
  }
}

.system header nav#options-menu ul {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 900px) {
  .system header nav#options-menu ul {
    width: calc(83.333% - 20px);
    margin: auto;
    padding-left: 0;
  }
}

.system header li.bt1_act,
.system header li.bt1_inact {
  text-align: left;
}

@media screen and (min-width: 900px) {
  .system header li.bt1_act,
  .system header li.bt1_inact {
    text-transform: uppercase;
    text-align: center;
    padding: 9.5px 0 9.5px 0;
    width: calc(14.28% - 1px);
    margin-right: 0.5px;
    margin-left: 0.5px;
    display: inline;
    float: left;
    border-radius: 2px;
  }

  .system header li.bt1_act {
    background: #1981a6;
  }

  .system header li.bt1_inact {
    background: #1a404b;
  }

  .system header li.bt1_inact:hover {
    background: #1981a6;
  }
}

.system header span.bt1 {
  position: relative;
  display: inline-block;
  width: 95%;
  padding: 2px 0 2px 5%;
}

@media screen and (min-width: 900px) {
  .system header span.bt1 {
    width: auto;
    padding: 0;
  }
}

.system header span.bt1:active {
  background: #5EA7C1;
}

@media screen and (min-width: 900px) {
  .system header span.bt1:active {
    background: initial;
  }
}

.system header span.bt1_act {
  background: #5EA7C1;
}

@media screen and (min-width: 900px) {
  .system header span.bt1_act {
    background: initial;
  }
}

.system header .textoptions {
  position: relative;
  bottom: 4px;
  padding: 0 0 0 5px;
  color: #ffffff;
  font-size: 20px;
}

@media screen and (min-width: 900px) {
  .system header .textoptions {
    position: initial;
    font-weight: bold;
    font-size: 15px;
    bottom: 0;
    padding: 0;
  }
}

.system header .options-icons {
  font-size: 38px;
  color: #ffffff;
}

@media screen and (min-width: 900px) {
  .system header .options-icons {
    display: none;
  }
}

.system header #bt-optionsmenu:checked ~ nav#options-menu {
  left: 0;
}

.system header #bt-optionsmenu:checked ~ .upper .upper-container div#user label.icon-user {
  visibility: hidden;
}
