@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,900,900i");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,500i,700,900");
h1{
    font-size: 2.2rem;
}
.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }
  .btn:hover {
    opacity: .9; }

.btn-primary {
  background: #e42644;
  color: #fff !important;
  border: none;
  padding: 10px; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #e42644 !important;}
  .btn-primary.disabled {
    background: #666 !important; }

/* estilos covid */
.gold {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 100%;
  background-color: #b59c56 !important;}

  .gold:hover, .gold:active, .gold:focus {
    background: #b59c56 !important; }

    @media (min-width: 768px) {
      .gold {
        width: 50% !important;
      }
    }

.edicion_impresa {
  width: 100%;
}

  @media (min-width: 768px) {
    .edicion_impresa {
      width: 70% !important;
    }
  }

.texto_premium {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #b59c56;
  text-align: center;
}

.texto_cuadro {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 5px 0 10px 0;
}

@media (min-width: 768px) {
  .texto_cuadro {
    padding: 5px 50px 10px 50px;
    font-size: 21px;
  }
}

.texto_baja {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  text-align: center;
}

.cabecera_covid {
  font-family: 'Merriweather', Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  margin-top: 18px;
}

@media (min-width: 768px) {
  .cabecera_covid {
    font-size: 21px;
    margin-top: 38px;
  }
}

.texto_covid {
  font-family: 'Merriweather', Georgia, Times, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-style: italic;
  text-align: center;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .texto_covid {
      font-size: 21px;
      margin-bottom: 10px;
  }
}

.hr_gold {
  border: 2px solid #b59c56;
  width: 80px;
}

.hr_dotted {
  border: 1px dashed #dadada;
}

.espacio_hr{
  margin: 28px 0 28px 0;
}

@media (min-width: 768px) {
  .boton_registrate, .boton_sesion {
    width: 45%;
    float: left;
  }
  
  .separador_o {
    width: 10%;
    float: left;
    padding-top: 6px;
  }
}


/* estilos covid */

.btn-help {
    position: fixed;
    right: 5%;
    bottom: 5%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.btn.social {
  font-size: 14px;
  position: relative;
  padding: 10px 13px 10px 35px;
  min-width: 130px;
  text-align: center; }
  @media (max-width: 1199.98px) {
    .btn.social {
      text-align: center; } }
  .btn.social i {
    position: absolute;
    top: 9px;
    left: 18px;
    font-size: 23px; }
  .btn.social.google {
    background: #db4c3d;
    color: #fff; }
  .btn.social.facebook {
    background: #486299;
    color: #fff; }
  .btn.social.apple {
    background: #fff;
	border: 1px solid #ccc !important;	
    color: #000; }    

.btn_suscriptor {
  background: #fff;
  color: #333 !important;
  padding: 0 0 0 32px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  position: relative; }
  .btn_suscriptor:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 25px;
    background: url(/assets/themes/paywall/img/logo_v_rojo.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: 6px; }
  .btn_suscriptor:hover {
    color: #666 !important; }
  .btn_suscriptor span {
    border-bottom: 1px solid #666; }

.btn-login, .btn-register {
  border: 1px solid #ced4da;
  font-size: 14px;
  font-weight: 600;
  color: #333 !important; }

form h5, .formularioSSO h5  {
  font-size: 14px;
  font-weight: bold; }

form a, .formularioSSO a  {
  cursor: pointer; }
  form a:hover, .formularioSSO a:hover {
    text-decoration: none; }

form label, .formularioSSO label {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #555;
  line-height: 18px;
  display: block;
  margin-bottom: 10px; }
  form label > a, .formularioSSO label > a {
    display: block;
    float: right;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    color: #454545;
    text-decoration: underline; }
    form label > a:hover, .formularioSSO label > a:hover {
      color: #666;
      text-decoration: underline; }

form p, .formularioSSO p {
  color: #555;
  font-size: 16px; }
  form p a, .formularioSSO p a {
    font-weight: bold;
    color: #151515; }
    form p a:hover, .formularioSSO p a:hover {
      color: #151515;
      text-decoration: underline; }

form .input-group, .formularioSSO .input-group {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding-top: 2px;
  padding-bottom: 2px; }

form .input-group-text, .formularioSSO .input-group-text {
  background: none;
  border: none; }
  form .input-group-text i, .formularioSSO .input-group-text i {
    color: #999;
    font-size: 17px;
    padding-left: 5px; }

form .is_error .input-group, form .has-warning .input-group, form .has-warning #check_field .form-control, .formularioSSO .is_error .input-group, .formularioSSO .has-warning .input-group, .formularioSSO .has-warning #check_field .form-control {
  border: 2px solid #e44252 !important; }
  form .is_error .input-group .input-group-text i, form .has-warning .input-group .input-group-text i, form .has-warning #check_field .form-control .input-group-text i,.formularioSSO .is_error .input-group .input-group-text i, .formularioSSO .has-warning .input-group .input-group-text i, .formularioSSO .has-warning #check_field .form-control .input-group-text i {
    color: #e44252; }

form .glyphicon-warning-sign, .formularioSSO .glyphicon-warning-sign {
  display: none; }

form .invalid-feedback, form .text-danger, .formularioSSO .invalid-feedback, .formularioSSO .text-danger {
  font-weight: normal;
  display: block;
  font-size: 13px;
  margin-top: 4px; }

form .row > .text-danger, .formularioSSO .row > .text-danger {
  padding-left: 15px; }

form .form-control, .formularioSSO .form-control {
  border: none;
  color: #111;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px; }
  form .form-control:focus, .formularioSSO .form-control:focus {
    color: #111; }

form #check_field, .formularioSSO #check_field {
  border: none !important; }
  form #check_field .form-control,  .formularioSSO #check_field .form-control {
    border: 1px solid #ced4da !important; }

form .input-group-prepend + .form-control, .formularioSSO .input-group-prepend + .form-control {
  padding-left: 10px;
  padding-right: 10px; }

form .legal, .formularioSSO .legal {
  position: relative; }
  form .legal p,  .formularioSSO .legal p {
    font-weight: 300;
    font-size: 12px; }
  form .legal input, .formularioSSO .legal input {
    margin-right: 5px;
    margin-top: 3px;
    float: left; }
  form .legal a, .formularioSSO .legal a {
    font-weight: 500 !important;
    color: #151515 !important; }

form .more-legal, .formularioSSO .more-legal {
  color: #666;
  font-size: 15px;
  display: block;
  text-align: center;
  margin-top: -5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 3px; }

form #toggle-password:hover, .formularioSSO #toggle-password:hover {
  cursor: pointer;
  color: #555; }

form .iban_code, .formularioSSO .iban_code {
  color: #666 !important;
  font-size: 20px;
  display: inline-block;
  height: 30px;
  line-height: 38px;
  margin-right: -5px; }

form .btn-primary + .text-secondary, .formularioSSO .btn-primary + .text-secondary {
  font-size: 14px !important; }

.formularioSSO div[name="cerrar"] {
    color: #666;
    font-size: 0.8rem;
}

.sso_paywall {
  background: #f4f4f4; }
  .sso_paywall .mkt {
    background: #fff;
    color: #fff; }
    .sso_paywall .mkt h1 {
      color: #151515;
      font-weight: bold;
      font-size: 34px;
      line-height: 1.2;
      margin-bottom: 15px;
      -webkit-font-smoothing: antialiased; }
      @media (max-width: 991.98px) {
        .sso_paywall .mkt h1 {
          font-size: 20px;
          margin-bottom: 5px; } }
    .sso_paywall .mkt p {
      margin: 0;
      color: #444;
      font-family: 'Roboto', sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 1.4;
      -webkit-font-smoothing: antialiased; }
      @media (max-width: 991.98px) {
        .sso_paywall .mkt p {
          font-size: 15px; } }
  .sso_paywall .mkt-login, .sso_paywall .mkt-register {
    background-image: url(/assets/themes/paywall/img/bg_mkt_login_grey.png);
    background-size: cover;
    background-repeat: no-repeat; }
  .sso_paywall .mkt-suscriptor {
    background-image: url(/assets/themes/paywall/img/bg_mkt_suscriptor_grey.png);
    background-size: cover;
    background-repeat: no-repeat; }
  .sso_paywall .mkt-suscription {
    background-image: url(/assets/themes/paywall/img/bg_mkt_suscription.png);
    background-size: cover;
    background-repeat: no-repeat; }
  .sso_paywall .wrap_form h3 {
    font-size: 1.35rem; }
    .sso_paywall .wrap_form h3 + .text-secondary {
      font-size: 14px !important; }
  .sso_paywall footer.contact {
    border-top: 1px solid #dee2e6;
    margin: 0 -15px;
    padding: 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #7e7e7e;
    font-size: 14px; }
    .sso_paywall footer.contact strong {
      font-weight: normal;
      color: #666; }
    .sso_paywall footer.contact i {
      padding-right: 3px;
      color: #afafaf;
      font-size: 16px; }
    .sso_paywall footer.contact a {
      color: #7e7e7e; }
      .sso_paywall footer.contact a:hover {
        color: #333;
        text-decoration: none; }
    @media (max-width: 991.98px) {
      .sso_paywall footer.contact {
        text-align: center;
        padding: 15px;
        margin: 0 -15px;
        position: relative; }
        .sso_paywall footer.contact strong {
          display: block;
          margin-bottom: 7px; }
        .sso_paywall footer.contact > span {
          display: block; } }
  @media (min-width: 992px) {
    .sso_paywall.suscription .mkt {
      min-height: 550px; }
      .sso_paywall.suscription .mkt h1 {
        font-size: 30px; } }
  .sso_paywall.suscription .wrap_form .image {
    max-width: 70%;
    display: block;
    text-align: center;
    margin: auto auto 20px auto; }

    body.sso_paywall .container div div { /*modificacion*/
      text-align: center;
    }

    body.sso_paywall .container div div p img{ /*modificacion*/
      visibility: hidden;
      display: none;
    }

@media (min-width: 769px) {
  body.sso_paywall {
    padding: 30px; 
  }
    body.sso_paywall .container {
      background: #fff; 
    }

    body.sso_paywall .container div div { /*modificacion*/
      text-align: left;
    }
    
    body.sso_paywall .container div div p img{  /*modificacion*/
      visibility: visible;
      display: block;
    }
  }

      

/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .min-height-100 {
    min-height: auto !important; } }

.modal-backdrop {
  background: rgba(255, 255, 255, 0.95) !important; }
  .modal-backdrop.in {
    opacity: 1 !important; }

.modal.in {
  opacity: 1 !important; }
  @media (min-width: 768px) {
    .modal.in {
      display: flex !important; } }

@media (min-width: 768px) {
  .modal {
    justify-content: center;
    align-items: center; } }

@media (max-width: 1199.98px) {
  .modal .modal-dialog {
    transition: none !important;
    transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    transform: none !important; } }

.modal .modal-content {
  border: 1px solid #e5e5e5;
  padding: 0; }
  .modal .modal-content a, .modal .modal-content b  {
    font-weight: 600 !important;
    color: #111; }
  .modal .modal-content .close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    color: #888;
    text-shadow: none;
    opacity: 1; }
    .modal .modal-content .close:hover {
      color: #666;
      opacity: .9; }
  .modal .modal-content .modal-header {
    border: none;
    background: none;
    padding: 20px;
    display: block;
    text-align: center; }
  .modal .modal-content .modal-body {
    font-weight: 300;
    background: #f4f4f4;
    color: #666;
    padding: 20px 30px 0 30px;
    font-size: 16px;
    padding: 20px 40px 5px 40px;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 1199.98px) {
      .modal .modal-content .modal-body {
        padding: 15px 15px 0 15px; } }
    .modal .modal-content .modal-body .infoSSO[data-type="telefono"] {
      display: inline-block; }
  .modal .modal-content .modal-footer {
    background: #f4f4f4;
    border: none;
    justify-content: space-around;
    padding: 0 0 20px 0; }
    @media (max-width: 1199.98px) {
      .modal .modal-content .modal-footer {
        padding-bottom: 15px; } }
    .modal .modal-content .modal-footer .btn-success {
      background: #333;
      border: none; }
      .modal .modal-content .modal-footer .btn-success:hover {
        background: #222; }
      .modal .modal-content .modal-footer .btn-success:focus {
        box-shadow: none !important; }
  .modal .modal-content .modal-title {
    font-size: 20px;
    color: #333;
    font-weight: normal; }

.modal.error .modal-title {
  /*
			&:before {
				content: "\f071";
				font-family: "FontAwesome";
				font-size: 3em;
				display: block;
				color: $brand;
				text-align: center;
			}
			*/ }

.carousel .carousel-indicators {
  bottom: -10px; }

.carousel .carousel-control-next {
  right: -20px; }

.carousel .carousel-control-prev {
  left: -20px; }

.carousel .carousel-item {
  padding: 40px;
  color: #fff; }
  .carousel .carousel-item > div {
    display: flex;
    text-align: left;
    align-items: center; }
    .carousel .carousel-item > div span {
      overflow: hidden;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: block;
      margin-right: 10px; }
      .carousel .carousel-item > div span img {
        width: 100%; }
    .carousel .carousel-item > div strong {
      font-weight: 300; }




@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i);


.landing h1 {
  margin: 0;
  font-family: "Merriweather", Georgia, serif;
  font-size: 34px;
  font-weight: bold;
  color: white;
}

  .landing h1 strong {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 5px; }
  @media (max-width: 991.98px) {
    .landing h1 {
      font-size: 27px; } }
  @media (min-width: 992px) {
    .landing h1 {
      font-size: 30px; } }

.landing .lead {
  font-family: "Merriweather", Georgia, serif;
  font-weight: bold;  
}

.landing h3 {
  font-size: 27px;
  font-weight: 300 !important;
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .landing h3 {
      font-size: 27px; } }

@media (min-width: 992px) {
  .landing .lead {
    padding-right: 45px; } }

.aperture {
  position: relative;
  background: url(../img/landing_suma.png) no-repeat;
  padding: 30px 0 60px 0;
  overflow: hidden;
  background-size: auto 100%;
  color: white;
}
  .aperture .bg_landing {
    display: none;
    position: absolute;
    top: -30px;
    left: 0;
    bottom: 0;
    background: #F2F7FB url(../img/landing.png) no-repeat;
    background-position: right center; }
    @media (min-width: 992px) {
      .aperture .bg_landing {
        display: block;
        right: -250px; } }
    @media (min-width: 1200px) {
      .aperture .bg_landing {
        display: block;
        right: -250px; } }
  .aperture .logo {
    display: block;
    margin-bottom: 30px; }
    .aperture .logo img {
      max-height: 30px; }
  .aperture p {
      font-family: "Merriweather", Georgia, serif;
  }
    @media (max-width: 991.98px) {
      .aperture p {
        font-size: 18px; } }

ul.list {
  margin: 0;
  padding: 0;
  flex-wrap: wrap; }
  ul.list li {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    ul.list li h4 {
      font-size: 16px;
      //font-family: 'Roboto Condensed', sans-serif;
      font-family: "Merriweather", Georgia, serif;
      font-weight: normal;
      text-align: left;
      margin: 0;
      padding: 0; }
      ul.list li h4 .fas {
        color: #E42644;
        margin-right: 3px; }
    ul.list li figure {
      margin: 0;
      padding: 0; }
      ul.list li figure img {
        max-height: 60px;
        width: auto; }
    @media (max-width: 991.98px) {
      ul.list li figure {
        float: left;
        padding-right: 10px; }
        ul.list li figure img {
          max-width: 50px; } }

.step {
  border-top: 4px solid #E42644;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-top: -30px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 15px; }
  @media (min-width: 992px) {
    .step {
      padding: 30px 80px 30px 100px; } }
  .step h2 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 27px;
    margin-bottom: 30px; }
    .step h2 span.number {
      font-family: "Merriweather", sans-serif;
      font-weight: 300;
      font-size: 50px;
      color: #E42644;
      display: block; }
      @media (min-width: 992px) {
        .step h2 span.number {
          display: inline;
          margin-left: -65px;
          margin-right: 25px; } }
  .step .info {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    /*&:before {
			content: "\f05a";
			display: inline-block;
			font-family: "FontAwesome";
			margin-right: 8px;
		}*/ }

.contact {
  background: #F2F7FB;
  padding: 60px 0; }
  .contact h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #516372; }
  .contact .block {
    min-height: 1%;
    overflow: hidden;
    background: none;
    border: none;
    line-height: 1.1; }
    @media (max-width: 991.98px) {
      .contact .block {
        margin-bottom: 15px;
        padding: 0 15px; } }
    .contact .block > div {
      float: left; }
      @media (max-width: 991.98px) {
        .contact .block > div {
          float: none; } }
    .contact .block a {
      color: #111;
      text-decoration: none !important; }
    .contact .block i {
      color: #516372;
      font-size: 60px;
      margin: 0 25px 15px 0; }
      @media (max-width: 991.98px) {
        .contact .block i {
          font-size: 30px; } }
    .contact .block label {
      color: #333333;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 300;
      display: block;
      font-size: 16px;
      margin: 0 0 5px 0; }
    .contact .block strong {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 27px;
      margin-bottom: 5px;
      display: block; }
    .contact .block p {
      font-family: 'Roboto', sans-serif;
      margin: 0 0 10px 0;
      display: block;
      font-weight: 300;
      color: #333333; }
    .contact .block:first-child {
      border-right: 1px solid #ccc;
      padding-right: 40px;
      margin-right: 40px; }
      @media (max-width: 991.98px) {
        .contact .block:first-child {
          border: 0;
          padding-right: 0;
          margin-right: 0; } }

#call_phone {
  border-radius: 4px;
  background: #A2B5C6;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.15); }
  @media (max-width: 991.98px) {
    #call_phone {
      bottom: 15px;
      right: 15px;
      border-radius: 50%;
      width: 64px;
      height: 64px;
      line-height: 64px; } }
  #call_phone > i {
    padding: 8px 15px;
    font-size: 30px; }
  #call_phone > div {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center; }
    @media (max-width: 991.98px) {
      #call_phone > div {
        display: none; } }
    #call_phone > div strong {
      font-size: 16px;
      display: block;
      font-weight: 300;
      line-height: 1.3; }
    #call_phone > div span {
      font-weight: 300;
      font-size: 23px;
      line-height: 1.3; }

.confirmation .aperture {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.confirmation .logo {
  margin: 0 !important; }

.confirmation .bg_landing {
  display: none !important; }

.confirmation .ico_email {
  max-height: 200px;
  max-width: 100%; }

.confirmation .mensajeSSO {
  display: none; }

#login_bar a.btn {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  border-color: #ccc !important;
  background: #fff;
  cursor: pointer; }

#footer {
  font-size: 13px; }

#footer a {
  color: #666; }

.no-visible {
  display: none; }

.wrap_form {
  max-width: 450px; }

.min-height-100 {
  min-height: 100%; }

a {
  cursor: pointer; }

h1 {
  font-family: 'Merriweather', serif; }

h2, h3, h4 {
  font-family: 'Roboto', serif;
  font-weight: bolder; }

.text-brand {
  color: #e42644; }

.text-gray {
  color: #666 !important; }

.font-merriweather {
  font-family: 'Merriweather', serif;
  -webkit-font-smoothing: antialiased; }

.social_buttons_container {
  flex-wrap: wrap;
  justify-content: center; }
  .social_buttons_container a + a {
    margin: 0 0 0 20px; }
    @media (max-width: 1199.98px) {
      .social_buttons_container > * {
        flex: 1 1 100%;
        margin: 5px 0 !important; } }

.brd-bottom-dotted {
  border-bottom: 1px dotted #c5c5c5; }

/* Erasing up/down nav on inputs */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]:hover,
input[type="number"]:focus {
  /*-moz-appearance: number-input;*/
  -moz-appearance: textfield; }

.line {
  position: relative;
  display: block;
  text-align: center;
  margin: 25px 0 10px 0; }
  .line hr {
    border: none;
    border-top: 1px solid #dedede;
    margin: 10px 0; }
  .line > span {
    color: #666;
    display: block;
    margin-top: -25px;
    padding: 0 8px;
    text-align: center; }
    .line > span small {
      background: #fff;
      padding: 0 10px; }

.logo_masvoz {
  max-height: 35px; }

.user_voz {
  position: relative;
  font-size: 15px;
  margin-bottom: 18px; }
  .user_voz:before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 25px;
    background: url(/assets/themes/paywall/img/logo_v_rojo.png) left center no-repeat;
    background-size: contain;
    margin-bottom: -6px; }

.sso_paywall.register.emailSent .wrap_form .contenedorSSO > .mensajeSSO:before {
  display: block;
  text-align: center;
  content: "";
  background: url(/assets/themes/paywall/img/email.png) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100px;
  margin-bottom: 25px; }

.login-suscriptor {
  display: block;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 15px;
  line-height: 120%;
  text-align: center; }

.login-suscriptor:hover {
  color: #444; }

.login-suscriptor-2 small {
  color: #666;
  padding-left: 4px;
  padding-right: 3px; }

@media (max-width: 767.98px) {
    /*.suscription.v2 h1 {*/
     /* font-size: 28px !important; /*modificacion*/
     /* padding: 20px 0 20px 0; /*modificacion*/
    /*}*/

    .suscription.v2 h1 {
      font-size: 18px !important; /*modificacion covid*/
      padding: 20px 0 0 0; /*modificacion covid*/
    } 

    .mb-4 {
      margin-bottom: 0.4rem !important;  /*modificacion*/
    }
  }  

@media (max-width: 767.98px) {
  .suscription.v2 .lead {
    font-size: 20px !important; }
  .suscription.v2 .lead + p {
    font-size: 18px !important;
    margin-bottom: 0 !important; } }

.suscription.v2 .btn.btn-primary {
  font-size: 24px;
  font-weight: bold; }

.header-title h1 {
  font-size: 36px; }

.header-title p {
  font-size: 26px; }

.intro-list {
  font-size: 20px;
  margin-bottom: 10px; }

  /* v3 */
  body.v3 {
      background: #fff;
  }

  body.v3 .btn {
      font-size: 1.3rem;
      font-weight: 400 !important;
  }
