/***FUENTES***/
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@import url('../fonts/fontawesome-v5/css/all.min.css');

body {
    background-color: #222;
}

#section0 {
    overflow: visible;
}

/****GENERAL***/
.container {
    width: 1280px;
    max-width: 90%;
    margin: auto;
}

.footer-clean {
    background-color: #222;
    padding: 0 0 20px;
}

.footer-clean .desktop-footer {
    display: flex;
    flex-wrap: wrap;
}

.container-absolute {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1280px;
    max-width: 90%;
    z-index: 5;
}

.container-absolute-logos {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1000px;
    max-width: 90%;
    z-index: 5
}

.content-section {
    width: 820px;
    max-width: 65%;
    padding-left: 120px;
    float: right;
    margin-top: -20px;
}

.content-section-logos {
    width: 100%;
    overflow: hidden
}

.fp-section.fp-table, .fp-slide.fp-table {
    overflow: hidden;
}

/***LOGO***/
.logo {
    position: fixed;
    top: 0;
    z-index: 20;
    cursor: pointer;
    width: 154px;
    max-width: 15%;
    left: 30px;
}

.logo img {
    width: 85%;
}

/***LOGIN***/
.login, .login:visited {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #ddd;
    cursor: pointer;
    font: 14px/18px "Lato", sans-serif;
    max-width: 15%;
    padding: 10px 30px;
    position: fixed;
    right: 30px;
    top: 25px;
    z-index: 20;
    transition: 0.2s all linear;
}

.fb-sign-in-btn, .fb-sign-in-btn:visited {
    border-radius: 3px;
    background-size: cover;
    line-height: 40px;
    cursor: pointer;
    width: 247px;
    background-image: url(../images/facebook-sign-in-button.png);
    position: fixed;
    right: 140px;
    top: 25px;
    z-index: 20;
    color: transparent;
}

.fb-sign-in-btn:focus,
.fb-sign-in-btn:hover,
.fb-sign-in-btn:active {
    color: transparent;
}

/***FUENTES***/
h1 {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 4.5vmin;
    position:;
}

/* position BUG */
h1 span {
    font-weight: 600
}

h1 span.big {
    font-weight: 600;
    padding-top: 40px;
    display: inline-block;
}

.info {
    color: #769aa6;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow: none;
    width: 100%;
}

.author {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin-top: 30px;
    overflow: hidden
}

.author span {
    display: inline-block;
    float: left;
    line-height: 50px
}

#section0 h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#section0 h1 span.big {
    display: inline-block;
    font-size: 70px;
    font-weight: 600;
    padding-top: 0;
}

#section0 .sub-title {
    font-size: 33px;
    font-weight: 600;
    margin: 20px auto 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 762px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}

#section6 h1 {
    font-size: 50px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 60px
}

/****COLORS****/
.blue {
    color: #507880
}

.l-blue {
    color: rgba(118, 154, 166, 0.5)
}

.white {
    color: #ffffff;
}

.l-white {
    color: rgba(255, 255, 255, 0.5)
}

/***BACKGROUNDS***/
#section0 {
    background-image: url(../images/home/bg_00.jpg);
    background-size: cover;
}

#section1 {
    background-image: url(../images/home/bg_01.jpg);
    background-size: cover;
}

#section3 {
    background-image: url(../images/home/bg_03.jpg);
    background-size: cover;
}

#section5 {
    background-image: url(../images/home/bg_05.jpg);
    background-size: cover;
}

#section6 { /*background-image: url(../images/home/bg_06.jpg);*/
    background-size: cover;
}

/****BUTTOMS****/

.button {
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #0099e5;
    border: 1px solid #0088cc;
    text-shadow: 0 1px 0 #0088cc;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    min-width: 250px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    position: relative;
    outline: none
}

.button:hover {
    background-color: #00aaff;
    border: 1px solid #00aaff;
}

.button.size {
    min-width: 200px
}

.button.size.left {
    float: left;
}

.button.size.right {
    float: right;
}

a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0;
}

/****NAVIGATION*****/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: rgba(255, 255, 255, 0.6);
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/****CONTENT****/
.action {
    margin-top: 20px;
    text-align: left;
    display: block;
    width: 100%;
}

