/*
    AUTOR: PAULO VICTOR
    DATA: 15/09/2020
    HORA: 15:41
*/
@import url("../plugins/bootstrap/css/bootstrap.min.css");
@import url("../plugins/font-awesome/css/fontawesome.css");
@import url("styleQuestion.css");
@import url("styleTicket.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html,
body {
    font-family: "Roboto";
    overflow-x: hidden;
    width: 100%;
}

/*STYLE FONTS*/
.light {
    font-weight: 200;
}

.regular {
    font-weight: 300;
}

.medium {
    font-weight: 400;
}

/***/
/*===================================================================HEADER*/
header {
    background-color: #145082;
    padding: 1.25rem 2em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
header a img {
    width: 100%;
    max-width: 120px;
    margin-top: 7px;
    padding-right: 10px;
    /* border-right: 0.5px solid rgba(255, 255, 255, 0.5); */
}
.logo-header {
    display: block;
    width: 100%;
    height: 100%;
    /* border-right: 0.5px solid rgba(255, 255, 255, 0.5); */
}
header p {
    color: white;
    font-weight: bold;
    margin-top: 10px;
    font-size: 15px;
}
.input-seach-header {
    position: relative;
    color: #3379b3;
    margin: 0 1em
   
}
.input-seach-header input[type="text"] {
    border: 0;
    width: 100%;
    height: 40px;
    border-radius: 40px;
    padding-left: 40px;
}
.input-seach-header input[type="text"]:focus {
    outline: 0;
}
.input-seach-header input[type="text"]::placeholder {
    color: #3379b3;
    font-size: 15px;
}
.input-seach-header i {
    position: absolute;
    top: 12px;
    left: 12px;
}
.link-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.link-btn a {
    color: white;
    padding: 10px 30px;
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    border-radius: 40px;
    font-weight: bold;
}
#btn-menu i {
    font-size: 22px;
    color: white;
    cursor: pointer;
}
.menu-mobile {
    display: none;
    margin-top: 20px;
    width: 100%;
}
/***/
/*====================================================================HELP*/
.container {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    position: relative;
    display: contents;
    padding: 0;
    margin: 100px;
}

.container-help {
    margin-top: 0.063rem;
    text-align: center;
    margin-bottom: 0.938rem;
    padding-top: 5.6em;
}
.container-help h2 {
    color: #3379b3;
    margin-bottom: 30px;
    font-size: 35px;
}
.help {
    border: 1px solid #3379b3;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50px;
}
.help input[type="text"]::placeholder {
    font-weight: 300;
}
.help i {
    top: 20px;
    left: 20px;
    font-size: 18px;
}
/***/
/*MAIN*/
.main {
    background-color: #f5f5f5;
}
/***/
/*===========================================================QUESTIONS*===========================*/
.containter-questions {
    background-color: #f5f5f5;
    width: 100%;
    color: #3379b3;
    text-align: center;
    padding: 50px 2%;
}
a.question {
    text-align: left;
    display: flex;
    width: 100%;
    background-color: white;
    padding: 40px 60px;
    text-decoration: none;
    color: #3379b3;
    border-radius: 60px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 15px;
}
a.question:hover {
    transition-duration: 2s;
    background-color: #f5f5f5;
}
.question p {
    margin-bottom: 0;
}
.question i {
    margin-right: 10px;
    font-size: 25px;
}
.containter-questions .col-md-6 {
    margin-bottom: 40px;
}
/***/
/*INFORMATION*/
.information {
    text-align: center;
}
.information h6 {
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    padding: 20px 2%;
    font-size: 22px;
    color: #3379b3;
    margin: 0;
}
/***/
/*LISTA QUESTION*/
.list_questions {
    margin-top: 40px;
    color: #3379b3;
}
.question-mini {
    padding: 20px 6% !important;
    margin-bottom: 20px;
}
.question-mini p {
    color: #000000;
    font-weight: 300;
}
a.link-aside {
    display: block;
    color: black;
    margin-bottom: 10px;
}
a.link-aside i {
    color: #3379b3;
    margin-right: 10px;
}
.aside {
    padding-left: 40px;
}
/***/
/*CASHBACK*/
.container-cashback {
    margin-top: 2.188em;
    padding: 2.188rem 0;
    background-color: #145082;
}
.container-cashback .cashback span {
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    padding-top: 20px;
}
.container-cashback .cashback img {
    width: 100%;
    max-width: 170px;
}

/***/
/*CREATE ACCOUNT*/
.create-account {
    background-color: #f5f5f5;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
    border-radius: 50px;
}
.create-account span {
    text-transform: uppercase;
    color: #145082;
    font-size: 12px;
    margin-right: 5px;
}
.create-account form {
    display: inline;
}
.create-account form input[type="text"] {
    width: 25%;
    margin-right: 5px;
    border: 0.5px solid #c9c9c9;
    border-radius: 50px;
    padding: 5px 0;
    text-align: center;
}
.create-account form input[type="text"]:focus {
    outline: 0 !important;
}
.create-account form input[type="text"]::placeholder {
    font-size: 12px;
    color: #8e8e8e;
}
.create-account form button {
    background-color: #3278b2;
    border: 0;
    border-radius: 50px;
    color: white;
    padding: 5px 3%;
    font-size: 14px;
}
.create-account form button:focus {
    outline: 0;
}
/* chat*/
.container-message {
    margin: 0 1.3em 1.3em;
    width: auto;
    height: 18.75rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1em;
    position: relative;
    border-radius: 16px;
    border-bottom: outset;
    border-left: inset;
}

.container-message::-webkit-scrollbar {
    width: 10px;
}

.container-message::-webkit-scrollbar-track {
    background-color: transparent;
}

.container-message::-webkit-scrollbar-thumb {
    background-color: #145082;
    border-radius: 10px;
}

.row .col-12 {
    display: flex;
}

.row .position-user {
    justify-content: flex-end;

}

.row .position-customer-service {
    justify-content: flex-start;
}

.message {
    width: 50%;
    padding: 1em;
    margin: 10px 0 10px 0;
    color: white;
    border: none;
    border-radius: 40px 10px;
}

.row .col-12 .user {
    background-color: #4291d4;
}

.row .col-12 .customer-service {
    background-color: #145082;
}

.container-input-message {
    width: 100%;
    /* padding: 2em; */
    margin: 2em;
    text-align-last: start;

}

.name-date-message {
    display: flex;
    justify-content: space-between
}

.name-date-message span {
    font-size: 13px
}

.btn-send {
    padding: 1em 2.3em;
    font-weight: 600;
    border-radius: 50px;
    border: 0;
    color: white;
    background-color: #145082;
}

.message-send {
    width: 100%;
    padding: 2em;
    border-radius: 16px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom: outset;
    border-left: inset;
}
/***/
/*FOOTER*/
footer {
    padding: 1.563em 2em;
}
footer h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    color: #909090;
    margin-bottom: 20px;
}
footer a {
    display: block;
    color: #909090;
    font-weight: 300;
    margin-bottom: 5px;
}
.donate {
    position: relative;
}
footer .donate p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 900;
    color: #909090;
    padding: 5px 7px;
    border-radius: 40px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    z-index: 4;
    background-color: white;
}
footer .donate p span {
    font-weight: 300;
}
footer .donate .value-donate {
    position: absolute;
    top: 125px;
    padding: 15px 40px;
    z-index: -1;
    background-color: #bfbfbf;
    color: black;
}
.download-app {
    text-align: left;
}
.download-app img {
    display: block;
    margin-bottom: 20px;
}
/***/
/*REDES SOCIAIS*/
.container-redes-social {
    text-align: center;
    margin-top: 50px;
}
.container-redes-social .container {
    padding: 20px 2% 10px 2%;
    border-top: 1px solid #a1a1a1;
}
.container-redes-social .container p {
    color: #909090;
    font-size: 10px;
}
.container-redes-social .container p a {
    display: inline;
    text-decoration: underline !important;
}
.icons-redes-sociais a {
    display: inline;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}



