﻿/*RASTREO*/

body {
    .pg-loading-screen

{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000000;
    /*opacity: 1;*/
    background-color: #212121;
    opacity: 1;
    -webkit-transition: background-color 0.4s ease-in-out 0s;
    -moz-transition: background-color 0.4s ease-in-out 0s;
    -ms-transition: background-color 0.4s ease-in-out 0s;
    -o-transition: background-color 0.4s ease-in-out 0s;
    transition: background-color 0.4s ease-in-out 0s;
}
/* line 32, ../src/please-wait.scss */
.pg-loading-screen.pg-loaded {
    opacity: 0;
    -webkit-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -moz-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -ms-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    -o-animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
    animation: pgAnimLoaded 0.5s cubic-bezier(0.7, 0, 0.3, 1) both;
}
/* line 38, ../src/please-wait.scss */
.pg-loading-screen.pg-loading .pg-loading-logo-header, .pg-loading-screen.pg-loading .pg-loading-html {
    opacity: 1;
}
    /* line 42, ../src/please-wait.scss */
    .pg-loading-screen.pg-loading .pg-loading-logo-header, .pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
        -webkit-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
        -moz-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
        -ms-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
        -o-animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
        animation: pgAnimLoading 1s cubic-bezier(0.7, 0, 0.3, 1) both;
    }
    /* line 46, ../src/please-wait.scss */
    .pg-loading-screen.pg-loading .pg-loading-html:not(.pg-loaded) {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }
/* line 51, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-inner {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: static;
}
/* line 59, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-center-outer {
    width: 100%;
    padding: 0;
    display: table !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
/* line 70, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-center-middle {
    padding: 0;
    vertical-align: middle;
    display: table-cell !important;
    margin: 0;
    text-align: center;
}
/* line 78, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header, .pg-loading-screen .pg-loading-html {
    width: 100%;
    opacity: 0;
}
/* line 83, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-logo-header {
    text-align: center;
}
    /* line 86, ../src/please-wait.scss */
    .pg-loading-screen .pg-loading-logo-header img {
        display: inline-block !important;
        /*width: 220px;
  height: 50px;*/
    }
/* line 91, ../src/please-wait.scss */
.pg-loading-screen .pg-loading-html {
    margin-top: 90px;
}
    /* line 94, ../src/please-wait.scss */
    .pg-loading-screen .pg-loading-html.pg-loaded {
        -webkit-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        -moz-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        -o-transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
    }
        /* line 97, ../src/please-wait.scss */
        .pg-loading-screen .pg-loading-html.pg-loaded.pg-removing {
            opacity: 0;
        }
        /* line 101, ../src/please-wait.scss */
        .pg-loading-screen .pg-loading-html.pg-loaded.pg-loading {
            opacity: 1;
        }

@-webkit-keyframes pgAnimLoading {
    from {
        opacity: 0;
    }
}

@-moz-keyframes pgAnimLoading {
    from {
        opacity: 0;
    }
}

@-o-keyframes pgAnimLoading {
    from {
        opacity: 0;
    }
}

@-ms-keyframes pgAnimLoading {
    from {
        opacity: 0;
    }
}

@keyframes pgAnimLoading {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes pgAnimLoaded {
    from {
        opacity: 1;
    }
}

@-moz-keyframes pgAnimLoaded {
    from {
        opacity: 1;
    }
}

@-o-keyframes pgAnimLoaded {
    from {
        opacity: 1;
    }
}

@-ms-keyframes pgAnimLoaded {
    from {
        opacity: 1;
    }
}

@keyframes pgAnimLoaded {
    from {
        opacity: 1;
    }
}

.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: rgb(159,0,0) !important;
    height: 100%;
    width: 6px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}



body {
    /*position: relative;
  font-family: "raleway",sans-serif;*/
}

    body p {
        font-family: "raleway",sans-serif;
    }

    body .inner {
        display: none;
    }

    body.pg-loaded .inner {
        display: block;
    }

    body.pg-loaded {
        opacity: 1;
        -webkit-animation: pgAnimLoading 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
        -moz-animation: pgAnimLoading 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
        -ms-animation: pgAnimLoading 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
        -o-animation: pgAnimLoading 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
        animation: pgAnimLoading 0.3s cubic-bezier(0.7, 0, 0.3, 1) both;
    }

/*.container section.header {
  padding-top: 50px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #EEE;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.container section.header h2 {
  font-weight: 300;
  font-size: 32px;
}

.container section.header h4 {
  font-weight: 300;
  margin-top: 15px;
}

.container section.header button {
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}

.container section.header .info {
  margin-top: 90px;
}

.container section.instructions > section {
  border-bottom: 1px solid #EEE;
  padding-bottom: 25px;
  margin-bottom: 25px;
}*/

.pg-loading-screen .pg-loading-html {
    margin-top: 30px;
}

    .pg-loading-screen .pg-loading-html p {
        /*color: #FFF;*/
        font-weight: 300;
    }

    .pg-loading-screen .pg-loading-html form {
        /*max-width: 400px;*/
        margin: 0 auto;
    }

    .pg-loading-screen .pg-loading-html p.loading-message {
        font-size: 20px;
        margin-bottom: 100px;
    }

.close-please-wait {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 10000000;
}

.toolbar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10000000;
    max-width: 300px;
}

    .toolbar .panel {
        width: 300px;
    }

    .toolbar .info {
        margin-top: 5px;
    }

@keyframes sk-doubleBounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
    margin: 0 auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: rgb(159,0,0);
    height: 100%;
    width: 6px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
