@charset "UTF-8";
/*

	theme.scss
	
	This file will hold all custom and added styles for the theme.
	There´s no need to touch this file, all goes inside "customs/_theme.scss"

*/
/*

	@mixin NAME($def: 1) {
		...
	}

*/
html, body {
  width: 100%;
  height: 100%; }

b, strong {
  font-family: 'movistar_textbold';
  font-weight: normal; }

.font-size-10 {
  font-size: 10px; }

.font-size-11 {
  font-size: 11px; }

.font-size-12 {
  font-size: 12px; }

.font-size-13 {
  font-size: 13px; }

.font-size-14 {
  font-size: 14px; }

.font-size-15 {
  font-size: 15px; }

.font-size-18 {
  font-size: 18px; }

.font-size-20 {
  font-size: 20px; }

.font-size-24 {
  font-size: 24px; }

.font-size-32 {
  font-size: 32px; }

@media (min-width: 992px) {
  .login-background {
    transition: 0.3s all ease-in-out 0.1s; } }
  @media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .login-background {
      transition: none; } }

@media (min-width: 992px) {
  .login-content {
    right: 0;
    transition: 0.3s all ease-in-out; } }
  @media screen and (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .login-content {
      transition: none; } }

@media (min-width: 992px) {
  body.loading .login-background {
    margin-right: 0; }
  body.loading .login-content {
    right: -100%; } }
.login-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
overflow-y:auto;  }
  .login-wrap img {
    max-width: 100%;
    height: auto; }

.login-background {
  height: 100%;
  margin-right: 15%;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none; }
  @media (min-width: 992px) {
    .login-background {
      display: block; } }

.login-content {
  background-color: #fff;
  padding: 42px 30px;
  max-width: 480px;
  margin: 0 auto; }
  .login-content .header {
    text-align: center;
    margin-bottom: 20px; }
    .login-content .header .brandingLogo {
      width: 179px;
      margin: 0 auto; }
  .login-content .body .sectionTitle {
    text-align: center; }
  .login-content .body form {
    position: relative;
    margin-top: 30px; }
    .login-content .body form:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 90;
      content: "";
      display: none;
      background-color: rgba(255, 255, 255, 0.5);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50px 50px;
      background-image: url(../images/tail-spin-000000.svg); }
    .login-content .body form.loading:before {
      display: block; }
  @media (min-width: 992px) {
    .login-content {
      max-width: inherit;
      padding: 42px 98px;
      position: absolute;
      width: 516px;
      top: 0;
      bottom: 0;
      right: 0;
      overflow: hidden;
      overflow-y: auto; } }
  .login-content:after {
    content: "";
    display: block;
    position: absolute;
    right: -1rem;
    width: 1rem;
    height: 1px; }

.btn:focus, .btn:active {
  border-color: transparent;
  box-shadow: none !important; }

.btn-max {
  width: 140px;
  max-width: 100%; }

.btn-link {
  color: #343031;
  font-size: 14px;
  text-decoration: underline; }

@media (min-width: 992px) {
  .form-recaptcha {
    text-align: center; }
    .form-recaptcha .g-recaptcha {
      margin: 0 auto; }
      .form-recaptcha .g-recaptcha > div {
        margin: 0 auto; }

  #rc-imageselect, .g-recaptcha {
    transform: scale(0.999999);
    -webkit-transform: scale(0.999999); } }
.custom-control-label {
  cursor: pointer; }

.custom-control-label::before {
  top: 2px;
  width: 16px;
  height: 16px; }

.custom-control-label::after {
  top: 2px;
  width: 16px;
  height: 16px;
  background-size: 56%; }

.form-control:disabled, .form-control[readonly] {
  color: #858585; }

.invalid-feedback {
  padding: 0 10px;
  font-size: 80%; }

.invalid-feedback.feedback-icon {
  position: absolute;
  width: auto;
  top: 10px;
  right: 0;
  margin-top: 0; }

.invalid-feedback.feedback-icon .icon-alert:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#cc0814" d="M256 48C141.6 48 48 141.601 48 256s93.6 208 208 208 208-93.601 208-208S370.4 48 256 48zm24 312h-48v-40h48v40zm0-88h-48V144h48v128z"/></svg>'); }

[class*="icon-"]:before {
  content: "";
  display: inline-block;
  line-height: 1;
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  background-color: transparent;
  background-repeat: no-repeat; }

.form-control[aria-invalid="true"] {
  border-color: #cc0814; }

label.error {
  color: #cc0814;
  font-size: 13px;
  padding: 5px 16px;
  margin: 0;
  flex: 100%; }
  label.error:before {
    z-index: 10;
    position: absolute;
    top: 8px;
    right: 5px;
    content: "";
    display: inline-block;
    line-height: 1;
    width: 24px;
    height: 24px;
    background-size: 100% auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="#cc0814" d="M256 48C141.6 48 48 141.601 48 256s93.6 208 208 208 208-93.601 208-208S370.4 48 256 48zm24 312h-48v-40h48v40zm0-88h-48V144h48v128z"/></svg>'); }

form .form-has-error-label {
  display: none; }

form.has-errors .form-group-radio label.error {
  height: 0px;
  font-size: 0;
  padding: 0; }
form.has-errors .form-has-error-label {
  display: block;
  color: #cc0814;
  font-size: 14px;
  padding: 10px 16px; }

/*# sourceMappingURL=theme.css.map */
