@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat"
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

:root {
    --primary-color: #00b4fc;
    --azul-escuro: #081b29;
    --yellow-friday: #FFDB1C;
    --bg-default: #08080a;
}



a {
    text-decoration: none
}

img {
    max-width: 100%;
    display: block
}

p {
    margin: 0;
    font-family: "Montserrat";

}


button {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Montserrat";
    font-weight: 500
}

button,
input {
    border: 0;
    font-family: "Montserrat"
}

button:focus,
input:focus {
    border: 0
}

body {
    font-family: "Montserrat";
    background-color: #08080a;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow-x: hidden;
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background-color: #000000;
}

::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 8px
}

.grid-layout {
    max-width: 1216px;
    margin: 0 auto;
    margin-top: -25px;
    margin-bottom: -30px;
    padding: 0px 24px;
    align-items: center;
}

/* BARRA ACIMA DA NAVBAR */

#promo-destaque {
    background: #ff0000;
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#promo-destaque p {
    color: #f9f9f9;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 688px) {
    #promo-destaque p {
        font-size: 1.6rem
    }
}

/* BARRA ACIMA DA NAVBAR */

#s-navbar {
    width: 100%;
    height: 145px;
    top: 0;
    left: 0;
    margin-top: -6em;
    margin-bottom: 3em;
    background-color: var(--bg-default);
    z-index: 100;
}

.navbar-image {
    margin-bottom: 25px;
}

.container__menu {
    padding-top: 60px;
}

#s-navbar .grid-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}



@media screen and (max-width: 688px) {
    #s-navbar .grid-layout div:nth-child(1) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -100px;
    }

}


#s-navbar .grid-layout div:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 48px;
    padding-bottom: 100px;
}

@media screen and (max-width: 688px) {
    #s-navbar .grid-layout div:nth-child(2) {
        width: 100%;
    }
}

@media screen and (max-width: 1140px) {
    #s-navbar .grid-layout div:nth-child(2) nav {
        display: none
    }
}

#s-navbar .grid-layout div:nth-child(2) nav ul {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-top: 70px;
}

#s-navbar .grid-layout div:nth-child(2) nav ul li a {
    font-size: 1.8rem;
    color: #e1e1e6;
    font-weight: bold;

}

#s-navbar .grid-layout div:nth-child(2) nav ul li a:hover {
    color: var(--primary-color);
}

#s-navbar .grid-layout div:nth-child(2)>a {
    padding: 16px 10px;
    border-radius: 20px;
    text-align: center;
    background: #111;
    position: relative;
    margin-top: 70px;
}


#s-navbar .grid-layout div:nth-child(2)>a::before {
    content: "";
    position: absolute;
    inset: -2px;
    z-index: -1;
    border-radius: 20px;
    background: #000000;
}

@media screen and (max-width: 688px) {
    #s-navbar .grid-layout div:nth-child(2)>a {
        width: 100%;
        background-color: #000000;
        margin-top: 100px;
    }
}

#s-navbar .grid-layout div:nth-child(2)>a {
    background-color: #ff0000
}

#s-navbar .grid-layout div:nth-child(2)>a button {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

/* Hover do botão da NAVBAR*/

.VictoPod {
    float: right;
    max-width: 350px;
}

#s-inicio-hero {
    padding: 50px 0px
}


@media screen and (max-width: 1140px) {
    #s-inicio-hero {
        padding: 150px 0px
    }
}

@media screen and (max-width: 1140px) {
    #s-inicio-hero .grid-layout #container-inicio-hero {
        flex-wrap: wrap;
        gap: 48px;
    }
}

#s-inicio-hero .grid-layout #container-inicio-hero #info-main {
    width: 50%
}

@media screen and (max-width: 1140px) {
    #s-inicio-hero .grid-layout #container-inicio-hero #info-main {
        width: 100%
    }
}

