body {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    align-content: center;
}

.front-logo {
    width: 200px;
}

.padtop {
    padding-top: 180px;
}

.padtop_login {
    padding-top: 80px;
}

.right-btn {
    float: right;
    margin-bottom: 10px;
}

.preview-image {
    width: 210px;
    height: 200px;
}

.preview-image-min {
    width: 200px;
    height: 100px;
}


.pop {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: -150px;
    margin-top: -100px;
}

.btn-group-mini {
    border-radius: 10px;
}

.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group>.btn-inactive {
    background-color: #607d8b;
}

.btn-group>.btn {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 0 0px 0px 0px rgba(0, 0, 0, 0), 0 0px 0px 0 rgba(0, 0, 0, 0);
}

.btn-group>.btn-inactive:hover {
    background-color: #728F9D;
}

.btn-group>.btn:hover {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-block {
    width: 100%;
}

.codigo {
    text-align: center;
}

.btn-action {
    width: 200px;
    margin-bottom: 5px;
}

.btn-action-lg {
    width: 400px;
    margin-bottom: 5px;
}

.btn-table {
    width: 150px;
    float: right;
}

.table-center {
    text-align: center;
}

.btn-stepper {
    width: 400px;
    margin-bottom: 5px;
}

.efeito-fadein {
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
    /* Padrão */
}

@-moz-keyframes fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
    /* Firefox */
}

@-webkit-keyframes fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
    /* Webkit */
}

.dropdown-corrector {
    width: auto !important;
    height: auto !important;
}

nav .brand-logo {
    padding-top: 25px;
    padding-left: 5px;
}

.tab-bar {
    height: 65px;
}

.layout__tab {
    height: 64px;
    line-height: 64px;
    margin: 25px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.layout__tab.is-active {
    border-bottom: 5px solid;
    padding-bottom: 21px;
    width: 100%;
}

.testimonials {
    display: inline-flex;
}

.testimonials .section__text {
    width: 70%;
}

.section__play-btn {
    height: 100%;
}

.section__play-btn i {
    font-size: 60px;
    color: #fff;
    padding: 95px 104px;
}

@media only screen and (max-width: 480px) {
    .section__play-btn {
        display: none;
    }
    .step-title {
        padding-top: 50px !important;
    }
    .responsive-mode {
        width: 58.3333333333% !important;
    }
}

nav {
    color: #000;
    background-color: #f5f5f5;
}

nav .brand-logo {
    color: #000;
    font-size: 20px;
}

nav ul a {
    color: #000;
}

nav .nav-wrapper {
    padding-left: 40px;
}

.demo-content.card-panel {
    padding: 35px;
}

.teste-one{
    margin-top: 1px;
}

.menu-top {
    position: relative;
    top: 0px;
    background-color: #455a64 !important;
    color: #000;
    width: 100%;
    height: 40px;
    font-size:xx-large;
}

.menu-top-links {
    display: inline-block;
    float: right;
    padding-top: 5px;
    padding-right: 15px;
}

.menu-top-links a {
    color: #FFF;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12.5px;
}

@media only screen and (max-width: 480px) {
    .demo-content.card-panel {
        padding: 20px;
    }
}

.demo-ribbon {
    width: 100%;
    height: 60vh;
    background-color: #1565c0;
    flex-shrink: 0;
}

.demo-main {
    margin-top: -90vh;
    flex-shrink: 0;
}

.demo-header .mdl-layout__header-row {
    padding-left: 40px;
}

.demo-container {
    max-width: 1600px;
    width: calc(100% - 16px);
    margin: 0 auto;
}

.timeline-text-content {
    text-align: center;
}

.back-to-top {
    display: none;
    background-color: #424242;
    border-radius: 5px;
    bottom: 14px;
    color: #FFFF;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 22px;
    width: 100px;
    z-index: 3;
    opacity: 70%;
}

.back-to-top::after {
    content: 'Voltar ao Topo';
    font-size: 12px;
    display: flex;
    justify-content: center;
    padding-left: 1px;
    padding-top: 10px;
}

.demo-content-top {
    border-radius: 2px;
    padding: 80px 56px;
    margin-bottom: 20px;
    top: 20px;
    position: relative;
    color: #FFF;
}


.demo-content {
    border-radius: 2px;
    padding: 80px 56px;
    margin-bottom: 80px;
    background-color: #fff;
    top: 30px;
    position: relative;
}

.demo-layout.is-small-screen .demo-content {
    padding: 40px 28px;
}

.demo-content h3 {
    margin-top: 48px;
}

.tabs .tab a {
    color: rgb(0, 0, 0);
}

.tabs .tab a.active {
    color: rgb(0, 0, 0);
}

.tabs .tab a:hover {
    color: rgb(0, 0, 0);
}

.tabs .indicator {
    background-color: #01579b;
}

.divider-mxa {
    padding-top: 65px;
}

.avatar {
    width: 20%;
    max-width: 250px;
    max-height: 250px;
    height: 20%;
}

.bottom-content {
    font-size: 22px; /* Tamanho da fonte desejado para telas menores */

}

@media screen and (max-width: 600px) {
    .bottom-content {
        font-size: 14px; /* Tamanho da fonte desejado para telas menores */
    }
}


.avatar-content {
    margin-bottom: 15px;
    font-family:Verdana, Geneva, Tahoma, sans-serif

}

.menu-btn {
    margin-bottom: 5px;
    border-radius: 25px;
    font-size: 10.5px;
    width: 150px;
}

.menu-btn2 {
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 10.5px;
    width: 190px;
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}

.timeline {
    position: relative;
    
}

.timeline-photo {
    max-height: 300px;
}

.timeline .timeline-event {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.timeline .timeline-event .timeline-content {
    position: relative;
    width: calc(50% - 50px);
}

.timeline .timeline-event::before {
    display: block;
    content: "";
    width: 2px;
    height: calc(50% - 30px);
    position: absolute;
    background: #d2d2d2;
    left: calc(50% - 1px);
    top: 0;
}

.timeline .timeline-event::after {
    display: block;
    content: "";
    width: 2px;
    height: calc(50% - 30px);
    position: absolute;
    background: #d2d2d2;
    left: calc(50% - 1px);
    top: calc(50% + 30px);
}

.timeline .timeline-event:first-child::before {
    display: none;
}

.timeline .timeline-event:last-child::after {
    display: none;
}

.timeline .timeline-event:nth-child(even) .timeline-content {
    margin-left: calc(50% + 50px);
}

.timeline .timeline-event:nth-child(odd) .timeline-content {
    margin-left: 0;
}

.timeline .timeline-badge {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #d2d2d2;
    top: calc(50% - 20px);
    right: calc(50% - 20px);
    border-radius: 50%;
    text-align: center;
    cursor: default;
}

.timeline .timeline-badge i {
    font-size: 25px;
    line-height: 40px;
}

@media (max-width: 600px) {
    .timeline .timeline-event .timeline-content {
        width: calc(100% - 70px);
    }
    .timeline .timeline-event::before {
        left: 19px;
    }
    .timeline .timeline-event::after {
        left: 19px;
    }
    .timeline .timeline-event:nth-child(even) .timeline-content {
        margin-left: 70px;
    }
    .timeline .timeline-event:nth-child(odd) .timeline-content {
        margin-left: 70px;
    }
    .timeline .timeline-badge {
        left: 0;
    }
}

.mdl-demo .mdl-layout__header-row {
    padding-left: 40px;
}

.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
    font-size: inherit;
}

.mdl-demo .mdl-layout__tab-bar-button {
    display: none;
}

.mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
    display: none;
}

