/*
Entretempos
*/

/* geral */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* scrollbar */

::-webkit-scrollbar {
    display: none;
}

/* smooth */

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

/* main */

body {
    margin: 0;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #33144c; /* roxo escuro */
    background-color: #fff; /* bg branco */
    font-style: normal;
    font-size: 1.15rem;
}

home,
image,
footer,
header,
main,
menu,
nav {
  display: block;
}

@media only screen and (max-width: 900px) {
    body {
        font-size: 1rem;
    }
}

/* fonts */

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_fontes/Proxima-Nova-Regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_fontes/Proxima-Nova-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

@font-face {
   font-family: 'Rodger';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_fontes/Rodger-Light.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Rodger';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_fontes/Rodger-Regular.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

/* fonts sizes */
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Rodger', sans-serif;
    margin-bottom: 30px;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    color: #fff;
    background-color: #33144c;
    text-decoration: none;
}

b, .b, strong {
    font-weight: 700;
}

small, .small {  }

.up {
    text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
    
    .display-2 {
        font-size: 3.25rem;
    }
    
    .display-3 {
        font-size: 3rem;
    }
    
    .display-4 {
        font-size: 2.75rem;
    }
}

@media only screen and (max-width: 500px) {
    h1, h2, h3, .h1, .h2, .h3, .display-1, .display-2, .display-3 {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; 
    }
    
    h1, .h1 {
        font-size: 1.5rem;
    }
    
    h2, .h2, h3, .h3 {
        font-size: 1.25rem;
    }
    
    .display-2 {
        font-size: 3rem;
    }
    
    .display-4 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
}

/* colors */

.white {
    color: #fff;
}

.darkpurple {
    color: #33144c;
}

.purple {
    color: #8636c9;
}

.blue {
    color: #0a50dd;
}

.red {
    color: #ed165d;
}

.green {
    color: #bef933;
}

.yellow {
    color: #fffa4f;
}

/* cores de fundo */

.bg-white {
    background-color: #fff;
}

.bg-cinza {
    background-color: #ebebeb;
}

.bg-darkpurple {
    background-color: #33144c;
}

.bg-purple {
    background-color: #8636c9;
}

.bg-blue {
    background-color: #0a50dd;
}

.bg-red {
    background-color: #ed165d;
}

.bg-green {
    background-color: #bef933;
}

.bg-yellow {
    background-color: #fffa4f;
}

/* bordas */

.bg-borda {
    padding: 40px;
    max-width: fit-content;
    border-radius: 30px;
}

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

}

/* imagens de fundo */

.bg {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-right {
   background-position: right center; 
}

.bg-left {
   background-position: left center; 
}

.ameba-branca {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/ameba-branca.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ameba-cinza {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/ameba-cinza.png);
}

.ameba-red {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/ameba-red.png);
}

.ameba-purple {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/ameba-purple.png);
}

.minhoca-blue {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/minhoca-blue.png);
}

.minhoca-purple {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/minhoca-purple.png);
}

.minhoca-red {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/minhoca-red.png);
}

.minhoca-cinza {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/minhoca-cinza.png);
}

.lesma-cinza {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/lesma-cinza.png);
}

.divisor-cinza-up {
    height: 100px;
    width: auto;
    background-size: cover;
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/divisor-cinza-up.png);
}

.divisor-cinza-down {
    height: 100px;
    width: auto;
    background-size: cover;
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/divisor-cinza-down.png);
}

.divisor-purple-up {
    height: 100px;
    width: auto;
    background-size: cover;
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/divisor-purple-up.png);
}

.divisor-purple-down {
    height: 100px;
    width: auto;
    background-size: cover;
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/divisor-purple-down.png);
}

.divisor-blue-up {
    height: 100px;
    width: auto;
    background-size: cover;
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/divisor-blue-up.png);
}

.divisor-blue-down {
    height: 100px;
    width: auto;
    background-size: cover;
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudo-entretempos/_imagens/divisor-blue-down.png);
}

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

}

/* alinhamentos */

.mobile, .tablet {
    display: none;
}

.desktop {
    display: flex;
    display: -ms-flexbox;
}

.display-none {
    display: none!important;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.my-100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-100 {
    margin-top: 100px;
}

.my-60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.my-40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-md-40 {
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0px;
}

.py-100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.py-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pt-20 {
    padding-top: 20px;
}

.pl-5 {
    padding-left: 5px!important;
}

.pr-5 {
    padding-right: 5px!important
}

@media only screen and (min-width: 768px) {
   .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    } 
}

@media only screen and (max-width: 900px) {
    
    .mt-md-60 {
        margin-top: 60px;
    }
    
    .mb-md-60 {
        margin-bottom: 60px;
    }
    
    .mb-md-40 {
        margin-bottom: 40px;
    }
    
    .mt-md-40 {
        margin-top: 40px;
    }
    
    .desktop {
        display: none;
    }
    
    .tablet {
        display: flex;
        display: -ms-flexbox;
    }
    
    .w-md-80 {
        max-width: 80%;
    }
    
}

@media only screen and (max-width: 500px) {
    
    .tablet {
        display: none!important;
    }
    
    .mobile {
        display: block;
    }
    
    .mb-sm-40 {
        margin-bottom: 40px;
    }
    
    .mb-sm-20 {
        margin-bottom: 20px;
    }
    
    .w-sm-100 {
        max-width: 100%;
    }
    
    .my-100 {
        margin-bottom: 60px;
        margin-top: 60px;
    }
    
    .mt-100 {
        margin-top: 60px;
    }
    
    .mb-100 {
        margin-bottom: 60px;
    }
    
    .py-100 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}

/* estruturas */

.barra {
    content: '';
    height: 60px;
    width: 100%;
    display: block;
    margin-right: 20px;
}

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

@media only screen and (max-width: 500px) { 
    .barra {
        height: 50px;
    }
}

/* conteúdo */
#main {
    position: relative;
    height: auto;
    margin: 0;
}

.container > .row {
    padding-top: 80px;
    padding-bottom: 40px;
}

.lista {
    padding-left: 20px;
}

.lista li {
}

a.menu:hover {
    background-color: transparent;
}

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

}

@media only screen and (max-width: 500px) {
    
    .minhoca-blue {
        background-image: none;
        background-color: #0a50dd;
    }

    .minhoca-purple {
        background-image: none;
        background-color: #8636c9;
    }

    .minhoca-red {
        background-image: none;
        background-color: #ed165d;
    }

    .minhoca-cinza {
        background-image: none;
        background-color: #ebebeb;
    }
    
    .minhoca-blue .container > .row, .minhoca-cinza .container > .row, .minhoca-red .container > .row, .minhoca-purple .container > .row, .bg-blue .container > .row, .bg-purple .container > .row, .bg-cinza .container > .row {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    #conclusao {
        padding-bottom: 40px;
    }

}
