*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header{
    background-color: #242424;
    box-shadow: 0PX 3PX 10PX #464646;
}
.nav-bar {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 6rem;
}

.logo {
    display: flex;
    align-items: center;

}
 
.logo h1 {
    color: #fff;
}
.nav-list{
    display: flex;
    align-items: center;
}
.nav-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
}
.nav-item{
    margin: 0 15px;
}
.nav-item :hover{
    color: #B40106;
}

.nav-link {
    text-decoration: none;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 400;
}

.login-button {
    color: black;
    border: none;
    background-color: #0187a7;
    padding: 10PX 15px;
    border-radius: 5PX;
}
.login-button button a{
    background-color: #0187a7;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}
.mobile-menu-icon {
    display: none;

}

.mobile-menu{
    display: none;
}

@media screen and (max-width: 999px) {
    .nav-bar{
        padding: 1.5rem 4rem;
    }
    .nav-item{
        display: none
    }
    .login-button {
        display: none;
    }
    .mobile-menu-icon{
        display: block;
    }
    .mobile-menu-icon button{
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: rem; 
    }
    .mobile-menu .nav-item{
        display: block;
        padding: 1.2rem;
    }
    .mobile-menu .login-button{
        display: block;
        padding: 1rem 2rem;
    }
    .mobile-menu .login-button button{
        width: 100%;
    }
    .open{
        display: block;
    }

}
.baner{
overflow: hidden;
width: 100%;
height: 25vh;
background-color:#101218;
text-align: center;
font-size: 550%;
color:#B40106;
}    
.ban{
width: 20%;
height: 100%;
margin-left: 40%;
margin-right: 40%;
overflow: hidden;
}
.com00{
    
    width: 100%;
    height: 30vh;
    background-color: #101218;
}
.com01{
    width: 100%;
    height: 20%;
    
    text-align: center;
    font-size: 140%;
    color: red;
}
.com02{
    width: 100%;
    height: 80%;
    text-align: center;
    font-size: 300%;
    color: #fffffb;

}
/****************************meio***************************/
.intr{
    width: 100%;
    height: auto;
    background-color: #101218;
    float: left;
}
.pot1{
    width: 100%;
    height: 15vh;
}
.pot1 input{
    width: 80%;
    height: 35px;
    margin-left: 10%;
    border-radius: 15px;
    text-align: center;
}
.pot2{
    height: ;
}
.pot2 li{
    text-align: center;
    width: 25%;
    height: auto;
    color: #fff;
    padding: 20px;
    padding-bottom: 15px;
    float: left;
}
li img{
    display: none;
}
.pot2 a{
    color: #fff;
}

/***********************fim*********************/

.fim{
    float: left;
    width: 100%;
    height: 50vh;
    background-color: #B40106;
    background-color: #1f2128;
}
.fim0{
    width: 30%;
    height: 100%;
    float: left;
    margin-left: 2.5%;
}
.fim1{
    width: 100%;
    height: 15%;
    text-align: center;
    color: #fffffb;
    font-size: 200%;
}
.fim2{
    width: 100%;
    height: 0.5%;
    background-color:#B40106;
}
.fim3{
    width: 100%;
    height: 84.5%;
    text-align: center;
    font-size: 180%;
    color: #fff;
    list-style-type: none;
}
.fim3 li{
    list-style-type: none;
}
.fim3 a{
    color: #fff
}
.fim3 li :hover{
    color: #B40106;

}

@media (max-width: 500px) and (min-width: 401px){
    .tex{
        padding: 25px;
    }
    .fim{
        font-size: 70%;
        height: 70vh;
    }
    .fim0{
        width: 60%;
        height: 33%;
        margin-left: 20%;
        margin-left: 20%;
    }
    
}
@media (max-width: 400px) and (min-width: 300px){
    .tex{
        padding: 25px;
    }
    .fim{
        font-size: 70%;
        height: 70vh;
    }
    .fim0{
        width: 60%;
        height: 33%;
        margin-left: 20%;
        margin-left: 20%;
    }
}