@font-face {
    font-family: Public Sans;
    src: url(../fonts/publicasans/PublicaSans-UltraLight.otf);
}

html, h1, p {

    margin: 0;
    padding: 0;
}

html {

    scroll-snap-type: y mandatory;

}

/* 
section {

   scroll-snap-align: start;

}*/

body{

    width: 100vw;
    margin: 0;
    padding: 0;

}

header {

    display: flex;
    width: 100vw;
    height: 90px;
    align-items: center;
    border-bottom: 1px solid rgba(36, 33, 33, .1);
    position: sticky;
    top: 0;
    background-color: white;

}

header > div {

    display: flex;
    width: 100vw;
    /*max-width: 1080px;*/
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    justify-content: space-between;


}

header > div > a {

    text-decoration: none;
    cursor: pointer;
    

}

header > div > a > .txtlogo {

    display: flex;
    flex-wrap: wrap;
    width: 20vw;
    font-size: 40px;
    justify-content: center;
    margin: 0 auto;
    font-family: Helvetica;
    color: #5B5959;
}

header > div > a > .txtlogo > p {

    display: flex;
    font-size: 16px;
    letter-spacing: 5px;
    justify-content: center;
    margin: 0 auto;
    font-family: Helvetica;
    color:#5B5959;

}


header > div > div > ul {

    display: flex;
    width: auto;
    height: 90px;
    align-items: center;
    font-family: Public Sans;
    color: #5B5959;

}

header > div > div > ul > li {

    display: block;

}

header > div > div > ul > li > a {

    text-decoration: none;
    color: #5B5959;
    font-family: Public Sans;
    font-weight: lighter;
    font-size: 14px;
    margin-right: 50px;

}

section.services {

    background-color: white;
    display: block;
    width: 100vw;
    height: auto;

}

section.services > .titulo {

    display: block;
    width: 100vw;
    height: 120px;
    text-align: center;
    padding-top: 10px;
    font-family: Public Sans;
    font-size: 18px;
    font-weight: bold;
    color: #5B5959;
    padding-top: 30px;

}

section.services > .titulo > h1 {

    font-weight: lighter;
    font-size: 22px;
    margin-top: 30px;

}

section.services > .titulo > p {

    text-align: center;
    margin-top: 60px;
    font-size: 17px;
    font-weight: lighter;

}

section.services > .itens-services {

    display: flex;
    width: 100vw;
    height: 400px;
    justify-content: space-between;
    max-width: 100vw;
    margin: 0 auto;
    margin-top: 90px;

}

section.services > .itens-services > .card {

    width: 18vw;
    margin: 0 30px;

}

section.services > .itens-services > .card > div {

    display: flex;
    justify-content: center;
    text-align: center;
    margin: 5px auto;
    color: #5B5959;
    font-family: Public Sans;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;

}

section.services > .itens-services > .card > div > h1 {

    font-size: 18px;
    font-weight: bolder; 
    color: #3f3e3e;   

}

section.services > .itens-services > .card > div > p {

    width: 230px;

}


section.services > .itens-services > .card > img {

    width: 50px;
    height: 50px;
    margin: 20px 42%;
    margin-top: 70px;


}


section.sobre {

    display: flex;
    justify-content: space-between;
    justify-content: center;
    width: 100vw;
    height: auto;
    background-color: #F0EFE2;

}

section.sobre > .contato {

    display: flex;
    height: 400px;
    background-color: #F0EFE2;
    width: 1040px;
    justify-content: center;

}

section.sobre > .contato > .dados {

    display: flex;
    width: 50vw;
    flex-direction: column;

}
section.sobre > .contato > .dados > h1 {

    display: flex;
    width: auto;
    height: 30px;
    margin-left: 20px;
    color: #242121;
    font-family: Helvetica;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 80px;
    font-weight: lighter;

}

section.sobre > .contato > .dados > p {

    display: flex;
    width: auto;
    height: 30px;
    margin-left: 20px;
    color: #242121;
    font-family: Public Sans;
    font-size: 14px;
    margin-bottom: 2px;
    align-items: center;
    font-weight: lighter;

}

section.sobre > .contato > .dados > .redessociais {

    display: flex;
    width: auto;
    height: 100px;
    margin-left: 20px;


}

section.sobre > .contato > .dados > .redessociais > ul {
    
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0px;
    margin: 10px;
    margin-left: 0px;

}

section.sobre > .contato > .dados > .redessociais > ul > a > .circulo {
    
    background-color: #929090;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 5px;
    cursor: pointer;

}

section.sobre > .contato > .dados > .redessociais > ul > a > .circulo > .icon {

    display: flex;    
    position: relative;
    fill: #ffffff;
    left: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;


}


