html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    margin: 0;

    display: flex;
    min-height: 100vh;
    flex-direction: column;

    font-size: 1.20rem;
}
/*

#107db7
#0573a6

#c89d68
#be935e

#3b814f

*/

main {
    flex: 1 0 auto;
}

h1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 60px;
    margin: .8rem 0;
}

h2 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 50px;
}

h3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 40px;
}

p {
    font-size: 1.25rem;
    font-weight: 400;
}

/* -- Estilo Formulários ------------- */

/* label focus color */
.input-field input:focus + label {
    color: #107db7 !important;
}

/* label underline focus color */
.row .input-field input:focus {
    border-bottom: 1px solid #107db7 !important;
    box-shadow: 0 1px 0 0 #107db7 !important
}

/* label focus color */
.input-field textarea:focus + label {
    color: #107db7 !important;
}

/* label underline focus color */
.row .input-field textarea:focus {
    border-bottom: 1px solid #107db7 !important;
    box-shadow: 0 1px 0 0 #107db7 !important
}

.checkbox-blue[type="checkbox"].filled-in:checked + label:after{
    border: 2px solid #107db7;
    background-color: #107db7;
}

.row .input-field .active{
    color: #107db7;
}

/* ----------------------------------*/

.no-margin-bottom {
    margin-bottom: 0;
}

.vertical-centered {
    position: relative;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#navbar_title {
    color: white;
    font-weight: 200;
    font-size: 24px;
    text-transform: none;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    min-width: 40px;
    height: 40px;
    background-color: #107db7;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: center;

    margin: 0 2px;
}

.pagination > li > a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    vertical-align: middle;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #ffffff;

    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}

.pagination li.active {
    background-color: #3b814f;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
}

.pagination li.disabled {
    display: none;
}

.over-card-title {
    color: #3a3a3a;
    margin: .5rem 0;
    border-bottom: 1px solid #3a3a3a;
    font-size: 2rem;
    font-weight: 300;
    line-height: 3rem;
}

.list-a {
    width: 100%;
    margin: 0;
}

.list-a > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #3a3a3a;
}

.list-a > li:hover {
    background-color: rgba(1,1,1,0.05);
}

.list-a > li:nth-child(1) {
    border-top: 1px solid #3a3a3a;
}

.list-a > li > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: .5rem;
    color: #1f1f1f;
}

.card {
    overflow: hidden;
}

.list-normal {
    width: 100%;
    margin: 0;
}

.list-normal > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #3a3a3a;

}

.list-normal > li:nth-child(1) {
    border-top: 1px solid #3a3a3a;
}

.settings-item {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.5rem;
}

.settings-item .info {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.settings-item .info .desc {
    font-size: .8rem;
}

.multi-list ul {
    margin-left: 1rem;
}

.text-bold {
    font-weight: bold;
}

.all-centered {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.v-align-middle {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

/*

#107db7
#0573a6

#c89d68
#be935e

#3b814f

*/

.aspect-ratio-16by9 {
    height: 0;
    overflow: hidden;
    padding-top: 45%;
    background: white;
    position: relative;
    z-index: 10;
}

.aspect-ratio-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vertical-spacer {
    width: 100%;
    height: 1rem;
}

.horizontal-divider {
    width: 100%;
    height: .1rem;
    background-color: #878787;
    box-shadow: 0 0 3px #858585;
}

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

    .hide-on-smaller-large {
        display: none;
    }
}

.navigation-bar {
    height: auto;
    background-color: #1086c3;
}

.navigation-bar a {
    font-size: 1rem;
}

.thin-horizontal-rectangle-ad {
    width: 100%;
}

.thin-horizontal-rectangle-ad > div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.square-ad {
    width: 100%;
    padding-bottom: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.square-ad > div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three-by-one-rectangle-ad {
    width: 100%;
    padding-bottom: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three-by-one-rectangle-ad > div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.two-by-one-rectangle-ad {
    width: 100%;
    padding-bottom: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.two-by-one-rectangle-ad > div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-or-square-ad {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-or-square-ad > div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .horizontal-or-square-ad {
        width: 100%;
        padding-bottom: 100%;
    }

    .thin-horizontal-rectangle-ad {
        padding-bottom: 25%;
        width: 100%;
    }

    .thin-horizontal-rectangle-ad > div {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .horizontal-or-square-ad > div {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .two-by-one-rectangle-ad > div {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .three-by-one-rectangle-ad > div {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .horizontal-or-square-ad {
        width: 100%;
        max-height: 281px;
    }

    .thin-horizontal-rectangle-ad {
        width: 100%;
        max-height: 281px;
    }
}

@media only screen and (min-width: 993px){
    .horizontal-or-square-ad {
        width: 100%;
        max-height: 91px;
    }

    .thin-horizontal-rectangle-ad {
        width: 100%;
        max-height: 91px;
    }
}

.score-badge {
    padding: 3px 7px;
    font-weight: 600;
    color: #ffffff;
    background-color: grey;
    margin: 3px;
}