#s-inicio-hero .grid-layout #container-inicio-hero #info-main span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 324px;
    background-color: #201c1c;
    /* border: 3px solid #ffffff; */
    border-radius: 20px;
    padding: 8px 32px;
    margin-bottom: 32px
}

@media screen and (max-width: 688px) {
    #s-inicio-hero .grid-layout #container-inicio-hero #info-main span {
        width: 100%
    }
}

#s-inicio-hero .grid-layout #container-inicio-hero #info-main span p {
    font-size: 1.6rem;
    font-weight: bold;
}

#s-inicio-hero .grid-layout #container-inicio-hero #info-main h1 {
    font-size: 5.6rem;
    font-weight: bold;
    width: 600px
}

@media screen and (max-width: 1140px) {
    #s-inicio-hero .grid-layout #container-inicio-hero #info-main h1 {
        width: 100%;
        font-size: 4rem
    }
}

#s-inicio-hero .grid-layout #container-inicio-hero #info-main h1 b {
    color: var(--primary-color);
    font-weight: bold;
}

#s-inicio-hero .grid-layout #container-inicio-hero #info-main>p {
    max-width: 500px;
    margin-top: 32px;
    font-size: 2.4rem;
    line-height: 160%;
    color: #e1e1e6;
}

@media screen and (max-width: 1140px) {
    #s-inicio-hero .grid-layout #container-inicio-hero #info-main>p {
        width: 100%;
        font-size: 2rem
    }
}

#s-inicio-hero .grid-layout #container-inicio-hero article {
    background-color: #001446;
    border-radius: 20px;
    color: #ffffff;
    width: 50%;
    height: auto;
    padding: 32px
}

@media screen and (max-width: 1140px) {
    #s-inicio-hero .grid-layout #container-inicio-hero article {
        width: 100%
    }
}

#s-inicio-hero .grid-layout #container-inicio-hero article div:nth-child(1) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px
}

#s-inicio-hero .grid-layout #container-inicio-hero article div:nth-child(1) h2 {
    background-color: #000000;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    border-radius: 20px;
    padding: 8px 24px;
    text-transform: uppercase
}

#s-inicio-hero .grid-layout #container-inicio-hero article div:nth-child(1) p {
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: 500
}

#s-inicio-hero .grid-layout #container-inicio-hero article div:nth-child(2) {
    margin: 56px 0px
}

#s-inicio-hero .grid-layout #container-inicio-hero article div:nth-child(2) h4 {
    font-size: 6.4rem
}

@media screen and (max-width: 688px) {
    #s-inicio-hero .grid-layout #container-inicio-hero article div:nth-child(2) h4 {
        font-size: 5.6rem
    }
}

#s-inicio-hero .grid-layout #container-inicio-hero article div:nth-child(2) h3 {
    font-size: 2.4rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 8px
}

#s-inicio-hero .grid-layout #container-inicio-hero article div:nth-child(2) h3 span {
    text-decoration: line-through
}

#s-inicio-hero .grid-layout #container-inicio-hero article a {
    background: #000000;
    padding: 16px;
    border-radius: 20px;
    display: flex;
    justify-content: center
}

#s-inicio-hero .grid-layout #container-inicio-hero article a:hover {
    background: rgb(18, 17, 17)
}

#s-inicio-hero .grid-layout #container-inicio-hero article a button {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    background-color: rgba(118, 6, 6, 0);
    cursor: pointer
}

#s-inicio-hero .grid-layout #container-inicio-hero article #info-pay {
    text-align: center;
    font-size: 1.8rem;
    color: #fffdfd;
    margin-top: 24px;
    font-weight: 500
}



.cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px
}

.cards article {
    width: 20%;
    min-height: 290px;
    background-color: #08080a;
    /* border: 3px solid #ffffff; */
    border-radius: 20px;
    padding: 24px;
    flex-grow: 1;
    transition: all 0.4s;
}

.cards article:hover {
    transform: scale(1.1);

}

