/*
Insights 60+
*/

/* 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: #181719; /* almost black */
    background-color: #f6f6f6; /* bg gelo */
    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/card-insights60+/_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/card-insights60+/_fontes/Proxima-Nova-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

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

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

a:hover {
    color: #ff5100;
    background-color: transparent;
    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: #f6f6f6;
}

.marinho {
    color: #191554;
}

.blue {
    color: #444482;
}

.orange {
    color: #ff5100;
}

/* cores de fundo */

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

.bg-marinho {
    background-color: #191554;
}

.bg-orange {
    background-color: #ff5100;
}

.bg-blue {
    background-color: #444482;
}

/* bordas */

.bg-borda {
    padding: 15px;
    max-width: fit-content;
    border: 2px solid #f6f6f6;
    border-radius: 20px;
    background-color: transparent;
}

.bg-orange .bg-borda:hover, .bg-blue .bg-borda:hover {
    background-color: #191554;
    border-color: #191554;
}

@media only screen and (max-width: 500px) {
    .borda-up {
        border-width: 1px;
    }
    
    .borda-up .row {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* imagens de fundo */

.bg {
    margin-left: -15px;
    margin-right: -15px;
}

.divisor {
    content: '';
    display: block;
    height: 200px;
    width: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.divisor-marinho {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-insights60+/_imagens/divisor-marinho.png);
}

.divisor-laranja {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-insights60+/_imagens/divisor-laranja.png);
}

.divisor-branco {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-insights60+/_imagens/divisor-branco.png);
}

.divisor-azul {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-insights60+/_imagens/divisor-azul.png);
}

.gr-aumento {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-insights60+/_imagens/gr-aumento.png);
}

.gr-reducao {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-insights60+/_imagens/gr-reducao.png);
}

.gr-minhoca {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-insights60+/_imagens/gr-minhoca.png);
}

.gr-darkminhoca {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-insights60+/_imagens/gr-darkminhoca.png);
}

@media only screen and (max-width: 500px) {
    .gr-minhoca, .gr-darkminhoca {
        background-size: contain;
    }
}

/* 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;
}

.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;
    }
    
    .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;
    }
}

/* 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 {
}

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

}

@media only screen and (max-width: 500px) {
    .bg-green .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}
