﻿
@font-face {
    font-family: 'Sansation_Light';
    src: url('../assets/font/Sansation_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'GeosansLight';
    src: url('../assets/font/GeosansLight.ttf') format('truetype');
}

@font-face {
    font-family: 'TheLightFont';
    src: url('../assets/font/TheLightFont.ttf') format('truetype');
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.princ-container {
    background: no-repeat center center fixed;
    background-size: cover;
    display: block;
    left: -35px;
    top: -35px;
    bottom: -35px;
    position: fixed;
    right: -35px;
    z-index: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: -35px;
}

.cont-body-center {
    background: yellow;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: absolute;
}

.body-center {
    width: 720px;
    height: 480px;
}

.img-back {
    z-index: 11;
    display: block;
    position: absolute;
    width: inherit;
    height: inherit;
}

.front-img {
    z-index: 12;
    background: rgba(0, 0, 0, 0.41);
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
}



.img-logo {
    margin-top: 0px;
    margin: 0 auto;
    text-align: center;
}



.box {
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
    padding: 60px 50px 40px 50px;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 5;
    min-height: 508px;
}

    .box.back {
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        top: -20px;
        opacity: .8;
        z-index: -1;
    }

    .box:before {
        content: "";
        width: 100%;
        height: 30px;
        border-radius: 20px;
        position: absolute;
        top: -10px;
        background: rgba(255, 255, 255, .6);
        left: 0;
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        z-index: -1;
    }

.overbox .title {
    color: #fff;
}

    .overbox .title:before {
        background: #fff;
    }

.title {
    width: 100%;
    float: left;
    line-height: 46px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 2px;
    color: black;
    position: relative;
}

    .title:before {
        content: "";
        width: 5px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -50px;
    }

.input,
.input label,
.input input,
.input .spin,
.button,
.button button .button.login button i.fa,
.material-button .shape:before,
.material-button .shape:after,
.button.login button {
    transition: 300ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
    -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
}

.material-button,
.alt-2,
.material-button .shape,
.alt-2 .shape,
.box {
    transition: 400ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: 400ms cubic-bezier(.4, 0, .2, 1);
    -ms-transition: 400ms cubic-bezier(.4, 0, .2, 1);
}

.input,
.input label,
.input input,
.input .spin,
.button,
.button button {
    width: 100%;
    float: left;
}

/*.input,*/
.button {
    margin-top: 30px;
    height: 70px;
}

    .input,
    .input input,
    .button,
    .button button {
        position: relative;
    }

        .input input {
            height: 40px;
            top: 10px;
            border: none;
            background: transparent;
        }

        .input input,
        .input label,
        .button button {
            color: rgba(0, 0, 0, 0.8);
        }

        .input:before,
        .input .spin {
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .input:before {
            content: "";
            z-index: 3;
        }

        .input .spin {
            background: #ED2553;
            z-index: 4;
            width: 0;
        }

.overbox .input .spin {
    background: rgba(255, 255, 255, 1);
}

.input label {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    cursor: pointer;
    line-height: 60px;
}

.button.login {
    width: 60%;
    left: 20%;
}

    .button.login button,
    .button button {
        width: 100%;
        line-height: 64px;
        left: 0%;
        background-color: transparent;
        border: 3px solid rgba(0, 0, 0, 0.1);
        font-weight: 900;
        font-size: 18px;
        color: rgba(0, 0, 0, 0.2);
    }

.button.login {
    margin-top: 30px;
}

.button {
    margin-top: 20px;
}

    .button button {
        background-color: #fff;
        color: #ED2553;
        border: none;
    }

    .button.login button.active {
        border: 3px solid transparent;
        color: #fff !important;
    }

        .button.login button.active span {
            opacity: 0;
            transform: scale(0);
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
        }

        .button.login button.active i.fa {
            opacity: 1;
            transform: scale(1) rotate(-0deg);
            -webkit-transform: scale(1) rotate(-0deg);
            -ms-transform: scale(1) rotate(-0deg);
        }

    .button.login button i.fa {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 60px;
        transform: scale(0) rotate(-45deg);
        -webkit-transform: scale(0) rotate(-45deg);
        -ms-transform: scale(0) rotate(-45deg);
    }

    .button.login button:hover {
        color: #ED2553;
        border-color: #ED2553;
    }

.button {
    margin: 40px 0;
    overflow: hidden;
    z-index: 2;
}

    .button button {
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

.pass-forgot {
    width: 100%;
    float: left;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
}

.click-efect {
    position: absolute;
    top: 0;
    left: 0;
    background: #ED2553;
    border-radius: 50%;
}

.overbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: inherit;
    border-radius: 10px;
    padding: 60px 50px 40px 50px;
}

    .overbox .title,
    .overbox .button,
    .overbox .input {
        z-index: 111;
        position: relative;
        color: #fff !important;
        display: none;
    }

    .overbox .title {
        width: 80%;
    }

    .overbox .input {
        margin-top: 20px;
    }

        .overbox .input input,
        .overbox .input label {
            color: #fff;
        }

    .overbox .material-button,
    .overbox .material-button .shape,
    .overbox .alt-2,
    .overbox .alt-2 .shape {
        display: block;
    }

.material-button,
.alt-2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #308ab5;
    position: absolute;
    top: 40px;
    right: -24px;
    cursor: pointer;
    z-index: 100;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
}

    .material-button .shape,
    .alt-2 .shape {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        font-family: "FontAwesome";
        content: "\f128";
    }

.shape i {
    /*position: fixed;
    top: 25%;
    right: 26%;*/
    color: white;
    /*margin-top: 1px;
    margin-right: 0px;*/
    margin-top: 13px;
    margin-left: 12px;
    font-size: 24px;
}


.material-button .shape:before,
.alt-2 .shape:before {
    width: 25px;
    height: 4px;
}

.material-button .shape:after,
.alt-2 .shape:after {
    height: 25px;
    width: 4px;
}


.material-button.active,
.alt-2.active {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(0deg);
    -webkit-transform: translate(50%, -50%) rotate(0deg);
    -ms-transform: translate(50%, -50%) rotate(0deg);
}


.materialContainer {
    width: 100%;
    max-width: 400px;
    position: relative;
    left: 1%;
    z-index: 13;
    float: right;
    display: block;
    top: -3%;
    transition: all 1.0s;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}


/*Effects cards*/
.container {
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 322px;
}

    .container * {
        box-sizing: border-box;
    }

.pages {
    flex: 1;
    white-space: nowrap;
    position: relative;
    transition: all 0.4s;
    display: flex;
}

    .pages .page {
        min-width: 100%;
        padding: 20px 15px;
        padding-top: 0px;
    }

        .pages .page:nth-of-type(1) .input {
            transform: translateX(-100%) scale(0.5);
        }

        .pages .page:nth-of-type(2) .input {
            transform: translateX(100%) scale(0.5);
        }

        .pages .page:nth-of-type(3) .input {
            transform: translateX(100%) scale(0.5);
        }

        .pages .page .input {
            transition: all 1s;
            opacity: 0;
            transition-delay: 0s;
        }

        .pages .page .title {
            margin-bottom: 10px;
            font-size: 13px;
            position: relative;
            line-height: 18px;
        }

            .pages .page .title i {
                vertical-align: text-bottom;
                font-size: 19px;
            }

        .pages .page .input {
            margin-top: 20px;
        }

        .pages .page input.text {
            background: #f6f7f9;
            border: none;
            border-radius: 4px;
            width: 100%;
            height: 40px;
            line-height: 40px;
            padding: 0px 10px;
            color: rgba(0, 0, 0, 0.5);
            outline: none;
        }

        .pages .page input[type=submit] {
        }

.tabs {
    display: flex;
    background: #fff;
}

    .tabs .tab {
        flex: 1;
        color: #5d708a;
        text-align: center;
        transition: all 0.2s;
        cursor: pointer;
    }

        .tabs .tab .text {
            font-size: 14px;
            transform: scale(1);
            transition: all 0.2s;
        }

input[type=radio] {
    display: none;
}

    input[type=radio]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) {
        box-shadow: inset -3px 2px 5px rgba(0, 0, 0, 0.25);
        color: #3f4c7f;
    }

        input[type=radio]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) .text {
            transform: scale(0.9);
        }

    input[type=radio]:nth-of-type(1):checked ~ .pages {
        transform: translateX(0%);
    }

        input[type=radio]:nth-of-type(1):checked ~ .pages .page:nth-of-type(1) .input {
            opacity: 1;
            transform: translateX(0%);
            transition: all 0.5s;
        }

            input[type=radio]:nth-of-type(1):checked ~ .pages .page:nth-of-type(1) .input:nth-child(1) {
                transition-delay: 0.2s;
            }

            input[type=radio]:nth-of-type(1):checked ~ .pages .page:nth-of-type(1) .input:nth-child(2) {
                transition-delay: 0.4s;
            }

            input[type=radio]:nth-of-type(1):checked ~ .pages .page:nth-of-type(1) .input:nth-child(3) {
                transition-delay: 0.6s;
            }

            input[type=radio]:nth-of-type(1):checked ~ .pages .page:nth-of-type(1) .input:nth-child(4) {
                transition-delay: 0.8s;
            }

            input[type=radio]:nth-of-type(1):checked ~ .pages .page:nth-of-type(1) .input:nth-child(5) {
                transition-delay: 1s;
            }

    input[type=radio]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) {
        box-shadow: inset 3px 2px 5px rgba(0, 0, 0, 0.25);
        color: #3f4c7f;
    }

        input[type=radio]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) .text {
            transform: scale(0.9);
        }

    input[type=radio]:nth-of-type(2):checked ~ .pages {
        transform: translateX(-100%);
    }

        input[type=radio]:nth-of-type(2):checked ~ .pages .page:nth-of-type(2) .input {
            opacity: 1;
            transform: translateX(0%);
            transition: all 0.5s;
        }

            input[type=radio]:nth-of-type(2):checked ~ .pages .page:nth-of-type(2) .input:nth-child(1) {
                transition-delay: 0.2s;
            }

            input[type=radio]:nth-of-type(2):checked ~ .pages .page:nth-of-type(2) .input:nth-child(2) {
                transition-delay: 0.4s;
            }

            input[type=radio]:nth-of-type(2):checked ~ .pages .page:nth-of-type(2) .input:nth-child(3) {
                transition-delay: 0.6s;
            }

            input[type=radio]:nth-of-type(2):checked ~ .pages .page:nth-of-type(2) .input:nth-child(4) {
                transition-delay: 0.8s;
            }

            input[type=radio]:nth-of-type(2):checked ~ .pages .page:nth-of-type(2) .input:nth-child(5) {
                transition-delay: 1s;
            }

    input[type=radio]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) {
        box-shadow: inset 9px 2px 5px rgba(0, 0, 0, 0.25);
        color: #3f4c7f;
    }

        input[type=radio]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) .text {
            transform: scale(0.9);
        }

    input[type=radio]:nth-of-type(3):checked ~ .pages {
        transform: translateX(-200%);
    }

        input[type=radio]:nth-of-type(3):checked ~ .pages .page:nth-of-type(3) .input {
            opacity: 1;
            transform: translateX(0%);
            transition: all 0.5s;
        }

            input[type=radio]:nth-of-type(3):checked ~ .pages .page:nth-of-type(3) .input:nth-child(1) {
                transition-delay: 0.2s;
            }

            input[type=radio]:nth-of-type(3):checked ~ .pages .page:nth-of-type(3) .input:nth-child(2) {
                transition-delay: 0.4s;
            }

            input[type=radio]:nth-of-type(3):checked ~ .pages .page:nth-of-type(3) .input:nth-child(3) {
                transition-delay: 0.6s;
            }

            input[type=radio]:nth-of-type(3):checked ~ .pages .page:nth-of-type(3) .input:nth-child(4) {
                transition-delay: 0.8s;
            }

            input[type=radio]:nth-of-type(3):checked ~ .pages .page:nth-of-type(3) .input:nth-child(5) {
                transition-delay: 1s;
            }


