@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital,wght@0,300..700;1,300..700&display=swap');

:root {
    --dark-bg: #121427;
    --primary-blue: #5055F6;
    --purple: #30008A;
    --light: #F8FAFC;
    --yellow: #F5B204;
    --orange: #c57000;
}

body {
    font-family: 'Inclusive Sans','Times New Roman', sans-serif;
    background-color: var(--dark-bg);
    margin: 0;
    padding: 0;
    color: var(--light);
}

h1 {
    font-size: 2em;
}

/* *** Cabeçalho *** */

#cabecalho {
    color: var(--light);
    display: flex;
    justify-content: space-between;
    height: 100vh;
}

#logo {
    padding-left: 5%;
    margin: 0;
}

#logo > p {
    font-weight: lighter;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 40px;
    font-size: 1em;
    max-width:fit-content;
}

#logo > h1 {
    font-weight: lighter;
}

#logo > h2 {
    font-weight: bold;
    font-size: 2.5em;
}

#logo > img {
    margin-top: 80px;
    margin-bottom: 40px;
}

#imagem-fundo {
    margin: 0;
    padding: 0;
}

#imagem-fundo img {
    height: 100%;
    width: 100%;
}

/* *** Cabeçalho *** */

/* *** Serviços *** */

#sec-servicos {
    background-color: var(--light);
    color: var(--dark-bg);
    margin: 0;
    padding: 8% 10%;
}

#sec-servicos h1 {
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
}

#sec-servicos h2 {
    font-size: 1.5em;
    font-weight: bold;
}

#cards {
    display: flex;
    flex-flow: row nowrap;
    gap: 20px;
    align-items: center;
}

.card {
    height: 200px;
    width: 300px;
}

.card-titulo {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.card-titulo > * {
    margin: 0;
    padding: 0;
}

/* *** Serviços *** */

/* *** Justificativa *** */

#sec-justificativa {
    color: var(--light);
    display: flex;
    justify-content: space-between;
}

#sec-justificativa-texto{
    background-color: rgba(18, 20, 39, 0.8);
    width: 100%;
    padding-top: 8%;
    padding-left: 10%;
}

#sec-justificativa h1{
    font-weight: bold;
    margin-bottom:  20px;
}

#sec-justificativa p{
    font-size: 1em;
}

.item-lista {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top:     20px;
    margin-bottom:  10px;
    margin-left:    20px;
    margin-right:   0px;
}

.item-lista * {
    margin: 0;
    padding: 0;
}

.item-lista img {
    width: 32px;
}

.item-lista p{
    font-size: 1em;
}

/*#sec-justificativa-imagem img {
}*/

/* *** Justificativa *** */

/* *** Contato *** */

#sec-contato {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;

    margin: 10%;
}

#informacoes {
    background: linear-gradient(-13deg,rgba(48, 0, 138, 0.2) 0%, rgba(18, 20, 39, 0.2) 100%);
    
    width: 60%;
    height: fit-content;

    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#email {
    color: var(--dark-bg);

    text-align: center;

    width: 40%;
    height: 100%;
}

#form-email * {
    padding-bottom: 20px;
}

#email h2 {
    font-weight: lighter;
    font-size: 1.3em;
}

#btn-enviar-email {
    color: var(--light);
    background: var(--purple);
    width: 100%;
    line-height: normal;
}

/* *** Contato *** */

/* *** Rodapé *** */

#rodape {
    margin: 60px;
    font-weight: lighter;
    border-top: 1px solid var(--light);
    padding-top: 40px;
}

/* *** Rodapé *** */


/* tela mobile */
@media (max-width: 1250px) {
    /* *** Cabeçalho *** */
    #cabecalho {
        position: relative;
        overflow: hidden;
        margin: 0;
    }

    #logo {
        padding: 10%;
        background-color: rgba(18, 20, 39, 0.8);
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        width: 100%;
    }

    #imagem-fundo {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
  
    #imagem-fundo img {
        width: auto;
        height: 100%;
        display: block;
        margin-left: auto;
        margin-right: 0;
    }
    /* *** Cabeçalho *** */

    /* *** Serviços *** */
    #sec-servicos {
        padding: 20% 10%;
    }

    #cards {
        display: flex;
        flex-flow: column nowrap;
    }

    .card {
        width: 340px;
    }
    /* *** Serviços *** */

    /* *** Justificativa *** */
    #sec-justificativa{
        position: relative;
        overflow: hidden;
    }

    #sec-justificativa-texto {
        padding: 15% 5%;
    }

    #sec-justificativa-imagem {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    #sec-justificativa-imagem img {
        height: 100%;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: 0;
    }
    /* *** Justificativa *** */

    /* *** Contato *** */
    #sec-contato {
        flex-flow: column ;

        gap: 35px;
    }

    #informacoes {
       
        width: 100%;

        padding-left: 10px;
        padding-top: 40px;
        padding-bottom: 40px;

        border-radius: 10px;
    }

    #email {

        width: 100%;
        height: 100%;
    }
    /* *** Contato *** */

    /* *** Rodapé *** */
    /* *** Rodapé *** */
}

/* tela mobile paisagem */
@media (max-height: 500px){
    /* *** Cabeçalho *** */
    #logo h1{
        font-size: 1.2em;
    }

    #logo h2{
        font-size: 1.5em;
    }

    #logo p{
        font-size: 0.8em;
        margin-bottom: 10%;
    }

    #logo img {
        max-width: 50%;
    }
    /* *** Cabeçalho *** */

}

/*
{{ asset('img/logo.svg') }}
*/