﻿/*LOADER*/
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    z-index: 99999;
}
.loader  .mensaje {
	font-family: Montserrat, Helvetica, Arial;
	color: #AAAAAA;
	width: 800px;
	font-weight: bold;
	
}

.iso-consalud {
    position: absolute;
    display: block;
    width: 160px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -80px;
    background: url(../images/iso.png) no-repeat;
}

.spinner {
    margin: 36px 0 0 62px !important;
    width: 100px;
    text-align: center;
}


    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

    .spinner > div {
        width: 27px;
        height: 27px;
        background-color: #ffce00;
        border-radius: 3px;
        -moz-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        -o-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-10deg);
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }


@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0) skewX(-19deg);
    }

    40% {
        -webkit-transform: scale(1.0) skewX(-19deg);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0) skewX(-10deg);
        transform: scale(0) skewX(-19deg);
    }

    40% {
        -webkit-transform: scale(1.0) skewX(-10deg);
        transform: scale(1.0) skewX(-19deg);
    }
}