@media screen and (max-width: 1140px) {
    .cards article {
        width: 48%;
        min-height: auto
    }
}

@media screen and (max-width: 688px) {
    .cards article {
        min-height: auto
    }
}

.cards article img {
    width: 40px
}

.cards article h3 {
    font-size: 2rem;
    margin: 24px 0px 16px 0px;
    font-weight: bold;
}

@media screen and (max-width: 540px) {
    .cards article h3 {
        font-size: 2rem
    }
}

.cards article p {
    font-size: 1.6rem;
    line-height: 160%;
    color: #e1e1e6
}

#vantagens-topo {
    padding: 96px 0px
}

@media screen and (max-width: 1140px) {
    #vantagens-topo {
        padding: 5em 0px
    }
}

#tecnologias-estudo {
    padding: 70px 0px
}

#tecnologias-estudo .technologies-disable {
    opacity: .5;
    cursor: no-drop
}

@media screen and (max-width: 1140px) {
    #tecnologias-estudo {
        padding: 32px 0px
    }
}

#tecnologias-estudo #next-icon {
    width: 56px
}

#tecnologias-estudo h2 {
    font-size: 4rem;
    max-width: 50%;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 56px auto
}

@media screen and (max-width: 1140px) {
    #tecnologias-estudo h2 {
        max-width: 100%;
        font-size: 2.4rem
    }
}

#tecnologias-estudo h2 b {
    color: var(--primary-color);
    font-weight: bold;
}

#s-about {
    padding: 96px 0px;
    align-items: center;
}

@media screen and (max-width: 1140px) {
    #s-about {
        padding: 32px 0px
    }
}

#s-about .grid-layout>div {
    background-color: #08080a;
    padding: 5px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 600px;
    width: 100%;

}



@media screen and (max-width: 1140px) {
    #s-about .grid-layout>div {
        flex-wrap: wrap;
        gap: 32px
    }
}

.swiper-slide img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 75%;
}

@media (max-width: 1140px) {
    .swiper-slide {
        display: none;
        max-width: 75%;
    }
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.swiper-pagination {
    position: relative;
    margin: 0.5em 0;
}


#s-about .grid-layout>div #creator-photo {
    width: 50%;
    align-items: center;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    height: 450px;
    margin-left: 15px;
    margin-top: 22px;
    margin-right: 10px;
    background: linear-gradient(180deg, rgba(11, 12, 20, 0) 0%, #09090a 100%), url("../image/testesteste.png"), no-repeat;
}

@media (max-width: 1140px) {
    #creator-photo {
        display: none;
    }
}

@media screen and (max-width: 1140px) {
    #s-about .grid-layout>div #creator-photo {
        width: 100%;
        height: 400px
    }
}

@media screen and (max-width: 688px) {
    #s-about .grid-layout>div #creator-photo {
        height: 350px
    }
}

@media screen and (max-width: 540px) {
    #s-about .grid-layout>div #creator-photo {
        height: 300px
    }
}

#s-about .grid-layout>div div:nth-child(2) {
    width: 49%
}

@media screen and (max-width: 1140px) {
    #s-about .grid-layout>div div:nth-child(2) {
        width: 100%
    }
}

#s-about .grid-layout>div div:nth-child(2) h2 {
    font-size: 4rem;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 688px) {
    #s-about .grid-layout>div div:nth-child(2) h2 {
        font-size: 3.2rem
    }
}

#s-about .grid-layout>div div:nth-child(2) h3 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 8px
}

#s-about .grid-layout>div div:nth-child(2) h4 {
    font-size: 2rem;
    font-weight: 400;
    color: rgb(227, 227, 231);
}

#s-about .grid-layout>div div:nth-child(2) p {
    font-size: 1.8rem;
    color: #f0f0f3;
    line-height: 140%;
    margin: 5% 4% 48px 0px;
    width: 100%;
    text-align: left;
}

