/* @import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

.font-FredokaOne {
    font-family: 'Fredoka One', cursive;
} */

/* Font aller */

/* @font-face {
    font-family: 'Aller';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Aller'), url('../fonts/Aller_Rg.woff') format('woff');
}

@font-face {
    font-family: 'Aller Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Aller Italic'), url('../fonts/Aller_It.woff') format('woff');
} */

/* #em uso nos titulo */

/* @font-face {
    font-family: 'AllerBold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Aller Bold'), url('../fonts/Aller_Bd.woff') format('woff');
}

@font-face {
    font-family: 'Aller Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Aller Bold Italic'), url('../fonts/Aller_BdIt.woff') format('woff');
}

@font-face {
    font-family: 'Aller Display';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Aller Display'), url('../fonts/AllerDisplay.woff') format('woff');
}

@font-face {
    font-family: 'Aller Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Aller Light Italic'), url('../fonts/Aller_LtIt.woff') format('woff');
} */

/* @font-face {
    font-family: Aller;
    src: local(Aller), url(https://portaldeassinaturas.vivo.com.br/site-vivo/fonts/Aller_BdIt.ttf) !important;
} */

/* font modern */

/* @font-face {
    font-family: 'Modern';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts-modern/MOD20'), url('../fonts-modern/MOD20.TTF') format('TTF');
} */

/* new font */

* {
    font-family: Montserrat, Helvetica, Arial, serif;
    font-weight: 300;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

body, html {
    position: relative;
    scroll-behavior: smooth;
}

/* .font-aller {
    font-family: AllerBold;
}

.font-modern {
    font-family: Modern;
} */

.lista-horizontal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lista-horizontal li {
    padding-right: 1vh;
    padding-left: 1vh;
}

.lista-horizontal li:first-child {
    margin-left: 0;
}

.lista-horizontal li:last-child {
    margin-right: 0;
}

/* direito */

.lista-horizontal-direito {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lista-horizontal-direito li {
    padding-right: 1vh;
    padding-left: 1vh;
}

.lista-horizontal-direito li:first-child {
    margin-left: 0;
}

.lista-horizontal-direito li:last-child {
    margin-right: 0;
}

/* center */

.lista-horizontal-center {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lista-horizontal-center li {
    padding-right: 1vh;
    padding-left: 1vh;
}

.lista-horizontal-center li:first-child {
    margin-left: 0;
}

.lista-horizontal-center li:last-child {
    margin-right: 0;
}

/* lista direito inline flex */

.lista-horizontal-inline-flex-direito {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lista-horizontal-inline-flex-direito li {
    padding-right: 1vh;
    padding-left: 1vh;
}

.lista-horizontal-inline-flex-direito li:first-child {
    margin-left: 0;
}

.lista-horizontal-inline-flex-direito li:last-child {
    margin-right: 0;
}

/* footer */

footer {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-color: #141414;
    color: #f5f5f5;
}

.bg-dark {
    background-color: #141414 !important;
    box-shadow: 0px 0px 5px #262626;
}

.bg-dark-ss {
    background-color: #141414 !important;
}

.bg-white {
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #c1c1c170;
    border-radius: 1rem;
    border: inherit;
}

.bg-white-mod {
    background-color: #f5f5f5;
    box-shadow: 0px 0px 15px #c1c1c170;
    border: inherit;
}

.bg-black {
    background-color: #141414;
    box-shadow: 0px 0px 15px #00000070;
    border-radius: 1rem;
}

.input-flat {
    box-shadow: 1px 5px 20px #c1c1c170;
    border: inherit;
    border-radius: 1rem;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
}

.header {
    margin: 10vh auto 30vh auto;
}

@media (max-width:576px) {
    .navbar-mobile {
        display: block;
    }

    .navbar-desktop {
        display: none;
    }
}

@media (min-width:576px) {
    .navbar-mobile {
        display: none;
    }

    .navbar-desktop {
        display: block;
    }
}

.bg-header {
    /* background-image: url('../img/bg.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #f5f5f5; */
    /* background-blend-mode: multiply; */
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.bg-banner {
    background-image: url('../img/robot-handshake-human-background-futuristic-digital-age.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #f5f5f5;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.7);

    padding-bottom: 5vh;
}

/* * {
    font-weight: 300;
} */

.bg-banner h1 {
    /* font-weight: 300; */
    font-size: 40pt;
}

.bg-banner p {
    font-size: 18pt;
}

.section-h100 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-h100 h1 {
    /* font-weight: 300; */
    font-size: 40pt;
}

.section-h100 p {
    font-size: 15pt;
}

a.form {
    text-decoration: none;
}

.fs-10 {
    font-size: 10pt !important;
}

.fs-12 {
    font-size: 12pt !important;
}

/*------------------------------------
  Chat
------------------------------------*/
.unread {
    cursor: pointer;
    background-color: #f4f4f4;
}

.messages-box {
    max-height: 28rem;
    overflow: auto;
}


.message-header {
    text-align: right;
    width: 100%;
    margin-bottom: 0.5rem;
}


.avatar-sm {
    width: 50px;
}

.no-border {
    border: 5px solid #f5f5f5;
}

.bg-chat {
    background-color: #2F4C85;
    border-bottom: 3px solid #f5f5f5;
    box-shadow: 0 0 10px #c1c1c1;
}

.messages-box li {
    margin-bottom: 5vh;
}

.message-body-user-mj {
    background-color: #2F4C85;
    color: #f5f5f5;
    border-radius: 1rem;
    padding: 2vh;
}

.message-body-user-client {
    background-color: #f5f5f5;
    color: #262626;
    border-radius: 1rem;
    padding: 2vh;
}

.messages-box strong {
    font-weight: 700;
}

.messages-box small {
    font-size: 8pt;
}

.hastags a {
    border: 1px solid #007bff;
    border-radius: 2rem;
    padding: 1vh;
    font-size: 8pt;
}

.hastags .col {
    padding: 1.5vh;
}

p>small {
    font-size: 9pt;
}

.badge {
    font-weight: 300;
}

.ul-mod {
    padding: 0;
    list-style: none;
    margin-bottom: 5vh;
}

.ul-mod li {
    list-style: none;
    margin-bottom: 0;
}

.ul-mod li p {
    font-size: 11pt;
}

