﻿*:focus, *:active {
    outline: 0 !important;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    background-color: #0c1919;
}

.fa-spin {
    animation: fa-spin 2s infinite ease-in-out !important;
}

.menu {
    background-color: transparent;
    padding: 50px;
    min-width: 100%;
    position: absolute;
    z-index: 999;
}

.logo {
    margin-right: 45px;
}

.logo-life-default img {
    margin-left: 35px;
}

.main-menu {
    display: inline-block;
    position: relative;
    top: calc(50%);
}

    .main-menu ul {
        padding-left: 0px;
        margin-bottom: 0px;
        padding: 33px 0px;
    }

    .main-menu li {
        display: inline;
        list-style: none;
    }

        .main-menu li a {
            transition: all .3s;
            display: inline;
            list-style: none;
            padding: 0px 10px;
            text-decoration: none;
            color: #a2a2a2;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 12px;
        }

            .main-menu li a:hover {
                color: #45888a;
            }

.section-1 {
    width: 100%;
    min-height: 100vh;
}
.section-1-mask {
    background-image: url('../img/background/pexels-mantas-sinkevičius-1106476.jpg');
    background-position-y: -100px;
    background-position-x: -500px;
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
}
.section-1-mask::after {
    content: '';
    background: #141414;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:.9;
}

    .section-1 .row {
        overflow-x:hidden;
    }

    .section-1 .container {
        width: 40%;
    }

.button-custom-default {
    background-color: transparent;
    color: #0a8b67;
    border: 2px solid #0a8b67;
    border-radius: 20px;
    transition: all .5s;
}

    .button-custom-default:hover {
        background-color: rgba(10, 139, 103, 0.40);
        color: white;
        border: 2px solid transparent;
        border-radius: 20px;
        transition: all .5s;
    }

.loading {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border: 3px solid #0a8b67;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.inner-circle-loading {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    background-color: white;
    top: 10px;
}

.bemvindo {
    margin-top: 400px;
    padding: 0px 250px 0px 50px;
}

.bemvindo p {
    color: #b2b2b2;
}

.bemvindo h1 {
    color: white;
    padding: 30px;
    padding-left: 0px !important;
    margin: 0px;
}

.div-alert {
    border: 2px solid white;
    border-radius: 4px;
    margin: 0px 30px;
    padding: 20px;
}

    .div-alert b {
        font-weight: bold !important;
        color: white !important;
    }

    .div-alert ul {
        margin-bottom: 0px;
    }

    .div-alert li {
        color: white;
    }

.login-wrap {
    background-color: #0dc490;
    min-height: 100% !important;
    height: auto;
}

.login {
    background-color: #0dc490;
    display:flex;
    flex-direction:column;
    height: 100vh;
}
.login > div{
    flex:.5;
}
.login h2 {
    color: white;
    padding: 30px;
    margin: 0px;
}
.login > div:first-child {
    display:flex;
    justify-content:flex-end;
    flex-direction:column;
}

.login-input {
    background-color: #0dc490;
    padding: 0px 30px 30px 30px;
    position: relative;
    flex:.5;
}

.form-group {
    margin-bottom: 0px;
}
.btn-custom{
    float:left;
}
.login-input .form-group input {
    border-radius: 0px;
    padding: 20px;
    padding-left: 40px;
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    color: white !important;
}
.login-input label {
    color: white;
    position: absolute;
    top: 12px;
    font-size: 13px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-weight: normal !important;
    left:40px;
}
.focused {
    color: white;
    position: absolute;
    top: 0px !important;
    left: 40px !important;
    font-size: 10px !important;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-weight: normal !important;
}
.focusedCont {
    color: white;
    position: absolute;
    top: 0px !important;
    font-size: 10px !important;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-weight: normal !important;
}
.floating-placeholder {
    color: white;
    position: absolute;
    top: 0px !important;
    left: 40px !important;
    font-size: 10px !important;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-weight: normal !important;
}

.login-input .form-group i {
    color: white;
    position: absolute;
    top: 12px;
    left: 10px;
    font-size: 15px;
    transition: all .5s;
}

.passview {
    position: absolute !important;
    top:0;
    float: right;
    right: 10px;
    left: initial !important;
    cursor: pointer;
}

.login-bottom {
    overflow: auto;
    padding-top: 15px;
}

.btn-custom {
    background-color: white;
    color: #0dc490;
    border: 2px solid #ccc;
    border-radius: 20px;
    width: 100px;
    transition: all .5s;
}

.btn-custom2 {
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
    border: 2px solid transparent;
    border-radius: 20px;
    transition: all .5s;
    margin-left: 10px;
}
.btn-custom2:hover {
    background-color: rgba(0, 0, 0, 0.30);
    color: white;
    border: 2px solid transparent;
    border-radius: 20px;
    transition: all .5s;
}