@media (max-width: 1140px) {
    .grid-layout>div {
        height: 100%;
        width: 100%;
        align-items: center;
    }
}

#s-about .grid-layout>div div:nth-child(2) nav ul {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
}

@media (max-width: 1140px) {
    .delayLargeReveal .grid-layout {
        width: 55px;
    }
}

@media screen and (max-width: 1140px) {
    #s-about .grid-layout>div div:nth-child(2) nav ul {
        flex-wrap: wrap
    }
}

#s-about .grid-layout>div div:nth-child(2) nav ul a {
    background-color: #111;
    border: 3px solid rgb(0, 0, 0);
    border-radius: 20px;
    padding: 8px;
}

@media screen and (max-width: 1140px) {
    #s-about .grid-layout>div div:nth-child(2) nav ul a img {
        width: 40px
    }
}

#s-about .grid-layout>div div:nth-child(2) nav ul a:hover {
    border: 3px solid var(--primary-color)
}

#s-students {
    padding: 96px 0px
}

@media screen and (max-width: 1140px) {
    #s-students {
        padding: 32px 0px
    }
}

#s-depoimentos-alunos {
    padding: 96px 0px;
    width: 100;
    overflow: hidden;
}

@media screen and (max-width: 1140px) {
    #s-depoimentos-alunos {
        padding: 32px 0px
    }
}

#s-depoimentos-alunos h2 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    max-width: 40%;
    margin: 0 auto 48px auto;
    color: white;
}

@media screen and (max-width: 1140px) {
    #s-depoimentos-alunos h2 {
        max-width: 100%;
        font-size: 2.4rem
    }
}

#s-depoimentos-alunos h2 b {
    color: var(--primary-color);
    font-weight: bold;
}

#s-depoimentos-alunos #container-depoimentos-alunos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px;

}

#s-depoimentos-alunos #container-depoimentos-alunos article {
    width: 47%;
    background-color: #08080a;
    /* border: 3px solid #ffffff; */
    border-radius: 20px;
    padding: 24px;
    flex-grow: 1
}

@media screen and (max-width: 1140px) {
    #s-depoimentos-alunos #container-depoimentos-alunos article {
        width: 100%
    }
}

#s-depoimentos-alunos #container-depoimentos-alunos article>div {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

#s-depoimentos-alunos #container-depoimentos-alunos article>div img {
    width: 80px;
    border-radius: 20px;
}

#s-depoimentos-alunos #container-depoimentos-alunos article>div span h3 {
    font-size: 2rem;
    font-weight: bold;
}

#s-depoimentos-alunos #container-depoimentos-alunos article>div span div {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px
}

#s-depoimentos-alunos #container-depoimentos-alunos article>div span div img {
    width: 24px
}

#s-depoimentos-alunos #container-depoimentos-alunos article p {
    font-size: 1.8rem;
    line-height: 160%;
    color: #e1e1e6;
    font-style: italic
}


.testebutton {
    margin: 32px 0;
    text-transform: uppercase;
    background: #000000;
    padding: 16px 48px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
    cursor: pointer
}

.testebutton:hover {
    background: var(--primary-color);
    color: white;
}

#s-comece-agora {
    padding: 96px 0px;
}

@media screen and (max-width: 1140px) {
    #s-comece-agora {
        padding: 32px 0px
    }
}

