/*
quem coda br
*/

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

home,
image,
footer,
header,
main,
menu,
nav {
  display: block;
}

/* fonts */

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/quem-coda-br/assets/_fonte/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/quem-coda-br/assets/_fonte/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/quem-coda-br/assets/_fonte/Proxima-Nova-Black.woff') format('woff');
   font-weight: 900;
   font-style: normal;
}

/* fonts sizes */
a {
    color: inherit;
    text-decoration: none;
    transition: 1s ease;
    box-shadow: inset 0 -4px #19abe3;
    -webkit-box-shadow: inset 0 -4px 0 #19abe3;
    -moz-box-shadow: inset 0 -4px 0 #19abe3; 
}

a:hover {
    color: inherit;
    text-decoration: none;
    background-color: #19abe3;
}

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

.black { font-weight: 900; }

.light { font-weight: 400; }

.font-big {
    font-size: 5rem;
}

.uppercase {
    text-transform: uppercase;
}

mark {
    background-color: #763998;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Catamaran', sans-serif;
    margin-bottom: 30px;
    margin-top: 60px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Catamaran', sans-serif;
}

.title {
    background: -webkit-linear-gradient(135deg,#1400c8 0%,#b900b4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@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-2 {
        font-size: 3.25rem;
    }
}

/* colors */

.azul {
    color: #19abe3!important;
}

.rosa {
    color: #df2586!important;
}

.roxo {
    color: #7b529d!important;
}

.preto {
    color: #000!important;
}

.branco {
    color: #fff!important;
}

/* cores de fundo */

.bg-color {
    background: rgb(25,171,227);
    background: linear-gradient(0deg, rgba(25,171,227,1) 0%, rgba(223,37,134,1) 100%);
}

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

.bg-azul {
    background-color: #19abe3;
}

.bg-roxo {
    background-color: #7b529d;
}


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

/* divisores */

.divisor {
    content: '';
    display: block;
    position: relative;
    margin: 40px auto;
    width: 100%;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* botões */

.btn {
    font-family: 'Catamaran', sans-serif;
    font-weight: 300;
    color: inherit;
}

.btn:focus {
    box-shadow: none; 
}

.btn-outline {
    background-color: transparent;
    color: #763998;
    border: 1p solid #763998;
}

.btn-outline:hover {
    color: #fff;
    background-color: #763998;
}

/* alinhamentos */

.mobile, .tablet {
    display: none;
}

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

.margin-bottom {
    margin-bottom: 5%;
}

.margin-bottom-bottom {
    margin-bottom: 10%;
}

.margin-top {
    margin-top: 5%;
}

.margin-top-top {
    margin-top: 10%;
}

.padding-bottom {
    padding-bottom: 5%;
}

.padding-top {
    padding-top: 5%;
}

.padding-top-top {
    padding-top: 10%;
}

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

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

@media only screen and (max-width: 2600px) and (min-width: 1900px) {
    .padding-top-top {
        padding-top: 5%;
    }
    
    .margin-bottom-bottom {
        margin-bottom: 5%;
    }
}

@media only screen and (max-width: 900px) {
    .padding-top {
        padding-top: 10%;
    }
    
    .d-ml-auto {
        margin-left: 0;
    }
    
    .lg-text-right {
        text-align: left;
    }
    
    .md-mt-60 {
        margin-top: 60px;
    }
    
    .no-tablet {
        display: none;
    }
    
    .tab-text-center {
        text-align: center;
    }
}

@media only screen and (max-width: 500px) {
    .margin-top {
        margin-top: 10%;
    }
    
    .margin-top-top {
        margin-top: 20%;
    }
    
    .margin-bottom {
        margin-bottom: 10%;
    }
    
    .margin-bottom-bottom {
        margin-bottom: 20%;
    }
    
    .padding-bottom {
        padding-bottom: 10%;
    }

    .padding-top {
        padding-top: 15%;
    }
    
    .padding-top-top {
        padding-top: 20%;
    }
    
    .md-text-right {
        text-align: left;
    }
    
    .desktop {
        display: none;
    }
    
    .mobile {
        display: block;
    }
}

/* estruturas */
.destacado {
    margin: 100px auto;
}

.borda {
    padding: 40px;
    border-image: linear-gradient(180deg, rgba(25,171,227,1) 0%, rgba(223,37,134,1) 100%);
    border-width: 5px;
    border-style: solid;
    border-image-slice: 1;
}

.borda p {
    margin-bottom: 0;
}

.col-bg {
    margin-left: -15px;
    margin-right: -15px;
    width: 100vw;
}

.col-bg p {
    margin-left: 20px;
}

.grafico .row {
    margin-bottom: 10px;
}

.bar-col {
    position: relative;
    width: 100%;
    display: inline-flex;
    text-align: center;
}

.bar {
    content: '';
    display: block;
    height: 36px;
    margin-right: 10px;
}

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

/* menu */
#menu {
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.05);
}

