* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url(./img/logoig.jfif);
    background-size: 200%;
    background-repeat: no-repeat;
    



}

button {
    width: 350px;
    height: 30px;
    background: mediumaquamarine;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 200px;
    margin-top: 15px;
    color: #9800ce;
    box-shadow: 0 0 0 7px lightcoral,
        0 0 0 15px blue,
        0 0 0 20px #fff,
        0 0 10px #fff,
        0 0 100px #fff;
    font-weight: bold;
    font-size: 1.5em;
}

.caixa {
    position: relative;
    width: 400px;
    height: 400px;
    color: #fff;
    background: #06060a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 108px;
    font: bold 2em 'century gothic';
    text-transform: uppercase;
}

.name {

    height: 70px;
    color: rgb(66, 121, 223);
    background: white;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    font: bold 2em 'gothic';
    border-radius: 100vh;


}


.caixa::before,
.caixa::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: linear-gradient(45deg, red, #fffF00, #00FF00, #0099FF, #001aff, #fffF00, #00FF00, #0099FF, #001aff, #a200ff);
    background-size: 300%;
    background-position: 100%;
    border-radius: 108px;
    animation: AnimarBorda 8s linear infinite;
}

.name::before,
.name::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: linear-gradient(45deg, red, #fffF00, #00FF00, #0099FF, #001aff, #fffF00, #00FF00, #0099FF, #001aff, #a200ff);
    background-size: 300%;
    background-position: 100%;
    border-radius: 208px;
    animation: AnimarBordaname 8s linear infinite;
}

@keyframes AnimarBorda {

    0% {
        background-position: 0;
    }

    100% {
        background-position: 300%;

    }
}

.caixa::after {

    filter: blur(50px);

}

@keyframes AnimarBordaname {

    0% {
        background-position: 0;
    }

    100% {
        background-position: 300%;

    }
}

.name::after {

    filter: blur(50px);

    font-family: ' Century gothic ';
    line-height: 20px;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;




}

:root {

    --corBranca: #fff;
}

header {

    max-width: 200vh;
    position: relative;
    margin-top: 50px;
    display: block;
    justify-content: center;
    align-items: center;
    min-height: 100%;
   





}

button {
    width: 350px;
    height: 30px;
    background: mediumaquamarine;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 200px;
    margin-top: 15px;
    color: #9800ce;
    box-shadow: 0 0 0 7px lightcoral,
        0 0 0 15px blue,
        0 0 0 20px #fff,
        0 0 10px #fff,
        0 0 100px #fff;
    font-weight: bold;
    font-size: 1.5em;
}

.caixa {
    position: relative;
    width: 400px;
    height: 400px;
    color: #fff;
    background: #06060a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 108px;
    font: bold 2em 'century gothic';
    text-transform: uppercase;
}

.caixa2::before,
.caixa2::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background: linear-gradient(45deg, red, #fffF00, #00FF00, #0099FF, #001aff, #fffF00, #00FF00, #0099FF, #001aff, #a200ff);
    background-size: 300%;
    background-position: 100%;
    border-radius: 108px;
    animation: AnimarBorda 8s linear infinite;
}

.caixa2 {
    position: relative;
    width: 500px;
    height: 500px;
    color: #fff;
    background: #06060a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 108px;
    font: bold 3em 'century gothic';
    text-transform: uppercase;
}

.name2 {

   
    width: 100%;
    color: rgb(66, 121, 223);
    background: white;
    background-size: cover;
    background-position: center;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    font: bold 3em 'gothic';
    border-radius: 10vh;


}

.name2::before,
.name2::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(120% + 25px);
    background: linear-gradient(45deg, red, #fffF00, #00FF00, #0099FF, #001aff, #fffF00, #00FF00, #0099FF, #001aff, #a200ff);
    background-size: 300%;
    background-position: 100%;
    border-radius: 208px;
    animation: AnimarBordaname 8s linear infinite;
}

@keyframes AnimarBorda {

    0% {
        background-position: 0;
    }

    100% {
        background-position: 300%;

    }
}

.caixa::after {

    filter: blur(50px);

}

@keyframes AnimarBordaname {

    0% {
        background-position: 0;
    }

    100% {
        background-position: 300%;

    }
}

.name::after {

    filter: blur(50px);

    font-family: ' Century gothic ';
    line-height: 20px;

}

aside {

    position: relative;
    margin-top: 300px;
    background-size: cover;
    object-fit: cover;
}




.circulo {
    position: absolute;
    width: 490px;
    height: 490px;
    margin-left: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./img/nacoes.jpg);
    background-size: 108%;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(194, 68, 68, 0.333),
        0 0 0 20px #64a2ad,
        0 0 0 22px #7c2323ee,
        0 0 50px #d3eef1,
        0 0 100px #71abdb;


}