#s-comece-agora article {
    padding: 80px;
    background-color: #08080a;
    /* border: 3px solid #ffffff; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    border-radius: 20px
}

@media screen and (max-width: 1140px) {
    #s-comece-agora article {
        flex-wrap: wrap;
        padding: 24px
    }
}

#s-comece-agora article #cta-comece-agora {
    text-align: center
}

#s-comece-agora article #cta-comece-agora p {
    margin: 16px 0px;
    font-weight: 500
}

#s-comece-agora article #cta-comece-agora p span {
    text-decoration: line-through;
    color: red;
}

#s-comece-agora article #cta-comece-agora a button {
    margin: 32px 0;
    text-transform: uppercase;
    background: #ff0000;
    padding: 16px 48px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 1.8rem;
    color: white;
    cursor: pointer
}

#s-comece-agora article #cta-comece-agora a button:hover {

    transform: scale(1.1);
    transition: all 0.4s;
}

#s-comece-agora article div h2 {
    font-size: 4rem;
    font-weight: 500;
    width: 500px;
    margin-bottom: 32px
}

@media screen and (max-width: 1140px) {
    #s-comece-agora article div h2 {
        width: 100%;
        font-size: 2.4rem
    }
}

#s-comece-agora article div h2 b {
    color: #ff0000;
    font-weight: bold;
}

#s-comece-agora article div p {
    font-size: 1.8rem;
    color: #e1e1e6
}

#s-comece-agora article div h3 {
    font-size: 4.8rem;
    font-weight: 500
}

@media screen and (max-width: 1140px) {
    #s-comece-agora article div h3 {
        font-size: 4rem
    }
}

#s-comece-agora article div h4 {
    font-size: 3.2rem;
    font-weight: 500;
    width: 350px
}

@media screen and (max-width: 1140px) {
    #s-comece-agora article div h4 {
        width: 100%;
        text-align: center
    }
}

#s-comece-agora article div ul {
    margin-top: 48px
}

#s-comece-agora article div ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 8px 0px
}

#s-faq {
    padding: 96px 0px;
    background-color: var(--bg-default);
}

@media screen and (max-width: 1140px) {
    #s-faq {
        padding: 32px 0px
    }
}

#s-faq .grid-layout>div {
    margin-top: 96px
}

#s-faq .grid-layout>h2 {
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
    max-width: 40%;
    margin: 0 auto 48px auto;

}

@media screen and (max-width: 1140px) {
    #s-faq .grid-layout>h2 {
        max-width: 100%;
        font-size: 2.4rem
    }
}

#s-faq .grid-layout>h2 {
    color: white;
    font-weight: bold;
}

#s-faq .grid-layout>h2 b {
    color: var(--primary-color);
    font-weight: bold;
}

#s-faq .grid-layout .accordion {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    transition: all .3s ease;
    padding-bottom: 32px;
}

.container__acccordion__group {
    border: 1px solid var(--bg-default);
    border-radius: 20px;
    padding: 3em 3em;
    /* background-color: rgb(240, 8, 8); */
    color: white;
}

#s-faq .grid-layout .accordion:hover {
    color: var(--primary-color);
}

#s-faq .grid-layout .accordion h3 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
    /* color: var(--primary-color); */
}

#s-faq .grid-layout .accordion .icon {
    font-size: 3.2rem;
    font-weight: bold;
}

#s-faq .grid-layout .panel {
    max-height: 0px;
    overflow: hidden;
    transition: all 1s ease;
    border-bottom: 3px solid rgb(245, 246, 248);
    margin-bottom: 24px;
}

#s-faq .grid-layout .panel p {
    margin: 12px 0px;
    font-size: 2rem;
    color: white;
    line-height: 160%;
}

#s-faq .grid-layout .panel a {
    color: #fcfcfc;
}

#s-faq .grid-layout .open {
    color: white;
}

#amostra {
    padding: 96px 0px;
}

@media screen and (max-width: 1140px) {
    #amostra {
        padding: 32px 0px;
    }
}

#amostra article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1px;
    background-color: #279629;
    /* border: 3px solid #ffffff; */
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    padding-top: 0.0em;
    padding-bottom: 0.0em;
    margin-bottom: 3%;

}



@media screen and (max-width: 688px) {
    #amostra article {
        flex-wrap: wrap;
        align-items: first baseline;
     
    }
}

#amostra article div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* gap: 120px; */
    height: 8em;

}

#amostra article div img {
    width: 20em;
}

@media screen and (max-width: 1140px) {
    #amostra article div img {
        display: none
    }
}

