#header {
    position: absolute !important;
    height: 100px !important;
    background: transparent;
}
#content{
    padding-bottom:80px;
}
#highlightImg {
    position: relative;
    height: 48vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-image: url(/files/headerBackImg.png);
    flex-direction: column;
    background-size: cover;
}

.headerTop .noHome {
    display: none !important;
}

.headerTop.active .noHome {
    display: block !important;
}

.lastProducts .productViewContainer {
    display: grid;
}
img.backgroundIndex {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#categoriesLevelOne {
    position: relative;
    /* float: left; */
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    /* background-image: url(/files/indexBanner.png); */
    flex-direction: column;
    background-size: cover;
    /* padding-top: 40px; */
}

.slick-arrow.slick-hidden {
    display: block;
}

.itemTitle {
    font-size: 22px;
    font-weight: 600;
    color: black;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.catContainer.slick-slide:hover {
    transform: scale(1.2);
    z-index: 1;
}

a.categoryLvl1:hover {
    box-shadow: 0px 0px 24px 0px rgba(11, 20, 169, 0.6);
    z-index: 1;
}

a.categoryLvl1:hover+p {
    font-weight: 700;
}

.viewAllBtn:hover {
    background: white;
    color: var(--principal1);
}

.viewAllBtn {
    margin: auto;
    width: 130px;
    height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    background: transparent;
    /* border: 1px solid var(--principal1); */
    height: 35px;
    line-height: 35px;
    text-indent: 0;
    color: var(--principal1);
    /* border-radius: 8px; */
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 60px;
    display: block;
}

.lastProducts {
    display: grid;
    width: 95%;
    margin: auto;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

.categoryLvl1:hover .sliderIcons {
    margin-bottom: 10px;
    transition: all 0.4s;
}

.categoryLvl1:hover .sliderShadow {
    width: 90%;
    transition: all 0.4s;
}

.arrowsContainer {
    /* display: flex;
    justify-content: center;
    margin-top: 30px;
    width: 100%; */
}

.tipoDePapaSlider {
    width: 90%;
    /* height: 100px; */
    position: relative;
    margin: auto;
    margin-top: 40px;
}

.tipoDePadre img {
    width: 100%;
}

.tipoDePadre {
    position: relative;
    float: left;
}

.sliderLeftArrowBlue {
    position: absolute;
    height: 30px;
    width: 30px;
    left: -2px;
    bottom: 50%;
    border-radius: 100px;
    background-color: #fff;
    cursor: pointer;
    z-index: 1;
    background-image: url(/files/arrowLeftBlue.svg);
    /* background-size: 52%; */
    /* transform: rotate(180deg); */
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.sliderRightArrowBlue {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    right: -2px;
    bottom: 50%;
    border-radius: 100px;
    z-index: 1;
    background-image: url(/files/arrowRightBlue.svg);
    /* background-size: 52%; */
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.sliderGroupPapaSliderContainer {
    height: 60vh;
}

.arrowsContainer {}

.sliderLeftArrow {
    margin-right: 5px;
}

.sliderRightArrow {
    margin-left: 5px;
}

#categoriesLevelOne h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 60px;
    margin-top: 7vw;
}

#rightHeaderOptions {
    /* float: left; */
    height: fit-content;
    width: 100%;
    color: white;
    display: block;
    text-align: left;
    z-index: 2;
    font-size: 13px;
}



.catContainer a {
    width: calc(100% / 6);
}
.catContainer a img {
    width: 100%;
}

.categoriasBanner:hover {
    /* transform: scale(1.1); */
    /* transition: all 0.2s; */
}
.catContainer div img {
    width: 100%;
}

.encontrarMiRegalo {
    position: absolute;
    bottom: 3%;
    left: calc(50% - 100px);
    font-size: 19px;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: row;
}

.whatsapeanos img {
    width: 90%;
    cursor: pointer;
}

.encontrarMiRegalo p {
    margin-right: 15px;
}

.encontrarMiRegalo:hover .encontrarMiRegalo p {}

.whatsapeanos {
    position: absolute;
    left: 13%;
    bottom: 31%;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

#rightHeaderOptions h1 {
    font-size: 35px;
    text-align: center;
    line-height: 35px;
    color: black;
    font-weight: 400;
    position: relative;
    margin-top: 20vh;
}

div#searchBarContainer {
    display: none;
}

.headerLogoContainer {
    position: absolute;
    left: calc(50% - 90px);
}

.headerTop {
    justify-content: end;
}

div#rightHeaderOptions {}

.catContainerLanding {
    width: 85%;
    margin: auto;
}

.catContainerLanding img {
    width: 100%;
}

.sumaTuMarca.desktopElement {
    z-index: 1;
    width: fit-content;
    padding: 11px 50px;
    background-color: var(--principal1);
    border-radius: 10px;
    color: white;
    margin-top: 8vh;
    font-size: 14px;
    cursor: pointer;
}

.formLanding {
    width: 60%;
    margin: auto;
    margin-bottom: 10vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

div#searchBarContainer {
    display: none;
}

.headerLogoContainer {
    position: absolute;
    left: calc(50% - 90px);
}

.headerTop {
    justify-content: end;
}

div#rightHeaderOptions {}

.catContainerLanding {
    width: 85%;
    margin: auto;
}

.catContainerLanding img {
    width: 100%;
}

.sumaTuMarca.desktopElement {
    z-index: 1;
    width: fit-content;
    padding: 11px 50px;
    background-color: var(--principal1);
    border-radius: 10px;
    color: white;
    margin-top: 8vh;
    font-size: 14px;
    cursor: pointer;
}

.formLanding {
    width: 60%;
    margin: auto;
    margin-bottom: 10vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.formLanding h1 {
    color: black;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 30px;
}

.formLanding h2 {text-transform: uppercase;color: black;font-weight: 100;margin-bottom: 60px;}

.formContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formContainer input {
    border-radius: 5px;
    height: 40px;
    width: 100%;
}

.inputContainer .inputTitle {
    color: black;
    margin-bottom: 9px;
    font-size: 13px;
}

.inputContainer {
    width: 49%;
    margin-bottom: 20px;
}

.inputContainer:nth-child(5) {
    width: 100%;
}

textarea#mensaje {
    width: 100%;
    border: none;
    border-radius: 5px;
    height: 160px;
}

#enviar {
    width: 100px;
    height: 35px;
    background: var(--principal1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    border: 1px solid var(--principal1);
    margin-left: calc(50% - 50px);
}

div#enviar:hover {
    background-color: transparent;
    color: var(--principal1);
}

