
#highlights {
    min-width: 100%;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 74px) !important;
    margin-top: 74px;
    display: none;
}

.orderNow {
    color: black;
    display: block;
    height: 60px;
    text-transform: uppercase;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #FFC73B;
    line-height: 64px;
    font-size: 33px;
    letter-spacing: 1px;
    font-family: 'BebasNeue';
}

.slick-track {
    height: 100%;
}

.line {
    height: 532px;
    margin-bottom: 120px;
}

.contIndice {
    margin-top: 185px;
    margin-bottom: 90px;
}

#segundoImg {
    float: right;
    margin-right: 8%;
    position: relative;
}

.contImg {
    height: 100%;
    width: 49%;
    background-position: 50% 84%;
    background-size: cover;
    position: relative;
    left: 40px;
    float: left;
}

.orderNow p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

img.orderArrow {
    width: 68px;
    height: auto;
    display: inline-block;
    margin-left: 20px;
    margin-top: 16px;
    line-height: 50px;
}

.fullScreenPromo {
    width: auto;
    min-width: 100%;
    height: calc(100vh - 80px);
    position: relative;
    display: block;
}

#ocultarBarraSuperior2 {
    position: absolute;
    height: 70px;
    z-index: 1;
    width: 100vw;
    min-width: 1100px;
}

#logoBarraOculta2 {
    display: inline-block;
    margin-left: 60px;
    margin-top: 30px;
    height: 30px;
}

#ocultarBarra2 {
    display: inline-block;
    float: right;
    margin-right: 60px;
    height: 70px;
    line-height: 70px;
}

.dishesDiv {
    display: block;
    position: relative;
    width: 1085px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.dishDiv {
    display: inline-block;
    position: relative;
    width: 328px;
    height: 525px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

.dishPic {
    position: relative;
    display: block;
    width: 100%;
}

.seeMoreBtn {
    position: absolute;
    display: block;
    bottom: 25px;
    border-radius: 2px;
    right: 25px;
    background-color: #64ADAD;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 14px;
    padding-top: 6px;
    letter-spacing: 0.3px;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 6px;
    font-weight: normal;
    cursor: pointer;
    border: solid 1px #64ADAD;
}

.seeMoreBtn:hover {
    background-color: transparent;
    border: solid 1px #64ADAD;
    color: #64ADAD;
}

.dishTitle {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
    width: 220px;
    color: #2F2F2F;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.slick-dots {
    bottom: 20px;
}

.slick-dots li button:before {
    border: 1px solid #ffffff;
    border-radius: 100px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    color: transparent;
    opacity: 0.5;
    font-size: 0px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    border: 3px solid #ffffff;
    margin-top: -2px;
}

.contactDiv {
    width: 100%;
    height: 317px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 80px;
    background-image: url(../../files/image4.html);
    background-size: cover;
}

#shippingZoneContainer {
    display: none;
    height: 100vh;
    z-index: 10;
    width: 100vw;
    top: 0;
    left: 0;
}

.negroBkg80 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

#shippingZone {
    display: block;
    width: 70%;
    position: fixed;
    top: 110px;
    z-index: 3;
    left: 15%;
}

#zoneClose {
    float: right;
    margin-bottom: -10px;
    margin-right: -10px;
    height: 23px;
    position: relative;
    width: 23px;
    font-size: 25px;
    cursor: pointer;
    line-height: 23px;
    z-index: 10;
    text-align: center;
    background-color: #09A76D;
    border-radius: 50px;
}

#zoneImg {
    height: 90%;
    width: 100%;
    display: block;
    z-index: 0;
}

.hiddenImage {
    vertical-align: top;
    width: 100%;
    height: auto;
    opacity: 0;
    pointer-events: none;
    background-size: contain;
}

hiddenImageMobile {
    display: none;
}

.column1 {
    width: 35%;
    padding-top: 4%;
    height: 82%;
    margin-left: 6%;
    display: inline-block;
    position: absolute;
    color: #FFF9EA;
}

.column2 {
    width: 49%;
    height: 68%;
    display: inline-block;
    position: absolute;
    left: 45%;
    vertical-align: top;
    padding-top: 7%;
    margin-right: 6%;
    max-width: 760px;
}

