@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.modal-title{
    font-weight: 600 !important;
}

.tab-content{
    border: 3px solid beige;
    padding: 15px;
}

.nav-item{
    font-size: 14px;
    border: 2px solid windowframe;
    text-decoration: none !important;
    padding: 5px;
    background: beige;
    color: black;
    font-weight: 500;
    border-radius: 12px;
}
/*Login Celular*/
@media (max-width: 760px) {

    .mensagem{
        width: 80% !important;
        left: 10% !important;
    }

    #confirmar_termos_desktop{
        display: none;
    }

    #generic_price_table .generic_content{
        margin-bottom:75px;
    }

    body {
        margin: 0;
        padding: 0;
        background-image: url(https://www.app.bbcloud.com.br/public/assets/imgs/background-cell-login.jpg);
        background-size: auto;
        font-family: "Tangerine", sans-serif;
    }

    .register-cell-container{/*Alterado para visibilidade 0 ao carregar a pagina*/
        visibility: hidden;
        opacity: 0%;
        position: absolute;
        padding-right: 25px;
    }

    .lost-pass-cell-container{ /*Alterado para visibilidade 0 ao carregar a pagina*/
        visibility: hidden;
        opacity: 0%;
        padding-top: 20px;
        padding-right: 25px;
    }

    .login-cell-container{
        position: absolute;
        z-index: 10;
        padding-right: 25px;
    }

    .container{
        z-index: -10;
        display: none;
    }
    .container-login-cell{
        z-index: 20;
        width: 90%;
        /*min-height: 360px;*/
        height: -webkit-fill-available;
        border: 2px solid #000;
        border-radius: 80px 0px 80px 0px;
        color: #fff;
        background-color: rgba(255,255,255,0.94);
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        padding: 25px 28px;
        height: 80%;
        justify-content: center;
        align-content: center;
        align-items: center;
        overflow: scroll;
    }

    .fb-login-button{
        text-align: center;
        padding: 8px;
    }

    .logo-cell{
        text-align: center;
    }

    .title-login-cell {
        margin: 10px 0px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        font-size: 18px;
        color: black;
        font-weight: 600;
    }

    .container-login-cell p {
        margin: 0;
        padding: 0;
        font-weight: bold;
    }


    .container-login-cell input {
        width: 100%;
        margin-bottom: 12px;
        border: none;
        border-bottom: 1px solid gray;
        background: transparent;
        outline: none;
        height: 50px;
        color: black;
        font-size: 18px;
    }

    .container-login-cell input[type="submit-cel"] {
        border: none;
        outline: none;
        margin-top: 25px;
        margin-bottom: 25px;
        height: 35px;
        color: #000;
        background: #fff;
        border-radius: 20px;
        transition: 0.2s;
        text-align: center;
        font-weight: 700;
    }

    .container-login-cell input[type="submit-cel"]:hover {
        cursor: pointer;
        background: #097720;
        transition: 0.2s;
    }

    .container-login-cell a {
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        transition: 0.2s;
        letter-spacing: 1px;
    }

    .container-login-cell a:hover {
        transition: 0.2s;
        color: #097720;
    }

    .btn-cell {
        width: 100%;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 14px;
        font-weight: 600;
        font-size: 16px;
        background: #263882;
    }

    .btn-cell:hover {
        color: #fff;
        background-color: green;
    }

    .register-cell-container .flex {
        display: flex;
    }

    /*Checkbox*/
    .check{
        display: none;
    }

    .check + label:before {

        content: '';
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
        background: #627c93;
        border-radius: 50%;
        margin-right: 5px;
    }

    .check:checked + label:before {
        background: green;
    }


    /*Transições js*/

    .teste-cell-js .login-cell-container{

        visibility: hidden;
        z-index: -10;
    }
    .teste-cell-js .lost-pass-cell-container{
        visibility: hidden;
        z-index: -10;
    }
    .teste-cell-js .register-cell-container{
        visibility: visible;
        opacity: 100%;
        z-index: 12;
    }
    .teste-cell-js .fb-login-button{
        display: none;
        opacity: 0%;
        z-index: -10;
    }


    .pass-cell-js .login-cell-container{
        visibility: hidden;
        z-index: -10;
    }
    .pass-cell-js .lost-pass-cell-container{
        visibility: visible;
        opacity: 100%;
        z-index: 12;
    }
    .pass-cell-js .register-cell-container{
        visibility: hidden;
        z-index: -10;
    }
    .pass-cell-js .fb-login-button{
        display: none;
        opacity: 0%;
        z-index: -10;
    }


    .login-cell-js .login-cell-container{
        visibility: visible;
        opacity: 100%;
        z-index: 12;
    }
    .login-cell-js .lost-pass-cell-container{
        visibility: hidden;
        z-index: -10;
    }
    .login-cell-js .register-cell-container{
        visibility: hidden;
        z-index: -10;
    }
    .login-cell-js .fb-login-button{
        display: table;
        opacity: 100%;
        z-index: 12;
    }


    .teste2-cell-js .login-cell-container{

        visibility: hidden;
        z-index: -10;
    }
    .teste2-cell-js .lost-pass-cell-container{
        visibility: hidden;
        z-index: -10;
    }
    .teste2-cell-js .register-cell-container{
        visibility: visible;
        opacity: 100%;
        z-index: 12;
    }
    .teste2-cell-js .fb-login-button{
        display: none;
        opacity: 0%;
        z-index: -10;
    }


    .login2-cell-js .login-cell-container{
        visibility: visible;
        opacity: 100%;
        z-index: 12;
    }
    .login2-cell-js .lost-pass-cell-container{
        visibility: hidden;
        z-index: -10;
    }
    .login2-cell-js .register-cell-container{
        visibility: hidden;
        z-index: -10;
    }
    .login2-cell-js .fb-login-button{
        display: table;
        opacity: 100%;
        z-index: 12;
    }

}