#amostra article div h2 {
    max-width: 500px;
    font-size: 2.4rem;
    line-height: 130%;
}

@media screen and (max-width: 688px) {
    #amostra article div h2 {
        max-width: 100%
    }
}

#amostra article a button {
    /* border: 3px solid #ffffff; */
    padding: 16px  32px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    background-color: #ff0000;
    cursor: pointer;
    width: 100%;
   
}

#amostra article a button:hover {
    background: #ff0000;
    color: rgb(255, 255, 255);
    width: 100%;
}

@media screen and (max-width: 688px) {
    #amostra article a button {
        width: 100%;
    }
}

@media screen and (max-width: 688px) {
    #amostra article a {
        width: 100%
    }
}

footer {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background-color: #fff;
}

footer .grid-layout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

footer h3 {
    font-size: 2rem;
    background-color: #ff0000;
    padding: 8px 24px;
    margin-bottom: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

footer h2 {
    font-size: 4.8rem;
    color: black;
}

@media screen and (max-width: 1140px) {
    footer h2 {
        text-align: center;
        font-size: 3.2rem
    }
}

footer p {
    margin: 16px 0 56px 0;
    text-align: center;
    width: 40%;
    font-size: 2rem;
    color: black;
    font-weight: 500;
    line-height: 150%
}

@media screen and (max-width: 1140px) {
    footer p {
        width: 100%
    }
}

footer a button {
    padding: 16px 56px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
    color: #0b0c14;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background: #899bff;
    border-radius: 10px;
}

footer a button:hover {
    background: red;
    color: white;
}

@media screen and (max-width: 688px) {
    footer a button {
        width: 100%
    }

    .videocss {
        margin-top: 5%;
        margin-left: -500px;
        max-width: 360px;
    }
}

#s-jobs {
    padding: 40px 0px
}

@keyframes rotation-jobs {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-100%, 0)
    }
}

@media screen and (max-width: 1140px) {
    #s-jobs {
        display: none
    }
}

#s-jobs div {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    height: 64px;
    background: #ff0000;
    display: flex;
    align-items: center
}

#s-jobs div h2 {
    display: inline-block;
    padding-left: 72px;
    animation: rotation-jobs 12s linear infinite;
    font-weight: bold;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: white;
}

@media screen and (max-width: 688px) {
    #s-jobs div h2 {
        font-size: 1.8rem;
        padding-left: 48px
    }

    .videocss {
        margin-top: 5%;
        margin-right: 15%;
        max-width: 460px;
    }
}

.snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.snowflake {
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0.8;
    animation: snowfall linear infinite;
}

@keyframes snowfall {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(100vh) rotate(360deg);
    }
}

.delayMediumReveal {
    color: var(--primary-color);
    margin: 1%;
}

.delaySmallReveal {
    color: #ff0000;
}

.footeer {
    background-color: white;
    width: 100%;
}

.PPP {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000000;
}

/* .video {
    float: right;
    margin-top: -400px;
    margin-right: 12%;
    margin-left: 50%;
    max-width: 370px;
    border-radius: 10px;
    /*   font-size: 45px;
    background-color: white; }

 */
.videocss {
    float: right;
    margin-top: -400px;
    margin-right: 12%;
    margin-left: 50%;
    max-width: 370px;
    border-radius: 10px;
    /*   font-size: 45px;
    background-color: white; */

}

@media screen and (max-width: 1140px) {

    .video {

        /*  margin-top: 0px;
        max-width: 250px;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 5%;
        margin-right: 15%; 
        margin-left: -35px;
        align-items: center; */

        margin-top: 15px;
        margin-right: 12%;
        margin-left: 5%;
        max-width: 370px;
        border-radius: 10px;
    }
}

@media screen and (width: 1138px) {
    .video {
        align-items: center;
        margin-right: 50%;

    }
}

@media screen and (width: 430px) {
    .video {
        max-width: 350px;
        margin-right: 9%;
        max-width: 350px;
    }
}

