@font-face {
    font-family: 'HighlandGothicFLF Regular';
    font-style: normal;
    font-weight: normal;
    src: local('HighlandGothicFLF Regular'), url('../fonts/HighlandGothicFLF.woff') format('woff');
}

.hidden {
    overflow: hidden;
}

* {
    user-select: none;
}

body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar:vertical {
  display: block;
  width: 5px;
}
  
::-webkit-scrollbar-track:vertical {
  background: transparent;
}

::-webkit-scrollbar-thumb:vertical {
  background: #5c5c5c;
}

/**** ELEMENTO GENERALES */

.sombra {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: none;
}

.sombra.active {
    display: block;
}

.contenido {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.sombra-portada {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
}

.btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    background-color: #25D366;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    z-index: 50;
}

/**** NAV */

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.25);
    z-index: 10;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -ms-transition: .1s;
    -o-transition: .1s;
}

.nav.alt {
    box-shadow: 0px 0px 4px 2px #cecece;
    background: rgb(255, 255, 255);
}

.nav-logo img {
    height: 70px;
}

.nav-ops {
    width: 600px;
    display: none;
    justify-content: space-evenly;
}

.nav-ops.alt {
    display: flex;
}

.nav-op {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #5b5b5b;
    cursor: pointer;
}

.nav-ham {
    display: none;
    font-size: 20px;
    color: #5b5b5b;
}

.nav-ham.alt {
    display: block;
}

.nav-ops-mob {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background: rgba(255, 255, 255);
    transition: 1s all ease;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -ms-transition: 1s all ease;
    -o-transition: 1s all ease;
}

.nav-ops-mob.alt {
    right: 0;
}

.close-nav-ops-mob {
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    color: #ed1c22;
}

.nav-op-mob {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #5b5b5b;
}

/**** HOME */

.portada-home {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}

.portada-home video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.flecha-portada-home {
    position: absolute;
    bottom: 10%;
    left: calc(50% - 15px);
    width: 30px;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    color: #fff;
}

