/*
Dias das Mães durante o Covid-19
*/

/* geral */

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

/* scrollbar */

::-webkit-scrollbar {
    width: 10px;
    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: #3a3a3a; /* cinza */
    background-color: transparent;
    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-maes-covid/_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-maes-covid/_fontes/Proxima-Nova-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

/* fonts sizes */
a {
    color: inherit;
    text-decoration: underline;
}

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

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

.i {
    font-style: italic;
}

small { color: #989898 }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-weight: 700;
}

@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; 
    }
    
    .display-1 {
        font-size: 3rem;
    }
    
    .display-2 {
        font-size: 2.5rem;
    }
    
    .display-3, h1 {
        font-size: 2rem;
    }
    
    .display-4 {
        font-size: 1.75rem;
    }
}

/* colors */

.branco {
    color: #f7f3f0;
}

.verde {
    color: #c4d7d1;
}

.rosa {
    color: #f5d1c3;
}

.cinza {
    color: #3a3a3a;
}

/* cores de fundo */

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

.bg-verde {
    background-color: #c4d7d1;
}

.bg-rosa {
    background-color: #f5d1c3;
}

.bg-borda {
    padding: 5px 15px;
    border-radius: 20px;
    max-width: fit-content;
}

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

/* imagens de fundo */

.onda-branca {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-maes-covid/_imagens/onda-branca.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.onda-verde {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-maes-covid/_imagens/onda-verde.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.onda-rosa {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-maes-covid/_imagens/onda-rosa.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.down-branco {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-maes-covid/_imagens/down-branco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.down-rosa {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-maes-covid/_imagens/down-rosa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.up-branco {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-maes-covid/_imagens/up-branco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.up-rosa {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-maes-covid/_imagens/up-rosa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.presente-branco {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-maes-covid/_imagens/presente-branco.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.presente-rosa {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-maes-covid/_imagens/presente-rosa.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

/* alinhamentos */

.mobile, .tablet {
    display: none;
}

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

.position-relative {
    position: relative;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.lg-text-right, .md-text-right {
    text-align: right;
}

.justify-flex-end {
    justify-content: flex-end;
}

.d-ml-auto {
    margin-left: auto;
}

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

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

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

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

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

@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;
    }
    
    .no-tablet {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    
    .desktop {
        display: none;
    }
    
    .mobile {
        display: block;
    }
    
    .mb-sm-40 {
        margin-bottom: 40px;
    }
}

/* estruturas */

.titulo {
    margin-bottom: 60px;
}

.box-verde {
    padding: 40px;
    background-color: #c4d7d1;
    width: auto;
    border-radius: 50px;
}

.box-rosa {
    padding: 40px;
    background-color: #f5d1c3;
    width: auto;
    border-radius: 50px;
}

.box-branco {
    padding: 40px;
    background-color: #f7f3f0;
    width: auto;
    border-radius: 50px;
}

.borda-verde {
    padding: 40px;
    border: 2px solid #c4d7d1;
    width: auto;
    border-radius: 50px;
}

.borda-rosa {
    padding: 40px;
    border: 2px solid #f5d1c3;
    width: auto;
    border-radius: 50px;
}

.borda-branco {
    padding: 40px;
    border: 2px solid #f7f3f0;
    width: auto;
    border-radius: 50px;
}


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

}

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

}

/* menu */

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

}

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

#main > .row {
    padding: 100px 0;
}

@media only screen and (max-width: 900px) {
    #main > .row {
        padding: 60px 10px;
    }
}
