#customPageTitle {
    display: none;
}

#topHiddenBar {
    background: none;
}

#topHiddenBar.indexHeader {
    background: white;
}

.indexHeader .headerImg {
    content: url('../../files/logo2.svg');
}

.indexHeader .headerOption {
    color: black;
}

.indexHeader .rightIcons {
    stroke: black;
}

.indexHeader .searchBar {
    border-color: black;
    border-width: thin;
}

.indexHeader .wishlistSvg {
    fill: black;
}

.indexHeader .wishListQuantity {
    color: black;
}

#banner {
    width: 100%;
    position: relative;
}

.banner2 {
    right: 6%;
    position: absolute;
    top: 20%;
    width: 32%;
}

#titleContainer {
    font-size: 40px;
    font-weight: 600;
    width: 55%;
    text-transform: uppercase;
    margin-left: 10%;
    margin-top: 60px;
    float: left;
    margin-bottom: 40px;
}

#text {
    width: 30%;
    margin: unset;
    margin-left: 14%;
    font-size: 15px;
    line-height: 24px;
    color: black;
    top: unset;
    font-weight: unset;
    margin-bottom: 100px;
}

.youtubeVideoContainer {
    width: 88%;
    height: auto;
    margin: 70px auto;
    margin-top: 10%;
}

.youtubeVideo {
    width: 100%;
    height: 49vw;
}

@media screen and (max-width: 768px) {
    #headerDummy {
        display: none;
    }

    #header {
        background: none;
        box-shadow: none;
    }

    .indexHeader#header {
        background: white;
    }

    .indexHeader #headerMobileMenuIcon span {
        background: black;
    }

    .indexHeader.wishlistSvg {
        fill: black;
    }

    .indexHeader.wishListQuantity {
        color: black;
    }

    .indexHeader #headerLogo {
        content: url('../../files/logo2.svg');
    }

    .mobileElement.open .user {
        stroke: black;
        stroke-width: 1.5px;
    }

    .mobileElement.open .wishListQuantity {
        color: black;
    }

    .wishListQuantity {
        right: 57px;
    }

    .banner2 {
        position: relative;
        left: 5%;
        width: 90%;
        right: 0;
    }

    #titleContainer {
        width: 90%;
        margin: 30px 5%;
        font-size: 25px;
    }

    #banner {
        content: url('../../files/nosotrosMobile.jpg');
    }

    #text {
        width: 90%;
        margin-left: 5%;
        font-size: 13px;
        position: relative;
        margin-bottom: 30px;
    }
}