/* Loading-overlay styles */

@-moz-keyframes loadingStart {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes loadingStart {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes loadingStart {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes loadingStart {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes loading {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes loading {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading {
    position: relative;
    pointer-events: none;
    /* opacity: 0.5; */
}

.loading .loading-overlay {
    /* position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-animation: loadingStart 3s 300ms linear 1 both;
  -moz-animation: loadingStart 3s 300ms linear 1 both;
  -o-animation: loadingStart 3s 300ms linear 1 both;
  animation: loadingStart 3s 300ms linear 1 both;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  z-index: 10; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255);
    text-align: center;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner-claro {
    display: inline-block !important;
    font-size: 500% !important;
    display: flex !important;
}

.loading .loading-text {
    /* font-size: 16px !important; */
    line-height: 1.3125rem;
    text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
    position: relative;
    display: block;
    /* text-transform: uppercase;*/
    font-weight: bold;
    color: #222;
}

.horizon-spinner img {
    width: 80px !important;
}

.text-loading-new {
    font-family: 'AMX bold' !important;
    font-size: 20px !important;
    width: 16rem;
    white-space: pre-line;
    text-align: center;
}

#loadingClaro span {
    color: #000000 !important;
}

#loadingClaro img {
    width: auto;
    margin-left: auto !important;
    margin-right: auto !important;
}


/*
#loadingClaro .img{
    width: 110px;
    height: 40px;
    background-image: url("../imagenes/iconos-logo-claro.png")
}
*/

.loading .loading-text:after {
    content: "Por seguridad, estamos verificando la transacci\00f3n";
}

.loading .loading-spinner {
    /* position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -3.9375rem auto 0;
  color: #1a1d1d;
  text-align: center;
  color: #f90c0c; */
    display: grid;
    color: #000000;
}

.loading .loading-icon {
    font-size: 4.8125rem;
    line-height: 5.25rem;
    text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.5em;
    /* -webkit-animation: loading 1s steps(4) infinite;
  -moz-animation: loading 1s steps(4) infinite;
  -o-animation: loading 1s steps(4) infinite;
  animation: loading 1s steps(4) infinite; */
    display: block;
    vertical-align: middle;
}

.loading .loading-icon:before {
    /* vertical-align: middle;
  content: "\e000"; */
}

.claro-logo-img {
    width: 91px !important;
    margin-top: 32px;
}


/* Estilos de bancolombiaBack */

.loading-overlay-pse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255);
    text-align: center;
    z-index: 10;
    display: grid;
    align-items: center;
    justify-content: center;
}

.icons-pse {
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.icons-pse img {
    width: 100%;
    height: 100%;
}

.spinner-load {
    width: 85px;
    height: 85px;
    margin-left: 10px;
    margin-right: 10px;
}

.spinner-load img {
    width: 100%;
    height: 100%;
}

.pse-icon {
    width: 40px !important;
    height: 40px;
}

.title-redirect-pse {
    border: 0;
    color: #187385 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}

.subtitle-redirect-pse {
    color: #404040 !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: center;
}

.subarticle {
    margin-bottom: auto;
}

.message-bancolombiaback {
    width: 186px;
    height: 40px;
    white-space: pre-line;
    margin-left: auto;
    margin-right: auto;
    font-family: 'AMX bold';
    font-size: 16px;
    color: #404040;
    font-weight: bold;
    text-align: center;
}