.footerTop {
    display: none;
}

.formLanding h1 {
    color: black;
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 30px;
}

.formLanding h2 {text-transform: uppercase;color: black;font-weight: 100;margin-bottom: 60px;}

.formContainer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.formContainer input {
    border-radius: 5px;
    height: 40px;
    width: calc(100% - 20px);
    color: black;
    padding: 0px 10px;
}

.inputContainer .inputTitle {
    color: black;
    margin-bottom: 9px;
    font-size: 13px;
}

.inputContainer {
    width: 49%;
    margin-bottom: 20px;
}

.inputContainer:nth-child(5) {
    width: 100%;
}

textarea#mensaje {
    width: calc(100% - 20px);
    border: none;
    border-radius: 5px;
    height: 160px;
    padding: 10px;
    color: black;
}

#enviar {
    width: 100px;
    height: 35px;
    background: var(--principal1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    border: 1px solid var(--principal1);
    margin-left: calc(50% - 50px);
}

div#enviar:hover {
    background-color: transparent;
    color: var(--principal1);
}

.footerTop {
    display: none;
}

.encontrarMiRegalo figure {
    display: flex;
    flex-direction: column;
}

.headerIcons {
    position: absolute;
}

#manGuitar {
    width: 42%;
    right: 9%;
    top: 32%;
}