section.sobre > .contato > .instagram {

    display: block;
    width: 50vw;
    padding-left: 100px;

}

section.sobre > .contato > .instagram > p {

    font-size: 32px;
    font-weight: lighter;
    font-family: Public sans;
    margin-top: 80px;
    margin-left: 78px;
    margin-bottom: 20px;

}


section.sobre > .contato > .instagram > .up {

    display: flex;   
    flex-direction: row;
    margin-bottom: 12px;
    margin-top: 8px;
    scale: 1.2;
    margin-left: 22px;
}

section.sobre > .contato > .instagram > div > .post {

    display: block;
    width: 100px;
    height: 100px;
    margin: 10px 5px;
    cursor: pointer;

}

section.sobre > .contato > .instagram > .down { 

    display: flex;
    flex-direction: row;  
    scale: 1.2;
    margin-left: 22px;

}

footer {

    background-color: #F0EFE2;
    width: 100vw;
    height: 90px;

}

footer > .direitos {

    width: 72vw;
    margin: 0 auto;
    border-top: 1px solid #5B5959;
    opacity: 20%;
    padding-top: 20px;  

}

footer >  p {

    font-size: 12px;
    font-weight: lighter;
    color: #5B5959;
    width: 1024px;
    margin: 0 auto;
    margin-top: 25px;
    opacity: 80%;  
    font-family: Public sans;

}

/*------------------------------------*/

header > div > div > ul > li > a:hover {

    color: rgba(91, 89, 89, .3);

}

header > div > div > ul > li > .active {

    border-bottom: 1px solid rgba(91, 89, 89, .3);
    padding-bottom: 3px;

}

header > div > a > .txtlogo:hover {

    color: #929090;

}

header > div > a > .txtlogo:hover > p {

    color: #929090;

}


#menu-button {

    display: none;

}

#primeiro {

    margin-left: 100px;

}

@media screen and (min-width: 300px) and (max-width: 768px) {

    header > div > a {

        width: 40vw;

    }

    header > div > a > .txtlogo {

        font-size: 32px;
        width: 70vw;
        margin-left: 0;
        padding-left: 0;

    }    
    
    header > div > a > .txtlogo > p {

        font-size: 30%;
        text-align: left;
    
    }

    h1.in-view {

        animation-name: textin-mobile;
        animation-duration: 3s;
    
    }
    
    a.in-view {
    
        animation-name: desctxt-mobile;
        animation-duration: 3s;
    
    }

    @keyframes textin-mobile {

        from {
    
            top: 80%;
            opacity: 0%;
    
        }
    
        to {
    
            top: 45%;
            opacity: 100%;
    
        }
    
    }
    
    @keyframes desctxt-mobile {
    
        from {
    
            margin-top: 250px;
            opacity: 0%;
    
        }
    
        to {
    
            margin-top: 30px;
            opacity: 100%;
    
        }
    
    }

    section.imagem1 > div > h1 {

        font-size: 32px;
        top: 45%;

    }

    
    section.imagem1 > div > a {

        margin-top: 30px;

    }

    
    section.imagem2 > div > h1 {

        font-size: 32px;
        top: 45%;

    }

    
    section.imagem2 > div > a {

        margin-top: 30px;

    }

    
    section.imagem3 > div > h1 {

        font-size: 32px;
        top: 45%;

    }

    
    section.imagem3 > div > a {

        margin-top: 30px;

    }


    #menu-button {

        display: flex;
        position: absolute;
        width: auto;
        height: 24px;
        align-items: center;
        background-color: none;
        border: none;
        right: 15vw;
        z-index: 10;
        top: 35px;
    }

    header > div > div > ul {

        display: block;
        flex-direction: column;
        position: relative;
        top: 90px;
        padding: 0;
        margin: 0;

    }

    header > div > div > ul > li {

        position: relative;
        background-color: #5B5959;
        justify-content: center;
        margin-top: 10px;
        height: 60px;
        width: 100vw;
        text-align: center;
        border: 1px solid white;

    }

    header > div > div > ul > li > a {
 

        display: flex;
        height: 60px;
        width: 100vw;
        justify-content: center;
        padding-top: 20px;
        color: #FFFFFF;

    }

    header > div > div > ul > li > .active {

        border-bottom: none;

    
    }

    header > div > div > ul > .ativo {

        background-color: black;
        color: #FFFFFF;
    
    }

    header > div  {

        display: block;

    }

    header > div > a {

        position: fixed;
        left: 3vw;
        top: 20px;

    }

    #menu {

        display: none;
        width: 100vw;

    }

    /*section*/


    /*----------FIM HEADER--------------*/

    section.services > .itens-services {

        width: 100vw;
        flex-direction: column;
        height: auto;

    }

    section.services > .itens-services > div {

        width: 100vw;

    }


    section.services > .itens-services > .card {

        width: 50vw;
        height: auto;
        margin: 20px 25vw;
    
    }

    #primeiro{

        margin-left: 25vw;

    }

    section.services > .itens-services > .card > img {

        margin: 20px 20vw;
    
    }

    

    /*----------INICIO FOOTER--------------*/

    section.sobre > .contato  {

        width: 100vw;
        background-color: #F0EFE2;

    }

    section.sobre > .contato > .dados  {

        width: 100vw;

    }

    section.sobre > .contato > .instagram  {

        display: none;

    }


    footer {

        width: 100vw;
    }

    footer > .direitos {

        width: 100vw;
        margin-top: 30px;

    }

    footer > p {

        font-size: 12px;
        text-align: center;
        width: 100vw;
    }


}