.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
    overflow: visible;
}

.mdl-demo .mdl-layout__tab-bar-container {
    height: 64px;
}

.mdl-demo .mdl-layout__tab-bar {
    padding: 0;
    padding-left: 16px;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
    height: 64px;
    line-height: 64px;
}

.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
    background-color: white;
    height: 4px;
}

.mdl-demo main>.mdl-layout__tab-panel {
    padding: 8px;
    padding-top: 48px;
}

.mdl-demo .mdl-card {
    height: auto;
    display: flex;
    flex-direction: column;
}

.mdl-demo .mdl-card>* {
    height: auto;
}

.mdl-demo .mdl-card .mdl-card__supporting-text {
    margin: 40px;
    flex-grow: 1;
    padding: 0;
    color: inherit;
    width: calc(100% - 80px);
}

.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.mdl-demo .mdl-card__actions {
    margin: 0;
    padding: 4px 40px;
    color: inherit;
}

.mdl-demo .mdl-card__actions a {
    color: #00BCD4;
    margin: 0;
}

.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
    color: inherit;
    background-color: transparent;
}

.mdl-demo .mdl-card__supporting-text+.mdl-card__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl-demo #add {
    position: absolute;
    right: 40px;
    margin-top: 37px;
    z-index: 999;
}

.mdl-demo .mdl-layout__content section:not(:last-of-type) {
    position: relative;
    margin-bottom: 48px;
}

.mdl-demo section.section--center {
    max-width: 960px;
}

.mdl-demo #features section.section--center {
    max-width: 620px;
}

.mdl-demo section>header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mdl-demo section>.section__play-btn {
    min-height: 200px;
}

.mdl-demo section>header>.material-icons {
    font-size: 3rem;
}

.mdl-demo section>button {
    position: absolute;
    z-index: 99;
    top: 8px;
    right: 8px;
}

.mdl-demo section .section__circle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 0;
    flex-shrink: 1;
}

.mdl-demo section .section__text {
    flex-grow: 1;
    flex-shrink: 0;
    padding-top: 8px;
}

.mdl-demo section .section__text h5 {
    font-size: inherit;
    margin: 0;
    margin-bottom: 0.5em;
}

.mdl-demo section .section__text a {
    text-decoration: none;
}

.mdl-demo section .section__circle-container>.section__circle-container__circle {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin: 8px 0;
}

.mdl-demo section.section--footer .section__circle--big {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 8px 32px;
}

.mdl-demo .is-small-screen section.section--footer .section__circle--big {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 8px 16px;
}

.mdl-demo section.section--footer {
    padding: 64px 0;
    margin: 0 -8px -8px -8px;
}

.mdl-demo section.section--center .section__text:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .13);
}

.mdl-demo .mdl-card .mdl-card__supporting-text>h3:first-child {
    margin-bottom: 24px;
}

.mdl-demo .mdl-layout__tab-panel:not(#overview) {
    background-color: white;
}

.mdl-demo #features section {
    margin-bottom: 72px;
}

.mdl-demo #features h4,
#features h5 {
    margin-bottom: 16px;
}

.mdl-demo .toc {
    border-left: 4px solid #C1EEF4;
    margin: 24px;
    padding: 0;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
}

.mdl-demo .toc h4 {
    font-size: 0.9rem;
    margin-top: 0;
}



.mdl-demo .toc a {
    color: #4DD0E1;
    text-decoration: none;
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.mdl-demo .mdl-menu__container {
    z-index: 99;
}

@media screen and (max-width: 420px) {
    .step-title{
        padding-top: 40px !important;
    }
 }