#section0 .action {
    text-align: center;
    margin-top: 30px
}

#section4 .action {
    text-align: center;
    margin-top: 60px
}

#section6 .action {
    text-align: center;
    margin-top: 30px
}

/****QUOTE*****/
.quote-ctn {
    position: relative;
}

.quotetop {
    font-family: "Arial", sans-serif !important;
    position: absolute;
    line-height: 0;
    font-size: 25vmin;
    left: -5px;
    text-align: left;
    top: 18px;
    font-weight: 300 !important
}

.quotebuttom {
    bottom: -56px;
    display: inline;
    font-family: "Arial", sans-serif !important;
    font-size: 25vmin;
    font-weight: 300 !important;
    line-height: 0;
    margin-left: 10px;
    margin-top: 77px;
    position: absolute;
}

.img-quote {
    float: left;
    margin-left: 10px;
    width: 120px;
}

.img-quote img {
    width: 100%
}

.img-quote2 {
    float: left;
    margin-left: 10px;
    width: 160px;
}

.img-quote2 img {
    width: 100%
}

/****LOGOS BRANDS****/
.logo-ctn {
    width: 20%;
    float: left;
    max-width: 200px;
    padding-bottom: 20px;
}

.logo-ctn img {
    width: 100%;
}

#section4 .action {
    text-align: center
}

#section4 h1 {
    padding-bottom: 40px;
}

/***ALIGN***/
.text-center {
    text-align: center !important
}

/****VIDEO****/
.video-slide {
    background-color: black;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

/***FOOTER***/

footer {
    position: absolute;
    left: 50%;
    top: calc(100% + 1px);
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 5;
    width: 101%;
    background-color: #191919;
}

footer ul.icon-list {
    list-style: none;
    width: 100% !important;
    flex-direction: row;
    justify-content: center;
    padding: 0;
    margin: 0 0 10px;
    display: none;
}

footer ul.icon-list li {
    margin: 0 10px;
}

footer ul li a, .footer-clean ul li a {
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s all linear
}

/*footer.brand-footer ul li a {*/
    /*color: rgba(30, 30, 30, .8);*/
/*}*/

/*footer ul li a:hover, .footer-clean ul li a:hover {*/
    /*opacity: 0.5;*/
/*}*/

footer p, .footer-clean p {
    color: rgba(255, 255, 255, .8);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 12px;
    margin: 0;
    padding: 20px 0;
}

.footer-clean .mobile-footer p {
    font-size: 14px;
    text-align: left;
    padding: 20px 0 10px;
}

.footer-clean .mobile-footer ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-clean .mobile-footer ul a {
    color: rgba(255, 255, 255, .8);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 12px;
}

.footer-clean .mobile-footer ul a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 1);
}

.footer-clean .mobile-footer p {
    display: block;
    position: relative;
}

.footer-clean .mobile-footer p:after {
    content: "\f078";
    /* fa-chevron-down */
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
}

.footer-clean .mobile-footer div[aria-expanded="true"] p:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f077";
    /* fa-chevron-up */
}

footer p a, .footer-clean p a {
    color: rgba(255, 255, 255, .8);
    transition: 0.2s all linear;
}

footer p a.icon {
    font-size: 20px;
    margin-right: 10px;
}

footer p a.icon:nth-child(3) {
    margin-right: 25px;
}

/*footer.brand-footer p {*/
    /*color: rgba(30, 30, 30, .8);*/
/*}*/

/*footer.brand-footer p a {*/
    /*color: rgba(30, 30, 30, .8);*/
/*}*/

footer p a:hover, .footer-clean p a:hover {
    text-decoration: underline
}

footer .join-us {
    background-color: #1e1e1e;
    padding: 5px;
}

.footer-br {
    display: none;
}

.footer-clean .item p {
    font-size: 14px;
    text-align: left;
    padding: 0 0 10px;
}

.footer-clean .item ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
}

.footer-clean .item ul a {
    color: rgba(255, 255, 255, .8);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 12px;
}

.footer-clean .item ul a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 1);
}

.footer-clean .item {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: 20%;
    margin: 20px 2.5% 0;
}

.footer-clean .item:last-child {
    border-right: none;
}

/*@media (max-width:767px) {*/
    /*.footer .item {*/
        /*text-align:center;*/
        /*padding-bottom:20px;*/
    /*}*/
