﻿@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
}

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);

@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url(http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
}

body {
    background: rgb(247 247 247);
}

a {
    color: #0071A7;
    text-decoration: none;
}

button {
    outline: none;
    padding: 9px 30px;
    border: none;
    border-radius: 5px;
}

:hover {
    transition: 0.5s;
}

/*.initial-pages-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    background-image: url(../images/cruzeiros-celebrity-cruises.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/
.initial-pages-content {
    background: none;
    height: auto;
}

/*SPINNER LOADING*/

.loader-spinner-background {
    position: absolute;
    background-color: #000000AA;
    width: 100%;
    height: 100vh; 
}

.loader-spinner {
    display: inline-block; 
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px); 
}

    .loader-spinner:after {
        content: " ";
        display: block;
        width: 100px;
        height: 100px;
        margin: 8px;
        border-radius: 50%;
        border: 8px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*SPINNER LOADING*/


/* ESTILIZAÇÃO HOME */

.box {
    width: 100%;
    min-height: 100vh;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navigator-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

    .navigator-button a {
        background-color: transparent;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        border-radius: 5px;
    }

        .navigator-button a:hover {
            background-color: rgba(0, 0, 0, 0.1);
        }

        .navigator-button a span {
            color: #ffffff;
            font-size: 28px;
        }

.box-1 {
    /*background-color: #0071A7;*/
    background-color: #527180;
    /*background: linear-gradient(135deg, #527180 24%, #527180 24%, rgba(82, 113, 128, 0.8) 100%, rgba(0, 0, 0, 0.1) 0%);*/
    background-image: url(../images/Embaixadores.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position-x: 100px;*/
}

.fixed-menu {
    position: fixed;
    margin-top: -95px;
    width: 100%;
    transition: 0.5s ease-in-out;
    background: rgba(255, 255, 255, 0.8);
}

    .fixed-menu .itens-main-menu a {
        color: #000000;
    }

        .fixed-menu .itens-main-menu a:hover {
            color: #000000;
            border-bottom: 1px solid #000000;
        }

    .fixed-menu .button-login button {
        background: #0071A7;
        border: 1px solid #0071A7;
        color: #ffffff;
    }

        .fixed-menu .button-login button:hover {
            background: #ffffff;
            border: 1px solid #0071A7;
            color: #0071A7;
        }

.main-menu-home {
    padding: 15px 0;
}

.align-main-menu-home {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part-1-menu {
    width: 50%;
    display: flex;
    align-items: center;
}

.image-menu {
    margin-right: 50px;
}

    .image-menu img {
        width: 100px;
        height: auto;
    }

.itens-main-menu {
    width: 100%;
    display: flex;
}

    .itens-main-menu a {
        color: #ffffff;
        margin-right: 15px;
        text-decoration: none;
        font-weight: bold;
    }

        .itens-main-menu a:hover {
            color: #cecece;
        }

        .itens-main-menu a:last-child {
            margin-right: 0;
        }

.button-login button {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #0071A7;
}

    .button-login button:hover {
        background-color: #cecece;
        transition: 0.5s;
    }

.content-box-1 {
    display: flex;
    justify-content: space-between;
}

.part-1 {
    background-color: rgba(0, 0, 0, 35%);
    padding: 25px 50px;
    border-radius: 5px;
}

.part-1,
.part-2 {
    width: 50%;
}

    .part-1 p {
        color: #ffffff;
        max-width: 500px;
    }

.title-box {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
}

.text-box {
    font-size: 24px;
    font-weight: 450;
}

.part-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box-1 .part-2 form {
    flex-direction: column;
    padding: 0;
}

.align-part-2 {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 5px;
}

    .align-part-2 p {
        max-width: 400px;
        margin-bottom: 50px;
    }

.part-2 .title-box {
    color: #0071A7;
    font-size: 18px;
    font-weight: 500;
}

.part-2 .text-box {
    font-size: 14px;
    font-weight: 450;
}

.part-2 a {
    text-align: center;
}

    .part-2 a button,
    .login-button button {
        width: 100%;
        background-color: #0071A7;
        border: 1px solid #0071A7;
        color: #ffffff;
    }

    .part-2 a button:hover,
    .login-button button:hover {
        background-color: #ffffff;
        color: #0071A7;
    }

.box-2 {
    /*background-color: #0071A7;*/
    background: linear-gradient(135deg, #0071A7 24%, #0071A7 24%, rgba(0, 113, 167, 0.8) 100%, rgba(0, 0, 0, 0.1) 0%);
}

.content-box-2 {
    display: flex;
    flex-direction: row-reverse
}

    .content-box-2 .part-1 {
        background: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .content-box-2 .part-1 .align-part-1 {
            background-color: #ffffff;
            width: 100%;
            height: 100%;
            padding: 50px;
            border-radius: 5px;
        }

        .content-box-2 .part-1 p {
            color: #000000;
        }

    .content-box-2 .part-2 .image-part-2 {
        background-color: rgba(255, 255, 255, 0.3);
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px;
        border-radius: 5px;
    }

        .content-box-2 .part-2 .image-part-2 img {
            width: auto;
            height: 415px;
        }

.box-3 {
    /*background-color: #00335F;*/
    background: linear-gradient(135deg, rgba(0, 51, 95, 0.8) 24%, rgba(0, 51, 95, 0.8) 28%, #00335F 100%,#00335F 0%);
}

    .box-3 .imagem-box-3 {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .box-3 .part-1 {
        background: none;
    }

        .box-3 .part-1 img {
            width: auto;
            height: 380px;
        }

    .box-3 .part-2 {
        flex-direction: column;
        padding: 25px 50px;
    }

    .box-3 .navigator-button:last-child a span {
        font-size: 16px;
    }

    .box-3 .title-box {
        color: #ffffff;
        font-size: 32px;
        text-align: center;
    }

    .box-3 .align-box-3 {
        display: flex;
        justify-content: space-between;
        border: 1px solid #ffffff;
        border-radius: 5px;
        box-shadow: 0px 0px 5px 1px #ffffff;
    }

}

.questions {
    /*background-color: #00335F;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 50px;
    border-radius: 5px;
}

.question {
    width: 100%;
    margin-bottom: 15px;
}

    .question:last-child {
        margin-bottom: 0;
    }

.question-number {
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 5px 5px 0 0;
}

    .question-number a {
        color: #ffffff;
        font-size: 16px;
        font-weight: 450;
    }

        .question-number a p {
            margin: 0;
        }

.answer {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}

    .answer p {
        color: #00335F;
    }

.logos {
    width: 100%;
    background-color: #ffffff;
}

    .align-logos {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
    }

        .logos img {
            max-width: 115px;
            height: auto;
        }

        .logos-dad {
            margin-bottom: 10px;
        }
        .logos-son {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            max-width: 650px;
        }

.footer {
    background-color: #00335F;
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #ffffff;
    border-radius: 5px 5px 0 0;
}

    .footer p {
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        margin: 0;
    }

    .content-footer {
        display: flex;
        justify-content:space-between;
    }
    
        .part-1-footer {
            display: flex;
        }

            .part-1-footer p {
                margin-right: 20px;
            }
            
                .part-1-footer p a {
                    color: #ffffff;
                    text-decoration: none;
                }

                .part-1-footer p a:hover {
                    text-decoration: underline;
                }


.modal-body {
    max-height: 500px;
    overflow-y: scroll;
}

@media (max-width: 1600px) {
    .title-box {
        font-size: 36px;
    }

    .content-box-2 .part-1 {
        padding: 0 50px;
    }
}

@media (max-width: 1180px) {
    .box {
        min-height: 0;
    }
}

@media (max-width: 1367px) {
    .box-1 .part-1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .text-box {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .part-1,
    .part-2 {
        width: 48%;
    }

    .title-box {
        font-size: 26px;
    }

    .text-box {
        font-size: 16px;
    }

    .footer p {
        font-size: 12px;
    }
}


@media (max-width: 821px) {
    .box-1 {
        background-size: cover;
        background-position: -50px;
    }

    .content-box-2 .part-2 .image-part-2 {
        height: 100%;
    }

    .content-box-2 .part-1 .align-part-1 {
        padding: 15px;
    }

    .logos-son {
        justify-content: space-around;
    }

    .content-footer {
        flex-direction: column;
        align-items: center;
        justify-content: initial;
    }

    .part-1-footer {
        margin-bottom: 25px;
    }

}


@media (max-width: 500px) {

    .itens-main-menu {
        display: none;
    }

    .box-1 {
        background-size: cover;
        background-position: -190px;
    }

    .content-box-1,
    .content-box-2,
    .box-3 .align-box-3 {
        flex-direction: column;
    }

    .part-1 {
        margin-bottom: 30px;
    }

    .part-1,
    .part-2 {
        width: 100%;
    }

    .align-part-2 {
        padding: 15px;
    }

        .align-part-2 p {
            margin-bottom: 20px;
        }

    .content-box-2 .part-1 {
        padding: 0;
    }

    .content-box-2 .part-2 .image-part-2 {
        width: 100%;
    }

    .box-3 .align-box-3 {
        border: none;
        box-shadow: none;
        border-radius: initial;
    }

    .box-3 .part-1 {
        margin-bottom: 0;
    }

        .box-3 .part-1 img {
            height: 150px;
        }

    .align-logos {
        flex-direction: column;
        margin: 15px 0;
    }

        .logos-dad {
            margin-bottom: 15px;
        }

    .footer {
        width: 100%;
    }
}

/* ESTILIZAÇÃO HOME */

/* ESTILIZAÇÃO DAS PÁGINAS DE LOGIN E REGISTER */
.align-forms {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.generic-header {
    padding: 15px 0;
}

.generic-header,
.align-generic-header {
    width: 100%;
    background-color: #ffffff;
}

.generic-header {
    border-radius: 5px 5px 0 0;
}

    .generic-header,
    .align-generic-header,
    .back-to-home {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .back-to-home {
        margin-right: 20px;
    }

    .back-to-home a,
    .back-to-home a i {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
    }

.login-button a {
    padding: 0;
}

.align-forms .content-form {
    border: 1px solid #4b4b4b;
    box-shadow: 0px 5px 5px 1px #4b4b4b;
}

.title-form-login {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .title-form-login img {
        width: 100px;
        height: auto;
        margin-bottom: 25px;
    }

    .title-form-login h2 {
        text-align: center;
    }

    .title-form-login h3 {
        color: #495057;
        font-size: 18px;
        text-align: center;
        margin-bottom: 25px;
        font-weight: 600;
    }

form {
    background-color: #ffffff;
    padding: 25px 50px;
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    form .form-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
    }

    form .form-group.checkTerms {
        flex-direction: row;
        align-items: center;
    }

        form .form-group.checkTerms input[type='checkbox']{
            margin-right: 10px;
        }

    form .form-group label strong {
        cursor: pointer;
    }

.register-form .form-group.form-group-name,
.register-form .form-group.form-group-last-name {
    width: 49%;
    display: flex;
    flex-direction: column;
}

    .register-form .form-group .input-validation-error {
        border: 1px solid red;
    }

    .register-form .form-group .input-validation-error:focus {
        border: initial;
    }

    /*.register-form .form-group:nth-child(even) {
            margin-right: 15px;
        }*/
    form input {
        color: #333333;
        padding: 8px 10px;
    }

    form input,
    .bnt-enviar {
        width: 100%;
        border-radius: 5px;
    }

.bnt-enviar {
    color: #ffffff;
    background-color: #0071A7;
    border: none;
    padding: 8px;
}

    .bnt-enviar:hover {
        transition: 0.5s;
        box-shadow: inset 0 171px 0 rgb(0 0 0 / 3%);
    }

.text-register {
    text-align: center;
    margin: 30px 0 0;
}

    .text-register a {
        text-decoration: none;
    }

.footer-filiados {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.align-items-footer-filiados {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.item-footer-filiados p,
.item-footer-filiados p a {
    color: #495057;
    font-size: 16px;
    text-decoration: none;
}

    .item-footer-filiados p:hover,
    .item-footer-filiados p a:hover {
        color: #000000;
        transition: 0.5s;
    }

    @media(max-width: 960px) {
        .title-form-login h2 {
            font-size: 24px;
        }
    }

/* ESTILIZAÇÃO DAS PÁGINAS DE LOGIN E REGISTER */

@media(max-width: 500px) {

    .initial-pages-content {
        align-items: center;
    }

    .menu-filiados img {
        width: 70px;
    }

    .align-forms {
        width: 96%;
    }

    form {
        box-shadow: 0px 5px 5px 1px #5c5c5c63;
    }

    .register-form .form-group,
    form .form-group {
        width: 100%;
        margin-bottom: 15px;
    }

        .register-form .form-group.form-group-name,
        .register-form .form-group.form-group-last-name {
            width: 100%;
        }

        .register-form .form-group:nth-child(even) {
            margin-right: 0;
        }

    .align-part-2 form {
        box-shadow: none;
    }

    .align-forms div:first-child {
        width: 100%
    }

    .item-footer-filiados {
        margin-right: 15px;
    }

        .item-footer-filiados:last-child {
            margin-right: 0;
        }

        .item-footer-filiados p,
        .item-footer-filiados p a {
            font-size: 12px;
        }
}

/* MENU DASHBOARD */

.responsive-menu-control {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 50px;
    top: 15px;
    background-color: #00335F;
    width: 40px;
    height: 80px;
    border-radius: 0 50% 50% 0;
    transition: 0.05s linear;
}

    .responsive-menu-control i {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        transition: 0.05s linear;
    }

    .fa-2x {
    font-size: 2em;
}

.fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}


.main-menu:hover, nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
}

.main-menu {
    background: #00335F;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*border-right: 1px solid #e5e5e5;*/
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    z-index: 1000;
}

    .main-menu > ul {
        margin: 7px 0;
    }

    .main-menu li {
        position: relative;
        display: block;
        width: 250px;
    }

        .main-menu li > a {
            position: relative;
            /*display: table;*/
            border-collapse: collapse;
            border-spacing: 0;
            color: #ffffff;
            font-family: arial;
            font-size: 14px;
            text-decoration: none;
            -webkit-transform: translateZ(0) scale(1,1);
            -webkit-transition: all .1s linear;
            transition: all .1s linear;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .main-menu .nav-icon {
        position: relative;
        display: table-cell;
        width: 60px;
        height: 36px;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
    }

    .main-menu .fa {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-menu .nav-text {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 190px;
        font-family: 'Titillium Web', sans-serif;
    }

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

    .no-touch .scrollable.hover:hover {
        overflow-y: auto;
        overflow: visible;
    }

a:hover, a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    nav ul, nav li {
        outline: 0;
        margin: 0;
        padding: 0;
    }

    .main-menu li:hover > a,
    nav.main-menu li.active > a,
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus,
    .no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
    .dashboard-page nav.dashboard-menu ul li.active a {
        color: #fff;
        background-color: #5fa2db;
    }

@media (max-width: 961px) {
    .main-menu:hover {
        overflow: hidden;
    }

    .main-menu li {
        width: 100%;
    }

    .main-menu ul li a span.nav-text {
        display: none;
    }

    .responsive-menu-control {
        display: flex;
    }

    .main-menu:hover, nav.main-menu.expanded {
        width: 60px;
    }
}
/* MENU DASHBOARD */

/* CONTENT DASHBOARD */

.content-dashboard {
    display: flex;
    /*padding: 25px 25px 25px 70px;*/
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: wrap;
    /*margin-left: 250px;*/
    /*width: calc(100vw - 250px);*/
    width: 100vw;
}

.user-authenticated {
    padding-left: 90px;
}

.user-authenticated h1 {
    margin-top: 10px;
}

.items-dashboard {
    /*width: 100%;*/
    width: calc(100vw - 90px);
    display: flex;
    /*align-items: center;*/
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.logo-header-user-authenticated {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
}

    .logo-header-user-authenticated img {
        width: 90px;
        height: auto;
    }
    .items-dashboard .nav-tabs {
        border: none !important;
    }

    .items-dashboard ul.nav-tabs,
    .items-dashboard .tab-content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .items-dashboard .tab-content {
        width: 73.7%;
    }

    .items-dashboard ul.nav-tabs {
        margin: 0 0 60px;
    }

        .items-dashboard .tab-content .tab-pane {
            width: 100%;
            margin: 0 8px;
        }

.item-dashboard {
    background-color: #e8e8e8 !important;
    color: #000000 !important;
    /*width: 180px;*/
    width: 300px;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 5px #5a5a5a;
    text-align: center;
    margin: 0 15px 15px;
    border: none !important;
}

    .item-dashboard.active {
        /*background-color: #00335F!important;*/
        background-color: #fcba32 !important;
        color: #ffffff !important;
        box-shadow: inset 5px 5px 5px #5a5a5a;
    }

    .item-dashboard.clickable-items.active {
        cursor: initial;
    }

    .item-dashboard h1 {
        font-size: 32px;
    }
    .clickable-items {
        cursor: pointer;
    }

.align-items-to-receive {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .align-items-to-receive .item-dashboard:first-child {
        background-color: #022f63 !important;
        color: #ffffff !important;
    }

    .align-items-to-receive .item-dashboard:nth-child(2) {
        background-color: #01AEF0 !important;
        color: #ffffff !important;
    }

.modal-dashboard .modal-dialog {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
}

.register-table {
    width: 100%;
    /*margin: 30px 0;*/
}

    .register-table .header-table {
        background-color: #022f63;
    }

        .register-table .header-table p {
            color: #ffffff;
        }

    .register-table .row-register-table {
        background-color: #e8eaf6;
    }

        .register-table .row-register-table:nth-child(even) {
            background-color: #cdd3e9;
        }

    .register-table p {
        color: #000000;
        text-align: center;
    }

    .register-table .header-table p {
        font-weight: bold;
    }

.sale-box {
    margin: 50px 30px 50px 0;
    padding: 20px 40px;
    background-color: #DDD;
}

    .sale-box h1, .sale-box strong {
        color: #111;
    }

    .sale-box p {
        color: #333;
    }

    .sale-box button {
        padding: 5px 10px;
        color: #333;
        font-size: 12px;
        margin: 5px;
    }
    
    .sale-box .transacional-link {
        margin-bottom: 20px;
    }

    .sale-box .transacional-link input {
        width: 50%;
    }

    .sale-box .show-mobile {
        display: none;
    }

    .sale-box #btn-copy-2 {
        display: none;
    }

    .sale-box .result {
        display: inline-block;
        word-break: break-word;
    }

    @media (max-width: 1400px) {
        .items-dashboard .tab-content {
        width: 74.4%;
    }
}

@media (max-width: 1025px) {
    .item-dashboard {
        width: 200px;
    }

    .items-dashboard .tab-content {
        width: 100%;
    }

    .align-items-to-receive {
        width: 100%;
        margin: 60px auto;
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 961px) {
    .main-menu:hover {
        overflow: hidden;
    }

    /*.main-menu:hover,*/
    .main-menu li {
        width: 100%;
    }

    .main-menu ul li a span.nav-text {
        display: none;
    }

    .user-authenticated.content-dashboard {
        /*width: 100vw;*/
        width: calc(100vw - 90px);
        margin: 0;
    }

    .items-dashboard ul.nav-tabs,
    .items-dashboard .tab-content {
        width: 100%;
    }

    .items-dashboard ul.nav-tabs {
        flex-direction: column;
    }

        .item-dashboard {
            margin-bottom: 15px !important;
        }

    .align-items-to-receive {
        width: 100%;
        margin: 60px auto;
        flex-direction: column;
        align-items: center;
    }
}

/* CONTENT DASHBOARD */

/* TELA CONFIRMAÇÃO */

.content-confirmation {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 35px;
    border-radius: 0 0 5px 5px;
}

.image-confirmation,
.box-confirmation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

    .box-confirmation h2 {
        color: #000000;
        text-align: center;
    }

@media (max-width: 500px) {
    .sale-box #btn-copy-2 {
        width: 100%;
        margin-left: 0;
    }
    .sale-box {
        padding: 20px;
    }
    .sale-box .show-mobile {
        display: block;
        font-size: 12px;
        margin: 0;
    }

    .sale-box .transacional-link input {
        width: 65%;
    }

    .content-confirmation {
        width: 95%;
        flex-direction: column;
    }

    .image-confirmation {
        margin-bottom: 30px;
    }

        .image-confirmation img {
            width: 45%;
            height: auto;
            margin: 0 auto;
        }
}

/* TELA CONFIRMAÇÃO */