.circulo ul li {

    position: absolute;
    justify-content: center;
    align-items: center;
    top: 10px;
    list-style: none;
    transform-origin: 0 210px;
    transform: rotate(calc (60deg * var(--i)));
    font-family: 'Century gothic';
    font-weight: bold;
    font-size: 2em;

}

.circulo ul li span {
    display: inline-block;
    z-index: 10;
    justify-content: center;
    transform-origin: 0 210px;
    align-items: center;
    color: #074935;
    text-transform: uppercase;
    transform: rotate(calc (-60deg * var(--i)));
    text-shadow: 0 0 20px #41c7e9,
        0 0 45px #74d9eb,
        0 0 85px #b1dde0,
        0 0 100px #fff;
}


body::before {
    content: '';
    position: relative;
    inset: 0;
    background: linear-gradient(#6f9fe7, var(--corBranca));
    z-index: 10;
    line-height: 0 201px;
    mix-blend-mode: multiply;

}

.circulo::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 190px;
    border-radius: 500px;
    background: linear-gradient(0deg, transparent, #2eec08);
    transform-origin: bottom;
    animation: animarPonteiro 30s steps(7200) infinite;


}

.circulo::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 150px;
    border-radius: 50px;
    background: linear-gradient(0deg, transparent, #21e92b);
    transform-origin: bottom;
    animation: animarPonteiro 1060s steps(7200) infinite;

}

@keyframes animarPonteiro {


    0% {
        transform: translate(-50%, -50%) rotate(0deg);

    }

    100% {
        transform: translate(-50%, -50%) rotate(720deg);

    }
}

@keyframes animar {

    0% {
        transform: scale(1.2);
        opacity: 0;
    }



    50% {

        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        opacity: 0;
    }

}



main {
    margin-top: 50px;
    max-width: 200vh;
    height: 750px;
    display: flex;
    justify-content: space-between;
    position: relative;




    & .pulsar {
        position: relative;
        width: 100px;
        height: 100px;
        background: #5319db;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;

        & img {

            border-radius: 50px;
            width: 100%;
            height: 100%;
        }


    }
}

p-1 {
    align-items: center;
    justify-content: center;
    font-size: 30px;
    letter-spacing: 3px;
    color: rgb(247, 70, 16)
    
}

.link-header {
    display: flex;
    font-weight: 2px;
    font-size: 24px;
    line-height: 51px;
    text-decoration: none;
    color: white;
    font-size: 24px;
    cursor: progress;

}

.img-logo {

    width: 600px;
    height: 600px;
    position: relative;
    margin-top: 70px;
    display: flex;
    margin-left: 530px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;

}

nav {
    margin-top: 0;
    justify-content: space-between;
    width: 800px;
    height: 300px;
    display: flex;



}


.link-menu {
    display: block;
    font-weight: 400;
    font-size: 14;
    width: 10%;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: white;
    cursor: progress;
    text-decoration: none;
    justify-content: space-between;

}

.link-cadastro {
    display: flex;
    margin-top: 100px;
    margin-left: -500px;
    font-weight: 400;
    font-size: 14;
    width: 10%;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: white;
    cursor: pointer;
    text-decoration: none;


}



.button1 {
    width: 300px;
    height: 30px;
    background: mediumaquamarine;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 200px;
    margin-top: 15px;
    color: #9800ce;
    box-shadow: 0 0 0 7px lightcoral,
        0 0 0 15px blue,
        0 0 0 20px #fff,
        0 0 10px #fff,
        0 0 100px #fff;
    font-weight: bold;
    font-size: 1em;
}

.button2 {

    max-width: 100vh;
    height: 30px;
    margin-right: 200px;
    background: white;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-left: 650px;
    margin-top: 75px;
    color: #2600ce;
    box-shadow: 0 0 0 7px rgb(141, 240, 128),
        0 0 0 15px rgb(255, 251, 0),
        0 0 0 20px #a11313,
        0 0 10px #fff,
        0 0 100px #fff;
    font-weight: bold;
    font-size: 1em;

}

.button3 {

    max-width: 20vh;
    height: 20px;
    margin-right: 1px;
    background: white;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-left: 500px;
    margin-top: 150px;
    color: #2600ce;
    box-shadow: 0 0 0 7px rgb(141, 240, 128),
        0 0 10px #fff,
        0 0 100px #fff;
    font-weight: bold;
    font-size: 1em;
}

.button4 {

    max-width: 50vh;
    height: 30px;
    margin-right: 10px;
    background: white;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-left: 100px;
    margin-top: 250px;
    color: #2600ce;
    box-shadow: 0 0 0 7px rgb(141, 240, 128),


        0 0 10px #fff,
        0 0 100px #fff;
    font-weight: bold;
    font-size: 1em;
}

h3 {
    margin: 0;
    justify-content: center;
    margin-top: 65px;
    font-weight: 700;
    font-size: 62px;
    line-height: 82px;
    letter-spacing: 3.5px;
    color: rgb(233, 67, 67);





}


h5 {
    justify-content: center;
    align-items: center;
    font-weight: 100px;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 4px;
    color: rgb(209, 27, 209);
    margin-left: 250px;


}

h4-1 {
    width: 50px;
    align-items: center;
    margin-left: 100px;
    line-height: 82px;
    letter-spacing: 15px;
    height: 50px;
}





.eventos {
    margin-top: 250px;
    display: flex;
    font-size: 28px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: greenyellow;
    justify-content: space-between;
}


.programação {
    margin-top: 190px;
    text-decoration: none;
    display: flex;
    font-size: 28px;
    height: 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ecfa70;
    justify-content: space-between;
}

.serviço {
    margin-top: 130px;
    display: flex;
    font-size: 28px;
    height: 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: goldenrod;
    justify-content: space-between;
}

.contato {

    margin-top: 80px;
    display: flex;
    font-size: 28px;
    height: 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ff8800;
}

.ligar {
    margin-top: 80px;
    margin-left: 35px;
    text-decoration: none;
    display: flex;

    height: 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ff2600;
    justify-content: space-between;
}



.insta {

    margin-top: 80px;
    display: flex;
    font-size: 28px;
    height: 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ffd900;
}

.facebook {

    margin-top: 190px;
    font-size: 28px;
    display: flex;

    height: 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #00FF00;
}

.proj {
    margin-top: 130px;
    display: flex;
    font-size: 28px;
    height: 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(240, 192, 73);
}

.retiro {
    margin-top: 250px;
    font-size: 25px;
    display: flex;
    font-size: 28px;
    margin-left: 50px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(218, 58, 204);
}




.serviços {
    position: relative;
    width: 400px;
    height: 400px;
    color: #fff;
    background: #151320;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 108px;
    font: bold 2em 'century gothic';
    text-transform: uppercase;

}

.pulsar img {
    width: 50px;
    height: 50px;
    background: transparent;


}

.pulsar::before,
.pulsar::after {
    content: '';
    display: block;
    position: absolute;
    left: -60px;
    right: -60px;
    top: -60px;
    bottom: -60px;
    border-radius: 50%;
    border: 2px solid #b9ce00;
    animation: animar 1.5s linear infinite;
    opacity: 0;
}

.pulsar::after {


    animation-delay: 0, 5;




}


@keyframes animar {

    0% {
        transform: scale(0);
        opacity: 0;
    }



    50% {

        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }


}





.footer {
    max-width: 100%;
    position: absolute;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    background: rgb(178, 219, 247);
    border-radius: 10px;
    color: #f0304a;
    font-family: 'montserrra' sans-serif;
    font-size: 28px;

    letter-spacing: 2.1px;

    & i-1 {
        width: 100px;
        align-items: center;
        margin-left: 800px;
        color: black;
        letter-spacing: 10px;
    }

}

address {

    margin-top: 120px;
    background: rgba(197, 171, 183, 0.918);
    position: relative;
    align-items: center;
    line-height: 9vh;
    letter-spacing: 0.7rem;
    color: #016e0a;
    height: 100px;
    font: bold;
    margin-left: 5px;
    border-radius: 5px;

}

h6 {
    margin-bottom: 1vh;
    width: 900px;
    align-items: center;
    margin-left: 600px;
    line-height: 82px;
    letter-spacing: 2.0px;
    color: whitesmoke;
    justify-content: center;


}

.name3::before,
.name3::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: calc(100% + 30px);
    height: calc(70% + 35px);
    background: linear-gradient(45deg, red, #fffF00, #00FF00, #0099FF, #001aff, #fffF00, #00FF00, #0099FF, #001aff, #a200ff);
    background-size: 300%;
    background-position: 100%;
    border-radius: 208px;
    animation: AnimarBordaname 8s linear infinite;
}

.name3 {

    height: 50px;
    width: 100%;
    margin-left: -10%;
    color: rgb(66, 121, 223);
    background: white;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    font: bold 3em 'gothic';
    border-radius: 10vh;


}

.video {

    justify-content: center;
    align-items: center;
    margin-top: 5px;
    width: 60vh;
    margin-left: 50px;


}