/*Geral*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: rgb(0, 0, 0);
    height: 100vh;
}

h1{
    text-align: center;
    padding: 20px 4%;
}

.interface {
    max-width: 1280px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.btn-contato button {
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    background-color: blue;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: .2s;
}

h2.titulo {
    color: #fff;
    font-size: 38px;
    text-align: center;
}

h2.titulo span {
    color: rgb(9, 25, 255);
}

button:hover {
    box-shadow: 0px 0px 8px #0051ff;
    transform: scale(1.05);
}

/*Estilo Cabeçalho*/
header {
    padding: 50px 4%;
}

header>.interface {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: inline-block;
    transition: .2s;
}

header.menu-desktop a:hover {
    color: #242424;
    transform: scale(1.05);
}

header nav ul {
    list-style-type: nome;
}

header nav.menu-desktop ul li {
    display: inline-block;
    padding: 0 40px;
    font-size: 20px;
}

/*estilo menu mobile*/
.btn-abrir-menu i {
    color: #0051ff;
    font-size: 80px;
}

.menu-mobile {
    background-color: rgb(0, 0, 0);
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 0%;
    overflow: hidden;
    transition: .5s;
}

.menu-mobile.abrir-menu {
    width: 60%;
}

.menu-mobile.btn-abrir-menu .overlay-menu {
    display: block;
}

.menu-mobile nav ul {
    text-align: right;
}

.menu-mobile nav ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    padding: 20px 8%;
    display: block;
}

.menu-mobile nav ul li a:hover {
    background-color: rgb(0, 4, 255);
    color: #000000;
}

.menu-mobile .btn-fechar {
    padding: 20px 5%;
}

.menu-mobile .btn-fechar i {
    color: #0051ff;
    font-size: 30px;
}

.overlay-menu {
    background-color: #000000cc;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;  
    z-index: 88888;
    display: none;
}

/*topo do site*/
section.topo-do-site {
    padding: 40px 4%;
}

section.topo-do-site .flex {
    align-items: center;
    justify-content: center;
    gap: 90px;
}

.topo-do-site h1 {
    color: #fff;
    font-size: 38px;
    line-height: 40px;
}

.topo-do-site .txt-topo-site h1 span {
    color: blue;
    font-size: 70px;
}

.topo-do-site .txt-topo-site p {
    color: #fff;
    margin: 40px 0;
}

.topo-do-site .img-topo-site img {
    position: relative;
    animation: flutuar 2s ease-in-out infinite alternate;
}

@keyframes flutuar {
    0% {
        top: 0;
    }

    100% {
        top: 30px;
    }
}

/* estilo das informaçoes */
section.informacao {
    padding: 40px 4%;
}

section.informacao .flex {
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.informacao .informacoes-box {
    color: #fff;
    padding: 48px;
    border-radius: 20px;
    margin-top: 45px;
    transition: .2s;
}

.informacao .informacoes-box:hover {
    transform: scale(1.05);
    box-shadow: 0 0 8px rgb(94, 94, 94);
}

.informacao .informacoes-box i {
    font-size: 70px;
    color: blue;
}


.informacao .informacoes-box h3 {
    font-size: 28px;
    margin: 15px 0;
}

/*estilo do sobre*/
section.sobre {
    padding: 40px 4%;
}

section.sobre .flex {
    align-items: center;
    gap: 60px;
}

.sobre .txt-sobre {
    color: #fff;
}

.sobre .txt-sobre h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.sobre .txt-sobre h2 samp {
    color: blue;
    display: block;
}

.sobre .txt-sobre p {
    margin: 20px 0;
    text-align: justify;
}

.btn-social button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: rgb(25, 0, 255);
    font-size: 22px;
    cursor: pointer;
    margin: 0 5px;
    transition: .2s;
}

/*estilo rodape*/
footer {
    padding: 25px 4%;
    box-shadow: 0 0 40px 10px #3b3b3b;
}

footer .flex {
    justify-content: space-between;
}

footer .line-footer {
    pad: 20px 0;
}

.borda {
    border-top: 2px solid blue;
}

@media screen and (max-width: 1020px) {

    /*classe flex*/
    .flex {
        flex-direction: column;
    }

    h2.titulo {
        font-size: 30px;
        line-height: 34px;
    }

    .topo-do-site .flex {
        flex-direction: column-reverse;
    }

    /* cabeçalho */
    .menu-desktop,
    .btn-contato {
        display: none;
    }

    /* topo do site */
    section.topo-do-site .flex {
        gap: 40px;
    }

    section.topo-do-site {
        padding: 20px 8%;
    }

    .topo-do-site h1 {
        font-size: 30px;
    }

    .topo-do-site .img-topo-site img {
        width: 100%;
    }

    /* estilo das informaçoes */
    section.informacao {
        padding: 40px 8%;
    }

    /*estilo do sobre*/
    section.sobre {
        padding: 80px 8%;
    }   

    .sobre .txt-sobre h2 {
        font-size: 34px;
        line-height: 35px;
        text-align: center;
    }

    .btn-social{
        text-align: center;
    }

    .img-sobre img{
        width: 100%;
    }

    /*rodape*/
    footer .flex{
        flex-direction: column;
    }

    footer .line-footer {
        text-align: center;
    }
}