@font-face {
    font-family: 'Acumin-Variable-Concept'; /* Nome que você vai usar no CSS */
    src: url('../font/Acumin-Variable-Concept.ttf') format('truetype'); /* Caminho do arquivo TTF */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Social-Gothic-Rough';
    src: url('../font/Social-Gothic-Rough.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --green: #19313d;
    --yellow: #fed87d;
    --yellow2: #ffce21;
    --blue: #868ab7;
    --green2: #92cb6d;
}

html {
    scroll-behavior: smooth;
    font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar-nav {
    background: var(--yellow);
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
}

.navbar .container-fluid {
    background: var(--green);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Social-Gothic-Rough'
}

small, p, span, div {
    font-family: 'Acumin-Variable-Concept'
}

.banner-1 {
    width: 100%;
    background-image: url(/image/banner-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: fit-content;
}

.estrela-1 {
    width: 221px;
    height: 207px;
    background-image: url(/image/estrela-1.png);
    background-repeat: no-repeat;
    margin-left: 5%;
    margin-top: -104px;
    position: absolute;
    z-index: 2;
}

.foguete-1 {
    width: 221px;
    height: 207px;
    background-image: url(/image/foguete-1.png);
    background-repeat: no-repeat;
    margin-right: 5%;
    margin-top: -104px;
    right: 0px;
    position: absolute;
    z-index: 1;
}

.hr-1 {
    width: 100%;
    height: 60px;
    background-image: url(/image/hr-1.png);
    margin-top: -40px;
    position: absolute;
    z-index: 2;
}

.footer {
    position: unset !important;
}

.sobre {
    background: var(--blue);
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

    .sobre h1 {
        font-size: 5rem;
        color: var(--yellow2);
        rotate: -6deg
    }

    .sobre p {
        rotate: 6deg;
        font-size:1.2rem;
        text-align:left;
    }

.personagens {
    margin-top: -20px;
}

.apoio {
    background: var(--yellow);
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    height: 450px;
}

    .apoio h1 {
        font-size: 5rem;
        color: var(--blue);
        rotate: -6deg;
        margin-top: -30px;
        margin-bottom: 40px; 
    }

    .apoio img {
        background: white;
        padding: 18px 56px;
        border-radius: 100px;
        box-shadow: 10px 10px 0px 0px #febc00;
        border: solid 5px #fed87d;
    }

.apoio-1 {
    width: 300px;
    height: 271px;
    background-image: url(/image/apoio-1.png);
    background-repeat: no-repeat;
    margin-left: 5%;
    position: absolute;
    z-index: 2;
}

.apoio-2 {
    width: 300px;
    height: 377px;
    background-image: url(/image/apoio-2.png);
    background-repeat: no-repeat;
    margin-right: 5%;
    margin-top: -377px;
    right: 0px;
    position: absolute;
    z-index: 2;
}

.explosao-1 {
    width: 100%;
    height: 147px;
    background-image: url(/image/explosao-1.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -80px;
    position: absolute;
    z-index: 2;
}

.galeria {
    background: var(--green2);
    padding: 100px 0px;
    position: relative;
    z-index: 1;
    height: 500px;
}

.equipe {
    background: var(--blue);
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}

    .equipe h1 {
        font-size: 5rem;
        color: var(--yellow2);
        rotate: -6deg
    }

    .equipe p {
        rotate: 6deg;
        font-size: 1.2rem;
        text-align: left;
    }

.estrela-2 {
    width: 435px;
    height: 180px;
    background-image: url(/image/estrela-2.png);
    background-repeat: no-repeat;
    margin-right: 5%;
    margin-top: -90px;
    right: 0px;

    position: absolute;
    z-index: 2;
}

.camera-1 {
    width: 200px;
    height: 113px;
    background-image: url(/image/camera-1.png);
    background-repeat: no-repeat;
    margin-left: 5%;
    margin-top: -56px;
    position: absolute;
    z-index: 2;
    rotate: 25deg
}

.img-page {
    background: var(--blue);
    max-width: 500px;
    border-radius: 20px;
    padding: 0;
    box-shadow: 11px 11px 40px 20px #0000004f;
    height: fit-content;
}

    .img-page img {
        max-width: 100%;
        border-radius: 20px;
        padding: 10px;
    }

    .img-page.rotate-1 {
        rotate: -10deg;
    }

    .img-page.rotate-2 {
        rotate: 10deg;
    }

div.qrcode {
    border: solid 5px black;
    width: fit-content;
    border-radius: 8px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    background: black;
}

.qrcode p {
    font-size: .9rem;
    text-align: center;
    margin: 5px 5px 0px 5px;
    background: black;
    color: var(--yellow2);
}

.orbita {
    /* centraliza o ponto de rotação */
    transform-origin: 50% center;
    animation: orbitar 90s linear infinite;
}

@keyframes orbitar {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.zoom {
    transition: transform 0.3s ease;
}

.zoom:hover {
    transform: translateZ(0) scale(1.06);
}

ul.dropdown-menu.show {
    background: var(--yellow);
    color: var(--green) !important;
    border: none;
    border-radius: 0px 0px 20px 20px;
}

a.dropdown-item {
    color: var(--green) !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: var(--yellow2)!important;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--green) !important;
}

ul.dropdown-menu.show {
    max-height: 500px;
    overflow: auto;
    scrollbar-color: var(--green) transparent;
    scrollbar-width: thin;
}

.banner-1-left {
    color: white;
    max-width: 360px;
    rotate: -6deg;
    padding: 30px 40px;
    border-radius: 25px;
    background: var(--green);
    box-shadow: 11px 11px 40px 20px #0000004f;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 30vh;
    margin-bottom: 20vh;
    margin-left: auto;
    margin-right: auto;
}

    .banner-1-left .foguete-1 {
        margin-right: -120px;
        rotate: 30deg
    }

.banner-1-right {
    margin-top: 20vh;
    text-shadow: 0px 0px 50px black;
}


    .banner-1-right div {
        display: ruby-text;
    }

    .banner-1-right h1 {
        color: white;
        font-size: 2.2rem;
    }

    .banner-1-right h2 {
        color: var(--yellow);
        font-size: 1.6rem;
    }

    .banner-1-right h5 {
        color: var(--green2);
        font-size: 1.2rem;
    }

    .banner-1-right i {
        color: var(--green2);
        font-size: 1.2rem;
    }

@media (max-width: 991px) {
    .banner-1-right {
        margin-top: 0vh;
        margin-bottom: 10vh;
        padding: 30px 20px;
        border-radius: 25px;
        background: var(--green);
        box-shadow: 11px 11px 40px 20px #0000004f;
    }
}