.highlightText {
    position: absolute;
    top: 45%;
    padding-left: 6%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    text-align: left;
    font-weight: bold;
    font-size: 56px;
    line-height: 47px;
    color: #FFC83C;
    background-color: transparent;
}

.highlightText em {
    color: white;
    font-style: normal;
}

.column3 {
    width: 15%;
    height: 59%;
    display: inline-block;
    position: absolute;
    vertical-align: top;
    padding-top: 9%;
    left: 73%;
}

.title {
    font-size: 47px;
    text-align: left;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: bold;
}

.title em {
    color: #FFC83C;
    font-style: normal;
}

.segundoBtn {
    background-color: black;
    width: 429px;
    color: white;
    float: left;
    font-family: 'TodaySHOP';
    font-size: 3.5vw;
    margin-top: 57px;
    position: relative;
    text-align: center;
    border-radius: 100px;
    padding-top: 18px;
    padding-bottom: 10px;
    left: 4%;
    letter-spacing: 5px;
    border: 3px solid;
}

.primerBtn:hover {
    background-color: transparent;
    color: black;
    border: 3px solid black;
}

.primerBtn p,
.primerBtn p {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.5vw;
    line-height: 3.5vw;
}

.segundoBtn:hover {
    background-color: transparent;
    color: black;
    border: 3px solid black;
}

.primerBtn {
    background-color: black;
    width: 405px;
    color: white;
    /* float: right; */
    font-family: 'TodaySHOP';
    font-size: 3.5vw;
    margin-top: 57px;
    position: relative;
    text-align: center;
    border-radius: 100px;
    padding-top: 13px;
    padding-bottom: 8px;
    left: 7%;
    letter-spacing: 5px;
    float: left;
    border: 3px solid;
}

.primerBtn {}

#primerAdvertenciaDerecha {
    float: right;
    position: relative;
    right: 6%;
}

#segundoTextoIzquierda {
    position: relative;
    left: 4%;
}

.textoChicoIzq {
    color: black;
    width: 40%;
    font-size: 1.8vw;
    font-family: 'Overpass';
    letter-spacing: 3px;
    font-weight: 700;
    margin-top: 44px;
    position: relative;
    left: 4%;
}

.textoChicoDerecho {
    color: black;
    width: 41%;
    text-align: left;
    font-size: 1.8vw;
    font-family: 'Overpass';
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 35px;
    position: relative;
    float: right;
    margin-right: 3%;
}

.text {
    font-size: 57px;
    line-height: 25px;
    color: black;
    font-family: 'TODAYSHOP';
    width: 38%;
    line-height: 58px;
}

.inputZona {
    display: inline-block;
    height: 40px;
    margin: 10px;
    width: 27%;
    font-size: 16px;
    line-height: 40px;
    background: #FFFCF3;
    border-radius: 7px;
    padding-left: 12px;
    color: #8CA69C;
}

.solicitar {
    height: 60px;
    background: #FFC83C;
    border-radius: 7px;
    width: fit-content;
    color: #78390C;
    line-height: 65px;
    font-weight: bold;
    font-size: 25px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    margin-top: 30px;
    margin-left: 10px;
}

.solicitar:hover {
    background-color: #FFC83C;
    color: #78390C;
    font-weight: 900;
}

.zonas {
    height: 35px;
    background: #FFC83C;
    border-radius: 7px;
    width: fit-content;
    color: #78390C;
    line-height: 40px;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-left: 0px;
    cursor: pointer;
}

.zonas:hover {
    background-color: #FFC83C;
    color: #78390C;
    font-weight: 900;
}

.shopNow {
    margin-left: calc(6% - 20px);
    position: absolute;
    color: #78390C;
    background: #FFC83C;
    border-radius: 20px;
    border: solid 2px #FFC83C;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    width: 152px;
    font-weight: bold;
    text-align: center;
    margin-top: -20px;
    cursor: pointer;
}

.shopNow:hover {
    font-weight: 900 !important;
}

