/*
Alimentos depois da pandemia
*/

/* 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; /* dark cinza */
    background-color: #f7f3f0; /* bg off white */
    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-alimentos-pos-pandemia/_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-alimentos-pos-pandemia/_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: 'Raleway', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

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

a:hover {
    color: #f4f7ff;
    background-color: #181719;
    text-decoration: none;
}

mask, .mask {
    color: inherit;
    background-color: transparent;
    border-bottom: 2px solid #181719;
}

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

.p {
    font-size: 1.15rem;
}

small, .small {  }

.up {
    text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
    .col-md-3-5 .display-4 {
        font-size: 3rem;
    }
}

@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: 2rem;
    }
    
    h2, .h2 {
        font-size: 1.75rem;
    }
    
    .display-4 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }
}

/* colors */

.offwhite {
    color: #f7f3f0;
}

.coral {
    color: #fe9f9c;
}

.blue {
    color: #a7bad3;
}

.creme {
    color: #ffb15e;
}

.verde {
    color: #06a099;
}

/* cores de fundo */

.bg-offwhite {
    background-color: #f7f3f0;
}

.bg-coral {
    background-color: #fe9f9c;
}

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

.bg-creme {
    background-color: #ffb15e;
}

.bg-verde {
    background-color: #06a099;
}

.bg-borda {
    padding: 25px;
    max-width: fit-content;
}

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

.borda {
    border: 1px solid #181719;
}

.borda-blue {
    border-color: #a7bad3;
}

.borda-verde {
    border-color: #06a099;
}

.borda-coral {
    border-color: #fe9f9c;
}

.borda-creme {
    border-color: #ffb15e;
}

.borda-offwhite {
    border-color: #f7f3f0;
}

/* imagens de fundo */

.bg-morango {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-alimentos-pos-pandemia/_imagens/bg-morango.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-alface {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-alimentos-pos-pandemia/_imagens/bg-alface.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-frutas {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-alimentos-pos-pandemia/_imagens/bg-frutas.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-lasanha {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-alimentos-pos-pandemia/_imagens/bg-lasanha.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-chocolate {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-alimentos-pos-pandemia/_imagens/bg-chocolate.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-laranja {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-alimentos-pos-pandemia/_imagens/bg-laranja.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

.divisor-verde {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-alimentos-pos-pandemia/_imagens/divisor-verde.png);
}

.divisor-coral {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-alimentos-pos-pandemia/_imagens/divisor-coral.png);
}

.divisor-creme {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-alimentos-pos-pandemia/_imagens/divisor-creme.png);
}

/* 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-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) {
   .d-md-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    } 
}

@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: -ms-inline-flexbox;
        display: inline-flex;
    }
    
    .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: 60px;
    padding-bottom: 60px;
}

.lista {
    padding-left: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.lista li {
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
}

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

}

@media only screen and (max-width: 500px) {
    .lista {
        display: inline;
    }
}
