html,
body {
    height: 100%
}

.col-form .contenedor-form img {
    width: 60%;
    position: relative;
    left: 10px;
    bottom: 80px;
}

.centerCol {
    width: 25em !important;
    margin: auto !important;
}

.col-imagen .fondo-imagen {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.w-login-form {
    width: 80%;
    position: relative;
    left: 50px;
}

.w-login-form__row {
    margin-bottom: 30px
}

.w-login-form__row--remember {
    height: 25px
}


@media screen and (min-width: 769px) {
    .w-login-form__row--remember {
        margin-bottom: 40px
    }
}

.w-login-form__row--password-full input[type=password] {
    padding-right: 0
}

.w-login-form__row--password-full .w-input__right-block {
    display: none
}

@media screen and (min-width: 769px) {
    .w-login-form__row--action {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .w-login-form .w-button {
        font-size: 16px;
        height: 48px
    }
}

@media screen and (min-width: 767px) {
    .w-login-form--sso .w-login-form__row--email {
        margin-bottom: 70px;
        margin-top: 30px
    }
}

/* ESTILOS VIDEO PARA EL INICIO */

video {
    position: fixed;
    top: 0;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1920px) {
    .videoFrame {
        /* left: 49em; */
    }
}

@media (min-width: 1920px) {
    .RightContent {
        right: 6em;
    }
}

@media (max-width: 1366px) {
    .videoFrame {
        left: 45em;
    }
}



/* sociales */

.row-social {
    padding: 30px;
    background-color: #d34c65;
}



.w-input {
    position: relative;
    height: 38px
}

.w-input__label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: inherit;
    font-size: 18px;
    font-weight: 400;
    color: #c8ced6;
    position: absolute;
    left: -46px;
    top: -3px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: font-size 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: font-size 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: font-size 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: font-size 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.21s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.w-auth-code__input,
.w-input__input {
    font-size: 18px;
    width: 100%;
    height: inherit;
    border: none;
    border-bottom: 1px solid #e6ebf1;
    background-color: transparent;
    outline: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3c4858;
    padding: 0;
    -webkit-transition: border 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: border 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.w-auth-code__input:focus,
.w-input__input:focus {
    border-bottom: 1px solid #3b93f7;
    caret-color: #3b93f7
}

.w-auth-code__input[type=password],
.w-input__input[type=password] {
    padding-right: 130px
}

.w-auth-code__input:-webkit-autofill,
.w-input__input:-webkit-autofill {
    box-shadow: inset 0 0 0 30px #fff;
    -webkit-box-shadow: 0 0 0 30px #fff inset
}

.w-input__right-block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: inherit;
    position: absolute;
    right: 0;
    top: 24px
}

.w-input__link {
    color: #3b93f7;
    font-size: 13px;
    font-family: 'Roboto';
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer
}

.w-input__link:focus {
    outline: none
}

.w-input.is-moved .w-input__label {
    font-size: 13px;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px)
}

.w-input.is-invalid .w-input__label {
    color: #ff6562
}

.w-input.is-invalid .w-auth-code__input,
.w-input.is-invalid .w-input__input {
    border-bottom-color: #ff6562
}

.w-checkbox {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    min-height: 24px;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.w-checkbox__input {
    margin-right: 10px;
    font-size: 16px
}

.w-button {
    display: block;
    width: 100%;
    height: 44px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #e3e8ef;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer
}

.w-button:hover {
    text-decoration: none;
    color: #ffffff;
    border-color: #00275a;
    background-color: #004196;
}

a.w-button {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1
}

.w-button__icon {
    margin-right: 10px
}

.w-button--gray {
    background-color: #004aad;
    border-color: #ffffff;
    border-radius: 30px;
    color: #ffffff
}

.w-button--blue {
    background-color: #3b93f7;
    border-color: #3b93f7;
    color: #fff
}

.w-button--blue:hover {
    background-color: #2386f6;
    border-color: #2386f6
}

.w-button--blue:active {
    background-color: #0a78f5;
    border-color: #0a78f5;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.w-button--green {
    background-color: #69d45d;
    border-color: #69d45d;
    color: #fff
}

.w-button--green:hover {
    background-color: #56cf49;
    border-color: #56cf49
}

.w-button--green:active {
    background-color: #44c935;
    border-color: #44c935;
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.w-button--link {
    background-color: transparent;
    border-color: transparent;
    color: #3b93f7
}

.w-select-account {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    overflow: auto;
    width: 100vw;
    max-width: 400px;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch
}


.no-gutters {
    margin-right: -58px !important;
    margin-left: -20px;
}

.margen_pub {
    margin-bottom: -18em;
    margin-top: -3em;
}

@media (min-width: 1400px) {
    .col-form .contenedor-form img {
        width: 85%;
        position: relative;
        bottom: 80px;
    }
}

@media screen and (max-width: 769px) {
    .w-select-account {
        margin-left: -25px;
        padding-left: 25px
    }
}

@media screen and (min-width: 769px) {
    .w-select-account {
        max-height: 500px;
        max-height: 50vh
    }
}

@media screen and (max-width: 1173px) {
    .col-imagen {
        display: none
    }
}

@media screen and (min-width: 1174px) and (min-height: 1080px) {
    .margen_pub {
        margin-top: 3em;
    }
}

/*# sourceMappingURL=base.min.css.map */

/* Login para celular */

@media (max-width: 420px) {
    .col-form .contenedor-form img {
        width: 65%;
        margin-bottom: 120px;
        margin-right: 61px;
        bottom: 0px;
    }

    .w-login-form {
        width: 80%;
        position: relative;
        left: 45px;
        bottom: 72px;
    }

    .w-login-form__row {
        margin-bottom: 60px;
    }

    .w-button--gray {
        margin-left: -10px;
    }

    .w-checkbox {
        margin-left: -22px;
    }

    .w-input__link {
        margin-right: 32px;
    }

    .w-auth-code__input,
    .w-input__input {
        width: 90%;
    }

    .w-input__label {
        left: -32px;
    }
}

@media (max-width: 390px) {
    .col-form .contenedor-form img {
        width: 65%;
        margin-bottom: 120px;
        margin-right: 84px;
    }

    .w-login-form__row {
        margin-bottom: 60px;
    }

    .w-button--gray {
        margin-left: -26px;
    }

    .w-checkbox {
        margin-left: -22px;
    }

    .w-input__link {
        margin-right: 32px;
    }

    .w-auth-code__input,
    .w-input__input {
        width: 90%;
    }

    .w-input__label {
        left: -32px;
    }

    /* .w-button {
        width: 91%;
    } */
}

@media (max-width: 350px) {
    .col-form .contenedor-form img {
        width: 50%;
        margin-bottom: 105px;
        margin-right: 116px;
        margin-top: 13px;
    }

    .w-login-form {
        width: 66%;
        position: relative;
        left: 44px;
        bottom: 56px;
    }

    .social-btns {
        display: none;
    }
}