﻿@charset "UTF-8";
@font-face {
  font-family: "Ubuntu-Medium";
  src: url("fonts/Ubuntu-Medium.eot");
  src: url("fonts/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu-Medium.woff2") format("woff2"), url("fonts/Ubuntu-Medium.woff") format("woff"), url("fonts/Ubuntu-Medium.ttf") format("truetype"), url("fonts/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-Bold";
  src: url("fonts/Ubuntu-Bold.eot");
  src: url("fonts/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu-Bold.woff2") format("woff2"), url("fonts/Ubuntu-Bold.woff") format("woff"), url("fonts/Ubuntu-Bold.ttf") format("truetype"), url("fonts/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url("fonts/Ubuntu-Light.eot");
  src: url("fonts/Ubuntu-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu-Light.woff2") format("woff2"), url("fonts/Ubuntu-Light.woff") format("woff"), url("fonts/Ubuntu-Light.ttf") format("truetype"), url("fonts/Ubuntu-Light.svg#Ubuntu-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url("fonts/Ubuntu.eot");
  src: url("fonts/Ubuntu.eot?#iefix") format("embedded-opentype"), url("fonts/Ubuntu.woff2") format("woff2"), url("fonts/Ubuntu.woff") format("woff"), url("fonts/Ubuntu.ttf") format("truetype"), url("fonts/Ubuntu.svg#Ubuntu") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #153A4E;
  min-width: 320px;
  min-height: 100vh;
}

.header {
  position: relative;
}
.header__logo {
  left: 0;
  position: absolute;
  top: 0;
  width: 25%;
}
.header__banner img {
  width: 100%;
}
.header__banner img:last-child {
  display: none;
}
@media screen and (min-width: 1100px) and (orientation: landscape) {
  .header__banner img:last-child {
    display: block;
  }
  .header__banner img:first-child {
    display: none;
  }
}
.header__text {
  background-image: url(../img/banner_txt_movil.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 5rem;
  left: 0;
  min-width: 171px;
  position: absolute;
  top: 18vw;
  width: 50%;
}
.header__text::after {
  background-image: url(../img/subbanner_txt_movil.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 4rem;
  left: 4vw;
  position: absolute;
  top: 15vw;
  width: 85%;
}
.header__text img {
  display: none;
}
@media screen and (orientation: landscape) {
  .header__text {
    background-image: none;
    left: 6rem;
    min-width: 250px;
    top: 8rem;
  }
  .header__text::after {
    display: none;
  }
  .header__text img {
    display: block;
  }
}
@media screen and (min-width: 639px) and (orientation: landscape) {
  .header__text {
    background-image: none;
    left: 8rem;
    max-width: 40%;
    min-width: 250px;
    top: 10rem;
  }
  .header__text::after {
    display: none;
  }
  .header__text img {
    display: block;
  }
}
@media screen and (min-width: 512px) and (orientation: portrait) {
  .header__text {
    background-image: none;
    left: 15vw;
    max-width: 40%;
    min-width: 42vw;
    top: 24vw;
  }
  .header__text::after {
    display: none;
  }
  .header__text img {
    display: block;
  }
}
@media screen and (min-width: 729px) and (orientation: landscape) {
  .header__text {
    background-image: none;
    left: 15vw;
    max-width: 40%;
    min-width: 42vw;
    top: 24vw;
  }
  .header__text::after {
    display: none;
  }
  .header__text img {
    display: block;
  }
}
@media screen and (min-width: 767px) and (orientation: portrait) {
  .header__text {
    background-image: none;
    left: 14vw;
    max-width: 30%;
    min-width: 42vw;
    top: 22vw;
  }
  .header__text::after {
    display: none;
  }
  .header__text img {
    display: block;
  }
}
@media screen and (min-width: 900px) and (orientation: portrait) {
  .header__text {
    background-image: none;
    left: 14vw;
    max-width: 30%;
    min-width: 42vw;
    top: 23vw;
  }
  .header__text::after {
    display: none;
  }
  .header__text img {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .header__text {
    background-image: none;
    left: 8vw;
    max-width: 30%;
    min-width: 42vw;
    top: 22vw;
  }
  .header__text::after {
    display: none;
  }
  .header__text img {
    display: block;
  }
}
@media screen and (min-width: 1100px) and (orientation: landscape) {
  .header__text {
    background-image: none;
    left: 12vw;
    max-width: 30%;
    min-width: 36vw;
    top: 15vw;
  }
  .header__text::after {
    display: none;
  }
  .header__text img {
    display: block;
  }
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .header__text {
    background-image: none;
    left: 9vw;
    max-width: 30%;
    min-width: 36vw;
    top: 17vw;
  }
  .header__text::after {
    display: none;
  }
  .header__text img {
    display: block;
  }
}
@media screen and (min-width: 1600px) and (orientation: landscape) {
  .header__text {
    background-image: none;
    left: 12vw;
    max-width: 30%;
    min-width: 36vw;
    top: 15vw;
  }
  .header__text::after {
    display: none;
  }
  .header__text img {
    display: block;
  }
}
.header__text img {
  width: 100%;
}

.main {
  align-items: center;
  background-color: #D7EDF6;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  color: #153A4E;
  display: flex;
  font-family: "Ubuntu-Light";
  font-size: 16px;
  justify-content: center;
  margin: -5rem auto 0;
  padding-bottom: 1rem;
  padding-top: 7rem;
  width: 90%;
}
@media screen and (orientation: landscape) {
  .main {
    margin: -9rem auto 0;
    padding-top: 10rem;
    width: 70%;
  }
}
@media screen and (min-width: 639px) and (orientation: landscape) {
  .main {
    margin: -9rem auto 0;
    padding-top: 10rem;
    width: 60%;
  }
}
@media screen and (min-width: 500px) {
  .main {
    margin: -14rem auto 0;
    padding-top: 15rem;
    width: 70%;
  }
}
@media screen and (min-width: 767px) {
  .main {
    margin: -14rem auto 0;
    padding-top: 15rem;
    width: 60%;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .main {
    font-size: 24px;
    margin: -14rem auto 0;
    padding-top: 15rem;
    width: 60%;
  }
}
@media screen and (min-width: 1100px) and (orientation: landscape) {
  .main {
    font-size: 24px;
    margin: -25rem auto 0;
    max-width: 930px;
    padding-top: 26rem;
    width: 60%;
  }
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .main {
    font-size: 24px;
    margin: -25rem auto 0;
    max-width: 930px;
    padding-top: 26rem;
    width: 60%;
  }
}
.main .bold--secondary {
  color: #0899D7;
  font-family: "Ubuntu-Medium";
}
.main .form {
  width: 80%;
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .main .form {
    width: 81%;
  }
}
.main .form__component {
  width: 100%;
}
.main .form__component label > span {
  font-family: "Ubuntu-Medium";
}
.main .form__component input[type=checkbox] ~ label {
  margin-left: auto;
  width: 75%;
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .main .form__component input[type=checkbox] ~ label {
    width: 85%;
  }
}
.main .form__component input[type=checkbox] ~ label::before {
  background-color: #FFF;
  border-radius: 6px;
  border: 1px solid #084F71;
  content: "";
  cursor: pointer;
  display: flex;
  height: 30px;
  left: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.main .form__component input[type=checkbox]:checked ~ label::before {
  align-items: center;
  background-color: #084F71;
  color: #FFF;
  content: "✔";
  font-size: 1.2rem;
  justify-content: center;
  position: absolute;
}
.main .form__input {
  box-sizing: border-box;
}
.main .form__input[type=text], .main .form__input[type=number], .main .form__input[type=email], .main .form__input[type=password] {
  border-radius: 0.6rem;
  border: 1px solid #084F71;
  color: #0094D2;
  font-size: inherit;
  min-height: 2rem;
  outline: none;
  padding-left: 0.6rem;
  text-align: left;
  width: 70%;
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .main .form__input[type=text], .main .form__input[type=number], .main .form__input[type=email], .main .form__input[type=password] {
    width: 85%;
  }
}
.main .form__input[type=checkbox] {
  display: none;
}
.main .form__error {
  color: red;
  display: block;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .main .form__error {
    font-size: 17px;
  }
}
@media screen and (min-width: 1100px) and (orientation: landscape) {
  .main .form__error {
    font-size: 19px;
  }
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .main .form__error {
    font-size: 19px;
  }
}
.main .form__row {
  display: flex;
  flex-flow: row nowrap;
  height: 2.5rem;
  margin: 0.5rem auto 0.2rem;
}
.main .form__row__icon {
  align-items: center;
  display: flex;
  justify-content: start;
  width: 15%;
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .main .form__row__icon {
    width: 15%;
  }
}
.main .form__row__icon img {
  height: 100%;
}
.main .form__row__text {
  width: 78%;
}
.main .form__row__text ul {
  margin-left: 1.1rem;
  margin-top: 0.5rem;
}
.main .form__row--small img {
  height: 75%;
}
.main .form__row--single {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 1rem auto;
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .main .form__row--single {
    margin: 3rem auto;
  }
}
.main .form__row--single img {
  max-width: 416px;
  width: 100%;
}
.main .form__row--single .button--primary {
  background-color: #0899D7;
  border-radius: 2rem;
  border: none;
  color: #FFF;
  cursor: pointer;
  font-family: "Ubuntu-Regular";
  font-size: inherit;
  padding: 1rem 2rem;
}
.main .form__row--check {
  display: flex;
  height: auto;
  margin: 1.5rem auto;
  position: relative;
}
.main .form__row--checkMenor {
    display: flex;
    height: auto;
    margin: 1.5rem auto;
    position: relative;
}
.main .form__row--text {
  height: auto;
}
.main .form__row--text .form__row__icon {
  height: 2.5rem;
  margin-top: 1rem;
}
.main .form__row--text .form__row__icon img {
  height: 95%;
}

footer {
  margin-top: 2rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  footer {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  footer {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1100px) and (orientation: landscape) {
  footer {
    margin-top: 3.5rem;
  }
}
footer .footer {
  margin: 0 auto;
  width: 90%;
}
@media screen and (orientation: landscape) {
  footer .footer {
    width: 60%;
  }
}
@media screen and (min-width: 639px) and (orientation: landscape) {
  footer .footer {
    width: 50%;
  }
}
@media screen and (min-width: 767px) {
  footer .footer {
    width: 40%;
  }
}
footer .footer img {
  display: block;
  height: 100%;
}

.modal-carnet {
  align-items: center;
  background-color: rgba(21, 58, 78, 0.3);
  bottom: 0;
  display: none;
  font-family: "Ubuntu-Light";
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .modal-carnet {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) and (orientation: landscape) {
  .modal-carnet {
    font-size: 24px;
  }
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .modal-carnet {
    font-size: 24px;
  }
}
.modal-carnet.shown {
  display: flex;
  opacity: 0;
  transform: translate(-10%, -10%);
  animation: fadeIn 0.3s ease forwards;
}
.modal-carnet__card {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 4px 4px 6px #153A4E;
  color: #153A4E;
  display: grid;
  grid-template-rows: repeat(2, 10rem);
  overflow: hidden;
  position: relative;
  width: 95%;
}
@media screen and (orientation: landscape) {
  .modal-carnet__card {
    max-height: 290px;
    max-width: 700px;
    width: 90%;
  }
}
@media screen and (min-width: 639px) and (orientation: landscape) {
  .modal-carnet__card {
    max-height: 320px;
    max-width: 775px;
    width: 70%;
  }
}
@media screen and (min-width: 767px) and (orientation: portrait) {
  .modal-carnet__card {
    border-radius: 15px;
    max-height: 320px;
    max-width: 775px;
    width: 80%;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .modal-carnet__card {
    border-radius: 25px;
    max-height: 320px;
    max-width: 775px;
    width: 70%;
  }
}
.modal-carnet__card--success {
  grid-template-rows: repeat(2, 12rem);
}
@media screen and (orientation: landscape) {
  .modal-carnet__card--success {
    grid-template-rows: repeat(2, 10rem);
  }
}
@media screen and (min-width: 767px) and (orientation: portrait) {
  .modal-carnet__card--success {
    grid-template-rows: repeat(2, 12rem);
    max-height: 450px;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .modal-carnet__card--success {
    grid-template-rows: repeat(2, 14rem);
    max-height: 450px;
  }
}
.modal-carnet__card--success .modal-carnet__header {
  background-image: url(../img/m_modal-bg-2.png);
  color: #FFF;
}
.modal-carnet__card--success .modal-carnet__header__text {
  width: 55%;
}
.modal-carnet__card--success .modal-carnet__header__icon {
  width: 35%;
}
.modal-carnet__card--success .modal-carnet__header__icon img {
  margin: 4.5rem 0 0;
  width: 100%;
}
@media screen and (orientation: landscape) {
  .modal-carnet__card--success .modal-carnet__header__icon img {
    margin: 1.8rem 0 0;
    width: 90%;
  }
}
@media screen and (min-width: 767px) {
  .modal-carnet__card--success .modal-carnet__header__icon img {
    margin: 1.5rem 0 0;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .modal-carnet__card--success .modal-carnet__header__icon img {
    margin: 4rem 0 0;
    width: 75%;
  }
}
.modal-carnet__card--success .modal-carnet__header .modal-carnet__close {
  background-image: url(../img/close_btn-2.svg);
  background-repeat: no-repeat;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  height: 2rem;
  outline: none;
  right: 0.9rem;
  top: 0.9rem;
  width: 2rem;
  transition: transform 0.3s ease;
}
.modal-carnet__card--success .modal-carnet__header .modal-carnet__close:hover {
  box-shadow: 4px 4px 12px #0094D2;
  transform: scale(1.1);
}
.modal-carnet__header {
  background-image: url(../img/m_modal-bg.png);
  background-size: 100% 100%;
  display: flex;
  flex-flow: row nowrap;
}
.modal-carnet__header__text {
  align-items: center;
  display: flex;
  font-family: "Ubuntu-Medium";
  width: 65%;
}
.modal-carnet__header__text span {
  display: block;
  font-size: 1.5rem;
  margin-left: 2.5rem;
  width: 73%;
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .modal-carnet__header__text span {
    font-size: 2rem;
    max-width: 206px;
    margin-left: 6rem;
  }
}
@media screen and (min-width: 1100px) and (orientation: landscape) {
  .modal-carnet__header__text span {
    font-size: 2.1rem;
    max-width: 206px;
    margin-left: 6rem;
  }
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .modal-carnet__header__text span {
    font-size: 2.3rem;
    max-width: 235px;
    margin-left: 6rem;
  }
}
.modal-carnet__header__icon {
  width: 25%;
}
.modal-carnet__header__icon img {
  margin: 4.5rem 0 0;
  width: 90%;
}
@media screen and (orientation: landscape) {
  .modal-carnet__header__icon img {
    margin: 3rem 0 0;
  }
}
@media screen and (min-width: 767px) {
  .modal-carnet__header__icon img {
    margin: 1.5rem 0 0;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .modal-carnet__header__icon img {
    margin: 1.5rem 0 0;
    width: 75%;
  }
}
.modal-carnet__header--w-adjust .modal-carnet__header__text {
  width: 57%;
}
@media screen and (min-width: 767px) and (orientation: portrait) {
  .modal-carnet__header--w-adjust .modal-carnet__header__text {
    width: 60%;
  }
}
.modal-carnet__header--w-adjust .modal-carnet__header__icon {
  width: 30%;
}
.modal-carnet__header--w-adjust .modal-carnet__header__icon img {
  margin: 2.5rem auto 0;
  transform: scale(1.1);
  width: 100%;
}
@media screen and (orientation: landscape) {
  .modal-carnet__header--w-adjust .modal-carnet__header__icon img {
    margin: 1.7rem auto 0;
    transform: scale(1);
    width: 100%;
  }
}
@media screen and (min-width: 319px) and (orientation: portrait) {
  .modal-carnet__header--w-adjust .modal-carnet__header__icon img {
    margin: 3rem auto 0;
    transform: scale(1);
    width: 100%;
  }
}
@media screen and (min-width: 639px) and (orientation: landscape) {
  .modal-carnet__header--w-adjust .modal-carnet__header__icon img {
    margin: 1.4rem auto 0;
    transform: scale(1);
    width: 95%;
  }
}
@media screen and (min-width: 767px) and (orientation: portrait) {
  .modal-carnet__header--w-adjust .modal-carnet__header__icon img {
    margin: 0.2rem auto 0;
    transform: scale(1);
    width: 85%;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .modal-carnet__header--w-adjust .modal-carnet__header__icon img {
    margin: 0.1rem auto 0;
    transform: scale(1);
    width: 80%;
  }
}
.modal-carnet__header .modal-carnet__close {
  background-image: url(../img/close_btn.svg);
  background-repeat: no-repeat;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  height: 2rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 2rem;
}
.modal-carnet__header .modal-carnet__close:hover {
  box-shadow: 4px 4px 12px #EDB417;
}
.modal-carnet__body {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.modal-carnet__body h3 {
  color: #0094D2;
  font-size: 1.2rem;
  width: 80%;
  margin-top: 1.2rem;
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .modal-carnet__body h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) and (orientation: landscape) {
  .modal-carnet__body h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .modal-carnet__body h3 {
    font-size: 26px;
  }
}
.modal-carnet__body p {
  font-size: 1rem;
  margin-top: 15px;
  width: 80%;
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .modal-carnet__body p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) and (orientation: landscape) {
  .modal-carnet__body p {
    font-size: 24px;
  }
}
@media screen and (min-width: 1500px) and (orientation: landscape) {
  .modal-carnet__body p {
    font-size: 24px;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: none;
  }
}

/*# sourceMappingURL=main.css.map */





/* barra de progreso */

.loading-div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    z-index: 1100;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.sk-circle {
    margin: 100px auto;
    width: 70px;
    height: 70px;
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #0665d0;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*** fin barra progreso **/