/*}*/

.footer-clean .item ul {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1200px) {

    /****FUENTES****/
    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    /****BACKGROUNDS****/
    #section5 {
        background-image: url(../images/home/bg_05.jpg);
        background-size: cover;
        background-position: 45% 100%
    }

    /****QUOTE*/
    .quotebuttom {
        bottom: -30px;
    }

}

@media (max-width: 1280px) {

    /****QUOTE****/
    .quotebuttom {
        bottom: -44px
    }

}

@media (max-width: 980px) {

    /****CONTENT*****/
    .content-section {
        margin-top: -20px;
        max-width: 75%;
        padding-left: 60px;
        width: 820px;
    }

    footer {
        padding-bottom: 0;
    }

    footer ul.icon-list {
        display: flex;
        margin: 10px 0 10px;
    }

    .footer-br {
        display: inline;
    }

    footer p a.icon {
        display: none;
    }

    footer .footer-dot {
        display: none;
    }

    footer p a:last-of-type {
        line-height: 35px;
    }

    footer p {
        padding: 0 0 10px;
    }

    .footer-clean .item {
        width: 45%;
        margin: 20px 2.5% 0;
    }

    .footer-clean .item:nth-child(2n) {
        border: none;
    }

    /*.footer-clean .item:nth-child(n+2) {*/
        /*margin-top: 0;*/
    /*}*/

    /*.footer-clean .item:nth-child(n+2) p {*/
        /*padding-top: 10px;*/
    /*}*/
}

@media (max-width: 800px) {

    /****CONTENT****/
    .content-section {
        float: none;
        margin: auto;
        max-width: 95%;
        padding-left: 0;
        width: 820px;
    }

    #section0 .sub-title {
        width: auto
    }
}

@media (max-width: 768px) {

}

@media (max-device-width: 768px) and (orientation: landscape) {
    #fp-nav.right {
        right: 0;
    }

    /****GENERAL****/
    .logo {
        width: 250px;
        max-width: 12%;
    }

    .logo img {
        width: 100%
    }

    .logo.position {
        left: 20px;
    }

    /****CONTENT****/
    .content-section {
        width: 820px;
        max-width: 85%;
        padding-left: 60px;
    }

    #section6 .action {
        margin-top: 0;
        padding-bottom: 60px;
    }

    /****FUENTES***/
    h1 {
        font-size: 18px;
        line-height: 22px;
    }

    #section6 h1 {
        font-size: 25px;
        line-height: 30px;
    }

    #section0 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #section0 h1 span.big {
        font-size: 50px;
    }

    h1 span.big {
        padding-top: 10px;
    }

    /*****BACKGROUNDS****/
    #section1 {
        background-position: 100% 100%;
    }

    #section3 {
        background-position: 85% 100%;
    }

    #section5 {
        background-position: 45% 100%;
    }

    #section4 .action {
        margin-top: 20px;
    }

    #section4 h1 {
        padding-bottom: 0;
    }

    /****QUOTE****/
    .quotebuttom {
        bottom: -34px;
        font-size: 90px;
        margin-left: 0;
    }

    .quotetop {
        top: 12px;
        font-size: 90px;
    }

    .img-quote {
        width: 65px;
    }

    .img-quote2 {
        width: 90px;
    }

    .author {
        font-size: 16px;
        line-height: 34px;
        margin-top: 10px;
    }

    .author span {
        line-height: 40px
    }

    /*****REGISTER****/
    #section0 .sub-title {
        font-size: 30px;
        width: 100%;
    }

    .button.size {
        line-height: 60px;
        height: 60px;
        font-size: 20px;
        margin-bottom: 30px;
        width: 30%
    }

    #section0 .action {
        margin-top: 30px;
    }

    /****BRANDS LOGOS****/
    .logo-ctn {
        max-width: 100%;
        width: 20%;
        padding-bottom: 10px;
    }

    .container-absolute-logos {
        max-width: 65%;
        margin-top: -20px;
    }

    .button {
        line-height: 50px;
        height: 50px;
        font-size: 14px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /*.login, .login:visited {*/
        /*height: 50px;*/
        /*font-size: 20px;*/
        /*line-height: 26px;*/
        /*padding-left: 25px;*/
        /*padding-right: 25px;*/
        /*width: auto;*/
        /*max-width: 100%;*/
        /*top: 30px;*/
    /*}*/

    .login-size {
        height: 33px !important;
        font-size: 14px !important;
        line-height: 12px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: auto !important;
        max-width: 100% !important;
        top: 20px !important;
        right: 19px !important;
    }

    .info {
        line-height: 30px;
        color: #ffffff;
        font-size: 12px;
    }

    /****FOOTER***/
    footer {
        font-size: 24px
    }

    footer ul.icon-list {
        display: flex;
        margin: 10px 0 10px;
    }

    footer p a.icon {
        display: none;
    }

    /*footer ul li a {*/
        /*font-size: 25px;*/
    /*}*/

    footer p {
        font-size: 12px;
        padding: 0 0 10px;
    }

    #section6 footer ul li a {
        font-size: 20px;
    }

    #section0 p {
        font-size: 16px;
    }

    .footer-clean .item {
        width: 100%;
        margin: 0;
        border: none;
    }

    .footer-clean .item:nth-child(n+1) {
        margin-top: 0;
    }

    .footer-clean .item:nth-child(n+1) p {
        padding-top: 10px;
    }
}