#spiral1 {
    width: 12%;
    right: 8%;
    top: 23%;
    animation: 6s ease-in-out 0s infinite normal none running float;
}

#spiral2 {
    width: 16%;
    top: 49%;
    left: 6%;
    animation: 8s ease-in-out 0s infinite normal none running float;
}

.bottomHeaderCategories {
    display: none;
}

#headerDummy {
    height: 0px;
}

#rightHeaderOptions .headerLogoContainer {
    position: absolute;
    left: 13%;
    bottom: 35%;
}

#manGuitar {
    width: 42%;
    right: 9%;
    top: 32%;
}

#spiral1 {
    width: 12%;
    right: 8%;
    top: 23%;
    animation: 6s ease-in-out 0s infinite normal none running float;
}

#spiral2 {
    width: 16%;
    top: 49%;
    left: 6%;
    animation: 8s ease-in-out 0s infinite normal none running float;
}

#rightHeaderOptions .headerLogoContainer {
    position: absolute;
    left: 13%;
    bottom: 35%;
}

.sliderContainer.sliderWithTxt .sliderLeftArrow,
.sliderContainer.sliderWithTxt .sliderRightArrow {
    display: none;
}

.sliderGroupContainer {
    margin-top: 20px;
}

.categoryLvl1 {
    position: relative;
    float: left;
    width: 100%;
    /* height: 268px; */
    aspect-ratio: 5/6;
    background-color: #f0f4f9;
    border-radius: 10px;
    margin: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.categoriesSliderContainer {
    position: relative;
    float: left;
    /* height: 73%; */
    width: 100%;
}

.catContainer {
    position: relative;
    /* float: left; */
    /* width: 16.6%; */
    width: 90%;
    margin: auto;
    display: flex;
}

.catContainer p {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.sliderIcons {
    position: relative;
    float: left;
    width: 68%;
    /* height: 70%; */
    margin: 0px;
    /* margin-left: 5%; */
}

.sliderShadow {
    position: relative;
    float: left;
    margin: 0px;
    width: 70%;
    margin-top: 1px;
}

#spiral4 {
    left: 0px;
    height: 34%;
    bottom: 7%;
    animation: 6s ease-in-out 0s infinite normal none running float;
}

#spiral3 {
    right: 110px;
    top: 26%;
    height: 20%;
    animation: 8s ease-in-out 0s infinite normal none running float;
}

.arrowDownIndex {
    filter: invert(1);
}

.groupWithText {
    width: 100%;
    background-image: url(/files/headerBackImg.png);
    height: 650px;
    margin: 0 auto;
    position: relative;
    float: left;
    display: none;
    font-size: 50px;
    text-transform: UPPERCASE;
    color: #000;
    font-weight: 300;
    letter-spacing: 3px;
    background-size: cover;
}

.groupIcons {
    position: absolute;
}

#groupIcon1 {
    width: 9%;
    bottom: 4%;
    left: 6%;
    animation: 4s ease-in-out 0s infinite normal none running float;
}

#groupIcon2 {
    width: 9%;
    right: 10%;
    top: 10%;
    animation: 8s ease-in-out 0s infinite normal none running float;
}

#groupIcon3 {
    width: 16%;
    right: 18%;
    bottom: -30px;
    animation: 6s ease-in-out 0s infinite normal none running float;
}

#highlights {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto !important;
    margin-bottom: 50px;
}

.highlight {
    position: relative;
    width: 100%;
    display: block;
    height: auto !important;
    text-align: center;
    color: white;
    font-size: 48px;
    text-decoration: underline;
}

.widthContainer {
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: auto;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 150px !important;
}

.homeBanner {
    display: none;
    line-height: 30px;
    height: 30px;
    text-align: center;
    width: 100vw;
    justify-content: center;
    flex-flow: column;
    background: #245472;
    font-size: 13px;
    font-family: "RFDewi Expanded";
    font-weight: bold;
    color: white;
    margin-top: -50px;
    margin-bottom: 50px;
}

