/*
Mulheres em tempo de pandemia - Trabalho
*/

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

/* colors */

.preto {
    color: #000;
}

.verde {
    color: #08b875;
}

.creme {
    color: #fb8d7e;
}

.rosa {
    color: #e04888;
}

.branco {
    color: #fff;
}

/* cores de fundo */

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

.bg-verde {
    background-color: #08b875;
}

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

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

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

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

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

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

@media only screen and (min-width: 1900px) {
    
    /* para telas maiores que 1920px */
    
    .col-xlg-6 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media only screen and (max-width: 900px) {
    
    .md-inline-flex {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    
    .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-inline-flex {
        display: block;
    }
    
    .md-text-right {
        text-align: left;
    }
    
    .my-sm-40 {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    
    .mt-sm-40 {
        margin-top: 40px;
    }
    
    .py-sm-40 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    
    .pt-sm-40 {
        padding-top: 40px;
    }
    
    .tablet {
        display: none;
    }
    
    .mobile {
        display: block;
    }
}

/* estruturas */

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

.box {
    padding: 20px 40px;
}

.borda-creme {
    border: 2px solid #fb8d7e;
}

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

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

.x-primeiro {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/x-primeiro.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 90px;
}

.x-primeiro .col-primeiro {
    margin-top: -20px;
}

.x-primeiro .col-segundo {
    padding-top: 100px;
}

.x-segundo {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/x-segundo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}

.x-segundo .col-segundo {
    margin-top: -20px;
}

.x-segundo .col-primeiro {
    padding-top: 100px;
}

.x-terceiro {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/x-terceiro.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
}

.x-terceiro .col-primeiro {
    margin-top: 30px;
    padding-right: 60px;
}

.x-terceiro .col-segundo {
    padding-top: 90px;
}

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

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

.bolinhas-verdes {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/bolotas-verdes.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 10px;
    padding-top: 30px;
}

.bg-linha {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/linhas-verdes.png);
    background-position: left;
    background-repeat: repeat-y;
    background-size: 50px;
}

.linha {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/linhas-verdes-h.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 300px;
    padding-bottom: 60px;
}

.linha-esq {
    background-position: bottom left;
}

.anna {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/anna.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 1150px;
}

@media only screen and (max-width: 900px) {
    
    #mulher .display-1, .x-primeiro .display-1, .x-segundo .display-1, .x-terceiro .display-1 {
        font-size: 4.5rem;
    }
    
    .x-primeiro .col-segundo {
        text-align: right;
        padding-top: 120px;
    }
    
    .x-segundo {
        padding-top: 40px;
    }
    
    .x-segundo .col-segundo {
        text-align: right;
        margin-top: -50px;
    }
    
    .x-terceiro .col-segundo {
        text-align: right;
    }
    
    .bg-bolotas {
        background-position: -800px 0;
    }
    
    .bg-looking {
        padding-bottom: 350px;
        background-position: bottom right;
    }
    
    .bg-linha {
        background-position: -25px 0;
    }
}

@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-trabalho/_imagens/bg-mulher-mobile.png);
        background-size: contain;
        padding-top: 375px;
        margin-top: -50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #mulher .display-1, .x-primeiro .display-1, .x-segundo .display-1, .x-terceiro .display-1 {
        font-size: 3.5rem;
    }
    
    .x-primeiro {
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/x-primeiro-mobile.png);
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
        padding-top: 20px;
    }
    
    .x-primeiro .col-primeiro {
        margin-top: auto;
    }
    
    .x-primeiro .col-segundo {
        margin-top: auto;
        padding-top: 300px;
    }
    
    .x-segundo {
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/x-segundo-mobile.png);
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
        padding-top: 5px;
    }
    
    .x-segundo .col-primeiro {
        padding-top: 25px;
    }
    
    .x-segundo .col-segundo {
        margin-top: 350px;
    }
    
    .x-terceiro {
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/x-terceiro-mobile.png);
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 50px;
        padding-top: 5px;
    }
    
    .x-terceiro .col-segundo {
        margin-top: 350px;
    }
    
    .bg-bolotas {
        background-position: -1050px 0;
    }
    
    .bg-looking {
        padding-bottom: 200px;
    }
    
    .bg-linha {
        background-position: -35px 0;
    }
    
    .linha {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .anna {
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-trabalho/_imagens/anna-mobile.png);
        background-size: contain;
        background-position: top;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        padding-top: 370px;
    }
}