* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.center {
    max-width: 1200px;
    padding: 0 2%;
    display: flex;
    margin: 0 auto;
}

body {
    background-color: #001f31;
}

header {
    z-index: 1;
    height: 100px;
    width: 100%;
    display: inline-flex;
    position: fixed;
    transition: ease-in-out .2s;
}

img {
    width: 100%;
    display: block;
}

.logo-01 {
    width: 175px;
    height: auto;
    margin: 0px auto;
}

.logo-02 {
    width: 325px;
    height: auto;
    margin: 0 auto;
}

.menu-container {
    justify-content: space-between;
}

.menu-container a {
    display: inline-block;
    margin: 0 10px;
    padding: 0 10px;
    line-height: 40px;
    text-decoration: none;
    transition: 0.8s;
}

.menu-container a:hover {
    color: green;
}

section.main {
    position: relative;
    background-image: url(../images/estrutura/webp/bg-topo-001-2.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}

section.content-002 {
    width: 100%;
    background: rgb(0 31 49);
    background: radial-gradient(circle, #315063 0%, #001f31 50%);
}

section.content-003 {
    position: relative;
    background-image: url(../images/estrutura/webp/bg-content-003.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    opacity: 0.9;
}

section.content-004 {
    width: 100%;
}

section.content-005 {
    width: 100%;
    background: rgb(2, 65, 156);
    background: radial-gradient(circle, #315063 0%, #002636 50%);
}

section.content-006 {
    width: 100%;
}

section.content-007 {
    width: 100%;
    background-image: url(../images/estrutura/webp/bg-footer-001.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
}

.single {
    width: 100%;
    text-align: left;
}

.single-container {
    width: 100%;
    justify-content: space-around;
}

@media screen and (max-width: 768px) {
    .single-container {
        width: 100%;
        flex-direction: column;
    }
}

/* Classes de padding */
.padding-5 {
    padding: 5px;
}

.padding-5-0 {
    padding: 5px 0;
}

.padding-10 {
    padding: 10px;
}

.padding-10-0 {
    padding: 10px 0;
}

.padding-15 {
    padding: 15px;
}

.padding-15-0 {
    padding: 15px 0;
}

.padding-20 {
    padding: 20px;
}

.padding-20-0 {
    padding: 20px 0;
}

/* Classes de margin */
.margin-5 {
    margin: 5px;
}

.margin-5-0 {
    margin: 5px 0;
}

.margin-10 {
    margin: 10px;
}

.margin-10-0 {
    margin: 10px 0;
}

.margin-15 {
    margin: 15px;
}

.margin-15-0 {
    margin: 15px 0;
}

.margin-20 {
    margin: 20px;
}

.margin-20-0 {
    margin: 20px 0;
}

/* Classes de espaços */

.space-25px {
    width: 100%;
    height: 25px;
    background-color: transparent;
}

.space-50px {
    width: 100%;
    height: 50px;
    background-color: transparent;
}

.space-100px {
    width: 100%;
    height: 100px;
    background-color: transparent;
}

.space-150px {
    width: 100%;
    height: 150px;
    background-color: transparent;
}

.space-200px {
    width: 100%;
    height: 200px;
    background-color: transparent;
}

/* Classes de alinhamentos */

.align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-left {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

.align-right {
    display: flex;
    align-items: flex-end;
    justify-content: right;
}

.align-justify {
    display: flex;
    text-align: justify;
}

.color-00 {
    color: #fff;
}

.color-01 {
    color: #00d2f3;
}

.detalhe-01 {
    width: 147px;
    margin: 0 auto;
    mix-blend-mode: soft-light;
}

.box-content-001 {
    background-color: #004158;
    border-radius: 20px 0 0 20px;
}

.border-001 {
    border: 3px solid #00d2f3;
    border-radius: 20px;
    min-width: 350px;
}

.border-002 {
    border: 1px solid #FFF;
    border-radius: 20px;
    padding: 55px;
    background-image: url(../images/estrutura/webp/bg-border-002.webp);
    background-size: cover;
    background-position: center;

}

.bot-inscreva-se {
    max-width: 350px;
    height: 68px;
    margin: 0 auto;
    box-shadow: inset 0px -3px 7px 0px #1cbf5c;
    background: linear-gradient(to bottom, #25d366 5%, #2ab308 100%);
    background-color: #25d366;
    border-radius: 50px;
    border: 3px solid #1cbf5c;
    display: flex;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    padding: 20px 30px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0f5c4b;
    font-family: "Default";
    letter-spacing: 2px;
    text-align: center;

}

.bot-inscreva-se:hover {
    background-color: #0f5c4b;
    transition: all .3s ease;

}

.bot-inscreva-se:active {
    position: relative;
    top: 1px;
}

.transition {
    transition: all .3s ease;
}

.transition:hover {
    transform: scale(0.98);
    box-shadow: -1px 1px 13px 5px #0f5c4b;
    border: 3px solid #25d366;
}

.apoio {
    background-color: white;
    border-radius: 20px;
    width: min(955px, 100vw);
    padding: 5px 30px;
}

.apoio img {
    max-width: 390px;
    filter: brightness(1.1);
}

.icon-wpp {
    width: 45px;
    height: auto;
    padding: 5px;
}

.text span {
    font-family: "Default";
    font-size: min(60px, 10vw);
    padding: 0 3px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    /* necessário para que o transform funcione */
    animation: zoomup 2s linear infinite;
    animation-delay: calc(100ms * var(--i));
}

@keyframes zoomup {

    0%,
    100% {
        color: #fff;
        filter: blur(1px);
        transform: scale(1.15);
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff,
            0 0 40px #fff, 0 0 60px #0075ff, 0 0 80px #0075ff,
            0 0 100px #0075ff, 0 0 120px #0075ff;
    }

    5%,
    95% {
        filter: blur(0);
        color: #fff;
        transform: scale(1.0);
        /* zoom adicionado aqui */
        text-shadow: none;
    }
}



/* uso em um botão */
.btn-pulse {
    animation: pulse 1s infinite;
    /* Aplica a animação "pulse" infinitamente */
    /* Outros estilos do botão aqui */
}

/* Animação "pulse" */
@keyframes pulse {

    0%,
    100% {
        transform: scale(0.9);
        /* Tamanho normal */
    }

    50% {
        transform: scale(1.0);
        /* Tamanho aumentado (pulso) */
    }
}