.seeMoreBtn {
    color: #098094;
    display: block;
    position: relative;
    background: #dcf7ff;
    height: 25px;
    width: fit-content;
    line-height: 25px;
    padding: 10px;
    top: -230px;
    border-radius: 6px;
    margin: 0 auto;
    font-size: 22px;
    border: 2px solid #dcf7ff;
    font-weight: bold;
    cursor: pointer;
}

.seeMoreBtn:hover {
    background: transparent;
    color: #ffffff;
}

.mesaDeTrabajo {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 65px;
}

.itauDiv {
    display: block;
    position: relative;
    width: 75%;
    margin: 0 auto;
    height: 15vw;
}

.itauImg {
    width: 100%;
}

.itauBtn {
    color: #e86d32;
    display: block;
    position: relative;
    background: #fff1dc;
    height: 25px;
    width: 175px;
    cursor: pointer;
    line-height: 25px;
    padding: 10px;
    left: 35%;
    text-align: center;
    right: 0;
    top: -24vh;
    border-radius: 6px;
    margin: 0 auto;
    font-size: 22px;
    border: solid 2px #fff1dc;
    font-weight: bold;
}

.itauBtn:hover {
    background: transparent;
    color: #fff1dc;
}

#imageGroupTitle {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #333234;
    text-align: center;
}

.slick-dots {
    bottom: 20px !important;
}

.slick-dots li button {
    text-indent: -9999px;
}

.slick-dots li button:before {
    border: 2px solid #58595b;
    border-radius: 100px;
    top: 10px !important;
    width: 14px !important;
    height: 14px !important;
    background-color: #ffffff;
    color: transparent;
    opacity: 0.5;
    font-size: 0px;
}

.slick-dots li {
    margin: 1px !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

#mapDiv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    min-width: 1100px;
    margin-top: 20px;
}

#contactDiv {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #b2d6d1;
}

#contactTitle {
    position: relative;
    margin-top: 80px;
    text-align: center;
    color: white;
    letter-spacing: 2px;
    font-size: 20px;
}

.contactInput {
    position: relative;
    float: left;
    width: 360px;
    padding-left: 15px;
    margin-top: 30px;
    height: 35px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    font-size: 16px;
}

.contactInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white;
    opacity: 1;
}

.contactInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}

.contactInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}

.contactInput:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    opacity: 1;
}

.contactInput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
    opacity: 1;
}

#contactName {
    margin-left: 150px;
    margin-right: 40px;
}

#contactMessage {
    margin-left: 150px;
    width: 780px;
    padding-top: 10px;
    height: 200px;
    resize: none;
}

#contactSend {
    position: relative;
    float: right;
    width: 300px;
    margin-right: 150px;
    margin-top: 20px;
    height: 40px;
    background-color: #84cdc4;
    color: white;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    margin-bottom: 60px;
    border-radius: 3px;
    border: 2px solid #84cdc4;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#contactSend:hover {
    background-color: #35b7a7;
    border: 2px solid #35b7a7;
}

#imageGroups {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.brandLogo {
    float: left;
    width: 15%;
    margin-left: 1%;
}

#brandsContainer {
    width: 80%;
    background-color: #ebebeb;
    height: fit-content;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.brand:hover .designerName {
    display: block;
}

.more {
    margin: 0 auto;
    height: 30px;
    margin-top: 45px;
    position: relative;
}

.brand {
    width: calc(100% / 6);
    position: relative;
    float: left;
    border-radius: 0;
    mix-blend-mode: multiply;
    display: flex;
    align-items: center;
    background-size: contain;
    justify-content: center;
    background-color: #000000;
    background-repeat: no-repeat;
}

.brandImg {
    position: relative;
    width: 100%;
}

