/*
Mulheres em tempo de pandemia - Violencia
*/

/* 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-violencia/_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-violencia/_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-violencia/_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: 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: 4rem;
    }
    
    .display-3 {
        font-size: 2.5rem;
    }
    
}

/* colors */

.preto {
    color: #000;
}

.vermelho {
    color: #f11f1c;
}

.amarelo {
    color: #fff437;
}

.branco {
    color: #fff;
}

/* cores de fundo */

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

.bg-vermelho {
    background-color: #f11f1c;
}

.bg-amarelo {
    background-color: #fff437;
}

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

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

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

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

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

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

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

/* estruturas */

.box {
    padding: 60px;
}

.borda-preta {
    border: 2px solid #000;
}

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

}

/* menu */

.progress {
    background-color: #fff437;
}

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

#medo .row-primeiro .col-12 {
    padding-top: 200px;
}

#medo .row-segundo .col-12 {
    margin-top: 950px;
}

#medo .row-terceiro .col-12 {
    margin-right: 150px;
    margin-top: 150px;
}

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

#violencia {
    margin-top: -300px;
}

#violencia .row-segundo .box {
    padding: 120px 155px;
}

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

.bg-roda {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-violencia/_imagens/roda.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

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

.linhas-vermelhas {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-violencia/_imagens/linhas-vermelhas.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 100px;
}

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

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

.bg-bolinha {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-violencia/_imagens/bolhinhas.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 750px;
    padding: 0px 120px;
}

@media only screen and (max-width: 900px) {
    
    .row-intro {
        padding: 60px 10px;
    }
    
    .bg-medo {
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-violencia/_imagens/bg-medo-tablet.png);
        padding-bottom: 0px;
    }
    
    #medo .row-segundo .col-12 {
        margin-top: 130px;
    }
    
    #medo .row-terceiro .col-12 {
        margin-right: 300px;
        margin-top: 350px;
    }
    
    .bg-looking {
        background-position: top;
        padding-top: 450px;
    }
    
    #violencia .row-primeiro .col-12 {
        margin-left: 0px;
        margin-top: 0px;
    }
    
    #violencia .row-segundo .col-primeiro {
        margin-right: auto;
        margin-top: 40px;
    }
    
    #violencia .row-segundo .col-12 {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    #violencia .row-segundo .box {
        padding: 230px;
    }
    
    .bg-caos {
        padding: 100px 10px;
    }
    
    #violencia .row-quarto {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .linhas-vermelhas {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    
    .bg-lagrima {
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-violencia/_imagens/lagrima-tablet.png);
        padding: 100px 30px 480px;
    }
    
    .bg-mochila {
        
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-violencia/_imagens/mochila-mobile.png);
        background-position: bottom;
        background-size: contain;
        padding: 50px 30px 150px;
    }
    
    .bg-bolinha {
        padding: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .row-intro {
        padding: 60px 0px 30px;
    }
    
    .bg-medo {
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-violencia/_imagens/bg-medo-mobile.png);
        background-position: bottom;
        background-size: contain;
        padding-bottom: 350px;
    }
    
    #medo .row-segundo, #medo .row-terceiro {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    #medo .row-segundo .col-12 {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
    }
    
    #medo .row-terceiro .col-12 {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
    }
    
    .box {
        padding: 20px;
    }
    
    .bg-looking {
        background-image: none;
        padding-top: 0;
    }
    
    #violencia {
        margin-top: 0;
        padding-top: 60px;
    }
    
    #violencia .row-segundo {
        width: 100%;
    }
    
    #violencia .row-segundo .col-12 {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 20px;
    }
    
    #violencia .row-segundo .box {
        padding: 80px;
        margin-top: auto;
    }
    
    .bg-lagrima {
        background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/card-mulheres-violencia/_imagens/lagrima-mobile.png);
        padding: 100px 30px 380px;
    }
}