/* Red Hat Display - Regular */
@font-face {
    font-family: 'Red Hat Display';
    src: url('../fontes/Red_Hat_Display/RedHatDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Red Hat Display - Black */
@font-face {
    font-family: 'Red Hat Display';
    src: url('../fontes/Red_Hat_Display/RedHatDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/* Red Hat Text - Regular */
@font-face {
    font-family: 'Red Hat Text';
    src: url('../fontes/Red_Hat_Text/RedHatText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Red Hat Text - Black */
@font-face {
    font-family: 'Red Hat Text';
    src: url('../fontes/Red_Hat_Text/RedHatText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}



/* Red Hat Mono - Regular */
@font-face {
    font-family: 'Red Hat Mono';
    src: url('../fontes/Red_Hat_Mono/RedHatMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Red Hat Mono - Bold */
@font-face {
    font-family: 'Red Hat Mono';
    src: url('../fontes/Red_Hat_Mono/RedHatMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*
VARIÁVEIS: CORES
*/

:root{
    --cor1: #E4002B;
    --cor2: #155CFC;
    --cor3: #F2F2F2;
    --cor4: #F3F7FF;
    
    --titulo-sm: 48px;
    --titulo-md: 56px;
    --titulo-lg: 64px;
    
    --subtitulo-sm: 40px;
    --subtitulo-md: 48px;
    --subtitulo-lg: 56px;
}

/*
GERAL
*/

*, ::before, ::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

/* TRANSIÇÃO ENTRE ID'S SUAVES*/

html{
    scroll-behavior: smooth;
}

body{
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 400;
}

.container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.section{
    margin-top: 104px;
}

.section__titulo{
    font-size: var(--subtitulo-sm);
    line-height: 1.2;
    text-align: center;
    margin-bottom: 24px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
}

img, pictures, video, canvas, svg {
    display: block;
    max-width: 100%;
    user-select: none;
}

a{
    font-family: 'Red Hat Display', sans-serif;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}

ul{
    list-style: none;
}

.logo{
    font-family: 'Red Hat Display', sans-serif;
    text-decoration: none;
    color: #000;
    font-weight: 900;
    transition: 0.4s ease-in-out;
}

.logo:hover{
    color: var(--cor1);
}

.botao_cta{
    background-color: var(--cor2);
    color: #ffffff;
    font-weight: 900;
    padding: 28px 32px;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0 0 16px var(--cor2);
    display: inline-block;
    transition: 0.4s ease-in-out;
    text-decoration: none;
}

.header__cta{
    border: solid 1px var(--cor2);
    color: #000;
    font-weight: 900;
    padding: 20px 24px;
    border-radius: 16px;
    cursor: pointer;
    display: inline-block;
    transition: 0.4s ease-in-out;
    text-decoration: none;
}

.botao_cta:hover{
    background-color: hsl(222, 97%, 30%);
}

.header__cta:hover{
    background-color: var(--cor2);
    color: white;
}

/*
SCROLLBAR
*/

body::-webkit-scrollbar {
    width: 8px;
}
 
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
}
 
body::-webkit-scrollbar-thumb {
    background-color: var(--cor1);
    outline: 1px solid var(--cor1);
}

/*
NAVEGADOR
*/

header{
    width: 100%;
    position: fixed;
    z-index: 1000;
    /*STYLE*/
    background-color: #fff;
    border-radius: 0 0 24px 24px;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}

.header__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
}

.header__hamburguer{
    font-size: 32px;
    cursor: pointer;
    border: solid 1px #e5e5e5;
    padding: 0px 8px;
    border-radius: 8px;
    transition: 0.8s ease-in-out;
}

.header__hamburguer__ativado{
    background-color: var(--cor3);
    border: solid 1px var(--cor3);
}

nav{
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow-y: hidden;
    transition: 0.8s;
}

nav.open{
    height: 374px;
    visibility: visible;
}

.header__menu{
    /*POSITION*/
    position: relative;
    /*DISPLAY*/
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    /*STYLE*/
    margin-top: 16px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 32px;
    padding-left: 40px;
    background-color: var(--cor3);
    border-radius: 24px;
    margin-top: 16px;
}

.header__link{
    transition: .4s ease-in-out;;
}

.header__link:hover{
    color: var(--cor1);
}

.header__redesocial{
    display: flex;
    gap: 32px;
}

.header__redesocial__link{
    font-size: 20px;
    color: var(--cor2);
}

/*
SETA VOLTAR
*/

#seta-voltar-topo{
    line-height: 0;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 2;
    background-color: #000;
    border-radius: 100%;
    padding: 2px;
    opacity: 0;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}
    
#seta-voltar-topo.show{
    opacity: 1;
}

#seta-voltar-topo i{
    font-size: 48px;
    display: block;
    color: #fff;
    border-radius: 100%;
}

/*
HERO SECTION
*/

.hero{
    /*TELA*/
    height: 100vh;
    min-height: 640px;
    /*max-height: 960px;*/
    padding-top: 60px;
    /*TEXTO*/
    text-align: center;
    /*DISPLAY*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero__titulo{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size: var(--titulo-sm);
    max-width: 10.5ch;
    line-height: 1.2;
}

.hero__descricao{
    margin-top: 8px;
    max-width: 33ch;
}

.hero__cta{
    margin-top: 32px;
}

/*
TRABALHOS
*/

.trabalhos{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 24px;*/
    max-width: 432.88px;
}

.trabalhos__grid{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
}

.trabalhos__capa{
    position: relative;
}

.trabalhos__descricao{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 60%);
    border-radius: 24px;
}

.trabalhos__titulo{
    font-size: var(--subtitulo-sm);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
}

.trabalhos__servicos{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -6px;
}

.trabalhos__img{
    border-radius: 24px;
}

.trabalhos__cta{
    border: solid 1px var(--cor1);
    color: #000;
    font-weight: 900;
    padding: 28px 32px;
    border-radius: 16px;
    cursor: pointer;
    display: inline-block;
    transition: 0.4s ease-in-out;
    margin-top: 24px;
}

.trabalhos__cta:hover{
    background-color: var(--cor1);
    color: #fff
}

/*
COMO EU TRABALHO
*/

.metodologia__lista{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.metodologia__item{
    background-color: var(--cor3);
    padding: 32px;
    border-radius: 24px;
    max-width: 432.88px;
}

.metodologia__item__etapa{
    font-family: 'Red Hat Mono', monospace;
    font-size: 80px;
    font-weight: 400;
    color: var(--cor1);
    margin-top: -24px;
    margin-bottom: -20px;
    margin-left: -6px;
}

.metodologia__item__titulo{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 4px;
    font-weight: 900;
}

.metodologia__item__descricao{
    font-size: 16px;
    margin-bottom: -6px;
}

/*
BENEFÍCIOS
*/

.beneficios__lista{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.beneficios__item{
    background-color: var(--cor3);
    padding: 32px;
    border-radius: 24px;
    width: 100%;
    max-width: 432.88px;
}

.beneficios__item__icone{
    font-size: 32px;
    color: var(--cor2);
    line-height: 0;
    display: inline-block;
}

.beneficios__item__titulo{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    margin-top: 8px;
    font-size: 24px;
}

.idt{
    margin-top: 4px;
}

.beneficios__item__descricao{
    font-family: 'Red Hat text', sans-serif; 
    max-width: 25ch;
    margin-left: auto;
    margin-right: auto;
}

/*
O QUE EU ENTREGO
*/

.entrega__lista{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.entrega__item{
    background-color: var(--cor3);
    padding: 32px;
    border-radius: 24px;
    max-width: 432.88px
}

.entrega__item__img{
    border-radius: 16px;
    width: 100%;
}

.entrega__item__titulo{
    font-family: 'Red Hat Display', sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 4px;
}

.entrega__item__descricao{
    font-size: 16px;
    margin-bottom: -4px;
}

/*
SOBRE
*/

.sobre__conteudo{
    background-color: var(--cor3);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    max-width: 432.88px;
    margin-left: auto;
    margin-right: auto;
}

.sobre__img{
    border-radius: 24px;
}

.sobre__titulo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
    gap: 8px;
}

.sobre__titulo h2{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    font-size:  var(--subtitulo-sm);
    flex-shrink: 0;
}

.sobre__emoji{
    width: 40px;
    height: 40px;
}

.sobre__descricao{
    padding: 0 32px 32px 32px;
}

/*
DEPOIMENTOS
*/

.depoimento__item{
    background-color: var(--cor3);
    padding: 32px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;    
}

.depoimento__img{
    width: 104px;
    margin-bottom: 16px;
}

.depoimento__conteudo__titulo{
    margin-bottom: 6px;
    font-size: 16px; 
}

.depoimento__conteudo__subtitulo{
    margin-top: 8px;
    font-size: 16px;
}

/*
CTA
*/

.cta{
    text-align: center;
}

.cta__conteudo{
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 184px;
    padding-bottom: 184px;
    background-color: var(--cor4);
    border-radius: 24px;
}

.cta__titulo{
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    font-size:  var(--subtitulo-sm);
    margin-bottom: 24px;
    max-width: 14ch;
    margin-left: auto;
    margin-right: auto;
}

/*
PERGUNTAS FREQUENTES
*/

.faq__lista{
    display: flex;
    flex-direction: column;
}

.faq__pergunta__titulo{
    font-size: 16px;
    padding: 32px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s ease-out;
}

.faq__pergunta__titulo:hover{
    background-color: #e0e9ff;
    color: #155cfc;
    font-weight: 500;
}

.faq__pergunta__titulo__ativo{
    background-color: #e0e9ff;
    color: #155cfc;
    font-weight: 500;
}

.faq__pergunta__icone{  
    transition: 0.4s;
}

.faq__pergunta__icone.active {
    transform: rotate(180deg);
}

.faq__pergunta__texto__container{
    background-color: var(--cor4);
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq__pergunta__texto{
    padding: 32px;
}

/*
FOOTER
*/

.footer{
    margin-top: 104px;
    padding: 16px 80px;
    background-color: var(--cor2);
    text-align: center
}

.footer__texto{
    font-family: 'Red Hat Display', sans-serif;
    color: #fff;
}


/*768px BREAKING POINT*/
@media (min-width: 768px){
 
    /*
    GERAL
    */
    
    .container{
        width: 768px;
    }

    .section__titulo{
        font-size: var(--subtitulo-md);
    }
    
    /*
    HEADER
    */
    
    header{
        left: 0;
        right: 0;
    }
    
    /*
    HERO SECTION
    */

    .hero{
        /*max-height: 720px;*/
        min-height: 560px;
    }

    .hero__titulo{
        font-size: var(--titulo-md);
        max-width: 17ch;
    }
    
    .hero__descricao{
        max-width: 40ch;
    }
    
    /*
    TRABALHOS
    */
    
    .trabalhos{
        max-width: 100%;
    }
    
    .trabalhos__grid{
        grid-template-columns: 1fr 1fr;
    }

    .trabalhos__titulo{
        font-size: var(--subtitulo-md);
    }
    
    /*
    COMO TRABALHO
    */
    
    .metodologia__lista{
        justify-content: center;
    }
    
    .metodologia__item{
        max-width: calc(50% - 8px);
    }
    
    /*
    BENEFÍCIOS
    */

    .beneficios__item{
        width: auto;
    }
    
    .idt{
        margin-top: 8px;
    }
    
    /*
    O QUE EU ENTREGO
    */

    .entrega__item{
        width: calc(50% - 8px);
    }
    
    /*
    SOBRE
    */
    
    .sobre__conteudo{
        background-color: #fff;
        flex-direction: row;
        align-items: center;
        gap: 32px;
        max-width: 100%
    }
    
    .sobre__img{
        width: 368px;
        height: 368px;
    }
    
    .sobre__texto{
        padding-top: 16px;
        padding-right: 0;
        padding-bottom: 16px;
    }
    
    .sobre__titulo{
        justify-content: start;
        padding: 0;
        margin-top: 0;
    }

    .sobre__titulo h2{
        font-size:  var(--subtitulo-md);
    }
    
    .sobre__descricao{
        padding: 0;
    }
    
    /*
    CTA
    */

    .cta__titulo{
        font-size:  var(--subtitulo-md);
    }

}


/*992px BREAKING POINT*/
@media (min-width: 992px){
 
    /*
    GERAL
    */
    
    .container{
        width: 992px;
        padding-left: 32px;
        padding-right: 32px;
    }
    
    .section{
        margin-top: 120px;
    }
    
    .header__cta{
        padding: 16px 24px;
    }
    
    /*
    NAVEGADOR
    */

    .header__container{
        flex-wrap: nowrap;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    .logo{
        flex-shrink: 0;
    }

    .header__hamburguer{
        display: none
    }

    nav{
        height: 100% !important;
        visibility: visible;
        overflow-y: visible;
    }

    .header__menu{
        flex-direction: row;
        justify-content: flex-end;
        margin-top: 0;
        padding: 0;
        background-color: transparent;
    }
    
    /*
    TRABALHOS
    */
    
    .trabalhos__grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    /*
    COMO TRABALHO
    */
    
    .metodologia__item{
        max-width: calc(33% - 8px);
    }
    
    /*
    BENEFICIOS
    */
    
    .beneficios__item{
        max-width: calc(33% - 8px);
    }
    
    /*
    ENTREGA
    */
    
    .entrega__item{
        max-width: calc(33% - 8px);
    }
    
    /*
    SOBRE
    */
    
    .sobre__img{
        width: 50%;
        height: 50%
    }
    
    .sobre__conteudo{
        gap: 0px;
    }
    
    .sobre__texto{
        margin-left: auto;
        margin-right: auto;
    }
    
    .sobre__descricao{
        max-width: 38ch;
    }
    
    /*
    CTA
    */

    .cta__conteudo{
        padding-top: 240px;
        padding-bottom: 240px;
    }
    
}


/*1200px BREAKING POINT*/
@media (min-width: 1200px){
 
    /*
    GERAL
    */
    
    .container{
        width: 1200px;
    }
    
    /*
    HERO SECTION
    */
    
    .hero{
        /*max-height: 800px;*/
        min-height: 640px;
    }
    
    .hero__titulo{
        font-size: var(--titulo-lg);
    }
    
}


/*1400px BREAKING POINT*/
@media (min-width: 1400px){
 
    /*
    GERAL
    */
    
    .container{
        width: 1400px;
    }
    
    /*
    HERO SECTION
    */
    
    .hero{
        /*max-height: 880px;*/
    }
    
    /*
    SOBRE
    */
    
    .sobre__img{
        width: 568px;
        height: 568px;
    }
    
    .sobre__descricao{
        max-width: 48ch
    }
    
}