.designerName {
    position: absolute;
    display: none;
    height: 11vw;
    width: 11vw;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 50%;
    color: white;
    font-size: 13px;
    font-weight: bold;
    background: linear-gradient(180deg, #090909 0%, rgba(28, 28, 28, 0) 100%);
    background-blend-mode: multiply, normal;
}

.brands {
    position: relative;
    display: block;
    overflow: hidden;
    width: 90%;
    padding: 40px 5%;
    margin: 40px auto;
}

.brandsTitle {
    width: 100%;
    text-align: left;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #000000;
    padding-top: 3px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    border-bottom: 1px solid #000000cc;
}

.brandsDiv {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    height: auto;
    display: flex;
    overflow: visible;
    gap: 15px;
    justify-content: space-between;
}

.moweekBtn {
    position: absolute;
    float: right;
    top: 35%;
    right: 8vw;
    font-weight: bold;
    font-size: 20px;
    color: #e86d32;
    background: #fff1dc;
    border-radius: 6px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border: solid 2px #fff1dc;
}

.sliderGroupSliderContainer {
    display: block;
    position: relative;
    margin: 0 auto;
}

.sliderGroupContainer {
    width: 100% !important;
}

.moweekBtn:hover {
    background: transparent;
    color: #fff1dc;
}

.moweekDiv {
    position: relative;
    display: block;
    width: 75vw;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 40px;
}

.moweekImg {
    position: relative;
    max-width: 100%;
    height: auto;
}

#indexWidthContainer {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    height: auto;
    /* margin-bottom: 70px; */
}

#vimeoVideoContainer {
    position: relative;
    width: 100vw;
    height: 50vh;
    overflow: hidden;
    margin-bottom: 50px;
}

.moWeekMedia {
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    overflow: hidden;
    width: 100%;
    height: 110px;
    background-color: #f5f5f5;
}