.btn-custom:hover {
    background-color: #45888a;
    border: 2px solid #356b6c;
}

.recuperar-div {
    transition: all 1s ease-out;
    background-color: #0dc490;
    width: 0%;
    height: 100vh;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
}

.recuperar-div .container {
    padding-top: 200px;
}

.recuperar-div h1 {
    color: white;
    text-align: center;
}

#fa-fechar {
    cursor: pointer;
    transition: all .5s;
}

    #fa-fechar:hover {
        transform: rotate(360deg);
    }

.fa-fechar2 {
    cursor: pointer;
    transition: all .5s;
}

    .fa-fechar2:hover {
        transform: rotate(360deg);
    }

.recuperar-content {
    width: 500px;
    border: 2px solid #2a8a67;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 4px;
    overflow: auto;
}

.recuperar-content h4 {
        color: white;
        text-align: center;
        padding: 15px;
    }
#DivEsquerda{
    position:relative;
    min-height:100vh;
}
.erro-login {
    color: #979797;
    text-align: center;
}
/* The container */
.lblArea {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    font-weight: lighter !important;
}

    .lblArea span {
        bottom: 0px;
    }
    /* Hide the browser's default radio button */
    .lblArea input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.lblArea:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.lblArea input:checked ~ .checkmark {
    background-color: #2a8a67;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.lblArea input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.lblArea .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.recuperar-content .form-group {
    padding: 30px;
}

.recuperar-container {
    transition: all .5s;
    opacity: 0;
}

.plano-div {
    transition: all 1s ease-out;
    background-color: #0dc490;
    width: 0%;
    min-height: 100vh;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
}

    .plano-div .container {
        padding-top: 100px;
    }

    .plano-div h1 {
        color: white;
        text-align: center;
    }

.plano-content {
    width: 600px;
    border: 2px solid #2a8a67;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 4px;
    overflow: auto;
}

    .plano-content h4 {
        color: white;
        text-align: center;
        padding: 15px;
    }

    .plano-content .form-group {
        padding: 30px;
    }

.plano-container {
    transition: all .5s;
    opacity: 0;
    overflow-y:initial;
}

.plano-div .row {
    height: initial;
}

.plano-box {
    border: 2px solid #2a8a67;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.10);
    padding: 6px;
    margin-bottom: 10px;
}
.plano-status {
    width: 10px;
    height: 100%;
    background-color: #00e313;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.txtPlano {
    color: white;
}

#divCodigo {
    position: absolute;
    z-index: 9999;
    background-color: #0dc490;
    top: 0;
    right: 0;
    /*width: 0%;*/
    width: 100%;
    height: 100vh;
    /*transition: all .5s;*/
    float: right;
}
#divCodigo input{
    border-radius: 0px;
    padding: 20px;
    padding-left: 40px;
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    color: white !important;
}
#divCodigo input::placeholder{   
    color: white !important;
}
#divCodigoCont {
    position: relative;
    margin: 0 auto !important;
    top: calc(50%);
    transform: translateY(-50%);
    /*transition:all .5s;*/
}
.default-carousel{
    background-color:#161616;
    color:white;
    position:absolute;
    bottom:10px;
    left:30px;
    width:97%;
}
.default-carousel .owl-item {
    /*height:150px;*/
}
/*Contato*/
.cont-body {
    background-color: #0c1919;
}
.cont-wrap{
    height:100vh;

}
.cont-content {
    width: 100%;
    background-color: #0dc490;
    overflow:auto;
    overflow-x:hidden;
    padding:20px;
    border-radius:4px;
}
.cont-boxlogos {
    display: inline-block;
    position: relative;
    left: calc(50%);
    transform: translateX(-50%);
}
.cont-boxlogos img{
    margin-right:30px;
}
.cont-boxlogos #ImgLogoCliente {
    border-right: 1px solid rgba(88, 88, 88, 0.31);
}
.cont-content h1 {
    color: white;
    text-align:center;
    margin-top:60px;
}
.cont-content h4 {
    color: rgba(88, 88, 88, 0.67);
    text-align: center;
}
.cont-content > .row input,
.cont-content textarea {
    padding: 30px 20px 20px;
    box-shadow:none;
}
.cont-content > .row input,
.cont-content textarea {
    background-color: transparent;
    border: none;
    resize: none;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 0px;
    color: white;
    box-shadow: none;
}
.cont-content textarea {
    transition: all .2s;
    margin-top: 20px;
    padding-top:0px !important;
    padding-bottom:10px !important;
    outline:none;
    box-shadow:none !important;
    height:100px;
}
.cont-content label {
    position: absolute;
    font-weight: normal;
    color: white;
    top: 20px;
    left: 20px;
    transition: all .2s;
}
.cont-content > .row input:focus ~ label {
    top: 10px;
    font-size: 10px;
    color:white;
}
.cont-content textarea:focus ~ label {
    top: -10px;
    font-size: 10px;
    color:white;
}
.cont-focus {
    top: 10px !important;
    left: 20px !important;
    font-size: 10px;
    color:white !important;
}
.cont-textarea-focus {
    top: -10px !important;
    left: 20px !important;
    font-size: 10px;
    color: white !important;
}
.cont-footer {
    background-color: #0c1919;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}
.btns-default-side{
    overflow:hidden;
    float: right;
    display:inline-block;
    position:relative;
}
#btnContato {
    margin-right: 10px;
}