@media (min-width: 480px) {
    .mobile-footer {
        display: none !important;
    }

    .desktop-footer {
        display: flex !important;
    }
}


@media (max-width: 480px) {
    .mobile-footer {
        display: block !important;
    }

    .desktop-footer {
        display: none !important;
    }
}

@media (max-device-width: 480px) and (orientation: portrait) {
    .fb-sign-in-btn {
        display: none;
    }

    .login, .login:visited {
        border: 1px solid #ddd;
        border-radius: 3px;
        color: #ddd;
        cursor: pointer;
        font: 14px/18px "Lato", sans-serif;
        padding: 15px 40px;
        position: fixed;
        right: 25px;
        top: 25px;
        z-index: 20;
        transition: 0.2s all linear;
        max-width: none;
    }

    #fp-nav.right {
        right: 0;
    }

    /****GENERAL****/
    .logo {
        width: 250px;
        max-width: 20%;
        left: 15px;
    }

    .logo img {
        width: 100%
    }

    .logo.position {
        left: 10px;
    }

    /****CONTENT****/
    .content-section {
        width: 820px;
        max-width: 96%;
        padding-left: 0;
        float: none;
        margin: auto;
    }

    #section4 .action {
        text-align: center;
        margin-top: 0;
    }

    #section4 h1 {
        padding-bottom: 20px;
    }

    #section6 .action {
        margin-top: 30px;
    }

    /****FUENTES***/
    h1 {
        font-size: 20px;
        line-height: 25px;
    }

    #section6 h1 {
        font-size: 24px;
        line-height: 30px;
    }

    #section0 h1 {
        font-size: 25px;
        line-height: 40px;
    }

    #section0 h1 span.big {
        font-size: 40px;
        letter-spacing: 1px;
    }

    #section0 h1 span {
        font-weight: normal;
    }

    /*#section0 h1 {*/
        /*font-size: 78px;*/
        /*line-height: 95px;*/
    /*}*/

    /*#section0 h1 span.big {*/
        /*font-size: 85px;*/
    /*}*/

    h1 span.big {
        padding-top: 5px;
    }

    /*****BACKGROUNDS****/
    #section1 {
        background-position: 100% 100%;
    }

    #section3 {
        background-position: 85% 100%;
    }

    #section5 {
        background-position: 45% 100%;
    }

    /****QUOTE****/
    .quotebuttom {
        bottom: -18px;
        font-size: 100px;
        margin-left: 0;
    }

    .quotetop {
        top: 12px;
        font-size: 100px;
    }

    .author {
        font-size: 16px;
        line-height: 34px
    }

    .img-quote {
        width: 95px;
    }

    .img-quote2 {
        width: 120px;
    }

    /*****REGISTER****/
    #section0 {
        background-position: 65% -50%
    }

    #section0 .sub-title {
        font-size: 48px;
        width: 100%;
    }

    /*.button.size {*/
        /*line-height: 120px;*/
        /*height: 120px;*/
        /*font-size: 45px;*/
        /*margin-bottom: 30px;*/
        /*width: 100%*/
    /*}*/

    #section0 .action {
        margin-top: 35px;
    }

    /****BRANDS LOGOS****/
    .logo-ctn {
        max-width: 100%;
        width: 33.3333%;
    }

    .container-absolute-logos {
        max-width: 65%
    }

    .button {
        line-height: 50px;
        height: 50px;
        font-size: 15px;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    #section0 .button.size {
        width: 80%;
        margin-bottom: 20px;
        float: none;
    }

    /*.login, .login:visited {*/
        /*height: 100px;*/
        /*font-size: 45px;*/
        /*line-height: 72px;*/
        /*padding-left: 40px;*/
        /*padding-right: 40px;*/
        /*width: auto;*/
        /*max-width: 226px;*/
        /*top: 60px;*/
    /*}*/

    .login-size {
        /*height: 38px;*/
        font-size: 16px;
        /*line-height: 15px;*/
        /*padding-left: 30px;*/
        /*padding-right: 30px;*/
        /*width: auto;*/
        /*max-width: 100%;*/
        top: 25px;
        right: 25px;
    }

    .info {
        line-height: 30px;
        color: #ffffff;
        font-size: 12px
    }

    /****FOOTER***/
    footer {
        font-size: 24px
    }

    footer ul.icon-list {
        display: flex;
        margin: 10px 0 10px;
    }

    footer p a.icon {
        display: none;
    }

    /*#section0 footer ul li a {*/
        /*font-size: 60px*/
    /*}*/

    /*#section0 footer ul {*/
        /*width: 230px*/
    /*}*/

    /*#section0 footer p {*/
        /*font-size: 24px*/
    /*}*/

    footer p {
        font-size: 12px;
        padding: 0 0 10px;
    }

    /*footer ul li a {*/
        /*font-size: 25px;*/
    /*}*/
}

