@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

h3 {
    font-size: 1.4rem;
    font-weight: 800;
}

h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
    color: #1d1d1d;
}

h6 {
    color: #D8D8D8;
}

.sproduct a:hover{
    text-decoration: none;
}

.text-desc{
    display: flex;
    justify-content: center!important;
    font-weight: 600;
}

button {
    font-size: 0.8rem;
    font-weight: 700;
    outline: none;
    border: none;
    background: #1d1d1d;
    color: aliceblue;
    padding: 13px 30px;
    text-transform: uppercase;
}

button:hover {
    background: #3a3838;
    color: aliceblue;
    transition: 0.3s ease;
}

.star {
    padding: 10px 0;
}

.star i {
    font-size: 0.8rem;
    color: goldenrod;
}

hr {
    width: 30px;
    height: 2px;
    background-color: #2598f7;
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    font-size: 16px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.contato-nav{
    position: absolute;
    top: 5px;
    height: 10px;
    margin-top: 0;
}

.navbar ul{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0 20px;
    color: #000;
    transition: 0.3s ease;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar i.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar i:hover {
    color: #2598f7;
}

.navbar i {
    font-size: 1.2rem;
    padding: 0 7px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s ease;
}


/* MOBILE MENU */

.navbar-light .navbar-toggler {
    border: none;
    outline: none;
}

#bar {
    font-size: 1.5rem;
    padding: 7px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s ease;
    color: black;
}

#bar:hover,
#bar.active {
    color: #fff;
}

#home {
    background-image: url("img/banner/banner-principal.jpg");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: top 60px center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.promocao-filme{
    flex-direction: row!important;
}

.container-promocao{
    flex: 3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.titulo-promocao{
    font-size: 1.4rem;
    text-align: center;
    font-weight: 500;
}

#home span {
    color: #2598f7;
}

#home h5,h1,p{
    color: white;
}

#home button{
    background-color: #2598f7;
}

#home .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#brand h1,h2{
    font-size: 1.4rem;
    color: #2a2a2a;;
    text-align: center;
}

#featured p{
    color: #2a2a2a;
    text-align: center;

}



#new .one img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#new .one .details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s all;
}


#new .one:hover .details {
    cursor: pointer;
    /* background-color: rgba(226, 226, 226, 0.7); */
}

#new .one .details button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #2a2a2a;
    background: none;
    text-transform: uppercase;
    border-bottom: 1px solid #2a2a2a;
    padding: 2.5px;
    transform: translateY(70px);
    transition: all .3s;
}

#new .one .details button:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#new .one .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


.cotacao{
    width: 210px;
    margin-bottom: 1rem;
}

/* #new .one:nth-child(3) .details {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    text-align: end;
} */

#new h2{
    color: white;
}


/* PRODUCTS */

.product {
    cursor: pointer;
    margin-bottom: 2rem;
}

.product img {
    transition: 0.3s all;
}

.product:hover img {
    opacity: 0.7;
}

.product .buy-btn {
    background: #2598f7;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.3s all;
}

.product:hover .buy-btn {
    transform: translateY(0);
    opacity: 1;
}

.sproduct h1{
    color: #2a2a2a;
    font-size: 1.4rem;
    font-weight: 800;

}

.sproduct h2{
    text-align: start;

}

#banner {
    background-image: url("img/banner/banner-amostra.jpg");
    width: 100%;
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 70px center;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#banner h4 {
    color: #D8D8D8;
}

#banner h1 {
    color: #fff;
}

#banner button {
    background-color: #2598f7;
}

#shoes .row{
    justify-content: center;
}

#shoes p {
    color:#2a2a2a;
}


footer {
    background: #222222;
}

footer h5 {
    color: #D8D8D8;
    font-weight: 700;
    font-size: 1.2rem;
}

footer li {
    padding-bottom: 4px;
}

footer li a {
    font-size: 0.8rem;
    color: #999;
    text-decoration: none;
    border-style: none;
    border: 0;
    outline: none;
}

footer li a:hover {
    color: #D8D8D8;
    border: none;
}

footer p {
    color: #999;
    font-size: 0.8rem;
}

footer .copyright a {
    color: #000;
    width: 38px;
    height: 38px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    transition: all .3s;
    margin: 0 5px;
}

footer .copyright a:hover {
    color: #fff;
    background-color: #2598f7;
}

footer .copyright a i {
    font-size: 1rem;
}

.detalhes li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

#blog-container {
    transition: 0.3s ease;
}

#blog-container .post .post-img {
    overflow: hidden;
    cursor: pointer;
}

#blog-container .post .post-img img {
    transition: 0.8s ease;
}

#blog-container .post:hover img {
    transform: scale(1.3) rotate(-10deg);
    opacity: 0.8;
}

#blog-container .post h3 {
    transition: 0.3s ease;
    cursor: pointer;
}

#blog-container .post:hover h3 {
    color: #fd8c66;
}

@media only screen and (max-width: 991px) {
    body>nav>div>button:hover,
    body>nav>div>button:focus {
        background-color: #2598f7;
    }
    body>nav>div>button:hover #bar,
    body>nav>div>button:focus #bar {
        color: #fff;
    }
    #navbarSupportedContent>ul {
        margin: 1rem;
        justify-content: flex-end;
        align-items: flex-end !important;
        text-align: right;
    }
    #navbarSupportedContent>ul>li:nth-child(n)>a {
        padding: 10px 0;
    }

    .product .buy-btn {
        background: #2598f7;
        transform: translateY(20px);
        opacity: 1;
        transition: 0.3s all;
    }

    .box-cotacao{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .navbar ul{
        display: block;
        
    }
    .navbar{
        display: block
    }

    .contato-nav{
        display: none;
    }

    .container-promocao{
        display: none;   
        justify-content: center;
    }

}