div.container {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 5px 5px 15px #000000;
    background-color: #ffffff;
    width: 1272px;
    height: 1200px;
    text-align: center;
    align-items: center;
}
body {
    background-image: linear-gradient(to right, #C9C9C9, #CC383D, #C3C3C3);
    font-family: 'Arial', sans-serif;
}

.banner {
    width: 1270px;
    height: 200px;
}

.Campo{
    position: absolute;
    width: 400px;
    top: 200px;
    height: 100px;
    text-align: center;
}

.Society{
    width: 400px;
    position: absolute;
    left: 440px;
    top: 200px;
    height: 100px;
}

.Futsal{
    width: 400px;
    position: absolute;
    left: 860px;
    height: 100px;
    top: 200px;
    align-items: center;
}

.prod {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-color: inherit;
    margin-left: 10px;
    margin-right: 20px;
}

.prod2 {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border-color: inherit;
    position: absolute;
    top: 600px;
    left: -3.1%;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
}


.New {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Cadidas {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Spuma {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
        background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Sadidas {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
        background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Fjoma {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
        background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Fadidas {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
        background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Cnike {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
        background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Cumbro {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
        background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Snike {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
        background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Sumbro {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
        background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Fnike {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
        background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.Fumbro {
    width: 200px;
    height: 200px;
    margin: 5px;
    text-align: center;
        background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

td {
    width: 12%;
    height: 200px;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.banner > img {
    margin: 0%;
    width: 100%;
    height: 100%;
}

.mais {
    text-align: left;
    margin-top: 50px;
    position: absolute;
    top: 850px;
    left: 0;
}

.contato > img {
    top: 950px;
    height: 40px;
    width: 40px;
}

.insta {
    position: absolute;
    left: 630px;
}

.whatsapp {
    position: absolute;
    left: 570px;
}

.face {
    position: absolute;
    left: 690px;
}
.estilo {
    height: 100px;
}

.Form {
    position: absolute;
    top: 930px;
    left: 950px;
}


#txtanimado {
    top: 1100px;
    left: 250px;
    margin: auto;
    text-align: center;
    position: absolute;
    display: flex;
    color: #fff;
    font-size: 28px;
    padding: 5px;
    border-radius: 10px;
}

#txtanimado p {
    top: 100px;
    color: #CC383D;
    font-size: 28px;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
}

#txtanimado span {
    position: relative;
    top: 30px;
    left: 10px;
}
#txtanimado span::before {
    content: "";
    color: #000000;
    animation: palavras 20s infinite;
    
}

#txtanimado span::after {
    content: "";
    position: absolute;
    height: 35px;
    border-left: 2px solid #000000;
    right: -10px;
    animation: cursor 0.8s infinite, digita 20s steps(15) infinite;
    width: calc(100% + 11px);
    background-color: #ffffff;
}

@keyframes digita {
    10%, 15%, 30%, 35%, 50%, 55%, 70%, 75%, 90%, 95% {
        width: 0;
    }
    5%, 20%, 25%, 40%, 45%, 60%, 65%, 80%, 85% {
        width: calc(100% + 11px);
    }
}

@keyframes cursor {
    0% {
        border-left: 2px solid #000000;
    }
}

@keyframes palavras {
    0%,20% {
        content: "Arthur Emmerich Lamas";
    }
    21%, 40% {
        content: "Giovanni Galanjauskas Kacevicius Lima Ferreira";
    }
    41%, 60% {
        content: "Arthur Emmerich Lamas";
    }
    61%, 80% {
        content: "Giovanni Galanjauskas Kacevicius Lima Ferreira";
    }
    81%, 100% {
        content: "1ºIFEM - 2025";
    }
}


.mais {
    font-size: 28px;
    text-decoration: underline;
}

#efeito {
    display:none;
    color: rgb(27, 29, 27);
}