.registerDiv {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto;
    height: 60px;
    background: radial-gradient(84.33% 2401.31% at 84.94% 100%, #5CD38C 0%, #208661 100%), #208661;
    box-shadow: 0px 5px 17px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    color: white;
    margin-top: 60px;
}

.registerDiv em {
    font-style: normal;
    color: #0D593E;
    margin-left: 35px;
}

.registerDiv p {
    color: white;
    font-size: 26px;
    line-height: 60px;
    height: 60px;
    width: auto;
    margin: 0;
    margin-left: 35px;
    display: inline-block;
    letter-spacing: 0px;
}

.addProductBtn p {
    font-size: 12px !important;
    line-height: 7px !important;
}

.groupsContainer {
    background-color: #F42222;
}

.register {
    color: white;
    float: right;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-right: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
}

.register:hover {
    font-weight: 800;
}

.highlightTitle {
    position: absolute;
    top: 31vh;
    font-size: 5.3em;
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100vw;
    color: white;
    font-family: TodaySHOP;
    text-align: center;
}

.highlightButton {
    position: absolute;
    top: 57vh;
    background-color: white;
    font-size: 1.9vw;
    letter-spacing: 0;
    font-weight: bolder;
    text-transform: uppercase;
    left: 37vw;
    font-family: 'Overpass';
    width: 24vw;
    padding-right: 15px;
    padding-left: 15px;
    height: 9vh;
    line-height: 9vh;
    color: #F42222;
    border: 3px solid #F42222;
    text-align: center;
    cursor: poiner;
}

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

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    height: 100%;
    padding: 0;
}

.highlightImg {
    position: relative;
    width: 100% !important;
    height: auto;
}

.widthContainer {
    width: 100%;
}

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

#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;
}

.entradaContacto {
    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;
}

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

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

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

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

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

.fullContainer {
    margin-top: 0px;
}

.fullScreenText {
    position: absolute;
    color: white;
    margin: 0 auto;
    margin-top: -62vh;
    font-size: 3em;
    text-align: center;
    font-family: 'TodaySHOP';
    line-height: 65px;
    width: 100%;
    text-transform: uppercase;
}

.fullScreenButton {
    position: absolute;
    margin-top: -43vh;
    background-color: white;
    font-size: 1.5vw;
    letter-spacing: 0;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: 'Overpass';
    width: 24vw;
    padding-right: 15px;
    padding-left: 15px;
    height: 75px;
    line-height: 75px;
    color: #F42222;
    border: 3px solid #F42222;
    text-align: center;
    cursor: pointer;
}

.fullScreenButton:hover,
.highlightButton:hover {
    color: white;
    background-color: #F42222;
}

#pocitosBtn {
    left: 20%;
}

#ptaCarretasBtn {
    right: 20%;
}

.whiteBackground {
    background-color: white;
    width: 100vw;
    height: 450px;
    margin-top: 88px;
    margin-bottom: -420px;
    color: navajowhite;
}

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

#specialOffersContainer {
    height: 450px;
}

#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 .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

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

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

