@charset "utf-8";
/* CSS Document */


/* inicio tipografias personalizadas */


@font-face {
    font-family: 'NettoOT_Bold';
    src: url(../../../../themes/custom/ultima/css/fonts/NettoOT-Bold.eot);
    src: url(../../../../themes/custom/ultima/css/fonts/NettoOT-Bold.eot%3F%23iefix) format('embedded-opentype'),
    url(../../../../themes/custom/ultima/css/fonts/NettoOT-Bold.woff) format('woff'),
    url(../../../../themes/custom/ultima/css/fonts/NettoOT-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'NettoOT';
    src: url(../../../../themes/custom/ultima/css/fonts/NettoOT.eot);
    src: url(../../../../themes/custom/ultima/css/fonts/NettoOT.eot%3F%23iefix) format('embedded-opentype'),
    url(../../../../themes/custom/ultima/css/fonts/NettoOT.woff) format('woff'),
    url(../../../../themes/custom/ultima/css/fonts/NettoOT.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body.page-altroconsumo #breadcrumb{
    display: none;
}


body.page-altroconsumo #zone-content, body.page-altroconsumo .region-content{
  max-width: inherit;
  width: 100%;
}


body.page-altroconsumo div#page{
    background-color: #EBF1EA;
}

body.page-altroconsumo header{
  position: relative;
  text-align: center;
}

body.page-altroconsumo header picture img {
  height: auto;
  width: 100%;
}

body.page-altroconsumo header .header-title-pack {
  width: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  min-height: 100%;
  left: 0;
  right: 0;
}

body.page-altroconsumo header .header-pack {
  width: 38.2vw;
  right: 19px;
  top: 38vw;
  z-index: 1;
  position: absolute;
}

body.page-altroconsumo header .header-title {
  font-family: 'NettoOT_Bold';
  text-align: right;
  color: #fff;
  right: 28px;
  top: 10vw;
  z-index: 1;
  position: absolute;
  font-size: 6.7vw;
  line-height: 8.4vw;
}


body.page-altroconsumo .altroconsumo-content {
  padding-top: 6.2vw;
  font-family: 'NettoOT';
  font-size: calc(16px + (20 - 16) * ((100vw - 500px) / (1920 - 768)));
  line-height: 1.2em;
  color: #383A35;
  padding-bottom: 5vw;
}

body.page-altroconsumo .altroconsumo-content p {
  margin-bottom: 2vw;
  margin-top: 1vw;
  padding-left: 22px;
  padding-right: 22px;
}




body.page-altroconsumo .altroconsumo-content, 
body.page-altroconsumo .pie-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


body.page-altroconsumo .altroconsumo-content {
  padding-top: 9vw;
  padding-bottom: 12vw;
}


body.page-altroconsumo .altroconsumo-content .box-title .title {
  color: #1D5632;
  font-family: 'NettoOT_Bold';
  text-align: left;
  font-size: calc(25px + (35 - 25) * ((100vw - 500px) / (1920 - 768)));
  line-height: 1.2em;
  padding-left: 22px;
  padding-right: 22px;
}

body.page-altroconsumo .altroconsumo-content .sellos {
  display: block;
  margin-top: 48px;
  margin-bottom: 50px;
}


