
#bannerContent{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    h1{
        font-weight: 500;
        font-size: 3rem;
        letter-spacing: 18px;
        margin-bottom: 0px;
    }
    h1 + p{
        letter-spacing: 1px;
    }
}

#videoBanner{
    height: auto;
    width: 100%;
}

#contBanner{
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

main{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    h2{
        margin-top: 64px;
        letter-spacing: 1px;
        width: 95%;
        font-size: 2.5rem;
        margin-bottom: 0;
        font-weight: 500;
        color: var(--rosa);
    }
}

#navLogo{
    background-image: url(../Images/logo-rosa.svg);
}

#contLogo{
    background-color: var(--rosa);
}

.contVideo{
    position: relative;
    height: 450px;
    width: 100%;
    gap: 32px;
    justify-content: center;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    video{
        height: 700px;
    }
    .basicColumn{
        align-items: start;
        h2{
            margin: 0;
            font-size: 4rem;
            font-weight: 550;
            color: var(--rosa);
        }
        h3{
            margin: 0;
            font-size: 3.1rem;
            text-align: start;
            text-wrap: unset;
            font-weight: 500;
            color: var(--veige_oscuro);
        }

    }
}

.contVideo::after{
    content: "";
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 100%;
    background-color: var(--rosa);
}

.mainSection{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.contImg{
    margin-top: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    width: 40%;
    height: auto;
    background-image: url(../Images/botascafemujer.jpg);
    background-size: cover;
    background-position: center;
    h4{
        text-align: center;
        margin: 0;
        width: 100%;
        color: #fff;
        padding: 2rem 0;
        font-weight: 500;
        font-size: 1.5rem;
        letter-spacing: 0.9cqmax;
        background-color: var(--veige_oscuro);
    }
}

#prodsMujer{
    margin: 32px 0;
    gap: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    justify-content: space-around;
}

.hotItem{
    padding: 2rem 2rem;
    border: 0px solid black;
    background-color: rgb(241, 234, 238);
}

.promoBanner{
    margin-top: 64px;
    width: 100%;
    height: 600px;
    background-image: url(../Images/botas_negras_mujer.jpg);
    background-size: cover;
    background-position: 0px -1000px;
    margin-bottom: -32px;
}

.promoBannerText{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

#anTitle, #anTitle2{
    opacity: 0;
}

.titleM{
    color: var(--veige_oscuro); 
    margin:0;
}

@media(max-width:908px){
    #bannerContent{
        text-align: center;
    }
    #videoBanner{
        width: auto;
        height: 100%;
    }
    .promoBanner{
        background-position: center;
    }
    .contVideo{
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .titleS{
        text-align: center;
        font-size: 1.2rem;
        text-wrap: balance;
        margin-bottom: 16px;
    }

    .hotItem{
        padding: 1rem 1.4rem;
        width: 30%;
        font-size: 0.9rem;
        .hotImg{
            height: 100px;
            width: 100px;
        }
    }
}
