* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    overflow: auto !important;
}

/*==================================================
BARRA SUPERIOR - BRANDING
==================================================*/
.topbar{
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: none !important;
    padding: 2rem 1rem;
}

.topbar-light{
    background: transparent !important;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    z-index: 3;
}

.topbar-brand{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    background: #4986fc;
    padding: 0 20px;
    background: #ce4be8;
    background: -moz-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ce4be8), color-stop(100%, #207ce5));
    background: -webkit-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -o-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -ms-linear-gradient(-45deg, #ce4be8 0%, #207ce5 100%);
    background: -webkit-linear-gradient(315deg, #ce4be8 0%, #207ce5 100%);
    background: -o-linear-gradient(315deg, #ce4be8 0%, #207ce5 100%);
    background: linear-gradient(135deg, #ce4be8 0%, #207ce5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1 );
}

.topbar-light .topbar-brand{
    text-decoration: none;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/*==================================================
BANNER
==================================================*/
.wrapper-banner{
    width: 100%;
    height: 100%;
    position: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url('../imagenes/fondo.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.wrapper-banner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    background: rgba(32, 124, 229, 0);
    background: -moz-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #207ce5 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(32, 124, 229, 0)), color-stop(55%, rgba(146, 95, 206, 0)), color-stop(100%, #207ce5));
    background: -webkit-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #207ce5 100%);
    background: -o-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #207ce5 100%);
    background: -ms-linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #207ce5 100%);
    background: linear-gradient(45deg, rgba(32, 124, 229, 0) 0%, rgba(146, 95, 206, 0) 55%, #207ce5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce4be8', endColorstr='#207ce5', GradientType=1 );
}

.box{
    position: relative;
    height: 600px;
}

.box .detail-box{   color: #fff;    }

.box .detail-box h1{
    color: #e93f1a;
    text-transform: uppercase;
    font-size: 2rem;
}

.box .detail-box h1 span{   color: #fff;    }

.box .detail-box p{
    margin-top: 15px;
    font-size: 1rem;
}

.box .detail-box .btn-box{  margin-top: 45px;   }

.box .detail-box .btn-box a{
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    background-color: #207ce5;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    border-radius: 5px;
}

.box .detail-box .btn-box a:hover{
    background-color: transparent;
    border-color: #207ce5;
    color: #207ce5;
}

/*==================================================
LOGIN
==================================================*/
.section-login{
    position: relative;
    width: 100%;
    padding: 7em 0;
}

.section-login .container{
    width: 80%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper-login{
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    z-index: 0;
    margin-top: -530px;
    transition: 1s;
}

.wrapper-login:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 145px;
    content: '';
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    border-radius: 50% 0 0 0;
}

.wrapper-login h3{
    font-weight: 500;
    font-size: 20px;
    color: #4986fc;
    margin-bottom: 38px;
    transition: 1s;
}

.wrapper-login .form-group{
    position: relative;
    margin-bottom: 30px;
}

.wrapper-login .form-group label{
    position: absolute;
    top: -12px;
    left: 0;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    background: #fff;
    margin-left: 30px;
    padding: 0 4px;
    transition: 1s;
}

.wrapper-login .form-control{
    height: 52px;
    background: #fff;
    color: #000000;
    font-size: 14px;
    border-radius: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    padding-right: 20px;
}

.wrapper-login .form-control::-webkit-input-placeholder{
    /*Chrome/Opera/Safari*/
    color: rgba(0, 0, 0, 0.8) !important;
}
.wrapper-login .form-control::-moz-placeholder{
    /*Firefox 19+*/
    color: rgba(0, 0, 0, 0.8) !important;
}
.wrapper-login .form-control:-ms-input-placeholder{
    /*IE 10+*/
    color: rgba(0, 0, 0, 0.8) !important;
}
.wrapper-login .form-control:-moz-placeholder{
    /*Firefox 18-*/
    color: rgba(0, 0, 0, 0.8) !important;
}

.wrapper-login .form-control:focus, .wrapper-login .form-control:active{
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #4986fc;
}

.wrapper-login p{
    font-size: 12px;
    transition: 1s;
}

/*==================================================
MOSTRAR - OCULTAR PASSWORD
==================================================*/
.btn-icono{
    position: absolute;
    display: block;
    bottom: 1rem;
    right: 1rem;
    cursor: pointer;
}

input.clave{
    padding-right: 2.5rem;
}

.icono{ cursor: pointer;    }
    
/*==================================================
LOADER
==================================================*/
#loader{
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000;
}

#loader.fullscreen{
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#loader.show{
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .circular{
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#loader .path{
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate{
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader-rotate{
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-dash{
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}
@keyframes loader-dash{
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/*==================================================
SEGUIMIENTO DEL SERVICIO
==================================================*/
.steps .step{
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}

.steps .step .step-icon-wrap{
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after{
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    height: 3px;
    margin-top: -1px;
    background-color: #e1e7ec;
    content: '';
    z-index: 1;
}

.steps .step .step-icon-wrap::before{
    left: 0;
}

.steps .step .step-icon-wrap::after{
    right: 0;
}

.steps .step .step-icon{
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #374250;
    font-size: 28px;
    line-height: 65px;
    z-index: 5;
}

.steps .step .step-title{
    margin-top: 16px;
    margin-bottom: 0;
    color: #606975;
    font-size: 15px;
    font-weight: bold;
}

.steps .step:first-child .step-icon-wrap::before{
    display: none;
}

.steps .step:last-child .step-icon-wrap::after{
    display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after{
    background-color: #0da9ef;
}

.steps .step.completed .step-icon{
    border-color: #0da9ef;
    background-color: #0da9ef;
    color: #fff;
}

/*==================================================
PROGRESO CIRCULAR
==================================================*/
.progress{
    width: 200px;
    height: 200px;
    line-height: 200px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}

.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 18px solid #ecf0f1;
    position: absolute;
    top: 0;
    left: 0;
}

.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left{
    left: 0;
}

.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 18px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px;
    border-left: 0;
    transform-origin: center left;
    -webkit-transform-origin: center left;
}

.progress .progress-right{
    right: 0;
}

.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 180px;
    border-bottom-left-radius: 180px;
    border-right: 0;
    transform-origin: center right;
    -webkit-transform-origin: center right;
    animation: loading-1 1s linear forwards;
}

.progress .progress-value{
    width: 100%;
    height: 100%;
    font-size: 32px;
    text-align: center;
    position: absolute;
}

/*COLORES*/
.progress.gray .progress-bar{
    border-color: #839192;
}

.progress.gray .progress-value{
    color: #839192;
}

.progress.blue .progress-bar{
    border-color: #049dff;
}

.progress.blue .progress-value{
    color: #049dff;
}

.progress.blue .progress-right .progress-bar{
    animation: loading-2 1.5s linear forwards;
}

.progress.yellow .progress-bar{
    border-color: #fdba04;
}

.progress.yellow .progress-value{
    color: #fdba04;
}

.progress.yellow .progress-right .progress-bar{
    animation: loading-1 1s linear, loading-2 1.5s linear forwards;
}

.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.5s;
}

.progress.green .progress-bar{
    border-color: #1abc9c;
}

.progress.green .progress-value{
    color: #1abc9c;
}

.progress.green .progress-right .progress-bar{
    animation: loading-1 1s linear, loading-2 1.5s linear forwards;
}

.progress.green .progress-left .progress-bar{
    animation: loading-4 1s linear forwards 1.5s;
}

/*ANIMACIONES*/
@keyframes loading-1{
    0%{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100%{
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
}

@keyframes loading-2{
    0%{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100%{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
}

@keyframes loading-3{
    0%{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100%{
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

@keyframes loading-4{
    0%{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100%{
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
}

/*==================================================
DISPOSITIVOS MOVILES
==================================================*/

/*BARRA SUPERIOR - BRANDING - LOGIN*/
@media (max-width: 991.98px){
    .topbar-light{
        position: relative;
        background: #000 !important;
        top: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .topbar-light .topbar-brand{
        color: #fff;
        background: transparent;
        padding-left: 0;
        padding-right: 0;
    }
    .box{   height: 500px;  }
    .section-login .container{  width: 90%; }
}

@media (max-width: 767.98px){
    .section-login{ padding: 6em 0; }
    .wrapper-login{ margin-top: 3em;    }
}

/*MONITOREO*/
@media (max-width: 576px){
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after{
        display: none;
    }
}

@media (max-width: 768px){
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after{
        display: none;
    }
}

@media (max-width: 991px){
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after{
        display: none;
    }
}

@media (max-width: 1200px){
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after{
        display: none;
    }
}

/*HOVER*/
.wrapper-login:hover{
    background: transparent !important;
    transition: 1s;
}

.wrapper-login:hover h3{
    color:#fff !important;
    transition: 1s;
}

.wrapper-login:hover label{
    border-radius: 10px !important;
    transition: 1s;
}

.wrapper-login:hover p{
    color: #fff !important;
    transition: 1s;
}

.wrapper-login:hover a{
    color: #aed6f1 !important;
    transition: 1s;
}
