body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: rgb(245, 239, 219);

}

header {
    padding-left: 30px;
    padding-right: 30px;
}

main {
    flex: 1;
    padding-left: 30px;
    padding-right: 30px;
}


.hero1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    flex-direction: column;

}


.hero2_index div {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    p {
        font-family: "Kumbh Sans", sans-serif;
        font-size: 22px;
    }
}

.index_servicos {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    .div_imagem {
        width: 80px;
    }
}

nav {
    padding-left: 500px;
    li{
        font-size: 20px;
    }


}

.divnav {
    padding: 0px;
}




h1 {
    text-align: center;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 100px;
}

p {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 22px;
}

.botaozap {
    position: fixed;
    left: 35px;
    bottom: 70px;
    animation: vibrar 2s infinite;

    img {
        color: rgb(28, 160, 10);
        width: 60px;
        height: 60px;


    }
}
@keyframes vibrar {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(-10deg);
    }

    10% {
        transform: rotate(10deg);
    }

    15% {
        transform: rotate(-10deg);
    }

    20% {
        transform: rotate(10deg);
    }

    25% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}



footer {
    display: flex;
    background-color: black;
    height: 60px;
    color: white;
    text-align: center;
    align-items: center;
    justify-content: center;

}

.hero2_portfolio {

    #vetorizacao {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;

        .img {
            max-width: 240px;
            ;
        }

        .svg {
            max-width: 250px;
        }
    }

    #identidade_visual {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;

        .img {
            max-width: 240px;
            ;
        }

        .svg {
            max-width: 250px;
        }

    }

    .imgs {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

        img {
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

    div {
        width: 400px;
    }




    .seta_direita {
        display: none;
    }

    .seta_baixo {
        width: 60px;

    }
}

#beatriz {
    width: 300px;

}

#logo_beatriz_redonda {
    width: 250px;
}



@media (min-width: 1024px) {
    header {
        padding-left: 150px;
        padding-right: 150px;
    }

    main {
        flex: 1;
        padding-left: 150px;
        padding-right: 150px;
    }

    .hero2_portfolio {

        #identidade_visual {
            width: 100%;

            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 100px;

            .img {
                width: 230px;


                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    overflow: visible;

                }

            }

            .svg {
                width: 200px;

            }

            .imgs {
                width: 100%;
                display: flex;
                justify-content: space-around;
                align-items: center;

                .seta_baixo {
                    display: none;
                }

                .seta_direita {
                    width: 80px;
                }
            }


        }

        #vetorizacao {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            .img {
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: rgb(249, 144, 6);
                width: 180px;
                height: 180px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    overflow: visible;
                }
            }

        }

        .svg {

            width: 180px;

        }

        .imgs {

            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
            margin-bottom: 100px;

            .seta_baixo {
                display: none;
            }

            .seta_direita {
                display: block;
                width: 80px;

            }
        }


        .seta {
            width: 150px;
        }

    }

    .hero2_sobre {
        display: flex;
        justify-content: center;
        align-items: center;

        .texto {
            margin-left: 60px;
        }

        .div_imagem {
            min-width: 400px;
        }

        margin-bottom: 100px;
    }



    .hero2_index {
        #index_logo {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;

            .div_imagem {
                width: 250px;
            }

            .div_texto {
                display: flex;

                align-items: start;
                margin-left: 80px;

                h2 {
                    text-align: start;
                }
            }

            margin-bottom: 50px;
        }

        .index_servicos {

            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;

            .div_imagem {
                width: 180px;
                height: 180px;

                img {
                    width: 180px;
                }

            }

            .div_texto {
                width: 70%;

                display: flex;

                align-items: start;
                margin-left: 80px;

                h2 {
                    text-align: start;
                }
            }

            margin-bottom: 50px;
        }


    }

    .botaozap {
        width: 60px;
        height: 60px;
        position: fixed;
        left: 92vw;
        bottom: 80px;
        animation: vibrar 2s infinite;

        img {
        
            color: rgb(28, 160, 10);
            width: 60px;
            height: 60px;


        }
        
    }
    

}