.cor_01 {
    background-color: white;
}
.cor_02 {
    background-color: #9f49e3;
}
.cor_03 {
    background-color: yellow;
}
.cor_04 {
    background-color: #00e313;
}
.cor_05 {
    background-color: #ff0000;
}
.cor_06 {
    background-color: #0e7af1;
}
.cor_07 {
    background-color: #c7c7c7;
}
.cor_08 {
    background-color: #ffb500;
}
.cor_09 {
    background-color: #0dc4b9;
}
.modal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgCarousel{
    width:1100px !important;
}
.owl-item > div{
    overflow: hidden !important;
    position:relative;
    height:100%;
}

/*Responsivo*/
@media screen and (max-width: 1500px) {
    .bemvindo {
        padding-top: 250px;
        margin-top: 0px;
    }
}

/*Tablet*/
@media screen and (max-width: 1024px) {
    body {
        overflow: initial;
        overflow-x: hidden;
    }
    .bemvindo{
        padding-right:50px
    }
    .btn-custom2{
        margin:0px;
        margin-top:10px;
        padding:6px 0px;
    }
    .login-bottom a{
        padding:6px 0px;
        margin-top:10px;
        margin-right:20px !important;
        position:relative;
        top:6px;
    }
    .col-xs-5{
        padding-right:0px;
    }
    .plano-div{
        height:1200px;
    }
    .section-1 .container{
        width:90%;
    }
}

/*Celular*/
@media screen and (max-width: 815px) {
    .wrap{
        overflow:hidden;
    }
    #DivEsquerda {
        display: none;
    }
    .section-1 .row > .col-xs-5{
        width:100% !important;
    }
    #ImgLogoCliente {
        width:250px;
    }
    #ImgLogoLife {
        margin-left: 20px;
        width: 140px;
        margin-right: 0px;
        float: right;
        position: relative;
        right: 50px;
    }
    .logo {
        position: relative;
        margin-top: 10px;
    }
    #BtnRecSenha{
        position:relative;
        right: 0;
        padding-right:0px !important;
    }
    .section-1 .container{
        width:initial !important;
    }
    .recuperar-container {
        margin: 0px;        
    }
    .recuperar-content {
        width: initial !important;
        margin:15px;
    }
    .plano-content{
        width:initial;
    }
    .plano-div h1{
        font-size:30px;
    }
    .recuperar-div h1{
        font-size:30px;
    }
    body {
        overflow: initial;
    }
    .modal .modal-dialog {
        min-width:90%;
    }
}
@media screen and (max-width:515px) {
    #btnContato, #BtnRecSenha {
        float: right;
    }
    #BtnRecSenha {
        margin-top:0px;
    }
    .btns-default-side {
        overflow: hidden;
        float: right;
        display: inline-block;
        max-width: 200px;
    }
    #ImgLogoCliente {
        width: 150px;
    }

    .menu {
        padding: 30px;
        padding-top: 60px;
    }

    #ImgLogoLife {
        width: 100px;
        right: 30px;
    }

    .login-bottom a {
        position: absolute;
        right: 30px !important;
        top: 135px;
        margin: 0 !important;
    }

    .plano-div h1 {
        font-size: 25px;
    }

    .checkmark {
        left: 0 !important;
    }

    .cont-boxlogos img:last-child {
        width: 120px !important;
        float: right;
        margin: 0;
    }

    .cont-content h1 {
        font-size: 25px;
    }
    #ImgLogoLife{
        margin-left:0px;
    }
}
@media screen and (max-height:755px){
    .bemvindo{
        padding-top:180px;
    }
}
@media screen and (max-height:680px) {
    .default-carousel {
        display: none;
    }
}

@media screen and (max-width: 2000px) and (max-height: 785px) {
    .bemvindo {
        padding-top: 0px;
        margin-top: 300px;
    }
}