#menu .nav-item {
    margin: .5rem 1rem;
}

#menu .nav-link {
    color: #000;
    font-family: 'Catamaran', sans-serif;
    padding: 0;
    line-height: 1;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#menu .nav-link:hover {
    color: inherit;
    text-decoration: none;
    transition: 1s ease;
    box-shadow: inset 0 -4px #19abe3;
    -webkit-box-shadow: inset 0 -4px 0 #19abe3;
    -moz-box-shadow: inset 0 -4px 0 #19abe3;
    background-color: transparent;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    text-decoration: underline;
    font-family: 'Catamaran', sans-serif;
}

.progress {
    background-color: #f8f9fa;
}

.progress-bar {
    background: rgb(25,171,227);
    background: linear-gradient(90deg, rgba(25,171,227,1) 0%, rgba(223,37,134,1) 100%);
}

/* conteúdo */
#main {
    position: relative;
    height: auto;
    overflow-y: scroll;
}

#banner {
    padding-top: 5%;
    height: 100vh;
    background-image: url(../images/bg-quem-coda.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner .gente-link {
    position: absolute;
}

.gente-link a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.gente-link a:hover {
    background-color: transparent;
}

#banner .titulo-box {
    position: relative;
    width: 300px;
}

#banner .titulo {
    position: relative;
}

#banner .titulo h1 {
    margin-top: 0;
    line-height: 1;
}

#banner .titulo p {
    text-align: right;
    margin-top: 120px;
}

#banner .bg-titulo {
    position: absolute;
    top: 50px;
    left: 25px;
    height: 100%;
    width: 300px;
    
    background: rgb(25,171,227);
    background: linear-gradient(0deg, rgba(25,171,227,1) 0%, rgba(223,37,134,1) 100%);
}

#resumo, #metodologia, #descobrimos, #carreira, #diversidade, #percepcao {
    padding: 120px 15px;
    position: relative;
}

.titulo-up {
    content: '';
    display: block;
    height: 7px;
    width: 50px;
    background-color: #19abe3;
}

#metodologia .col-bg {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(../images/bg-metodologia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.col-text {
    padding-right: 50px;
}

#conclusao {
    padding-bottom: 120px;
}

@media only screen and (max-width: 1050px) {
    #banner .titulo {
        padding-top: 25%;
    }
}

@media only screen and (max-width: 900px) {
    #banner .titulo-box {
        margin-top: 25%;
    }
    
    .tablet {
        display: block;
    }
    
    .no-tablet {
        display: none;
    }
    
    .col-text {
        padding-right: 15px;
        margin-bottom: 60px;
    }
    
    #resumo, #metodologia, #descobrimos, #carreira, #diversidade, #percepcao, #conclusao {
        padding: 60px 20px;
    }
    
    #metodologia .col-bg {
        height: 500px;
    }
}

@media only screen and (max-width: 500px) {
    #menu {
        height: 1px;
        padding: 0;
    }
    
    #banner .gente-link {
        position: relative;
        top: 40px;
    }
    
    .col-banner {
        height: 100vh;
    }
    
    #banner .titulo-box {
        margin-top: unset;
    }
    
    #banner .bg-titulo {
        width: 250px;
    }
    
    #banner .titulo {
        padding-top: 0;
        margin-top: 100px;
    }
    
    #banner .display-2 {
        font-size: 4.5rem;
    }
    
    #banner .titulo p {
        margin-top: 60px;
        width: 250px;
    }   
    
    .bg .destacado {
        padding: 0;
        margin: 40px 0;
    }
}

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


}

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

}