/*
E-commerce em 2020
*/

/* 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: #1644ed; /* azul */
    background-color: #f4f7ff; /* 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-ecommerce-2020/_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-ecommerce-2020/_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: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

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

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

mask, .mask {
    color: #f4f7ff;
    background-color: #1644ed;
    padding-left: .25rem;
    padding-right: .25rem;
    font-weight: 700;
}

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

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

/* colors */

.gelo {
    color: #f4f7ff;
}

.blue {
    color: #1644ed;
}

.creme {
    color: #ffddc4;
}

.rosin {
    color: #fbc7e6;
}

/* cores de fundo */

.bg-gelo {
    background-color: #f4f7ff;
}

.bg-blue {
    background-color: #1644ed;
}

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

.bg-rosin {
    background-color: #fbc7e6;
}

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

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

.borda-azul {
    border: 1.5px solid #1644ed;
}

.borda-dash {
    border-style: dashed;
}

/* imagens de fundo */

.bg-quadradinho {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-ecommerce-2020/_imagens/bg-quadradinho.png);
    background-size: 400px;
    background-position: top left;
    background-repeat: repeat;
}

.janela-rosa {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-ecommerce-2020/_imagens/janela-rosa.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 95px;
    padding-left: 65px;
    padding-right: 25px;
    min-height: 280px;
}

.janela-amarela {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-ecommerce-2020/_imagens/janela-amarela.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 95px;
    padding-right: 65px;
    padding-left: 25px;
    min-height: 280px;
}

.janela-bg-amarela {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-ecommerce-2020/_imagens/janela-bg-amarela.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 95px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 280px;
}

.janela-bg-rosa {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-ecommerce-2020/_imagens/janela-bg-rosa.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 95px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 280px;
}

.dobra {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-ecommerce-2020/_imagens/dobra.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 40px;
    min-height: 250px;
}

.dobra-esq {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-ecommerce-2020/_imagens/dobra-esq.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 35px;
    padding-right: 35px;
    padding-left: 43px;
    min-height: 250px;
}

.novidade {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-ecommerce-2020/_imagens/novidade.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 95px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 300px;
}

/* 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) {
   .col-md-3-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    } 
}

@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: 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;
}

.txt-shadow {
    text-shadow: 1.5px 0 #1644ed, -1.5px 0 #1644ed, 0 1.5px #1644ed, 0 -1.5px #1644ed, 1px 1px #1644ed, -1px -1px #1644ed, -1px 1px #1644ed, 1px -1px #1644ed;
}

.shadow-up {
    box-shadow: 5px -5px 0 0 #1644ed;
}

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

}

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