.moWeekMediaBox {
    width: 31%;
    color: #000;
    text-align: center;
    border-right: 1px solid #000;
    height: 58px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.moWeekMediaBox:first-of-type {
    border-left: 1px solid #000;
    width: 28%;
    margin-left: 3%;
}

.moWeekMediaBox:last-of-type {
    width: 27%;
    margin-right: 3%;
}

.moWeekMediaBox p:first-of-type {
    font-size: 22px;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.moWeekMediaBox p:last-of-type {
    font-size: 9px;
    line-height: 15px;
    letter-spacing: 1px;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
    margin: 7px auto 18px;
    width: fit-content;
    text-transform: uppercase;
}

.brandsLettersIndex {
    width: 90%;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.brandsLettersIndex p:first-of-type {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

#lettersContainer {
    float: left;
    width: 100%;
    line-height: 40px;
    display: flex;
    justify-content: space-around;
    color: #000000;
    margin-right: 2%;
}

.abecedarioLetter {
    float: left;
    font-size: 20px;
    cursor: pointer;
}

.abecedarioLetter:hover {
    opacity: 0.2;
}

.aboutUsIndex {
    width: 90%;
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.aboutUsIndex p:first-of-type {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

.aboutUsIndex p:last-of-type {
    font-size: 14px;
    line-height: 18px;
    width: 80%;
}

.aboutUsIndex a {
    text-decoration: underline;
}

.sliderContainer {
    margin: auto;
    width: 90%;
    overflow: hidden;
    margin-top: 40px;
}

.gifContainer {
    width: 100%;
    height: auto;
    margin: auto;
}

.gifContainer img {
    width: 100%;
    height: auto;
}


/* gif */

.gifMoweekContainer {
    color: var(--principal2);
    margin-bottom: 40px;
    float: left;
    height: 50px;
}

.gifMoweek {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%;
}

.news-message {
    display: flex;
    flex-shrink: 0;
    height: 50px;
    font-size: 11px;
    align-items: center;
    animation: slide-left 20s linear infinite;
}

.news-message p {
    font-size: 2.5em;
    font-weight: 100;
    padding-left: 0.5em;
}

.gigasBrands .sliderContainer {
    width: calc(90% + 50px);
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 1200px) {
    .viewAllCategoriesMobile {
        position: absolute;
        bottom: 15%;
        left: calc(50% - 83px);
        font-size: 15px;
        cursor: pointer;
        text-decoration: underline;
    }
    .headerLogoContainer {
        text-align: center;
    }
    #headerDummy {
        display: none;
    }
    #headerLogoImg {
        width: 100%;
    }
    #spiral1 {
        width: 34%;
        top: 12%;
        right: -17px;
    }
    #spiral2 {
        top: 40%;
        left: -6%;
        width: 35%;
    }
    #spiral4 {
        left: -26px;
        height: 34%;
        top: 14%;
    }
    #manGuitar {
        width: 136%;
        right: -37%;
        top: 39%;
    }
    #categoriesLevelOne h1 {
        font-size: 25px;
    }
    #rightHeaderOptions h1 {
        font-size: 31px;
        line-height: 32px;
        font-weight: 500;
        z-index: 9;
        position: relative;
        right: 0;
        left: 0;
        top: 0;
    }
    #rightHeaderOptions h1 br:first-child {
        display: none;
    }
    #rightHeaderOptions .headerLogoContainer {
        position: absolute;
        left: 6%;
        bottom: 55%;
        text-align: left;
    }
    #rightHeaderOptions .headerLogoContainer #headerLogoImg {
        width: 48%;
    }
    .brands {
        width: 100%;
        padding: 0px;
        margin: 0 auto;
    }
    .brandsTitle {
        width: 90%;
        margin-top: 20px;
        font-size: 15px;
        line-height: 19px;
        padding-top: 0px;
    }
    .brand {
        display: flex !important;
    }
    .brandDivSlider {
        height: 25vw;
        width: 25vw;
        border-radius: 50%;
        margin: 0 auto;
        background-size: cover;
        background-color: gray;
        background-blend-mode: luminosity;
        background-repeat: no-repeat;
    }
    .brands .slick-slide img {
        width: 70%;
        object-fit: contain;
    }
    .slick-slide img {
        width: 73%;
        object-fit: contain;
    }
    .sliderIcons {
        height: 59%;
        margin: 29px 28px;
    }
    .sliderShadow {
        margin: 0 28px;
    }
    .sliderRightArrow,
    .sliderLeftArrow {
        display: none !important;
    }
    .categoryLvl1 {
        margin-left: 21px;
    }
    .sliderGroupSliderContainer .categoryLvl1 {
        margin-left: 0;
    }
    #categoriesLevelOne #spiral4 {
        left: -26px;
        height: 15%;
        top: 80%;
    }
    #categoriesLevelOne #spiral3 {
        left: 85%;
        top: 26%;
    }
    .brand.slick-slide {
        margin-left: 17px;
        margin-right: 17px;
        left: 1.5%;
    }
    .brands .slick-track {
        left: 42%;
    }
    .gigasBrands .sliderContainer {
        width: 100%;
    }
    .gigasBrands .sliderTitleContainer {
        width: 90% !important;
    }
}

@media screen and (max-width: 768px) {
    .viewAllBtn {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .mesaDeTrabajo {
        margin-top: 35px;
        margin-bottom: 18px;
    }
    .abecedarioLetter {
        font-size: 14px;
    }
    #highlights {
        margin-bottom: 0px;
    }
    .promoColumnImages {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 10px;
        height: 200px;
    }
    .itauDiv {
        width: 96%;
        height: auto;
        margin-left: 6%;
        margin-right: 0;
    }
    .seeMoreBtn {
        height: 10px;
        font-size: 13px;
        line-height: 10px;
        top: -115px;
    }
    .itauBtn {
        height: 8px;
        font-size: 14px;
        line-height: 8px;
        top: -47px;
        left: 0;
        width: 120px;
        margin-left: 31px;
    }
    .promoWideImages {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 10px;
        height: 200px;
        margin-top: 0px;
    }

    .formLanding {
    width: 90%;
}

.formLanding h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 11px;
}

.formLanding h2 {
    text-align: center;
    line-height: 26px;
    letter-spacing: 1px;
}

.inputContainer {
    width: 100%;
    margin-bottom: 20px;
}

.formContainer input {
    height: 50px;
    border-radius: 10px;
}

