body {
    background-color: black;
    font-family: 'Montserrat', sans-serif;
}


/*------  NAVEGATION  -----  */
a {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    color: orangered;
}

.li-1 {
    background-color: #fff;
    padding: 5px 10px;
    margin-top: -5px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.logo {
    width: 200px;
}

#header {
    box-sizing: border-box;
    height: 70px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #000000;
    position: sticky;
    top: 0;
    z-index: 999;
    font-weight: 400;
}

.header {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 3rem 10rem 3rem 10rem;
    gap: 3rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(29, 28, 28);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 80px;
    height: 80px;
}

.loader::after {
    content: " ";
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff;
    margin: 8px;
    animation: spin 3s ease infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-1-1 {
    width: 500px;
    height: 500px;
}

h4 {
    font-size: 20px;
    font-weight: 400;
    color: orangered;
}

h1 {
    color: white;
    font-size: 30px;
}

h2 {
    color: white;
    font-size: 28px;
}

p {
    margin: 1rem 30rem 1rem 0rem;
    color: white;
    font-size: 18px;
}


#menu {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

#menu a {
    display: block;
    padding: 0.5rem;
}

#btn-mobile {
    display: none;
}


.formulario {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 12rem;
}

.input {
    margin-top: 3rem;
}

fieldset {
    border: 3px solid orangered;
    width: 50vw;
    background-color: rgba(0, 0, 0, 0.3);
}

legend {
    border: 1px solid orangered;
    padding: 10px;
    text-align: center;
    background-color: orangered;
    border-radius: 8px;
    color: white;
}


.inputuser {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    color: white;
    font-size: 15px;
    width: 100%;
    letter-spacing: 2px;
    margin-top: 1rem;
}

#submit, #button_loading {
    margin-top: 1rem;
    background-color: rgb(71, 214, 155);
    width: 50%;
    border-radius: 16px;
    color: white;
    cursor: pointer;
    padding: 15px;
    font-size: 25px;
}

#button_loading {
    display: none;
}

.input-1 {
    text-align: center;
}

.input-2 {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
}

