@font-face {
    font-family: 'neristhin';
    src:url(font/Neris-Thin-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'nerisblack';
    src: url(font/Neris-Black-webfont.woff) format('woff'),
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0;
    line-height: 1.6;
    font-size: 1.7rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #5a5a5a;
    background-color: #fff;
}

.prueba{font-size: 45px;
font-family: "nerisblack";
color: #003E2E;

}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 900;
  font-family:"nerisblack" ;
  text-transform: uppercase;
  color: #003E2E;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}


/*--------------------------------------------------------------
       MENÚ DE NAVEGACIÓN
---------------------------------------------------------------- */

.top-bar{
    background-color: rgba(255,255,255); /* 0.6502976190476191*/
    opacity: ;
    border-bottom: 0px solid #003E2E;
}

.top-bar__navigation a{
    color: #003E2E!important;
}

.navigation li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: normal;
    font-weight: 700;
}

.top-bar__navigation li{
    margin-left: 50px;
}


.navigation li a:not(.custom-btn):after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #6CC049;
    opacity: ;
    visibility: hidden;
    -webkit-transition: left .3s ease-in-out,width .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
    -o-transition: left .3s ease-in-out,width .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
    transition: left .3s ease-in-out,width .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out;
}

.idioma-btn:after{ display:none;}

 .top-bar--ffsj .top-bar__navigation{margin-bottom:20px;
    background-color: ;
    display: flex;}

/*----- BANDERAS -----*/
.flags{
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 50px;
}

.flags_item{
    width: 30px;
}

.flags_img{
    display: block;
    cursor:pointer;
}


.flags_item:hover{
    cursor: pointer;
}

/*--------------------------------------------------------------
       SLIDERS VEGAS
---------------------------------------------------------------- */

#vegas-slider
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

#vegas-slider .vegas-control__btn
{
    display: none;
    position: absolute;
    top: 50%;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    z-index: 3;
}

#vegas-slider .vegas-control__btn:hover { color: #f1cf69; }

#vegas-control__prev { left: -10px; }
#vegas-control__next { right: -10px; }

#vegas-slider .vegas-dots
{
    position: absolute;
    bottom: 20px;
    right: 10px;
    line-height: 0;
    text-align: center;
    z-index: 3;
}

@media (min-width: 576px)
{
    #vegas-slider .vegas-dots
    {
        top: 50%;
        right: 20px;
        bottom: auto;
    }
}

#vegas-slider .vegas-dots a
{
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px 0 6px auto;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}

#vegas-slider .vegas-dots a:hover,
#vegas-slider .vegas-dots a.active
{
    width: 25px;
    border-radius: 30px;
}

#vegas-slider .vegas-dots a.active
{
    background-color: #fff;
    border-color: #fff;
    cursor: default;
}

#start-screen_content-container
{
    position: relative;
    height: 100%
}

.start-screen__content
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    color: #fff;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.start-screen__content.active
{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out .2s,visibility .3s ease-in-out;
    -moz-transition: opacity .5s ease-in-out .2s,visibility .3s ease-in-out;
    -ms-transition: opacity .5s ease-in-out .2s,visibility .3s ease-in-out;
    -o-transition: opacity .5s ease-in-out .2s,visibility .3s ease-in-out;
    transition: opacity .5s ease-in-out .2s,visibility .3s ease-in-out;
}

