@media (hover: hover) {
  .exmf:hover {
    .bg_blog {
      -ms-transform: scale(1.04);
      -webkit-transform: scale(1.04);
      transform: scale(1.04);
    }
  }

  .fix .flag_1:hover,
  .fix .flag_2:hover,
  .fix .flag_3:hover,
  .fix .flag_4:hover,
  footer a:hover,
  .box_value:hover,
  .row_c-img:hover,
  .process:hover {
    -ms-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  .contact_box span:hover {
    color: var(--Green);
  }

  .row_val_info:hover {
    background: var(--black);
    color: var(--white);
  }

  .row_val_info:hover h1,
  .row_val_info:hover p,
  .row_val_info:hover span i {
    color: var(--white);
  }
}

@media screen and (min-width: 481px) {
  .h_screen {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .page-template-page_catalogo .flex_row {
    flex-direction: column;
    margin: 0;
    margin-bottom: 0px;
    padding-top: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .row_slide {
    max-width: 550px;
  }

  .exmf_img {
    width: 30px !important;
  }

  .box_entry h1 {
    font-size: 16px;
  }

  .title_48 {
    font-size: 42px;
    line-height: 46px;
    text-wrap: balance;
    flex: 1 1 60%;
    display: flex;
    align-items: center;
  }

  .wrap_stretch p {
    flex: 1 1 40%;
  }

  .one span p,
  .five span p {
    font-size: 16px;
  }

  .two span p {
    bottom: 0px;
    font-size: 16px;
    right: 0px;
  }

  .four span p {
    bottom: 35px;
    font-size: 16px;
  }

  .six span p {
    bottom: 30px;
    font-size: 16px;
  }

  .wrap_channel .row_green {
    flex: 0 0 65%;
  }

  .wrap_channel .row_orange {
    flex: 1 1 30%;
  }

  .wrap_channel .row {
    font-size: 16px;
  }

  .title_42 {
    font-size: 38px;
    line-height: 40px;
  }

  .row_value_info {
    padding: 16px;
    flex: 1 1 20%;
  }

  .big_box .title_country {
    display: none;
  }

  .box_flag {
    margin-bottom: 0px;
  }

  .box_one {
    width: 220px;
  }

  .box_two {
    width: 150px;
  }

  .big_box:hover {
    .box_one {
      width: 150px;
      height: 220px;
    }

    .box_two {
      width: 220px;
    }
  }

  footer .wrap,
  footer .row {
    gap: 8px;
  }

  .box h1 {
    font-size: 16px;
    line-height: 18px;
  }

  .box {
    padding: 12px;
  }

  .box img {
    width: 35px !important;
  }

  .row_slide-page {
    max-width: 550px;
    width: 550px;
  }

  .row_process {
    flex: 1 1 60%;
    gap: 6px;
  }

  .row_process .process {
    width: 49%;
  }

  .wrap_stretch_16 {
    gap: 8px;
  }

  .contact_box {
    width: 49.4%;
  }

  .row_50 {
    flex: 1 1 40%;
  }
}

@media screen and (min-width: 0px) and (max-width: 481px) {
  .h_mobile {
    display: none !important;
  }

  section {
    margin: 0 16px 24px;
  }

  /* Catalogo */
  .wrap_row {
    gap: 6px;
  }

  .wrap_row a.produce {
    width: 49%;
  }

  /* HOME */
  /* Menu live */
  .overlay,
  .overlay2 {
    width: 100%;
  }

  .container-4 {
    padding: 16px;
  }

  .container-4 .col1 {
    text-align: center;
  }

  .col1 {
    padding: 0px;
  }

  .col1 h1 {
    font-size: 24px;
    color: var(--white);
    border-top: 1px solid var(--white);
    margin-top: 36px;
    padding-top: 24px;
    margin-bottom: 24px;
  }

  #main-nav-mobile {
    align-items: center;
	  width: 100%;
  }

  .container-4 .col1 a,
  .container-4 .col1 a:visited,
  #main-nav-mobile li a,
  #main-nav-mobile li a:visited {
    font-size: 24px;
  }

  /* Header */
  .content_nav {
    margin: 16px 16px 0;
  }

  .wrap_nav {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
    width: 100px;
    margin: 12px 0;
  }

  #trigger-overlay-2 {
    height: inherit;
    padding: 16px;
    border-radius: 16px;
  }

  #trigger-overlay-2 p {
    display: none;
  }

  .wrap_slider {
    margin: 0 auto;
  }

  .logo_ver,
  .row_blog {
    display: none;
  }

  .row_slide div {
    border-radius: 16px;
  }

  /* Accesos */
  .wrap_stretch {
    flex-flow: wrap row;
  }

  .box_entry {
    width: 30%;
    border-radius: 16px;
    padding: 8px;
  }

  .box_entry span {
    padding: 0;
  }

  .box_entry h1 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 16px 0;
    text-align: center;
    width: 100%;
    line-height: 16px;
  }

  .box_entry:hover {
    i {
      top: 8px;
      right: 8px;
      font-size: 24px;
    }
  }

  .grad {
    margin: 0;
  }

  /* productos */
  .title_48 {
    font-size: 32px;
    line-height: 36px;
    text-wrap: balance;
  }

  .one span p,
  .two span p,
  .four span p,
  .five span p,
  .six span p {
    display: none;
  }

  .one {
    background-position-y: -60px;
  }

  .four {
    background-position: 35px 10px;
  }

  /* marcas */
  .title_42 {
    font-size: 32px;
    line-height: 36px;
    margin: 24px 0;
  }

  /* canales */
  .wrap_channel .row {
    flex: 1 1 48%;
    font-size: 16px;
    line-height: 20px;
    padding: 16px;
    height: initial;
    aspect-ratio: 1;
    text-align: center;
  }

  .wrap_channel .row i {
    font-size: 32px;
  }

  .row_green h1 {
    flex: 1;
    display: flex;
    align-items: end;
    font-size: 26px;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
  }

  .row_green .img {
    flex: 0 0 50%;
  }

  .wrap_channel .row_green {
    flex: 0 0 100%;
  }

  .wrap_channel .row_orange {
    flex: 0 0 49%;
    height: auto;
  }

  .row_orange p {
    padding: 0px;
    font-size: 14px;
    line-height: 16px;
    max-height: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
  }

  .row_orange span {
    display: none;
  }

  /* Valores */
  .wrap_value {
    flex-direction: column-reverse;
  }

  .row_value_info {
    padding: 16px;
  }

  .row_value_info .title_42 {
    margin: 0 0 24px;
  }

  .row_value {
    gap: 8px;
  }

  .box_value {
    flex: 1 1 30%;
    padding: 12px 4px;
  }

  .row_value h1 {
    line-height: 14px;
    font-size: 14px;
    text-align: center;
  }

  .uno,
  .dos {
    background: var(--Orange) !important;
  }

  .seis,
  .siete,
  .ocho {
    background: var(--Green) !important;
  }

  /* Representantes */
  .big_box {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .row_top {
    margin: -6px;
  }

  .row_top .title_42 {
    margin: 0 0 24px;
  }

  .wrap p {
    text-wrap: initial;
  }

  .row_top span {
    margin-top: 24px;
    text-align: right;
  }

  /* Mercados */
  .box_flag {
    margin-bottom: 0px !important;
  }

  .flag_1,
  .flag_4 {
    width: 40%;
    height: 130px;
  }

  .flag_2,
  .flag_3 {
    width: 60%;
    height: 130px;
  }

  .big_box:hover {

    .flag_1,
    .flag_4 {
      width: 40%;
      height: 130px;
    }

    .flag_2,
    .flag_3 {
      width: 60%;
      height: 130px;
    }
  }

  /* Footer */
  .wrap {
    gap: 8px;
    flex-flow: wrap row;
  }

  footer .row {
    gap: 8px;
    width: 48%;
  }

  .row_market {
    display: flex;
    gap: 0px;
    align-items: center;
    margin-top: 32px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  footer .title_42 {
    margin: 60px 0;
  }

  /* DESARROLLO */
  .row_slide-page {
    height: 250px;
  }

  .row_process {
    margin-top: 16px;
  }

  .process {
    width: 48.5%;
    padding: 8px;
  }

  .process h1 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  .process i {
    font-size: 48px;
  }

  .wrap_stretch_16 {
    flex-flow: wrap row;
  }

  .row_slide-page h1 {
    padding: 18px 24px;
    font-size: 36px;
    line-height: 38px;
  }

  /* CANALES */
  .row_c-wrap h1,
  .row_c-columnleft h1,
  .row_c-columnright h1 {
    font-size: 18px;
  }

  .row_c-wrap h1 i,
  .row_c-columnleft h1 i,
  .row_c-columnright h1 i {
    font-size: 20px;
  }

  .row_a,
  .row_c,
  .row_e {
    flex-flow: wrap-reverse row;
  }

  .row_b,
  .row_d,
  .row_f {
    flex-flow: wrap row;
  }

  .row_c-columnright {
    align-items: start;
  }

  .row_c-columnright p {
    text-align: left;
  }

  /* EMPRESA */
  .row_val {
    flex: auto;
  }

  /* DISTRIBUIDOR */
  .contact_box {
    width: 100%;
  }

  #A,
  #B,
  #C {
    margin: 0;
  }

  .w3-btn,
  .w3-button {
    width: 48.5%;
    padding: 16px 0;
    font-size: 16px;
  }

  .w3-btn i {
    display: none;
  }


  /* FICHA PRODCUTOS */
  .item {
    flex-direction: column;
    height: initial;
  }

  .item_v {
    width: 100%;
  }

  .f-g-1 {
    flex-basis: initial;
  }

  .p_cover {
    height: 330px;
    background-size: 50% !important;
  }

  .recipe {
    width: 100% !important;
  }

  .title_64_r {
    font-size: 46px;
    line-height: 44px;
  }
}