/*=================================================== MEDIAQUERIES=============================*/
/***/
@media screen and (max-width: 1200px) {
    .create-account form {
        margin-top: 10px;
        display: block;
    }
    .create-account form input[type="text"] {
        width: 35%;
    }
}
@media screen and (max-width: 992px) {
    .help {
        width: 90%;
    }
    .aside {
        padding-left: 0;
    }
    footer .donate p {
        width: 50%;
        margin: 0 auto;
        margin-top: 10px;
    }

    footer .donate .value-donate {
        left: 50%;
        transform: translate(-50%);
    }

    footer .donate {
        margin-bottom: 40px;
    }

    .download-app {
        text-align: center !important;
    }

    .download-app img {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 15px;
    }
   
}

@media screen and (max-width: 770px) {
    .link-btn {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .aside {
        display: none;
    }

    .create-account {
        text-align: center;
        margin-top: 40px;
    }
}
@media only screen and (min-width: 2734px) {
    .container-message {
        margin: 0 1.3em 1.3em;
        height: 40vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 1em;
        position: relative;
        border-radius: 16px;
        border-bottom: outset;
        border-left: inset;
    }


}

@media only screen and (max-width: 992px) {
    header {
        padding: 1em 0 1em;
        position: fixed;
        top: 0;
        left: 0;
        max-width: -webkit-fill-available;
        width: 100%;
        z-index: 9;
    }

    .container-help {
        margin-top: 0.063rem;
        text-align: center;
        margin-bottom: 0.938rem;
        padding-top: 6em;
    }

    .medium {
        font-size: 25px;
    }
    .container-message {
        margin: 0 0.2em 0.2em;
        height: 40vh;
        
    }

    .container-input-message {
        width: 100%;
        max-width: -webkit-fill-available;
        text-align-last: start;
        margin-top: auto;
        margin: 0 0.3em 0.3em;
    }
    .message-send{
        padding: 1em;
        
    }
    .message {
        width: 50%;
        height: auto;
    }
    .btn-send {
        padding: 0.7em 2.3em;
        
    }
    .container-cashback{
        padding: 1em;
        margin: auto;
    }
    .radesk-img{
        width: 50%;
        margin: 0;
        padding:0;
    }

}

@media only screen and (mix-width: 780px) {
    .message-send{
        padding: 1em;
        
    }
    .message {
        width: 50%;
        height: auto;
    }
    .btn-send {
        padding: 0.7em 2.3em;
        
    }
    .container-cashback{
        padding: 1em;
        margin: auto;
    }
   
}

@media only screen and (max-width: 627px) {

    header {
        padding: 0.063em 0 1em;
        position: fixed;
        top: 0;
        left: 0;
        max-width: -webkit-fill-available;
        width: 100%;
        z-index: 9;
    }

    .container-help {
        padding-top: 5em;

    }
    .btn-send {
        padding: 0.7em 2.3em;
        
    }
    .container-help .medium{
        font-size: 20px;
    }
    .container-help h6{
        font-size: 15px;
    }
    .radesk-img{
        width: auto;
        margin: 0;
        padding:0;
    }
    .message p{
        font-size: 14px;
    }
    
}