.start-screen__content .title,
.start-screen__content .subtitle
{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.start-screen__content .title
{
    line-height: 1;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 0;
}

.start-screen__content .subtitle
{
    line-height: 1.2;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.start-screen__content p
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.start-screen__content p:first-child { margin-top: 0; }
.start-screen__content p:last-child { margin-bottom: 0; }




/* first slide */
.start-screen__content-first { }
.start-screen__content-first .title { }
.start-screen__content-first .subtitle {}

/* second slide */
.start-screen__content-second { }
.start-screen__content-second .title { }
.start-screen__content-second .subtitle {}

/* third slide */
.start-screen__content-third { }
.start-screen__content-third .title { color: #282828; }
.start-screen__content-third .subtitle {}

@media only screen and (min-width: 576px)
{
    #vegas-control__prev { left: 0px; }
    #vegas-control__next { right: 0px; }

    .start-screen__content { text-align: inherit; }

    .start-screen__content .title
    {
        line-height: 0.8;
        font-size: 80px;
        letter-spacing: 10px;
    }

    .start-screen__content .subtitle { font-size: 20px; }

    .start-screen__content p
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .start-screen__content-third .title { line-height: 0.6; }
}

@media only screen and (min-width: 768px)
{
    .start-screen__content
    {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .start-screen__content .title
    {
        font-size: 110px;
        letter-spacing: 15px;
    }

    .start-screen__content .subtitle { font-size: 25px; }
}

@media only screen and (min-width: 992px)
{
    .start-screen__content
    {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .start-screen__content .title
    {
        font-size: 130px;
        letter-spacing: 20px;
    }
}

@media only screen and (min-width: 1200px)
{
    .start-screen__content .title
    {
        font-size: 150px;
        letter-spacing: 30px;
    }
}

 /*--------------------------------------------------------------
       BOTONES
---------------------------------------------------------------- */
  .custom-btn.custom-btn--ffsj {
    background-color: #6CC049;
    color: #fff;
}

.custom-btn.custom-btn--ffsj:hover{
   border: 2px solid #6CC049;
   background-color: transparent;
   color: #6CC049; 
}

/*eliminar*/
   .custom-btn--big {
    min-width: 200px;
    min-height: 46px;
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 1.3rem;
}

   .custom-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px;
    padding-right: 28px;
    line-height: 1;
    font-size: 1.2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center!important;
    text-decoration: none!important;
    text-shadow: none!important;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-border-radius: 30px;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
    transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
}


 /*--------------------------------------------------------------
       SLIDERS
---------------------------------------------------------------- */
   @media (min-width: 576px){
.start-screen__content__item .__name {
    display: block;
}

}
@media (min-width: 992px){
.start-screen--style-1 .start-screen__content__item--3 .__title {
    font-size: 20rem;
} }


.start-screen__content__item .__title{font-family:'nerisblack';}

    /* NOMBRE LIGHT*/
    .start-screen__content__item .__name {
    line-height:.3;
    font-size: 4rem;
    font-weight: 100;
    font-family:'neristhin';
    text-transform: uppercase;
    text-align: center;
    }

    @media only screen and ( max-width: 767px ){ .start-screen__content__item .__name {font-size:2.5rem;} 
        .start-screen__content__item--3 .__name {font-size:2.5rem!important;} }

 /* TITULO EN BOLD*/
    h2.__title.text-white {
        margin-top: 10px;
        margin-bottom: 5px!important;}

    .start-screen--style-1 .start-screen__content__item--1 .__title {
    font-family:'nerisblack';    
    font-size: 7.5rem;
    text-align: center;
}
  /* PARRAFO */
    .text-white {
    color: #fff!important;
}



.custom-btn-idioma {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 28px;
    padding-right: 28px;
    line-height: 1;
    font-size: 1.2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center!important;
    text-decoration: none!important;
    text-shadow: none!important;
    text-transform: uppercase;
    letter-spacing: 0;
    color:#fff!important
    border: 0px solid #003e2e;
    background-color: #003e2e;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
    transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
   }

.li-btn a{color: #fff!important;}

 /*slider 2 boton video*/
  .start-screen .play-btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #6CC049;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-animation: 1.5s infinite play-btnPulse;
    animation: 1.5s infinite play-btnPulse;
}

.start-screen .play-btn {
    display: inline-block;
    width: 110px;
    height: 110px;
    padding: 25px;
    border: 2px solid rgba(255,255,255,.66);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}


@media (min-width: 576px){
.start-screen .play-btn {
    width: 145px;
    height: 145px;
}
}

  /*slider 3*/
.start-screen__content__item--3 .__name{
    line-height: .3;
    font-size: 4rem;
    font-weight: 100;
    font-family: 'neristhin';
    text-transform: uppercase;
    text-align: ;
}

.start-screen--style-1 .start-screen__content__item--3 .__title {
    line-height: 1;
    font-size: 7rem;
    font-family: 'nerisblack';
    text-transform: none;
}

.start-screen__content__item--3 h2{ text-align: center!important; }

.start-screen__content__item h2 span{
  font-weight: 100;font-family: 'neristhin';
}





 /*--------------------------------------------------------------
       LINEAS DE LOS SLIDERS
---------------------------------------------------------------- */

.start-screen[data-scroll-discover=true] .scroll-discover {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -80px;
    margin-left: -7px;
    width: 15px;
    height: 130px;
}

 @media only screen and ( max-width: 767px ){
    .start-screen[data-scroll-discover=true] .scroll-discover {margin-left: -24px;  }
 }

 
.start-screen[data-scroll-discover=true] .scroll-discover:before {
    top: 15px; /*  10px  */
    left: 0;
    height: 75px;
}
.start-screen[data-scroll-discover=true] .scroll-discover:before {
    content: "";
    position: absolute;
    width: 5px;
    background-color: ;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


 .start-screen[data-scroll-discover=true] .scroll-discover:before {
    content: url("icono-avo9.png");
    position: absolute;
    width: 5px;
    background-color: ;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: none;
} 

 /*--------------------------------------------------------------
      INFORMACIÓN CARRUSEL
---------------------------------------------------------------- */
.avocado-bg-carrusel{
    background-color:#6CC049!important;
    padding: 45px 25px 15px!important;
    z-index: 1;
    border-radius: 50px 0px 31px 0px;
  
}


.slick-dots li.slick-active button {
    cursor: default;
    background-color: #003e2e!important;
    border-color: #003e2e!important;
}

.carrusel-pc H3{
  color: #fff;
  text-align: center;
}

.carrusel-pc p{
  color: #fff;
  font-size: 17px;
}

.js-slick{
  background-color:;
}

.simple-text-block .slick-dots {
    position: relative;
    text-align: center!important;
    padding-top: 120px!important;

}

    .section-ffsj {
        padding-top: 10px;
        padding-bottom: 140px;
    }


.img-pc{
        float: left;
        z-index: 3;
        position:relative;
    }


/*--------------------------------------------------------------
      PRESENTACIONES INICIO
---------------------------------------------------------------- */
    .section-ffsj2 {
        padding-top: 90px!important;
        padding-bottom: 140px;
    }

    .section-ffsj2 p{
        font-size: 18px;
     }

     .section-ffsj2 h2{
        font-size: 5rem;
     }


.custom-btn.custom-btn--ffsj {
    background-color: #6CC049;
    color: #fff;
}




 /*--------------------------------------------------------------
       CLASES DE AGUACATE FRESH AVOCADOS
---------------------------------------------------------------- */
.section-heading-calibres {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 1.8rem;
    font-weight: 300;
    color: #5a5a5a;
}

.section-heading-calibres h2 {
    
    font-size: 5rem;}

.calibre p{  color: #5a5a5a;font-size: 1.8rem!important;font-weight: 400;
}

.feature .__inner {
  margin-bottom: -50px
}
.feature .__item {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  z-index: 1
}
.feature .__item .__ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px
}
.feature .__item .__ico img {
  max-height: 100%
}
.feature .__item .__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: none
}

.feature--style-1 .__item .__ico {
  height: 130px;
}
.feature--style-1 .__item .__title {
  font-size: 1.4rem
}
.feature--style-1 .__item:hover:before {
  border-color: #6CC049!important; ;
}

.feature--style-1 .__item img:hover{ 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1.1,1.1);

 }

.feature--style-1 .__item img{ -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all .5s ease; }


 /*--------------------------------------------------------------
       PRODUCCIÓN TODO EL AÑO
---------------------------------------------------------------- */
  .special-offer--style-1 .text {
    font-size: 10rem;
}

 .special-offer--style-1 .text {
    font-size: 5rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
     -webkit-text-fill-color: #003E2E; 
    -webkit-animation-name: masked-animation;
    animation-name: masked-animation;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
#bg-img-1 {
    position: absolute;
    top: 40%!important;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.produccion {
    padding-top: 10px!important;
    padding-bottom: 40px!important;
}

.produccion p{
    font-size: 18px;
}

/*--------------------------------------------------------------
       CERTIFICAIONES
---------------------------------------------------------------- */
.ffsj-cert{margin-bottom: 40px;}

 /*--------------------------------------------------------------
       FOOTER
---------------------------------------------------------------- */

#footer{background-color:#003E2E;}
.footer--style-1 #footer__navigation a{font-size:13px;color: #6CC049;padding-bottom: 5px;}
.footer--style-1 #footer__navigation li.active a{color: #fff!important;}
#footer__navigation li:hover a{color:#c2c2c2}

.hr-ffsj{border-top: 1px solid #6CC049;padding-top: 20px;}

#footer address p{color: #fff;}
#footer .__copy{color: #fff;}



 /*--------------------------------------------------------------
       SECTION NOSOTROS
---------------------------------------------------------------- */
.section-nosotros:{}

#empaque{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 475px;
    padding-top: 150px;
    padding-bottom: 90px;
}

.section--gray-bg {
    background-color: #f9f9f9!important;
}


.simple-text-block {
    background-color: #fff!important;
    padding: 90px 15px;
}

.section--gray-bg  ol {
    list-style: decimal inside;
}


.light_text {
    font-family: 'neristhin';
    font-weight: 100;
}

.product-features img{
    height: 350px;}


@media all and (max-height:576px {

.product-features .mision-img  { width: 100%!important;}
.product-features img{ height: 100%;}

}


 /*--------------------------------------------------------------
       SECTION PRODUCTOS
---------------------------------------------------------------- */
.section-avo{padding-bottom: 50px!important;}
.product-description{
    
   }
.linea-avo{ border: 1px solid #6CC049;  } 

.cat1{background-color: red;}  


.hass-mendez .__image img { height: 319px!important;} 

.recipes {
    background: #003e2e;
    height: 600px;
    padding: 20px;}  

    .recipes .__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 300px!important;
    padding-top: none!important;
    margin: 0;
}

.__item.avo-ffsj {
    margin-top: 30px!important;
}

.recipes {
        margin-top: -110px;
        background-color: red;
        padding: 20px;
    }

    .recipes .__item{position:relative;width:100%;background-color:#6cc049!important;
        border-radius: 30px!important;}


    .simple-text-block2 {
    background-color: #6CC049!important;
    padding-top: 15px !important;
    padding-bottom: 25px !important;
}    
/*--------------------------------------------------------------
       CONTACTO
---------------------------------------------------------------- */
.section--dark-bg{background-color:#dee6e4!important;}

.section--contacts{
    padding-top: 36px!important;
    padding-bottom: 51px!important;
    margin-bottom: 30px;}

.section-heading--white .__title{}


/*--------------------------------------------------------------
       BLOG
---------------------------------------------------------------- */
.posts .__item--preview .__date-post {
    display: inline-block;
    background-color: #6cc049!important;
    min-width: 60px;
    padding: 13px 10px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}



/*--------------------------------------------------------------
       RESPONSIVE
---------------------------------------------------------------- */

@media all and (max-height:576px){

    .top-bar__navigation-toggler .flags { margin-top: 30px!important;}
}
