@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap";

:root {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: inherit;
}

a:hover {
    text-decoration: none;
}

button:focus,
button:active {
    outline: 0;
}

/* LOGIN */
.bt-clean-white {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;

    padding: 10px 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    background-color: transparent;
}

/* DESKTOP */
@media only screen and (min-width: 992px) {
    .fundo_mobile,
    .logintextomobile,
    .login__block-text,
    footer.visible-mobile {
        display: none;
    }

    .fundo_desktop,
    .texto_desktop {
        display: block;
        background-size: 100%;
    }

    .login {
        display: flex;
        padding: 0;
    }

    .login-bg {
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        content: " ";
        background-position: center top;
        background-size: cover;
        -o-background-size: cover !important;
        -moz-background-size: cover !important;
        -webkit-background-size: cover !important;
    }
    .login-bg::after {
        position: absolute;
        width: 100%;
        height: 100vh;
        opacity: 0.5;
        background-color: #191d21;
        content: " ";
    }

    .login__block-logo {
        padding: 15% 0 0 10%;
    }
    .login__block-logo img {
        width: 30%;
        height: auto;
    }
    .login__block-text {
        color: #fff;
        clear: both;
        padding: 5% 0 0 10%;
        letter-spacing: .15em;
    }

    .login__text-titaan {
        font-size: 90px;
    }
    .login__text-two {
        font-size: 70px;
    }
    .login__text-three {
        font-size: 60px;
    }
    .login__text--blue {
        color: #7CCEFF;
        font-weight: 600;
    }

    .login__right {
        display: grid;
        align-items: center;
        background-color: #15181B80;
        border-left: solid 12px #15181B1A;
    }

    .login__access {
        font-size: 2em;
        font-weight: bold;
        color: #fff;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .login__form-input {
        width: 55%;
        margin: 0 auto;
    }

    .login__input-wrap {
        display: flex;
        align-items: center;
    }
    .login__input-error {
        height: 30px;
        font-size: 0.8em;
        font-weight: normal;
        color: #FFCC00;
    }
    
    .login__bt-entrar-wrap {
        margin-bottom: 25px;
    }

    .login__icon-col {
        width: 0;
        margin-right: 10px;
        display: inline-block;
        position: relative;
        left: -45px;
    }
    .login__input-col {
        width: 100%;
        display: inline-block;
    }
    .login__password-col {
        width: 0;
        position: relative;
        left: -45px;
    }

    .login__icon {
        height: 48px;
        width: 48px;
        border-radius: 50%;
        background-color: #003d64;
        text-align: center;
        display: grid;
        align-items: center;
        justify-content: center;
    }
    .login__icon .fa {
        font-size: 1.5em;
        color: #fff;
    }

    .login__input {
        font-size: 14px;
        height: 45px;
        width: 100%;
        padding: 0 20px;
        border: 0;
        border-radius: 45px;
        background-color: #D0DDF3;
        color: #868686;
    }

    .icon-input-show-password {
        border: 0;
        background: none;
        position: relative;
        z-index: 1;
    }
    .icon-input-show-password .fa {
        font-size: 1em;
        color: #868686;
        cursor: pointer;
    }

    .login__link-politica-wrap,
    .login__link-forgot-password-wrap {
        margin-bottom: 20px;
    }
    .login__link-conhecer-wrap,
    .login__link-politica-wrap > a,
    .login__link-forgot-password-wrap > a {
        font-weight: bold;
        color: #FFF;
    }
    .login__link-conhecer-wrap {
        margin-top: 40px;
    }

    /* MODAL RECUPERAR SENHA */
    #recuperar-senha {
        padding: 0 !important;
    }
    #recuperar-senha div.modal-content {
        width: 70%;
        padding: 20px;
        margin: 0 auto;
    }
    #recuperar-senha div.modal-header,
    #recuperar-senha div.modal-footer {
        border: none;
        padding: 0;
    }
    #recuperar-senha div.modal-footer button.recuperar-senha {
        margin: 0 auto;
    }
    #recuperar-senha i.fa-times {
        color: #808080;
    }

    /* MODAL ENTRE EM CONTATO */
    #modalcontato {
        padding: 0 !important;
    }
    #modalcontato div.modal_aling {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #modalcontato div.modal-content {
        width: 80%;
        padding: 0;
        margin: 0 auto;
    }
    #modalcontato div.titlewindow {
        padding: 15px 10px;
    }

    /* FOOTER */
    .footer {
        height: 45px;
        width: 100%;
        background-color: #fff;
        color: #868686;
        position: fixed;
        z-index: 2;
        bottom: 0;

        display: flex;
        align-items: center;
    }

    .footer__copyright {
        padding-left: 30px;
        flex-grow: 1;
    }

    .footer__social-media {
        font-size: 2em;
        padding-right: 20px;
        border-right: 1px solid #e5e5e5;
    }
    .footer__social-media > div {
        opacity: 60%;
        display: inline-block;
    }
    .footer__social-media > div:first-child {
        padding-right: 1rem;
    }

    .footer__developed {
        padding: 0 30px 0 10px;
    }
    .footer__developed > span {
        padding: 0 10px;
    }
}