/*Login Desktop*/

@media(min-width: 761px)
{

    #confirmar_cell{
        display: none;
    }

    .container-login-cell{
        display: none;          /*Adicionada função para não exibir o container do celular no desktop*/
    }

    body {
        font-family: 'Open Sans', sans-serif;
    }

    .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;

        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        /*background-image: url(https://www.app.bbcloud.com.br/public/assets/imgs/background-desktop-login.jpg);*/
        background-size: cover;
    }


    .row:before,
    .row:after{
        content: "";
        display: table;
    }

    .row:after{
        clear: both;
    }

    .content {
        background-color: #fff;
        border-radius: 15px;
        width: 100%;
        max-width: 1200px;
        height: 60%;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .content::before {
        content: "";
        position: absolute;
        background-color: #073650;
        width: 40%;
        height: 100%;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        left: 0;
    }
    .title {
        font-size: 24px;
        font-weight: bold;
        text-transform: capitalize;
    }
    .title-primary {
        color: #fff;
        padding-bottom: 20px;
    }
    .title-second {
        color: #263882;
    }
    .description {
        font-size: 14px;
        font-weight: 300;
        line-height: 25px;
    }
    .description-primary {
        color: #fff;
        letter-spacing: 1px;
    }
    .description-second {
        color: #7f8c8d;
    }
    .description-copy{
        color: #fff;
        padding-top: 22px;
    }
    .btn {
        border-radius: 15px;
        text-transform: uppercase;
        color: #fff;
        font-size: 10px;
        padding: 10px 50px;
        cursor: pointer;
        font-weight: bold;
        align-self: center;
        border: none;
        margin-top: 1rem;
    }
    .btn-primary {
        background-color: transparent;
        border: 1px solid #fff;
        transition: background-color .5s;
    }
    .btn-primary:hover {
        background-color: #fff;
        color: #263882;
    }
    .btn-second {
        background-color: #d96411;
        border: 1px solid #d96411;
        transition: background-color .5s;
    }
    .btn-second:hover {
        background-color: #fff;
        border: 1px solid #d96411;
        color: #d96411;
    }
    .first-content {
        display: flex;
    }
    .first-content .second-column {
        z-index: 11;
    }
    .first-column {
        text-align: center;
        width: 40%;
        z-index: 10;
    }
    .second-column {
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fb-login-button{
        text-align: center;
        padding: 8px;
    }
    .fb-button{
        text-align: center;
        display: block;
    }


    .form {
        display: flex;
        flex-direction: column;
        width: 55%;
    }
    .form input {
        height: 40px;
        width: 100%;
        border: none;
        background-color: #ecf0f1;
    }
    input:-webkit-autofill
    {
        -webkit-box-shadow: 0 0 0px 1000px #ecf0f1 inset !important;
        -webkit-text-fill-color: #000 !important;
    }
    .label-input {
        background-color: #ecf0f1;
        display: flex;
        align-items: center;
        margin: 4px;
    }
    .label-input-terms{
        background-color: #ecf0f1;
        align-items: center;
        margin: 4px;
        font-size: 14px;
        color: black;
        font-weight: 500;
    }
    .terms{
        color: #2c449b;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .icon-modify {
        color: #263882;
        padding: 0 5px;
    }

    /* second content*/

    .second-content {
        position: absolute;
        display: flex;
    }
    .second-content .first-column {
        order: 2;
        z-index: -1;
    }
    .second-content .second-column {
        order: 1;
        z-index: -1;
    }
    .password {
        color: #263882;
        font-size: 14px;
        margin: 15px 0;
        text-align: center;
    }
    .password::first-letter {
        text-transform: capitalize;
    }

    .label-input-box{
        background-color: #ecf0f1;
        display: flex;
        align-items: center;
        margin: 2px;
        justify-items: center;
    }

    input[type='checkbox'] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    input[type='checkbox'] + label {
        position: relative;
        cursor: pointer;
        padding-left: 30px;
    }

    input[type='checkbox'] + label::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        bottom: 0;
        border: solid 2px;
        vertical-align: bottom;
    }

    input[type='checkbox']:checked + label::after {
        content: '';
        position: absolute;
        left: 10px;
        bottom: 7px;
        width: 10px;
        height: 20px;
        border-right: solid 3px green;
        border-bottom: solid 3px green;
        transform: rotate(45deg);
    }


    /* lost content*/

    .lost-content {
        position: absolute;
        display: flex;
    }
    .lost-content .first-column {
        order: 2;
        z-index: -1;
    }
    .lost-content .second-column {
        order: 1;
        z-index: -1;
    }

    /*Checkbox*/
    .check{
        display: none;
    }

    .check + label:before {

        content: '';
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        background: #fff;
        border-radius: 50%;
        margin-right: 5px;
    }

    .check:checked + label:before {
        background: #fff;
    }


    /*Botão Experimente*/
    .sign-in-js .first-content .first-column {
        z-index: -1;
    }

    .sign-in-js .second-content .second-column {
        z-index: 11;
    }
    .sign-in-js .second-content .first-column {
        z-index: 13;
    }

    .sign-in-js .content::before {
        left: 60%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        animation: slidein 1s;

        z-index: 12;
    }

    /*Botão Perdeu Senha*/
    .lost-pass-js .first-content {
        z-index: -1;
    }

    .lost-pass-js .lost-content {
        z-index: 12;
    }
    .lost-pass-js .lost-content .first-column {
        z-index: 13;
    }

    .lost-pass-js .content::before {
        left: 60%;
        border-top-left-radius: 0;


        border-bottom-left-radius: 0;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        animation: slidein 1s;

        z-index: 12;
    }

    /*Botão Acessar (Tela lost)*/
    .back-pass-js .content::before {
        animation: slideout 1s;

        z-index: 12;
    }

    .back-pass-js .lost-content .first-column,
    .back-pass-js .lost-content .second-column {
        z-index: -1;
    }

    .back-pass-js .first-content .second-column {
        z-index: 11;
    }

    .back-pass-js .first-content .first-column {
        z-index: 13;
    }

    /*Botão Acessar (Tela2)*/
    .sign-up-js .content::before {
        animation: slideout 1s;

        z-index: 12;
    }

    .sign-up-js .second-content .first-column,
    .sign-up-js .second-content .second-column {
        z-index: -1;
    }

    .sign-up-js .first-content .second-column {
        z-index: 11;
    }

    .sign-up-js .first-content .first-column {
        z-index: 13;
    }


    /* DESLOCAMENTO CONTEÚDO ATRÁS DO CONTENT:BEFORE*/
    .sign-in-js .first-content .second-column {

        z-index: -1;
        position: relative;
        animation: deslocamentoEsq 1s;
    }

    .lost-pass-js .first-content .second-column {

        z-index: -1;
        position: relative;
        animation: deslocamentoEsq 1s;
    }

    .sign-up-js .second-content .second-column {
        position: relative;
        z-index: -1;
        animation: deslocamentoDir 1s;
    }

    .back-pass-js .lost-content .second-column {
        position: relative;
        z-index: -1;
        animation: deslocamentoDir 1s;
    }


    /*ANIMAÇÃOO CSS PARA O CONTEÚDO*/

    @keyframes deslocamentoEsq {

        from {
            left: 0;
            opacity: 1;
            z-index: 12;
        }

        25% {
            left: -80px;
            opacity: .5;
        }

        50% {
            left: -100px;
            opacity: .2;
        }

        to {
            left: -110px;
            opacity: 0;
            z-index: -1;
        }
    }


    @keyframes deslocamentoDir {

        from {
            left: 0;
            z-index: 12;
        }

        25% {
            left: 80px;
        }

        50% {
            left: 100px;
        }

        to {
            left: 110px;
            z-index: -1;
        }
    }


    /*ANIMAÇÃO CSS*/

    @keyframes slidein {

        from {
            left: 0;
            width: 40%;
        }

        to {
            left: 60%;
            width: 40%;
        }
    }

    @keyframes slideout {

        from {
            left: 60%;
            width: 40%;
        }

        to {
            left: 0;
            width: 40%;
        }
    }

    .logo-big{
        width: 250px;
        background-color: white;
        border-radius: 23px;
        padding: 15px;
    }

}