.inputContainer .inputTitle {
    font-size: 16px;
    margin-bottom: 15px;
}

#enviar {
    width: 100%;
    margin: 0px;
    height: 45px;
    font-size: 20px;
}
    #promoShadow {
        width: 80%;
        margin-bottom: 10px;
    }
    #paymentAndShipping {
        height: auto;
        overflow: hidden;
    }
    #paymentOptions {
        margin-top: 5px;
        height: auto;
        width: 100%;
        border-right: 0px;
        position: relative;
        border-bottom: 1px solid #f7f7f7;
        overflow: hidden;
        text-align: center;
    }
    #deliveryOptions {
        margin-top: 5px;
        height: auto;
        width: 100%;
        border-right: 0px;
        position: relative;
        border-bottom: 1px solid #f7f7f7;
        padding-bottom: 5px;
        overflow: hidden;
        text-align: center;
    }
    #locationOptions {
        margin-top: 5px;
        height: auto;
        width: 100%;
        border-right: 0px;
        position: relative;
        /* border-bottom: 1px solid #F7F7F7; */
        overflow: hidden;
    }
    #deliveryOptions:hover,
    #locationOptions:hover {
        cursor: pointer;
    }
    .paymentOption {
        height: 20px;
        margin-right: 4px;
        margin-left: 4px;
        float: none;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    #mobileCreditCard {
        display: block;
    }
    #mobileDelivery {
        display: block;
        margin-top: 13px;
        width: 36px;
        float: left;
        margin-left: 20px;
        display: inline-block;
        margin-bottom: 8px;
    }
    #mobileLocation {
        display: block;
        background-image: url(/files/paymentLocationIcon.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 10px;
        width: 18px;
        height: 24px;
        float: left;
        margin-left: 29px;
        display: inline-block;
        margin-bottom: 13px;
    }
    #paymentOption2 {
        width: 26px;
        height: 18px;
        margin-top: 8px;
    }
    .catContainer {
    display: block;
}

