body{
    display:block; 
    padding-top:0px;
}
.circle-white {
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    height: 200%;
    transform: translate(-50%, -25%)
}
#container-login {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(90deg, #052a57 0%, #1694ca 100%);
    min-height: 100vh;
}
.container-login-internal {
    position: relative;
    z-index: 100 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
}
.login, .animation-icon {
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    color: rgba(24, 25, 94, 1);
}
.animation-icon {
    color: #fff;
    align-items: inherit;
    padding: 4rem 8rem;
}
.animation-icon div h2 {
    font-weight: 600;
    margin: 0;
    font-size: 2.6rem;
}
/* -webkit for Chrome(blink,webkit), Safari(webkit) and Opera(blink);
       -moz for Firefox(gecko),
       -o for Opera(presto),
       -ms for Internet Explorer(Trident). */
.icon-delay {
    list-style:none;
    margin-bottom: 1rem;
    font-size: 2rem;
    -moz-animation: show-icon 4.5s;
    -o-animation: show-icon 4.5s;
    -webkit-animation: show-icon 4.5s;
    animation: show-icon 4.5s;
}
#animation-delay-4 {
    animation-delay: -1s;
}

#animation-delay-3 {
    animation-delay: -1.5s;
}

#animation-delay-2 {
    animation-delay: -2s;
}

#animation-delay-1 {
    animation-delay: -2.5s;
}
/* Animación para mostrar/ocultar los iconos y textos*/
@-moz-keyframes show-icon {
    from {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes show-icon {
    from {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes  show-icon {
    from {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.animation-icon img {
    margin-right: 3rem;
}
.login img{
    width: 50%;
    padding-bottom: 2rem;
}
.container-recovery-password-internal img, .container-alert img  {
    margin-bottom: 3rem;
    width: 60%;
}
.flex {
    display: flex;
}
.center-recaptcha {
    justify-content: center;
    margin: 4rem 0;
}
.end-link-recovery-password {
    justify-content: end;
    color: #39549F;
    margin-top: 0.5rem;
}
.end-link-recovery-password p, .end-link-login p {
    margin: 0;
}
.end-link-login {
    color: #39549F;
    margin-top: 0.5rem;
    justify-content: center;
    align-items: center;
}
.end-link-login i {
    margin-right: 1rem;
    font-weight: 600;
}
.color-btn-login {
    background: linear-gradient(90deg, #F49143 -21.52%, #F4BB43 104.43%);
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    height: 3rem;
    font-weight: 700;
}
.color-btn-login:hover {
    background: linear-gradient(90deg, #f5852c -21.52%, #f7b52c 104.43%);
    color: #FFFFFF;
}
.customize-input {
    background: #F0EFF8;
    border-radius: 4px;
    height: 4rem;
    color: #49454F;
}
.customize-input::placeholder {
    color: #39549F;
}
.margin-input-email {
    margin: 2rem 0 3rem;
}
form[name="formlogin"] {
    width: 80%
}
footer {
    position: absolute;
    top: 95%;
    left: 80%;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
}
#container-recovery-password, #alert-recovery{
    color: #18195E;
    background-color: #FFFF;
    display:flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
}
.fa-lock {
    margin-left: 1rem;
    color: #F4BB43;
}
form[name="formRecovery"] {
    margin-top: 4rem;
}
.container-recovery-password-internal, .container-alert {
    width: 450px;
}
.background-general {
    background-color: #FFFF;
}
.custom-img {
    width: 40% !important;
    margin-top: 4rem;
}
.center-img-alert {
    display: flex;
    justify-content: center;
}
.container-password, .container-email {
    position: relative;
}
.container-email .fa-times-circle, .container-password .fa-eye, .container-password .fa-eye-slash {
    position: absolute;
    top: 1.3rem;
    right: 1rem;
    font-size: 15px;
    color: rgba(73, 69, 79, 0.5);
}
.container-email .fa-times-circle:hover, .container-password .fa-eye:hover, .container-password .fa-eye-slash:hover {
    cursor: pointer;
}
.custom-icon-reset-email {
    right: 2.5rem !important;
}
@media (max-width: 870px) {
    .circle-white {
        border-radius: 50% / 13%;
        width: 200%;
        height: 100%;
        transform: translate(-25%, -27%);
    }
    .container-login-internal {
        display: flex;
        flex-direction: column;
        height: inherit;
    }
    #html_element, #html_element2 {
        transform: scale(0.84);
    }
    form[name="formlogin"] {
        width: 100%
    }
    .center-recaptcha {
        margin: 3rem 0;
    }
    .login {
        padding: 1rem;
        justify-content: flex-start;
        height: 50%;
    }
    .text-hide-mobile {
        display: none;
    }
    .margin-login-mobile {
        margin-top: 5rem;
    }
    .animation-icon {
        padding: 2rem;
        margin-top: 15rem;
    }
    .icon-delay {
        font-size: 15px;
        animation: none;
        text-align: center;
    }
    .animation-icon img {
        margin-right: 1rem;
    }
    footer {
        position: initial;
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }
    #carousel-box {
        -moz-animation: automation 15s infinite linear;
        -o-animation: automation 15s infinite linear;
        -webkit-animation: automation 15s infinite linear;
        animation: automation 15s infinite linear;
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -ms-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;
        width: 400%;
    }
    #carousel-content {
        margin: 0 auto;
        overflow: hidden;
        text-align: left;
    }
    .carousel-item {
        float: left;
        width: 25%;
    }
    /* Animación para realizar el scroll automatico horizontal en el carrusel*/
    @-moz-keyframes automation {
        0% {
            margin-left: 0;
        }
        25% {
            margin-left: 0;
        }
        30% {
            margin-left: -100%;
        }
        45% {
            margin-left: -100%;
        }
        50% {
            margin-left: -200%;
        }
        65% {
            margin-left: -200%;
        }
        70% {
            margin-left: -300%;
        }
        95% {
            margin-left: -300%;
        }
        100% {
            margin-left: 0;
        }
    }
    @-webkit-keyframes automation {
        0% {
            margin-left: 0;
        }
        25% {
            margin-left: 0;
        }
        30% {
            margin-left: -100%;
        }
        45% {
            margin-left: -100%;
        }
        50% {
            margin-left: -200%;
        }
        65% {
            margin-left: -200%;
        }
        70% {
            margin-left: -300%;
        }
        95% {
            margin-left: -300%;
        }
        100% {
            margin-left: 0;
        }
    }
    @keyframes  automation {
        0% {
            margin-left: 0;
        }
        25% {
            margin-left: 0;
        }
        30% {
            margin-left: -100%;
        }
        45% {
            margin-left: -100%;
        }
        50% {
            margin-left: -200%;
        }
        65% {
            margin-left: -200%;
        }
        70% {
            margin-left: -300%;
        }
        95% {
            margin-left: -300%;
        }
        100% {
            margin-left: 0;
        }
    }
    .container-recovery-password-internal, .container-alert {
        width: auto;
        padding: 0 2rem;
    }
    .container-recovery-password-internal h2 {
        font-size: 20px;
    }
    .container-alert h2{
        font-size: 18px;
    }
}