/*Mensagens de sucesso e erro*/
.mensagem {
    transition: all 0.52s;
    border: #777 solid 1px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.52);
    position: fixed;
    top: -150px;
    width: 50%;
    padding: 25px 0;
    text-align: center;
    left: 25%;
    opacity: 0;
    z-index: 50;
}

#mensagem-sucess{
    background-color: green;
    color: honeydew;
}

#mensagem-sucess.ver {
    top: 75px;
    opacity: 1;
}

#mensagem-error{
    background-color: red;
    color: honeydew;
}

#mensagem-error.ver{
    top: 75px;
    opacity: 1;
}

#mensagem-sucess2{
    background-color: green;
    color: honeydew;
}

#mensagem-sucess2.ver {
    top: 75px;
    opacity: 1;
}

#mensagem-error2{
    background-color: red;
    color: honeydew;
}

#mensagem-error2.ver{
    top: 75px;
    opacity: 1;
}

#mensagem-sucess3{
    background-color: green;
    color: honeydew;
}

#mensagem-sucess3.ver {
    top: 75px;
    opacity: 1;
}

#mensagem-error3{
    background-color: red;
    color: honeydew;
}

#mensagem-error3.ver{
    top: 75px;
    opacity: 1;
}
.item.bad .alert{
    display: none
}


.item.bad{
    border:1px solid #CE5454;
    box-shadow:0 0 4px -2px #CE5454;
    position:relative;
    left:0;
    -moz-animation:.7s 1 shake linear;
    -webkit-animation:0.7s 1 shake linear;
}