.catContainer a {
    display: block;
}
    #paymentText {
        display: none;
    }
    #deliveryOptionIcon {
        display: none;
    }
    #locationOptionIcon {
        display: none;
    }
    #deliveryOptionText {
        margin-top: 17px;
        margin-left: 20px;
        font-size: 13px;
        float: left;
        top: 0px;
        height: 20px;
    }
    #locationOptionText {
        margin-top: 17px;
        margin-left: 28px;
        font-size: 13px;
        float: left;
        top: 0px;
        height: 20px;
    }
    #specialOffers {
        display: none;
    }
    .dots {
        display: none;
    }
    #specialOffersMobile {
        display: block;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .specialOfferImg {
        margin-left: 0px;
    }
    #specialOffersTitle {
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .specialOffer {
        height: auto;
        overflow: hidden;
    }
    #offersLeftArrowContainer {
        position: absolute;
        margin-top: 41px;
        width: 15%;
        height: 250px;
    }
    .imagesLeftArrow {
        background-image: url("/images/carousell/leftArrow.png");
        height: 30%;
        width: 40%;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 30%;
        top: 30%;
    }
    #offersRightArrowContainer {
        width: 15%;
        height: 250px;
        position: absolute;
        right: 0px;
        margin-top: 41px;
    }
    .imagesRightArrow {
        background-image: url(/images/carousell/rightArrow.png);
        height: 30%;
        width: 40%;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 30%;
        top: 30%;
    }
    .mainImageSelect {
        background-size: cover;
    }
    #imageGroups {
        width: 100%;
    }
    .highlight {
        width: 100vw !important;
    }
    #specialOffersContainer {
        margin-top: -75px !important;
    }
    .moweekDiv {
        margin-top: 30px;
        width: 90vw;
    }
    .moweekBtn {
        font-size: 16px;
        padding-right: 20px;
        right: 33vw;
        top: 64%;
        padding-left: 20px;
    }
    #indexWidthContainer {
        width: 100vw;
        margin-bottom: 50px;
    }
    .sliderGroupSliderContainer {
        max-height: 508px !important;
    }
    .moWeekMedia .slick-track {
        /* left: 24.5%; */
    }
    .moWeekMediaBox {
        border-right: unset;
        width: 100vw !important;
        margin: unset !important;
    }
    .moWeekMediaBox p:first-of-type {
        font-size: 23px;
        line-height: 28px;
        width: 80%;
        margin-left: 10%;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }
    .moWeekMediaBox p:last-of-type {
        font-size: 9px;
        margin-top: 3px;
        line-height: 13px;
    }
    .aboutUsIndex {
        width: 90%;
        font-size: 15px;
        line-height: 19px;
        margin: 40px auto 0px;
    }
    .aboutUsIndex p:first-of-type {
        font-size: 16px;
        line-height: 20px;
    }
    .wishListIcon {
        width: 15px !important;
    }
    .wishListIconHover {
        width: 15px !important;
    }
    .moWeekMedia {
        width: 100%;
        height: 88px;
    }
    .gifMoweekContainer {
        margin-top: 20px;
    }
    .news-message {
        font-size: 8px;
    }
    .gifContainer {
        height: 80px;
    }
    .gifContainer img {
        width: auto;
        height: 100%;
    }
    .aboutUsIndex p:last-of-type {
        width: 100%;
    }
    .sliderTitleContainer {
        width: 100% !important;
    }
    /* mientras no haya grupos */
    .sliderGroupContainer {
        margin-bottom: 0px !important;
    }
    #categoriesLevelOne {
        height: calc(var(--vh, 1vh) * 100);
        transition: .5s all ease-in-out;
        justify-content: flex-start;
    }
    .encontrarMiRegalo {
        flex-direction: unset;
        align-items: center;
        height: auto;
        /* backdrop-filter: blur(10px); */
        -webkit-backdrop-filter: blur(10px);
        border-radius: 10px;
        padding: 8px 10px;
        background: rgb(255, 255, 255, 0.2);
        bottom: 5%;
        left: calc(50% - 106px);
    }
    .encontrarMiRegalo p {
        margin: 0;
    }
    .encontrarMiRegalo figure {
        margin-top: 3px;
        margin-left: 9px;
    }
    .catContainer.slick-slide:hover {
        transform: scale(1);
    }
    .lastProducts {
        display: block;
        width: 100%;
    }
    .lastProducts .productViewContainer {
        margin: 0 10px !important;
    }
    .itemTitle {
        font-size: 22px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .mobileElement.headerMobile {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    #rightHeaderOptions h1 {
        margin-bottom: 3vh;
        margin-top: 0vh;
        text-align: center;
        font-size: 30px;
        margin-bottom: 15vw;
    }
    .searchAndNewsletter.mobileElement {
        z-index: 1;
        display: flex !important;
    }

    #suscribeNews {
        background-color: var(--principal1);
        border: 1px solid var(--principal1);
        height: 46px;
        display: flex;
        align-items: center;
        width: 54vw;
        justify-content: center;
        padding: 0px 20px;
        border-radius: 10px;
        margin-right: 10px;
        color: var(--principal2);
    }
    div#rightHeaderOptions {
        width: 90%;
        margin-top: 18vh;
        margin-bottom: 20vh;
    }
    .catContainerLanding {
        width: 111%;
        margin: -20px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .moWeekMediaBox {
        border-right: unset;
    }
    .moWeekMediaBox p:first-of-type {
        font-size: 24px;
        line-height: 28px;
        border-right: 1px solid #000;
    }
    .moWeekMediaBox:first-of-type {
        margin-left: 0;
    }
    .moWeekMediaBox:last-of-type {
        margin-right: 0;
    }
    #rightHeaderOptions h1 {
        margin-bottom: 1vh;
        margin-top: 0vh;
    }
}

@media screen and (max-width: 769px) {
    .searchBarBackground {
        height: 80px !important;
    }
    #mobileSearchBar {
        background: rgba(255, 255, 255, 0.4) !important;
    }
}