/* MOBILE E TABLET */
@media only screen and (max-width: 991px) {
    .fundo_desktop,
    .texto_desktop,
    footer.invisible-mobile {
        display: none;
    }

    .fundo_mobile {
        display: block;
        background-size: 100%;
    }

    .login__link-politica {
        color: #FFF;
    }
    
    .logintextomobile {
        padding: 25px 10px;
        position: relative;
        background: #15181B4D;
    }
    .logintextomobile > p {
        font-size: 1.2em !important;
        color: #FFF;
        margin: 0;
    }

    .login {
        padding: 10vh 0;
    }

    .login-bg {
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        content: " ";
        background-position: center top;
        background-size: cover;
    }
    .login-bg::after {
        position: absolute;
        width: 100%;
        height: 100vh;
        opacity: 0.5;
        background-color: #191d21;
        content: " ";
    }

    .login__block-logo {
        text-align: center;
    }
    .login__block-logo img {
        width: 30%;
        height: auto;
    }
    .login__block-text {
        color: #fff;
        clear: both;
        padding: 5% 0 0 10%;
        letter-spacing: 0.05em;
    }

    .login__text-titaan {
        font-size: 90px;
    }
    .login__text-two {
        font-size: 70px;
    }
    .login__text-three {
        font-size: 60px;
    }
    .login__text--blue {
        color: #7CCEFF;
        font-weight: 600;
    }

    .login__right {
        display: grid;
        align-items: center;
    }

    .login__access {
        font-size: 2em;
        font-weight: bold;
        color: #fff;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .login__form-container {
        margin: 30px 0;
    }
    .login__form-input {
        width: 55%;
        margin: 0 auto;
    }
    .login__link-politica-wrap {
        font-weight: bold;
        color: #FFF;
    }
    .login__link-conhecer-wrap {
        font-weight: bold;
        color: #FFF;
        margin-top: 20px;
    }

    .login__input-wrap {
        display: flex;
        align-items: center;
    }
    .login__input-error {
        height: 30px;
        font-size: 0.8em;
        font-weight: normal;
        color: #FFCC00;
    }
    .login__bt-entrar-wrap {
        margin-bottom: 25px;
    }

    .login__icon-col {
        width: 0;
        margin-right: 10px;
        display: inline-block;
        position: relative;
        left: -45px;
    }
    .login__input-col {
        width: 100%;
        display: inline-block;
    }
    .login__password-col {
        width: 0;
        position: relative;
        left: -45px;
    }

    .login__icon {
        height: 48px;
        width: 48px;
        border-radius: 50%;
        background-color: #003d64;
        text-align: center;
        display: grid;
        align-items: center;
        justify-content: center;
    }
    .login__icon .fa {
        font-size: 1.5em;
        color: #fff;
    }

    .login__input {
        font-size: 14px;
        height: 45px;
        width: 100%;
        padding: 0 20px;
        border: 0;
        border-radius: 45px;
        background-color: #D0DDF3;
        color: #868686;
    }

    .icon-input-show-password {
        border: 0;
        background: none;
        position: relative;
        z-index: 1;
    }
    .icon-input-show-password .fa {
        font-size: 1.5em;
        color: #868686;
        cursor: pointer;
    }

    /* MODAL RECUPERAR SENHA */
    #recuperar-senha {
        padding: 0 !important;
    }
    #recuperar-senha div.modal-content {
        width: 96%;
        padding: 10px;
        margin: 0 auto;
    }
    #recuperar-senha div.modal-header,
    #recuperar-senha div.modal-footer {
        border: none;
        padding: 0;
    }
    #recuperar-senha div.modal-footer button.recuperar-senha {
        margin: 0 auto;
    }
    #recuperar-senha i.fa-times {
        color: #808080;
    }

    /* MODAL ENTRE EM CONTATO */
    #modalcontato {
        padding: 0 !important;
    }
    #modalcontato div.modal_aling {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #modalcontato div.modal-content {
        width: 96%;
        padding: 0;
        margin: 0 auto;
    }
    #modalcontato div.titlewindow {
        padding: 15px 10px;
    }

    body {
        overflow-y: auto;
    }
    .visible-desktop {
        display: none;
    }
    .login__right{
        width: 70%;
        margin: 0 auto;
    }
    .login__content{
        width:100%;margin:auto auto;
    }
    .login__column-two__content {
        top: 35% !important;
    }
    .login__column-two {
        height: auto !important;
        margin: 0 auto;
        padding-bottom: 12%!important;
    }
    #usuarionaoencontrado,#emailenviadousuario{
        margin: 1.5rem !important;
        width: auto !important;
        left: auto !important;
        right: auto !important;
    }
    .footer__copyright{
        padding-top: 8px !important;
    }
    .login__block-text p {
        font-size:18px !important;
    }
    .login__bt-entrar-wrap{
        margin-top:0.5rem;
    }
    .login__link-forgot-password-wrap > a{
        font-weight: bold;
        color: #fff;
        display: block;
    }
    .login__form-input{
        width: 100%;
        margin: auto;
    }
    footer {
        position: relative;
        bottom: 0;
        left: 0;
        height: 130px;
        width: 100%;
        background-color: #fff;
        margin-top: 0;
        font-size: 12px
    }
    .footer {
        text-align: left;
        padding-top: 20px
    }
    .footer__social-media .d-flex,
    .footer__block-one {
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer__developed {
        padding-top: 0;
        margin-right: 0;
        width: 50%
    }
    .footer__developed img {
        float: none
    }
    .footer__social-media {
        width: 45%
    }
    .footer__social-media > span,
    .footer__developed > span {
        display: inline-block;
        width: 100%;
        padding-bottom: 0.5rem
    }
    .footer__developed > span {
        padding-right: 0;
    }
    .footer__social-media {
        border-right: none;
        border-left: 1px solid #e5e5e5;
        margin-top: 0;
        margin-right: 0;
        padding-left: 0;
        padding-top: 0;
    }
    .footer__social-media a {
        height: auto;
        display: inline-block;
    }
    .footer__social-media .fab {
        font-size: 30px;
        letter-spacing: .5em;
    }
    .footer__copyright {
        margin-left: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
        letter-spacing: .05em;
    }
    .footer__copyright, .footer__developed {
        font-size: 12px;
    }
    body {
        background: none !important;
        font-size: 12px;
    }
}