textarea {
    border-radius: 14px;
    font-size: 18px;
    color: white;
    margin-top: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.sucesso {
    margin-top: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.sucesso-1 {
    border: 3px solid rgb(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 18px;
    background-color: orangered;
}

.sucesso-2 {
    color: white;
    margin-bottom: 3rem;
}

.sucesso-3 {
    font-size: 25px;
    color: white;
    padding: 10px;
    border-radius: 18px;
    background-color: orangered;
    text-decoration: none;
    border: 3px solid rgb(0, 0, 0, 0.3);
}


.img-1-1 {
    margin-top: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small-1-1 {
    width: 1280px;
    height: 720px;
}

.small-1-1-1 {
    display: none;
}

/* FOOTER */

.global-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 2rem;
    margin-top: 10rem;
}

.list-card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 2rem;
}

.logo-1 {
    width: 300px;
}

.card {
    width: 40px;
}

.card-1 {
    width: 50px;
}

.text-footer {
    margin: 2rem 0rem 5rem;
    font-size: 16px;
    color: white;
}

@media screen and (max-width:1700px) {
    .header {
        margin: 3rem;
    }

    p {
        margin: 1rem 25rem 1rem 0rem;
    }


}

@media screen and (max-width:1500px) {

    p {
        margin: 1rem 0rem 1rem 0rem;
    }

    .small-1-1 {
        width: 1080px;
        height: 620px;
    }
}

@media screen and (max-width:1200px) {
    .banner-1-1 {
        width: 400px;
        height: 400px;
    }

    .small-1-1 {
        width: 880px;
        height: 520px;
    }

    h4 {
        font-size: 18px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }
}

@media screen and (max-width:900px) {

    .header {
        gap: 0.5rem;
    }


    .banner-1-1 {
        width: 400px;
        height: 400px;
    }

    h4 {
        font-size: 16px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    p {
        margin: 0;
        font-size: 12px;
    }

    .small-1-1 {
        width: 680px;
        height: 420px;
    }
}

@media screen and (max-width:800px) {
    .li {
        font-size: 14px;
    }

    .small-1-1 {
        width: 580px;
        height: 220px;
    }

}

@media screen and (max-width:770px) {

    .header {
        gap: 0.3rem;
        margin: 2rem;
    }


    .banner-1-1 {
        width: 300px;
        height: 300px;
    }

    h4 {
        font-size: 14px;
    }

    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    p {
        font-size: 10px;
    }

    .li {
        font-size: 11px;
    }

}


@media screen and (max-width:650px) {
    #menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 70px;
        right: 0px;
        background-color: #000000;
        transition: 0.6s;
        z-index: 1000;
        height: 0px;
        visibility: hidden;
        overflow-y: hidden;
    }

    #nav.active #menu {
        height: calc(100vh - 70px);
        visibility: visible;
        overflow-y: auto;
    }

    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
        border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    }

    #btn-mobile {
        display: flex;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        gap: 0.5rem;
        color: white;
    }

    #hamburger {
        border-top: 2px solid;
        width: 20px;
        color: white;
    }

    #hamburger::after,
    #hamburger::before {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
        margin-top: 5px;
        transition: 0.3s;
        position: relative;
    }

    #nav.active #hamburger {
        border-top-color: transparent;
    }

    #nav.active #hamburger::before {
        transform: rotate(135deg);

    }

    #nav.active #hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

    #modelo_img {
        width: 380px;
    }

    .banner-1-1 {
        width: 400px;
        height: 400px;
    }

    .header {
        display: flex;
        flex-direction: column-reverse;
        gap: 0.2rem;
        margin: 1.5rem;
        justify-content: center;
        align-items: center;
        text-align: center;
    }


    h4 {
        font-size: 16px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;
    }

    p {
        text-align: justify;
        font-size: 14px;
    }

    .li-1 {
        width: 3.6rem;
    }

    .small-1-1 {
        display: none;
    }

    .small-1-1-1 {
        display: block;
        width: 450px;
        height: 800px;
    }
}

@media screen and (max-width:500px) {

    .banner-1-1 {
        margin-top: 3rem;
        width: 200px;
        height: 200px;
    }

    .banner-1-1 {
        width: 350px;
        height: 350px;
    }

    .img-1-1 {
        margin-top: 3rem;
    }

    .small-1-1-1 {
        width: 380px;
        height: 720px;
    }
}

@media screen and (max-width:450px) {
    .header {
        margin: 1rem;
    }
}

@media screen and (max-width:400px) {
    .small-1-1-1 {
        width: 300px;
        height: 600px;
    }
}

@media screen and (max-width:375px) {

    .sucesso-3 {
        font-size: 18px;
    }


}

@media screen and (max-width:325px) {

    form {
        width: 300px;
    }

    fieldset {
        width: 200px;

    }

    .input {
        width: 240px;

    }

    .input-2,
    .input-1 {
        width: 240px;
    }
}
/* -- */

select{
    height: 35px;
    width: 100px;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.text-orange{
    color: #ff4501;
}
.see-i{
    margin-bottom: 10px;
    cursor: pointer;
    margin-left: -20px;
}
.font-pass{
    font-size: 12px;
}
@media (min-width:800px){
    .font-pass{
        font-size: 14px;
    }
}

.pack-header {
    background: #FFF;
    color: #ff4501;
    padding: 4px 6px;
}

.pack-body {
    background: rgba(255,255,255, .7);
    color: #000;
    padding: 4px 6px;
}

.pack-body > div.row {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pack-body > div, .pack-body label {
    cursor: pointer;
}

@media (max-width: 767px) {
    .pack-body{
        font-size: 1rem;
    }
}

@media (max-width: 450px) {
    .pack-body{
        font-size: .8rem;
    }
}