@media screen and (min-width: 769px) and (max-width: 1080px){

    header > div > a {

        width: 40vw;

    }

    header > div > a > .txtlogo {

        font-size: 32px;
        width: 70vw;
        margin-left: 0;
        padding-left: 0;

    }    
    
    header > div > a > .txtlogo > p {

        font-size: 30%;
        text-align: left;
    
    }

    h1.in-view {

        animation-name: textin-mobile;
        animation-duration: 3s;
    
    }
    
    a.in-view {
    
        animation-name: desctxt-mobile;
        animation-duration: 3s;
    
    }

    @keyframes textin-mobile {

        from {
    
            top: 80%;
            opacity: 0%;
    
        }
    
        to {
    
            top: 45%;
            opacity: 100%;
    
        }
    
    }
    
    @keyframes desctxt-mobile {
    
        from {
    
            margin-top: 250px;
            opacity: 0%;
    
        }
    
        to {
    
            margin-top: 30px;
            opacity: 100%;
    
        }
    
    }

    section.imagem1 > div > h1 {

        font-size: 32px;
        top: 45%;

    }

    
    section.imagem1 > div > a {

        margin-top: 30px;

    }

    
    section.imagem2 > div > h1 {

        font-size: 32px;
        top: 45%;

    }

    
    section.imagem2 > div > a {

        margin-top: 30px;

    }

    
    section.imagem3 > div > h1 {

        font-size: 32px;
        top: 45%;

    }

    
    section.imagem3 > div > a {

        margin-top: 30px;

    }


    #menu-button {

        display: flex;
        position: absolute;
        width: auto;
        height: 24px;
        align-items: center;
        background-color: none;
        border: none;
        right: 15vw;
        z-index: 10;
        top: 35px;
    }

    header > div > div > ul {

        display: block;
        flex-direction: column;
        position: relative;
        top: 90px;
        padding: 0;
        margin: 0;

    }

    header > div > div > ul > li {

        position: relative;
        background-color: #5B5959;
        justify-content: center;
        margin-top: 10px;
        height: 60px;
        width: 100vw;
        text-align: center;
        border: 1px solid white;

    }

    header > div > div > ul > li > a {
 

        display: flex;
        height: 60px;
        width: 100vw;
        justify-content: center;
        padding-top: 20px;
        color: #FFFFFF;

    }

    header > div > div > ul > li > .active {

        border-bottom: none;

    
    }

    header > div > div > ul > .ativo {

        background-color: black;
        color: #FFFFFF;
    
    }

    header > div  {

        display: block;

    }

    header > div > a {

        position: fixed;
        left: 3vw;
        top: 20px;

    }

    #menu {

        display: none;
        width: 100vw;

    }

    /*section*/


    /*----------FIM HEADER--------------*/

    section.services > .itens-services {

        width: 100vw;
        flex-direction: column;
        height: auto;

    }

    section.services > .itens-services > div {

        width: 100vw;

    }


    section.services > .itens-services > .card {

        width: 50vw;
        height: auto;
        margin: 20px 25vw;
    
    }

    #primeiro{

        margin-left: 25vw;

    }

    section.services > .itens-services > .card > img {

        margin: 20px 20vw;
    
    }

    

    /*----------INICIO FOOTER--------------*/

    section.sobre > .contato  {

        width: 100vw;
        background-color: #F0EFE2;

    }

    section.sobre > .contato > .dados  {

        width: 100vw;

    }

    section.sobre > .contato > .instagram  {

        display: none;

    }


    footer {

        width: 100vw;
    }

    footer > .direitos {

        width: 100vw;
        margin-top: 30px;

    }

    footer > p {

        font-size: 12px;
        text-align: center;
        width: 100vw;
    }


  

}