.tab:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 60%;
    height: 4px;
    background: #098fd8;
    border-radius: 77px;
    margin-top: 6px;
    transition: all 0.35s;
    opacity: 0;
}

.tab.active:after {
    opacity: 1;
}

.ctn-headers {
    margin-top: 20px;
}

.titleLogin {
    display: block;
    font-size: 27px;
    font-weight: 100;
    color: #0a5a86;
    margin-bottom: 19px;
    margin-top: 10px;
    text-align: center;
    font-family: 'GeosansLight';
}

.imguser {
    width: 80px;
    box-shadow: 0px 6px 17px -3px #0a5a84;
    border-radius: 50%;
}

.username {
    text-align: center;
    color: #085988;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.containerButton {
    text-align: center;
    align-items: center;
    flex-wrap: wrap;
}

    .containerButton .skewBtn {
        width: auto;
        height: 35px;
        outline: none;
        cursor: pointer;
        background: none;
        transition: 0.5s;
        font-size: 14px;
        border-radius: 5px;
    }

        .containerButton .skewBtn:hover {
            border: none;
            color: white;
            font-size: 13px;
        }

/* Buttons */
#signICentro.blue, #nextUser.blue, #signIRef.blue, #nextParte.blue, #signInParte.blue {
    border: 2px solid #32a6dc !important;
    color: #0c5986;
}

    #signICentro.blue:hover, #nextUser.blue:hover, #signIRef.blue:hover, #nextParte.blue:hover, #signInParte.blue:hover {
        background-color: #1499af;
        transition: all 0.3s ease-in-out;
        color: white;
    }

