/*
Mulheres em tempo de pandemia - Saude
*/

/* 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: #000; /* preto */
    background-color: transparent;
    font-style: normal;
    font-size: 1.25rem;
}

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-mulheres-saude/_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-mulheres-saude/_fontes/Proxima-Nova-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_fontes/Proxima-Nova-Black.woff') format('woff');
   font-weight: 900;
   font-style: normal;
}

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

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

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

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

h1.b, h1 b, h2.b, h2 b {
    font-weight: 900;
}

.up {
    text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
    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: 3.5rem;
    }
    
    .display-3 {
        font-size: 3rem;
    }
}

/* colors */

.preto {
    color: #000;
}

.roxo {
    color: #450159;
}

.ciano {
    color: #02dcc5;
}

.laranja {
    color: #fd7c00;
}

.branco {
    color: #fff;
}

/* cores de fundo */

.bg-preto {
    background-color: #000;
}

.bg-roxo {
    background-color: #450159;
}

.bg-ciano {
    background-color: #02dcc5;
}

.bg-laranja {
    background-color: #fd7c00;
}

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

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

/* alinhamentos */

.mobile, .tablet {
    display: none;
}

.desktop {
    display: block;
}

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

.position-relative {
    position: relative!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-60 {
    padding-bottom: 60px;
}

.pb-20 {
    padding-bottom: 20px;
}


@media only screen and (max-width: 900px) {
    
    .d-ml-auto {
        margin-left: 0;
    }
    
    .lg-text-right {
        text-align: left;
    }
    
    .my-lg-100 {
        margin-top: auto;
        margin-bottom: auto;
    }
    
    .mt-lg-100 {
        margin-top: auto;
    }
    
    .mt-md-100 {
        margin-top: 100px;
    }
    
    .mb-lg-100 {
        margin-bottom: auto;
    }
    
    .mt-md-60 {
        margin-top: 60px;
    }
    
    .mt-md-40 {
        margin-top: 40px;
    }
    
    .mb-md-40 {
        margin-bottom: 40px;
    }
    
    .desktop {
        display: none;
    }
    
    .tablet {
        display: block;
    }
}

@media only screen and (max-width: 500px) {
    
    .md-text-right {
        text-align: left;
    }
    
    .mb-sm-60 {
        margin-bottom: 60px;
    }
    
    .my-sm-40 {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    
    .mt-sm-40 {
        margin-top: 40px;
    }
    
    .mb-sm-40 {
        margin-bottom: 40px;
    }
    
    .mb-sm-20 {
        margin-bottom: 20px;
    }
    
    .py-sm-40 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    
    .pt-sm-40 {
        padding-top: 40px;
    }
    
    .pb-sm-40 {
        padding-bottom: 40px;
    }
    
    .tablet {
        display: none;
    }
    
    .mobile {
        display: block;
    }
}

/* estruturas */

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

.box {
    padding: 20px 40px;
}

.box-container {
    padding: 100px;
}

.borda-ciano {
    border: 2px solid #02dcc5;
}

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

}

/* menu */

.progress {
    background-color: #fff;
}

.progress-bar {
    background-color: #000;
}

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

}

/* conteúdo */
#main {
    position: relative;
    overflow: hidden;
    background-color: transparent;
    justify-content: center;
    padding: 0;
}

#main > .row {
    margin-left: auto;
    margin-right: auto;
}

.row-intro {
    padding: 60px 10px 0;
}

#mulher .row-primeiro .col-12 {
    margin-right: 50px;
}

.bg-mulher {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/bg-mulher.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 650px;
    padding-bottom: 150px;
    margin-top: -350px;
}

.bg-bolinhas {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/bolinhas.png);
    background-position: bottom right;
    background-repeat: repeat-y;
    background-size: 30px;
}

.trazo {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/trazo.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 450px;
    padding-bottom: 150px;
}

.bg-regina {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/bg-regina.png);
    background-position: -650px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
}

.bg-linhas-ciano {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/linhas-ciano.png);
    background-position: -1150px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 120px;
}

.bg-linhas {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/linhas-roxo.png);
    background-position: bottom left;
    background-repeat: repeat-y;
    background-size: 130px;
    position: relative;
}

.helena {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/helena.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 650px;
    width: 650px;
    display: block;
    z-index: 0;
    position: absolute;
    bottom: 0;
}

.bg-fala {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/fala.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 145px 110px;
}

.bolinha-laranja {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/bolinhas-laranja.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.linhas-preto {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/linhas-preto.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 2560px;
    padding-top: 120px;
}

.bolinhas-ciano {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/bolinhas-ciano.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 50px;
    background-size: 450px;
}

.bolinhas-left {
    background-position: top left;
}

.old-lady {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/old-lady.png);
    background-position: -950px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
}

.bg-bolinhas-h-ciano {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/bolinhas-h-ciano.png);
    background-position: bottom right;
    background-repeat: repeat-y;
    background-size: 30px;
}

@media only screen and (max-width: 900px) {
    
    #mulher .row-primeiro .col-12 {
        margin-right: 30px;
    }
    
    .bg-regina {
        background-position: -1900px;
    }
    
    .bg-linhas-ciano {
        background-position: -1700px;
        padding-bottom: 180px;
    }
    
    .bg-linhas {
        margin-top: -60px;
        background-size: 50px;
    }
    
    .helena {
        position: relative;
    }
    
    .bg-fala {
        padding: 60px 170px 110px;
    }
    
    .bolinha-laranja {
        background-size: contain;
    }
    
    .old-lady {
        background-position: -1450px;
    }
    
    .box-container {
        padding: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .row-intro {
        padding: 60px 0px 30px;
    }
    
    .bg-mulher {
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/bg-mulher-mobile.png);
        background-size: contain;
        padding-top: 400px;
        margin-top: -30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    
    #mulher .box {
        padding: 0;
        margin-top: 40px;
    }
    
    .bg-bolinhas {
        background-size: 15px;
    }
    
    .trazo {
        padding-bottom: 60px;
        background-size: 250px;
    }
    
    .bg-regina {
        background-position: center;
        padding-top: 60px;
    }
    
    .bg-linhas-ciano {
        background-position: center;
        padding-top: 0px;
    }
    
    .bg-linhas {
        background-size: 25px;
    }
    
    .helena {
        height: 350px;
    }
    
    .bg-fala {
        padding: 80px 40px 140px;
    }
    
    .bolinha-laranja {
        background-repeat: repeat-y; 
    }
    
    .old-lady {
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-saude/_imagens/old-lady-mobile.png);
        background-size: contain;
        background-position: bottom center;
        padding-top: 60px;
        padding-bottom: 250px;
    }
    
    .bg-bolinhas-h-ciano {
        background-size: 20px;
    }
    
    .box-container {
        padding: 20px;
    }

}