@media screen and (width: 375px) {
    .videocss {
        margin-top: 2%;
        max-width: 300px;
        margin-right: 7%;

    }

    #s-about .grid-layout>div #creator-photo {
        width: 50%;
        /*   align-items: center;
        margin-bottom: 100px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        height: 450px;
        margin-left: 15px;
        margin-top: 22px;
        margin-right: 10px; */
        background: linear-gradient(180deg, rgba(11, 12, 20, 0) 0%, #09090a 100%), url("../image/testesteste.png"), no-repeat;
    }

}

@media screen and (max-width: 690px) {
    #s-navbar .grid-layout div:nth-child(1) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -100px;

    }

    #s-navbar .grid-layout div:nth-child(2)>a button {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.6rem;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        cursor: pointer;

    }

    /* #s-navbar .grid-layout div:nth-child(2)>a {
        background-color: #ff0000;
        margin-left: 34%;
        
    } */

    .videocss {
        margin-top: 5%;
        margin-right: 15%;
        max-width: 460px;
    }
}


@media screen and (min-width:370) and (max-width:688px) {
    #s-navbar .grid-layout div:nth-child(2)>a {
        background-color: #ff0000;
        margin-right: 34%;
    }

}

@media screen and (max-width: 1139px) {
    #s-navbar .grid-layout div:nth-child(1) {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -100px;

    }

    #s-navbar .grid-layout div:nth-child(2)>a button {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.6rem;
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0);
        cursor: pointer;

    }

    #s-navbar .grid-layout div:nth-child(2)>a {
        background-color: #ff0000;
        margin-left: 34%;

    }

    .videocss {
        margin-top: 5%;
        margin-right: 25%;
        max-width: 460px;
    }
}

/* @media screen and (max-width: 698px) {
    .videocss {
        margin-top: 5%;
        margin-right: 10%;
        max-width: 460px;
    }
}
 */
@media screen and (max-width: 560px) {
    .videocss {
        margin-top: 5%;
        margin-right: 10%;
        max-width: 460px;
    }
}

@media screen and (min-width: 320px) and (max-width: 417px) {
    .videocss {
        margin-top: 5%;
        margin-right: 5%;
        max-width: 300px;
        
    }

    #s-navbar .grid-layout div:nth-child(2)>a {
        background-color: #ff0000;
        margin-left: 4%;

    }
}

@media screen and (min-width: 418px) and (max-width: 535px) {
    .videocss {
        margin-top: 5%;
        margin-right: 6%;
        max-width: 340px;
    }

    #s-navbar .grid-layout div:nth-child(2)>a {
        background-color: #ff0000;
        margin-left: 4%;

    }
}

@media screen and (min-width: 535px) and (max-width: 720px) {
    .videocss {
        margin-top: 5%;
        margin-right: 6%;
        max-width: 530px;
    }

    #s-navbar .grid-layout div:nth-child(2)>a {
        background-color: #ff0000;
        margin-left: 4%;

    }
}


@media screen and (width: 280px)   and (width: 720px)  {
    .videocss {
        margin-top: 5%;
        margin-right: 6%;
        max-width: 320px;
    }

    #s-navbar .grid-layout div:nth-child(2)>a {
        background-color: #ff0000;
        margin-left: 4%;

    }
}

@media screen and (max-width: 1024px) and (min-width: 750px){
    .videocss {
        margin-top: 5%;
        margin-right: 6%;
        max-width: 10px;
    }

    #s-navbar .grid-layout div:nth-child(2)>a {
        background-color: #ff0000;
        margin-left: 34%;

    }
}

@media screen and (width: 690px) and (width:700px){
    .videocss {
        margin-top: 5%;
        margin-right: 15%;
        max-width: 460px;
    }
    #s-navbar .grid-layout div:nth-child(2)>a {
        background-color: #ff0000;
        margin-right: 4%;

    }

}