.img-container {
    width: inherit;
    height: inherit;
    position: absolute;
    box-shadow: 0px 0px 31px -12px #000000;
    transition: opacity 0.5s;
}

.lblChkRemmeberMe {
    float: right !important;
    position: static !important;
    line-height: 1.3 !important;
    margin-top: -9px !important;
    text-align: right !important;
    margin-right: 50px !important;
    font-size: 12px !important;
    color: #08876b !important;
}

/*Switch*/
.switch {
    position: relative !important;
    display: inline-block;
    width: 40px !important;
    height: 20px;
    float: right !important;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #08876b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.otherOptions {
    color: #0a5988;
}

    .otherOptions:hover {
        text-decoration: underline;
    }

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

.apply-shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    border-bottom: 1px solid #bd1818 !important;
    color: #bd1818 !important;
}


#inpCentroUsuario:focus {
    color: rgba(0, 0, 0, 0.8) !important;
    border-bottom: 1px solid #6fa9ca !important;
}

@keyframes hi {
    from {
        transform: translateY(50%) scale(0, 0);
        opacity: 0;
    }
}

@media screen and (max-width: 1070px) {

    .img-container {
        width: 100px;
        opacity: 0;
    }

    .materialContainer {
        margin: 0 auto;
        position: relative;
        transition: all 1.0s;
    }

    .box {
        padding-left: 18px;
        padding-right: 18px;
    }

    .body-center {
        width: 340px;
    }
}


.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: #c9e6f6;
        color: #0268a5;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 46%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.5s;
        border: 1px solid #a7cde3;
        opacity: 0;
        transition: opacity 0.5s;
        padding: 5px;
        font-size: 13px;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