#encabezadoFicticio {
    height: 0px !important;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
    .primerBtn {
        width: 300px;
        margin-top: 10px;
    }
    .textoChicoIzq {
        font-size: 3vw;
        margin-top: 20px;
        letter-spacing: 1px;
    }
    .segundoBtn {
        margin-top: 20px;
        width: 350px;
    }
    .textoChicoDerecho {
        font-size: 3vw;
        margin-top: 12px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 768px) {
    .primerBtn p,
    .primerBtn p {
        font-size: 9vw;
    }
    .promoColumnImages {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 10px;
        height: 200px;
    }
    .hiddenImage {
        display: none;
    }
    .hiddenImageMobile {
        vertical-align: top;
        width: 100%;
        height: auto;
        opacity: 0;
        pointer-events: none;
        background-size: contain;
    }
    .column1 {
        width: 71%;
        display: block;
        margin-left: 4%;
        height: auto;
        padding-top: 2%;
    }
    .title {
        font-size: 19px;
        line-height: 24px;
        margin-right: 30px;
        margin-bottom: 5px;
    }
    .text {
        font-size: 11px;
        line-height: 15px;
        margin-right: 23px;
    }
    .column2 {
        display: block;
        width: 100%;
        height: 42%;
        vertical-align: bottom;
        bottom: 0;
        left: 0;
        padding-top: 0px;
        margin-left: 1%;
    }
    .inputZona {
        height: 25px;
        font-size: 13px;
        width: 28%;
        padding-left: 4px;
        line-height: 25px;
        margin: 5px;
    }
    .solicitar {
        margin-bottom: 0;
        height: 27px;
        font-size: 14px;
        line-height: 27px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0;
        margin-right: 4%;
        margin-top: 20px;
    }
    .promoWideImages {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 10px;
        height: 200px;
        margin-top: 0px;
    }
    #promoShadow {
        width: 80%;
        margin-bottom: 10px;
    }
    #paymentAndShipping {
        height: auto;
        overflow: hidden;
    }
    #opcionesPago {
        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.html);
        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;
    }
    #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.html");
        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.html);
        height: 30%;
        width: 40%;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 30%;
        top: 30%;
    }
    .contactDiv {
        background-image: url(../../files/mobileContact.html);
        background-size: contain;
        width: 100%;
    }
    .mainImageSelect {
        background-size: cover;
    }
    #imageGroups {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .highlight {
        display: none !important;
    }
    .highlightMobile {
        display: block !important;
        width: 100vw !important;
        height: auto !important;
    }
    .shopNow {
        font-size: 12px;
        width: 110px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        margin-left: calc(50% - 55px);
    }
    .registerDiv {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 30px;
    }
    .registerDiv p {
        margin-left: 10px;
        margin-left: 15px;
        font-size: 15px;
        height: 30px;
        line-height: 42px;
        letter-spacing: 0;
    }
    .registerDiv em {
        display: block;
        height: 30px;
        line-height: 0px;
        margin-left: 0;
    }
    .register {
        font-size: 11px;
        position: absolute;
        margin-top: -57px;
        font-weight: 900;
        margin-bottom: 10px;
        right: 0;
        margin-right: 35px;
        height: auto;
    }
    .contactDiv {
        width: 100%;
        margin-top: 0px;
        height: calc(100vw / 1.75);
    }
    .highlightText {
        font-size: 24px;
        top: 69px;
        line-height: 26px;
    }
    .addProductBtn p {
        font-size: 2.5vw !important;
        line-height: 6px !important;
    }
    #specialOffersContainer {
        /*height: 375px;*/
    }
    .dishesDiv {
        width: 100vw;
    }
    .dishDiv {
        width: 89vw;
        margin-left: 5vw;
        margin-bottom: 10px;
        height: auto;
    }
    #highlights {
        height: auto !important;
        top: 0px;
    }
    #ocultarBarraSuperior2 {
        /*        display: none;
                position: relative;*/
    }
    .iconoMenuMovil2 {
        width: 22px;
        height: 20px;
        position: relative;
        float: left;
        margin-top: 21px;
        margin-left: 34px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .dishTitle {
        font-size: 16px;
        width: 160px;
        margin-top: 30px;
    }
    .dishPic {
        width: 65vw !important;
        height: auto;
    }
    .dishesSlider {
        width: 65vw;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .slick-next {
        right: -40px;
        background-image: url(../../files/flechaDer.png);
        height: 27px;
        width: 22px;
        background-size: contain;
        background-repeat: no-repeat;
        transform: rotate(0deg);
    }
    .slick-next:hover,
    .slick-next:focus {
        right: -40px;
        background-image: url(../../files/flechaDer.png);
        height: 27px;
        width: 22px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .slick-prev {
        left: -40px;
        background-image: url(../../files/flechaDer.png);
        height: 27px;
        width: 22px;
        transform: rotate(180deg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .slick-prev:hover,
    .slick-prev:focus {
        left: -40px;
        background-image: url(../../files/flechaDer.png);
        height: 27px;
        width: 22px;
        transform: rotate(180deg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .slick-prev:before,
    .slick-next:before {
        opacity: 0 !important;
    }
    .slick-dots li button:before {
        display: none;
        width: 0px;
        height: 0px;
    }
    .iconoMenuMovil {
        z-index: 1;
        position: absolute;
    }
    #headerIconoMovil {
        z-index: 1;
    }
    #headerLogo {
        z-index: 1;
    }
    #header2 #iconoMenuMovil {
        margin-top: 10px;
        height: 50px;
        width: 30px;
        position: absolute;
        z-index: 1;
        background-color: pink;
        display: inline-block !important;
    }
    .fullScreenText {
        font-size: 31px;
        line-height: 37px;
        margin-left: 0px;
        margin-top: -551px;
        font-size: 36pt;
    }
    .fullContainer {
        height: auto;
    }
    .sliderGroupSliderContainer.slick-initialized.slick-slider {
        height: 300px;
    }
    img.orderArrow {
        width: 55px;
    }
    .orderNow {
        width: 300px;
        font-size: 30px;
    }
    .highlightTitle {
        font-size: 30pt;
        left: 5%;
        width: 90%;
        top: 39%;
    }
    .highlightButton {
        width: 54%;
        font-size: 20px;
        left: 21%;
        top: 65%;
        padding-left: 5px;
        padding-right: 5px;
        height: 59px;
        line-height: 59px;
    }
    .fullScreenButton {
        width: 80%;
        float: left;
        font-size: 17pt;
    }
    #pocitosBtn {
        margin-top: -194px;
        left: 7%;
    }
    #ptaCarretasBtn {
        float: right !important;
        left: 7%;
        margin-top: -320px;
    }
    .contIndice {
        margin-top: 73px;
        margin-bottom: 40px;
        padding-bottom: 60px;
        /* margin-top: calc(73px + 45px); */
        /* rudyseñal */
    }
    .contImg {
        height: 44%;
        width: 100%;
        background-position: 50% 84%;
        background-size: cover;
        position: relative;
        left: 0%;
        float: none;
    }
    #primerAdvertenciaDerecha {
        float: none;
        position: relative;
        right: 0;
        font-size: 8vw;
        width: 80%;
        left: 10%;
        text-align: center;
        margin-top: 7%;
        line-height: 8vw;
    }
    .primerBtn {
        background-color: black;
        width: 57%;
        color: white;
        /* float: right; */
        font-family: 'TodaySHOP';
        font-size: 7vw;
        margin-top: 19px;
        margin-bottom: 7px;
        position: relative;
        text-align: center;
        border-radius: 100px;
        padding-top: 16px;
        padding-bottom: 12px;
        left: 22%;
        letter-spacing: 4px;
        float: none;
    }
    .segundoBtn {
        background-color: black;
        width: 57%;
        color: white;
        /* float: right; */
        font-family: 'TodaySHOP';
        font-size: 7vw;
        margin-top: 19px;
        margin-bottom: 7px;
        position: relative;
        text-align: center;
        border-radius: 100px;
        padding-top: 16px;
        padding-bottom: 12px;
        left: 21%;
        letter-spacing: 4px;
        float: none;
    }
    #segundoImg {
        float: none;
        margin-right: 0;
        position: relative;
        margin-top: 5px;
    }
    #segundoTextoIzquierda {
        position: relative;
        left: 10%;
        width: 80%;
        text-align: center;
        font-size: 8vw;
        line-height: normal;
        margin-top: 5%;
    }
    .textoChicoIzq {
        color: black;
        width: 80%;
        font-size: 5vw;
        font-family: 'Overpass';
        font-weight: 700;
        letter-spacing: 1px;
        margin-top: 8px;
        position: relative;
        left: 10%;
        text-align: center;
    }
    .line {
        height: 600px;
        margin-bottom: 0;
    }
    #first {
        height: 140vw !important;
    }
    #second {
        margin-bottom: 30px;
        height: 152vw !important;
    }
    #third {
        height: 160vw !important;
    }
    .textoChicoDerecho {
        color: black;
        width: 80%;
        font-size: 5vw;
        font-family: 'OverPass';
        letter-spacing: 1px;
        margin-top: 10px;
        margin-bottom: 19px;
        position: relative;
        float: none;
        left: 10%;
        text-align: center;
        font-weight: 700;
    }
}