* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Modificar o scroll */
/* Firefox */
* {
    scrollbar-width: 12px;
    scrollbar-color: #5a5a5a #9a9a9a;
}

/* Chrome, Edge e Safari */
::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #9a9a9a;
}

*::-webkit-scrollbar-thumb {
    background-color: #5a5a5a;
    border-radius: 20px;
    border: 3px solid #9a9a9a;
}

body {
    display: flex;
    flex-wrap: wrap;
    margin: 1px;
    flex: 1 1 100vw;

}

main,
footer {
    background-image: linear-gradient(to right, rgb(54, 175, 245), rgb(1, 1, 214));
    display: flex;
    margin: 1px;
}

header {
    flex: 1 1 100vw;
    background-image: linear-gradient(to right, rgb(54, 175, 245), rgb(1, 1, 214));
    display: flex;
    margin: 1px;
    border-radius: 5px 5px 0 0;
}

header #logo {
    flex: 0 1 100px;
}

#logo img {
    width: 400px;
}

#logo img:hover {
    transform: scale(1.1);
    transition: all .5s ease;
}

#openMenu,
#closeMenu {
    border: none;
    background: none;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    display: none;
}


nav {
    flex: 1 1 100vw;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin: 3px;
}

nav a {
    margin: 3%;
    font-size: 25pt;
    color: #fff;

}

nav a:hover {
    color: #9ac7eb;
    transform: scale(1.2);
    transition: all .5s ease;
}

main {
    flex: 20 1 500px;
    flex-wrap: wrap;
    overflow: auto;
}

.capa {
    background-image: url(./imagem/IMG_7432online-video-cutter.com.gif);
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 86vh;

}

.slide{
    min-width: 100%;
}




.corpo {
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 14vh;

}

.card {
    width: 100%;
    height: 20%;
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px;
    padding: 20px;
    justify-content: center;

}

.card a {
    display: flex;
    margin: 40px;
}

.card span {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.card img {
    cursor: pointer;
    width: 50px;
    height: 50px;
}


.card:hover {
    transform: scale(1.1);
    transition: all .5s ease;
}

footer {
    flex: 1 1 100vw;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 5px 5px;
    color: #fff;

}

a {
    text-decoration: none;
    color: inherit;
}

@media only screen and (max-width: 923px) {
    header {
        order: 0;
    }

    main {
        order: 1;
    }

    .corpo {
        display: flex;
        order: 3;
        align-items: center;
        justify-content: center;

    }

    footer {
        order: 4;
    }

    .redesSociais {
        margin-left: auto;
    }

    .content-section.active {
        margin: auto;
    }

    .slider-container {
        width: 90vw;
        display: flex;
        margin: auto;

    }

}

@media only screen and (max-width: 600px) {

    #openMenu,
    #closeMenu {
        display: block;
    }

    #openMenu {
        margin-left: auto;
    }

    #closeMenu {
        position: fixed;
        right: 15px;
        top: 15px;
    }

    #logo img {
        width: 350px;
    }

    .capa {
        background-image: url(./Imagem/Capa-mobile.jpg);
    }

    nav {
        position: fixed;
        flex-direction: column;
        width: 100vw;
        background: rgba(255, 255, 255, 0.8);
        align-items: center;
        justify-content: center;
        margin: 0;
        display: none;
        opacity: 0;
        transition: 0.3s;
    }

    nav a {
        color: rgb(76, 128, 238);
    }

    .card {
        margin: 10px;
        padding: 5px;
    }

    .card span {
        font-size: 15px;
        color: #fff;
    }

    .card img {
        width: 50px;
        height: 50px;
    }

    .corpo span {
        display: none;
    }

    
    .whats img {
        width: 100%;
    }

    .insta img {
        width: 100%;
    }

}
 /*  */
nav a:hover,
nav a.active {
    border-bottom: 3px solid white;
}



.content-section {
    font-family: monospace;
    display: none;
    margin: auto;
    animation: fadeIn 0.5s ease-in-out;
}

.content-section.active {
    display: block;
    margin: auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.slider-container {
    max-width: 800px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.slide {
    display: none;
}

.slide img {
    display: flex;
    width: 80%;
    height: auto;
    margin: auto;
    border-radius: 10px;
}


.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.redesSociais {
    display: flex;
    width: 100%;
    /* padding: auto; */
    margin: 20px 20px;

}


.whats img {
    width: 70%;
}

.insta img {
    width: 70%;
}

.whats {
    width: 5vw;
    display: flex;
    position: relative;
    margin-left: auto;
    margin-top: auto;
}

.insta {
    width: 5vw;
    display: flex;
    position: relative;
    margin-top: auto;
    /* margin-left: auto; */
}

.content-section h1 {
    width: 20ch;
    
    text-wrap: nowrap;
    overflow: hidden;
    animation: typing 2s steps(20) infinite alternate-reverse;
}

@keyframes typing {
    from {
        width: 0ch;
    }
}