﻿.container {
    max-width: 830px;
}

.web-home {
    display: none;
}

/*region footer*/

.web-footer {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #F9F8F8;
    position: absolute;
    height: 59px;
    height: 3.688rem;
    width: 100%;
    color: #E4002B;
    border-top: 1px solid #DADADA;
    bottom: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.footer-container {
    display: flex;
    align-items: center;
    width: 830px;
    height: 100%;
}

.footer-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tenda-direitos {
    display: inline-block;
    margin: auto;
    margin-left: 10px;
}

.icone-tenda-footer {
    width: 29px;
    height: 24px;
    content: url('../svg/icon-tenda.svg');
}

/*region footer*/

.web-header-menu {
    display: none;
}

.icon-voltar {
    content: url('../svg/icon-back-circle.svg');
}

.icon-logo {
    content: url('../svg/icon-tenda.svg');
}

@media(min-width: 800px) {
    .margin-left-informacao-modal {
        margin-left: 185px;
    }
    
    #cadastro-senha .input-azul::-webkit-input-placeholder {
        color: var(--azul-tenda) !important;
    }

    .web-footer {
        display: flex;
    }


    /*region header*/
    .header-container-cadastro {
        background-color: var(--vermelho-tenda);
        height: 179px;
        height: 11.188rem;
    }

        .header-container-cadastro > .header-voltar {
            margin-top: 27px !important;
            margin-top: 1.688rem !important;
        }

    .icon-voltar {
        content: url(../svg/icon-back-circle-white2.svg);
    }

    .icon-logo {
        content: url('../svg/logo-tenda2.svg');
    }
    /*region header*/


    /*#region Box*/
    .box-cadastro {
        border-radius: 20px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.38);
        padding: 1.5rem 5.125rem !important;
        background-color: #ffffff;
        position: relative;
        bottom: 47px;
        bottom: 2.938rem;
        min-height: 350px;
        min-height: 21.875rem;
    }

        .box-cadastro.box-m-verificada {
            padding: 2rem 10.250rem !important;
        }

        .box-cadastro.box-indicacao {
            padding: 1.5rem 3.875rem !important;
        }

    .box-text-center {
        text-align: center;
    }

    .title-box {
        text-align: center;
    }

        .title-box .title {
            font-size: 28px;
            font-size: 1.75rem;
            font-weight: 900;
        }

    .body-box {
        display: flex;
        flex-direction: column;
    }

    .subtitle-box {
        display: initial !important;
        font-size: 18px;
        font-size: 1.125rem;
    }

    .box-mt-header {
        margin-top: 90px !important;
        margin-top: 5.625rem !important;
        padding: 0px !important;
    }

    .box-mt-subheader {
        margin-top: 70px !important;
        margin-top: 4.375rem !important;
        padding: 0px !important;
    }

    .box-m-bt-token {
        margin: 32px 146px 0px !important;
        margin: 2rem 9.125rem 0rem !important;
    }

    .box-m-token {
        margin: 90px 94px 24px !important;
        margin: 5.625rem 5.875rem 1.5rem !important;
        padding: 0px !important;
    }

    .box-container {
        background-color: #ffffff;
        position: relative;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.38);
        border-radius: 20px;
        width: 830px;
        max-width: 830px;
        margin-left: auto;
        margin-right: auto;
        bottom: 47px;
        bottom: 2.938rem;
    }

    .box-voltar {
        display: flex;
        align-items: baseline;
        padding: 24px 0px 0px 32px;
    }
    /*#region Box*/

    /*#region Menu*/

    .web-header-menu {
        display: flex;
        z-index:10;
        position: relative;
        width: 100%;
        top: 0px;
        border-radius: 0px;
        background-color: #E4002B;
        filter: drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.25));
    }
    .web-header-sub-menu {
        position: relative;
        height: 70px;
        background-color: #E4002B;
    }

    .web-menu {
        display: flex;
        width: 785px;
        margin: auto;
        height: 89px;
        justify-content: space-between;
        margin-top: 20px;
    }

    .menu-logo-square {
        display: flex;
        width: 101px;
        width: 6.313rem;
        height: 93px;
        height: 5.75rem;
        position: relative;
        top: 0px;
        border-radius: 0px;
        background-color: #E4002B;
    }

    #menu-triangle {
        display: none;
        width: 0;
        height: 0;
        border-top: 7px solid black;
        border-right: 6.5px solid transparent;
        position:relative;
        top:85px;
    }

    .web-menu-itens {
        width: 100%;
        display: flex;
        margin-left: 15px;
        margin-top: 8px;
    }

        .web-menu-itens div {
            display: flex;
        }

    .web-home-icon-link {
        width: 69px;
        width: 4.313rem;
        height: 56px;
        height: 3.5rem;
        margin: auto;
        margin-top: 10px;
    }

    .web-menu-itens .icones-menu {
        display: block;
        filter: invert(54%) sepia(91%) saturate(614%) hue-rotate( 8deg ) brightness(104%) contrast(101%);
    }

    .web-menu-item {
        margin: 10px 19px;
        width: 100px;
    }

        .web-menu-item:first-child {
            width: auto;
        }


    .web-menu-text {
        color: white;
        margin-top: 5px;
    }

    .active-item div.web-menu-text {
        border-bottom: white 2px solid;
        font-weight: bold;
        padding-bottom: 5px;
    }

    /*#region Menu*/

    /*#region Home*/

    .web-home {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(180deg, rgba(0, 62, 98, 0) 0%, rgba(0, 62, 98, 0.9) 100%), url('../img/bg-foto-familia.jpg');
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: absolute;
        animation-name: home-background-change;
        animation-duration: 50s;
        animation-iteration-count: infinite;
        animation-timing-function: steps(1, start);
    }

    @keyframes home-background-change {
        0% {
            background-image: linear-gradient(180deg, rgba(0, 62, 98, 0) 0%, rgba(0, 62, 98, 0.9) 100%), url('../img/bg-foto-familia.jpg');
        }

        20% {
            background-image: linear-gradient(180deg, rgba(0, 62, 98, 0) 0%, rgba(0, 62, 98, 0.9) 100%), url('../img/bg-crianca-pisando-sofa.png');
        }

        40% {
            background-image: linear-gradient(180deg, rgba(0, 62, 98, 0) 0%, rgba(0, 62, 98, 0.9) 100%), url('../img/bg-garoto.jpg');
        }

        60% {
            background-image: linear-gradient(180deg, rgba(0, 62, 98, 0) 0%, rgba(0, 62, 98, 0.9) 100%), url('../svg/bg-ilustra-amigos.svg');
        }

        80% {
            background-image: linear-gradient(180deg, rgba(0, 62, 98, 0) -27.48%, rgba(17, 68, 164, 0.76) 43.97%), url('../svg/bg-ilustra-amigos-churrasqueira.svg');
        }
    }

    .web-home-content {
        width: 630px;
        height: auto;
        display: block;
        position: absolute;
        margin-top: 50px;
    }

    .web-home-text {
        display: block;
        margin-top: 16px;
        text-align: center;
        color: white;
        font-weight: bold;
        font-size: 16px;
    }

        .web-home-text:first-child {
            font-size: 28px;
        }

    /*#region Home*/

    /*#region BarraDivulgueLink*/
    .barra-divulgue-link {
        bottom: 0px;
        position: fixed;
        /*z-index: 1000;*/
        width: 100%;
        height: 59px;
    }

    .divulgue-seu-link {
        display: flex;
        background-color: var(--azul-tenda);
        align-items: baseline;
        justify-content: space-evenly;
    }
    /*#region BarraDivulgueLink*/

    .anchor-up-button {
        display: flex;
        width: 47.5px;
        height: 47.5px;
        border-radius: 50%;
        background-color: var(--vermelho-tenda);
        align-items: center;
        justify-content: center;
    }

        .anchor-up-button img {
            transform: rotate( 180deg );
            height: 19px;
        }

    .indicacao-banner {
        position: unset;
        padding: 0px;
    }

        .indicacao-banner > div > img {
            width: 98px;
            height: 98px;
            top: -49px;
            left: calc(50% - 49px);
        }

    .btn-md-50 {
        width: 50%;
    }

    .arrow-topo {
        padding-top: 3rem;
        padding-bottom: calc(2rem + 59px);
    }

    /*ConclusaoIndicacao(Indicacao)*/

    .conclusao-indicacao {
        background-image: url('../img/foto-apartamento-2.png');
        /*background-size: cover;*/
        min-height: 450px;
        position: relative;
        height: unset;
        align-items: center;
        box-shadow: unset;
        padding-top: 79px;
        padding-bottom: 5px;
        margin-top: 28px;
    }

    .box-conclusao {
        border-radius: 20px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.38);
        /*padding: 1.5rem 5.125rem !important;*/
        background-color: #ffffff;
        position: relative;
        min-height: 350px;
        min-height: 21.875rem;
    }

    .font-md-58 {
        font-size: 58px !important;
    }

    .font-md-40 {
        font-size: 40px !important;
    }

    .white-bottom-banner {
        min-width: 360px;
    }
    /*ConclusaoIndicacao(Indicacao)*/
    .img-passo-3 {
        height: 312px;
    }

    .img-passo-2 {
        height: 350px;
    }

    .envio-email img {
        width: auto;
        max-height: 230px;
        margin-top: auto;
    }

    .senha-recuperada {
        margin-top: 0px;
    }

    .dropdown.show {
        background-color: white;
        margin-top: 0px;
    }

    .dropdown-menu.show {
        background-color: white !important;
        display: block;
        /*margin-left: -102px !important;
        margin-left: -6.375rem !important;*/
        top: -3px !important;
    }
    .dropdown-menu {
        border: none;
        border-radius: 0rem 0rem 0.625rem 0.625rem;
    }
        .dropdown-menu .dropdown-item {
            color: var(--azul-tenda);
        }

    .dropdown.show .web-menu-text {
        color: var(--vermelho-tenda) !important;
        /*border-bottom: 2px solid;
        font-weight: bold;
        padding-bottom: 5px;*/
    }
}
