/*
Ideia de futuro: o Brasil pós-pandemia pode ser melhor?
*/

/* 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: 'Globotipo Rounded', sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: rgb(162, 167, 172); /* cinza médio */
    background-color: #fff;
    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: 'Globotipo Rounded';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/infografico-ideia-de-futuro/_fontes/Globo-Rd-Th.woff') format('woff');
   font-weight: 300;
   font-style: normal;
}

@font-face {
   font-family: 'Globotipo Rounded';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/infografico-ideia-de-futuro/_fontes/Globo-Rd-Rg.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Globotipo Rounded';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/infografico-ideia-de-futuro/_fontes/Globo-Rd-Bd.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

@font-face {
   font-family: 'Globotipo Condensada';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/infografico-ideia-de-futuro/_fontes/Globo-Cd-Th.woff') format('woff');
   font-weight: 300;
   font-style: normal;
}

@font-face {
   font-family: 'Globotipo Condensada';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/infografico-ideia-de-futuro/_fontes/Globo-Cd-Bd.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

/* fonts sizes */
a {
    color: #fff;
    background-color: #0031ff;
    text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Globotipo Condensada', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

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

.up {
    text-transform: uppercase;
}

.small {
    font-size: .8rem;
}

.cond {
    font-family: 'Globotipo Condensada', sans-serif;
}

.rounded {
    font-family: 'Globotipo Rounded', sans-serif;
}

h1 u {
    text-decoration: none;
    box-shadow: 0px 1.5px 0px 0px #fff;
}

@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;
    }
    
    .display-4 {
        font-size: 2.75rem;
    }
}

/* colors */

.purple {
    color: #545179;
}

.pink {
    color: #EFB5D1;
}

.red {
    color: #FB5551;
}

.yellow {
    color: #FEDA5C;
}

.green {
    color: #2C8578;
}

.blue {
    color: #6EBAEB;
}

.branco {
    color: #F7F6F2;
}

/* cores de fundo */

@-webkit-keyframes bg {
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}
@-moz-keyframes bg {
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}
@keyframes bg { 
    0%{background-position:93% 0%}
    50%{background-position:0% 100%}
    100%{background-position:93% 0%}
}

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

.p-relative {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 900px) {
    
    .float-md-right {
        float: right;
    }
}

@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;
    }
    
    .text-sm-center {
        text-align: center;
    }
    
    .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;
    }
    
    .py-sm-0 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .tablet {
        display: none;
    }
    
    .mobile {
        display: block;
    }
}

/* estruturas */

.bg-borda {
    width: fit-content;
    padding: 10px;
    border: 2px solid #fff;
}

.dashed {
    border-style: dashed;
}

.box {
    padding: 20px 40px;
}

.box-container {
    padding: 100px;
}

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

.barra {
    content: '';
    height: 45px;
    width: 100%;
    display: block;
    border-radius: 0px;
    margin-right: 20px;
}

.barra-left {
    margin-right: 0;
}

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

@media only screen and (max-width: 500px) {
    
    .barra-left {
        margin-right: 20px;
    }
}

/* conteúdo */
#intro {
    padding-bottom: 60px;
    padding-top: 60px;
    font-weight: 400;
}

#content {
    color: #fff;
    
    background: linear-gradient(224deg, #6325dd, #4875fb, #3c2fe3, #00b8ff, #ae3798);
    background-size: 1000% 1000%;

    -webkit-animation: bg 100s ease infinite;
    -moz-animation: bg 100s ease infinite;
    animation: bg 100s ease infinite;
}

#content > .row {
    transition: 5s ease-out;
    -moz-transition: 5s ease-out;
    -webkit-transition: 5s ease-out;
    -o-transition: 5s ease-out;
    background-position: -100px center;
    background-repeat: repeat-y;
    background-size: 350px;
    
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/infografico-ideia-de-futuro/_imagens/bg-quadrado-diagonal.png);
    
    
}

.divisa {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -8px;
    margin-bottom: 120px;
    width: 100vw;
}

.divisa-bottom {
    margin-bottom: -8px;
    margin-top: 120px;
    transform: rotate(180deg);
}

.bg-symbols {
    background-image: url(https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/infografico-ideia-de-futuro/_imagens/bg-symbols.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-grafico {
    position: absolute;
    right: 0;
    border-left: 1px solid;
    padding-left: 20px;
    margin-top: -90px;
    height: 300px;
    padding-top: 20px;
    width: 300px;
}

.box-grafico::after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 10px;
    bottom: 0;
    left: -10px;
    border-bottom: 2px solid;
}

.box-grafico::before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 10px;
    top: 0;
    left: -10px;
    border-bottom: 2px solid;
}

@media screen and (max-width: 900px) {
    
    #content > .row {
        background: none!important;
    }
    
    .box-grafico {
        display: none;
    }
}

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


}

/* RESIZES */
@media screen and (min-width: 1400px) {
    
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}