body.page-altroconsumo .altroconsumo-content .sellos li {
  width: 100%;
  padding-left: 45px;
  padding-right: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

body.page-altroconsumo .altroconsumo-content .sellos-icon {
  width: 85px;
  padding-right: 12px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  min-width: 85px;
}



body.page-altroconsumo .altroconsumo-content .sellos-title {
  font-family: 'NettoOT';
  color: #1D5632;
  font-size: calc(18px + (20 - 18) * ((100vw - 500px) / (1920 - 768)));
  line-height: 1.2em;
  width: calc(100% - 97px);
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.3vw;
}

body.page-altroconsumo .altroconsumo-content .sellos-title strong {
  font-family: 'NettoOT_Bold';
  font-size: calc(20px + (21 - 20) * ((100vw - 500px) / (1920 - 768)));
}

body.page-altroconsumo .altroconsumo-content .sellos-title span {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
}

body.page-altroconsumo .altroconsumo-content .specs {
  margin-top: 46px;
  margin-bottom: 60px;
}

body.page-altroconsumo .altroconsumo-content .specs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #A3B8A5;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 122px;
  overflow: hidden;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon {
  background-image: url('../img/specs-separator.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #1D5632;
  position: relative;
  padding: 0;
  background-size: 22px 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 21.2vw;
  max-width: 21.2vw;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon img {
  position: relative;
  max-width: 6.8vw;
  left: -1.6vw;
}

body.page-altroconsumo .altroconsumo-content .specs li:nth-child(3) .specs-icon img {
  max-width: 8vw;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-title {
  width: 78.8vw;
  padding-left: 21px;
  padding-right: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: calc(16px + (20 - 16) * ((100vw - 500px) / (1920 - 768)));
  line-height: 1em;
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}


body.page-altroconsumo .altroconsumo-content .specs li .specs-title strong {
  font-size: calc(18px + (25 - 18) * ((100vw - 500px) / (1920 - 768)));
  margin-top: 0;
  margin-bottom: 2vw;
  display: inline-block;
}



body.page-altroconsumo .altroconsumo-content .cta {
  text-align: center;
  margin-top: 60px;
}


body.page-altroconsumo .altroconsumo-content .cta a {
  font-family: 'NettoOT';
  font-size: calc(15px + (21 - 15) * ((100vw - 500px) / (1920 - 768)));
  color: #1D5632;
  border: 1px solid #1D5632;
  padding: 18px 22px;
  display: inline-block;
}



body.page-altroconsumo .pie{
  background-color: #4A7628;
}


body.page-altroconsumo .pie-border {
  height: 7px;
  background: #bb9e42;
background: -webkit-linear-gradient(left,  #bb9e42 0%,#c2a549 1%,#d1b85e 3%,#d6bc65 4%,#d6bd63 4%,#d8be67 4%,#d7bd66 4%,#d9c169 4%,#ddc56d 6%,#dfc771 6%,#e0c870 6%,#e1c973 6%,#e2cc76 8%,#e5cc78 8%,#e4ce79 10%,#e7cf79 11%,#e6d07b 15%,#e9d483 18%,#e9d481 18%,#ebd685 19%,#e9d785 20%,#ecd786 20%,#ead886 21%,#edd889 21%,#ecdb8b 23%,#eedb8e 23%,#eddc8c 23%,#f1e092 25%,#eedc90 27%,#efde90 27%,#eddc8e 28%,#ecdb8d 29%,#ecd98a 30%,#edda8d 30%,#ecda88 32%,#ebd889 32%,#edd887 32%,#ead788 33%,#ecd784 34%,#e9d483 36%,#e8d47e 38%,#e7d17e 40%,#e6d07b 40%,#e4cc76 44%,#e1cb75 44%,#e1c973 45%,#e0c870 45%,#dec670 46%,#ddc36c 47%,#dcc46e 47%,#d8be67 49%,#d9bf68 49%,#d7bd66 49%,#d7be64 50%,#d5bb64 50%,#d2b95f 51%,#ceb55b 53%,#ccb156 54%,#ccb158 54%,#caaf54 54%,#c2a549 58%,#bb9e40 60%,#bda042 64%,#bea145 64%,#bea143 64%,#bfa548 66%,#c4a74b 68%,#c3a94c 69%,#c6ac4f 70%,#c8aa50 70%,#c6ac4f 70%,#d7bd66 78%,#d9bf68 78%,#d9c169 79%,#dec670 81%,#dfc76f 81%,#e0c872 81%,#e2cc76 83%,#e5cc78 83%,#e3cd78 83%,#e6ce78 83%,#e8d47e 89%,#e9d483 90%,#e9d481 91%,#ead584 91%,#ead582 91%,#ecd788 93%,#ead886 94%,#edd889 94%,#ebd987 94%,#ecd98a 95%,#ecd98a 96%,#efde90 98%,#f0de92 100%);
background: -webkit-gradient(linear,  left top, right top,  from(#bb9e42),color-stop(1%, #c2a549),color-stop(3%, #d1b85e),color-stop(4%, #d6bc65),color-stop(4%, #d6bd63),color-stop(4%, #d8be67),color-stop(4%, #d7bd66),color-stop(4%, #d9c169),color-stop(6%, #ddc56d),color-stop(6%, #dfc771),color-stop(6%, #e0c870),color-stop(6%, #e1c973),color-stop(8%, #e2cc76),color-stop(8%, #e5cc78),color-stop(10%, #e4ce79),color-stop(11%, #e7cf79),color-stop(15%, #e6d07b),color-stop(18%, #e9d483),color-stop(18%, #e9d481),color-stop(19%, #ebd685),color-stop(20%, #e9d785),color-stop(20%, #ecd786),color-stop(21%, #ead886),color-stop(21%, #edd889),color-stop(23%, #ecdb8b),color-stop(23%, #eedb8e),color-stop(23%, #eddc8c),color-stop(25%, #f1e092),color-stop(27%, #eedc90),color-stop(27%, #efde90),color-stop(28%, #eddc8e),color-stop(29%, #ecdb8d),color-stop(30%, #ecd98a),color-stop(30%, #edda8d),color-stop(32%, #ecda88),color-stop(32%, #ebd889),color-stop(32%, #edd887),color-stop(33%, #ead788),color-stop(34%, #ecd784),color-stop(36%, #e9d483),color-stop(38%, #e8d47e),color-stop(40%, #e7d17e),color-stop(40%, #e6d07b),color-stop(44%, #e4cc76),color-stop(44%, #e1cb75),color-stop(45%, #e1c973),color-stop(45%, #e0c870),color-stop(46%, #dec670),color-stop(47%, #ddc36c),color-stop(47%, #dcc46e),color-stop(49%, #d8be67),color-stop(49%, #d9bf68),color-stop(49%, #d7bd66),color-stop(50%, #d7be64),color-stop(50%, #d5bb64),color-stop(51%, #d2b95f),color-stop(53%, #ceb55b),color-stop(54%, #ccb156),color-stop(54%, #ccb158),color-stop(54%, #caaf54),color-stop(58%, #c2a549),color-stop(60%, #bb9e40),color-stop(64%, #bda042),color-stop(64%, #bea145),color-stop(64%, #bea143),color-stop(66%, #bfa548),color-stop(68%, #c4a74b),color-stop(69%, #c3a94c),color-stop(70%, #c6ac4f),color-stop(70%, #c8aa50),color-stop(70%, #c6ac4f),color-stop(78%, #d7bd66),color-stop(78%, #d9bf68),color-stop(79%, #d9c169),color-stop(81%, #dec670),color-stop(81%, #dfc76f),color-stop(81%, #e0c872),color-stop(83%, #e2cc76),color-stop(83%, #e5cc78),color-stop(83%, #e3cd78),color-stop(83%, #e6ce78),color-stop(89%, #e8d47e),color-stop(90%, #e9d483),color-stop(91%, #e9d481),color-stop(91%, #ead584),color-stop(91%, #ead582),color-stop(93%, #ecd788),color-stop(94%, #ead886),color-stop(94%, #edd889),color-stop(94%, #ebd987),color-stop(95%, #ecd98a),color-stop(96%, #ecd98a),color-stop(98%, #efde90),to(#f0de92));
background: -o-linear-gradient(left,  #bb9e42 0%,#c2a549 1%,#d1b85e 3%,#d6bc65 4%,#d6bd63 4%,#d8be67 4%,#d7bd66 4%,#d9c169 4%,#ddc56d 6%,#dfc771 6%,#e0c870 6%,#e1c973 6%,#e2cc76 8%,#e5cc78 8%,#e4ce79 10%,#e7cf79 11%,#e6d07b 15%,#e9d483 18%,#e9d481 18%,#ebd685 19%,#e9d785 20%,#ecd786 20%,#ead886 21%,#edd889 21%,#ecdb8b 23%,#eedb8e 23%,#eddc8c 23%,#f1e092 25%,#eedc90 27%,#efde90 27%,#eddc8e 28%,#ecdb8d 29%,#ecd98a 30%,#edda8d 30%,#ecda88 32%,#ebd889 32%,#edd887 32%,#ead788 33%,#ecd784 34%,#e9d483 36%,#e8d47e 38%,#e7d17e 40%,#e6d07b 40%,#e4cc76 44%,#e1cb75 44%,#e1c973 45%,#e0c870 45%,#dec670 46%,#ddc36c 47%,#dcc46e 47%,#d8be67 49%,#d9bf68 49%,#d7bd66 49%,#d7be64 50%,#d5bb64 50%,#d2b95f 51%,#ceb55b 53%,#ccb156 54%,#ccb158 54%,#caaf54 54%,#c2a549 58%,#bb9e40 60%,#bda042 64%,#bea145 64%,#bea143 64%,#bfa548 66%,#c4a74b 68%,#c3a94c 69%,#c6ac4f 70%,#c8aa50 70%,#c6ac4f 70%,#d7bd66 78%,#d9bf68 78%,#d9c169 79%,#dec670 81%,#dfc76f 81%,#e0c872 81%,#e2cc76 83%,#e5cc78 83%,#e3cd78 83%,#e6ce78 83%,#e8d47e 89%,#e9d483 90%,#e9d481 91%,#ead584 91%,#ead582 91%,#ecd788 93%,#ead886 94%,#edd889 94%,#ebd987 94%,#ecd98a 95%,#ecd98a 96%,#efde90 98%,#f0de92 100%);
background: linear-gradient(to right,  #bb9e42 0%,#c2a549 1%,#d1b85e 3%,#d6bc65 4%,#d6bd63 4%,#d8be67 4%,#d7bd66 4%,#d9c169 4%,#ddc56d 6%,#dfc771 6%,#e0c870 6%,#e1c973 6%,#e2cc76 8%,#e5cc78 8%,#e4ce79 10%,#e7cf79 11%,#e6d07b 15%,#e9d483 18%,#e9d481 18%,#ebd685 19%,#e9d785 20%,#ecd786 20%,#ead886 21%,#edd889 21%,#ecdb8b 23%,#eedb8e 23%,#eddc8c 23%,#f1e092 25%,#eedc90 27%,#efde90 27%,#eddc8e 28%,#ecdb8d 29%,#ecd98a 30%,#edda8d 30%,#ecda88 32%,#ebd889 32%,#edd887 32%,#ead788 33%,#ecd784 34%,#e9d483 36%,#e8d47e 38%,#e7d17e 40%,#e6d07b 40%,#e4cc76 44%,#e1cb75 44%,#e1c973 45%,#e0c870 45%,#dec670 46%,#ddc36c 47%,#dcc46e 47%,#d8be67 49%,#d9bf68 49%,#d7bd66 49%,#d7be64 50%,#d5bb64 50%,#d2b95f 51%,#ceb55b 53%,#ccb156 54%,#ccb158 54%,#caaf54 54%,#c2a549 58%,#bb9e40 60%,#bda042 64%,#bea145 64%,#bea143 64%,#bfa548 66%,#c4a74b 68%,#c3a94c 69%,#c6ac4f 70%,#c8aa50 70%,#c6ac4f 70%,#d7bd66 78%,#d9bf68 78%,#d9c169 79%,#dec670 81%,#dfc76f 81%,#e0c872 81%,#e2cc76 83%,#e5cc78 83%,#e3cd78 83%,#e6ce78 83%,#e8d47e 89%,#e9d483 90%,#e9d481 91%,#ead584 91%,#ead582 91%,#ecd788 93%,#ead886 94%,#edd889 94%,#ebd987 94%,#ecd98a 95%,#ecd98a 96%,#efde90 98%,#f0de92 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb9e42', endColorstr='#f0de92',GradientType=1 );
}


body.page-altroconsumo .pie-content {
    display: block;
    padding-top: 5vw;
    padding-bottom: 5vw;
    text-align: center;
}


body.page-altroconsumo .pie-content .pie-logo {
  width: 252px;
  height: auto;
}

body.page-altroconsumo .pie-content .cta {
  display: none;
}

/* MEDIAQUERIES */


@media all and (min-width: 720px) {

body.page-altroconsumo .altroconsumo-content {
  width: 100%;
  max-width: inherit;
  /* background-color: rgba(0,0,0,.45); */
  padding-left: 30px;
  padding-right: 30px;
    padding-top: inherit;
  padding-bottom: inherit;
}

body.page-altroconsumo .altroconsumo-content p {
  padding-left: 0;
  padding-right: 0;
}

body.page-altroconsumo .pie-content {
  width: 100%;
  max-width: inherit;
  /* background-color: rgba(0,0,0,.45); */
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



body.page-altroconsumo .altroconsumo-content {
  padding-top: 63px;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 80px;
}


body.page-altroconsumo header .header-title-pack {
  max-width: inherit;
}

body.page-altroconsumo header .header-title {
  font-size: 49px;
  line-height: 59px;
  right: 35px;
  top: 85px;
  position: absolute;
  z-index: 1;
}


body.page-altroconsumo header .header-pack {
  width: 225px;
  right: 18px;
  top: 249px;
  position: absolute;
  z-index: 1;
}


body.page-altroconsumo header picture img {
    height: 442px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

body.page-altroconsumo .altroconsumo-content .box-title .title {
  font-size: 35px;
  line-height: 40px;
  padding-left: inherit;
  padding-right: inherit;
}

body.page-altroconsumo .altroconsumo-content .sellos {
  margin-top: 70px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.page-altroconsumo .altroconsumo-content .sellos li {
  padding-left: inherit;
  padding-right: inherit;
  margin-bottom: 0;
}

body.page-altroconsumo .altroconsumo-content .sellos-icon {
  width: 93px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: content-box;
}


body.page-altroconsumo .altroconsumo-content .sellos-title {
  font-size: 19px;
  line-height: 24px;
  width: calc(100% - 109px);
  padding-right: 16px;
  padding-top: 0.3vw;
}


body.page-altroconsumo .altroconsumo-content .sellos-title strong {
  font-size: 21px;
  line-height: 26px;
}

body.page-altroconsumo .altroconsumo-content .sellos-title span {
  padding-left: 10px;
  padding-top: 0px;
}

body.page-altroconsumo .altroconsumo-content .specs {
  margin-top: 65px;
  margin-bottom: 63px;
}


body.page-altroconsumo .altroconsumo-content .specs li {
  border-radius: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 145px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon {
  background-size: 45px 100%;
  width: 164px;
  max-width: 164px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon img {
  max-width: 44px;
  position: relative;
  left: -15px;
}

body.page-altroconsumo .altroconsumo-content .specs li:nth-child(3) .specs-icon img {
  max-width: 50px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-title {
  width: calc(100% - 164px);
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  line-height: 23px;
  padding-top: 20px;
  padding-bottom: 20px;
}


body.page-altroconsumo .altroconsumo-content .specs li .specs-title strong {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 29px;
}


body.page-altroconsumo .altroconsumo-content .cta{
  text-align: center;
  margin-top: 80px;

}


body.page-altroconsumo .altroconsumo-content .cta a {
  font-family: 'NettoOT';
  font-size: 21px;
  color: #1D5632;
  border: 1px solid #1D5632;
  padding: 20px 25px;
  display: inline-block;
}

body.page-altroconsumo .pie-content .pie-logo {
  width: 252px;
}

body.page-altroconsumo .pie-content .cta {
  display: none;
}



}





@media all and (min-width: 959px) {

  body.page-altroconsumo .altroconsumo-content {
    width: 100%;
    max-width: 606px;
    /*background-color: rgba(0,0,0,.45);*/
      padding-left: inherit;
  padding-right: inherit;
  }

body.page-altroconsumo .pie-content {
  width: 100%;
  max-width: 606px;
  /* background-color: rgba(0,0,0,.45); */
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}



body.page-altroconsumo .altroconsumo-content {
  padding-top: 123px;
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 100px;
}


body.page-altroconsumo header .header-title-pack {
  max-width: 606px;
}

body.page-altroconsumo header .header-title {
  font-size: 49px;
  line-height: 59px;
  right: -89px;
  top: 145px;
  position: absolute;
  z-index: 1;
}


body.page-altroconsumo header .header-pack {
  width: 225px;
  right: -101px;
  top: 309px;
  position: absolute;
  z-index: 1;
}


body.page-altroconsumo header picture img {
  -o-object-position: 44%;
     object-position: 44%;
}

  body.page-altroconsumo .altroconsumo-content .box-title .title {
    font-size: 37px;
    line-height: 44px;
  }

body.page-altroconsumo .altroconsumo-content .sellos {
  margin-top: 70px;
  margin-bottom: 64px;
}

body.page-altroconsumo .altroconsumo-content .sellos-icon {
  width: 93px;
  padding-right: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: content-box;
}


body.page-altroconsumo .altroconsumo-content .sellos-title {
  font-size: 20px;
  line-height: 23px;
  width: calc(100% - 109px);
  padding-right: 16px;
  padding-top: 0.3vw;
}


body.page-altroconsumo .altroconsumo-content .sellos-title strong {
  font-size: 21px;
  line-height: 26px;
}

body.page-altroconsumo .altroconsumo-content .sellos-title span {
  padding-left: 10px;
  padding-top: 0px;
}

body.page-altroconsumo .altroconsumo-content .specs {
  margin-top: 85px;
  margin-bottom: 83px;
}

  body.page-altroconsumo .altroconsumo-content .specs li {
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 151px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon {
  background-size: 45px 100%;
  width: 164px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon img {
  max-width: 44px;
  position: relative;
  left: -15px;
}

body.page-altroconsumo .altroconsumo-content .specs li:nth-child(3) .specs-icon img {
  max-width: 50px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-title {
  width: calc(100% - 164px);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
  line-height: 26px;
  padding-top: 25px;
  padding-bottom: 25px;
}


body.page-altroconsumo .altroconsumo-content .specs li .specs-title strong {
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 32px;
}


body.page-altroconsumo .altroconsumo-content .cta{
  text-align: center;
  margin-top: 80px;

}


body.page-altroconsumo .altroconsumo-content .cta a {
  font-family: 'NettoOT';
  font-size: 21px;
  color: #1D5632;
  border: 1px solid #1D5632;
  padding: 20px 25px;
  display: inline-block;
}

body.page-altroconsumo .pie-content .pie-logo {
  width: 252px;
}

body.page-altroconsumo .pie-content .cta {
  display: none;
}



}



@media all and (min-width: 1366px) {

  body.page-altroconsumo .altroconsumo-content {
    width: 100%;
    max-width: 890px;
    /*background-color: rgba(0,0,0,.45);*/
  }

body.page-altroconsumo .pie-content {
  width: 100%;
  max-width: 890px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



body.page-altroconsumo .altroconsumo-content {
  padding-top: 123px;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 100px;
}


body.page-altroconsumo header .header-title-pack {
  max-width: 890px;
}

body.page-altroconsumo header .header-title {
  font-size: 66px;
  line-height: 80px;
  right: -74px;
  top: 90px;
  position: absolute;
  z-index: 1;
}


body.page-altroconsumo header .header-pack {
  width: 242px;
  right: -86px;
  top: 289px;
  position: absolute;
  z-index: 1;
}
  
body.page-altroconsumo header picture img {
  -o-object-position: 67%;
     object-position: 67%;
}

  body.page-altroconsumo .altroconsumo-content .box-title .title {
    font-size: 37px;
    line-height: 44px;
  }

body.page-altroconsumo .altroconsumo-content .sellos {
  margin-top: 90px;
  margin-bottom: 105px;
}

  body.page-altroconsumo .altroconsumo-content .sellos-icon {
    width: 122px;
    padding-right: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: content-box;
  }


  body.page-altroconsumo .altroconsumo-content .sellos-title {
    font-size: 25px;
    line-height: 30px;
    width: calc(100% - 145px);
    padding-right: 23px;
    padding-top: 0.3vw;
  }


  body.page-altroconsumo .altroconsumo-content .sellos-title strong {
    font-size: 28px;
    line-height: 33px;
  }

  body.page-altroconsumo .altroconsumo-content .sellos-title span {
    padding-left: 13px;
    padding-top: 2px;
  }

  body.page-altroconsumo .altroconsumo-content .specs {
    margin-top: 105px;
    margin-bottom: 103px;
  }

  body.page-altroconsumo .altroconsumo-content .specs li {
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 151px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon {
  background-size: 50px 100%;
  width: 181px;
  max-width: 181px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon img {
  max-width: 55px;
  position: relative;
  left: -15px;
}

body.page-altroconsumo .altroconsumo-content .specs li:nth-child(3) .specs-icon img {
  max-width: 60px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-title {
  width: calc(100% - 181px);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
}


  body.page-altroconsumo .altroconsumo-content .specs li .specs-title strong {
    font-size: 33px;
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 40px;
  }


  body.page-altroconsumo .altroconsumo-content .cta {
  display: none;
}


body.page-altroconsumo .pie-content .pie-logo {
  width: 252px;
}


body.page-altroconsumo .pie-content .cta {
  display: inherit;
}

    body.page-altroconsumo .pie-content .cta a{
  font-family: 'NettoOT';
  font-size: 21px;
  color: #fff;
  border: 1px solid #fff;
    padding: 25px 30px;
}



}




@media all and (min-width: 1920px) {

  body.page-altroconsumo .altroconsumo-content {
    width: 100%;
    max-width: 890px;
    /*background-color: rgba(0,0,0,.45);*/
  }

body.page-altroconsumo .pie-content {
  width: 100%;
  max-width: 1170px;
  /*background-color: rgba(0,0,0,.45);*/
  padding-top: 100px;
  padding-bottom: 100px;
}



body.page-altroconsumo .altroconsumo-content {
  padding-top: 80px;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 40px;
}


body.page-altroconsumo header .header-title-pack {
  max-width: 890px;
}

body.page-altroconsumo header .header-title {
  font-size: 66px;
  line-height: 80px;
  right: -326px;
  top: 87px;
  position: absolute;
  z-index: 1;
}


body.page-altroconsumo header .header-pack {
  width: 322px;
  right: -345px;
  top: 279px;
  position: absolute;
  z-index: 1;
}
  
body.page-altroconsumo header picture img {
    -o-object-position: 86%;
       object-position: 86%;
  }

  body.page-altroconsumo .altroconsumo-content .box-title .title {
    font-size: 37px;
    line-height: 44px;
  }

body.page-altroconsumo .altroconsumo-content .sellos {
  margin-top: 90px;
  margin-bottom: 105px;
}

  body.page-altroconsumo .altroconsumo-content .sellos-icon {
    width: 122px;
    padding-right: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: content-box;
  }


  body.page-altroconsumo .altroconsumo-content .sellos-title {
    font-size: 25px;
    line-height: 30px;
    width: calc(100% - 145px);
    padding-right: 23px;
    padding-top: 0.3vw;
  }


  body.page-altroconsumo .altroconsumo-content .sellos-title strong {
    font-size: 28px;
    line-height: 33px;
  }

  body.page-altroconsumo .altroconsumo-content .sellos-title span {
    padding-left: 13px;
    padding-top: 2px;
  }

  body.page-altroconsumo .altroconsumo-content .specs {
    margin-top: 105px;
    margin-bottom: 103px;
  }

  body.page-altroconsumo .altroconsumo-content .specs li {
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 151px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon {
  background-size: 50px 100%;
  width: 181px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon img {
  max-width: 55px;
  position: relative;
  left: -15px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-title {
  width: calc(100% - 181px);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
}


body.page-altroconsumo .altroconsumo-content .specs li .specs-title strong {
  font-size: 33px;
  margin-top: 0;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 40px;
}

  body.page-altroconsumo .pie-content .pie-logo {
    width: 300px;
  }

  body.page-altroconsumo .pie-content .cta a {
    font-size: 21px;
    padding: 25px 30px;
  }



}


@media all and (min-width: 2560px) {



  body.page-altroconsumo .altroconsumo-content {
    width: 100%;
    max-width: 890px;
    /*background-color: rgba(0,0,0,.45);*/
  }

body.page-altroconsumo .pie-content {
  width: 100%;
  max-width: 1170px;
  /*background-color: rgba(0,0,0,.45);*/
  padding-top: 100px;
  padding-bottom: 100px;
}



body.page-altroconsumo .altroconsumo-content {
  padding-top: 120px;
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 70px;
}

body.page-altroconsumo header .header-title-pack {
  max-width: 890px;
}

body.page-altroconsumo header .header-title {
  font-size: 52px;
  line-height: 62px;
  right: -426px;
  top: 105px;
  position: absolute;
  z-index: 1;
}


body.page-altroconsumo header .header-pack {
  width: 322px;
  right: -445px;
  top: 298px;
  position: absolute;
  z-index: 1;
}
  
  body.page-altroconsumo header picture img {
    -o-object-position: inherit;
       object-position: inherit;
  }

  body.page-altroconsumo .altroconsumo-content .box-title .title {
    font-size: 37px;
    line-height: 44px;
  }

  body.page-altroconsumo .altroconsumo-content .sellos {
    margin-top: 150px;
    margin-bottom: 125px;
  }

  body.page-altroconsumo .altroconsumo-content .sellos-icon {
    width: 122px;
    padding-right: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: content-box;
  }


  body.page-altroconsumo .altroconsumo-content .sellos-title {
    font-size: 25px;
    line-height: 30px;
    width: calc(100% - 145px);
    padding-right: 23px;
    padding-top: 0.3vw;
  }


  body.page-altroconsumo .altroconsumo-content .sellos-title strong {
    font-size: 28px;
    line-height: 33px;
  }

  body.page-altroconsumo .altroconsumo-content .sellos-title span {
    padding-left: 13px;
    padding-top: 2px;
  }

  body.page-altroconsumo .altroconsumo-content .specs {
    margin-top: 135px;
    margin-bottom: 143px;
  }

  body.page-altroconsumo .altroconsumo-content .specs li {
  border-radius: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 151px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon {
  background-size: 50px 100%;
  width: 181px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-icon img {
  max-width: 55px;
  position: relative;
  left: -15px;
}

body.page-altroconsumo .altroconsumo-content .specs li .specs-title {
  width: calc(100% - 181px);
  padding-left: 30px;
  padding-right: 30px;
  font-size: 22px;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 20px;
}


  body.page-altroconsumo .altroconsumo-content .specs li .specs-title strong {
    font-size: 33px;
    margin-top: 0;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 40px;
  }

  body.page-altroconsumo .pie-content .pie-logo {
    width: 300px;
  }

  body.page-altroconsumo .pie-content .cta a {
    font-size: 21px;
    padding: 25px 30px;
  }



}