.section-home {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.texts-home {
    width: 90%;
    max-width: 580px;
    display: flex;
    flex-wrap: wrap;
}

.title-home {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Lilita One', cursive;
    font-size: 65px;
    color: #70bf42;
}

@media (max-width: 500px) {
    .title-home {
        font-size: 50px;
    }
}

.text-home {
    width: 100%;
    line-height: 28px;
    margin: 20px auto;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #5b5b5b;
}

.btn-home {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #70bf42;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.logos-home {
    width: 90%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.logo-home {
    margin: 10px auto;
}

.logo-home img {
    width: 120px;
}

.icon-home {
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    cursor: pointer;
}

.bg-icon-home {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.text-icon-home {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/**** ABOUT US */

.portada-about {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.img-about {
    width: 90%;
    max-width: 600px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.info-about {
    width: 90%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.info-about-icons {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .info-about-icons {
        margin-bottom: 30px;
    }
}

.info-about-icon {
    width: 90%;
    max-width: 200px;
    margin: 25px auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.btn-info-about-icon {
    position: absolute;
    top: 0;
    right: 40px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    background-color: #0276cf;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.info-about-icon-title {
    position: relative;
    width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #ed3237; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.info-about-icon-title p {
    position: absolute;
    bottom: -34px;
    left: 50%;
    width: 130%;
    color: #5b5b5b;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.info-about-icon-text {
    position: absolute;
    top: 20px;
    right: 54px;
    width: 140px;
    height: 176px;
    padding: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #0276cf;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    z-index: 3;
}

.info-about-icon-text.active {
    display: flex;
}

/**** PRODUCE */

.produce-filters {
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.produce-filter {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    color: #5b5b5b;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    border: 2px solid #5b5b5b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.produce-filter.active {
    color: #fff;
    background-color: #5b5b5b;
    border: none;
}

.fruits {
    color: #fc034e;
    border: 2px solid #fc034e;
}

.fruits.active {
    color: #fff;
    background-color: #fc034e;
    border: none;
}

.vegetables {
    color: #8ecf02;
    border: 2px solid #8ecf02;
}

.vegetables.active {
    color: #fff;
    background-color: #8ecf02;
    border: none;
}

.frozen {
    color: #0276cf;
    border: 2px solid #0276cf;
}

.frozen.active {
    color: #fff;
    background-color: #0276cf;
    border: none;
}

.produce-list {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
}

.produce-group {
    width: 320px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.produce-group-img {
    width: 100%;
    height: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.produce-group-name {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b;
    z-index: 4;
}

.produce-group-btn {
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b;
    text-decoration: underline;
}

.produce-group-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.variety-list {
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.container-produce-element {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.produce-element {
    width: 90%;
    max-width: 350px;
    /* margin: 0 auto; */
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 500px) {
    .produce-element {
        margin-right: 20px;
    }
}

/* .produce-element-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
}

.produce-element-tag-alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
} */

.produce-element-img {
    width: 90%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.produce-element-texts {
    width: 90%;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.produce-element-name {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    font-family: 'Lilita One', cursive;
    color: #5b5b5b;
}

@media (max-width: 500px) {
    .produce-element-name {
        font-size: 40px;
    }
}

.produce-element-desc {
    width: 70%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b;
}

.produce-element-title {
    width: 90%;
    margin-bottom: 5px;
    text-align: center;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b;
    letter-spacing: 1px;
    font-weight: 600;
}

.produce-element-availability {
    width: 90%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.produce-element-month {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    /* background-color: #34abeb; */
    background-color: #00b0ed;
    border: 1px solid #fff;
}

/**** SWIPER */

.swiper-style {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    cursor: default;
    overflow: scroll hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0px;
    scrollbar-width: none;
    position: relative;
    z-index: 3;
}

.swiper-button-prev {
    left: -40px;
}

.swiper-button-next {
    right: -40px;
}

@media (max-width: 500px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}

.swiper-button-prev::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    color: #5b5b5b;
}

.swiper-button-next::after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 22px;
    color: #5b5b5b;
}

/**** CONTACT */

.leyenda-contacto {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b;
}

.contact-img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 300px;
    height: 302px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    opacity: 0.5;
}
.contact-img img {
    width: 100vw;
}

.formulario-contacto {
    width: 90%;
    max-width: 350px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.leyenda-formulario-contacto {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 6px;
    margin-top: 5px;
    font-size: 16px;
    color: #5b5b5b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.campo-formulario-contacto {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 5px;
    border: 2px solid #cecece;
    outline: none;
    appearance: none;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #5b5b5b;
    font-size: 15px;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.textarea-formulario-contacto {
    width: 100%;
    height: 164px;
    margin: 0 auto;
    border: 2px solid #cecece;
    outline: none;
    appearance: none;
    resize: none;
    background-color: transparent;
    padding-left: 10px;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 15px;
    padding-left: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-formulario-contacto {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #70bf42;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.panel-mensaje-contacto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #70bf42;
    z-index: 2;
    transition: ease-in-out 1s;
    -webkit-transition: ease-in-out 1s;
    -moz-transition: ease-in-out 1s;
    -ms-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.panel-mensaje-contacto.active {
    display: flex;
}

.logo-panel-mensaje-contacto {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.texto-panel-mensaje-contacto {
    width: auto;
    height: auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/**** FOOTER */

.footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #cecece;
}

.section-footer {
    width: 80%;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.title-footer {
    width: 100%;
    margin: 5px auto;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.element-footer {
    width: 100%;
    margin: 8px auto;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    cursor: pointer;
}

.logo-footer {
    margin: 10px auto;
}

.logo-footer img {
    height: 40px;
}

.somm-footer {
    font-size: 10px;
    font-family: 'HighlandGothicFLF Regular';
    cursor: pointer;
}

@media (max-width: 1100px) {
    .section-footer {
        margin: 20px auto;
    }
}

@media (max-width: 1199px) {
  .title-footer,
  .element-footer {
    text-align: center;
  }
}

/* GALERIA */
.hello {
    opacity: 1 !important;
}

.full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.full .content {
    background-color: rgba(0,0,0,0.75) !important;
    height: 100%;
    width: 100%;
    display: grid;
}

.full .content img {
    left: 50%;
    transform: translate3d(0, 0, 0);
    animation: zoomin 1s ease;
    max-width: 40%;
    max-height: 100%;
    margin: auto;
}

@media(max-width: 800px) {
    .full .content img {
        max-width: 90%;
    }
}

.byebye {
    opacity: 0;
}

.byebye:hover {
    transform: scale(0.2) !important;
}

.gallery {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 8px;
}

.gallery img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 16px #333;
    transition: all 1.5s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.gallery img:hover {
    box-shadow: 0 0 32px #333;
}

.gallery .content {
    padding: 4px;
}

.gallery .gallery-item {
    transition: grid-row-start 300ms linear;
    transition: transform 300ms ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.gallery .gallery-item:hover {
    transform: scale(1.025);
}

@media (max-width: 600px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
}

@media (max-width: 400px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
}