html {
  height: 100%; }

body {
  height: 100%;
  min-height: 35rem;
  position: relative;
  font-family: 'Nunito';
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito';
  font-weight: 700; }

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0; }

@media (pointer: coarse) and (hover: none) {
  body {
    background: #fff;
    background-position: cover; }

  body video {
    display: none; } }
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #cd9557;
  opacity: 0.7;
  z-index: 1; }

.text-principal {
  color: #000; }

.card-body {
  padding: 1rem !important; }

.card.py-2 {
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.card {
  align-items: center;
  flex-direction: row; }

.card-body i {
  color: #dddfeb !important; }

h5.text-principal {
  color: #00adef !important; }

#page-top {
  background-size: cover !important;
  background-position: bottom center !important; }

.sg-freehtml.txt-login h2 {
  line-height: 30px; }
.sg-freehtml.txt-login p {
  line-height: 23px;
  margin-bottom: 2.5rem !important; }

.sg-login-form.login-home .form-group:last-of-type {
  margin-bottom: 0.3rem; }
.sg-login-form.login-home .clearfix.actions {
  margin-bottom: 10px; }
.sg-login-form.login-home .actions.text-right {
  text-align: left !important; }

.responsive-device.mobile-device .masthead-guest + div {
  background: #fff; }

@media (min-width: 576px) {
  .container {
    max-width: 100% !important; } }
.form-control:focus {
  box-shadow: none !important; }

/* SPINNER */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px; }

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00adef;
  margin: -3px 0 0 -3px; }

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s; }

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px; }

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s; }

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px; }

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s; }

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px; }

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s; }

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px; }

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s; }

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px; }

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s; }

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px; }

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s; }

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px; }

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s; }

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px; }

@keyframes lds-roller {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.form-group.mt-20.col-12.pr-0.d-flex.justify-content-end .btn.btn-danger {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px; }
.form-group.mt-20.col-12.pr-0.d-flex.justify-content-end form.ml-2:first-of-type {
  margin-left: 0 !important; }
.form-group.mt-20.col-12.pr-0.d-flex.justify-content-end form.ml-2 button {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px; }
.form-group.mt-20.col-12.pr-0.d-flex.justify-content-end form.ml-2 .fa {
  margin-left: 2px; }
  .form-group.mt-20.col-12.pr-0.d-flex.justify-content-end form.ml-2 .fa.fa-mobile:before {
    content: url("../img/bizum.png"); }
@media (max-width: 767px) {
  .form-group.mt-20.col-12.pr-0.d-flex.justify-content-end {
    justify-content: center !important;
    padding-left: 0;
    flex-wrap: wrap; }
    .form-group.mt-20.col-12.pr-0.d-flex.justify-content-end form.ml-2 {
      display: flex;
      width: 100%;
      margin-left: 0 !important;
      margin-bottom: 15px; }
      .form-group.mt-20.col-12.pr-0.d-flex.justify-content-end form.ml-2 button {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px; }
      .form-group.mt-20.col-12.pr-0.d-flex.justify-content-end form.ml-2 .fa {
        margin-left: 2px; }
        .form-group.mt-20.col-12.pr-0.d-flex.justify-content-end form.ml-2 .fa.fa-mobile:before {
          content: url("../img/bizum.png"); } }

.pending-pay .rapidpay-button {
  margin-left: 0.5rem; }
  .pending-pay .rapidpay-button #submit_rapidpay {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px; }
    .pending-pay .rapidpay-button #submit_rapidpay .rapidpay-icon {
      width: 19px;
      height: 21px;
      margin-left: 6px; }
      .pending-pay .rapidpay-button #submit_rapidpay .rapidpay-icon:before {
        content: url(../img/rapid-pay-santander.png);
        width: 19px;
        height: 18px; }
  @media (max-width: 767px) {
    .pending-pay .rapidpay-button {
      width: 100%;
      margin-left: 0;
      margin-bottom: 15px; } }

.masthead {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2; }
  .masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 35rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transform: skewY(4deg);
    transform-origin: bottom right; }
  .masthead .masthead-content h1 {
    font-size: 2.5rem; }
  .masthead .masthead-content p {
    font-size: 1.2rem; }
    .masthead .masthead-content p strong {
      font-weight: 700; }
  .masthead .masthead-content .input-group-newsletter input {
    height: auto;
    font-size: 1rem;
    padding: 1rem; }
  .masthead .masthead-content .input-group-newsletter button {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem; }

.masthead-guest {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2; }
  .masthead-guest .masthead-bg-guest {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    /*min-height: 35rem;*/
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }
  .masthead-guest .masthead-content-guest h1 {
    font-size: 2.5rem; }
  .masthead-guest .masthead-content-guest p {
    font-size: 1.2rem; }
    .masthead-guest .masthead-content-guest p strong {
      font-weight: 700; }

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    min-height: 0;
    width: 40.5rem;
    padding-bottom: 0; }
    .masthead .masthead-bg {
      min-height: 0;
      transform: skewX(-8deg);
      transform-origin: top right; }
    .masthead .masthead-content {
      padding-left: 3rem;
      padding-right: 10rem; }
      .masthead .masthead-content h1 {
        font-size: 3.5rem; }
      .masthead .masthead-content p {
        font-size: 1.3rem; } }
@media (min-width: 768px) {
  .masthead-guest {
    height: 100%;
    min-height: 0;
    padding-bottom: 0; }
    .masthead-guest .masthead-bg-guest {
      min-height: 0;
      background-size: cover !important;
      background-position-x: center !important; }
    .masthead-guest .masthead-content-guest {
      padding-left: 1rem;
      padding-right: 1rem; }
      .masthead-guest .masthead-content-guest h1 {
        font-size: 3.5rem; }
      .masthead-guest .masthead-content-guest p {
        font-size: 1.3rem; } }
.social-icons {
  position: absolute;
  margin-bottom: 2rem;
  width: 100%;
  z-index: 2; }
  .social-icons ul {
    margin-top: 2rem;
    width: 100%;
    text-align: center; }
    .social-icons ul > li {
      margin-left: 1rem;
      margin-right: 1rem;
      display: inline-block; }
      .social-icons ul > li > a {
        display: block;
        color: white;
        background-color: rgba(0, 46, 102, 0.8);
        border-radius: 100%;
        font-size: 2rem;
        line-height: 4rem;
        height: 4rem;
        width: 4rem; }

@media (min-width: 768px) {
  .social-icons {
    margin: 0;
    position: absolute;
    right: 2.5rem;
    bottom: 2rem;
    width: auto; }
    .social-icons ul {
      margin-top: 0;
      width: auto; }
      .social-icons ul > li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 2rem; }
        .social-icons ul > li:last-child {
          margin-bottom: 0; }
        .social-icons ul > li > a {
          transition: all 0.2s ease-in-out;
          font-size: 2rem;
          line-height: 4rem;
          height: 4rem;
          width: 4rem; }
          .social-icons ul > li > a:hover {
            background-color: #002E66; } }
.btn-secondary {
  background-color: #cd9557;
  border-color: #cd9557; }
  .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #ba7c37 !important;
    border-color: #ba7c37 !important; }

.input {
  font-weight: 300 !important; }

.btn-principal {
  color: #fff;
  background-color: #00adef; }

.btn-principal:hover {
  color: #e1e1e1 !important;
  text-decoration: none; }

.spinner-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2; }

.spinner-wrapper {
  position: absolute;
  left: -50%;
  width: 100%; }

.spinner-center {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  top: calc(50% + 50px); }

/*# sourceMappingURL=guest-login.css.map */
