/* VERSIÓN MÓVIL */

@media (max-width: 1030px) {

  /* HEADER */

  .contbarraheader {
    height: auto;
  }

  .barraheader {
    width: 95%;
    height: auto;
    padding: 10px 0px 10px 0px;
    /*border: 1px solid #FF0000;*/
  }

  .barraheader p {
    width: 60%;
    margin: 0px 0px 5px 0px;
    /*border: 1px solid #FF0000;*/
  }

  /* BANNER */

  .contbanner {
    height: auto;
    /*border: 1px solid #FF0000;*/
  }

  .contmenu {
    width: 100%;
    height: auto;
    left: 0;
    top: 0px;
    background-image: url("");
    /*border: 1px solid #FF0000;*/
  }

  .menu {
    width: 100%;
    height: 100vh;
    padding: 45px 0px 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    background: #F99C36;
    overflow: auto;
    /*border: 1px solid #FF0000;*/
  }

  .btnmenu {
    width: 100%;
    height: auto;
    margin: 5px 0px 5px 25px;
    font-size: 24px;
    text-align: left;
    /*border: 1px solid #FF0000;*/
  }

  .contsubmenu {
    height: auto;
    position: relative;
    display: inline-block;
    background: none;
    top: 0px;
    display: none;
    /*border: 1px solid #FF0000;*/
  }

  #menu {
    display: none;
  }

  #open-menu {
    width: 100%;
    height: auto;
    padding: 10px 13px 10px 0px;
    text-align: right;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inherit;
    /*border: 1px solid #FF0000;*/
  }

  #close-menu {
    width: 50%;
    height: auto;
    padding: 15px 20px 10px 0px;
    text-align: right;
    position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inherit;
    /*border: 1px solid #FF0000;*/
  }

  .logo {
    width: 100%;
    height: auto;
    position: relative;
    left: 0px;
    bottom: 0px;
    box-sizing: border-box;
    /*border: 1px solid #FF0000;*/
  }

  .contb-rotativoheader {
    width: 95%;
    height: auto;
    position: relative;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    background-image: url("");
    /*border: 1px solid #FF0000;*/
  }

  .contb-rotativoheader {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    background-image: url("");
    /*border: 1px solid #FF0000;*/
  }

  .b-rotativoheader {
    width: 100%;
    height: auto;
    margin: 20px 0px 0px 0px;
    /*border: 1px solid #000;*/
  }

  /* BLOQUE TOP / MIDDLE */

  .contbloquetop {
    width: 100%;
    margin: 29px 0px -5px 0px;
    /*border: 1px solid #FF0000;*/
  }

  /* TITULOS BLOQUES */

  .titbloques {
    width: 100%;
    /*border: 1px solid #FF0000;*/
  }

  .titbloques2 {
    width: 100%;
    /*border: 1px solid #FF0000;*/
  }

  .titbloques3 {
    width: 95%;
  }

  .titbloques h1 {
    font-size: 30px;
    /*border: 1px solid #FF0000;*/
  }

  .titbloques h3 {
    font-size: 30px;
    /*border: 1px solid #FF0000;*/
  }

  /* BLOQUE 1 / HOME */

  .bloque1 {
    width: 100%;
    height: auto;
    padding: 10px 0px 55px 0px;
    /*border: 1px solid #FF0000;*/
  }

  .bloque1-width {
    width: 100%;
    /*border: 1px solid #FF0000;*/
  }

  .sliderbloque1 {
    width: 100%;
    /*border: 1px solid #FF0000;*/
  }

  .productobloque1 {
    width: 100%;
    /*border: 1px solid #FF0000;*/
  }

  /* BLOQUE 2 / HOME */

  .bloque2 {
    width: 100%;
    height: auto;
    /*border: 1px solid #FF0000;*/
  }

  .separadorbloque2 {
    display: none;
  }

  /* BLOQUE 3 / HOME */

  .bloque3 {
    padding: 30px 0px 0px 0px;
    /*border: 1px solid #FF0000;*/
  }

  .videobloque3 {
    width: 100%;
    margin-top: 10px;
    /*border: 1px solid #FF0000;*/
  }

  .videobloque3 iframe {
    width: 100%;
    height: 215px;
  }

  /* PRODUCTOS */

  .contproductos {
    padding: 30px 0px 45px 0px;
    /*border: 1px solid #FF0000;*/
  }

  .boxproductos {
    width: 230px;
    height: 200px;
    margin: 30px 0px 0px 0px;
    position: relative;
    display: inline-block;
    /*border: 1px solid #000;*/
  }

  .titboxproductos {
    width: 100%;
    left: 0;
    margin-left: 0;
    /*border: 1px solid #FF0000;*/
  }

  /* PRODUCTOS / DETALLE */

  .contdtllproductos {
    width: 100%;
    text-align: center;
    padding: 0px 20px 10px 20px;
    margin: 10px 0px 10px 0px;
    /*border: 1px solid #FF0000;*/
  }

  .contdtllproductos p {
      font-size: 34px;
      text-align: center;
      line-height: 35px;
      /*border: 1px solid #FF0000;*/
  }

  .contdtllproductos-center img {
    height: 180px;
    margin: 15px 0px -15px 0px;
  }

  .avisodtllproductos {
    padding: 105px 20px 15px 0px;
    margin: 0px 20px 0px 0px;
    /*border: 1px solid #000;*/
  }

  .probastedtllproductos {
    width: 100%;
    height: auto;
    margin: 20px 0px 10px 0px;
    /*border: 1px solid #FF0000;*/
  }

  .contdtlltipsrecetas {
    height: auto;
    /*border: 1px solid #FF0000;*/
  }

  /* RECETAS */

  .bcontrecetas img {
    width: 100%;
    /*border: 1px solid #000;*/
  }

  .conttxtbannerrecetas img {
    width: 100%;
  }

  .txtbannerrecetas {
    width: 100%;
    height: auto;
    margin-top: 5px;
    position: relative;
    display: inline-block;
    /*border: 1px solid #000;*/
  }

  .txtbannerrecetas p {
    width: 100%;
    height: auto;
    font-size: 24px;
    line-height: 26px;
    /*border: 1px solid #000;*/
  }

  .contfiltrorecetas {
    width: 100%;
    height: auto;
    padding: 0px 30px 40px 30px;
    /*border: 1px solid #000;*/
  }

  .txtfiltrobannerrecetas {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    /*border: 1px solid #000;*/
  }

  .txtfiltrobannerrecetas p {
    width: 100%;
    margin: 0;
  }

  .showrecetas {
    width: 100%;
    padding: 30px 15px 0px 15px;
    /*border: 1px solid #000;*/
  }

  .showrecetas p {
    width: 100%;
  }

  .imgshowrecetas {
    width: 130px;
    height: 130px;
    /*border: 1px solid #000;*/
  }

  /* RECETAS / DETALLE */

  .contdtllrecetas {
    padding: 0;
    /*border: 1px solid #000;*/
  }

  .contdtllrecetasimg {
    width: 100%;
    height: 200px;
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    transform: inherit;
    -webkit-transform: inherit;
    border-top: 18px solid #FFF;
    border-right: 15px solid #FFF;
    border-left: 15px solid #FFF;
  }

  .boxdtllrecetas {
    width: 100%;
    padding: 20px 15px 20px 15px;
    margin: 0;
    float: left;
  }

  .boxdtllrecetas2 {
    border-bottom: 0px solid #cbcbcb;
  }

  .dtllrecetas {
    padding: 20px 20px 0px 20px;
    /*border: 1px solid #FF0000;*/
  }

  .txtdtllrecetas {
    width: 100%;
    padding: 0px 10px 0px 0px;
    border: 0;
    /*border: 1px solid #FF0000;*/
  }

  .tittxtdtllrecetas {
    line-height: 40px;
    margin: 0px 0px 15px 0px;
    /*border: 1px solid #FF0000;*/
  }

  .txtinteresdtllrecetas {
    width: 100%;
    height: 80px;
    padding: 0 0 0 80px;
    margin: 0px 20px 0px 0px;
    line-height: 20px;
    /*border: 1px solid #FF0000;*/
  }

  .txtinteresdtllrecetas img {
    /*border: 1px solid #FF0000;*/
  }

  /* TIPS Y CONSEJOS */

  .tips {
    width: 100%;
    padding: 20px 0px 0px 0px;
    /*border: 1px solid #000;*/
  }

  .imgtips {
    width: 130px;
    height: 130px;
    /*border: 1px solid #000;*/
  }

  .boxtips {
    width: 53%;
    font-size: 20px;
    line-height: 23px;
    /*border: 1px solid #000;*/
  }

  /* HISTORIA */

  .conthistoria {
    width: 100%;
    height: auto;
    padding: 0px 30px 0px 10px;
    /*border: 1px solid #FF0000;*/
  }

  .conthistoria p {
    width: 100%;
    margin-top: 20px;
    /*border: 1px solid #FF0000;*/
  }

  .imghistoria {
    width: 80%;
    height: 163px;
    position: relative;
  }

  /* MATERIA PRIMA */

  .contmprima {
    padding: 0px 30px 0px 10px;
    /*border: 1px solid #FF0000;*/
  }

  .contmprima p {
    width: 100%;
    /*border: 1px solid #FF0000;*/
  }

  .imgmprima {
    width: 100%;
    height: 230px;
    position: relative;
    float: left;
  }

  /* PROCESO DE PRODUCCIÓN */

  .contpdproduccion {
    padding: 0px 20px 20px 20px;
    /*border: 1px solid #FF0000;*/
  }

  .videopdproduccion iframe {
    width: 100%;
    height: 215px;
    /*border: 1px solid #FF0000;*/
  }

  /* FAQS */

  .contfaqs {
    padding: 0px 20px 20px 20px;
    /*border: 1px solid #FF0000;*/
  }

  /* CONTACTO */

  .contcontacto {
    padding: 0px 20px 0px 20px;
    /*border: 1px solid #FF0000;*/
  }

  .contform {
    padding: 10px 0px 10px 0px;
    /*border: 1px solid #FF0000;*/
  }

  .inputform {
    width: 100%;
    height: auto;
    padding: 0;
    /*border: 1px solid #FF0000;*/
  }

  .inputform img {
    left: 38px;
    /*border: 1px solid #FF0000;*/
  }

  .inputformview {
    position: relative;
    margin: 5px 0px 10px 0px;
    left: 0px;
  }

  .inputformview img {
    left: 0;
    /*border: 1px solid #FF0000;*/
  }

  .inputform .button2 {
    margin: 20px 0px 20px 0px;
  }

  /* DESARROLLO AGRONÓMICO */

  .contdagronimico {
    width: 100%;
    height: auto;
    padding: 32px 20px 20px 20px;
    /*border: 1px solid #FF0000;*/
  }

  .contdagronimico img {
    width: 100%;
  }

  .contdagronimico-width {
    width: 100%;
    padding: 0px 0px 20px 0px;
    /*border: 1px solid #FF0000;*/
  }

  .contdagronimico-width img {
    width: 100%;
  }

  /* POLÍTICA AMBIENTAL */

  .contpambiental {
    padding: 32px 20px 45px 20px;
    /*border: 1px solid #FF0000;*/
  }

  .contpambiental img {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  /* RSE */

  .contrse {
    padding: 32px 20px 20px 20px;
    /*border: 1px solid #FF0000;*/
  }

  .contrse img {
    width: 100%;
    left: 0;
    margin: 15px 0px 20px 0px;
    position: relative;
  }

  /* NUTRICIÓN */

  .bannernutricion {
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    /*border: 1px solid #FF0000;*/
  }

  .boxnutricion {
    width: 100%;
    display: none;
    /*border: 1px solid #FF0000;*/
  }

  .boxnutricion-width {
    width: 100%;
    padding: 0px 20px 0px 0px;
    display: inherit;
    /*border: 1px solid #000000;*/
  }

  #open-nutricion {
    width: 100%;
    height: auto;
    padding: 5px 20px 20px 0px;
    color: #333333;
    font-family: "OpenSansBold";
    font-size: 13px;
    text-align: right;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    display: inherit;
    /*border: 1px solid #000000;*/
  }

  #open-nutricion img {
    margin-left: 10px;
  }

  #close-nutricion {
    width: 100%;
    height: auto;
    padding: 5px 20px 20px 0px;
    color: #333333;
    font-family: "OpenSansBold";
    font-size: 13px;
    text-align: right;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
    display: none;
    /*border: 1px solid #000000;*/
  }

  #close-nutricion img {
    margin-left: 10px;
  }

  /* FOOTER */

  .footer {
    width: 100%;
    /*border: 1px solid #FF0000;*/
  }

  .footer {
    padding: 0px 0px 0px 0px;
    /*border: 1px solid #FF0000;*/
  }

  .contfooter {
    display: none;
  }

  .bottomfooter {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    /*border: 1px solid #FF0000;*/
  }

  .bottomfooter p {
    margin: 24px 0 20px 20px;
    font-family: "Lato";
    font-size: 10px;
    color: #FFF;
    font-weight: 400;
    position: relative;
    display: inline-block;
  }

  .firma {
    width: 100%;
    right: 0px;
    float: right;
    /*border: 1px solid #FF0000;*/
  }
}

