﻿
/* LAYOUT HUB inicio */

.form-container {
    position: fixed;
    display: flex;
    width: 500px;
    height: 100%;
    z-index: 1;
    right: 0;
}

.box-cor {
    height: 10px;
    margin: 0;
    overflow: hidden;
    border: 0;
    padding: 0;
    display: flex;
    vertical-align: top;
    z-index: 9999;
}

    .box-cor .box {
        background: blue;
        height: 100%;
        display: inline-block;
        border: 0;
        margin: 0px;
        padding: 0px;
        width: calc(100% / 5);
    }

    .box-cor > .box:nth-child(1) {
        background-color: #472981;
    }

    .box-cor > .box:nth-child(2) {
        background-color: #f29438;
    }

    .box-cor > .box:nth-child(3) {
        background-color: #fcc931;
    }

    .box-cor > .box:nth-child(4) {
        background-color: #17aba6;
    }

    .box-cor > .box:nth-child(5) {
        background-color: #5eae39;
    }

.rounded-8 {
    border-radius: 8px !important;
}

.conteudo {
    margin: 0;
    background-color: white;
    box-shadow: 3px -3px 10px 0 #17a2b8;
}

.banner-ab {
    position: fixed;
    width: calc(100% - 500px);
    height: 100%;
}

    .banner-ab img.img-banner {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.espaco-box {
    padding: 40px 60px;
    overflow: auto;
    height: 100%;
}

.input-login {
    border-color: #0094ff !important;
}

.titulo-form {
    color: #f29438;
    font-size: 35px;
    margin-bottom: 50px;
}

.texto-form {
    border: 1px solid #f29438;
    padding: 12px 15px;
    border-radius: 8px;
    color: #1b1d1f;
    font-size: 14px;
}

.modalEsqueciLogin {
    border-radius: 16px;
}

@media (max-width: 1400px) {
    .banner-ab {
        width: calc(100% - 35%);
    }
}

@media (max-width: 1200px) {
    .espaco-box {
        padding: 2rem;
    }
}

@media (max-width: 1024px) {
    .form-container {
        width: 268px;
    }

    .banner-ab {
        width: calc(100% - 268px);
    }

    .titulo-form {
        font-size: 25px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1025px) {
    #loginOlho {
        display: flex;
    }

    #loginTitulo {
        display: flex;
    }

    .linhacarrossel {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: none;
    }
}

@media (max-width: 1024px) {
    .form-container {
        width: 100%;
        height: 66vh;
        margin-top: 34vh;
        border-radius: 32px;
        overflow-y: auto;
        max-height: 100%;
    }

    .banner-ab {
        width: 100%;
        height: 50%;
    }

    .titulo-form {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .titulo-laranja {
        font-size: 20px;
    }

    #loginOlho {
        display: none;
    }

    #loginTitulo {
        display: none;
    }

    .linhacarrossel {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
    }

    .box-cor {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
    }

    .espaco-box {
        border-radius: 32px;
    }


    .linkwhatsapp {
        right: 25px !important;
        bottom: 20px !important;
    }
}


/* LAYOUT HUB inicio */
