.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 1280px) and (max-width: 1919.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1920px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
.hidden-xs-down {
  display: none !important;
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1919.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.row.equal-height > [class^=col] {
  display: flex;
}

/* Mixin for ellipsis
* @param {String} $duration - duration value
* @param {String} $displayType - display type value
*/
.w-btn.w-btn-secondary.oauth-login {
  font-size: 1.125rem;
  padding-left: 0;
}
.w-btn.w-btn-secondary.oauth-login .w-icon-label {
  width: 55px;
  height: 40px;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.w-btn.w-btn-secondary.oauth-login .svg-wrapper {
  display: flex;
}
.w-btn.w-btn-secondary.oauth-continente {
  color: #ed1c24;
  border-color: #ed1c24;
}
.w-btn.w-btn-secondary.oauth-continente .w-icon-label {
  background-color: #ed1c24;
}
.w-btn.w-btn-secondary.oauth-facebook {
  color: #006680;
  border-color: #006680;
}
.w-btn.w-btn-secondary.oauth-facebook .w-icon-label {
  background-color: #008eaa;
}
.w-btn.w-btn-secondary.oauth-facebook .svg-wrapper {
  display: flex;
}
.w-btn.w-btn-secondary.oauth-google {
  color: #63666a;
  border-color: #63666a;
}
.w-btn.w-btn-secondary.oauth-google .w-icon-label {
  background-color: #f4f4f4;
  height: 37px;
}
.w-btn.w-btn-secondary.oauth-google .svg-wrapper {
  display: flex;
}

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