@media only screen and (max-width: 450px) {

    /****GENERAL****/
    .logo {
        width: 250px;
        max-width: 20%;
    }

    .logo img {
        width: 100%
    }

    /****CONTENT****/
    .content-section {
        width: 820px;
        max-width: 85%;
        padding-left: 50PX;
    }

    /****FUENTES***/
    h1 {
        font-size: 35px;
        line-height: 45px;
    }

    #section6 h1 {
        font-size: 50px;
        line-height: 60px;
    }

    /*#section0 h1 {*/
        /*font-size: 90px;*/
        /*line-height: 90px;*/
    /*}*/

    #section0 .sub-title {
        font-size: 22px !important
    }

    /*****BACKGROUNDS****/
    #section1 {
        background-position: 100% 100%;
    }

    #section3 {
        background-position: 85% 100%;
    }

    #section5 {
        background-position: 45% 100%;
    }

    /****QUOTE****/
    .quotebuttom {
        bottom: -55px;
    }

    /*****REGISTER****/
    #section0 {
        background-position: 65% -50%
    }

    #section0 .sub-title {
        font-size: 48px;
        width: 100%;
    }

    /*.button.size {*/
    /*line-height: 120px;*/
    /*height: 120px;*/
    /*font-size: 45px;*/
    /*margin-bottom: 30px;*/
    /*width: 100%*/
    /*}*/

    #section0 .action {
        margin-top: 35px;
    }

    /****BRANDS LOGOS****/
    .logo-ctn {
        max-width: 100%;
        width: 33.3333%;
    }

    .container-absolute-logos {
        max-width: 65%
    }

    /*.button {*/
        /*line-height: 120px;*/
        /*height: 120px;*/
        /*font-size: 45px;*/
    /*}*/

    /****FOOTER***/
    footer {
        font-size: 24px
    }

    footer ul.icon-list {
        display: flex;
        margin: 10px 0 10px;
    }

    footer p a.icon {
        display: none;
    }

    /*footer ul li a {*/
        /*!*font-size: 50px*!*/
    /*}*/

    footer p {
        padding: 0 0 10px;
    }
}

.js-elements {
    opacity: 0;
}

.popupLoader {
    background-color: #111111;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none;
    left: 0;
    top: 0;
    opacity: 0;
    position: fixed;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css-loader-circle {
    z-index: 2;
    border: 5px solid #fff;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}