@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);
*.hide,
.hide {
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0px; }

*.hidden,
.hidden {
  display: none !important; }

/* TEXT clamp*/
.line-clamp-2 {
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-clamp-3, .news_section .news_container .news_product .news_text__content,
.news_section .news_container .news_product .news_text__content p {
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.line-clamp-4 {
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

img {
  position: relative; }
  img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dff2fd; }

@font-face {
  font-family: 'Helvetica Neue Regular';
  src: url("../fonts/HelveticaNeueRegular.eot");
  src: url("../fonts/HelveticaNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueRegular.woff2") format("woff2"), url("../fonts/HelveticaNeueRegular.woff") format("woff"), url("../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url("../fonts/HelveticaNeueMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue Bold';
  src: url("../fonts/HelveticaNeueBold.eot");
  src: url("../fonts/HelveticaNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueBold.woff2") format("woff2"), url("../fonts/HelveticaNeueBold.woff") format("woff"), url("../fonts/HelveticaNeueBold.svg#HelveticaNeueBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "GT Bold";
  src: url("../fonts/GTBold.ttf") format("ttf"), url("../fonts/GTBold.woff2") format("woff2"), url("../fonts/GTBold.woff") format("woff"), url("../fonts/GTBold.ttf") format("truetype"), url("../fonts/GTBold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-weight: normal; }

body {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  margin: 0;
  padding: 0; }

.container {
  width: 800px;
  margin: 0 auto; }

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden; }

.autocomplete-no-suggestion {
  padding: 2px 5px; }

.autocomplete-selected {
  background: #F0F0F0; }

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000; }

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000; }

input {
  font-size: 28px;
  padding: 10px;
  border: 1px solid #CCC;
  display: block;
  margin: 20px 0; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.pt-1 {
  padding-top: 1rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.pl-2 {
  padding-left: 2rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pr-2 {
  padding-right: 2rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pr-5 {
  padding-right: 5rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

@media only screen and (max-width: 813px) {
  .pt-md-1 {
    padding-top: 1rem !important; }
  .pt-md-2 {
    padding-top: 2rem !important; }
  .pt-md-3 {
    padding-top: 3rem !important; }
  .pt-md-4 {
    padding-top: 4rem !important; }
  .pt-md-5 {
    padding-top: 5rem !important; }
  .pl-md-1 {
    padding-left: 1rem !important; }
  .pl-md-2 {
    padding-left: 2rem !important; }
  .pl-md-3 {
    padding-left: 3rem !important; }
  .pl-md-4 {
    padding-left: 4rem !important; }
  .pl-md-5 {
    padding-left: 5rem !important; }
  .pr-md-1 {
    padding-right: 1rem !important; }
  .pr-md-2 {
    padding-right: 2rem !important; }
  .pr-md-3 {
    padding-right: 3rem !important; }
  .pr-md-4 {
    padding-right: 4rem !important; }
  .pr-md-5 {
    padding-right: 5rem !important; }
  .pb-md-1 {
    padding-bottom: 1rem !important; }
  .pb-md-2 {
    padding-bottom: 2rem !important; }
  .pb-md-3 {
    padding-bottom: 3rem !important; }
  .pb-md-4 {
    padding-bottom: 4rem !important; }
  .pb-md-5 {
    padding-bottom: 5rem !important; }
  .mt-md-1 {
    margin-top: 1rem !important; }
  .mt-md-2 {
    margin-top: 2rem !important; }
  .mt-md-3 {
    margin-top: 3rem !important; }
  .mt-md-4 {
    margin-top: 4rem !important; }
  .mt-md-5 {
    margin-top: 5rem !important; }
  .ml-md-1 {
    margin-left: 1rem !important; }
  .ml-md-2 {
    margin-left: 2rem !important; }
  .ml-md-3 {
    margin-left: 3rem !important; }
  .ml-md-4 {
    margin-left: 4rem !important; }
  .ml-md-5 {
    margin-left: 5rem !important; }
  .mr-md-1 {
    margin-right: 1rem !important; }
  .mr-md-2 {
    margin-right: 2rem !important; }
  .mr-md-3 {
    margin-right: 3rem !important; }
  .mr-md-4 {
    margin-right: 4rem !important; }
  .mr-md-5 {
    margin-right: 5rem !important; }
  .mb-md-1 {
    margin-bottom: 1rem !important; }
  .mb-md-2 {
    margin-bottom: 2rem !important; }
  .mb-md-3 {
    margin-bottom: 3rem !important; }
  .mb-md-4 {
    margin-bottom: 4rem !important; }
  .mb-md-5 {
    margin-bottom: 5rem !important; } }

/*CSS RESET  */
:root {
  font-size: 20px;
  font-family: "Helvetica Neue", sans-serif; }

* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  max-width: 100%;
  font-size: 14px; }

html,
body {
  position: relative;
  height: 100%; }

body,
figure,
ul {
  margin: 0; }

ul {
  list-style: none;
  padding: 0; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent; }

p,
h1,
h2,
h3,
h4,
span,
input,
label {
  font-family: "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #4a4a49; }

*:focus {
  outline: none; }

img {
  width: auto;
  height: 100%;
  display: block; }

figure {
  display: inline-block; }

.transition-xs {
  transition: all 0.2s ease 0s; }

.transition-sm {
  transition: all 0.4s ease 0s; }

.transition-md {
  transition: all 0.6s ease 0s; }

.transition-lg {
  transition: all 0.8s ease 0s; }

.transition-xl {
  transition: all 1s ease 0s; }

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center 75%;
  background-size: 100% 100%; }

.scale-hover-xs:hover {
  transform: scale(1.05); }

.scale-hover-sm:hover {
  transform: scale(1.075); }

.scale-hover-md:hover {
  transform: scale(1.1); }

.scale-hover-lg:hover {
  transform: scale(1.125); }

.scale-hover-xl:hover {
  transform: scale(1.15); }

.overflow-hidden {
  overflow: hidden; }

/*CSS FONTS  */
@font-face {
  font-family: "Helvetica Medium";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/HelveticaMedium.ttf") format("ttf"), url("../fonts/HelveticaMedium.woff2") format("woff2"), url("../fonts/HelveticaMedium.woff") format("woff"), url("../fonts/HelveticaMedium.ttf") format("truetype"), url("../fonts/HelveticaMedium.svg") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "GT Bold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/GTBold.woff2") format("woff2"), url("../fonts/GTBold.woff") format("woff"), url("../fonts/GTBold.ttf") format("ttf"), url("../fonts/GTBold.ttf") format("truetype"), url("../fonts/GTBold.svg") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "Helvetica_Roman";
  font-display: swap;
  src: url("../fonts/Helvetica-Neue-LT-Std-55-roman.woff2") format("woff2"), url("../fonts/Helvetica-Neue-LT-Std-55-roman.woff") format("woff"), url("../fonts/Helvetica-Neue-LT-Std-55-roman.ttf") format("ttf"), url("../fonts/Helvetica-Neue-LT-Std-55-roman.ttf") format("truetype"), url("../fonts/Helvetica-Neue-LT-Std-55-roman.svg") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("ttf"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "Open-Sans-extrabold";
  src: url("../fonts/opensans_extrabold/OpenSans-ExtraBold.ttf") format("ttf"), url("../fonts/opensans_extrabold/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/opensans_extrabold/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/opensans_extrabold/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/opensans_extrabold/OpenSans-ExtraBold.svg") format("svg");
  font-display: swap;
  /* Legacy iOS */ }

@font-face {
  font-family: "helvetica-55-roman";
  src: url("../fonts/HLB.ttf") format("woff"), url("../fonts/HLB01.ttf") format("opentype"), url("../fonts/HLB02.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "helvetica-55-roman-4";
  src: url("../fonts/HLR41.ttf") format("woff"), url("../fonts/HLR42.ttf") format("opentype"), url("../fonts/HLR43.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "helvetica-neue-lt-std-75-bold";
  src: url("../fonts/Helvetica-Neue-LT-Std-75-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Neue-LT-Std-75-Bold.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: "Helvetica Bold";
  src: url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.eot"), url("../fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Bold.svg#Helvetica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.eot"), url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.page_link {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  /* display: flex;
    align-items: center;
    justify-content: flex-start; */ }

.page_link a {
  color: #4a4a49;
  font-size: 0.8rem; }

.page_link a span.active {
  font-weight: bold; }

.page_link .space {
  position: relative;
  top: 0px;
  display: initial;
  margin: 0 5px; }

/* Global button Blue */
.global-button-blue {
  background-color: transparent;
  color: #2671ba;
  padding: 10px 35px;
  border-radius: 50px;
  font-weight: bold;
  border: 1px solid #2671ba;
  font-size: 1.15rem;
  white-space: nowrap; }

/* Global button White */
.global-button-white {
  background-color: #ffffff;
  color: #2671ba;
  padding: 10px 35px;
  border-radius: 20px;
  font-weight: bold;
  border: solid 1px #2671ba; }

/* Global button Green */
.global-button-green {
  background-color: transparent;
  color: #5fb839;
  padding: 10px 35px;
  border-radius: 50px;
  font-weight: bold;
  border: solid 1px #5fb839;
  align-items: center;
  transition: all 0.4s ease;
  cursor: pointer; }
  .global-button-green svg {
    margin-left: 20px; }

.global-button-green:hover {
  background-color: #5db331;
  color: #ffffff; }

/* Global button Black */
.global-button-black {
  background-color: #707070;
  border: solid 1px #707070;
  color: #ffffff;
  padding: 10px 35px;
  border-radius: 20px;
  font-weight: bold; }

.global-button-blue:hover {
  background-color: #2671ba;
  color: #ffffff; }

.global-button-white:hover {
  background-color: #2671ba;
  color: #ffffff; }

.global-button-black:hover {
  background-color: #ffffff;
  color: #707070;
  border: solid 1px #707070; }

.float_button {
  position: fixed;
  top: 85%;
  right: 5%;
  z-index: 8; }

.float_button img {
  width: 76px;
  height: 49px; }

.btn-group {
  display: inline-flex;
  width: auto;
  max-width: 100%; }

.btn-group > .btn {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.15rem; }

.btn-group-block {
  display: block; }

.btn-icon {
  display: inline-flex; }

.btn-block {
  width: 100%; }

.parallax {
  background-attachment: fixed; }

.overlay_sostenibilidad {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
  opacity: 0.7; }

.community_content:nth-child(1) .overlay_sostenibilidad {
  background-color: #4581b1; }

.community_content:nth-child(2) .overlay_sostenibilidad {
  background-color: #83ab57; }

.community_content:nth-child(3) .overlay_sostenibilidad {
  background-color: #83ab57; }

.community_content:nth-child(4) .overlay_sostenibilidad {
  background-color: #4581b1; }

@media only screen and (max-width: 813px) {
  .parallax {
    background-attachment: unset; }
  .parallax-top {
    background-position-y: 0rem !important;
    background-size: 100% !important; } }

.parallax-top {
  background-position-y: -4rem; }

.customer_background {
  background-color: #e0f2fd; }

.news_bg {
  font-size: 16px;
  background-color: #F2FAFE; }

.video_section {
  padding: 0; }

.gray_bg {
  background-color: #f3f2f9; }

.hidden-desktop {
  display: none !important; }

.hidden-section-desktop {
  display: none !important; }

.news_mobile {
  display: none; }

.related_mobile {
  display: none; }

span.space {
  display: none; }

.manufacturing {
  padding: 4em 0; }

.manufacturing h2 {
  text-align: center;
  margin-bottom: 1.2em;
  font-size: 2.375em;
  color: #5db331;
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif;
  font-weight: bold;
  margin-top: 20px; }

.manufacturing .manufacturing_content {
  display: flex;
  flex-flow: row unset;
  justify-content: space-between;
  align-items: unset;
  align-content: unset;
  /* display: flex;
    justify-content: space-between; */
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
  color: #3a3a39; }

.manufacturing .manufacturing_content img {
  max-width: 100px;
  height: 72px; }

.manufacturing .manufacturing_content div {
  padding: 0 30px;
  width: 33% !important; }

@media only screen and (min-width: 1024px) {
  .manufacturing .manufacturing_content div {
    width: 30%; } }

.manufacturing .manufacturing_content div p {
  width: auto;
  font-size: 18px;
  line-height: 30px;
  margin: 30px 0;
  color: #3a3a39; }

.manufacturing .manufacturing_content div .mobile_icons {
  width: auto;
  padding: 0;
  margin: 0; }

.manufacturing .manufacturing_content .manufacturing_border {
  border-left: solid 1px #bababa;
  border-right: solid 1px #bababa; }

.plastic_bg {
  background-color: #f4f4f4;
  padding: 4em 0; }

.plastic_bg .resq_buttons .button .btn {
  padding: 10px 90px; }

.plastic_bg .plastic_content {
  display: flex;
  flex-flow: row unset;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  /* display: flex;
    justify-content: space-between;
    align-items: flex-end; */ }

.plastic_bg .plastic_content .plastic_left .button {
  text-align: center;
  margin-top: 50px; }

.plastic_bg .plastic_content .plastic_left.sustainability-left-plastic .button {
  display: flex;
  flex-flow: row unset;
  justify-content: center;
  align-items: unset;
  align-content: unset;
  /*  display: flex;
    justify-content: center; */ }

.plastic_bg .plastic_content .plastic_left.sustainability-left-plastic .button .global-button-green {
  padding: 10px 50px; }

.plastic_bg .plastic_content .plastic_right {
  width: 47%; }

.plastic_bg .plastic_content .plastic_right.sustainability-right-plastic .right_button {
  margin-bottom: 5px; }

.plastic_bg .plastic_content .plastic_right.sustainability-right-plastic .global-button-green {
  padding: 10px 50px; }

@media only screen and (max-width: 813px) {
  .plastic_bg .plastic_content .plastic_right-md {
    margin-top: -15rem !important; }
  .plastic_bg .plastic_content .plastic_right-md .btn-group {
    margin-top: -5rem;
    padding-bottom: 5rem; } }

#navFilters {
  display: none; }

.plastic_bg .plastic_content .plastic_right .resq {
  width: 100%;
  max-width: 190px;
  margin-bottom: 24px; }

.plastic_bg .plastic_content .plastic_right h2 {
  font-size: 2.375em;
  line-height: 40px;
  color: #5db331;
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif;
  margin-bottom: 23px; }

.plastic_bg .plastic_content .plastic_right p {
  font-size: 1.4375em;
  line-height: 30px;
  color: #3a3a39;
  width: 85%; }

.plastic_bg .plastic_content .plastic_right p .copy {
  color: #005fae;
  font-size: 14px; }

.plastic_bg a:hover .copy {
  color: #5db331; }

.plastic_bg.white_bg {
  padding-top: 0;
  padding-bottom: 7em; }

.plastic_bg.white_bg .plastic_content {
  align-items: center; }

.plastic_bg.white_bg .plastic_content .plastic_right {
  min-height: initial; }

.plastic_bg.white_bg .plastic_content .plastic_left {
  width: 49%;
  /* height: 500px;
    overflow: hidden; */ }

.plastic_bg.white_bg .plastic_content .plastic_left img {
  width: 100%;
  max-width: 466px;
  margin: 0 0 0 auto;
  object-fit: cover; }

.counter_section.pb-8 {
  padding-bottom: 8rem !important; }

.white_bg {
  background-color: #ffffff; }

.white_bg.news_banner {
  margin-top: 7em;
  padding-top: 3em;
  background-color: #f3f2f9; }

.white_bg.news_bg.news_card {
  background-color: none; }

.white_bg.news_banner .plastic_content .plastic_right {
  width: 40%;
  min-height: inherit; }

.white_bg.news_banner .plastic_content .plastic_right h1 {
  color: #006db2 !important;
  font-size: 24px;
  line-height: 30px;
  font-family: "Helvetica Bold", sans-serif;
  margin-bottom: 0.5em; }

.white_bg.news_banner .plastic_content .plastic_right p {
  color: #7d7d7d; }

.white_bg.news_banner .plastic_content .plastic_right .news-read-more {
  background: #2671ba;
  color: #fff;
  padding: 11px 33px 12px;
  margin: 0px;
  height: 48px;
  display: inline-block;
  line-height: 1.9;
  border-radius: 50px;
  margin-top: 0.7em;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px; }

.white_bg.news_banner .plastic_content .plastic_right .button a {
  padding: 10px 50px; }

@media only screen and (max-width: 1120px) {
  .white_bg.plastic_bg .plastic_content {
    align-items: center; }
  .white_bg.plastic_bg .plastic_content .plastic_left img {
    max-height: initial;
    width: 95%;
    margin: auto; } }

.white_bg .plastic_content .plastic_right {
  min-height: 40em; }

.white_bg .plastic_content .plastic_right h1 {
  margin-bottom: 15px;
  color: #5db331; }

.white_bg .plastic_content .plastic_right .global-button-green {
  padding: 10.5px 54px; }

.gei_content {
  background-color: #d6eefc; }

.gei_content .manufacturing_content div p {
  width: auto;
  font-size: 20px;
  margin: 15px 0;
  color: #3a3a39;
  /* font-family: "helvetica-55-roman", sans-serif; */ }

.gei_content fieldset {
  text-align: center;
  border-color: #5db331;
  border-radius: 30px;
  margin: 25px auto;
  width: 95%;
  font-size: 23px;
  font-family: "Helvetica Neue", sans-serif;
  color: #3a3a39;
  padding: 0 15px; }

@media screen and (min-width: 1280px) {
  .gei_content fieldset {
    padding: 0 1.4em; } }

.gei_content fieldset legend {
  color: #5db331;
  font-weight: bold;
  padding: 0 30px;
  margin: auto; }

fieldset .green_text {
  color: #5db331;
  font-weight: bold; }

.gei_content fieldset p {
  font-size: 1.4375em; }

.gei_content fieldset p.green_text {
  color: #5db331;
  font-weight: bold;
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif; }

.gei_content.factories {
  background-color: #f4f4f4;
  padding: 1em 0; }

@media only screen and (min-width: 1600px) {
  .gei_content.factories {
    min-height: 80vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: unset;
    align-items: center;
    align-content: center;
    /* display: flex;
        align-items: center; */ } }

@media screen and (max-width: 420px) {
  .gei_content fieldset {
    font-size: 18px; }
  .gei_content fieldset legend {
    font-size: 22px; }
  fieldset .green_text {
    font-size: 20px; } }

.see_product .product_section .product_description .product_img {
  width: 100%; }
  @media (min-width: 540px) {
    .see_product .product_section .product_description .product_img {
      width: 50%; } }

.gei_content.factories h2 {
  color: #3a3a39; }

.gei_content.factories .manufacturing_content {
  flex-wrap: wrap;
  justify-content: center; }

.gei_content.factories .manufacturing_content div {
  width: 30%;
  margin: 15px 0;
  padding: 0 35px; }

.gei_content.factories .manufacturing_content div.border-right {
  border-right: solid 1px #bababa; }

.gei_content.factories .manufacturing_content div img {
  max-width: initial; }

.gei_content.us {
  background-color: #ffffff; }

.gei_content.us h2 {
  color: #3a3939; }

.green_bg {
  background-color: #dde7cb; }

.green_bg .plastic_content .plastic_right h2 {
  color: #005fae; }

.green_bg .plastic_content .plastic_right .buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: unset;
  align-content: unset;
  /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
  margin-top: 30px; }

.green_bg .plastic_content .plastic_right .buttons .button_image {
  border: solid 1px #2671ba;
  width: 48%;
  text-align: center;
  border-radius: 40px;
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; */
  cursor: pointer; }

.green_bg .plastic_content .plastic_right .buttons .button_image h5 {
  margin: 0;
  font-size: 1.25em;
  color: #2671ba;
  width: 100%; }

.green_bg .plastic_content .plastic_right .buttons .button_image p {
  font-size: 1.25em;
  color: #2671ba;
  width: 100%; }

.green_bg .plastic_content .plastic_right .buttons .button_image.active {
  background-color: #005fae; }

.green_bg .plastic_content .plastic_right .buttons .button_image.active h5,
.green_bg .plastic_content .plastic_right .buttons .button_image.active p {
  color: #ffffff; }

.green_bg .plastic_content .plastic_left {
  width: 45%; }

.green_bg .plastic_content .plastic_left img {
  width: 100%;
  border-radius: 20px;
  max-height: 350px;
  display: none; }

.green_bg .plastic_content .plastic_left .changeImage.active {
  display: block; }

.green_bg.reality {
  background-color: #f4f4f4;
  padding: 2em 0 0; }

.green_bg.reality .plastic_content .plastic_right {
  min-height: 46em; }

.green_bg.reality .plastic_content .plastic_right .buttons .button_image {
  border-color: #3a3a39; }

.green_bg.reality .plastic_content .plastic_right .buttons .button_image h5,
.green_bg.reality .plastic_content .plastic_right .buttons .button_image p {
  color: #3a3a39;
  margin: 0;
  display: block; }

.green_bg.reality .plastic_content .plastic_right .buttons .button_image.active {
  display: initial; }

.green_bg.reality .plastic_content .plastic_right .buttons .button_image.active h5,
.green_bg.reality .plastic_content .plastic_right .buttons .button_image.active p {
  color: #ffffff; }

.green_bg.reality .plastic_content .plastic_left {
  padding-bottom: 20px;
  max-height: initial;
  max-height: 500px; }

.green_bg.innovacion_green .plastic_content {
  align-items: center; }

.green_bg.innovacion_green .plastic_content .plastic_left {
  margin-top: 8%; }

.autocomplete-suggestions {
  background-color: #e0dfdf;
  color: #6d6d6d;
  border-radius: 15px;
  padding: 5px 25px;
  border: none; }

.autocomplete-suggestions strong {
  color: #6d6d6d;
  font-weight: bold; }

.community .community_text h2 {
  color: #5db331;
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif; }

@media only screen and (max-width: 768px) {
  .product_category_banner.sustainability_banner .product_category_bg {
    width: 100% !important; }
  .plastic_bg .resq_buttons .button .btn {
    padding: 10px 33px; } }

/* Modal CSS */
.modal-form {
  margin-top: 61px; }

.modal-form #fichaForm .form-row .header-form-button {
  padding-top: 1rem;
  text-align: center; }

.form-group.header-form-button.cards {
  z-index: 2;
  position: relative;
  margin-bottom: 40px; }

.form-group.header-form-button.cards a button {
  cursor: pointer; }

.terms-group {
  margin-top: 20px;
  display: flex;
  column-gap: 8px; }

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0; }

.overlay:target {
  visibility: visible;
  opacity: 1; }

.popup {
  margin: 0 auto;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 1s ease-in-out;
  top: 25%;
  border-radius: 20px; }

.popup .close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  padding: 6px;
  cursor: pointer;
  position: absolute;
  margin-left: 94%;
  margin-top: 15px; }

.popup .content {
  max-height: 30%;
  overflow: auto;
  border-radius: 20px; }

.popup .content .modal_image img {
  width: 100%; }

.popup .content .modal_text {
  background-color: #ffffff; }

.popup .content .modal_text p {
  text-align: center;
  font-size: 1.4375em;
  line-height: 27px;
  padding: 15px 30px;
  color: #3a3a39; }

.modal_form {
  display: none;
  position: fixed;
  z-index: 999999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  justify-content: center;
  align-items: center;
  /* Black w/ opacity */ }

.modal_form .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.modal_form .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 80%;
  max-width: 1160px; }

.modal_form .modal-content .form_content {
  display: flex;
  flex-flow: row unset;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  /*     display: flex;
    align-items: center;
    justify-content: space-evenly; */ }

.modal_form .modal-content .form_content .title {
  width: 35%; }

.modal_form .modal-content .form_content .title h1 {
  font-family: "GT Bold", sans-serif;
  font-weight: inherit;
  font-size: 3.4375em; }

.modal_form .modal-content .form_content .form {
  width: 48%; }

.modal_form .modal-content .form_content .form input[type="number"]::-webkit-outer-spin-button,
.modal_form .modal-content .form_content .form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.modal_form .modal-content .form_content .form input[type="number"] {
  -moz-appearance: textfield; }

@media only screen and (max-width: 1280px) {
  .modal_form .modal-content .form_content .form {
    width: 53%; } }

.modal_form .modal-content .form_content .form form .form-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: unset;
  align-content: unset;
  /* display: flex;
    justify-content: space-between; */
  margin: 25px 0; }

.modal_form .modal-content .form_content .form form .form-row label {
  display: block;
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 10px; }

.modal_form .modal-content .form_content .form form .form-row input,
.modal_form .modal-content .form_content .form form .form-row textarea,
.modal_form .modal-content .form_content .form form .form-row .form_select {
  width: 250px;
  height: 48px;
  border-radius: 20px;
  border: solid 1px #bababa;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
  flex-flow: row unset;
  justify-content: unset;
  align-items: center;
  align-content: center;
  /*  align-items: center;
    display: flex; */ }

.modal_form .modal-content .form_content .form form .form-row input:focus,
.modal_form .modal-content .form_content .form form .form-row textarea:focus,
.modal_form .modal-content .form_content .form form .form-row .form_select:focus {
  outline: none; }

.modal_form .modal-content .form_content .form form .form-row .form_select .current {
  vertical-align: sub;
  text-align: center;
  font-size: 14px; }

.modal_form .modal-content .form_content .form form .form-row textarea {
  height: auto; }

.modal_form .modal-content .form_content .form form .form-row .check {
  width: 60%;
  padding: 15px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: unset;
  align-items: center;
  align-content: center;
  /* display: flex;
    align-items: center;
    flex-wrap: wrap; */ }

.modal_form .modal-content .form_content .form form .form-row .check label {
  font-size: 0.625em;
  line-height: 13px;
  margin-bottom: 0;
  margin-left: 0px;
  width: 80%; }

.modal_form .modal-content .form_content .form form .form-row .check label p {
  font-size: 10px; }

.modal_form .modal-content .form_content .form form .form-row .check label a {
  font-weight: bold;
  text-decoration: underline; }

.modal_form .modal-content .form_content .form form .form-row .check input {
  width: 40px;
  height: 20px; }

.modal_form .modal-content .form_content .form form .button {
  margin-left: 52%; }

.modal_form .modal-content .form_content .form form .button input {
  background-color: #2671ba;
  color: #ffffff;
  padding: 10px 50px;
  border-radius: 25px;
  border: none;
  font-size: 23px;
  cursor: pointer; }

.modal_form .modal-content .form_content .form form .button input:focus {
  outline: none; }

.modal_form .modal-content .close {
  cursor: pointer; }

.entry__error.entry__error--primary {
  background-color: transparent;
  color: #f00909;
  width: 52%;
  margin-left: auto;
  font-size: 0.9em; }

@media only screen and (max-width: 1024px) {
  .entry__error.entry__error--primary {
    width: 100%;
    text-align: center; } }

#error-message {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

#error-message .sib-form-message-panel__inner-text {
  color: #f00909;
  width: 52%;
  margin-left: auto;
  font-size: 0.9em; }

@media only screen and (max-width: 1024px) {
  #error-message .sib-form-message-panel__inner-text {
    width: 100%;
    text-align: center; } }

footer {
  background-color: #0c61a8; }

.footer_container {
  display: flex;
  flex-flow: row unset;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  /*     display: flex;
    justify-content: space-between;
    align-items: center; */
  padding: 7px 0; }

.footer_container .first_content {
  display: flex;
  flex-flow: row unset;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  /* display: flex;
    justify-content: space-between; */
  /* width: 40%; */
  padding: 10px 0;
  /* align-items: center; */ }

.footer_container .first_content a {
  font-size: 0.8125em;
  color: #ffffff;
  font-family: "Helvetica Neue", sans-serif; }

.footer_container .first_content span {
  color: #ffffff;
  margin: 0 15px; }

.footer_container .second_content p {
  font-size: 0.875em;
  color: #ffffff; }

.footer_container .second_content p br {
  display: none; }

/* .footer_container .third_content {
    width: 15%;
} */
.footer_container .third_content .footer_logos {
  display: flex;
  flex-flow: row unset;
  justify-content: space-between;
  align-items: unset;
  align-content: unset;
  /* display: flex;
    justify-content: space-between; */ }

.footer_container .third_content .footer_logos a {
  margin-left: 13px; }

.copy {
  color: #ffffff;
  font-weight: 100;
  font-size: 0.875em;
  margin-left: 3px;
  position: relative;
  bottom: 0px;
  display: initial; }

.section_container {
  margin: 0 12%; }
  .section_container.banner-info {
    width: 100%;
    margin: 0;
    height: 100dvh;
    display: flex;
    align-items: center;
    overflow: hidden; }
    .section_container.banner-info .banner_content {
      padding: 2% 5%; }

header {
  background-color: #000000a6;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%; }

header nav {
  display: flex;
  flex-flow: row unset;
  justify-content: space-between;
  align-items: unset;
  align-content: unset;
  /* display: flex;
    justify-content: space-between; */
  padding: 1em 0; }

header nav .darnel_logo {
  max-width: 115px;
  margin-right: 10px; }

header nav .darnel_logo img {
  width: 100%;
  height: auto; }

header .nav_container {
  display: flex;
  flex-flow: row wrap;
  justify-content: unset;
  align-items: unset;
  align-content: unset;
  /* display: flex;
    flex-wrap: wrap; */
  width: 70%; }

header .nav_container .nav_links {
  width: 100%;
  padding-bottom: 7px; }

header .nav_container .nav_links .nav_list {
  display: flex;
  flex-flow: row unset;
  justify-content: space-between;
  align-items: unset;
  align-content: unset;
  /* display: flex;
    justify-content: space-between; */
  width: 100%;
  color: #ffffff; }

header .nav_container .nav_links .nav_list li {
  font-size: 1em; }

@media screen and (min-width: 1024px) {
  header .nav_container .nav_links .nav_list li {
    width: 70%;
    text-align: center;
    position: relative; }
  header .nav_container .nav_links .nav_list li.shopping_icon {
    display: inline-block !important; }
  header .nav_container .nav_links .nav_list li.shopping_icon img {
    display: inline-block;
    vertical-align: middle; }
  header .nav_container .nav_links .nav_list li.flag_container {
    width: 35%;
    display: flex;
    flex-flow: row unset;
    justify-content: center;
    align-items: unset;
    align-content: unset;
    /* display: flex;
        justify-content: center; */ }
  header .nav_container .nav_links .nav_list li.open_form + .header_border {
    width: 91%; }
  #results.not-found .row {
    display: flex; } }

@media (min-width: 1280px) and (max-width: 1700px) {
  header .nav_container .nav_links .nav_list > li:nth-child(3) {
    padding: 0 1em; } }

header .nav_container .nav_links .nav_list li:hover {
  border-bottom: solid 1px #ffffff; }

header .nav_container .nav_links .nav_list li:hover a {
  opacity: 60%; }

header .nav_container .nav_links .nav_list li a {
  font-family: "Helvetica_Roman", sans-serif;
  /* font-family: "helvetica-55-roman", sans-serif; */
  white-space: nowrap;
  border-bottom: 1px solid transparent; }

header .nav_container .nav_links .nav_list li.header_border::after {
  content: "";
  border-right: solid 1px #ffffff;
  position: relative;
  /* left: 20px; */ }

header .nav_container .nav_links .nav_list li.active {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: solid 1px rgba(255, 255, 255, 0.6); }

header .nav_container .nav_links .nav_list li.shopping_icon {
  display: flex; }

header .nav_container .nav_links .nav_list li.shopping_icon img {
  width: 16px;
  margin-right: 7px; }

header .nav_container .nav_links .nav_list li.flag_container:hover {
  border: none; }

header .nav_container .nav_links .nav_list li.flag_container:hover a {
  opacity: 100%; }

header .nav_container .nav_links .nav_list li.flag_container:hover ul li {
  border: 0; }

header .nav_container .nav_links .nav_list li.flag_container .filtr-box li a {
  color: #000;
  float: left;
  width: 21px;
  height: 21px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  border-color: transparent; }

header .nav_container .nav_links .nav_list li.flag_container .filtr-box li ul {
  background: #f6f6f6;
  display: none;
  right: -23px;
  overflow: hidden;
  position: absolute;
  top: 70.5px;
  z-index: 99999;
  width: auto;
  min-width: 170px;
  border-radius: 20px; }

header .nav_container .nav_links .nav_list li.flag_container .filtr-box li {
  position: relative;
  display: block; }

header .nav_container .nav_links .nav_list li.flag_container .filtr-box li ul li a {
  width: 100%;
  height: auto;
  float: none;
  display: flex;
  flex-flow: row unset;
  justify-content: unset;
  align-items: center;
  align-content: center;
  /*     display: flex;
    align-items: center; */ }

header .nav_container .nav_links .nav_list li.flag_container .filtr-box li ul li a .filtrboxlist-list_item--img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin: 10px 10px 10px 15px;
  overflow: hidden; }

header .nav_container .nav_links .nav_list li.flag_container .filtr-box li ul li a .filtrboxlist-list_item--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

header .nav_container .nav_links .nav_list li.flag_container .filtr-box li ul li a span {
  font-size: 0.8em;
  padding-left: 10px; }

header .nav_container .nav_links .nav_list li.flag_container img {
  width: 100%;
  height: 100%; }

header .nav_container .nav_filter {
  width: 100%;
  height: fit-content;
  background-color: #f8f7fe;
  padding-right: 2px;
  padding-left: 15px;
  border-radius: 20px;
  display: flex;
  flex-flow: row unset;
  justify-content: unset;
  align-items: center;
  align-content: center;
  /* display: flex;
    align-items: center; */ }

header .nav_container .nav_filter .filter_content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between; }

header .nav_container .nav_filter .filter_content p {
  font-size: 14px;
  text-align: end;
  color: #484747;
  padding-right: 20px;
  font-family: inherit;
  font-weight: bold; }

header .nav_container .nav_filter .filter_content .nice-select {
  border: 0;
  padding: 0;
  padding-right: 25px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  height: 34px;
  background-color: #f8f7fe; }

/* header .nav_container .nav_filter .filter_content .nice-select.header_select span{
    padding-top: 3px;
}  */
header .nav_container .nav_filter .filter_content .nice-select .list {
  background-color: #f8f7fe;
  overflow-y: scroll;
  max-height: 85vh;
  margin-top: 0;
  border-radius: 0 0 20px 20px;
  padding-bottom: 15px; }

header .nav_container .nav_filter .filter_content .nice-select .list li {
  max-height: 30px;
  display: flex;
  align-items: center;
  color: #6d6d6d;
  min-height: initial; }

header .nav_container .nav_filter .filter_content .nice-select .list li:first-child {
  display: none; }

header .nav_container .nav_filter .filter_content .nice-select .list li:hover {
  font-weight: bold;
  background-color: transparent; }

header .nav_container .nav_filter .filter_content .nice-select .list::-webkit-scrollbar {
  width: 5px; }

header .nav_container .nav_filter .filter_content .nice-select .list::-webkit-scrollbar-thumb {
  background: #d8d7d7; }

header .nav_container .nav_filter .filter_content .nice-select.open span {
  border-bottom: 1px solid #999; }

header .nav_container .nav_filter .filter_content input {
  width: 20em;
  height: 30px;
  border-radius: 20px;
  border: 0;
  padding: 0;
  padding-left: 30px;
  background-color: #e4e3e3;
  background-image: url("../img/search.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 7px;
  font-size: 0.9em;
  color: #5c5c5c; }

header .nav_container .nav_filter .filter_content input:focus {
  outline: none; }

header .nav_container .nav_filter .filter_content input::placeholder {
  font-size: 0.9em;
  color: #6d6d6d; }

header .nav_container .nav_filter .filter_content input#searchProducts {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 30px; }

#headerForm .form_error {
  color: #ed0909;
  padding-left: 10px; }

#headerForm #checkError {
  display: none; }

#headerForm #checkError.show_error {
  display: block;
  color: #ed0909;
  padding-left: 10px; }

@media only screen and (max-width: 1440px) {
  .section_container {
    margin: 0 9%; }
  header .nav_container {
    width: 87%; }
  /* .footer_container .first_content {
        width: 45%;
    } */ }

@media only screen and (max-width: 768px) {
  header nav {
    padding: 7px 0; }
  header nav .darnel_logo img {
    width: 90%; } }

.terms_content {
  padding-top: 10em;
  padding-bottom: 4em; }

.terms_content .page_link {
  margin-bottom: 30px; }

.terms_content h1 {
  font-family: "GT Bold", sans-serif;
  font-weight: inherit;
  margin-bottom: 25px; }

.terms_content h2 {
  font-size: 1em;
  line-height: 20px; }

.terms_content p {
  font-size: 1em;
  margin: 25px 0;
  line-height: 20px; }

.terms_content p span {
  font-weight: bold; }

.home_banner .image_bg .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  z-index: -1; }

.home_banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  z-index: -1; }

.home_banner .image_bg.bg-4 .banner_content .slider_button a {
  padding: 11px 60px; }

.home_banner .banner_content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 24px;
  width: 50%;
  height: auto; }
  @media only screen and (max-width: 1024px) {
    .home_banner .banner_content {
      gap: 8px; } }

@media only screen and (min-width: 1600px) {
  .home_banner .banner_content {
    margin: 13em 0 0; } }

.home_banner .banner_content .slider_titlge {
  color: var(--Gris, #4a4a49);
  /* H3 */
  font-family: Helvetica Neue;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  /* 152.778% */ }
  @media only screen and (max-width: 1024px) {
    .home_banner .banner_content .slider_titlge {
      font-size: 24px; } }

.home_banner .banner_content .slider_text {
  margin: 28px 0;
  width: 91%;
  color: #4a4a49;
  opacity: 90%;
  font-size: 1.4375em;
  line-height: 30px;
  font-family: "Helvetica_Roman", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .home_banner .banner_content .slider_text {
      margin: 0 0; } }

.home_banner .banner_content .color_white {
  color: #ffffff; }

.home_banner .banner_content .slider_button {
  margin-top: 51px; }

.home_banner .banner_content .slider_button a {
  font-size: 1.18rem;
  padding: 11px 34.5px;
  background-color: #5db331;
  color: #ffffff;
  z-index: 99999999; }

.home_banner .banner_content .slider_button a.global-button-blue {
  background-color: #2671ba;
  color: #ffffff; }

.home_banner .page_link {
  margin: 0;
  margin-bottom: 3em; }

.products_container .products .products_title {
  font-weight: inherit;
  display: flex;
  align-items: center;
  font-size: 54px;
  line-height: 64px;
  color: #0c61a8;
  font-weight: 700; }
  @media only screen and (max-width: 1024px) {
    .products_container .products .products_title {
      font-size: 30px;
      line-height: 45px; } }

.products_container .products .products_title img {
  width: auto;
  padding-left: 10px;
  position: relative;
  top: 6px; }

.products_container .products .products_title .copy {
  color: #1563a6;
  font-size: 16px;
  top: -6px; }

.products_container .products ul {
  margin-top: 20px;
  margin-bottom: 39px;
  width: 95%; }

.products_container .products ul li {
  margin: 5px 0;
  color: #4a4a49;
  display: flex;
  font-size: 1.4375em;
  line-height: 27px;
  position: relative;
  padding-left: 20px; }

.products_container .products ul li::before {
  content: "\2022";
  color: #0c61a8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 20px;
  height: 0;
  position: absolute;
  left: 0; }

.products_container .products .products_right {
  padding-right: 0;
  width: 50%; }

.products_container .products .products_right img {
  width: 100%;
  max-width: 455px;
  max-height: 352px; }

.products_container .products .products_left {
  width: 50%; }

.products_container .products .products_left img {
  width: 100%;
  max-width: 455px;
  max-height: 352px; }

.products_container.bg_product {
  background-color: #e8f4f7; }

.margin-top-60 {
  margin-top: 60px; }

.padding-50-20 {
  padding: 50px 0 20px 0; }

.section_404 {
  background-color: #f5f5f5;
  height: 100%;
  margin-top: 6em; }

.section_404 .image, .section_404 .image-cover, .section_404 .image-contain {
  padding: 3em 0 0; }

.section_404 .image img, .section_404 .image-cover img, .section_404 .image-contain img {
  width: 100%;
  object-fit: none; }

.section_404 .text p,
.section_404 .text ul {
  font-size: 1.25em;
  color: #5b5b5b;
  text-align: center; }

.section_404 .text ul {
  margin: 2.1em auto 0;
  max-width: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2.1em;
  color: #2671ba; }

.section_404 .text ul li {
  margin-bottom: 0.7em;
  width: 49%; }

.section_404 .button {
  margin-top: 3em;
  width: 100%;
  text-align: end;
  padding-right: 20%; }

.section_404 .button a {
  background-color: #174a7f; }

.section_404 .button a:hover {
  background-color: #ffffff; }

.swiper-container-pointer-events {
  background: #ecf3e1; }

.mobile-view.img-bg img {
  width: 100%; }

.company_description .description_content__title {
  font-family: "GT Bold", sans-serif;
  font-weight: inherit; }

.company_description .description_content.right .right_description .description_content.right .right_description {
  padding: 3em 15px 1em; }

.company_description .description_content.right .right_description .description_content.right .right_description .description_content__title {
  margin-top: -100px; }

.company_description.sostenibilidad-bg {
  height: 800px; }

.company_description.innovacion-bg {
  height: 600px; }

.company_description.innovacion-bg .description_content.right {
  height: 600px;
  padding: 6em 6% 10em 12%; }

@media only screen and (max-width: 1440px) {
  .page_link a {
    font-size: 0.7rem; }
  .home_banner .banner_content .slider_titlge {
    font-size: 24px;
    line-height: 31.2px;
    /* 130% */ }
  .home_banner .banner_content .slider_text p {
    font-size: 20px;
    line-height: 30px;
    /* 150% */ }
  .home_banner .banner_content .slider_button a {
    font-size: 1rem; } }

@media only screen and (max-width: 1024px) {
  .slider_button a {
    bottom: unset !important;
    padding: 6px 15px !important;
    text-align: center !important; }
  .slider_button a.banner1-btn {
    bottom: 25px !important; }
  .swiper-slide.banner-2-desc .banner_content {
    position: absolute;
    bottom: 65px; }
  .swiper-slide.banner-2-desc .banner_content .slider_button {
    margin-top: 20px !important; }
  .swiper-slide.banner-2-desc .banner_content .slider_text {
    margin-bottom: 0px !important;
    margin-top: 10px !important; }
  .swiper-slide.banner-3-desc .banner_content {
    position: absolute;
    bottom: 65px; }
  .swiper-slide.banner-3-desc .banner_content .slider_button {
    margin-top: 20px !important; }
  .swiper-slide.banner-3-desc .banner_content .slider_text {
    margin-bottom: 0px !important;
    margin-top: 10px !important; }
  .swiper-slide.banner-4-desc .banner_content {
    position: absolute;
    bottom: 65px; }
  .swiper-slide.banner-4-desc .banner_content .slider_button {
    margin-top: 70px !important; }
  .swiper-slide.banner-4-desc .banner_content .slider_text {
    margin-bottom: 0px !important;
    margin-top: 10px !important; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px; }
  .swiper-button-next,
  .swiper-button-prev {
    top: 50%; } }

@media only screen and (max-width: 700px) {
  .home_banner .image_bg.bg-2 {
    background-position: center;
    background-size: cover; }
  .transition-sm {
    margin: 15px 0 !important; }
  .mobile-view.top-vbanner img {
    width: 100%; }
  .products_container .products.first {
    margin-top: 0px; }
  .products_container .products_button.margin-tops {
    margin-top: 60px !important; }
  .mobile-view.second-sec-bg img {
    width: 100%; }
  .company_description.sostenibilidad-bg {
    background-image: unset !important; }
  .company_description.sostenibilidad-bg .description_content.left {
    padding-top: unset !important; }
  .company_description.innovacion-bg {
    padding-top: 0px !important;
    margin-top: 0px !important; }
  .company_description .description_content.right .right_description {
    padding: 0 35px 2em; }
  .company_description .description_content__text.custom {
    margin-top: 0 !important; }
  .company_description .description_content__title {
    font-family: "GT Bold", sans-serif;
    font-weight: inherit; }
  .company_description .description_content.right .right_description {
    padding-top: 40px !important;
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .company_description .description_content.right .right_description .description_content__title {
    margin-top: -10px; }
  .company_description .description_content.right .right_description .description_content__text.custom {
    margin-top: 10px !important;
    margin-bottom: 0 !important; }
  .company_description .description_content.right .right_description .innovacion_button {
    margin-top: 15px;
    padding-top: 0px !important;
    padding-bottom: 40px !important; }
  .products_container {
    padding-top: 10px !important; }
  .products_container .products {
    padding-bottom: 0 !important; }
  .products_container .products_title {
    margin-top: 0 !important; }
  .company_description.sostenibilidad-bg {
    padding-top: 30px; }
  .company_description.sostenibilidad-bg .description_content.left .text_hover__hide .hov_content .mobile_icons {
    margin-top: 20px !important; }
  .news_section .swiper-button-next,
  .news_section .swiper-button-prev {
    top: 17%; } }

@media screen and (max-width: 320px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 20%; } }

.categories_section {
  background-color: #f7f7f7;
  padding: 8em 0 13em 0; }

@media only screen and (max-width: 813px) {
  .categories_section {
    margin-bottom: 30rem; } }

.categories_section .section_container .page_link {
  margin-left: 20px;
  margin-top: 30px; }

.categories_section .categories_container {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0em 0 1em 0; }

.categories_section .categories_container a {
  width: 33%; }

.categories_section .categories_container .categories_card {
  background-color: #ffffff;
  border-radius: 20px;
  margin: 10px 20px;
  overflow: hidden;
  max-width: 325px; }

.categories_section .categories_container .categories_card .card_image {
  height: 183px; }

.categories_section .categories_container .categories_card .card_image img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  object-fit: cover;
  transition: ease 0.5s all; }

.categories_section .categories_container .categories_card .card_image img:hover {
  transform: scale(1.05); }

.categories_section .categories_container .categories_card .card_text {
  padding: 5px 25px;
  margin: 15px 0;
  color: #4a4a49;
  min-height: 220px; }

.categories_section .categories_container .categories_card .card_text h2 {
  font-size: 1.4375em; }

.categories_section .categories_container .categories_card .card_text h2 {
  font-size: 1.4375em; }

.categories_section .categories_container .categories_card .card_text .resq-brand {
  position: relative;
  top: 3px;
  max-width: 45px !important; }

.categories_section .categories_container .categories_card .card_text h1 .resq-brand {
  width: 2.6rem;
  display: inline-block;
  vertical-align: text-bottom; }

.categories_section .categories_container .categories_card .card_text p {
  margin-top: 15px;
  font-size: 1.025em;
  line-height: 20px;
  width: 88%; }

@media only screen and (max-width: 900px) {
  .categories_section {
    margin-bottom: 0 !important; } }

.history-swiper.swiper-container {
  width: 100%;
  height: 100%; }

.history-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  /* align-items: flex-end; */
  background-size: cover;
  max-height: 100vh; }

.history-swiper .swiper-slide .history-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.history-swiper .history_content {
  width: 50%;
  padding-top: 13em; }

.history-swiper .history_content .page_link {
  margin-bottom: 25px;
  margin-left: 0; }

.history-swiper .history_content .page_link a {
  color: #ffffff; }

.history-swiper .history_content .page_link span {
  color: #ffffff; }

.history-swiper .history_content .title h1 {
  font-family: "GT Bold", sans-serif;
  font-weight: inherit;
  font-size: 3.4375em;
  color: #ffffff; }

.history-swiper .history_content .title h2 {
  font-family: "GT Bold", sans-serif;
  font-weight: inherit;
  margin: 20px 0;
  color: #ffffff;
  font-size: 2em; }

.history-swiper .history_content .text p {
  font-size: 1.4375em;
  line-height: 30px;
  margin: 20px 0;
  color: #ffffff; }

.history-swiper .history_content .text p span {
  font-weight: bold;
  color: #ffffff; }

.history-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #DFF2FD;
  opacity: 1;
  margin: 15px 10px; }

.history-swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000ce;
  border-radius: 100%;
  margin-left: -2.9px;
  margin-top: 3.5px; }

.history-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ed6318; }

.history-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  display: none; }

@media only screen and (max-width: 900px) {
  .swiper-slide {
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
    background-size: cover; }
  .history_content {
    width: 50%;
    padding-top: 13em; }
  .history_content .page_link {
    margin-bottom: 25px; }
  .history_content .page_link a {
    color: #ffffff; }
  .history_content .page_link span {
    color: #ffffff; }
  .history_content .title h1 {
    font-family: "GT Bold", sans-serif;
    font-weight: inherit;
    font-size: 3.4375em;
    color: #ffffff; }
  .history_content .title h2 {
    font-family: "GT Bold", sans-serif;
    font-weight: inherit;
    margin: 20px 0;
    color: #ffffff;
    font-size: 2em; }
  .history_content .text p {
    font-size: 1.4375em;
    line-height: 30px;
    margin: 20px 0;
    color: #ffffff; }
  .history_content .text p span {
    font-weight: bold;
    color: #4a4a49 !important; } }

.product_category_banner {
  background-size: cover;
  background-position: center;
  margin: 91.48px 0 0; }
  @media only screen and (max-width: 768px) {
    .product_category_banner {
      margin: 0; } }

.product_category_banner .product_category_bg {
  background-color: #ffffffa1;
  width: 40%;
  padding-bottom: 3em;
  min-height: 100vh; }

@media only screen and (min-width: 1600px) {
  .product_category_banner .product_category_bg {
    padding: 0em 0 10em; } }

.product_category_banner .product_category_bg .product_category_content {
  color: #4a4a49;
  width: 80%;
  margin-left: auto;
  padding: 2em 0;
  padding-right: 30px; }

.product_category_banner .product_category_bg .product_category_content h2 {
  font-size: 2.875em;
  font-family: "GT Bold", sans-serif;
  font-weight: inherit;
  margin-top: 9px;
  margin-bottom: 20px; }

.product_category_banner .product_category_bg .product_category_content .product_category_text {
  margin: 15px 0; }

.product_category_banner .product_category_bg .product_category_content .product_category_text p {
  font-size: 1.4375em;
  line-height: 25px;
  margin: 5px 0; }

.product_category_banner .product_category_bg .product_category_content .product_category_text p span {
  font-weight: bold; }

.product_category_banner .product_category_bg .product_category_content .product_category_text p span.resq {
  display: flex;
  flex-wrap: wrap;
  line-height: 30px; }

.product_category_banner .product_category_bg .product_category_content .product_category_text p img {
  width: 35px;
  margin: 0 5px;
  position: relative;
  top: 10px; }

.product_category_banner .product_category_bg .product_category_content .product_category_logos {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 35px 0; }

.product_category_banner .product_category_bg .product_category_content .product_category_logos img {
  width: auto; }

.product_category_banner .product_category_bg .product_category_content .product_category_logos img:first-child {
  width: 116px;
  height: 53px; }

.product_category_banner .product_category_bg .product_category_content .product_category_logos img.last_logo {
  width: 80px; }

.product_category_banner .product_category_bg .product_category_content .product_category_logos span {
  font-size: 2em;
  color: #707070;
  margin: 0 27px; }

.product_category_banner .product_category_bg .product_category_content .product_category_logos.second_logos img:first-child {
  width: 98px;
  height: 98px; }

.product_category_banner .product_category_bg .product_category_content .product_category_logos.second_logos img:last-child {
  width: 100px;
  height: 98px; }

.product_category_banner .product_category_bg .product_category_content .product_category_logos.second_logos span {
  margin-left: 44px; }

.product_category_banner .product_category_bg .product_category_content .page_link {
  padding: 3em 0; }

.see_product {
  max-height: 591px; }

.see_product.first_bg {
  background-color: #e6f2f4; }

.see_product.third_bg {
  background-color: #f2f1f0; }

.see_product .product_section {
  padding: 25px 0;
  min-height: 400px; }

.see_product .product_section h2 {
  text-align: center;
  color: #4a4a49;
  font-size: 2em;
  line-height: 1.3em;
  width: 70%;
  margin: auto;
  opacity: 80%; }

.see_product .product_section h2 {
  text-align: center;
  color: #4a4a49;
  font-size: 1.875em;
  line-height: 1.3em;
  width: 70%;
  margin: auto;
  opacity: 80%; }

.see_product .product_section .product_description {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  margin: 4em 0 5em 0; }

.see_product .product_section .product_description .product_img img {
  width: 402px;
  height: 385px;
  margin: auto; }

.see_product .product_section .product_description .product_text p {
  font-size: 1.4375em;
  color: #4a4a49;
  margin-top: 50px;
  margin-bottom: 10px;
  width: 77%; }

.see_product .product_section .product_description .product_text .visualize_product {
  width: 34px;
  height: 34px;
  border-radius: 40px;
  cursor: pointer; }

.see_product .product_section .product_description .product_text .visualize_product.bg_black {
  background-color: #707070; }

.see_product .product_section .product_description .product_text .visualize_product.bg_blue {
  background-color: #5692cb; }

.see_product .product_section .product_description .product_text .visualize_product.bg_transparent {
  background-color: #b4d3ed; }

.see_product .product_section .product_description .product_text .visualize_product img {
  padding: 5px; }

.see_product.second_bg .product_text {
  padding-left: 11em; }

.see_product .toggle_product {
  display: none;
  z-index: 2; }

.see_product.product_popup {
  background-color: #f8f5f5; }

.see_product.product_popup .toggle_product {
  display: block;
  padding: 3em 0; }

.see_product.product_popup .toggle_product .content {
  width: 40%;
  margin: auto; }

.see_product.product_popup .toggle_product .content .modal_img img {
  width: 100%;
  max-height: 190px;
  border-radius: 20px 20px 0 0; }

.see_product.product_popup .toggle_product .content .modal_text {
  background-color: #ffffff;
  padding: 15px 25px; }

.see_product.product_popup .toggle_product .content .modal_text h1 {
  color: #2671ba;
  font-size: 1.875em;
  padding-right: 4em; }

.see_product.product_popup .toggle_product .content .modal_text p {
  font-size: 1.4375em;
  color: #454543;
  margin: 15px 0;
  line-height: 27px; }

.see_product.product_popup .toggle_product .close {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #939393;
  padding: 6px;
  cursor: pointer;
  position: absolute;
  margin-left: 33em;
  margin-top: 15px; }

.see_product.product_popup .toggle_product .close img {
  width: 100%; }

.see_product.product_popup .section_container {
  display: none; }

.see_product#sectionProduct3 {
  max-height: 585px; }

.see_product#sectionProduct3 .product_section .product_description {
  margin-top: 2.7em; }

.see_product#sectionProduct3 .product_section .product_description .product_img img {
  width: 529px;
  height: 378px; }

.sustainable_product {
  /* background-color: #d6e5c7; */
  background-color: #a5c694;
  padding-top: 6em; }

.sustainable_product .sustainable_content {
  display: flex;
  align-items: center;
  justify-content: center; }

.sustainable_product .sustainable_content .sustainable_img {
  width: 45%;
  height: 262px;
  margin-top: 5em;
  margin-bottom: 5.7em;
  margin-right: 5em; }

.sustainable_product .sustainable_content .sustainable_img img {
  width: 465px;
  height: 262px; }

.sustainable_product .sustainable_content .sustainable_img .recycling_icons {
  display: none; }

.sustainable_product .sustainable_content .sustainable_img .sustainable_button {
  display: none; }

.sustainable_product .sustainable_content .sustainable_text h2 {
  font-size: 2.875em;
  font-family: "GT Bold", sans-serif;
  font-weight: inherit;
  opacity: 80%; }

.sustainable_product .sustainable_content .sustainable_text h2 span.br-txt {
  font-family: "GT Bold", sans-serif;
  font-weight: inherit; }

.sustainable_product .sustainable_content .sustainable_text h2 .reg-icon {
  font-family: "GT Bold", sans-serif;
  font-weight: inherit;
  position: relative;
  display: inline-block; }

.sustainable_product .sustainable_content .sustainable_text h2 .reg-icon span {
  font-size: 0.4em;
  position: absolute;
  top: -10px;
  right: -5%;
  font-weight: 100; }

.sustainable_product .sustainable_content .sustainable_text p {
  font-size: 1.44em;
  margin-top: 25px;
  margin-bottom: 38px; }

.sustainable_product .sustainable_content .sustainable_text p img {
  display: inline-block;
  height: 20px;
  position: relative;
  top: 5px; }

.sustainable_product .sustainable_content .sustainable_text .recycling_icons {
  display: flex;
  justify-content: space-between;
  width: 45%; }

.sustainable_product .sustainable_content .sustainable_text .recycling_icons .recycling_bg {
  background-color: #5db331;
  border-radius: 50px;
  padding: 10px;
  width: 42px; }

.sustainable_product .sustainable_content .sustainable_text .recycling_icons .recycling_bg img {
  width: 100%; }

.sustainable_product .sustainable_content .sustainable_text .sustainable_button {
  margin: 4em 0; }

.table_container {
  padding: 4em 0; }

.table_container .darnel_table {
  border-collapse: collapse;
  width: 100%;
  color: #454543;
  font-size: 1.4375em; }

.table_container .darnel_table td,
.table_container .darnel_table th {
  border-bottom: solid 1px #2671ba;
  border-top: solid 1px #2671ba;
  text-align: left;
  padding: 8px; }

.table_container .darnel_table tr:first-child {
  background-color: #eef7fe; }

.table_container .darnel_table td img {
  width: 20px;
  height: auto;
  margin-left: 30%; }

.table_container .darnel_table td.bold {
  font-weight: bold;
  padding-left: 1.3em; }

.table-image {
  width: 100%; }

.table-image img {
  width: 70%;
  margin: 70px auto; }

.product_size-bg {
  background-color: #e8f4f7;
  padding-top: 30px;
  padding-bottom: 0; }

.product_size-bg h2 {
  text-align: center;
  font-size: 1.875em;
  opacity: 80%; }

.product_size-bg h1 {
  text-align: center;
  font-size: 1.875em;
  opacity: 80%; }

.product_size-bg h2 {
  text-align: center;
  font-size: 1.875em;
  opacity: 80%; }

.product_size-bg .product_size_container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 60%;
  margin: 3em auto; }

.product_size-bg .product_size_container .product_size {
  width: 32%;
  margin-top: 8px;
  margin-bottom: 58px; }

.product_size-bg .product_size_container .product_size:nth-last-child(-n3) {
  margin-bottom: 40px; }

.product_size-bg .product_size_container .product_size:hover {
  border-radius: 15px; }

.product_size-bg .product_size_container .product_size:hover img {
  transition: ease 0.5s all;
  transform: scale(1.1); }

.product_size-bg .product_size_container .product_size img {
  margin: auto; }

.product_color_container {
  display: flex;
  justify-content: center;
  align-items: center; }

.product_color_container .product_image {
  width: 48%; }

.product_color_container .product_image > div img {
  width: 468px; }

.product_color_container .product_image .image_preview {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 80%;
  margin: 20px 0; }

.product_color_container .product_image .image_preview div {
  max-width: 105px;
  cursor: pointer; }

.product_color_container .product_image .image_preview div.itemSelected img {
  border: 1px solid #2671ba; }

.product_color_container .product_image .image_preview div img {
  width: 105px; }

.product_color_container .product_color {
  width: 42%; }

.product_color_container .product_color .product_title {
  margin: 20px 0;
  color: #2671ba;
  font-size: 2.875em; }

.product_color_container .product_color .color_content {
  border-top: solid 1px #2671ba;
  border-bottom: solid 1px #2671ba;
  padding-top: 10px !important; }

.product_color_container .product_color .color_content h4 {
  font-size: 1.25em;
  margin-top: 0.5em; }

.product_color_container .product_color .color_content .select_color {
  display: flex;
  justify-content: flex-start;
  padding-right: 10%;
  padding-top: 10px;
  border-bottom: solid 1px #2671ba; }

.product_color_container .product_color .color_content .select_color .colors {
  margin: 10px 8px; }

.product_color_container .product_color .color_content .select_color .colors p {
  margin-bottom: 10px; }

.product_color_container .product_color .color_content .select_color .colors div {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  margin: auto;
  cursor: pointer; }

.product_color_container .product_color .color_content .select_color .colors div.bg-white {
  background-color: #ffffff;
  border: solid 1px #2671ba; }

.product_color_container .product_color .color_content .select_color .colors div.bg-black {
  background-color: #000000; }

.product_color_container .product_color .color_content .select_color .colors div.bg-blue {
  background-color: #2671ba; }

.product_color_container .product_color .color_content .select_color .colors div.bg-red {
  background-color: #a50a0a; }

.product_color_container .product_color .color_content .select_color .colors div.bg-green {
  background-color: #52a01e; }

.product_color_container .product_color .color_content .select_color .colors div.bg-yellow {
  background-color: #ebeb4e; }

.product_color_container .product_color .color_content .color_description .description {
  display: flex;
  justify-content: flex-start;
  padding: 15px 0; }

.product_color_container .product_color .color_content .color_description .description div {
  border-right: solid 1px #2671ba;
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.product_color_container .product_color .color_content .color_description .description div:last-child {
  border: none;
  /* padding-left: 2rem !important; */
  padding-right: 0 !important; }

.product_color_container .product_color .color_content .color_description .description div:first-child {
  padding-left: 0 !important;
  /* padding-right: 2rem !important; */ }

.product_color_container .product_color .color_content .color_description .description div h1 {
  margin: 5px 0;
  font-size: 1.25em; }

.product_color_container .product_color .color_content .color_description .description div p {
  font-size: 1.25em; }

.product_color_container .product_color .color_content .color_description .shopping_product .description_shopping {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #2671ba;
  padding: 8px 0;
  min-height: 51px; }

.product_color_container .product_color .color_content .color_description .shopping_product .description_shopping p {
  font-size: 1.25em;
  color: #454543; }

.product_color_container .product_color .color_content .color_description .shopping_product .description_shopping .shopping_img {
  background-color: #0c61a8;
  padding: 5px 15px;
  border-radius: 15px;
  width: 62px;
  height: 34px; }

.product_color_container .product_color .color_content .color_description .shopping_product .description_shopping .shopping_img img {
  width: 100%; }

.product_color_container .product_color .product_button {
  margin: 25px 0; }

.product_color_container .product_color .product_button button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 265px;
  padding: 8.4px 35px;
  font-size: 1.4375em;
  border: 1px ssolid #707070;
  min-height: 50px; }

.product_color_container .product_color .product_button button img {
  width: 30px;
  margin: 0 10px 0 0; }

.product_color_container .product_color .product_button button img.hover_button {
  display: none; }

.product_color_container .product_color .product_button button:hover img.normal_button {
  display: none; }

.product_color_container .product_color .product_button button:hover img.hover_button {
  display: block; }

.categories_section.related_products {
  padding: 2em 0 2em 0; }

.categories_section.related_products .categories_container {
  margin-top: 40px; }

.categories_section.related_products .categories_container a {
  width: 25%; }

.categories_section.related_products .related_title {
  text-align: center;
  font-size: 1.875em;
  margin-bottom: 15px;
  color: #454543;
  opacity: 80%; }

.categories_section.related_products .categories_card {
  max-width: 60%;
  margin: auto;
  margin-bottom: 1rem; }

.categories_section.related_products .categories_card .card_image {
  height: auto;
  max-height: 277px;
  overflow: hidden; }

.categories_section.related_products .categories_card .card_image img {
  object-fit: initial; }

.categories_section.related_products .categories_card .card_text h1 {
  color: #454543;
  opacity: 90%; }

.categories_section.related_products .categories_card .card_text h2 {
  color: #454543;
  opacity: 90%; }

.categories_section.related_products .categories_card .card_text p {
  color: #000000;
  opacity: 80%; }

@media only screen and (max-width: 900px) {
  .product_category_banner .product_category_content {
    padding-bottom: 0 !important; }
  .product_category_banner .product_category_content .logos_container {
    padding-bottom: 0 !important; }
  .pb-5 {
    padding-bottom: 30px !important; }
  .see_product .product_section .product_description {
    margin: 30px 0 !important;
    padding-bottom: 20px !important; }
  .sustainable_product .sustainable_content {
    padding-bottom: 90px !important; }
  .sustainable_product .sustainable_content .sustainable_img .recycling_icons {
    margin: 40px 0px !important;
    padding-bottom: 0 !important; }
  .product_size-bg .product_size_container {
    margin-bottom: 0 !important; }
  .table-image img {
    width: 100% !important;
    margin: 10px 0; } }

.logos_container {
  padding-top: 4px; }

.manufacturing_second_banner {
  transition-duration: 2s; }

.manufacturing_second_banner:hover {
  transform: scale(1.05); }

@media only screen and (max-width: 1120px) {
  .manufacturing_second_banner.company_description .description_content {
    padding: 2em 0; }
  .manufacturing_second_banner.company_description .description_content.right .right_description {
    padding-left: 3em; }
  .manufacturing_second_banner.company_description .description_content.right .right_description p {
    width: 21em; } }

.manufacturing_second_banner .description_content {
  padding: 2em 0;
  background-color: #ffffffba; }

.manufacturing_second_banner .description_content h1 {
  margin: 25px 0;
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif;
  font-size: 38px;
  width: 90%; }

.manufacturing_second_banner.banner-bg {
  background-image: url("../img/vision-bg-4.jpg");
  min-height: 75vh; }

.manufacturing_second_banner.banner-bg::before {
  content: "";
  background-image: url("../img/icontec-2.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 100px;
  height: 150px;
  right: 6%;
  margin-top: 3%; }

.manufacturing_second_banner.banner-bg .description_content.right {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #ffffffba;
  min-height: 75vh; }

.community {
  padding: 4em 0; }

.community .community_text {
  text-align: center; }

.community .community_text h2 {
  color: #64a51c;
  font-size: 2.375em; }

.community .community_text p {
  margin-top: 2em;
  font-size: 1.56em; }

.community .community_image {
  display: flex;
  flex-wrap: wrap; }

.community .community_image .community_content {
  width: 50%;
  position: relative; }

.community .community_image .community_content:hover img {
  transform: scale(1.15); }

.community .community_image .community_content img {
  width: 100%;
  transform-origin: 0 0;
  transition: transform 1s, visibility 1s ease-in; }

.community .community_image .community_content .image_text {
  text-align: center;
  font-size: 1.4375em;
  color: #ffffff;
  position: relative;
  bottom: 3em; }

.community .community_image .community_visible {
  height: 100%;
  overflow: hidden; }

.Programs_bg {
  background-color: #dde7cb;
  padding: 3em 0; }

.Programs_bg .programs_title h2 {
  color: #64a51c;
  font-size: 2.375em;
  text-align: center;
  margin-bottom: 2em; }

.Programs_bg .Programs_content {
  display: flex;
  justify-content: space-between;
  margin: 3em 0; }

.Programs_bg .Programs_content .Programs_image {
  width: 16%;
  height: 100%; }

.Programs_bg .Programs_content .Programs_image img {
  max-width: 250px;
  width: 100%; }

.Programs_bg .Programs_content .Programs_text {
  width: 25%; }

.Programs_bg .Programs_content .Programs_text p {
  font-size: 1.4375em;
  line-height: 27px; }

.Programs_bg .Programs_content .Programs_video {
  width: 50%;
  line-height: 27px; }

.sustainability_section {
  padding: 4em 0;
  padding-top: 0; }

.sustainability_section .seek_image {
  width: 45%;
  padding: 0; }

.sustainability_section .seek_image img {
  width: 100%; }

.sustainability_section .seek_text {
  width: 45%; }

.sustainability_section .seek_text p {
  font-size: 1.4375em;
  line-height: 27px; }

.sustainability_section.committed {
  background-color: #d6eefc;
  padding: 2em 0; }

.sustainability_section.committed .seek_content .seek_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0; }

.sustainability_section.committed .seek_content .seek_image div {
  width: 30%;
  margin: 5px 0; }

.sustainability_section.committed .seek_content .seek_image div img {
  width: auto;
  height: auto;
  margin: auto; }

.sustainability_section.committed .seek_content .seek_image div:last-child {
  width: 100%; }

@media only screen and (max-width: 700px) {
  .mobile-view.top-main-banner img {
    width: 100%; }
  .product_category_banner .product_category_bg .product_category_content {
    padding-top: unset !important; }
  .product_category_banner .product_category_bg .product_category_content h2 {
    padding-top: 30px !important; }
  .product_category_banner .product_category_bg .product_category_content.custom-sec {
    padding-bottom: 30px !important; }
  .plastic_bg .plastic_content .plastic_right {
    margin-top: 0 !important;
    /* p{
          margin-top:-130px !important;
        } */ }
  .plastic_bg .plastic_content .plastic_right .resq {
    margin: -40px 0 -7px 0 !important; }
  .plastic_bg .plastic_content .plastic_right .button.hidden-section-desktop a {
    padding: 10px 60px !important; }
  .counter_banner {
    background-size: auto 30% !important;
    padding-top: 0 !important;
    background-image: unset !important; }
  .counter_banner p {
    margin-top: 0 !important; }
  .counter-img.mobile-view img {
    width: 100%; }
  .darnel_description_banner .mobile-view.darnel-banner img,
  .darnel_description_banner .mobile-view.darnel-banner2 img {
    width: 100%; }
  .company_description .description_content {
    min-height: unset !important;
    margin-bottom: 50px; }
  .company_description .description_content__text {
    padding-bottom: 0 !important;
    /* margin-top: 55px !important; */ }
  .sustainability-swiper .manufacturing_banner .description_content-md {
    margin-top: -3rem !important; }
  .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text {
    margin-bottom: unset !important; }
  .sustainability-swiper .manufacturing_banner .manufacturing_second_banner.banner-bg .description_content.right {
    padding-top: 0px !important; }
  .sustainability-swiper .manufacturing_banner .manufacturing_second_banner.banner-bg .manufacturing_second_banner.banner-bg {
    padding: unset !important; }
  .sustainability-swiper .manufacturing_banner .manufacturing_second_banner.banner-bg .mobile-view.second-last-sec img {
    width: 100%; }
  .sustainability-swiper .manufacturing_banner .manufacturing_second_banner.banner-bg .manufacturing_second_banner.banner-bg {
    min-height: 0 !important;
    background-image: unset !important;
    position: relative;
    overflow: unset; }
  .sustainability-swiper .manufacturing_banner .manufacturing_second_banner.banner-bg .manufacturing_second_banner.banner-bg .imge-right {
    position: absolute;
    top: -5%;
    right: 15%;
    height: 230px; }
  .sustainability-swiper .manufacturing_banner .manufacturing_second_banner.banner-bg .sustainability-swiper .manufacturing_banner .description_content.right img {
    object-fit: none;
    object-position: center; }
  .manufacturing_second_banner.banner-bg {
    padding-top: 0 !important;
    background-image: unset !important;
    overflow: unset !important; }
  .manufacturing_second_banner.banner-bg .description_content.right {
    min-height: unset !important;
    margin-bottom: 90px; }
  .manufacturing_second_banner.banner-bg .right_description {
    margin-bottom: unset !important;
    padding-bottom: unset !important; }
  .manufacturing_second_banner.banner-bg .description_content .right_description .description_content__title {
    margin-top: -30px !important; }
  .mobile-view.second-last-sec img {
    width: 100%; }
  .company_description .imge-right {
    position: absolute;
    /* top: -5%; */
    margin-top: -90px;
    right: 40px; }
  .company_description .imge-right img {
    width: 50%;
    margin: 0 0 0 auto; }
  .plastic_bg .plastic_content .plastic_right.customdiv {
    margin-top: -140px !important; }
  .plastic_bg .plastic_content .plastic_right.customdiv h1 {
    margin-top: 180px; }
  .plastic_bg .plastic_content .plastic_right.customdiv .customp {
    margin-top: 0px !important;
    padding-bottom: 20px !important; }
  .plastic_bg .plastic_content .plastic_right.customdiv .plastic_bg .plastic_content .plastic_right p.customp {
    margin-top: 0px !important; }
  .plastic_bg .plastic_content .plastic_right .button {
    width: 100% !important;
    padding-bottom: 20px !important; }
  .plastic_bg .plastic_content .plastic_right .button .global-button-green {
    width: 100% !important; }
  /* .manufacturing.gei_content{
  .section_container{
    margin-top: -200px;
  }
} */
  .community .community_text {
    margin-top: -200px !important; }
  .community .community_image {
    padding-bottom: 0 !important; }
  .Programs_bg {
    padding-top: 30px !important; }
  .product_category_banner .product_category_bg .product_category_content .product_category_text {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .seek_bg .seek_content .seek_text ul {
    margin-bottom: 0 !important; }
  .plastic_bg .plastic_content {
    padding-bottom: 20px !important; }
  .plastic_bg .plastic_content .plastic_right .button.hidden-section-desktop a {
    padding: 10px 35px !important; }
  .plastic_bg .plastic_content .plastic_right .plastic_image {
    margin-top: 0 !important; }
  .plastic_bg .plastic_content .sustainability-right-plastic.bottom-logo {
    margin-top: 4em !important;
    padding-bottom: 0 !important; }
  .plastic_bg .plastic_content .plastic_left {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-top: 20px !important; }
  .plastic_bg .plastic_right.sustainability-right-plastic .global-button-green {
    padding: 10px 22px !important; }
  .counter_banner .counter_section {
    padding-bottom: 20px !important; }
  .counter_banner .counter_section p {
    padding-bottom: 0 !important; }
  .sustainability-swiper .manufacturing_banner .description_content-md h1 {
    margin-top: 1.5rem !important; }
  .manufacturing_second_banner.banner-bg .description_content.right {
    padding-top: 130px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; }
  .community .community_text.custom-sec-none {
    margin-top: -140px !important; }
  /* .community{
 .community_image{
  .down_accordeon{
   .community_accordeon{
    .text{
      bottom: 4em !important;
    }
  }
}
}
} */
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons.custom-btn {
    margin-top: 80px !important; }
  .darnel_description_banner .company_description.team .description_content.right .right_description.custom-desc {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .darnel_description_banner .company_description.team .description_content.right .right_description.custom-desc .description_content__title.custom-h1 {
    margin-top: 10px !important; }
  .darnel_description_banner .company_description.team .description_content .buttons {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .darnel_description_banner .through_time-bg .description_content .button {
    padding-bottom: 30px !important;
    margin-bottom: 0 !important; } }

.plastic_bg .resq_buttons {
  display: flex;
  justify-content: space-around; }

.sustainability_resq .plastic_left {
  width: 47.2%; }

.sustainability_resq .plastic_left img {
  width: 100%; }

.white_bg .plastic_content .plastic_right h1 {
  margin-bottom: 30px; }

.product_category_banner.sustainability_banner .product_category_bg {
  width: 50%; }

@media only screen and (max-width: 700px) {
  .counter_banner {
    min-height: unset !important; }
  .plastic_bg {
    padding: 1em 25px 40px !important; }
  .plastic_bg .plastic_content .plastic_right p {
    padding-bottom: 0 !important; }
  .plastic_bg .resq_buttons .button .btn {
    padding: 10px 33px; }
  .darnel_description_banner .company_description.vision-banner-2.overflow-hidden.transition-lg .description_content.description_content-md.left {
    position: relative; }
  .sustainability-swiper .manufacturing_banner .description_content-md {
    margin-top: -24rem !important; }
  .company_description .description_content.right .right_description .description_content__text {
    width: 100% !important; }
  .manufacturing_second_banner.banner-bg {
    padding-bottom: 0 !important; }
  .plastic_bg .plastic_content .plastic_right .button {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .community .community_text.custom-sec-none {
    /* margin-top: -115px !important; */
    margin-top: 0 !important;
    padding-top: 0 !important; }
  .community .community_image .down_accordeon .community_accordeon .close_accordeon {
    right: 2% !important;
    margin-top: 10px; } }

.news_section {
  max-width: 90%;
  margin: 0 auto;
  padding: 3em 0; }

.news-read-more {
  color: #006db2;
  font-family: "Helvetica Bold", sans-serif;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  align-items: stretch;
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  opacity: 0;
  transition: all 0.5s ease-in-out; }

.news-read-more::after {
  content: "+";
  margin-left: 8px; }

.news_container {
  display: flex;
  flex-wrap: wrap;
  color: #454543;
  justify-content: space-between; }

.news_container .news_product {
  display: flex;
  width: 20.417vw;
  margin: 21px 0;
  align-content: flex-start;
  flex-direction: column; }

.news_container .news_product .news_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .news_container .news_product .news_text {
      justify-content: unset; } }

.news_container .news_product .news_img img {
  border-radius: 8px;
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top;
  max-height: 90%; }

.news_container .news_product .news_img img:hover {
  transform: scale(1.05); }

.news_container .news_product .news_text h2 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Helvetica Neue", sans-serif;
  color: #005185;
  padding-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.news_container .news_product .news_text p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.0025em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; }

.news_container .news_title {
  width: 100%;
  margin-bottom: 23px;
  color: #005185;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  font-family: "Helvetica Bold", sans-serif; }
  @media only screen and (max-width: 1024px) {
    .news_container .news_title {
      font-size: 24px;
      line-height: 31px; } }

.news_description {
  display: flex;
  justify-content: space-between;
  padding: 3em 0; }
  .news_description .news_column {
    width: 30%; }
    .news_description .news_column h1 {
      font-size: 1.4375em; }
    .news_description .news_column h4 {
      color: #4a4a49;
      font-family: "Helvetica Neue";
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 30px; }

.news_description .news_column p,
.news_description .news_column ul {
  font-size: 1.125em;
  margin: 25px 0;
  line-height: 23px; }

.news_description .news_column ul {
  list-style: disc;
  padding-left: 1em !important;
  color: #4a4a49; }

.news_description .news_column ol {
  padding-left: 1em !important;
  color: #4a4a49;
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }

.news_description .news_column ul li {
  line-height: 1.4; }

.third_column .categories_section {
  background: none;
  padding: 0; }

.third_column .categories_section .section_container {
  width: 90%; }

.third_column .categories_section a {
  width: 100%; }

.third_column .categories_section .categories_card p {
  width: 90%;
  opacity: 0.6;
  font-size: 16px; }

.innovation_banner {
  background-image: url("../img/innovacion-primer-banner.png"); }

.innovation_banner .product_category_bg {
  padding-bottom: 3em;
  width: 50%; }

.innovation_banner .product_category_bg .product_category_content .page_link {
  margin-top: 15px;
  padding-bottom: 20px; }

.innovation_banner .product_category_bg .product_category_content h2 {
  margin-bottom: 0; }

.innovation_banner .product_category_bg .product_category_content .product_category_text {
  margin-top: 0; }

/* .innovation_banner
    .product_category_bg
    .product_category_content
    .product_category_text
    p {
    font-family: "helvetica-55-roman", sans-serif;
} */
.innovation_container {
  padding: 4em 0 3em 0; }

.innovation_container h2 {
  color: #64a51c;
  font-size: 2.375em;
  margin-bottom: 20px;
  text-align: center; }

.innovation_container .innovation_content {
  display: flex;
  justify-content: space-between;
  width: 68em;
  margin: auto; }

.innovation_container .innovation_content .innovation_text.first {
  background-image: url("../img/border-image-right.png");
  background-repeat: no-repeat;
  background-position: 100% 30%;
  padding-right: 30px; }

.innovation_container .innovation_content .innovation_text.first p {
  text-align: end; }

.innovation_container .innovation_content .innovation_text.first p:first-child {
  margin-bottom: 12%; }

.innovation_container .innovation_content .innovation_text.first .first-p {
  margin-top: 1%; }

.innovation_container .innovation_content .innovation_text.first .second-p {
  margin-top: 19.5%; }

.innovation_container .innovation_content .innovation_text.first .third-p {
  margin-top: 24%; }

.innovation_container .innovation_content .innovation_text.second {
  background-image: url("../img/border-image-left.png");
  background-repeat: no-repeat;
  padding-left: 30px; }

.innovation_container .innovation_content .innovation_text.second p:first-child {
  margin-bottom: 20%; }

.innovation_container .innovation_content .innovation_text.second .first-p {
  margin-top: -4px; }

.innovation_container .innovation_content .innovation_text.second .second-p {
  margin-top: 36%; }

.innovation_container .innovation_content .innovation_text.second .third-p {
  margin-top: 20.5%; }

.innovation_container .innovation_content .innovation_text p {
  margin-bottom: 16%;
  line-height: 19px; }

.innovation_container .innovation_content .innovation_text p span {
  font-weight: bold;
  font-size: 1.125em; }

.sustainability-swiper.innovation_banners .manufacturing_banner .description_content {
  padding: 8em 0 10em 35px; }

.sustainability-swiper.innovation_banners .manufacturing_banner .description_content.left {
  background-color: #005fae;
  padding-top: 0; }

.sustainability-swiper.innovation_banners .manufacturing_banner .description_content.left .description_content__title {
  opacity: 100%;
  font-size: 38px; }

.sustainability-swiper.innovation_banners .manufacturing_banner .description_content.left img {
  width: 3em; }

.sustainability-swiper.innovation_banners .manufacturing_banner .description_content.left .resq-brand {
  width: 34px !important;
  display: inline-block;
  top: 2px; }

@media only screen and (max-width: 813px) {
  .sustainability-swiper.innovation_banners .manufacturing_banner .description_content-md {
    margin-top: -15rem !important; }
  .sustainability-swiper.innovation_banners .manufacturing_banner .description_content-md > h1 {
    margin-top: -7rem; } }

.map_container {
  background-image: url("../img/mapa.jpg");
  background-size: cover;
  background-position: center;
  background-color: #d6eefc;
  padding: 3em 0;
  min-height: 80vh;
  position: relative;
  background-position-y: inherit; }

.map_container .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; }

.map_container .map {
  width: 50%;
  margin-left: auto;
  padding-right: 15em;
  z-index: 2; }

@media screen and (min-width: 1024px) {
  .map_container::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 56%;
    background: white;
    z-index: 1; }
  .map_container .map {
    position: relative; }
  .white_bg.news_banner .plastic_content .plastic_right p {
    font-size: 20px;
    margin: 1em 0; }
  .white_bg.news_banner .plastic_content .plastic_right h1 {
    font-size: 30px;
    line-height: 45px; } }

@media screen and (min-width: 1600px) {
  .map_container .map {
    padding-top: 4%; } }

.map_container .map h2 {
  color: #005fae;
  font-size: 2.375em;
  margin: 20px 0; }

.map_container .map p {
  font-size: 1.125em;
  margin-bottom: 25px;
  /* font-family: "helvetica-55-roman", sans-serif; */
  color: #4a4a49 !important; }

.culture {
  padding: 3em 0 0 0;
  text-align: center; }

.culture h2 {
  font-size: 2.375em;
  color: #005fae;
  margin-top: 30px; }

.culture p {
  font-size: 1.438em;
  margin: 30px 0;
  /* font-family: "helvetica-55-roman", sans-serif; */ }

.culture .culture_image {
  display: flex;
  margin-top: 40px; }

.culture .culture_image div {
  width: 50%; }

.culture .culture_image div img {
  width: 100%; }

#firstButton1,
#secondButton1,
#thirdButton1,
#fifthButton1 {
  padding: 4px !important;
  max-height: 64px; }

@media only screen and (max-width: 991px) {
  .innovation_container .innovation_content .innovation_text.first {
    position: relative;
    background-image: unset !important; }
  .innovation_container .innovation_content .innovation_text.first:before {
    position: absolute;
    content: "";
    background: #52a01e;
    height: 79%;
    width: 1px;
    left: 2px; }
  .innovation_container .innovation_content .innovation_text.first p {
    margin-left: 0 !important;
    position: relative; }
  .innovation_container .innovation_content .innovation_text.first p:before {
    position: absolute;
    content: "";
    background: #52a01e;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    left: -35px;
    top: 0; }
  .innovation_container .innovation_content .innovation_text.first .first-p {
    margin-bottom: unset !important;
    margin-top: 0% !important;
    margin-bottom: 15px !important; }
  .innovation_container .innovation_content .innovation_text.first .second-p {
    margin-top: 0 !important;
    margin-bottom: 15px !important; }
  .innovation_container .innovation_content .innovation_text.first .third-p {
    margin-top: 0 !important; }
  .innovation_container .innovation_content .innovation_text.second {
    position: relative;
    background-image: unset !important; }
  .innovation_container .innovation_content .innovation_text.second:before {
    position: absolute;
    content: "";
    background: #52a01e;
    height: 68%;
    width: 1px;
    left: 2px; }
  .innovation_container .innovation_content .innovation_text.second p {
    margin-left: 0 !important;
    position: relative; }
  .innovation_container .innovation_content .innovation_text.second p:before {
    position: absolute;
    content: "";
    background: #52a01e;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    left: -35px;
    top: 0; }
  .innovation_container .innovation_content .innovation_text.second .first-p {
    margin-bottom: unset !important;
    margin-top: 0% !important;
    margin-bottom: 15px !important; }
  .innovation_container .innovation_content .innovation_text.second .second-p {
    margin-top: 0 !important;
    margin-bottom: 15px !important; }
  .innovation_container .innovation_content .innovation_text.second .third-p {
    margin-top: 0 !important; }
  .products_container .products .products_title .resq-brand {
    display: inline-block;
    vertical-align: text-bottom;
    width: 68px;
    top: 2px; }
  .products_container .products .products_title .resq-brand + .copy {
    font-size: 12px; } }

@media only screen and (max-width: 900px) {
  .innovation_banner {
    background-image: url(../img/Innovacion.jpg);
    /* background-size: 100% !important;*/ }
  .product_category_banner.innovation_banner .product_category_bg .product_category_content {
    margin-top: 140px !important;
    padding-bottom: 10px !important; }
  .product_category_banner.innovation_banner .product_category_bg .product_category_content.custom-sec {
    margin-top: 0 !important; }
  .section_container.custom-desc .culture {
    padding-bottom: 0 !important; } }

.innovacion_green .plastic_content .plastic_right {
  padding-bottom: 2em; }

.sib-form {
  padding: 0; }

.sib-form .subscribe_container {
  max-width: 992px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 60px 26px;
  display: flex;
  align-items: start; }

.sib-form .subscribe_container .entry__label.subscribe_title {
  margin: 0px; }

.subscribe_container .sib-input .form__entry .entry__field {
  margin: 0px;
  padding: 0px 35px 0px 30px; }

.sib-form .subscribe_container .subscribe_button_container button {
  background: #2671ba;
  color: #fff;
  padding: 11px 38px 12px !important;
  margin: 0px;
  height: 48px; }

.sib-form .subscribe_container .sib-input .form__entry .entry__field input {
  height: 48px; }

@media only screen and (max-width: 367px) {
  .innovation_container .innovation_content .innovation_text.first:before {
    height: 73%; }
  .innovation_container .innovation_content .innovation_text.second:before {
    height: 60%; } }

.planet_banner {
  /* background-image: url("../img/el-planeta-necesita-productos-reciclados.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.planet_banner .description {
  width: 32%;
  padding: 6.3rem 0;
  margin-left: 60%; }

@media only screen and (min-width: 1600px) {
  .planet_banner .description {
    padding: 13em 0; } }

.planet_banner .description h2 {
  font-size: 2.375em; }

.planet_banner .description p {
  font-size: 1.4375em;
  line-height: 27px;
  margin: 40px 0; }

.planet_banner.second_banner {
  background-image: url("../img/resq-banner-2.jpg"); }

@media only screen and (min-width: 1600px) {
  .planet_banner.second_banner {
    min-height: 70vh; } }

.planet_banner.second_banner .description {
  margin-left: 15%;
  padding-top: 5em;
  padding-bottom: 15em; }

.planet_banner.second_banner .description h2 {
  color: #ffffff; }

.planet_banner.second_banner .description p {
  color: #ffffff;
  margin-top: 3em; }

.planet_banner.third_banner {
  background-image: url("../img/resq-banner-3.jpg"); }

.planet_banner.third_banner .description {
  width: 50%;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 30em; }

.planet_banner.third_banner .description h2 {
  color: #ffffff;
  text-align: center; }

@media screen and (min-width: 1024px) {
  .planet_banner.third_banner .description h2 .resq-brand_lg {
    width: 71px !important;
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: middle; } }

@media screen and (min-width: 1024px) {
  .sustainability-swiper.innovation_banners .manufacturing_banner .description_content.left .resq-brand {
    width: 46px !important;
    max-width: inherit !important; } }

.planet_banner.third_banner .description h2 .copy {
  margin-left: 1px;
  bottom: 10px;
  font-size: 16px; }

.planet_banner.third_banner .description p {
  color: #ffffff;
  text-align: center; }

.planet_banner.third_banner .description .button {
  text-align: center; }

.planet_banner.third_banner .description .button a {
  padding: 10px 50px; }

.planet_banner.third_banner .description .button a:hover .copy {
  color: #64b42e; }

.resq_content {
  padding: 9rem 0 4rem; }

.resq_content .resq_banner .resq_img {
  padding: 2rem 0 0;
  max-width: 50%;
  margin: auto; }

.resq_content .resq_banner .resq_img.second {
  padding: 0;
  padding-bottom: 2rem; }

.resq_content .resq_banner .resq_img img {
  margin: auto;
  max-width: 280px;
  height: auto; }

.resq_content .resq_banner .resq_img.second img {
  margin: auto;
  max-width: 100%;
  height: auto; }

.resq_content .resq_banner .resq_text {
  text-align: center; }

.resq_content .resq_banner .resq_text h1 {
  font-size: 1.5rem; }

.resq_content .resq_banner .resq_text h1 span {
  color: #0c5fae; }

.resq_content .resq_banner .resq_text h1 .mobile-view {
  display: none; }

@media only screen and (max-width: 700px) {
  .resq_content .resq_banner .resq_text {
    text-align: center !important; } }

@media only screen and (max-width: 700px) {
  .resq_content {
    padding-bottom: 20px !important; } }

.mobile-view.banner {
  display: none; }

@media only screen and (max-width: 900px) {
  .counter_banner {
    padding: 0 !important; }
  .counter_banner .counter_section p {
    font-weight: 500; }
  .sustainability-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important; } }

.mobile-view.bottom-sec,
.mobile-view.bottom-sec2 {
  display: none; }

.footer-social {
  padding: 25px 35px; }

.footer-social .icon-sec {
  display: flex;
  align-items: center; }

.footer-social .icon-sec span {
  margin-right: 5px; }

.footer-social .icon-sec a {
  padding: 0 7px; }

.mobile-view {
  display: none; }

@media only screen and (max-width: 700px) {
  .mobile-hide {
    display: none !important; }
  .mobile-view {
    display: block !important; }
  .mobile-view.bottom-sec {
    background: #f4f4f4;
    padding: 15px 0; }
  .mobile-view.bottom-sec .molide-display-txt {
    padding: 0 30px; }
  .mobile-view.bottom-sec .molide-display-txt h5 {
    font-size: 19px;
    color: #2671ba;
    margin-top: 0; }
  .mobile-view.bottom-sec .molide-display-txt p {
    color: #4a4a49;
    font-size: 16px;
    line-height: 20px; }
  .mobile-view.bottom-sec .molide-display-txt p img {
    display: inline;
    position: relative;
    top: 5px;
    left: 3px;
    width: 30px; }
  .mobile-view.bottom-sec2 {
    background: #fff;
    padding: 15px 0; }
  .mobile-view.bottom-sec2 .molide-display-txt {
    padding: 0 30px; }
  .mobile-view.bottom-sec2 .molide-display-txt h5 {
    font-size: 22px;
    color: #5b5b5b;
    margin-top: 0;
    margin-bottom: 40px; }
  .mobile-view.bottom-sec2 .molide-display-txt h5 img {
    display: inline;
    position: relative;
    top: 5px;
    left: 3px;
    width: 40px; }
  .mobile-view.bottom-sec2 .molide-display-txt img {
    width: 65px;
    margin: 0 auto; }
  .mobile-view.bottom-sec2 .molide-display-txt p {
    color: #4a4a49;
    font-size: 16px;
    line-height: 20px;
    margin: 30px 0 40px 0;
    border-bottom: 0.5px solid #52a01e;
    padding-bottom: 1.5rem; }
  .mobile-view.banner img {
    width: 100%; }
  .planet_banner {
    background-position: 10% 50%; }
  .planet_banner .description.resq_text {
    background-color: #72acc4 !important;
    padding-bottom: 10px; }
  .resq_slider .company_description .description_content.right {
    min-height: unset; }
  .resq_slider .company_description .description_content.right img.first_slider {
    object-fit: unset;
    height: auto; }
  .sustainability-swiper .manufacturing_banner .description_content.left .description_content__title {
    font-size: 22px;
    line-height: 25px;
    font-weight: 500; }
  .counter_banner {
    padding-top: 18em !important; }
  .seek_bg .seek_content .seek_image {
    width: 100% !important; }
  .planet_banner.second_banner {
    padding-top: 16em !important;
    background-size: cover !important;
    background-position: center !important; }
  .planet_banner.third_banner .description {
    padding-bottom: 10em !important; }
  .planet_banner.third_banner .description .button a {
    padding: 10px 30px !important; }
  .sib-form {
    padding: unset !important; } }

@media only screen and (min-width: 1600px) {
  .us_banner {
    min-height: 90vh; } }

.us_banner .product_category_bg {
  background-color: transparent;
  padding-bottom: 10em; }

.us_banner .product_category_bg .page_link a {
  color: #ffffff; }

.us_banner .product_category_bg .page_link a span {
  color: #ffffff; }

.us_banner .product_category_bg h1 {
  color: #ffffff; }

.us_banner .product_category_bg .product_category_text p {
  color: #ffffff; }

.swiper-map .swiper-slide {
  padding: 2em 0;
  background-color: #fff !important; }

.swiper-map .swiper-slide .map_content {
  background-size: cover;
  min-height: 119vh;
  background-repeat: no-repeat;
  background-position-x: center; }

.swiper-map .swiper-slide .map_content img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: contain; }

.swiper-map .swiper-slide .map_content h2 {
  text-align: center;
  font-size: 2.375em; }

.swiper-map .swiper-slide .map_content p {
  margin: 0;
  font-size: 1.4375em;
  line-height: 30px; }

.swiper-map .map-pagination {
  display: flex;
  justify-content: space-between;
  width: 35%;
  margin-left: 45%;
  height: 80px; }

.swiper-map .map-pagination span.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  position: relative; }

.swiper-map .map-pagination span.swiper-pagination-bullet:first-child::after {
  content: "";
  border: solid 2px #004f93;
  padding: 10px;
  border-radius: 50px;
  position: absolute;
  top: -4px;
  left: -4px; }

@media screen and (max-width: 1024px) {
  .swiper-map .map-pagination span.swiper-pagination-bullet:first-child::after {
    top: 8px;
    left: auto; } }

.swiper-map .map-pagination span.swiper-pagination-bullet:nth-child(1) {
  background-color: #004f93; }

.swiper-map .map-pagination span.swiper-pagination-bullet:nth-child(2) {
  background-color: #65297b; }

.swiper-map .map-pagination span.swiper-pagination-bullet:nth-child(3) {
  background-color: #ffbd00; }

.swiper-map .map-pagination span.swiper-pagination-bullet:nth-child(4) {
  background-color: #65b32e; }

.swiper-map .map-pagination span.swiper-pagination-bullet:nth-child(5) {
  border-radius: 0;
  width: 20px;
  height: 16px;
  background-color: #9dd8f8; }

.swiper-map .map-pagination span.swiper-pagination-bullet:nth-child(1n) span {
  width: 144px !important;
  height: auto !important;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute; }

@media screen and (max-width: 1024px) {
  .swiper-map .map-pagination span.swiper-pagination-bullet:nth-child(1n) span {
    position: absolute;
    width: 77px !important;
    height: auto !important;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px; } }

.swiper-map .map-pagination.swiper-pagination .swiper-pagination-bullet {
  opacity: 0.6; }

.swiper-map .map-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  font-weight: bold; }

.swiper-map .paginator_text {
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin-left: 65%;
  text-align: center; }

.swiper-map .paginator_text p {
  font-size: 0.8em; }

.believe {
  padding: 1em 0;
  text-align: center; }

.believe h2 {
  font-size: 2.375em; }

.believe p {
  font-size: 1.4375em;
  margin: 25px 0; }

.believe .believe_content {
  display: flex;
  justify-content: space-between;
  margin-top: 3em; }

.believe .believe_content .believe-swiper {
  transform: translate3d(0px, 0, 0) !important;
  background-color: #ffffff; }

.believe .believe_content .believe-swiper .swiper-slide {
  width: 34%; }

.believe .believe_content .believe-swiper .believe-pagination {
  display: block; }
  @media (min-width: 540px) {
    .believe .believe_content .believe-swiper .believe-pagination {
      display: none; } }

.believe .believe_content .believe_card {
  width: 90%; }

.believe .believe_content .believe_card .believe_image {
  position: relative;
  z-index: 1; }

.believe .believe_content .believe_card .believe_image img {
  width: 100%;
  max-height: 300px;
  border-radius: 20px 20px 0 0; }

.believe .believe_content .believe_card .believe_text {
  background-color: #f4f4f4;
  padding: 15px;
  width: 99%;
  border-radius: 0 0 50px 50px;
  position: relative;
  bottom: 3em;
  min-height: 230px;
  height: 248px; }

.believe .believe_content .believe_card .believe_text .icon {
  background-color: #005fae;
  border-radius: 50%;
  padding: 10px;
  width: max-content;
  margin: auto;
  position: relative;
  z-index: 2;
  width: 69px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center; }

.believe .believe_content .believe_card .believe_text .icon img {
  width: 70%;
  height: auto; }

.believe .believe_content .believe_card .believe_text .icon + p {
  min-height: 52px; }

@media only screen and (max-width: 900px) {
  .product_category_banner.us_banner.banner-innu {
    background-size: 100% !important; }
  .product_category_banner.us_banner.banner-innu .product_category_bg {
    /* padding-top: 20em !important; */
    padding-bottom: 0 !important; }
  .swiper-map .swiper-slide .map_content {
    padding-top: 25px; }
  .seek_bg.sustainability_section .seek_content {
    padding-bottom: 0 !important; }
  .seek_bg.sustainability_section .seek_content .seek_text .button {
    padding: 0 !important; } }

.reality .reality_us .plastic_left {
  margin-bottom: 5%; }

.allied_logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0; }

.allied_logos img:first-child {
  width: 46px;
  height: 76px; }

.allied_logos img:nth-child(2) {
  width: 46px;
  height: 76px; }

.allied_logos img:nth-child(3) {
  width: 53px;
  height: 53px; }

.allied_logos img:nth-child(4) {
  width: 140px;
  height: 44px; }

.allied_logos img:nth-child(5) {
  width: 94px;
  height: 64px; }

.allied_logos img:nth-child(6) {
  width: 82px;
  height: 29px; }

.allied_logos img:nth-child(7) {
  width: 175px;
  height: 111px; }

.allied_logos img:nth-child(8) {
  width: 56px;
  height: 67px; }

.allied_logos img:nth-child(9) {
  width: 55px;
  height: 80px; }

.counter_banner {
  text-align: center;
  background-image: url("../img/botellas-contador.jpg");
  background-size: contain;
  padding: 15px 0;
  /* max-height: 354px; */
  min-height: 354px; }

.counter_banner .counter h1 {
  font-size: 5.125em;
  padding: 20px 43px;
  background-color: #64b42e;
  color: #ffffff;
  width: auto;
  margin: auto;
  border-radius: 35px;
  display: inline-block; }

.counter_banner p {
  margin: 16px 0;
  color: #4a4a49;
  font-size: 1.4375em; }

.counter_banner p.green_text {
  color: #64b42e;
  font-weight: bold; }

.counter_banner .counter_text {
  position: relative;
  bottom: 3em; }

.counter_banner .counter_section {
  padding-top: 3px !important; }

.company_description {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 900px; }

@media only screen and (min-width: 1600px) {
  .company_description {
    min-height: 73vh; } }

.company_description.sostenibilidad-bg {
  background-image: url("../img/sostenibilidad-bg.jpg");
  background-repeat: no-repeat;
  transition-duration: 2s; }

.company_description.sostenibilidad-bg .description_content {
  max-height: 550px;
  transition-duration: 2s;
  min-height: 100%; }

@media only screen and (min-width: 1600px) {
  .company_description.sostenibilidad-bg .description_content {
    max-height: 600px; } }

.company_description.sostenibilidad-bg:hover {
  transform: scale(1.05); }

/* .company_description.sostenibilidad-bg:hover
    .description_content
    .description_content__title {
    font-size: 2.25em;
} */
.company_description.sostenibilidad-bg:hover .text_hover {
  display: none; }

.company_description.sostenibilidad-bg:hover .text_hover__hide {
  display: initial !important;
  margin-bottom: 25px; }

.company_description.sostenibilidad-bg:hover .text_hover__hide h2 {
  width: 100%;
  margin: 17px 0; }

.company_description.sostenibilidad-bg:hover .text_hover__hide .hov_content {
  display: flex;
  align-items: end; }

.company_description.sostenibilidad-bg:hover .text_hover__hide .hov_content .icon_bg {
  padding: 6px;
  background-color: #5bb333;
  border-radius: 100%;
  margin-top: 10px; }

.company_description.sostenibilidad-bg:hover .text_hover__hide .hov_content .icon_bg img {
  width: 28px;
  height: auto; }

/* .company_description.sostenibilidad-bg:hover .description_button a {
    padding: 10px 30px;
} */
.company_description.sostenibilidad-bg .description_button {
  margin-top: 3.7em; }

.company_description.sostenibilidad-bg .description_button a {
  padding: 10px 35px;
  font-size: 23px; }

.company_description.innovacion-bg {
  background-image: url("../img/innovacion-bg.jpg");
  transition-duration: 2s; }

.company_description.innovacion-bg:hover {
  transform: scale(1.05); }

.company_description .description_content {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 6em 6% 10em;
  padding-left: 35px; }

@media only screen and (min-width: 1280px) {
  .company_description .description_content .description_content__title {
    margin-top: 0 !important; }
  .company_description.innovacion-bg .description_content.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .company_description.sostenibilidad-bg .description_content.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; } }

@media only screen and (min-width: 1600px) {
  .company_description .description_content {
    min-height: 73vh; } }

.company_description .description_content__title {
  color: #454543;
  font-size: 3em;
  opacity: 90%; }

.company_description .description_content__text {
  color: #4a4a49;
  width: 22em;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 1.4375em;
  line-height: 27px; }

.company_description .description_content__text.hover {
  padding-left: 20px;
  margin-bottom: 0;
  opacity: 90%; }

.company_description .description_content__text.hover img {
  display: inline-flex;
  vertical-align: bottom;
  width: 40px; }

.company_description .description_content.left {
  margin-left: auto; }

.company_description .description_content.left .text_hover__hide {
  display: none; }

.company_description .description_content.right .right_description .description_content__text {
  width: 20em;
  /* font-family: "helvetica-55-roman", sans-serif; */ }

.company_description.team {
  background-image: url("../img/team-banner.jpg");
  background-position: top;
  max-height: 900px; }

@media only screen and (min-width: 1600px) {
  .company_description.team .description_content {
    display: flex;
    align-items: center;
    min-height: 80vh; }
  .company_description.team .description_content.right .buttons {
    width: 60%;
    margin: auto;
    margin-top: 40px; } }

.company_description.team .description_content .right_description {
  width: 80%;
  text-align: center; }

.company_description.team .description_content .right_description h2 {
  color: #3a3a39;
  font-size: 2.375em;
  font-family: "Helvetica Neue", sans-serif; }

.company_description.team .description_content .right_description p {
  margin: 20px 0;
  color: #3a3a39;
  font-size: 1.4375em;
  margin: 0 auto 25px auto;
  width: 90% !important;
  font-size: 23px !important; }

.company_description.team .description_content .right_description p span {
  color: #0c61a8;
  font-weight: bold; }

.company_description.team .description_content .right_description .description_content__title,
.company_description.team .description_content .right_description .description_content__text {
  width: auto; }

.company_description.team .description_content .buttons {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 60px auto 0; }

.company_description.team .description_content .buttons div {
  background-color: #0c61a8;
  border-radius: 30px;
  padding: 13px 50px; }

@media only screen and (max-width: 1120px) {
  .company_description .description_content.right .right_description {
    padding-left: 2em; }
  .company_description .description_content.right .right_description p.description_content__text {
    width: 80%; } }

.through_time-bg {
  background-image: url("../img/atraves-del-tiempo.jpg"); }

.through_time-bg.company_description .description_content {
  padding-bottom: 12em; }

@media only screen and (min-width: 1600px) {
  .through_time-bg.company_description .description_content.left {
    min-height: 80vh; } }

.through_time-bg.company_description .description_content.left h1 {
  margin-bottom: 35px;
  font-family: "Helvetica Neue", sans-serif; }

.through_time-bg.company_description .description_content.left .global-button-blue {
  padding: 10px 50px; }

.resq_slider .company_description .description_content.right img {
  width: 100%;
  object-fit: cover; }

.resq_slider .company_description .description_content.left {
  padding: 4em 0;
  padding-left: 35px; }

.resq_slider .company_description .description_content.left p {
  margin: 40px 0; }

.resq_slider .company_description .description_content.left p span {
  font-weight: bold;
  color: #ffffff; }

.resq_slider .company_description .description_content.left h1 {
  width: 70%; }

.resq_slider .company_description .description_content.left h1 .copy {
  font-size: 20px;
  bottom: 8px; }

.resq_slider.second .company_description .description_content.right img {
  height: 100%; }

.darnel_description_banner .description_content {
  padding-top: 5em;
  padding-bottom: 5em;
  background-color: #ffffff91;
  position: relative; }

.darnel_description_banner .description_content h1 {
  width: 95%;
  font-size: 32px;
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif;
  margin-bottom: 30px; }

.darnel_description_banner .description_content p {
  width: 90%;
  color: #3a3a39; }

.darnel_description_banner .description_content p span {
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif; }

.darnel_description_banner .description_content .description_content__text span {
  font-weight: bold; }

.darnel_description_banner .description_content.left .darnel_logo {
  max-width: 15em;
  height: auto;
  margin: 20px 0; }

.darnel_description_banner .description_content.left .logos {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 55%;
  margin: 20px 0; }

.darnel_description_banner .description_content.left .logos img {
  padding: 0 10px;
  max-height: 61px; }

.darnel_description_banner .description_content.left .logos span {
  font-size: 25px;
  color: #8c8b8b; }

.darnel_description_banner .description_content.left .button {
  margin-top: 30px; }

.darnel_description_banner .description_content.left .button .global-button-green {
  padding: 10px 55px; }

.darnel_description_banner .vision-banner-1 {
  background-image: url("../img/vision-bg-1.jpg");
  transition-duration: 2s; }

.darnel_description_banner .vision-banner-1:hover {
  transform: scale(1.05); }

.darnel_description_banner .vision-banner-1 .description_content,
.darnel_description_banner .vision-banner-2 .description_content {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.darnel_description_banner .vision-banner-2 {
  background-image: url("../img/vision-bg-2.jpg");
  transition-duration: 2s; }

.darnel_description_banner .vision-banner-2:hover {
  transform: scale(1.05); }

#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda; }

#sib-container input::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda; }

#sib-container textarea::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda; }

.subscribe_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45em;
  margin: auto;
  padding: 2em 0; }

.subscribe_container .subscribe_title {
  font-size: 1.4375em;
  color: #2671ba;
  font-weight: bold;
  width: max-content; }

.subscribe_container .subscribe_title:after {
  display: none; }

.subscribe_container input {
  width: 100%;
  height: 40px;
  border-radius: 50px;
  border: solid 1px #bababa;
  padding: 0;
  padding-left: 20px;
  font-size: 1em;
  display: flex;
  align-items: center; }

.subscribe_container input::placeholder {
  color: #bababa; }

.subscribe_container input:focus {
  outline: none; }

.subscribe_container .sib-input {
  padding: 0; }

.subscribe_container .sib-input .form__entry .form__label-row {
  display: flex;
  align-items: center;
  flex-direction: initial; }

/* @media screen and (max-width: 1440px){
    .sib-form .subscribe_container {
        width: 70%;;
    }
} */
/* @media only screen and (max-width: 991px) {
    .subscribe_container .sib-input .form__entry .form__label-row {
        flex-wrap: wrap;
    }
} */
.subscribe_container .sib-input .form__entry .entry__field {
  display: block;
  background-color: initial;
  border: 0;
  border-radius: initial;
  /* margin: 0 2rem; */
  max-width: initial;
  flex-grow: 2;
  box-shadow: none; }

/* @media only screen and (max-width: 991px) {
    .subscribe_container .sib-input .form__entry .entry__field {
        width: 100%;
    }
} */
.subscribe_container .sib-input .form__entry .entry__field input {
  padding: 0;
  padding-left: 20px;
  height: 40px;
  color: #bababa;
  border: solid 1px #bababa;
  box-sizing: border-box;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.125em; }

@media only screen and (max-width: 991px) {
  .subscribe_container .sib-input .form__entry .entry__field input {
    width: 100%;
    /* margin: 10px 0; */ } }

/* @media only screen and (max-width: 991px) {
    .subscribe_container .subscribe_button_container {
        width: 100%;
        margin: 10px 0;
    }
} */
.subscribe_container .subscribe_button_container .sib-form-block {
  padding: 0; }

.subscribe_container .subscribe_button_container button {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.4375em;
  padding: 12.5px 29px; }

#sib-container {
  background-color: initial;
  padding: 0; }

.seek_bg {
  background-color: #dde7cb; }

.seek_bg .seek_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: auto; }

.seek_bg .seek_content .seek_image {
  padding: 5em 0; }

.seek_bg .seek_content .seek_image img {
  width: 100%;
  width: 467px; }

.seek_bg .seek_content .seek_text h2 {
  color: #3a3a39;
  font-size: 2.375em;
  margin-bottom: 25px; }

.seek_bg .seek_content .seek_text ul {
  color: #3a3a39; }

.seek_bg .seek_content .seek_text ul li {
  margin: 10px 0;
  font-size: 1.4375em;
  display: flex;
  position: relative;
  padding-left: 1rem; }

.seek_bg .seek_content .seek_text ul li::before {
  content: "\2022";
  color: #0c61a8;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 20px;
  height: 0;
  position: absolute;
  left: 0; }

@media only screen and (min-width: 1600px) {
  .seek_bg.resq_description {
    display: flex;
    align-items: center;
    min-height: 55vh; } }

.seek_bg.resq_description .seek_text {
  width: 50%; }

.seek_bg.resq_description .seek_text h2 {
  color: #0c5fae; }

.seek_bg.resq_description .seek_text h2 img {
  display: inline;
  position: relative; }

.seek_bg.resq_description .seek_text h2 .copy {
  color: #0c5fae;
  font-size: 0.6em;
  bottom: 10px; }

.seek_bg.resq_description .seek_text p {
  font-size: 1.4375em;
  line-height: 30px; }

.seek_bg.resq_description .seek_text .button {
  margin-top: 3em; }

.sustainability-swiper.swiper-container {
  margin-left: auto;
  margin-right: auto; }

.sustainability-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin-right: 20px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: solid 2px #ffffff; }

.sustainability-swiper.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff; }

.sustainability-swiper.swiper-container {
  height: 37em; }

@media only screen and (min-width: 1600px) {
  .sustainability-swiper.swiper-container {
    min-height: initial;
    height: 49em; } }

.sustainability-swiper.sustainability-swiper.swiper-container {
  height: 37em; }

@media only screen and (min-width: 1600px) {
  .sustainability-swiper.sustainability-swiper.swiper-container {
    min-height: initial;
    height: 49em;
    height: 91vh; } }

@media only screen and (max-width: 1120px) {
  .sustainability-swiper.sustainability-swiper.swiper-container {
    height: 71%; } }

.sustainability-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap; }

.sustainability-swiper .manufacturing_banner {
  width: 100%;
  height: 100%;
  display: flex;
  align-self: end; }

.sustainability-swiper .manufacturing_banner .description_content.right {
  padding: 0; }

.sustainability-swiper .manufacturing_banner .description_content.right img {
  width: 100%; }

@media only screen and (max-width: 813px) {
  .sustainability-swiper .manufacturing_banner .description_content-md {
    margin-top: -15rem !important; }
  .sustainability-swiper .manufacturing_banner .description_content-md > h1 {
    margin-top: -7rem; } }

.sustainability-swiper .manufacturing_banner .description_content.left {
  background-color: #5db331; }

.sustainability-swiper .manufacturing_banner .description_content.left .description_content__title {
  color: #ffffff;
  text-align: initial;
  font-size: 2em;
  font-family: "Helvetica Neue", sans-serif; }

.sustainability-swiper .manufacturing_banner .description_content.left .description_content__title .resq-brand {
  display: inline-block;
  vertical-align: text-bottom;
  top: 2px; }

.sustainability-swiper .manufacturing_banner .description_content.left .description_content__text {
  color: #ffffff;
  text-align: initial;
  margin-top: 35px; }

.sustainability-swiper .manufacturing_banner .description_content.left .description_content__text b {
  font-size: 0.8em;
  margin-left: 2px;
  position: relative;
  bottom: 3px; }

.sustainability-swiper .manufacturing_banner .description_content.left img:not(.resq-brand) {
  /* width: auto;
    height: auto; */
  width: 56px;
  height: 56px;
  margin: 25px 0;
  padding-bottom: 12px;
  border-bottom: solid 2px #ffffff;
  object-fit: contain;
  /* min-width: 48px; */ }

.sustainability-swiper .manufacturing_banner .description_content.left hr {
  width: 22%;
  margin: 15px 0;
  border: solid 2px #ffffff; }

.swiper-container .swiper-button-next {
  color: #ffffff; }
  @media only screen and (max-width: 1024px) {
    .swiper-container .swiper-button-next {
      display: none; } }

.swiper-container .swiper-button-prev {
  color: #ffffff; }
  @media only screen and (max-width: 1024px) {
    .swiper-container .swiper-button-prev {
      display: none; } }

.swiper-container .swiper-button-prev.blueArrow,
.swiper-container .swiper-button-next.blueArrow {
  color: #4a4a49; }

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #DFF2FD;
  opacity: 1; }

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5c5c5c; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 900; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 2%; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 2%; }

.mobile-view {
  display: none !important; }

.mobile-hide {
  display: block !important; }

@media only screen and (max-width: 1366px) {
  .modal_form {
    padding-top: 15%; } }

.company_description.team .description_content .buttons div {
  padding: 5px 50px !important; }

@media only screen and (max-width: 1024px) {
  /* .home_banner .image_bg.bg-1 {
        background-image: url("../img/Banner-1.jpg");
    }
    .home_banner .image_bg.bg-2 {
        background-image: url("../img/Banner-2.jpg");
    }
    .home_banner .image_bg.bg-3 {
        background-image: url("../img/Banner-3.jpg");
    }
    .home_banner .image_bg.bg-4 {
        background-image: url("../img/Banner-4.jpg");
    } */
  .rellax {
    transform: unset !important; }
  .swiper-pagination.history-slider {
    top: 16rem !important;
    right: -15% !important; }
  .community_content.rellax.transition-md.down_accordeon div#close-acordeon-button {
    display: block !important;
    z-index: 99; } }

@media only screen and (max-width: 767px) {
  .product_color_container .product_color .color_content .color_description .description div {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    text-align: center; }
  /* .product_color_container .product_color .color_content .color_description .description div:last-child{
        padding-left: 0.5rem !important;
    }
    .product_color_container .product_color .color_content .color_description .description div:first-child{
        padding-right: 0.5rem !important;
    } */
  .manufacturing .manufacturing_content div {
    width: 100% !important; }
  .sib-form .subscribe_container {
    width: 100% !important; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li ul li a img {
    border-radius: 100%;
    height: 20px;
    object-position: center; }
  .swiper-pagination.history-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 0px 3px !important; }
  .swiper-pagination.history-slider {
    top: 18rem !important;
    right: unset !important;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 100%; }
  .community_content.rellax.transition-md.down_accordeon div#close-acordeon-button p {
    line-height: 30px !important;
    text-align: center !important; }
  /* .sib-form .subscribe_container .subscribe_title {
        width: 100% !important;
    } */
  /* .sib-form .subscribe_container .subscribe_button_container {
        width: 80%;
    } */
  .mobile-view {
    display: block !important; }
  .mobile-hide {
    display: none !important; }
  .counter_banner {
    padding-top: 0 !important; }
  .sustainability-swiper .manufacturing_banner .description_content-md {
    margin-top: -24rem !important; }
  .manufacturing_second_banner.banner-bg .description_content .right_description .description_content__title {
    font-family: "Helvetica Neue", sans-serif !important;
    padding-right: 0;
    font-size: 22px !important; }
  .manufacturing.gei_content.us .manufacturing_content div {
    width: 100% !important; }
  .product_category_banner.us_banner.banner-innu .product_category_bg {
    padding-bottom: 30px !important;
    padding-top: 3em !important; }
  .darnel_description_banner .company_description.team {
    background-image: url(../img/team-banner-mobile.jpg); }
  .darnel_description_banner .company_description.team .description_content.right .right_description p {
    width: 100% !important;
    font-size: 19px !important; }
  .darnel_description_banner .company_description.team .description_content .buttons {
    width: 90% !important;
    margin: 0 auto !important; }
  .darnel_description_banner .company_description.team .description_content .buttons div {
    padding: 8px 50px !important;
    width: 100%; }
  .darnel_description_banner .company_description.team .description_content .buttons div img {
    width: 37px !important;
    padding: 0 !important;
    margin: 0 auto; } }

div#close-acordeon-button p {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 0 !important;
  margin-bottom: 1px; }

div#close-acordeon-button {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px; }

div#close-acordeon-button img {
  width: 17px;
  object-fit: contain;
  margin: auto; }

.rv {
  background-color: #f4f4f4;
  padding: 2rem 0; }

.rv-container {
  width: 100%;
  max-width: 100vw; }

.rv-row {
  display: block;
  width: 70%;
  margin: auto; }

.rv-title {
  width: 60%;
  text-align: center;
  padding: 1rem 0;
  margin: auto; }

.rv-title h2 {
  font-size: 38px;
  color: #5db331;
  text-align: center; }

.rv-title h2 sup small {
  font-size: 10px; }

.rv-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem; }

@media screen and (max-width: 1250px) {
  .rv-row {
    width: 80%; }
  .rv-content_item:last-child {
    width: 50%; } }

@media screen and (max-width: 850px) {
  .rv {
    padding-bottom: 0; }
  .rv-content {
    display: block; }
  .rv-row {
    width: 100%; }
  .rv-title {
    width: 90%;
    margin: auto; }
  .rv-content_item:first-child {
    width: 90%;
    margin: auto; }
  .rv-content_item:last-child {
    width: 100%; }
  .rv-content_iframe {
    padding-left: 0 !important;
    margin-top: 2rem; }
  .rv-content_iframe iframe {
    min-height: 35vh !important;
    margin-bottom: -6px; } }

.rv-content_text p {
  font-size: 21px;
  margin-bottom: 1rem; }

.rv-content_text p span {
  font-size: 21px;
  display: initial !important; }

.rv-content_text p .resq-brand {
  top: 1px;
  max-width: 42px !important; }

@media screen and (max-width: 640px) {
  .rv-title h2 {
    font-size: 22px;
    text-align: left; }
  .rv-title h2 .resq-brand,
  .rv-title h2 img {
    width: 44px;
    height: auto !important;
    top: 1px !important;
    display: inline-block !important;
    vertical-align: text-bottom; }
  .rv-content_text p {
    font-size: 18px;
    margin-bottom: 1rem; }
  .rv-content_text p span {
    font-size: 18px; }
  .rv-content_text p .resq-brand {
    top: 1px;
    max-width: 36px !important; } }

.rv-content_item {
  width: 45%; }

.rv-content_item:first-child {
  padding-right: 0.5rem;
  order: 1; }

.rv-content_item:last-child {
  padding-left: 0.5rem;
  order: 2; }

.rv-content_iframe iframe {
  height: auto;
  min-height: 30vh; }

.text-bold {
  font-weight: bold; }

#color_description .active_color {
  padding: 2px; }

.resq-brand {
  vertical-align: text-bottom;
  height: auto;
  max-height: 100px;
  display: inline;
  width: auto;
  max-width: 100%; }

.resq-brand_xs {
  max-width: 20px !important; }

.resq-brand_sm {
  max-width: 40px !important;
  position: relative; }

.resq-brand_md {
  max-width: 60px !important;
  position: relative;
  top: 5px; }

.sustainable_product .sustainable_content .sustainable_text .resq-brand_md {
  width: 50px; }

.resq-brand_lg {
  max-width: 80px !important;
  position: relative; }

.sustainable_product .sustainable_content .sustainable_text .resq-brand_lg {
  width: 84px;
  top: 0;
  display: inline-block;
  vertical-align: text-bottom; }

.sustainability-swiper .manufacturing_banner .description_content.left .resq-brand_lg {
  border: none;
  margin: 0;
  padding: 0;
  padding-right: 10px; }

@media screen and (max-width: 1300px) {
  .sustainable_product .sustainable_content .sustainable_text .resq-brand_lg {
    width: 56px;
    top: 1px; } }

.resq-brand_xl {
  max-width: 100px !important; }

.global-button-black {
  font-size: 23px;
  border-radius: 50px; }

.map_content-mobile {
  background-color: #fff;
  padding: 2rem 1.5rem 1rem; }

sup.reg small {
  font-size: 14px; }

sup.reg.rl {
  position: relative;
  top: 4px;
  line-height: 1;
  margin-left: 2px;
  color: #0170b9; }

sup.reg.rl small {
  font-size: 0.5rem; }

/* @media screen and (max-width: 1366px) {
    .resq-brand_sm {
        top: 0;
    }
} */
@media screen and (max-width: 1024px) {
  .planet_banner.third_banner .resq-brand_lg {
    max-width: 46px !important;
    top: 2px;
    display: inline-block;
    vertical-align: text-bottom; }
  .categories_section .categories_container .categories_card .card_text .resq-brand_sm {
    top: 4px; }
  .product_color_container .product_color .product_title .resq-brand_lg {
    width: 43px;
    top: 2.5px; }
  .sustainable_product .sustainable_content .sustainable_text .resq-brand_lg {
    width: 56px;
    top: 2.4px; }
  .sustainable_product .sustainable_content .sustainable_text .resq-brand_sm {
    width: 40px; }
  .resq-brand_sm {
    max-width: 44px !important;
    top: 4px; }
  .plastic_bg .plastic_content.sustainability_resq .plastic_right .resq-brand {
    width: 35px;
    top: 2px; } }

@media screen and (max-width: 360px) {
  .resq-brand_sm {
    max-width: 40px !important;
    top: 2px;
    display: inline-block;
    vertical-align: text-bottom; } }

.categories_section .categories_container {
  display: flex !important; }

@media only screen and (max-width: 1366px) {
  .modal_form {
    padding-top: 0; }
  .modal_form .modal-content .form_content .form {
    width: 55%; }
  .company_description .description_content.right .right_description .description_content__text {
    width: 18em; }
  .subscribe_container {
    width: 57%; } }

/* 1280 */
@media only screen and (max-width: 1023px) {
  .manufacturing-swiper.manufacturing-swiper.swiper-container {
    height: 74%; }
  .manufacturing_second_banner .description_content h1 {
    padding-right: 30px; } }

@media only screen and (max-width: 1023px) {
  header .nav_container {
    width: 80%; }
  .products_container .products .products_right {
    padding: 0 3em; }
  .company_description .description_content.right .right_description .description_content__text {
    width: 15em; }
  .news_section {
    padding: 3em 25px; }
  .footer_container {
    padding: 10px 25px; }
  .footer_container .first_content {
    width: 30%; }
  .footer_container .third_content {
    width: 17%; }
  .subscribe_container {
    width: 70%; }
  .manufacturing-swiper.manufacturing-swiper.swiper-container {
    height: 71%; }
  .plastic_bg {
    padding: 4em 25px; }
  .allied_logos {
    padding: 20px 25px; }
  .video_section {
    width: 90%; }
  .table_container {
    padding: 4em 25px; }
  .categories_section .section_container {
    width: 95%; }
  .product_category_banner .product_category_bg .product_category_content {
    width: 85%; }
  .sustainable_product {
    padding: 2em 25px; }
  .see_product .product_section .product_description {
    padding: 0 10px; }
  .counter_banner {
    padding: 5px 0; }
  .counter_banner p {
    margin: 8px 0; }
  .community {
    padding: 4em 25px; }
  .Programs_bg {
    padding: 3em 25px; }
  .manufacturing .manufacturing_content div p {
    width: auto; }
  .company_description .description_content__text {
    width: 80%; }
  .map_container .map {
    padding-right: 6em; }
  .culture {
    padding: 3em 25px; }
  .innovation_container .innovation_content {
    padding: 0 25px; }
  .plastic_bg .plastic_content .plastic_left img {
    max-height: 18em; }
  .product_category_banner .product_category_bg {
    width: 50%; }
  .believe {
    padding: 3em 25px; }
  .company_description.team .description_content {
    width: 55%; }
  .company_description.team .description_content .right_description {
    width: 85%; }
  .resq_content .page_link {
    width: 90%;
    margin: auto; }
  .planet_banner .description {
    width: 35%; }
  .sustainability-swiper.resq_slider .company_description .description_content.left h1 {
    width: 95%;
    font-size: 1.7em; }
  .sustainability-swiper.resq_slider .company_description .description_content.left p {
    margin: 20px 0; }
  .sustainability-swiper.resq_slider .company_description .description_content.right {
    margin: 0;
    height: auto;
    padding-bottom: 0; }
  .terms_content {
    padding-left: 25px;
    padding-right: 25px; }
  .modal_form {
    padding-top: 11%; }
  .modal_form .modal-content {
    width: 95%; }
  .history-swiper .history_content {
    width: 60%; } }

@media only screen and (max-width: 1024px) {
  header .nav_container .nav_links .nav_list li {
    font-size: 0.875em; }
  /* .home_banner .image_bg.bg-1 {
        background-image: url("../img/home-bg-mobile.png");
    } */
  .products_container .products {
    padding: 5em 2em;
    flex-wrap: wrap; }
  .company_description .description_content.right .right_description {
    padding-left: 3em; }
  .company_description .description_content.right .right_description .description_content__text {
    width: 90%; }
  .news_section {
    padding: 3em; }
  .subscribe_container {
    width: 80%; }
  .footer_container {
    padding: 10px 20px; }
  .footer_container .first_content {
    width: 31%; }
  .footer_container .third_content {
    width: 18%; }
  .see_product.product_popup .toggle_product .close {
    margin-left: 36%; }
  .product_color_container .product_image > div img {
    width: 100%;
    height: auto; }
  .product_color_container .product_image .image_preview {
    width: 85%;
    margin: 20px auto; }
  .product_color_container .product_image .image_preview div img {
    width: 100%;
    height: auto; }
  .related_products .categories_container a {
    width: 50%; }
  .manufacturing-swiper.manufacturing-swiper.swiper-container {
    height: 43%; }
  .modal_form .modal-content .form_content .form form .form-row label {
    font-size: 0.875em; }
  .modal_form .modal-content .form_content .form form .form-row input,
  .modal_form .modal-content .form_content .form form .form-row .form_select,
  .modal_form .modal-content .form_content .form form .form-row textarea {
    width: 222px; }
  .history-swiper .history_content {
    width: 70%;
    padding-top: 10em;
    padding-left: 25px; }
  .modal_form {
    padding-top: 25%; }
  .sustainability-swiper.innovation_banners {
    height: 37em; }
  .sustainability-swiper.sustainability-swiper.swiper-container {
    height: 37em; }
  .innovation_container .innovation_content {
    width: 100%; }
  .product_category_banner {
    min-height: initial; }
  .product_category_banner .product_category_bg {
    padding-top: 8em;
    min-height: initial; }
  .company_description {
    min-height: initial; }
  .counter_banner .counter_text {
    position: initial; }
  .products_container .products ul li {
    font-size: 1.15em; }
  .news_container .news_product .news_img img {
    width: 100%;
    height: 100%; }
  .product_size-bg .product_size_container {
    width: 70%; }
  .categories_section.related_products .categories_container {
    flex-wrap: wrap; }
  .categories_section.related_products .categories_container a {
    width: 48%; }
  .categories_section.related_products .categories_container a .categories_card {
    max-width: initial; }
  .categories_section.related_products .categories_container a .categories_card .card_image img {
    object-fit: cover; } }

/*@media only screen and (max-width: 1280px) {*/
@media only screen and (max-width: 1024px) {
  .counter_banner {
    background-repeat: no-repeat;
    padding-top: 12em; }
  .counter_banner .counter_section {
    background-color: #5db331;
    padding: 15px 0; }
  .counter_banner .counter_section p {
    color: #ffffff; }
  .counter_banner .counter_section .counter h1 {
    background-color: transparent; }
  .products_container .products {
    flex-wrap: wrap; }
  .products_container .products .products_right {
    width: 80%;
    padding: 0; }
  .products_container .products .products_left {
    width: 50%;
    margin-top: 20px; }
  .news_container .news_product {
    width: 70%;
    align-items: center; }
  /* .subscribe_container {
        flex-wrap: wrap;
        justify-content: center;
        width: 50%;
    } */
  /* .subscribe_container .subscribe_title {
        width: 100%;
        text-align: center;
    } */
  .subscribe_container input {
    margin: 25px 0; }
  .subscribe_container a.global-button-blue {
    padding: 10px 11em; }
  .categories_section .categories_container a {
    width: 50%; }
  .allied_logos {
    display: none; }
  .categories_section .categoria_title {
    color: #5b5b5b;
    font-family: "GT Bold", sans-serif;
    font-size: 1.75em;
    padding-left: 6%; }
  .product_category_banner {
    background-size: 100% 100%; }
  .product_category_banner .product_category_bg {
    width: 55%; }
  .product_category_banner .product_category_bg .product_category_content {
    width: 90%; }
  .see_product.product_popup .toggle_product .content {
    width: 70%; }
  .see_product.product_popup .toggle_product .content .close {
    margin-left: 63%; }
  .sustainable_product .sustainable_content {
    padding: 0 25px; }
  .sustainable_product .sustainable_content .sustainable_img {
    width: 60%; }
  .sustainable_product .sustainable_content .sustainable_img img {
    width: 100%; }
  .product_size-bg .product_size_container {
    width: 90%; }
  .seek_bg .seek_content .seek_image img {
    width: 80%; }
  .seek_bg.resq_description .seek_content .seek_text h1 {
    font-size: 1.375em;
    line-height: 30px;
    color: #4a4a49; }
  .seek_bg.resq_description .seek_content .seek_text h1 img {
    width: 42px;
    vertical-align: text-bottom;
    top: inherit; }
  .seek_bg.resq_description .seek_content .seek_text p {
    font-size: 17;
    line-height: 22px; }
  .seek_bg.resq_description .seek_content .seek_image img {
    margin: auto; }
  .plastic_bg .plastic_content {
    flex-wrap: wrap; }
  .plastic_bg .plastic_content .plastic_left {
    width: 100%; }
  .plastic_bg .plastic_content .plastic_left img {
    width: 80%;
    margin: 0 auto;
    max-height: initial; }
  .plastic_bg .plastic_content .plastic_right {
    width: 100%;
    margin-top: 4em; }
  .plastic_bg .plastic_content .plastic_right .resq {
    max-width: initial;
    width: 40%; }
  .plastic_bg .plastic_content .plastic_right .button {
    text-align: center; }
  .darnel_description_banner .description_content.right .right_description {
    padding-left: 0; }
  .darnel_description_banner .description_content.right .right_description h1 {
    font-size: 1.875em; }
  .manufacturing_second_banner .description_content.right .right_description {
    padding-left: 2em; }
  .manufacturing_second_banner .description_content.right .right_description h1 {
    font-size: 1.875em; }
  .Programs_bg .Programs_content .Programs_image img {
    max-width: 110px;
    height: auto; }
  .innovation_container h2 {
    margin-bottom: 2em; }
  .innovation_container .innovation_content {
    flex-wrap: wrap;
    width: 100%; }
  .innovation_container .innovation_content .innovation_text {
    padding-top: 0; }
  .innovation_container .innovation_content .innovation_text.first {
    padding-right: 0;
    padding-left: 30px;
    background-size: contain;
    background-image: url("../img/border-image-right-mobile.png");
    background-position: 0 40%; }
  .innovation_container .innovation_content .innovation_text.first p {
    text-align: initial; }
  .innovation_container .innovation_content .innovation_text.first p:first-child {
    margin-bottom: 25px; }
  .innovation_container .innovation_content .innovation_text.first p:last-child {
    margin-bottom: 0; }
  .innovation_container .innovation_content .innovation_text.second {
    background-size: contain;
    background-image: url("../img/border-image-right-mobile.png");
    background-position: 0 40%; }
  .innovation_container .innovation_content .innovation_text.second p:first-child {
    margin-bottom: 25px; }
  .innovation_container .innovation_content .innovation_text.second p:last-child {
    margin-bottom: 0; }
  .innovation_container .innovation_content .innovation_text p {
    line-height: 25px;
    width: 90%;
    margin: 0 auto 25px; }
  .innovation_container .innovation_content .innovation_image {
    margin: 30px auto; }
  .innovation_container .innovation_content .innovation_image img {
    width: 100%; }
  .manufacturing-swiper.manufacturing-swiper.swiper-container {
    height: 58%; }
  .map_container .map {
    padding-right: 4em;
    width: 75%; }
  .footer_container .first_content {
    width: 50%; }
  .footer_container .second_content {
    width: 40%;
    padding: 0 15px;
    text-align: center; }
  .footer_container .third_content {
    width: 25%; }
  .planet_banner .description {
    width: 60%;
    margin-left: 40%; }
  .manufacturing-swiper.resq_slider .manufacturing_banner .description_content.left .description_content__title {
    font-size: 1.25em;
    line-height: 27px; }
  .manufacturing-swiper.resq_slider .manufacturing_banner .description_content.left .description_content__text {
    font-size: 1em;
    width: 85%; }
  .planet_banner.third_banner .description {
    width: 70%;
    padding-bottom: 15em; }
  .white_bg.news_banner {
    margin-top: 4em;
    padding: 3em 0; }
  .white_bg.news_banner .plastic_content .plastic_right {
    width: 100%;
    padding: 0 35px;
    order: 2; }
  .white_bg.news_banner .plastic_content .plastic_left img {
    width: 100%; }
  .news_bg .news_section .news_product {
    width: 100%;
    padding: 0; }
  .news_bg .news_section .news_product .news_img {
    width: 100%;
    padding: 0; }
  .news_bg .news_section .news_product .news_img img {
    max-height: 500px;
    border-radius: 20px 20px 0 0; }
  .news_bg .news_section .news_product .news_text p {
    margin: 10px 0;
    line-height: 22px; }
  .news_bg.news_column .news_section .news_container .news_product .news_img img {
    padding: 0; }
  .modal_form .modal-content .form_content {
    flex-wrap: wrap; }
  .modal_form .modal-content .form_content .title {
    width: 100%; }
  .modal_form .modal-content .form_content .title h1 {
    font-size: 1.75em;
    text-align: center; }
  .modal_form .modal-content .form_content .form {
    width: 75%;
    padding: 2em 0; }
  .hidden-desktop {
    display: inherit !important; }
  .hidden-mobile {
    display: none !important; }
  .mobile_icon {
    padding-right: 0px; }
  .search_icon {
    padding-right: 0px; }
  .searchProducts_mob {
    background-color: transparent !important;
    border: 1px solid #b0afaf !important;
    background-image: url(../img/icSearch.svg) !important; }
  .filter_content .nice-select,
  .filter_content .text_content p {
    display: none !important; }
  .mobile_icon img {
    width: 40px; }
  .nav_filter_mob {
    align-items: flex-start !important; }
  .filter_content_box {
    margin: 40px 0 0 0;
    width: 100%; }
  header .section_container .nav_container.show_menu .nav_links ul.nav_list li.header_border::after {
    display: none; }
  .zopim {
    z-index: 9 !important;
    bottom: 25px !important; }
  #product_galery .categories_container a {
    margin: 1% 1% 30px !important; }
  #product_galery .categories_container a:first-child {
    margin-top: 15px !important; }
  #product_galery .categories_container .categories_card .card_text h1 {
    min-height: inherit !important;
    margin: 0 !important; }
  header {
    padding: 0;
    background-color: #4f4f4fe6; }
  header nav .darnel_logo {
    max-width: 90px;
    padding-left: 25px; }
  header .nav_container {
    display: none; }
  header .nav_container.show_menu {
    display: flex !important;
    position: absolute;
    background-color: white;
    top: 100%;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    left: 0; }
  header .nav_container.show_menu .nav_links {
    order: 2;
    background-color: #f6f6f6;
    border-top: 0;
    border-bottom: 0; }
  header .nav_container.show_menu .nav_links .nav_list {
    flex-wrap: wrap;
    padding: 0px 24px 32px; }
  header .nav_container.show_menu .nav_links .nav_list li {
    width: 100%;
    font-size: 1em;
    margin: 15px 0; }
  header .nav_container.show_menu .nav_links .nav_list li {
    background: url("../img/arrow-right.svg") no-repeat;
    background-size: 18px;
    background-position: 96% 50%; }
  header .nav_container.show_menu .nav_links .nav_list_data li:first-child {
    border-top: 1px solid #949494;
    margin-top: 0;
    padding-top: 32px;
    background-position: 96% 95%; }
  header .nav_container.show_menu .nav_links .nav_list li a {
    color: #5c5c5c;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    font-family: "Helvetica Bold", sans-serif; }
  header .nav_container.show_menu .nav_links .nav_list_data li a {
    font-family: "Helvetica", sans-serif;
    color: #5c5c5c;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px; }
  .local_flag_text {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    color: #2671ba; }
  header .nav_container.show_menu .nav_links .nav_list li.shopping_icon img {
    display: none; }
  header .nav_container.show_menu .nav_links .nav_list.mobile_list {
    border-top: 0;
    border-bottom: 0; }
  header .nav_container.show_menu .nav_filter {
    margin-top: 0px;
    padding: 0 24px;
    padding-bottom: 1rem;
    height: auto;
    background-color: #f6f6f6; }
  header .nav_container.show_menu .nav_filter .filter_content {
    flex-wrap: wrap; }
  header .nav_container.show_menu .nav_filter .filter_content p {
    width: 100%;
    text-align: initial;
    margin: 15px 0;
    padding-left: 10px;
    color: #5b5b5b;
    font-size: 1em;
    font-weight: bold; }
  header .nav_container.show_menu .nav_filter .filter_content .header_select {
    width: 100%;
    width: 100%;
    background-color: #efefef;
    border-radius: 20px;
    margin: 5px 0;
    padding: 0 30px; }
  header .nav_container.show_menu .nav_filter .filter_content .header_select::after {
    right: 25px; }
  header .nav_container.show_menu .nav_filter .filter_content .search_content {
    order: -1;
    width: 100%; }
  header .nav_container.show_menu .nav_filter .filter_content .search_content input {
    background-color: #4f4f4f;
    color: #4a4a49;
    height: 40px;
    width: 100%;
    padding-left: 45px;
    background-position-x: 15px; }
  header .nav_container.show_menu .nav_filter .filter_content .search_content input:focus {
    background-color: #ffffff !important;
    background-image: url(../img/searchActive.svg) !important; }
  header .nav_container.show_menu .nav_filter .filter_content .search_content input::placeholder {
    color: #bebebe; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content p {
    border: 0; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li {
    position: relative;
    display: block; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li.active {
    background-color: #ffffff;
    padding: 4px 0;
    border-radius: 20px; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li.active::after {
    content: "";
    background-image: url("../img/arrow-right.svg");
    background-repeat: no-repeat;
    transform: rotate(270deg);
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 99;
    top: 0px;
    right: 0px; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li a {
    color: #000;
    float: left;
    width: auto;
    height: auto;
    cursor: pointer;
    display: flex;
    align-items: center; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li a.pop {
    width: 100%;
    position: relative; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: block;
    margin: 0 10px 0 0; }
  .local_flag_chevron {
    margin: 0 0 0 0 !important;
    position: absolute;
    right: 15px;
    width: 15px !important; }
  .nav_filter_mob {
    margin: 40px 0 0 !important; }
  .nav_filter_btns {
    position: fixed;
    bottom: 20px;
    width: 100%;
    left: 0;
    opacity: 1;
    z-index: 1; }
  .nav_filter_btns.nav_filters_ac {
    opacity: 1;
    z-index: 1; }
  .nav_filter_btns_wrapper {
    width: 100%;
    padding: 0 15px;
    display: flex; }
  .nav_filter_btns_btn {
    box-shadow: 0 4px 4px 0 rgba(38, 113, 186, 0.16);
    width: 50%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    color: #2671ba;
    border-radius: 40px 0px 0px 40px;
    border: 1px solid #2671ba;
    font-size: 16px;
    font-weight: bold; }
  .nav_filter_btns_btn.nav_filter_btns_btn--dark {
    box-shadow: 0 4px 4px 0 rgba(38, 113, 186, 0.16);
    width: 50%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2671ba;
    color: #ffffff;
    border-radius: 0px 40px 40px 0px;
    font-size: 16px;
    font-weight: bold; }
  .filterItemHeading {
    padding: 18px 0; }
  .filterItemHeading p {
    font-family: "Helvetica Neue", sans-serif !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    color: #2671ba !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative; }
  .filterItemHeading p img {
    position: absolute;
    right: 0;
    width: 16px;
    height: auto;
    display: block;
    top: 30%;
    transition: transform 0.3s ease; }
  .filterItemContent_item {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
    position: relative; }
  body header .filterItemContent_item_label {
    width: calc(100% - 20px); }
  body header .filterItemContent_item_label label {
    font-family: "Roboto", sans-serif !important;
    color: #949494 !important;
    font-size: 16px; }
  .filterItemContent_item_input_box {
    width: 100%;
    height: 100%; }
  .filterItemContent_item_input {
    width: 100%;
    position: absolute;
    height: 20px;
    right: 0; }
  .filterItemContent_item_input input {
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
    position: absolute;
    opacity: 0; }
  .checkmark {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    border: 1px solid #b0afaf;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all ease-in-out; }
  .checkmark:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    display: none;
    transition: 0.2s all ease-in-out;
    border-radius: 50%; }
  .filterItemContent_item_input input:checked ~ .checkmark {
    border-color: #5db331; }
  .filterItemContent_item_input input:checked ~ .checkmark:after {
    display: block;
    background-color: #5db331; }
  .close__filter .filterItemContent {
    height: 0px;
    transition: height 1s ease-out;
    transform: scaleY(0); }
  .open .filterItemContent {
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.4s ease;
    box-sizing: border-box; }
  .open .filterItemHeading img {
    transform: rotateX(170deg); }
  #cleanFilters__msg {
    width: calc(100% - 30px);
    padding: 5px 15px;
    background-color: rgba(93, 179, 49, 0.2);
    border-radius: 8px;
    margin: 0 auto 10px;
    opacity: 0;
    transition: 0.2s all ease-out; }
  #cleanFilters__msg.msg_active {
    opacity: 1; }
  .closeIc {
    display: none; }
  .closeIc2 {
    display: none; }
  .menu_ac .closeIc {
    display: block; }
  .menu_ac .menuIc {
    display: none; }
  .search_ac .closeIc2 {
    display: block; }
  .search_ac .searchIc {
    display: none; }
  #cleanFilters__msg p {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #5db331;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    font-weight: 500; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li ul {
    background: #f6f6f6;
    right: 0;
    overflow: hidden auto;
    top: 0;
    z-index: 999;
    border-radius: 20px; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li ul li a {
    width: 100%;
    height: auto;
    float: none;
    display: flex;
    align-items: center;
    margin: 7px 0; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li ul li a img {
    width: 20px;
    margin: 5px 15px; }
  header .nav_container.show_menu .nav_filter .filter_content .text_content ul .flag_container .filtr-box li ul li a span {
    font-size: 1em;
    padding-left: 10px; }
  header .nav_container.show_menu .head_footer {
    order: 2;
    width: 100%;
    padding: 1em 0 6em;
    flex-wrap: wrap; }
  header .nav_container.show_menu .head_footer .head_content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 70%;
    margin: auto;
    padding: 30px 0; }
  header .nav_container.show_menu .head_footer .legal {
    text-align: center;
    border-top: solid 1px #5b5b5b69;
    padding-top: 30px;
    margin: 0 20px;
    width: 100%; }
  header .nav_container.show_menu .head_footer .legal p {
    font-size: 0.75em;
    line-height: 18px; }
  .darnel_description_banner .description_content h1 {
    font-size: 1.875em; }
  .darnel_description_banner .description_content.left .logos img {
    width: 40%; }
  .company_description .description_content.right .right_description p.description_content__text {
    width: 90%; }
  .company_description .description_content__text {
    width: 90%; }
  .swiper-map .map-pagination.swiper-pagination .swiper-pagination-bullet {
    opacity: 1; }
  .products_container .products .products_button {
    margin-top: 15px; }
  .products_container .products .products_button.hidden-desktop {
    display: block !important;
    width: 100%; }
  .products_container .products .products_button .global-button-white {
    background-color: transparent; }
  .news_description {
    flex-wrap: wrap;
    max-width: 733px;
    margin: auto; }
  .news_description .news_column {
    width: 48%;
    padding: 0 15px; }
  .third_column {
    width: 100%; }
  .manufacturing .manufacturing_content div {
    padding: 0 15px; } }

/* 1280 */
@media only screen and (max-width: 1024px) {
  .home_banner .banner_content {
    width: 100%;
    margin-left: 0;
    padding: 0 3em; }
  .home_banner .banner_content .slider_text {
    width: 100%;
    font-size: 1em;
    line-height: 22px; }
  .home_banner .banner_content .slider_button {
    display: flex;
    justify-content: center;
    margin-top: 35vh !important; }
  .home_banner .banner_content .slider_button a {
    font-size: 0.8em;
    padding: 10px 15px;
    /* position: absolute; */
    bottom: 25px; }
  .counter_banner {
    background-size: auto 50%;
    max-height: initial; }
  .counter_banner .counter_section {
    text-align: initial;
    padding: 20px 43px !important;
    padding-top: 20px !important; }
  .counter_banner .counter_section .counter h1 {
    font-size: 2.8125em;
    margin: 0;
    padding: 0; }
  .counter_banner .counter_section .green_text {
    font-size: 1.25em; }
  .counter_banner .counter_section p {
    line-height: 21px;
    font-size: 1em; }
  .products_container .products {
    padding: 20px 40px 20px !important; }
  .products_container .products .products_right {
    width: 50%; }
  .products_container .products .products_right.change-order {
    order: 1; }
  .products_container .products ul li::before {
    font-size: 30px;
    /* left: 33px; */ }
  .products_container .products_button {
    margin: 30px 0;
    order: 1; }
  .products_container .products_button a {
    padding: 15px 25px; }
  .company_description.sostenibilidad-bg {
    background-size: 100% 35%; }
  .company_description.sostenibilidad-bg .description_content:hover .text_hover {
    display: inherit; }
  .company_description.sostenibilidad-bg .description_content__title {
    font-size: 1.5625em;
    font-family: "GT Bold", sans-serif;
    color: #7abc5c; }
  .company_description.sostenibilidad-bg .description_content__text {
    font-size: 1em;
    width: 100%; }
  .company_description.sostenibilidad-bg .description_content.left {
    margin: 0;
    width: 100%;
    padding: 0 20px;
    padding-top: 24em;
    padding-bottom: 2em;
    max-height: initial;
    background-image: none; }
  .company_description.sostenibilidad-bg .description_content.left .text_hover {
    width: 100%; }
  .company_description.sostenibilidad-bg .description_content.left .text_hover__hide {
    display: block; }
  .company_description.sostenibilidad-bg .description_content.left .text_hover__hide h2 {
    color: #52a01e;
    font-size: 1.25em; }
  .company_description.sostenibilidad-bg .description_content.left .text_hover__hide .hov_content .hover {
    padding: 0; }
  .company_description.sostenibilidad-bg .description_content.left .text_hover__hide .hov_content .mobile_icons {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 3em auto; }
  .company_description.sostenibilidad-bg .description_content.left .text_hover__hide .hov_content .mobile_icons div {
    border-radius: 100%;
    background-color: #5bb333;
    padding: 5px 10px; }
  .company_description.sostenibilidad-bg .description_content.left .text_hover__hide .hov_content .mobile_icons div img {
    width: 30px; }
  .company_description.sostenibilidad-bg .description_content.left .description_button {
    text-align: center;
    margin-bottom: 30px; }
  .company_description.sostenibilidad-bg .description_content.left .description_button a {
    padding: 13px 100px;
    background-color: transparent;
    color: #52a01e;
    border: solid 1px #52a01e;
    width: 85% !important;
    justify-content: center; }
  .company_description.innovacion-bg {
    background-repeat: no-repeat;
    background-size: 100% 45%;
    padding-top: 16em;
    height: auto; }
  .company_description.innovacion-bg .description_content.right {
    height: auto;
    padding: 0em 0% 0em 0% !important; }
  .company_description .description_content {
    width: 100%;
    background-color: transparent;
    padding: 0; }
  .company_description .description_content.right .right_description {
    padding: 10% 20px 2em !important; }
  .company_description .description_content.right .right_description .description_content__title {
    color: #7abc5c;
    font-family: GT Bold, sans-serif;
    font-size: 1.5625em;
    margin-bottom: 25px !important;
    margin-top: 2rem !important; }
  .company_description .description_content.right .right_description .description_content__text {
    color: #ffffff;
    width: 100%;
    line-height: 27px;
    font-size: 1em; }
  .company_description .description_content.right .right_description .innovacion_button {
    text-align: center; }
  .company_description .description_content.right .right_description .innovacion_button a {
    background-color: #5fb839 !important;
    border: 1px solid #5fb839 !important;
    color: #fff !important;
    display: inline-flex;
    font-size: 16px !important;
    padding: 10px 24px !important;
    width: auto !important; }
    .company_description .description_content.right .right_description .innovacion_button a:hover {
      background-color: transparent !important;
      border: 1px solid #5fb839 !important;
      color: #5fb839 !important; }
  .news_mobile {
    margin-top: -40px !important;
    display: block;
    background-color: #ffffff; }
  .news_mobile .news_section {
    padding: 0;
    width: 100%; }
  .news_mobile .news_container .news_title {
    margin-top: 30px;
    margin-bottom: 5px;
    font-family: "Helvetica Bold", sans-serif;
    font-size: 22px;
    position: relative;
    color: #005185; }
  .news_mobile .news_container .news_product {
    width: 100%;
    padding: 0 3em; }
  .news_mobile .news_container .news_product .news_text small {
    color: #b9b9b9; }
  .news_mobile .news_container .news_product .news_text h1 {
    margin: 10px 0; }
  .news_mobile .news_container .swiper-button-next {
    right: 0; }
  .news_mobile .news_container .swiper-button-prev {
    left: 0; }
  .news_mobile .news_container .swiper-button-next,
  .news_mobile .news_container .swiper-button-prev {
    color: #5b5b5a; }
  .subscribe_container {
    background-color: #f4f4f4; }
  /* .subscribe_container input {
        width: 60%;
    } */
  .subscribe_container .subscribe_button {
    width: 100%;
    text-align: center; }
  .subscribe_container .subscribe_button a {
    padding: 10px 25%; }
  .categories_section .section_container {
    width: 90%; }
  .categories_section .categories_container a {
    width: 100%; }
  .categories_section .categories_container a .categories_card .card_text {
    padding-bottom: 15px;
    height: auto; }
  .categories_section .categories_container a .categories_card .card_text p {
    display: none; }
  .product_category_banner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    min-height: initial; }
  .product_category_banner.sustainability_banner {
    background-size: cover;
    background-image: url(../img/home-bg-1.png); }
  .product_category_banner .product_category_bg {
    width: 100%;
    background-color: transparent;
    padding-top: 19em;
    padding-bottom: 0;
    margin-top: 0;
    min-height: initial; }
  .product_category_banner .product_category_bg .product_category_content {
    padding: 8em 0 5px 0; }
  .product_category_banner .product_category_bg .product_category_content .logos_container {
    display: flex;
    align-items: center; }
  .product_category_banner .product_category_bg .product_category_content .logos_container .product_category_logos {
    width: 48%;
    justify-content: space-between; }
  .product_category_banner .product_category_bg .product_category_content .logos_container .product_category_logos img {
    width: 55px;
    height: auto;
    object-fit: contain; }
  .product_category_banner .product_category_bg .product_category_content .logos_container .product_category_logos.second_logos img {
    width: 55px;
    height: auto;
    object-fit: contain; }
  .product_category_banner .product_category_bg .product_category_content .logos_container .product_category_logos.second_logos span {
    margin: 0 10px; }
  .product_category_banner .product_category_bg .product_category_content .logos_container span {
    font-size: 1.5em;
    color: #707070;
    margin: 0 10px; }
  .product_category_banner .product_category_bg .product_category_content .logos_container span.space {
    display: block; }
  .product_category_banner.us_banner {
    background-size: 100% 100% !important; }
  .product_category_banner.us_banner .product_category_bg {
    /* padding-top: 20em !important; */
    padding-bottom: 18em; }
  .product_category_banner.us_banner .product_category_bg .product_category_content {
    padding-top: 19em; }
  .product_category_banner.us_banner .product_category_bg .product_category_content h1 {
    font-size: 1.75em;
    color: #5b5b5b; }
  .product_category_banner.us_banner .product_category_bg .product_category_content .product_category_text p {
    font-size: 1em;
    color: #5b5b5b; }
  .product_category_banner.us_banner .product_category_bg .product_category_content .product_category_text > br {
    display: none; }
  .see_product {
    max-height: initial; }
  .see_product .product_section h1 {
    width: 85%;
    font-size: 1.375em;
    text-align: initial;
    line-height: 27px; }
  .see_product .product_section .product_description {
    flex-wrap: wrap; }
  .see_product .product_section .product_description .product_text > div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end; }
  .see_product .product_section .product_description .product_text > div p {
    width: 86%;
    margin: 0;
    padding: 25px 15px; }
  .see_product .product_section .product_description .product_img img {
    width: 90%;
    margin: auto; }
  .see_product.second_bg .product_text {
    padding-left: 5%;
    order: 1; }
  .see_product.product_popup .toggle_product .content {
    width: 90%; }
  .see_product.product_popup .toggle_product .content .close {
    margin-left: 80%; }
  .see_product#sectionProduct3 {
    max-height: initial; }
  .sustainable_product .sustainable_content {
    flex-wrap: wrap;
    padding: 0 13%;
    padding-bottom: 15em; }
  .sustainable_product .sustainable_content .sustainable_img {
    width: 100%;
    margin: 0;
    order: 1; }
  .sustainable_product .sustainable_content .sustainable_img .recycling_icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 4em 0; }
  .sustainable_product .sustainable_content .sustainable_img .recycling_icons .recycling_bg {
    background-color: #52a01e;
    border-radius: 50px;
    padding: 10px;
    width: 50px; }
  .sustainable_product .sustainable_content .sustainable_img .recycling_icons .recycling_bg img {
    width: 100%;
    height: auto; }
  .sustainable_product .sustainable_content .sustainable_img .sustainable_button {
    display: block;
    text-align: center; }
  .sustainable_product .sustainable_content .sustainable_img .sustainable_button a {
    display: block; }
  .sustainable_product .sustainable_content .sustainable_text h2 {
    font-size: 1.5625em;
    line-height: 40px; }
  .sustainable_product .sustainable_content .sustainable_text h2 span {
    font-size: 0.8em;
    bottom: 6px; }
  .sustainable_product .sustainable_content .sustainable_text h2 br {
    display: none; }
  .sustainable_product .sustainable_content .sustainable_text p {
    font-size: 1em;
    line-height: 27px; }
  .sustainable_product .sustainable_content .sustainable_text p img {
    height: 18px;
    top: 6px; }
  .sustainable_product .sustainable_content .sustainable_text .recycling_icons {
    display: none; }
  .sustainable_product .sustainable_content .sustainable_text .sustainable_button {
    display: none; }
  .product_size-bg {
    overflow: scroll; }
  .product_size-bg .product_size_container {
    width: 1170px; }
  .product_size-bg .product_size_container .product_size {
    width: 25%; }
  .product_color_container {
    flex-wrap: wrap;
    padding: 15px 3em; }
  .product_color_container .product_image {
    width: 100%;
    padding: 0 40px; }
  .product_color_container .product_image img {
    width: 100%; }
  .product_color_container .product_image .image_preview {
    width: 100%;
    margin: 20px auto; }
  .product_color_container .product_image .image_preview div {
    margin: 0 10px; }
  .product_color_container .product_color {
    width: 100%;
    padding: 0 40px; }
  .product_color_container .product_color .product_title {
    font-size: 1.5625em; }
  .product_color_container .product_color .color_content .color_description .description div p {
    font-size: 1em; }
  .product_color_container .product_color .color_content .color_description .description div p {
    font-size: 1em; }
  .product_color_container .product_color .color_content .color_description .shopping_product .description_shopping p {
    width: 80%;
    line-height: 24px;
    font-size: 1em; }
  .product_color_container .product_color .color_content .color_description .shopping_product .description_shopping > a {
    display: flex;
    align-items: center; }
  .product_color_container .product_color .color_content .color_description .shopping_product .description_shopping > a p {
    width: 100%; }
  .product_color_container .product_color .color_content .select_color {
    padding-right: 0; }
  .product_color_container .product_color .color_content .select_color .colors p {
    display: none; }
  .product_color_container .product_color .color_content .select_color .colors div {
    width: 26px;
    height: 26px; }
  .product_color_container .product_color .product_button button {
    justify-content: center;
    padding: 8.4px 0;
    font-size: 1em;
    width: 80%;
    margin: auto; }
  .product_color_container .product_color .product_button button img {
    margin: 0 10px; }
  .related_mobile {
    display: block; }
  .related_mobile .related_products {
    display: block; }
  .related_mobile .categories_section {
    margin: 0;
    background-color: #ffffff; }
  .related_mobile .categories_section .related_title {
    font-family: "GT Bold", sans-serif;
    font-size: 1.5625em;
    text-align: center;
    padding-left: 10%; }
  .related_mobile .categories_section .categories_container a .categories_card .card_text p {
    display: block;
    width: 100%; }
  .related_mobile .categories_section .categories_container a .categories_card .card_image img {
    border-radius: 20px; }
  /* .seek_bg .seek_content {
        flex-wrap: wrap;
    } */
  .seek_bg .seek_content .seek_image {
    padding: 2em 0; }
  .seek_bg .seek_content .seek_image img {
    margin: auto; }
  .seek_bg .seek_content .seek_text {
    padding-bottom: 2em; }
  .seek_bg .seek_content .seek_text h2 {
    font-size: 1.4375em; }
  .seek_bg .seek_content .seek_text ul li {
    font-size: 1em; }
  .seek_bg .seek_content .seek_text ul li::before {
    width: 23px;
    font-size: 40px;
    color: #5b5b5b; }
  .seek_bg.sustainability_section {
    padding: 1rem 0 !important; }
  .seek_bg.sustainability_section .seek_content {
    width: 100%; }
  .seek_bg.sustainability_section .seek_content .seek_image {
    width: 100%;
    padding-bottom: 0; }
  .seek_bg.sustainability_section .seek_content .seek_text {
    width: 95%;
    margin: auto; }
  .seek_bg.sustainability_section .seek_content .seek_text h1 {
    color: #5b5b5b; }
  .seek_bg.sustainability_section .seek_content .seek_text p {
    color: #5b5b5b;
    font-size: 1em;
    line-height: 22px; }
  .seek_bg.sustainability_section .seek_content .seek_text br {
    display: none; }
  .seek_bg.sustainability_section .seek_content .seek_text .button {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center; }
  .seek_bg.sustainability_section .seek_content .seek_text .button a {
    padding: 10px 75px; }
  .seek_bg.sustainability_section.committed .seek_content .seek_text {
    margin-top: 20px; }
  .seek_bg.sustainability_section.committed .seek_content .seek_text h1 {
    margin-bottom: 35px; }
  .seek_bg.sustainability_section.committed .seek_content .seek_image {
    order: -1; }
  .manufacturing h2 {
    font-size: 1.4375em;
    text-align: initial;
    padding: 0 20px; }
  .manufacturing h2 br {
    display: none; }
  .manufacturing .manufacturing_content {
    flex-wrap: wrap; }
  .manufacturing .manufacturing_content img {
    margin: auto; }
  .manufacturing .manufacturing_content .manufacturing_border {
    border: none;
    border-top: solid 1px #bababa;
    border-bottom: solid 1px #bababa;
    margin: 15px 0;
    padding: 15px 20px; }
  .plastic_bg {
    padding: 1em 25px; }
  .plastic_bg .plastic_content .plastic_right {
    margin-top: 2em; }
  .plastic_bg .plastic_content .plastic_right h2 {
    font-size: 1.375em;
    line-height: 25px; }
  .plastic_bg .plastic_content .plastic_right p {
    font-size: 1em;
    line-height: 23px; }
  .plastic_bg .plastic_content .plastic_right .plastic_image {
    margin: 3em 0 4em; }
  .plastic_bg .plastic_content .plastic_right .plastic_image img {
    width: 100%; }
  .plastic_bg .plastic_content .plastic_right .button {
    margin: 30px 0; }
  .plastic_bg .plastic_content .plastic_right .button.hidden-section-desktop a {
    padding: 10px 42px; }
  .plastic_bg .plastic_content .plastic_right .button a {
    display: flex;
    justify-content: center; }
  .darnel_description_banner .vision-banner-1 {
    padding-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background: unset !important; }
  .darnel_description_banner .vision-banner-1 .description_content .right_description {
    background-color: transparent; }
  .darnel_description_banner .vision-banner-1 .description_content .right_description .description_content__title {
    color: #52a01e; }
  .darnel_description_banner .vision-banner-1 .description_content .right_description .description_content__text {
    color: #3a3a39; }
  .darnel_description_banner .vision-banner-2 {
    padding-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background: unset !important; }
  .darnel_description_banner .vision-banner-2 .description_content {
    padding: 0 35px; }
  .darnel_description_banner .vision-banner-2 .description_content img.darnel_logo {
    width: 100%;
    margin: 20px auto;
    max-width: 100%; }
  .darnel_description_banner .vision-banner-2 .description_content .description_content__title {
    font-size: 1.375em;
    width: 100%; }
  .darnel_description_banner .vision-banner-2 .description_content .description_content__text {
    font-size: 1em; }
  .darnel_description_banner .vision-banner-2 .description_content .button {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px; }
  .sustainability-swiper.sustainability-swiper.swiper-container {
    height: 140% !important; }
  .sustainability-swiper.sustainability-swiper.swiper-container .company_description {
    flex-wrap: wrap; }
  .sustainability-swiper.sustainability-swiper.swiper-container .sustainability-pagination {
    width: 100% !important;
    background-color: #fff;
    padding: 25px 0;
    bottom: -1px;
    z-index: 1; }
  .sustainability-swiper.sustainability-swiper.swiper-container .sustainability-pagination .swiper-pagination-bullet {
    width: 19px;
    height: 19px;
    border: solid 2px #52a01e; }
  .sustainability-swiper.sustainability-swiper.swiper-container .sustainability-pagination .swiper-pagination-bullet-active {
    background-color: #52a01e; }
  .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .sustainability-pagination .swiper-pagination-bullet {
    border: solid 2px #2671ba;
    margin-right: 15px; }
  .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .sustainability-pagination .swiper-pagination-bullet-active {
    background-color: #2671ba; }
  .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.left {
    background-color: #2671ba; }
  .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.right {
    height: 80%;
    padding-bottom: 13em; }
  .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.left .description_content__title {
    margin-top: 0 !important; }
  .sustainability-swiper .manufacturing_banner .description_content.left {
    padding: 9%;
    height: 100%; }
  .sustainability-swiper .manufacturing_banner .description_content.left .description_content__title {
    font-size: 1.278em; }
  .sustainability-swiper .manufacturing_banner .description_content.left .description_content__title br {
    display: none; }
  .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text {
    width: auto;
    min-height: 180px;
    font-size: 1em; }
  .sustainability-swiper .manufacturing_banner .description_content.right {
    height: 70%;
    padding-bottom: 16em;
    margin-bottom: 0.5rem; }
  .sustainability-swiper .manufacturing_banner .description_content.right img {
    object-fit: cover; }
  .manufacturing_second_banner.banner-bg {
    padding-top: 22em;
    background-size: 100% 40%;
    background-repeat: no-repeat;
    padding-bottom: 3em; }
  .manufacturing_second_banner.banner-bg .description_content .right_description {
    background-color: #ffffff; }
  .manufacturing_second_banner.banner-bg .description_content .right_description .description_content__title {
    color: #5b5b5b; }
  .manufacturing_second_banner.banner-bg .description_content .right_description .description_content__text {
    color: #4a4a49; }
  .plastic_bg.white_bg {
    background-color: #d6eefc;
    padding-bottom: 0; }
  .plastic_bg.white_bg .plastic_content .plastic_left {
    width: 85%; }
  .plastic_bg.white_bg .plastic_content .plastic_left img {
    width: 100%; }
  .plastic_bg.white_bg .plastic_content .plastic_right h1 {
    color: #5b5b5b; }
  .manufacturing.gei_content {
    background-color: #ffffff; }
  .manufacturing.gei_content .manufacturing_content .mobile_icons {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .manufacturing.gei_content .manufacturing_content div p {
    font-size: 1em;
    line-height: 20px; }
  .manufacturing.gei_content .manufacturing_content h1 {
    font-size: 1.375em; }
  .manufacturing.gei_content fieldset p {
    font-size: 1em;
    line-height: 20px; }
  .manufacturing.gei_content fieldset p.green_text {
    font-size: 1.25em;
    padding: 0 15px;
    text-align: initial;
    line-height: 25px; }
  .manufacturing.gei_content.us {
    background-color: #f4f4f4; }
  .community {
    padding: 0em; }
  .community .community_text {
    text-align: initial;
    padding: 0 35px; }
  .community .community_text h2 {
    font-size: 21px;
    text-align: center; }
  .community .community_text p {
    font-size: 1em; }
  .community .community_image .community_content {
    width: 100%;
    margin: 5px 0; }
  .community .community_image .community_content:hover img {
    transform: scale(1); }
  .community .community_image .community_content img {
    object-fit: cover;
    max-height: 110px; }
  .community .community_image .community_content .community_visible {
    max-height: 110px; }
  .community .community_image .community_accordeon {
    display: none !important; }
  .community .community_image .down_accordeon .community_visible {
    display: block; }
  .community .community_image .down_accordeon .community_accordeon {
    display: none !important; }
  .community .community_image .down_accordeon .community_visible {
    display: none; }
  .community .community_image .down_accordeon .community_accordeon {
    display: block !important;
    height: 100%; }
  .community .community_image .down_accordeon .community_accordeon img {
    max-height: initial; }
  .community .community_image .down_accordeon .community_accordeon img:hover {
    transform: scale(1); }
  .community .community_image .down_accordeon .community_accordeon .text {
    position: relative;
    bottom: 6.7em;
    background-color: #ffffff8a;
    padding: 10px 25px; }
  .community .community_image .down_accordeon .community_accordeon .close_accordeon {
    position: absolute;
    z-index: 1;
    right: 5%; }
  .community .community_image .down_accordeon .community_accordeon .close_accordeon img {
    background-color: #939393;
    width: 34px;
    padding: 7px;
    border-radius: 100%; }
  .overlay {
    display: none; }
  .Programs_bg {
    padding: 11em 0 0; }
  .Programs_bg .programs_title h2 {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    padding: 0 35px; }
  .Programs_bg .Programs_content {
    flex-wrap: wrap; }
  .Programs_bg .Programs_content .Programs_image {
    width: 100%;
    order: 2;
    margin: 15px 0; }
  .Programs_bg .Programs_content .Programs_image img {
    max-width: 150px;
    margin: auto; }
  .Programs_bg .Programs_content .Programs_text {
    width: 100%;
    order: 3; }
  .Programs_bg .Programs_content .Programs_text p {
    font-size: 1em;
    padding: 0 35px; }
  .Programs_bg .Programs_content .Programs_video {
    width: 100%; }
  footer {
    background-color: #ffffff; }
  footer .footer_container {
    flex-wrap: wrap; }
  footer .footer_container .first_content {
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    border-top: solid 1px #7070707d; }
  footer .footer_container .first_content a,
  footer .footer_container .first_content p {
    width: 100%;
    color: #707070;
    font-size: 1em;
    font-weight: bold; }
  footer .footer_container .first_content a:first-child {
    order: 2; }
  footer .footer_container .first_content span {
    display: none; }
  footer .footer_container .second_content {
    width: 100%; }
  footer .footer_container .second_content p {
    color: #707070;
    font-size: 0.75em;
    line-height: 17px;
    text-align: center; }
  footer .footer_container .third_content {
    width: 100%;
    margin: 20px 0;
    order: -1;
    text-align: center; }
  footer .footer_container .third_content .footer_logos {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 85%; }
  .links_content {
    background-color: #f4f4f4; }
  .links_content .mobile_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px 0;
    margin: 0 35px;
    border-top: solid 1px #7070707d; }
  .links_content .mobile_links .link {
    width: 48%;
    padding-left: 20px;
    padding-bottom: 15px; }
  .links_content .mobile_links .link a {
    font-size: 1.125em;
    color: #5692cb; }
  .product_category_banner.innovation_banner {
    background-size: 100% 50%; }
  .product_category_banner.innovation_banner .product_category_bg {
    margin-top: 0; }
  .product_category_banner.innovation_banner .product_category_bg .product_category_content {
    padding-top: 0;
    margin-top: 18em;
    padding: 25px 35px 12em;
    background-color: #dde7cb;
    width: 100%; }
  .product_category_banner.innovation_banner .product_category_bg .product_category_content h2 {
    font-size: 1.75em; }
  .product_category_banner.innovation_banner .product_category_bg .product_category_content .product_category_text br {
    display: none; }
  .product_category_banner.innovation_banner .product_category_bg .product_category_content .product_category_text p {
    font-size: 1em; }
  .innovation_container h2 {
    font-size: 1.6em;
    text-align: initial;
    padding: 0 40px; }
  .innovation_container .innovation_content .innovation_text.second {
    background-size: initial;
    background-position: 0 5%; }
  .table_container {
    overflow-y: scroll; }
  .table_container .darnel_table {
    width: 1100px; }
  .plastic_bg.green_bg {
    padding: 1em 0; }
  .plastic_bg.green_bg .plastic_content .plastic_right {
    padding-bottom: 2em; }
  .plastic_bg.green_bg .plastic_content .plastic_right h2,
  .plastic_bg.green_bg .plastic_content .plastic_right p {
    padding: 0 25px; }
  .plastic_bg.green_bg .plastic_content .plastic_right .buttons {
    padding: 0 25px !important;
    margin-top: 0 !important; }
  .plastic_bg.green_bg .plastic_content .plastic_right .buttons div {
    width: 100%; }
  .plastic_bg.green_bg .plastic_content .plastic_right .plastic_left {
    padding-bottom: 2em; }
  .plastic_bg.green_bg .plastic_content .plastic_right .plastic_left img {
    max-height: 375px; }
  .plastic_bg.green_bg .plastic_content .plastic_left img {
    width: 100%; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .plastic_left {
    margin-top: 12em;
    padding-bottom: 0; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons {
    margin-top: -150px !important; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image {
    border: solid 1px #2671ba; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image:nth-child(4) {
    order: -1; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image.active h5,
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image.active p {
    color: #ffffff; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image h5,
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image p {
    color: #2671ba; }
  .plastic_bg.green_bg.innovacion_green .plastic_content .plastic_right .buttons .button_image:first-child {
    order: -1; }
  .plastic_bg.green_bg.innovacion_green .plastic_content .plastic_right .buttons .button_image:nth-child(3) {
    order: -1; }
  .plastic_bg.green_bg.innovacion_green .plastic_content .plastic_right .buttons .button_image:nth-child(5) {
    order: -1; }
  .map_container {
    background-repeat: no-repeat;
    padding: 1em 0 0; }
  .map_container .map {
    width: 100%;
    margin-top: 23em;
    padding: 25px;
    background-color: #ffffff; }
  .map_container .map h2 {
    font-size: 1.4375em;
    line-height: 30px;
    color: #2671ba; }
  .map_container .map p {
    font-size: 1em;
    line-height: 25px; }
  .culture {
    padding: 0;
    padding-top: 0 !important; }
  .culture .culture_image {
    flex-wrap: wrap; }
  .culture .culture_image div {
    width: 100%; }
  .culture .culture_image .culture_text {
    margin: 20px 0;
    text-align: initial;
    padding: 0 25px; }
  .culture .culture_image .culture_text h1 {
    font-size: 1.4375em;
    line-height: 30px;
    color: #2671ba; }
  .culture .culture_image .culture_text p {
    font-size: 1em;
    line-height: 25px;
    margin: 15px 0; }
  .manufacturing.gei_content.us h2 {
    font-size: 1.375em;
    color: #52a01e; }
  .manufacturing.gei_content.us .manufacturing_content .manufacturing_border {
    border-top: 0; }
  .manufacturing.gei_content.us .manufacturing_content div {
    border-bottom: solid 1px #52a01e;
    margin: 15px 0;
    padding: 15px 20px; }
  .manufacturing.gei_content.us .manufacturing_content div:last-child {
    border-bottom: 0; }
  .swiper-map {
    padding-bottom: 6em;
    background-color: #fff; }
  .swiper-map .swiper-slide .map_content {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 0;
    min-height: initial;
    background-color: #ffffff;
    background-image: none; }
  .swiper-map .swiper-slide .map_content h2 {
    font-size: 1.375em;
    text-align: initial;
    padding: 0 25px; }
  .swiper-map .swiper-slide .map_content p {
    font-size: 1em;
    line-height: 25px;
    width: 100%;
    padding: 0 25px; }
  .swiper-map .map-pagination {
    width: 100%;
    padding: 0 30px;
    margin-left: 0; }
  .swiper-map .map-pagination span {
    width: 23px;
    height: 23px; }
  .swiper-map .map-pagination span:first-child {
    width: 11px;
    height: 11px; }
  .swiper-map .map-pagination span:first-child::after {
    padding: 9px;
    margin-left: -12px;
    margin-top: -5.5px;
    font-size: 10px; }
  .swiper-map .map-pagination span:nth-child(4)::before {
    width: 20%; }
  .swiper-map .map-pagination span::before {
    border: 0 !important; }
  .swiper-map .map-pagination.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    -webkit-tap-highlight-color: transparent; }
  .us_banner .manufacturing_banner .description_content.left {
    background-color: #2671ba;
    padding-top: 2em !important; }
  .manufacturing.gei_content.factories {
    background-color: #f4f4f4; }
  .manufacturing.gei_content.factories h2 {
    margin-bottom: 15px; }
  .manufacturing.gei_content.factories .manufacturing_content div {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: solid 1px #2671ba;
    margin: 15px 0;
    padding: 15px 20px; }
  .manufacturing.gei_content.factories .manufacturing_content div:last-child {
    border-bottom: 0; }
  .darnel_description_banner .through_time-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding: 1px; }
  .darnel_description_banner .through_time-bg .description_content.left {
    margin-top: 15em;
    background-color: #978b7f;
    padding: 25px 9%; }
  .darnel_description_banner .through_time-bg .description_content.left h1 {
    width: 100%;
    color: #ffffff;
    font-size: 1.375em;
    margin-bottom: 30px; }
  .darnel_description_banner .through_time-bg .description_content.left p {
    color: #ffffff;
    font-size: 1em;
    width: 100%;
    line-height: 20px; }
  .darnel_description_banner .through_time-bg .description_content.left br {
    display: none; }
  .darnel_description_banner .through_time-bg .description_content .button {
    text-align: center;
    width: 100%; }
  .believe {
    padding: 3em 35px; }
  .believe h2 {
    font-size: 1.375em;
    text-align: initial;
    color: #6d6d6d; }
  .believe p {
    font-size: 1em;
    line-height: 23px;
    text-align: initial;
    color: #6d6d6d; }
  .believe .believe_content .believe-swiper .believe-pagination .swiper-pagination-bullet {
    background-color: #1072bb;
    width: 18px;
    height: 18px;
    vertical-align: middle; }
  .believe .believe_content .believe-swiper .believe-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 28px;
    height: 28px; }
  .believe .believe_content .believe_card {
    margin: auto;
    padding-bottom: 25px; }
  .darnel_description_banner .company_description.team {
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    max-height: inherit; }
  .darnel_description_banner .company_description.team .description_content.right {
    width: 100%;
    padding-top: 0 !important; }
  .darnel_description_banner .company_description.team .description_content.right .right_description {
    width: 100%;
    background-color: #ffffff; }
  .darnel_description_banner .company_description.team .description_content.right .right_description .description_content__title {
    font-size: 1.375em;
    color: #6d6d6d;
    text-align: initial;
    margin-top: -226px; }
  .darnel_description_banner .company_description.team .description_content.right .right_description p {
    color: #6d6d6d;
    font-size: 1em;
    text-align: initial; }
  .darnel_description_banner .company_description.team .description_content.right .right_description p span {
    line-height: 25px;
    color: #2671ba; }
  .darnel_description_banner .company_description.team .description_content .buttons {
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 2em !important; }
  .darnel_description_banner .company_description.team .description_content .buttons div {
    margin: 10px auto;
    background-color: #2671ba; }
  .darnel_description_banner .company_description.team .description_content .buttons div:last-child {
    padding: 8px 45px; }
  .darnel_description_banner .company_description.team .description_content .buttons div img {
    padding: 5px 55px;
    width: 90%; }
  .resq_content {
    padding: 5em 0; }
  .resq_content .resq_banner .resq_img {
    padding: 2em 0; }
  .resq_content .resq_banner .resq_img.second {
    padding-top: 0; }
  .resq_content .resq_banner .resq_text {
    text-align: initial; }
  .resq_content .resq_banner .resq_text h1 {
    font-size: 1.35rem;
    color: #7b7b7a; }
  .resq_content .resq_banner .resq_text h1 span br {
    display: none; }
  .planet_banner .description.resq_text {
    width: 100%;
    margin-left: 0;
    background-color: #60a0bc; }
  .planet_banner .description.resq_text h1 {
    font-size: 1.375em;
    color: #ffffff;
    padding: 0 35px; }
  .planet_banner .description.resq_text p {
    font-size: 1em;
    color: #ffffff;
    margin: 20px 0;
    padding: 0 35px; }
  .planet_banner.second_banner {
    padding-top: 16em;
    padding-bottom: 1em;
    background-size: 100% 100%; }
  .planet_banner.second_banner .description {
    margin-left: 0;
    padding-top: 0em;
    padding-bottom: 0em;
    width: 100%;
    padding: 0 35px; }
  .planet_banner.second_banner .description h2 {
    font-size: 1.375em; }
  .planet_banner.second_banner .description p {
    font-size: 1em;
    margin: 20px 0; }
  .planet_banner.third_banner {
    background-size: contain;
    background-position: bottom;
    padding: 0;
    background-color: #8cbde4; }
  .planet_banner.third_banner .description {
    width: 100%; }
  .planet_banner.third_banner .description h2 {
    font-size: 1.375em;
    text-align: initial;
    padding: 0 35px; }
  .planet_banner.third_banner .description p {
    font-size: 1em;
    text-align: initial;
    margin: 20px 0;
    padding: 0 35px; }
  .seek_bg.resq_description .seek_content .seek_text {
    order: 2;
    padding: 0 35px 2em;
    width: 100%; }
  .seek_bg.resq_description .seek_content .seek_text .button {
    text-align: center; }
  .seek_bg.resq_description .seek_content .seek_image img {
    width: 100%; }
  .white_bg.news_banner {
    margin-top: 0em;
    background-color: #f7f7f7; }
  .white_bg.news_banner .plastic_content .plastic_right {
    padding-top: 6em !important; }
  .news_bg .news_section .news_container .news_product {
    padding: 0; }
  .news_bg .news_section .news_container .news_product .news_img img {
    padding: 0 30px; }
  .news_description {
    flex-wrap: wrap;
    padding: 1em 35px; }
  .news_description .news_column {
    width: 100%; }
  .news_description .news_column h1 {
    font-size: 1em; }
  .news_description .news_column p {
    font-size: 1em; }
  .history-swiper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 20rem; }
  .history-swiper .swiper-slide .history_content {
    width: 95%;
    margin: auto;
    padding-left: 0; }
  .history-swiper .swiper-slide .history_content .title h1 {
    color: #4a4a49;
    font-size: 1.75em; }
  .history-swiper .swiper-slide .history_content .title h2 {
    color: #4a4a49;
    font-size: 1.75em; }
  .history-swiper .swiper-slide .history_content .text p {
    color: #4a4a49;
    font-size: 1em; }
  .history-swiper .swiper-pagination {
    right: 10px;
    top: 27%;
    transform: translate3d(0px, -50%, 0);
    left: initial;
    bottom: initial;
    width: auto; }
  .history-swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    background-color: #2671ba; }
  .history-swiper .swiper-pagination .swiper-pagination-bullet::after {
    background-color: transparent; }
  .history-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: transparent !important;
    border: solid 1px #2671ba; }
  .terms_content {
    padding-top: 7em;
    padding-bottom: 0; }
  .float_button {
    display: none; }
  .modal_form .modal-content .form_content .title h1 {
    display: none; }
  .modal_form .modal-content .form_content .form {
    width: 90%; }
  .modal_form .modal-content .form_content .form form .form-row {
    flex-wrap: wrap;
    margin: 0; }
  .modal_form .modal-content .form_content .form form .form-row .form-group {
    margin: 15px 0; }
  .modal_form .modal-content .form_content .form form .form-row input,
  .modal_form .modal-content .form_content .form form .form-row textarea,
  .modal_form .modal-content .form_content .form form .form-row .form_select {
    width: 320px; }
  .modal_form .modal-content .form_content .form form .button {
    margin: 0; }
  .modal_form .modal-content .form_content .form form .button a {
    display: block;
    width: 100%; }
  .categories_section {
    padding: 2em 0;
    margin-top: 4em; }
  .box {
    width: 70%; }
  .popup {
    width: 70%; }
  .section_404 {
    margin-top: 3em; }
  .section_404 .image, .section_404 .image-cover, .section_404 .image-contain {
    padding-bottom: 0; }
  .section_404 .button {
    text-align: center;
    padding: 0; }
  .subscribe_container {
    width: 65%; }
  .product_category_banner .product_category_bg .product_category_content h2 {
    font-size: 1.75em; }
  .product_category_banner .product_category_bg .product_category_content .product_category_text {
    margin-top: 5px; }
  .product_category_banner .product_category_bg .product_category_content .product_category_text p {
    font-size: 1em; }
  .product_category_banner .product_category_bg .product_category_content .product_category_text p.sub_title {
    font-size: 1.75em;
    font-family: "GT Bold", sans-serif;
    margin-top: 0;
    font-weight: inherit; }
  .map_container .map {
    padding-bottom: 0 !important; }
  .swiper-map .swiper-pagination.map-pagination span::before {
    font-size: 12px; }
  /* .product_category_banner.sustainability_banner {
        background-image: none;
    } */
  .product_category_banner.sustainability_banner .product_category_bg {
    padding-top: 0 !important; }
  .darnel_description_banner .vision-banner-1 .description_content .right_description {
    padding: 3em 35px 2em; }
  .manufacturing_second_banner.banner-bg::before {
    display: none; }
  .map_content .zoom {
    width: 30px;
    position: absolute;
    top: 30%;
    left: 3%; }
  .map_content .zoom div {
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer; }
  .map_content .zoom div img {
    width: 100%; }
  .map_content .map_mobile .map_image {
    width: 100%; }
  .products_container .products ul li:nth-last-child(n + 4) {
    display: none; }
  .products_container .products ul.mobile_bullets li:nth-last-child(n + 4) {
    display: flex; }
  .products_container .products .bullets_active {
    order: 1;
    margin-top: 15px;
    width: 85%; }
  .products_container .products .bullets_active .visible {
    display: none !important; }
  .products_container .products .bullets_active.active .hidden {
    display: none !important; }
  .products_container .products .bullets_active.active .visible {
    display: flex !important;
    justify-content: center; }
  .products_container .products .bullets_active.active .visible a {
    width: auto;
    font-size: 1.15em;
    display: inline-flex; }
  .plastic_bg .resq_buttons {
    flex-wrap: wrap; }
  .plastic_bg .plastic_content.sustainability_resq + .resq_buttons .button {
    width: 100%; }
  .plastic_bg .plastic_content.sustainability_resq + .resq_buttons .button a {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 17px; }
  .plastic_bg .plastic_content.sustainability_resq + .resq_buttons .button a sup {
    margin-right: 0.3em;
    display: inline-block;
    vertical-align: top; }
  .plastic_bg .resq_buttons .button {
    margin: 7px 0; }
  .plastic_bg .resq_buttons .button:first-child a {
    padding: 10px 45px; }
  .map_container {
    background-image: none;
    padding-top: 0; }
  .map_container .mobile_banner {
    width: 100%; }
  .map_container .mobile_banner img {
    width: 100%; }
  .map_container .map {
    margin-top: 0; }
  .sustainability_section.eco-efficient .seek_content .seek_image {
    margin-bottom: 15px; }
  .sustainability_section.eco-efficient .seek_content .seek_text h1 {
    margin-bottom: 15px; }
  #sib-container {
    background-color: #f4f4f4; }
  .categories_section.related_products .categories_container a {
    width: 100%; }
  .hidden-section-mobile {
    display: none !important; }
  .hidden-section-desktop {
    display: block !important; }
  .innovation_container .innovation_content {
    padding: 0 2rem; } }

@media only screen and (max-width: 900px) {
  .rellax {
    transform: unset !important; } }

@media only screen and (max-width: 768px) {
  .mobile-view {
    display: block !important; }
  .mobile-view.top-main-banner img {
    width: 100%; }
  .sib-form .subscribe_container {
    flex-direction: column; }
  .subscribe_container .sib-input .form__entry .entry__field {
    width: 100%;
    padding: 10px 0; }
  .subscribe_container .sib-input .form__entry .form__label-row {
    flex-direction: column; }
  .sib-form .subscribe_container .subscribe_button_container {
    width: 100%; }
  .home_banner .banner_content {
    width: 90% !important; }
  .product_category_banner.sustainability_banner {
    background-image: none; }
  .seek_bg .seek_content {
    flex-wrap: wrap; }
  .product_category_banner .product_category_bg .product_category_content {
    padding-top: unset !important; }
  .product_category_banner .product_category_bg .product_category_content h2 {
    padding-top: 30px !important; }
  .product_category_banner .product_category_bg .product_category_content.custom-sec {
    padding-bottom: 30px !important; }
  .product_category_banner.sustainability_banner .product_category_bg {
    width: 90% !important; }
  .product_category_banner .product_category_bg .product_category_content .product_category_text {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .counter_banner {
    background-image: none !important;
    min-height: auto; }
  .company_description.sostenibilidad-bg {
    background-image: unset !important; }
  .company_description.sostenibilidad-bg {
    padding-top: 30px; }
  .company_description.sostenibilidad-bg {
    height: auto; }
  .company_description.sostenibilidad-bg .description_content.left {
    padding-top: unset !important; }
  .company_description.sostenibilidad-bg .description_content__text p {
    font-size: 16px;
    line-height: 20px; }
  .home .mobile-view.top-vbanner img {
    height: 100%; }
  .news_mobile .news_container .news_product .news_img {
    width: 100%;
    height: 234px !important; } }

@media (min-width: 701px) and (max-width: 768px) {
  .home_banner .banner_content {
    padding-bottom: 5em; }
  .home_banner .banner_content .slider_button a {
    padding: 10px 20px; }
  .see_product .product_section .product_description .product_text {
    padding-left: 7em; }
  .see_product .product_section .product_description .product_text > div p {
    font-size: 1em; }
  .see_product .product_section .product_description .product_img img {
    width: 90%;
    margin: auto; }
  .product_color_container .product_image {
    width: 45%; }
  .product_color_container .product_image img {
    width: 100%; }
  .product_color_container .product_color {
    width: 55%; }
  .Programs_bg .Programs_content .Programs_text p {
    font-size: 1em; }
  .swiper-map .swiper-slide .map_content p {
    padding-left: 2em; }
  .seek_bg .seek_content .seek_text h2 {
    font-size: 1.875em; }
  .seek_bg .seek_content .seek_text ul li {
    font-size: 1.25em; }
  .sustainability_section.committed .seek_image div img {
    width: 70px; }
  .company_description .description_content__text {
    width: 85%; } }

@media (min-width: 480px) and (max-width: 650px) {
  .modal_form .modal-content .form_content form {
    width: 65%;
    margin: auto; } }

@media only screen and (max-width: 375px) {
  .modal_form .modal-content .form_content .form form .form-row input,
  .modal_form .modal-content .form_content .form form .form-row textarea,
  .modal_form .modal-content .form_content .form form .form-row .form_select {
    width: 265px; }
  .product_category_banner .product_category_bg {
    padding-top: 16em; } }

@media only screen and (max-width: 360px) {
  .home_banner .banner_content {
    padding: 0 2em; }
  .home_banner .banner_content .slider_titlge {
    font-size: 1.375em; }
  .company_description .description_content.right .right_description .description_content__title br {
    display: none; }
  .company_description .description_content.right .right_description .description_content__text {
    width: 100%; }
  .company_description .description_content.right .right_description .button {
    text-align: center; }
  .company_description .description_content.right .right_description .button a {
    padding: 10px 15px; }
  .darnel_description_banner .through_time-bg .description_content .button a.global-button-blue {
    padding: 10px 15px; }
  .subscribe_container .subscribe_title {
    font-size: 1em; }
  .sustainability-swiper.sustainability-swiper.swiper-container {
    height: 160%; }
  .darnel_description_banner .through_time-bg .description_content.left {
    margin-top: 11em;
    padding-bottom: 3em; }
  .manufacturing.gei_content.factories {
    padding-bottom: 5em; }
  .map_content .zoom {
    top: 45%; } }

@media only screen and (max-width: 320px) {
  .counter_banner .counter_section .counter h1 {
    font-size: 2.5em; }
  .products_container .products_button a {
    padding: 10px 15px; }
  .company_description.sostenibilidad-bg .description_content.left .description_button a {
    padding: 10px 55px;
    width: 85% !important;
    justify-content: center; }
  .company_description .description_content.right .right_description .innovacion_button a {
    padding: 10px 55px; }
  .product_category_banner .product_category_bg {
    padding-top: 13em; }
  .links_content .mobile_links {
    margin: 0 15px; }
  header .nav_container.show_menu .head_footer .head_content {
    width: 80%; }
  footer .footer_container .third_content {
    width: 85%; }
  .product_color_container .product_color .product_button button {
    width: 100%; }
  .modal_form .modal-content .form_content .form form .form-row input,
  .modal_form .modal-content .form_content .form form .form-row textarea,
  .modal_form .modal-content .form_content .form form .form-row .form_select {
    width: 230px; }
  .swiper-container.swiper-map .map-pagination span::before {
    font-size: 10px;
    margin-top: 8%; }
  .sustainability-swiper.sustainability-swiper.swiper-container {
    height: 185%; }
  .seek_bg.sustainability_section .seek_content .seek_text .button a {
    padding: 10px 40px; }
  .darnel_description_banner .company_description.team .description_content.right {
    padding-top: 12em !important; }
  .darnel_description_banner .company_description.team .description_content .buttons {
    padding-bottom: 0 !important; } }

@media (max-width: 700px) and (orientation: landscape) {
  .home_banner .banner_content {
    padding-bottom: 8em;
    margin: 6em 0 0; }
  .news_bg.news_mobile .news_section .news_container .swiper-slide {
    max-width: initial; }
  .news_bg.news_mobile .news_section .news_container .news_product {
    padding: 0 3em; }
  .categories_section {
    padding: 2em 0;
    margin-top: 4em; }
  .product_category_banner .product_category_bg .product_category_content .logos_container .product_category_logos img {
    width: 80px;
    margin: auto; }
  .news_mobile .news_container .swiper-slide {
    max-width: initial; }
  .product_category_banner.innovation_banner {
    background-size: 100% 60%; }
  .believe .believe_content .believe_card {
    width: 60%; }
  .modal_form .modal-content .form_content form {
    width: 65%;
    margin: auto; } }

#submit-wrapper-contactForm {
  width: 50%;
  text-align: left;
  padding-left: 15px; }

.modal_form .modal-content .form_content .form form .form-row .check {
  width: 50%; }

#submit-wrapper-contactForm .btn {
  background: #2671BA;
  color: white;
  padding: 10px 60px;
  font-size: 20px; }

.home_banner .banner_content {
  margin-left: 2rem; }

.Newsletter {
  display: flex;
  justify-content: center;
  margin: 30px; }
  .Newsletter .just-validate-error-label {
    position: absolute;
    left: 0;
    bottom: -22px; }
  .Newsletter .modal-newsletter {
    display: none; }
  .Newsletter #modal-newsletter p {
    color: #066904; }
  .Newsletter #error-newsletter p {
    color: #b81111; }
  .Newsletter .disable-button {
    pointer-events: none;
    opacity: 0.5; }
  .Newsletter .form-newsletter {
    display: flex;
    align-items: flex-end; }
    @media only screen and (max-width: 768px) {
      .Newsletter .form-newsletter {
        flex-direction: column;
        align-items: center;
        row-gap: 30px; } }
    .Newsletter .form-newsletter .hidden-input {
      display: none; }
    .Newsletter .form-newsletter .form-group {
      position: relative; }
    .Newsletter .form-newsletter .form-row {
      display: flex;
      column-gap: 20px;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .Newsletter .form-newsletter .form-row {
          flex-direction: column;
          row-gap: 30px; } }
      .Newsletter .form-newsletter .form-row .header-form-button {
        display: flex; }
      .Newsletter .form-newsletter .form-row .btn-primary {
        margin: auto; }
    .Newsletter .form-newsletter h2 {
      color: #005185; }
    .Newsletter .form-newsletter input {
      border-radius: 30px;
      border-radius: 30px;
      font-size: 16px;
      padding: 8px;
      min-width: 300px; }

.form-group .form-attachment {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  text-align: center;
  padding: 16px 20px;
  color: #4a4a49;
  font-size: 16px;
  border: 1px dashed #bababa; }
  .form-group .form-attachment:hover {
    color: white;
    background-color: #2671BA; }

.form-group .form-attachment input {
  position: absolute;
  inset: 0;
  opacity: 0; }

@media only screen and (max-width: 1024px) {
  .modal_form {
    padding-top: 60px; } }

@media only screen and (max-width: 991px) {
  .modal_form .modal-content .form_content .form {
    padding: 25px 0 0; }
  .modal_form .modal-content .form_content .form form .form-row {
    margin: 10px 0; }
  .modal_form .modal-content .form_content .form form .form-row input,
  .modal_form .modal-content .form_content .form form .form-row textarea,
  .modal_form .modal-content .form_content .form form .form-row .form_select {
    height: 40px; } }

@media only screen and (max-width: 768px) {
  .home_banner .banner_content {
    width: 80%; } }

@media (max-width: 700px) {
  #submit-wrapper-contactForm {
    width: 100%;
    padding-left: 0; }
  .modal_form .modal-content .form_content .form form .form-row .check {
    width: 100%; }
  .modal_form .modal-content .form_content .form form .form-row .form-group {
    margin: 6px 0; }
  #submit-wrapper-contactForm .btn {
    font-size: 16px; } }

.ms.modal-success {
  width: 100%;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5); }

.ms.show-success {
  display: block;
  z-index: 1000; }

.ms-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.ms-row {
  width: 40%;
  height: auto;
  margin: auto; }

.ms-col {
  text-align: center;
  background-color: #fff;
  padding-top: 61.04px;
  padding-bottom: 98.39px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px; }

.ms-head {
  width: 57.01px;
  height: 57.01px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #52a01e;
  border-radius: 50%;
  margin: auto; }

.ms-head i,
.ms-head svg {
  color: #fff;
  font-size: 24px; }

.ms-body h2 {
  color: #52a01e;
  font-size: 30px;
  text-transform: capitalize;
  margin-top: 43.99px;
  font-family: "Helvetica Neue", sans-serif, serif; }

.ms-body p {
  color: #5b5b5b;
  font-size: 23px;
  margin-top: 10.09px;
  font-family: "Helvetica Neue", sans-serif, serif; }

.ms-foot {
  margin-top: 41.99px; }

.ms-foot a {
  padding: 10.62px 53px;
  background-color: #5b5b5b;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat-Bold", sans-serif, serif;
  font-weight: bold;
  letter-spacing: 0px;
  display: inline-block; }

.ms-foot a:hover {
  cursor: pointer; }

.form-error {
  color: #ed0909;
  padding-left: 10px; }

/*--- Terms and conditions page css start ----*/
.terms_content {
  max-width: 1017px;
  margin: auto; }

.terms_content h1 {
  font-size: 2.2857142857142856em; }

.terms_content p,
.terms_content h2 {
  font-size: 1.1428571428571428em; }

.terms_content .page_link {
  margin-left: 0;
  margin-top: 50px; }

.terms_content .page_link a {
  font-size: 0.8571428571428571em; }

.third_column .categories_section a {
  display: contents; }

.news_column .categories_section.related_products .categories_card {
  margin: 10px !important;
  margin-top: 0 !important; }

/*--- Terms and conditions page css End ----*/
/*--- noticias section css start  ---*/
.news .news_bg .news_section .news_container .news_product .news_text p {
  width: 100%;
  opacity: 0.8;
  font-size: 16px; }

.plastic_bg.white_bg .plastic_content .plastic_left img {
  border-radius: 4px;
  max-width: 100%; }

.news_description .news_column {
  width: 60%; }

.third_column.news_column.hidden-mobile {
  width: 35%; }

/*--- noticias section css End  ---*/
/*--- sustainability section css start  ---*/
/*--- sustainability section css End  ---*/
.news_description .news_column h3 {
  color: #006db2;
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px; }

.news_description .news_column h5 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #006db2; }

.news_description .news_column .image-container img {
  width: 100%; }

.news_description .news_column p,
.news_description .news_column ul {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a49; }

.news_description .news_column {
  width: 100%; }

.news_column .categories_section.related_products .categories_card:first-child {
  /*margin-right: 25px !important;*/ }

.news_column .categories_section.related_products .categories_card:nth-child(2) {
  /*margin-left: 25px !important;*/ }

.third_column.hidden-mobile {
  width: 100% !important;
  padding-top: 4em;
  position: relative; }

.third_column.hidden-mobile .news_title {
  font-family: "Helvetica Bold", sans-serif;
  font-size: 28px;
  color: #4a4a49; }

.third_column.hidden-mobile:before {
  width: 100vw !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #f3f2f9;
  content: "";
  height: 100%;
  z-index: -1;
  top: 0; }

.categories_section.related_products .categories_container {
  flex-wrap: wrap;
  justify-content: space-between; }

.news_column .categories_section.related_products .categories_card {
  width: 45%; }

.news .news_bg .news_section .news_container .news_product .news_text h2 {
  opacity: 0.9;
  font-family: "Helvetica", sans-serif; }

.news .news_bg .news_section .news_title {
  font-family: "Helvetica Bold", sans-serif;
  font-size: 28px; }

.news .news_bg .news_section .news_container .news_product .news_text {
  position: relative;
  padding: 0px 16px 16px 16px; }

.news .news_bg .news_section .news_container .news_product .news_text .news_link {
  border-radius: 50px;
  color: #2671ba;
  font-family: Helvetica Bold, sans-serif;
  font-size: 16px;
  height: 48px;
  position: relative;
  line-height: 1.9;
  margin-top: 1.8em;
  padding: 11px 33px 12px;
  max-width: fit-content;
  bottom: 0px;
  opacity: 0;
  left: 160px;
  transition: all 0.3s ease-in-out;
  border-radius: 18px; }

.news .news_bg .news_section .news_container .news_product .news_text .news_link::after {
  content: "+";
  margin-left: 8px; }

.news .news_bg .news_section .news_container .news_product:hover .news_text .news_link {
  bottom: 0px;
  opacity: 1; }

.news .news_bg .news_section .news_container .news_product {
  transition: transform 0.3s ease-in-out;
  border-radius: 18px; }

.news .news_bg .news_section .news_container .news_product:hover {
  border-radius: 16px;
  background-color: #edf8ff;
  box-shadow: 0px 6px 10px -2px rgba(0, 112, 186, 0.1);
  transform: scaleY(1.05); }

.news .news_bg .news_section .news_container .news_product .news_text h2 {
  font-size: 20px;
  opacity: 1; }

@media only screen and (max-width: 1280px) {
  /*--- noticias section css start  ---*/
  .white_bg.plastic_bg .plastic_content {
    padding-bottom: 2em;
    flex-wrap: nowrap; }
  .white_bg.news_banner .plastic_content .plastic_right {
    padding-top: 0 !important;
    padding: 0;
    order: initial;
    width: 40%; }
  /* .plastic_bg.white_bg .plastic_content .plastic_left{
        width: 60%;
    } */
  .news .news_container {
    justify-content: space-between; }
  .news .news_bg .news_section .news_product .news_img a {
    display: block;
    height: 100%; }
  .news .news_bg .news_section .news_product .news_img a img {
    width: 100%;
    height: 100%;
    padding: 0; }
  .news .news_bg .news_section .news_container .news_product .news_img img:hover {
    transform: none; }
  .news .news_bg .news_section .news_container .news_product .news_text p {
    opacity: 0.7;
    font-size: 18px;
    line-height: 25px; }
  .news_description .news_column {
    width: 100% !important; }
  section.news_bg.news_mobile.hidden-desktop {
    margin-top: 0 !important;
    position: relative;
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #f3f2f9; }
  .news_container .news_product .news_img img:hover {
    transform: none; }
  .news_bg .news_section .news_container .news_product .news_img img {
    width: 100%;
    padding: 0; }
  .news_bg .news_section .news_container .news_product .news_text {
    margin-top: 0;
    background-color: #ffffff; }
  /*--- noticias section css End  ---*/
  .innovation_container .innovation_content .innovation_text.first {
    position: relative;
    background-image: unset !important; }
  .innovation_container .innovation_content .innovation_text.first:after {
    position: absolute;
    content: "";
    background: #52a01e;
    height: calc(100% - 25px);
    width: 1px;
    right: 2px;
    top: 0; }
  .innovation_container .innovation_content .innovation_text.first .first-p {
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    position: relative; }
  .innovation_container .innovation_content .innovation_text.first p {
    margin-left: 0 !important;
    position: relative; }
  .innovation_container .innovation_content .innovation_text.first p:after {
    position: absolute;
    content: "";
    background: #52a01e;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    right: -35px;
    top: 0; }
  .innovation_container .innovation_content .innovation_text.first .second-p {
    margin-top: 0 !important;
    margin-bottom: 15px !important; }
  .innovation_container .innovation_content .innovation_text.first .third-p {
    margin-top: 0 !important; }
  .innovation_container .innovation_content .innovation_text.second {
    position: relative;
    background-image: unset !important; }
  .innovation_container .innovation_content .innovation_text.second p:before {
    position: absolute;
    content: "";
    background: #52a01e;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    left: -35px;
    top: 0; }
  .innovation_container .innovation_content .innovation_text.second:before {
    position: absolute;
    content: "";
    background: #52a01e;
    height: calc(100% - 25px);
    width: 1px;
    left: 2px; }
  .innovation_container .innovation_content .innovation_text.second .first-p {
    margin-bottom: unset !important;
    margin-top: 0% !important;
    margin-bottom: 15px !important; }
  .innovation_container .innovation_content .innovation_text.second p {
    margin-left: 0 !important;
    position: relative; }
  .innovation_container .innovation_content .innovation_text.second .second-p {
    margin-top: 0 !important;
    margin-bottom: 15px !important; }
  .innovation_container .innovation_content .innovation_text.second .third-p {
    margin-top: 0 !important; } }

@media only screen and (max-width: 991px) {
  .innovation_container .innovation_content .innovation_text.first:before {
    position: absolute;
    content: "";
    background: #52a01e;
    height: calc(100% - 25px);
    width: 1px;
    left: 2px; } }

@media only screen and (max-width: 768px) {
  /*--- noticias section css start  ---*/
  .white_bg.news_banner {
    padding-top: 5px; }
  .white_bg.plastic_bg .plastic_content {
    flex-wrap: wrap; }
  .white_bg.news_banner .plastic_content .plastic_right {
    width: 80%;
    order: 2;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4em !important; }
  .plastic_bg.white_bg .plastic_content .plastic_left {
    width: 100%; }
  .plastic_bg.white_bg .plastic_content .plastic_left img {
    border-radius: 0;
    max-width: 100%; }
  .news .news_bg .news_section {
    width: 85%;
    padding: 2em 0;
    margin: auto; }
  .news_container .news_product .news_img img:hover {
    transform: none; }
  /*--- noticias section css End  ---*/
  /*--- sustainability section css start  ---*/
  .sustainability .mobile-view.top-vbanner img {
    height: auto; }
  /*--- sustainability section css End  ---*/ }

@media only screen and (max-width: 640px) {
  .news .news_bg .news_section .news_container .news_product {
    width: 100%; } }

@media only screen and (max-width: 640px) {
  .news .news_bg .news_section .news_container .news_product {
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  /*--- noticias section css start  ---*/
  header .section_container .nav_container.show_menu .nav_links ul.nav_list li.header_border::after {
    right: 13% !important;
    left: unset !important; }
  /*--- noticias section css End  ---*/ }

.about_us .product_category_banner .product_category_bg .product_category_content {
  width: 70%; }

.about_us .manufacturing.gei_content.us h2 {
  font-size: 38px !important;
  margin-top: 0; }

.about_us .manufacturing {
  padding-top: 32px; }

.about-swiper_map .swiper-map .swiper-slide {
  padding-top: 23px !important; }

.about-swiper_map .swiper-map .swiper-slide .map_content {
  background-size: contain;
  min-height: 90vh;
  text-align: center; }

.seek_bg.sustainability_section {
  padding: 78px 0 40px !important; }

.seek_bg.sustainability_section .seek_content {
  padding-bottom: 0 !important; }

.about_us .seek_bg .seek_content .seek_image img {
  margin-right: auto;
  margin-left: unset !important; }

.about_us .darnel_description_banner .seek_bg.sustainability_section .seek_text .rellax.transition-md {
  width: 85%; }

.about_us .seek_bg.sustainability_section {
  padding: 70px 0 52px !important; }

.about_us .company_description.team .description_content .buttons div {
  padding: 10px 50px !important; }

.about_us .darnel_description_banner .description_content h1 {
  width: 50%; }

.about_us .darnel_description_banner .company_description .description_content .banner_image {
  width: 100%; }

.about_us .darnel_description_banner .company_description .description_content .right_description {
  background-color: #fff; }

@media only screen and (max-width: 1366px) {
  .about_us .product_category_banner .product_category_bg {
    width: 45%; }
  .about_us .product_category_banner .product_category_bg .product_category_content {
    padding: unset; }
  .about-swiper_map .swiper-map .swiper-slide .map_content {
    background-size: contain;
    background-position: center 3em; }
  .about_us .darnel_description_banner .seek_bg.sustainability_section .seek_text .rellax.transition-md {
    width: 100%; }
  .about_us .product_category_banner .product_category_bg .product_category_content {
    width: 75%; }
  .about_us .company_description .description_content {
    width: 60% !important; }
  .about_us .company_description .description_content.right .right_description .description_content__text {
    width: 100% !important; }
  .about_us .company_description.team .description_content .right_description p {
    width: 90% !important;
    font-size: 23px !important; }
  .about_us .darnel_description_banner .description_content h1 {
    width: 70%; }
  div#close-acordeon-button {
    display: none; } }

@media only screen and (max-width: 1280px) {
  .about_us .product_category_banner.us_banner .product_category_bg .product_category_content h1 {
    font-size: 2em;
    color: #fff; }
  .about_us .product_category_banner.us_banner .product_category_bg .product_category_content .product_category_text p {
    color: #fff; }
  .sustainability-swiper.sustainability-swiper.swiper-container .company_description {
    flex-wrap: unset; } }

@media only screen and (max-width: 1024px) {
  .home .company_description.innovacion-bg {
    padding-top: 0; } }

@media only screen and (max-width: 1023px) {
  .about_us .product_category_banner .product_category_bg.pt-5 {
    width: 65%;
    padding-top: 90px !important; }
  .about_us .product_category_banner .product_category_bg.pt-5 {
    width: 65%;
    padding-top: 90px !important;
    padding-bottom: 50px !important; }
  .about_us .product_category_banner.us_banner.banner-innu {
    background-size: 100% !important;
    position: relative;
    z-index: -1; }
  .about_us .product_category_banner.us_banner.banner-innu:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #00000063;
    z-index: -1; }
  .about_us .gei_content.factories .manufacturing_content {
    justify-content: flex-start; }
  .about_us .manufacturing .manufacturing_content div {
    width: 25% !important; }
  .about_us .manufacturing.gei_content.us h2 {
    font-size: 27px !important; }
  .about_us .manufacturing.gei_content.us {
    padding-bottom: 0; }
  .about-swiper_map .swiper-map .swiper-slide .map_content {
    background-color: transparent;
    text-align: center; }
  .about-swiper_map .swiper-map .swiper-slide .map_content h2 {
    text-align: center; }
  .about-swiper_map .swiper-map .swiper-slide .map_content {
    min-height: unset; }
  .about_us .seek_bg.sustainability_section {
    padding: 50px 0 10px !important; }
  .about_us .swiper-map .map-pagination {
    padding: 0 80px; }
  .about_us .seek_bg .seek_content .seek_image img {
    width: 60% !important;
    margin-bottom: 20px !important; }
  .about_us .seek_bg.sustainability_section.committed .seek_content .seek_image div img {
    width: 60% !important;
    margin: 0 auto !important; }
  .sustainability-swiper .manufacturing_banner .description_content.right img {
    height: 100%;
    margin-bottom: 0; }
  .about_us .plastic_bg.green_bg {
    padding: 1em 30px; }
  .about_us .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons.custom-btn {
    padding: 0 2rem !important; }
  .sustainability-swiper.sustainability-swiper.swiper-container {
    height: 600px !important; }
  /* .about_us .plastic_bg.green_bg.reality .plastic_content.reality_us .plastic_right{
		padding: 0 15px;
	} */
  .about_us .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .plastic_left {
    margin-top: 30px; }
  .about_us .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons {
    margin-top: 30px !important; }
  .about_us .darnel_description_banner .through_time-bg .description_content.left {
    margin-top: 30em; }
  .about_us .darnel_description_banner .through_time-bg .description_content .button {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .about_us .darnel_description_banner .company_description.team .description_content.right .right_description {
    background: transparent; }
  .about_us .darnel_description_banner .company_description.team {
    background-size: cover; }
  .about_us .darnel_description_banner .company_description.team .description_content .buttons div img {
    padding: unset;
    width: auto;
    height: 27px;
    margin: 0 auto; }
  .about_us .company_description.team .description_content .buttons {
    justify-content: space-around; }
  .about_us .company_description.team .description_content .buttons div {
    padding: 15px 50px !important;
    height: 50px; }
  .about_us .darnel_description_banner .company_description.team .description_content .buttons div:last-child {
    padding: 13px 0 !important; }
  .about_us .company_description .description_content.right .right_description .description_content__title {
    font-size: 2.375em !important; }
  .about_us .darnel_description_banner .company_description.team .description_content.right .right_description {
    width: 70%;
    margin: 0 auto; }
  .about_us .company_description.team .description_content .right_description span p {
    color: #0c61a8 !important; }
  .about_us .company_description .description_content {
    width: 100% !important; }
  .home .company_description.innovacion-bg.transition-md .description_content.right {
    height: auto !important; } }

@media only screen and (max-width: 768px) {
  .sustainability-swiper.sustainability-swiper.swiper-container {
    height: 400px !important; }
  .sustainability .sustainability-swiper .manufacturing_banner .description_content.left {
    padding-top: 5%; }
  .plastic_bg .plastic_content .plastic_right-md {
    margin-top: 0 !important; }
  /*.swiper-pagination.history-slider {
		right: 3em !important;
		transform: rotate(0deg) !important;
	}	*/ }

@media only screen and (max-width: 700px) {
  .about_us .darnel_description_banner .company_description.team .description_content.right {
    padding-top: 0em !important; }
  .about_us .darnel_description_banner .company_description.team .description_content.right .right_description {
    width: 100%;
    margin: 0 auto; }
  /* .home .company_description.sostenibilidad-bg .description_content.left .description_button a {
		padding: 13px 50px !important;
	}	 */
  .about_us .product_category_banner.us_banner.banner-innu:before {
    display: none; }
  .about_us .product_category_banner .product_category_bg.pt-5 {
    width: 100% !important;
    padding: 5% 2.500em 1em 2.500em !important; }
  .about_us .product_category_banner .product_category_bg .product_category_content {
    width: 100%; }
  .about_us .product_category_banner.us_banner .product_category_bg .product_category_content h1 {
    color: #5B5B5B; }
  .about_us .product_category_banner.us_banner .product_category_bg .product_category_content .product_category_text p {
    color: #5B5B5B; }
  .about_us .swiper-map .map-pagination {
    padding: 0 40px; }
  .about_us .seek_bg.sustainability_section.committed .seek_content .seek_image div img {
    width: 100% !important; }
  .innovation .plastic_bg.green_bg.innovacion_green .section_container {
    margin: 0; }
  .innovation-culture .section_container.custom-desc {
    margin: 0; } }

.video_section.section_container {
  aspect-ratio: 16/9; }

/* Products 7-4 */
.products .categories_section .section_container .page_link {
  margin: 81px 0px 8px; }

.products .categories_section {
  padding-bottom: 64px; }

.products .categories_section .section_container {
  max-width: 76%;
  width: 100%; }

.products .categories_container {
  margin-left: -13px;
  margin-right: -13px; }

.products .categories_container a {
  margin: 10px 13px;
  background: #fff;
  width: calc(33% - 26px);
  border-radius: 20px; }

.products .categories_section .categories_container .categories_card {
  margin: 0px !important; }

.categories_section .categories_container .categories_card .card_text {
  min-height: 250px; }

.products .categories_section .categories_container .categories_card .card_text {
  margin: 0px;
  padding: 15px 26px;
  min-height: auto; }

.products .categories_section .categories_container .categories_card .card_text h2 {
  font-size: 21px;
  color: rgba(74, 74, 73, 0.9);
  margin-bottom: 15px; }

.products .categories_section .categories_container .categories_card .card_text h2 {
  font-size: 23px;
  color: rgba(74, 74, 73, 0.9);
  margin-bottom: 15px; }

.products .categories_section .categories_container .categories_card .card_text p {
  font-size: 1.025em;
  line-height: 20px;
  color: rgba(74, 74, 73, 0.8);
  margin: 0px;
  width: 100%;
  margin-top: 28px; }

.product_size-bg .product_size_container .product_size img {
  transition: ease .5s all;
  margin-bottom: 8px; }

.product_size-bg .product_size_container .product_size .rellax {
  border: 1px solid #fff;
  overflow: hidden; }

.product_size-bg .product_size_container .product_size .rellax:hover {
  border: 1px solid #2671ba; }

.product_size-bg .product_size_container .product_size:hover img {
  transition: ease .5s all;
  /* transform: scale(1.07); */
  transform: translateX(-50%) scale(1.07); }

.product_category_banner_section .mobile-view.top-vbanner {
  height: auto; }

/* Product Inner */
.product_category_banner_section .product_category_banner {
  min-height: 768px;
  display: flex; }

.see_product.first_bg {
  background-color: #e4f2fb; }

.product_category_banner_section .product_category_banner .product_category_bg {
  min-height: 100%;
  padding: 0px; }

.product_category_banner_section .product_category_banner .product_category_bg .product_category_content .page_link {
  padding: 0px; }

.product_category_banner_section .product_category_banner .product_category_bg .product_category_content {
  padding: 78px 46px 58px 0px; }

.product_category_banner_section .product_category_banner .product_category_bg .product_category_content h1 {
  font-family: GT Bold,sans-serif;
  font-size: 40px;
  margin-top: 62px;
  margin-bottom: 20px; }

.product_category_banner_section .product_category_banner .product_category_bg .product_category_content h1 img {
  width: 80px; }

.product_category_banner_section .product_category_banner .product_category_bg .product_category_content .product_category_text p {
  margin: 0px 0px 15px !important;
  line-height: 30px; }

.product_category_bg .product_category_content .product_category_text {
  margin: 0px; }

.product_category_banner_section .product_category_banner .product_category_bg .product_category_content .product_category_logos {
  margin: 0px !important; }

.product_category_banner_section .product_category_banner .product_category_bg .product_category_content .product_category_logos.second_logos span {
  margin: 0px 15px; }

.video_section {
  padding: 24px 0px; }

.first_bg.see_product .section_container {
  max-width: 1080px;
  width: 100%;
  padding: 0px 32px;
  margin: 0px auto;
  background-size: contain;
  background-repeat: no-repeat; }

.second_bg.see_product .section_container {
  max-width: 1080px;
  width: 100%;
  padding: 0px 32px;
  margin: 0px auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right; }

.third_bg.see_product .section_container {
  max-width: 1080px;
  width: 100%;
  padding: 0px 32px;
  margin: 0px auto;
  background-size: contain;
  background-repeat: no-repeat; }

.see_product .product_section .product_description {
  margin: 0px !important;
  padding: 0px; }

.see_product .product_section .product_description .product_text p {
  width: 100%;
  margin: 0px;
  line-height: 25px; }

.see_product .product_section .product_description .product_text .visualize_product {
  margin-top: 8px; }

.see_product .product_section .product_description .product_img {
  text-align: center; }

.see_product .product_section .product_description .product_img img {
  height: auto;
  display: inline-block;
  vertical-align: top; }

.see_product .product_section .product_description .product_text {
  width: 50%;
  float: left;
  padding-left: 48px; }
  @media screen and (max-width: 540px) {
    .see_product .product_section .product_description .product_text {
      width: 100%;
      padding-left: 0px; } }

.see_product .product_section .product_description .product_text p {
  font-size: 23px;
  color: rgba(74, 74, 73, 0.8); }

.see_product .product_section .product_description .product_text .rellax {
  margin-top: 48px; }

.see_product .product_section .product_description .product_text .rellax:first-child {
  margin-top: 0px; }

.see_product .product_section h1 {
  margin-bottom: 40px;
  width: 100%;
  padding: 0px !important; }

.see_product .product_section h2 {
  width: 100%;
  padding: 0px !important; }

.sustainable_product {
  padding: 120px 0px;
  background-color: #D6E5C7; }

.sustainable_product .sustainable_content .sustainable_img {
  width: 50%;
  margin: 0px;
  padding-right: 40px; }

.sustainable_product .sustainable_content .sustainable_img img {
  background: #fff; }

.sustainable_product .sustainable_content .sustainable_text {
  padding-left: 40px; }

.logos_container {
  padding: 0px !important; }

.sustainable_product .sustainable_content .sustainable_text h2 {
  font-size: 46px;
  margin-bottom: 23px; }

.sustainable_product .sustainable_content .sustainable_text {
  font-size: 23px;
  color: rgba(74, 74, 73, 0.8);
  line-height: 30px; }

.sustainable_product .sustainable_content .sustainable_text img {
  top: 2px;
  width: 51px;
  max-width: inherit !important; }

.sustainable_product .sustainable_content .sustainable_text .recycling_icons {
  width: 100%;
  margin-top: 22px; }

.sustainable_product .sustainable_content .sustainable_text .recycling_icons .recycling_bg {
  height: 42px; }

.product_color_container {
  padding: 104px 0px 82px 0px; }

.product_size-bg .product_size_container {
  padding-bottom: 50px !important;
  margin: 0px auto !important; }

.product_size-bg .product_size_container .product_size {
  width: 33%;
  padding: 20px;
  margin: 0px;
  border-radius: 15px; }

.product_size-bg .product_size_container .product_size .rellax {
  background: #fff;
  border-radius: 16px;
  padding: 4px 4px 8px;
  font-size: 18px;
  color: rgba(74, 74, 73, 0.8);
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 23px; }

.product_size-bg .product_size_container .product_size:nth-last-child(-n+3) {
  margin: 0px; }

.product_color_container .product_color .product_title {
  margin: 0px 0px 16px; }

.product_color_container .product_color .product_title img {
  width: 80px;
  top: 2px; }

.product_color_container .product_color .color_content .select_color {
  padding-right: 0px;
  padding-top: 0px; }

.product_color_container .product_color .color_content .select_color .colors p {
  color: #7B7B7B; }

.product_color_container .product_color .color_content .color_description .description div p {
  text-transform: uppercase; }

.product_color_container .product_color .product_button {
  margin-bottom: 0px; }

.product-category-section .product-category-section .categories_section.related_products .categories_container {
  margin-left: -10px;
  margin-right: -10px; }

.product-category-section .categories_section.related_products {
  background: #F3F2F9; }

.product-category-section .categories_section.related_products {
  padding: 30px 0px 60px; }

.product-category-section .categories_section.related_products .categories_container .categories_card .card_text {
  min-height: auto;
  padding: 20px;
  margin: 0px; }

.product-category-section .categories_section.related_products .categories_card .card_text p {
  margin: 12px 0px 0px;
  width: 100%;
  font-size: 18px; }

@media screen and (max-width: 1300px) {
  .sustainable_product .sustainable_content .sustainable_text img {
    width: 42px; } }

.product-category-section .categories_section.related_products .categories_card {
  margin: 0px !important;
  width: 100% !important;
  max-width: 100% !important; }

.product-category-section .categories_section.related_products .categories_container a {
  margin: 0px 7px;
  background: #fff;
  width: calc(25% - 14px);
  border-radius: 20px; }

.product-category-section .categories_section.related_products .section_container {
  max-width: 1056px;
  width: 100%;
  padding: 0px 32px; }

#color_description .section_container .product_color_container .product_color .color_content .select_color a {
  /* height: 90px; */
  width: 100px; }

#color_description .section_container .product_color_container .product_color .color_content .select_color .colors {
  display: flex;
  flex-direction: column;
  /* height: -webkit-fill-available; */
  align-items: center;
  justify-content: space-between; }

#color_description .section_container .product_color_container .product_color .color_content .select_color .colors p {
  margin-bottom: 7px;
  text-align: center;
  min-height: 28px; }

#color_description .section_container .product_color_container .product_color .color_content .select_color .colors div {
  margin: 0; }

.categories_section.related_products .related_title {
  margin-bottom: 50px;
  font-family: 'Helvetica Neue', sans-serif; }

.categories_section.related_products .categories_card .card_text p {
  margin-left: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.innovation_container .innovation_content .innovation_text.first p, .innovation_container .innovation_content .innovation_text p {
  font-size: 18px; }

.innovation_container .innovation_content .innovation_text.second .second-p {
  margin-top: 26%; }

.sustainability-swiper .swiper-slide {
  height: inherit; }

.sustainability-swiper .company_description.manufacturing_banner {
  min-height: unset;
  max-height: unset; }

.sustainability-swiper .company_description.manufacturing_banner .description_content {
  min-height: unset; }

div#close-acordeon-button {
  display: none; }

/* responsive */
@media only screen and (max-width: 1366px) {
  .modal_form .modal-content .form_content .title h1 {
    font-size: 45px !important; } }

@media only screen and (max-width: 1680px) and (min-width: 1281px) {
  .product_size-bg .product_size_container .product_size .rellax {
    font-size: 14px;
    white-space: all; }
  .product_size-bg .product_size_container {
    width: 70%; } }

@media (min-width: 769px) {
  .see_product .product_section h2 {
    font-size: 22px;
    margin-bottom: 80px; } }

@media only screen and (max-width: 1280px) {
  .categories_section .categoria_title {
    display: none !important; }
  .categories_section .categories_container a .categories_card .card_text p {
    display: -webkit-inline-box; }
  .product-category-section .categories_section .section_container, .product-category-section .categories_section.related_products .categories_card {
    width: 100% !important; }
  .product_category_banner_section .product_category_banner .product_category_bg {
    width: 55%;
    background-color: #ffffffa1;
    margin-top: -29px; }
  .product_category_banner_section .product_category_banner .product_category_bg .product_category_content .logos_container .product_category_logos {
    width: auto; }
  .product_category_banner_section .product_category_banner .product_category_bg .product_category_content .product_category_text {
    margin: 0px; }
  .product_category_banner_section .product_category_banner {
    background-size: cover; }
  .video_section.section_container {
    padding: 24px 32px;
    padding-bottom: 24px !important; }
  .video_section {
    width: 100%; }
  .see_product .product_section .product_description .product_img {
    margin: auto; }
  .see_product .product_section .product_description .product_img img {
    margin: auto; }
  .see_product .product_section .product_description .product_text > div p {
    padding: 15px 0px 0px 12px; }
  .see_product .product_section .product_description .product_text .rellax {
    margin-top: 24px; }
  /* .see_product .product_section .product_description .product_img.hidden-section-desktop{ display: none !important;}  */
  .sustainable_product .sustainable_content {
    padding: 0px !important; }
  .sustainable_text.rellax.transition-xs {
    width: 49%;
    order: 2; }
  .sustainable_product .sustainable_content .sustainable_img .recycling_icons {
    display: none; }
  .sustainable_product .sustainable_content .sustainable_text .recycling_icons {
    display: block; }
  .product_size-bg .product_size_container {
    width: auto; }
  .innovation_container .innovation_content .innovation_text.first,
  .innovation_container .innovation_content .innovation_text.second {
    display: flex;
    flex-direction: column;
    justify-content: space-between; } }

@media only screen and (max-width: 1024px) {
  .categories_section .categoria_title {
    display: block !important;
    padding: 2px 0px 4px 0px; }
  .products .categories_section .section_container .page_link {
    display: none; }
  .products .categories_section .categories_container .categories_card .card_text h2 {
    font-size: 21px;
    /* font-family: 'Helvetica Neue Bold' !important; */ }
  .categories_section .categories_container a .categories_card .card_text p {
    display: none; }
  .first_bg.see_product .section_container, .second_bg.see_product .section_container {
    background-image: unset !important; }
  .seek_bg.sustainability_section .seek_content {
    width: 89%; }
  .innovation_home_mobile p {
    color: #4a4a49;
    line-height: 22px; }
  .product_category_banner_section .product_category_banner .product_category_bg .product_category_content h1 img {
    width: 50px;
    display: inline-block;
    top: 2.4px; } }

@media only screen and (max-width: 1023px) {
  .product-category-section .categories_section .categories_container {
    padding: 0px; } }

@media only screen and (max-width: 991px) {
  .products .categories_container a {
    width: calc(50% - 26px); }
  .products .categories_section .categories_container .categories_card .card_text {
    padding: 20px 17px 26px; }
  .first_bg.see_product .section_container, .second_bg.see_product .section_container, .third_bg.see_product .section_container {
    width: 90%; }
  .products .categories_section {
    padding: 12px 0px 6px; }
  .product_category_banner_section .product_category_banner {
    min-height: auto; }
  .product_category_banner_section .product_category_banner {
    background-size: cover;
    min-height: 500px; }
  .product_category_banner_section .product_category_banner .product_category_bg .product_category_content h1 {
    margin: 0px; }
  .product_category_banner_section .product_category_banner .product_category_bg {
    align-content: center;
    display: flex; }
  .product_category_banner_section .product_category_banner .product_category_bg .product_category_content {
    width: 100%;
    padding: 32px 24px 0px;
    padding-bottom: 24px !important;
    display: flex;
    align-content: center;
    flex-wrap: wrap; }
  .product_category_banner_section .product_category_banner .product_category_bg .product_category_content .product_category_text {
    margin: 0px; }
  .product_category_banner_section .product_category_banner .product_category_bg {
    padding-top: 70px !important; }
  .sustainable_product {
    padding: 42px 0px; }
  .sustainable_text.rellax.transition-xs {
    width: 100%;
    order: inherit; }
  .sustainable_product .sustainable_content .sustainable_img {
    height: auto;
    width: 100%; }
  .sustainable_product .sustainable_content .sustainable_img .recycling_icons {
    display: block;
    margin: 50px 0px 0px !important; }
  .sustainable_product .sustainable_content .sustainable_text .recycling_icons {
    display: none; }
  .sustainable_product .sustainable_content .sustainable_img .recycling_icons .recycling_bg {
    width: 42px;
    height: 42px; }
  .sustainable_product .sustainable_content .sustainable_img img {
    height: 185px;
    object-fit: cover; }
  .innovation_container .innovation_content .innovation_text.first p:after,
  .innovation_container .innovation_content .innovation_text.first:after {
    content: none; }
  .ms-row {
    width: 90%; } }

@media only screen and (max-width: 768px) {
  .mobile-view.top-vbanner {
    display: block !important;
    height: 168px;
    background-color: #F0F7EB; }
  .mobile-view.top-vbanner img {
    width: 100%;
    height: 375px;
    object-fit: cover; }
  .product_category_banner_section .product_category_banner {
    min-height: auto;
    background-image: unset !important; }
  .product_category_banner_section .product_category_banner .product_category_bg {
    width: 100%;
    padding-top: 0px !important;
    margin-top: 0px !important; }
  .product_category_banner_section .product_category_banner .product_category_bg .product_category_content {
    padding: 0px 40px 25px !important;
    display: flex;
    flex-direction: column; }
  .product_category_banner_section .product_category_banner .product_category_bg .product_category_content h1 {
    font-size: 28px !important;
    margin-bottom: 16px;
    margin-top: 30px; }
  .product_category_banner_section .product_category_banner .product_category_bg .product_category_content .product_category_text p {
    margin: 0px !important;
    font-size: 16px  !important;
    line-height: 20px;
    color: rgba(74, 74, 73, 0.9); }
  .video_section iframe {
    display: inline-block;
    height: 100%;
    vertical-align: top; }
  .video_section.section_container {
    padding: 0px;
    padding-bottom: 0px !important;
    margin: 0px; }
  .see_product .product_section {
    padding: 40px 0 28px; }
  .see_product .product_section h1 {
    font-size: 22px;
    margin-bottom: 0; }
  .see_product .product_section .product_description .product_img.rellax.transition-md img {
    max-width: 100%;
    width: 100% !important; }
  .see_product .product_section .product_description .product_text p {
    font-size: 16px; }
  .sustainable_product {
    padding: 31px 0px 46px; }
  .sustainable_product .sustainable_content .sustainable_text h2 {
    font-size: 25px !important;
    line-height: 39px; }
  .sustainable_product .sustainable_content .sustainable_img {
    padding-right: 0px;
    padding-top: 24px;
    margin: 0px !important; }
  .sustainable_text.rellax.transition-xs {
    padding-left: 0px; }
  .sustainable_product .section_container {
    margin: 0px; }
  .sustainable_product {
    padding: 31px 46px 46px; }
  .sustainable_product .sustainable_content .sustainable_text h2 {
    margin-bottom: 0px; }
  .product_size-bg {
    padding: 30px 0px 0px; }
  .product_size-bg h1 {
    text-align: left;
    padding: 0px 48px 40px; }
  .product_size-bg .product_size_container .product_size {
    padding: 30px 15px;
    margin-left: 15px; }
  .product_size-bg .product_size_container .product_size .rellax {
    padding: 4px 8px 8px; }
  .product_size-bg .product_size_container {
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    justify-content: flex-start; }
  .product_color_container {
    padding: 38px 0px 24px; }
  .news_mobile {
    margin-top: 0px !important; }
  .related_mobile .categories_section .related_title {
    padding-left: 0px; }
  .news_bg.news_mobile.related_mobile .section_container {
    width: 100%;
    margin: 0px;
    padding: 0px; }
  .news_bg.news_mobile .categories_section .categories_container .categories_card .card_text {
    margin: 0px;
    padding: 32px 1.4em 1em; }
  .news_bg.news_mobile .categories_section .categories_container .categories_card .card_text h1 {
    font-size: 20px; }
  .news_bg.news_mobile .categories_section .categories_container .categories_card .card_text h2 {
    font-size: 20px; }
  .news_bg.news_mobile .categories_section .categories_container a .categories_card .card_text p {
    line-height: 24px;
    font-size: 16px; }
  .news_bg.news_mobile .categories_section.related_products .related_title {
    margin-bottom: 0px;
    padding: 0px 46px; }
  .news_bg.news_mobile .categories_section.related_products .categories_container {
    margin-top: 20px;
    padding-bottom: 0px; }
  .categories_section.related_products {
    min-height: auto; }
  .categories_section .categories_container .categories_card {
    border-radius: 0px; }
  .news_mobile .news_container .swiper-button-next {
    right: 8px; }
  .news_mobile .news_container .swiper-button-prev {
    left: 8px; }
  .news_mobile .news_container .swiper-button-next,
  .news_mobile .news_container .swiper-button-prev {
    top: 8.4em; }
  .mobile-hide {
    display: none !important; }
  .sustainability .product_category_banner .product_category_bg .product_category_content .product_category_text p, .seek_bg .seek_content .seek_text ul li {
    font-size: 16px !important;
    color: #5B5B5B;
    position: relative; }
  .seek_bg .seek_content .seek_text ul li::before {
    width: 25px;
    font-size: 30px;
    position: absolute;
    left: 0; }
  .planet_banner .description.resq_text p {
    font-weight: normal !important; }
  .sustainability-swiper.sustainability-swiper.swiper-container .company_description {
    flex-wrap: wrap; }
  /* .home .sustainability-swiper.resq_slider.sustainability-swiper.swiper-container{
        height: 840px !important;
    } */
  /* .home .sustainability-swiper.sustainability-swiper.swiper-container .sustainability-pagination{
        width: unset !important;
        background-color: unset;
        padding: unset !important;
        bottom: unset;
    } */
  .planet_banner.third_banner .description .global-button-green {
    font-size: 14px !important; }
  .sustainability-swiper .manufacturing_banner .description_content.right img {
    height: 100% !important;
    margin-bottom: 0 !important; }
  .sustainability-swiper.sustainability-swiper.swiper-container {
    height: 850px !important; }
  /* .sustainability-swiper.sustainability-swiper.swiper-container .sustainability-pagination{
        width: unset !important;
        background-color: unset;
        padding: unset !important;
        bottom: unset;
    } */
  .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.left {
    margin-top: 0 !important;
    padding: 15% 8% !important; }
  .sustainability .plastic_bg .resq_buttons .button .btn, .sustainability .right_description .button .global-button-green {
    padding: 10px 20px 14px !important; }
  .sustainability .plastic_bg .resq_buttons .button .btn sup {
    margin-left: -4px; }
  .sustainability .sustainability-swiper .manufacturing_banner .description_content.right {
    margin-bottom: 0 !important;
    height: auto !important; }
  .sustainability .plastic_bg .resq_buttons .button a, .sustainability .right_description .button a, .sustainability .description_content-md .button a, .sustainability .plastic_right-md .button a {
    font-size: 14px !important; }
  .sustainability .plastic_bg .section_container {
    margin: 0 !important; }
  .about_us .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.right {
    height: unset !important;
    padding-bottom: unset !important; }
  .about_us .sustainability-swiper.sustainability-swiper.swiper-container .sustainability-pagination {
    right: 10px !important; } }

@media only screen and (max-width: 575px) {
  .products .categories_container a {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .sustainability .plastic_bg .resq_buttons .button .btn sup {
    margin-left: 0;
    font-size: 0.7em; } }

@font-face {
  font-family: "Helvetica Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/HelveticaMedium.ttf") format("ttf"), url("../fonts/HelveticaMedium.woff2") format("woff2"), url("../fonts/HelveticaMedium.woff") format("woff"), url("../fonts/HelveticaMedium.ttf") format("truetype"), url("../fonts/HelveticaMedium.svg") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "GT Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/GTBold.ttf") format("ttf"), url("../fonts/GTBold.woff2") format("woff2"), url("../fonts/GTBold.woff") format("woff"), url("../fonts/GTBold.ttf") format("truetype"), url("../fonts/GTBold.svg") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "Helvetica_Roman";
  src: url("../fonts/Helvetica-Neue-LT-Std-55-roman.ttf") format("ttf"), url("../fonts/Helvetica-Neue-LT-Std-55-roman.woff2") format("woff2"), url("../fonts/Helvetica-Neue-LT-Std-55-roman.woff") format("woff"), url("../fonts/Helvetica-Neue-LT-Std-55-roman.ttf") format("truetype"), url("../fonts/Helvetica-Neue-LT-Std-55-roman.svg") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue.ttf") format("ttf"), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.svg") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "Open-Sans-extrabold";
  src: url("../fonts/opensans_extrabold/OpenSans-ExtraBold.ttf") format("ttf"), url("../fonts/opensans_extrabold/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/opensans_extrabold/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/opensans_extrabold/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/opensans_extrabold/OpenSans-ExtraBold.svg") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "helvetica-55-roman";
  src: url("../fonts/HLB.ttf") format("woff"), url("../fonts/HLB01.ttf") format("opentype"), url("../fonts/HLB02.ttf") format("truetype"); }

@font-face {
  font-family: "helvetica-55-roman-4";
  src: url("../fonts/HLR41.ttf") format("woff"), url("../fonts/HLR42.ttf") format("opentype"), url("../fonts/HLR43.ttf") format("truetype"); }

@font-face {
  font-family: "helvetica-neue-lt-std-75-bold";
  src: url("../fonts/Helvetica-Neue-LT-Std-75-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Neue-LT-Std-75-Bold.woff") format("woff");
  font-display: swap; }

.block-ellipsis {
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.last_logo {
  height: fit-content; }

.swiper-slide.image_bg.bg-4.banner-4-desc .banner_content .slider_titlge {
  color: #fff;
  width: 70%; }

.swiper-slide.image_bg.bg-4.banner-4-desc .banner_content .slider_text p {
  color: #fff; }

.innovation_container .innovation_content .innovation_image img {
  max-width: 350px;
  margin: 0 auto; }

.company_description.team .description_content .right_description span p {
  color: #0c61a8;
  font-weight: bold; }

.swiper-slide .description_content img {
  object-fit: cover; }

.global-button-white {
  background: transparent !important;
  color: #2671ba !important; }

.global-button-white:hover {
  background: #64b42e !important;
  color: #fff !important;
  border: solid 1px #64b42e !important; }

.planet_banner.third_banner .description .button a .copy {
  color: #2671ba !important; }

.planet_banner.third_banner .description .button a:hover .copy {
  color: #fff !important; }

/* .footer_container .first_content{
	width: 55% !important;
} */
.footer_container .first_content p {
  font-size: 0.8125em;
  color: #ffffff;
  font-family: "Helvetica Neue", sans-serif; }

.home_banner .banner_content .slider_text p {
  line-height: 30px;
  font-size: 1.18rem; }

.believe h2 {
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif; }

.believe p {
  line-height: 26px; }

.company_description.team .description_content .buttons div {
  width: 145px; }

.sustainability-swiper .manufacturing_banner .description_content.left .description_content__text {
  width: 95%; }

.sustainability-swiper .manufacturing_banner .description_content.left .description_content__text p {
  color: #ffffff;
  font-size: 23px;
  line-height: 26px;
  /* font-family: 'helvetica-55-roman', sans-serif; */
  font-weight: 300;
  width: 95%; }

.company_description.vision-banner-1 .description_content__text {
  width: 95%; }

.green_bg.innovacion_green .plastic_content .plastic_left {
  margin-top: 3%; }

.btn {
  font-size: 23px;
  padding: 12px 33px; }

.map_container .map h2 {
  font-size: 38px;
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif; }

.map_container .map p {
  font-size: 18px;
  margin-bottom: 25px;
  /* font-family: 'helvetica-55-roman', sans-serif; */
  line-height: 22px;
  font-weight: 300; }

@media screen and (min-width: 1440px) {
  .map_container .map p {
    font-size: 1.1rem; } }

.culture h2 {
  font-size: 38px;
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif; }

.culture p {
  margin: 20px 0;
  font-size: 23px;
  line-height: 26px;
  font-weight: 300; }

.community .community_image .community_content .image_text {
  font-size: 23px !important; }

.innovation_container .innovation_content .innovation_text.first p,
.innovation_container .innovation_content .innovation_text p span {
  font-size: 18px !important; }

.innovation_container .innovation_content .innovation_text.first {
  background-position: 100% 0% !important;
  padding-top: 0 !important; }

.innovation_container .innovation_content .innovation_text.first .first-p {
  margin-top: -4px !important; }

.plastic_bg.green_bg.reality .plastic_content.reality_us .plastic_right {
  min-height: unset !important; }

.plastic_bg.green_bg.reality .plastic_content.reality_us .plastic_left {
  margin-bottom: 0 !important; }

/* .sustainability-swiper.swiper-container {
    height: 800px !important;
} */
.resq_slider.swiper-container {
  height: 800px !important; }

.sustainability-swiper.resq_slider.sustainability-swiper .manufacturing_banner .description_content.right img {
  height: 100% !important; }

.planet_banner.second_banner {
  min-height: 90vh !important; }

#layout-content .mobile-view.bottom-sec2 {
  display: block !important; }

#layout-content .mobile-view.bottom-sec {
  background: #f4f4f4;
  width: 100%;
  display: block !important; }

#layout-content .mobile-view.bottom-sec .molide-display-txt {
  width: 75%;
  margin: 0 auto;
  padding: 3rem 0; }

#layout-content .mobile-view.bottom-sec2 {
  padding: 3rem 0;
  width: 75%;
  margin: 0 auto;
  background: #fff; }

#layout-content .mobile-view.bottom-sec .molide-display-txt h5 {
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  color: #2671ba;
  width: 80%;
  margin: 0 auto; }

#layout-content .mobile-view.bottom-sec .molide-display-txt p {
  line-height: 1.2;
  color: #3a3a39;
  font-size: 1.34rem;
  margin-top: 2rem; }

#layout-content .mobile-view.bottom-sec .molide-display-txt p img {
  display: inline;
  position: relative;
  top: 5px;
  left: 3px;
  width: 40px; }

#layout-content .mobile-view.bottom-sec2 .molide-display-txt h5 {
  line-height: 3rem;
  font-size: 2rem;
  color: #3a3a39;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start; }

#layout-content .mobile-view.bottom-sec2 .molide-display-txt h5 img {
  display: inline;
  height: auto;
  width: 4rem;
  margin: 0;
  margin-right: 0.7rem; }

#layout-content .mobile-view.bottom-sec2 .molide-display-txt img {
  max-width: 5rem;
  height: auto;
  margin-left: 1.5rem; }

#layout-content .mobile-view.bottom-sec2 .molide-display-txt p {
  color: #3a3a39;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 2rem 0 3rem 0; }

header .nav_container .nav_links .nav_list li:hover {
  border: none; }

header .nav_container .nav_links .nav_list li a:hover {
  border-bottom: solid 1px #ffffff; }

/* .home_banner .image_bg.bg-1 .banner_content .slider_titlge{
   margin-top: 65px;
} */
.home_banner .page_link {
  display: none; }

.scale-hover-xs:hover,
.company_description.sostenibilidad-bg:hover,
.company_description.innovacion-bg:hover,
.darnel_description_banner .vision-banner-1:hover,
.darnel_description_banner .vision-banner-2:hover {
  transform: scale(1); }

.company_description .description_content.left .text_hover__hide {
  display: none !important; }

.company_description.sostenibilidad-bg:hover .text_hover {
  display: block !important; }

.counter_banner {
  background-position: 0rem 80px;
  background-color: #f0f7eb; }

.Programs_bg .Programs_content .Programs_video iframe {
  height: 350px; }

.green_bg .plastic_content .plastic_right .buttons .button_image {
  min-height: 65px; }

.green_bg .plastic_content .plastic_right .buttons .button_image p {
  display: none; }

.categories_section.related_products .categories_card {
  width: 60%; }

header .nav_container .nav_filter .filter_content .nice-select.open span {
  border: unset; }

.width-50 {
  width: 50%; }

.counter_banner {
  background-size: cover;
  background-attachment: unset; }

.counter_banner .counter_section {
  padding-top: 3em; }

.categories_section .section_container {
  width: 76%;
  margin: 0 auto; }

.categories_section .categories_container .categories_card {
  max-width: 100%;
  margin: 20px auto 20px auto;
  height: 100%; }

.categories_section.related_products .categories_card {
  width: 90%;
  max-width: 90%;
  min-height: 377px; }

.video_section {
  padding: 60px 0; }

.sustainability-swiper .manufacturing_banner .description_content.right img {
  height: 100%; }

/* .company_description .description_content.right .right_description .description_content__text {
    width: 30em;
} */
header .nav_container .nav_filter .filter_content .nice-select .list li:hover {
  font-weight: normal; }

.second_bg.see_product .product_text {
  text-align: right;
  padding-left: 0; }

.second_bg.see_product .product_section .product_description .product_text .visualize_product {
  display: inline-block; }

.darnel_description_banner .description_content {
  position: relative; }

@media only screen and (max-width: 1500px) {
  .footer_container .second_content p {
    font-size: 0.7em; }
  .sustainability-swiper.swiper-container {
    height: 600px !important; }
  .categories_section.related_products .categories_card {
    min-height: 325px; } }

@media screen and (min-width: 1024px) {
  .plastic_bg .plastic_content .plastic_right p .resq-brand_sm {
    display: inline-block;
    top: 1px;
    max-width: inherit !important;
    width: 46px !important; }
  .planet_banner.third_banner .description p .resq-brand {
    display: inline-block;
    width: 40px;
    top: 2px;
    vertical-align: text-bottom; } }

@media screen and (min-width: 1280px) {
  .swiper-slide.image_bg.bg-4.banner-4-desc .banner_content .slider_titlge {
    color: #fff;
    width: 58%; }
  .planet_banner .description h2 {
    font-size: 38px !important;
    font-family: "helvetica-neue-lt-std-75-bold", sans-serif; }
  .planet_banner .description p {
    font-size: 23px !important;
    /*font-weight: bold !important;*/ }
  .planet_banner.second_banner .description p {
    font-weight: normal !important;
    font-size: 21px !important; }
  .modal_form .modal-content .form_content .title h1 {
    font-size: 55px; }
  .modal_form .modal-content .form_content .title {
    width: 30%; }
  #submit-wrapper-contactForm .btn {
    padding: 9px 60px;
    font-weight: bold;
    font-size: 23px; }
  .counter_banner p {
    font-size: 23px;
    opacity: 0.9; }
  .counter_banner p.green_text {
    margin: 0.786em 0; }
  .products_container .products ul li {
    position: relative;
    font-size: 1.15rem;
    opacity: 0.9;
    padding-left: 20px; }
  .products_container .products ul li::before {
    font-size: 30px; }
  /* .company_description.innovacion-bg .right_description {
        padding-top: 15%;
    } */
  .company_description.innovacion-bg .right_description .description_content__text {
    font-size: 23px;
    opacity: 0.9; }
  .company_description.sostenibilidad-bg .description_content.left {
    padding-top: 7%; }
  .company_description.sostenibilidad-bg .description_content__text p {
    font-size: 23px;
    opacity: 0.9;
    line-height: 30px; }
  .company_description .description_content__title {
    font-size: 46px; }
  .company_description.sostenibilidad-bg:hover .description_content .description_content__title {
    font-size: 46px; }
  .seek_bg .seek_content .seek_text h2 {
    font-size: 38px; }
  .seek_bg .seek_content .seek_text ul li {
    font-size: 23px; }
  .seek_bg .seek_content .seek_text ul li::before {
    font-size: 25px !important; }
  .manufacturing .manufacturing_content div p {
    font-size: 21px; }
  .plastic_bg .plastic_content .plastic_right h2 {
    font-size: 38px; }
  .plastic_bg .plastic_content .plastic_right p {
    font-size: 23px; }
  .plastic_bg .resq_buttons .button .btn {
    font-size: 23px;
    padding: 10px 45px; }
  .plastic_bg .resq_buttons .button .btn sup {
    margin-right: 0.3em; }
  .green_bg .plastic_content .plastic_right h2 {
    font-size: 38px; }
  .plastic_bg .plastic_content .plastic_right p {
    font-weight: 300; }
  .plastic_bg .plastic_content .plastic_right p #firstButton1,
  #secondButton1,
  #thirdButton1,
  #fifthButton1 {
    padding: 5px !important; }
  .darnel_description_banner .vision-banner-1 .right_description {
    padding-left: 20%; }
  .darnel_description_banner .vision-banner-1 .right_description h2 {
    opacity: 1;
    color: #3a3a39; }
  .darnel_description_banner .vision-banner-1 .description_content p {
    font-size: 23px;
    line-height: 30px;
    width: 100%; }
  .darnel_description_banner .vision-banner-1 .button {
    margin-top: 35px; }
  .darnel_description_banner .vision-banner-1 .button a {
    font-size: 23px; }
  .darnel_description_banner .vision-banner-2 .description_content.left h2 {
    font-size: 32px;
    color: #3a3a39;
    opacity: 1;
    width: 75%; }
  .darnel_description_banner .vision-banner-2 .description_content.left .description_content__text {
    width: 75%; }
  .darnel_description_banner .vision-banner-2 .description_content.left p {
    font-size: 23px;
    line-height: 30px;
    width: 100%; }
  .darnel_description_banner .vision-banner-2 .description_content.left .button {
    margin-top: 55px; }
  .darnel_description_banner .vision-banner-2 .description_content.left a {
    font-size: 23px; } }

@media only screen and (min-width: 1024px) {
  .company_description.team .description_content {
    display: flex;
    align-items: center; }
  .company_description.team .description_content h2 {
    font-family: "helvetica-neue-lt-std-75-bold", sans-serif !important; }
  .company_description.team .description_content .right_description {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .swiper-container.sustainability-swiper.innovation_banners.us_banner.swiper-container-initialized.swiper-container-vertical.swiper-container-pointer-events {
    height: 91vh !important; }
  .products_container .products ul li {
    position: relative;
    font-size: 1.15rem;
    opacity: 0.9;
    padding-left: 20px; }
  .sustainability-swiper.resq_slider .company_description .description_content.left p .resq-brand {
    width: 47px;
    max-width: inherit !important;
    display: inline-block;
    vertical-align: text-bottom;
    top: 2px; } }

@media only screen and (max-width: 1440px) {
  /* .home_banner .banner_content .slider_text p {
        font-size: 1rem;
    } */
  .sustainability-swiper.resq_slider.sustainability-swiper.swiper-container {
    height: 600px; }
  /* .news_description .news_column{
        width: 60% !important;
    } */
  .third_column.hidden-mobile {
    width: 40%; } }

.third_column.hidden-mobile .categories_section.related_products .categories_card {
  /* width: 45% !important;
    max-width: 370px !important; */
  display: flex;
  padding-right: 30px;
  margin: 32px 0 !important;
  max-width: inherit !important;
  width: 50% !important;
  padding-right: 30px;
  margin: 21px 0;
  background: transparent;
  box-shadow: none;
  padding: 0; }

.third_column.hidden-mobile .categories_section.related_products .categories_card .card_text {
  min-height: auto !important;
  margin: 0;
  width: 50%; }

.third_column.hidden-mobile .categories_section.related_products .categories_card .card_text h1 {
  font-size: 20px;
  opacity: 1; }

.third_column.hidden-mobile .categories_section.related_products .categories_card .card_text h2 {
  font-family: "Helvetica Neue Medium", sans-serif;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #2E2E2E;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.third_column.hidden-mobile .categories_section.related_products .categories_card .card_image {
  border-radius: 8px; }

.third_column.hidden-mobile .categories_section.related_products .categories_card .card_image img {
  border-radius: 8px !important; }

.third_column.hidden-mobile .categories_section.related_products .categories_container {
  justify-content: flex-start;
  flex-wrap: inherit; }

@media only screen and (min-width: 1600px) {
  .sustainability-swiper.swiper-innovation .manufacturing_banner .description_content.right img {
    height: auto; }
  .sustainability-swiper.swiper-innovation .manufacturing_banner .description_content.right {
    overflow: hidden; }
  .sustainability-swiper.swiper-innovation .swiper-slide:nth-child(4) .manufacturing_banner .description_content.right img {
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); } }

@media only screen and (min-width: 1900px) {
  .sustainability-swiper.swiper-innovation .manufacturing_banner .description_content.right img,
  .sustainability-swiper.swiper-innovation .swiper-slide:nth-child(4) .manufacturing_banner .description_content.right img {
    height: 100%; } }

@media only screen and (max-width: 1366px) {
  .sustainability-swiper.innovation_banners .manufacturing_banner .description_content {
    padding: 3em 0 10em 35px; }
  .sustainability-swiper .manufacturing_banner .description_content.right {
    padding: 0; }
  .sustainability-swiper .manufacturing_banner .description_content.right img {
    /* height: 44vh; */
    width: 100%; }
  /* .leaflet-top.leaflet-left{

  } */
  .map_container {
    min-height: unset; }
  .history-swiper .history_content .title h1 {
    font-size: 4.4375em !important; }
  .history-swiper .history_content .text p {
    font-size: 1.5em !important; }
  .history-swiper .swiper-slide.bg-1 {
    position: relative;
    z-index: 9; }
  .history-swiper .swiper-slide:before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #000000ba 0%, #00000026 100%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1; } }

@media only screen and (max-width: 1280px) {
  .footer_container .second_content p {
    text-align: center;
    line-height: 12px; }
  .categories_section .section_container,
  .categories_section.related_products .categories_card {
    width: 90%;
    margin: 0 auto; }
  .categories_section .categories_container {
    justify-content: center; }
  .categories_section .categories_container .categories_card {
    max-width: 100%;
    margin: 0 auto 30px auto; }
  .video_section {
    margin: 0 auto; }
  .sustainable_text.rellax.transition-xs {
    font-size: 18px; }
  .sustainable_product .sustainable_content .sustainable_text h2 {
    font-size: 34px; }
  .plastic_bg .resq_buttons .button .btn {
    padding: 10px 30px; }
  .plastic_bg a .copy {
    color: #5db331; }
  .plastic_bg a:hover .copy {
    color: #fff; }
  .button a.global-button-green {
    font-size: 1.286em; }
  .company_description .description_content.right .right_description .description_content__text {
    width: 90%; }
  .darnel_description_banner .description_content p {
    width: 100%; }
  .company_description.team .description_content .right_description p {
    width: 100% !important; }
  .company_description .description_content.right .right_description {
    padding-left: 5em; }
  .company_description.vision-banner-2 .description_content__text {
    width: 95%; }
  .darnel_description_banner .description_content h1 {
    font-size: 28px; }
  .history-swiper .history_content {
    padding-top: 13em; } }

@media only screen and (min-width: 992px) {
  .green_bg .plastic_content .plastic_left {
    width: 49%; }
  .sustainability-swiper.innovation_banners .manufacturing_banner .description_content.left .description_content__title {
    font-size: 38px !important; }
  .plastic_bg.green_bg.reality {
    padding-top: 70px; } }

@media only screen and (min-width: 1023px) {
  .resq_content .resq_banner .resq_text h1 span.mobile-hide {
    display: inline !important; }
  .seek_bg.resq_description .seek_text p {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 26px;
    font-size: 21px; }
  .seek_bg .seek_content .seek_text h2 {
    font-size: 38px; }
  .seek_bg .seek_content .seek_image {
    width: 50%; }
  .seek_bg .seek_content .seek_image img {
    width: 90% !important;
    margin-left: auto; }
  .seek_bg.resq_description .seek_text .button .global-button-green {
    padding: 11px 34px !important;
    font-size: 23px !important; }
  .sustainability-swiper .manufacturing_banner .description_content.left .description_content__title {
    font-family: "helvetica-neue-lt-std-75-bold", sans-serif;
    font-size: 2em;
    opacity: 1; }
  .resq_slider .company_description .description_content.left p,
  .resq_slider .company_description .description_content.left p span {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1.5px; }
  .resq_slider .company_description .description_content.left p {
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: unset; }
  .sustainability-swiper .manufacturing_banner .description_content.right img {
    margin: 0 auto; }
  .categories_section.related_products .categories_container {
    margin-top: 0; }
  .news_description .news_column h1 {
    font-size: 30px;
    font-family: "Helvetica Bold", sans-serif;
    line-height: 28px; }
  /* .news_description .news_column {
        width: 40%;
    } */
  .third_column .categories_section .section_container {
    width: 100%; }
  .categories_section .categories_container {
    justify-content: flex-start; }
  /* .plastic_bg.white_bg .plastic_content .plastic_left img {
        border-radius: 20px;
        max-width: 100%;
    } */
  .product_category_banner .product_category_bg .product_category_content h2 {
    font-size: 3.286em; }
  .product_category_banner .product_category_bg .product_category_content .product_category_text p {
    font-size: 23px;
    font-weight: 300 !important; }
  .manufacturing h2 {
    font-size: 38px !important; }
  .manufacturing.gei_content.us h2 {
    font-size: 1.571em !important; }
  .swiper-map .swiper-slide {
    padding-top: 50px !important;
    padding-bottom: 0 !important; }
  .swiper-map .swiper-slide .map_content h2 {
    font-size: 38px; }
  .swiper-map .swiper-slide .map_content p {
    font-size: 23px; }
  .plastic_bg .plastic_content .sustainability-right-plastic.bottom-logo {
    padding: 1.786em; }
  .sustainability_section .seek_text p {
    margin-bottom: 20px; }
  .sustainability_section.committed .seek_content .seek_image div img {
    width: 100% !important; }
  .green_bg .plastic_content .plastic_left img {
    min-height: auto;
    object-fit: cover; }
  .zopim {
    bottom: 75px !important; }
  .through_time-bg.company_description .description_content.left h1 {
    font-size: 38px; }
  .through_time-bg.company_description .description_content.left p {
    font-size: 23px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 27px; }
  .through_time-bg.company_description .description_content.left {
    min-height: 75vh; }
  .planet_banner.third_banner .description p {
    font-size: 21px !important; } }

@media only screen and (max-width: 991px) {
  .news_description .news_column {
    width: 100% !important; } }

.white_bg.plastic_bg.news_banner .plastic_content {
  justify-content: flex-end; }

.white_bg.news_banner .plastic_content .plastic_right {
  position: relative;
  width: 48%;
  margin-right: -7%;
  min-height: 24em;
  padding: 3.5em 2.8em !important;
  box-shadow: 0px 4px 4px -1px rgba(92, 111, 128, 0.06);
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(40px); }

/*@media only screen and (max-width: 768px) {*/
@media only screen and (max-width: 1024px) {
  .sustainability-swiper .manufacturing_banner .description_content.right img {
    height: 50vh;
    margin-bottom: 36vh; }
  .button a.global-button-green {
    font-size: 16px;
    padding: 15px 4em;
    width: 100%;
    display: block; }
  .width-50 {
    width: 100%; }
  .community .community_image .down_accordeon .community_accordeon.hidden-section-desktop {
    margin-top: unset !important; }
  .community .community_image .down_accordeon .community_accordeon .close_accordeon {
    right: 2% !important;
    margin-top: 10px;
    position: absolute;
    z-index: 1; }
  .community .community_image .down_accordeon .community_accordeon .close_accordeon img {
    background-color: #939393;
    width: 34px;
    padding: 7px;
    border-radius: 100%; }
  .community .community_image .down_accordeon .community_accordeon img {
    max-height: initial !important; }
  .planet_banner.second_banner {
    padding-top: 36em !important;
    padding-bottom: 0; }
  .planet_banner.second_banner .description {
    background: linear-gradient(180deg, #ffffff00 0%, #000000cf 100%);
    padding-bottom: 10px; }
  .planet_banner.second_banner .description h2 {
    font-size: 22px !important; }
  .planet_banner.second_banner .description p {
    line-height: 24px;
    font-weight: 400 !important; }
  .planet_banner.third_banner .description h2 {
    font-size: 23px !important;
    line-height: normal; }
  .planet_banner .description p {
    line-height: normal;
    font-weight: bold !important; }
  .planet_banner.third_banner .description p {
    font-size: 18px !important; }
  .planet_banner.third_banner .description .button {
    margin: 40px 0; }
  .global-button-white {
    background: #64b42e !important;
    color: #fff !important;
    border: 1px solid #64b42e !important; }
  .planet_banner.third_banner .description .button a .copy {
    color: #fff !important; }
  /* .home_banner .banner_content .slider_text p {
        width: 100%;
        line-height: 20px;
        font-size: 1.0em;
    } */
  .home_banner .banner_content .slider_button a {
    width: 290px; }
  .products_container .products .bullets_active .hidden a {
    width: 90%;
    margin: auto;
    font-size: 1.15em; }
  .products_container .products .products_left {
    width: 100%; }
  .company_description.sostenibilidad-bg .description_content.left .text_hover__hide .hov_content .mobile_icons div {
    padding: 9px 10px;
    width: 50px;
    height: 50px; }
  .home_banner .image_bg.bg-2 .banner_content {
    margin: 5em 0 0;
    position: absolute;
    bottom: 0; }
  .seek_bg .seek_content .seek_image img {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important; }
  .plastic_bg .plastic_content .sustainability-right-plastic.bottom-logo div {
    padding: 0 !important; }
  .plastic_bg .plastic_content .plastic_right p {
    font-size: 16px;
    line-height: 24px;
    width: 100%; }
  .manufacturing .manufacturing_content .manufacturing_border {
    border-top: solid 1px #5db331;
    border-bottom: solid 1px #5db331; }
  .manufacturing .manufacturing_content .manufacturing_border + .manufacturing_border {
    border-bottom: 0; }
  .manufacturing .manufacturing_content .mobile-change {
    border: none; }
  .manufacturing h2 {
    font-size: 26px !important; }
  .community .community_image .community_content .image_text {
    text-shadow: 2px 2px 4px #000000; }
  .product_category_banner.us_banner.banner-innu {
    background-size: 100% 50% !important; }
  /* .product_category_banner.us_banner.banner-innu .product_category_bg {
        padding-top: 27em !important;
        padding-bottom: 40px !important;
    } */
  .product_category_banner .product_category_bg .product_category_content h2 {
    padding-top: 20px !important; }
  .manufacturing .manufacturing_content img {
    margin-bottom: 21px; }
  .manufacturing.gei_content.us .manufacturing_content div {
    padding: 15px 0 30px 0 !important; }
  .manufacturing.gei_content.us .manufacturing_content div:last-child {
    padding-bottom: 0 !important; }
  .products_container .products {
    max-height: 100%; }
  .swiper-map .swiper-slide {
    padding-top: 0 !important; }
  .swiper-map .swiper-slide {
    width: 100% !important;
    overflow: hidden; }
  .products_container {
    max-height: 100%; }
  /* .hidden-section-desktop {
        margin-top: 53px;
        font-size: 16px;
    } */
  .sustainability_section.eco-efficient .seek_content .seek_image {
    width: 95% !important;
    margin: 0 auto 15px auto; }
  .sustainability_section.eco-efficient .seek_content .seek_image img {
    width: 100% !important; }
  .plastic_bg .resq_buttons .button .btn {
    padding: 10px 57px; }
  .map_container .hidden-section-desktop {
    margin-top: 0 !important; }
  .map_container .map h2 {
    font-size: 23px;
    line-height: 25px; }
  .map_container .map p {
    font-size: 16px; }
  .plastic_bg .plastic_content .plastic_right h2 {
    font-size: 23px; }
  .darnel_description_banner .vision-banner-2 .description_content .description_content__text {
    width: 100%; }
  .darnel_description_banner .vision-banner-2 .description_content .description_content__text p {
    width: 100%; }
  .darnel_description_banner .vision-banner-2 .description_content .description_content__text p img {
    width: 100% !important;
    height: auto !important; }
  .darnel_description_banner .vision-banner-2 .description_content .button {
    margin-bottom: 25px; }
  .darnel_description_banner .vision-banner-2 .description_content .button a {
    font-size: 12px;
    padding: 10px 23px !important; }
  .news_bg.news_mobile .swiper-container.swiper-banner.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    background: unset !important; }
  body .news_bg .news_section .news_container .news_product a {
    width: 100%; }
  .section_container {
    margin: 0 15px; }
  .resq_content .resq_banner .resq_img.second img {
    max-width: 100%; }
  /* .products_container .products ul li::before {
        left: 15px;
    } */
  .home_banner .swiper-slide.image_bg.bg-2 .banner_content {
    padding: 0rem 3em !important; }
  .links_content.hidden-section-desktop {
    display: none !important; }
  footer .footer_container .first_content {
    width: 100% !important; }
  .categories_section.related_products {
    display: none; }
  .news_bg.news_mobile.related_mobile .categories_section.related_products {
    display: block; }
  .news_bg.news_mobile.related_mobile {
    overflow: hidden; }
  .categories_section.related_products .categories_container {
    width: 100% !important; }
  .categories_section.related_products .categories_container a .categories_card {
    width: 100%; }
  .product_category_banner {
    padding-top: 0px !important; }
  .product_category_banner .product_category_bg {
    padding-top: 0; }
  .see_product .product_section .product_description .product_img.rellax.transition-md.hidden-section-desktop img {
    display: block; }
  .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.left {
    padding: 0; }
  /* .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.left .description_content__title,
    .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text p{
        padding: 0 15px;
    } */
  .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text p {
    width: 95%; }
  #layout-content {
    overflow: hidden; }
  /* .leaflet-container.leaflet-touch-drag.leaflet-touch-drag{
        display: none;
    } */
  .history-swiper .swiper-slide .history_content .title h1 {
    font-size: 2.8em !important; }
  .history-swiper .swiper-slide .history_content .text p {
    font-size: 1.15em !important; }
  .second_bg.see_product .product_text {
    text-align: left; } }

/* 700 */
@media only screen and (max-width: 450px) {
  .news_description .news_column table tbody tr {
    display: flex;
    flex-direction: column; }
  .news_description .news_column table tbody tr td {
    width: 100% !important; } }

@media only screen and (max-width: 1023px) {
  .resq_content .resq_banner .resq_text h1,
  .resq_content .resq_banner .resq_text h1 span,
  .seek_bg .seek_content .seek_text h2 {
    /*font-size: 1.786em;*/
    line-height: 30px;
    font-family: "helvetica-neue-lt-std-75-bold", sans-serif; }
  .seek_bg .seek_content {
    padding-bottom: 40px; }
  .seek_bg.resq_description .seek_content .seek_text {
    padding: 0 20px !important; }
  .seek_bg.resq_description .seek_content .seek_text h1 {
    font-size: 22px; }
  .mobile-view.bottom-sec .molide-display-txt h5 {
    font-size: 22px;
    line-height: 24px; }
  .mobile-view.bottom-sec .molide-display-txt p {
    line-height: 24px; }
  .mobile-view.bottom-sec2 .molide-display-txt h5 {
    line-height: 24px; }
  .mobile-view.bottom-sec2 .molide-display-txt p {
    line-height: 24px; }
  .resq_slider.second .company_description .description_content.right img {
    height: 31.786em; }
  .sustainability-swiper .manufacturing_banner .description_content.left {
    background-color: #64a51c;
    padding-bottom: 3rem;
    height: 475px;
    padding-top: 2em; }
  .sustainability-swiper.resq_slider .company_description .description_content.left h1 {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;
    font-size: 1.158em;
    letter-spacing: 1px;
    opacity: 1; }
  .sustainability-swiper.resq_slider .company_description .description_content.left h1 .resq-brand {
    width: 52px;
    display: inline-block;
    vertical-align: text-bottom;
    top: 2px; }
  .sustainability-swiper.resq_slider .company_description .description_content.left p .resq-brand {
    width: 33px;
    display: inline-block;
    vertical-align: text-bottom;
    top: 2px; }
  .sustainability-swiper.resq_slider .company_description .description_content.left p {
    color: #fff; }
  .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text {
    min-height: unset; }
  .planet_banner .description.resq_text {
    padding-top: 2em;
    position: relative;
    /* top: 19rem; */ }
  .planet_banner .description.resq_text h1 {
    font-family: "helvetica-neue-lt-std-75-bold", sans-serif;
    line-height: 24px; }
  .planet_banner .description.resq_text p {
    line-height: 24px; }
  .white_bg.plastic_bg .plastic_content {
    margin-top: -13px !important; }
  .white_bg.plastic_bg.news_banner .plastic_content {
    position: relative;
    padding-bottom: 0 !important; }
  .plastic_bg.white_bg .plastic_content .plastic_left {
    width: 100% !important;
    padding-top: 0 !important; }
  .news_banner.plastic_bg.white_bg .plastic_content .plastic_left {
    height: 90vh; }
  .news_description {
    padding: 0 0.5rem; }
  .white_bg.news_banner {
    padding: 0 0 !important; }
  .news_description .news_column {
    width: 100% !important; }
  .news_description .news_column {
    padding: 0 !important; }
  .white_bg.news_banner .plastic_content .plastic_right {
    padding: 1.4rem !important;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(40px);
    margin: 0;
    min-height: inherit;
    box-shadow: none; }
  .company_description .description_content.right .right_description {
    padding-right: 40px;
    padding-left: 40px; }
  .darnel_description_banner .company_description.team .description_content.right .right_description .description_content__title {
    font-size: 22px; }
  .darnel_description_banner .company_description.team .description_content.right .right_description p {
    font-size: 16px !important;
    line-height: 24px; }
  .darnel_description_banner .company_description.team .description_content .buttons {
    display: flex;
    flex-direction: column; }
  .darnel_description_banner .company_description.team .description_content .buttons {
    padding-top: 10px !important; }
  .darnel_description_banner .company_description.team .description_content .buttons div img {
    width: auto !important;
    height: auto; }
  .company_description.team .description_content .right_description span p {
    color: #0c61a8 !important;
    font-weight: normal; }
  /* .home_banner .image_bg.bg-1 .banner_content {
        top: 0;
        transform: none;
    } */
  .home_banner .image_bg.bg-1 .banner_content .slider_titlge {
    margin-top: 0 !important; }
  .home_banner .banner_content .slider_button a {
    font-size: 14px;
    padding: 9px 15px !important; }
  /* .home_banner .image_bg.bg-1 .banner_content {
        height: 80%;
    } */
  .believe h2 {
    font-size: 22px !important; }
  .believe p {
    font-size: 16px !important; }
  .believe .believe_content .swiper-wrapper {
    padding-top: 0 !important; }
  .products_container .products ul {
    width: 100%; }
  .products_container .products .products_right {
    width: 100%; }
  .products_container .products .bullets_active {
    width: 100%; }
  .company_description.sostenibilidad-bg {
    height: auto; }
  .company_description.sostenibilidad-bg .description_content__text p {
    font-size: 16px;
    line-height: 20px; }
  .company_description.sostenibilidad-bg .description_content.left .text_hover__hide h2 {
    font-size: 1.5625em;
    font-family: "GT Bold", sans-serif;
    color: #7abc5c; }
  .company_description.innovacion-bg .description_content {
    margin-bottom: 0 !important; }
  .product_category_banner.innovation_banner .product_category_bg .product_category_content h2 {
    font-size: 28px;
    margin-top: 0; }
  .product_category_banner.innovation_banner .product_category_bg .product_category_content .product_category_text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300; }
  .product_category_banner .product_category_bg .product_category_content .product_category_text p {
    margin: 15px 0; }
  /*.news_bg .news_section .news_container .news_product .news_img img{
        border-radius: 38px;
        }*/
  .news_bg .news_section .news_product .news_text p {
    width: 100%;
    font-size: 16px;
    opacity: 0.8; }
  .news_bg .news_section .news_product .news_text .news-read-more {
    font-family: "Helvetica Bold", sans-serif;
    font-size: 18px; }
  .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.left .description_content__title {
    font-size: 23px; }
  .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text p {
    font-size: 16px;
    line-height: 20px; }
  .sustainability-swiper .swiper-slide {
    width: 100%; }
  .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.right {
    padding-bottom: 0.5em; }
  .plastic_bg .resq_buttons .button:first-child a {
    font-size: 12px;
    padding: 10px 35px; }
  .plastic_bg .resq_buttons .button .btn {
    font-size: 12px;
    padding: 10px 26px; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image p {
    padding: 0;
    display: flex;
    width: auto; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image h5 {
    display: flex;
    justify-content: flex-start;
    margin-right: 5px;
    width: auto; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image h5,
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons .button_image p {
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: "Helvetica Neue", sans-serif; }
  .sustainability-swiper .manufacturing_banner .description_content-md {
    margin-top: -15rem !important; }
  .plastic_bg.green_bg.reality {
    padding: 0 !important;
    padding-top: 3rem !important; }
  .plastic_bg.green_bg .plastic_content .plastic_right .plastic_left img {
    border-radius: 0; }
  .plastic_bg.green_bg.reality .manufacturing.gei_content.factories h2 {
    font-size: 23px; }
  .darnel_description_banner .through_time-bg .description_content.left p {
    font-size: 16px;
    margin-bottom: 20px; }
  .through_time-bg.company_description .description_content.left .global-button-blue {
    padding: 10px 70px; }
  .buttons.btn-group.rellax.transition-md.mt-md-3 {
    padding: 0 !important; }
  .green_bg .plastic_content .plastic_right .buttons .button_image h5 {
    font-size: 14px; }
  #firstButton1,
  #secondButton1,
  #thirdButton1,
  #fifthButton1 {
    padding: 12px 5px !important;
    max-height: 64px; }
  .home_banner .image_bg.bg-2 .banner_content {
    margin: 10em 0 0; }
  .home_banner .image_bg.bg-2 .banner_content .slider_text {
    margin: 0; }
  /*.home_banner .image_bg.bg-2 .banner_content .slider_text p:nth-child(2){
        margin: 10px 0;
        }*/
  .home_banner .image_bg.bg-2 .banner_content .slider_text p:nth-child(4) br {
    display: none; }
  .home_banner .image_bg.bg-2 .banner_content .slider_button.mt-md-5 {
    margin-top: 5em !important; }
  .company_description.sostenibilidad-bg .description_content.left .description_button a {
    padding: 13px 50px;
    width: 85% !important;
    justify-content: center; }
  .news_section .swiper-button-next,
  .news_section .swiper-button-prev {
    top: 26%; }
  .darnel_description_banner.overflow-hidden .plastic_bg.white_bg .plastic_content .plastic_left img {
    margin: 25px 0; }
  .darnel_description_banner .description_content p {
    width: 100%;
    font-size: 16px;
    line-height: 1.5; }
  /*.company_description .description_content.right .right_description p.description_content__text.custom br{
        display: none;
        }*/
  .company_description.innovacion-bg.transition-md .description_content.right {
    height: 405px !important; }
  .plastic_bg.green_bg.innovacion_green {
    padding: 1em 0px 40px !important; }
  .plastic_bg.green_bg.innovacion_green .buttons.btn-group.rellax.transition-md.mt-md-3 {
    padding: 0 25px !important; }
  .plastic_bg.green_bg .plastic_content.reality_us .plastic_right .buttons.custom-btn {
    margin-top: 40px !important;
    padding: 0 3rem !important; }
  .darnel_description_banner .through_time-bg .description_content .button a.global-button-blue {
    font-size: 16px !important; }
  .darnel_description_banner .through_time-bg .description_content.left {
    margin-top: 11em;
    padding-bottom: 0;
    padding-top: 30px !important; }
  .sustainability-swiper.resq_slider .company_description .description_content.right {
    margin-bottom: 0 !important;
    max-height: 300px;
    overflow: hidden; }
  .sustainability-swiper.resq_slider.sustainability-swiper.swiper-container {
    height: auto !important; }
  footer .footer_container .third_content .footer_logos {
    display: none !important; }
  footer .footer_container .third_content .footer_logos.hidden-section-desktop {
    display: flex !important;
    margin-bottom: 5px; }
  footer .footer_container .third_content .hidden-section-desktop.footer_tel {
    display: none !important; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    outline: unset !important; }
  .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
    width: 72px !important;
    margin-left: unset !important;
    margin-top: unset !important;
    padding-right: unset !important;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 120%); }
  .swiper-container .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    content: "";
    height: 35px;
    width: 55px;
    background-color: transparent;
    z-index: -1;
    left: 50%;
    top: 50%;
    border-radius: 50px;
    transform: translate(-50%, -50%);
    outline: unset !important; }
  .swiper-map .map-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #707070;
    outline: unset !important; }
  .swiper-map .map-pagination {
    align-items: flex-start; }
  .swiper-map .map-pagination span {
    width: 15px !important;
    height: 15px !important; }
  .swiper-map .map-pagination span.swiper-pagination-bullet:first-child {
    margin-top: 0;
    background-image: url(../img/radio.png);
    background-color: unset;
    height: 17px !important;
    width: 17px !important;
    background-position: center;
    background-size: cover; }
  .swiper-map .map-pagination span.swiper-pagination-bullet:first-child::after {
    border: unset !important;
    font-size: unset !important;
    margin: unset !important;
    padding: unset !important; }
  .swiper-map .map-pagination span.swiper-pagination-bullet:first-child::before {
    margin-top: 2.5em; }
  .swiper-map .map-pagination span.swiper-pagination-bullet:nth-child(4) {
    height: 15px !important;
    width: 15px !important; }
  .believe {
    padding: 3em 0 !important; }
  .believe .believe_content .believe-swiper .believe-pagination .swiper-pagination-bullet:after {
    background: #1072bb !important;
    height: auto;
    width: auto; } }

@media only screen and (max-width: 1025px) {
  .news_description .news_column table tbody tr td img {
    padding: 0 !important; } }

@media only screen and (max-width: 450px) {
  .news_description .news_column table tbody tr td img {
    margin-top: 0 !important; } }

@media only screen and (max-width: 355px) {
  .product_category_banner.us_banner.banner-innu {
    background-size: 100% 50% !important; }
  .product_category_banner.us_banner.banner-innu .product_category_bg {
    padding-top: 15em !important; } }

@media only screen and (max-width: 330px) {
  .home_banner .image_bg.bg-2 .banner_content {
    margin: 8em 0 0;
    padding: 18px 25px; } }

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .home_banner .image_bg.bg-2 .banner_content {
    padding: 18px 35px 0; }
  .home_banner .image_bg.bg-2 .banner_content .slider_button.mt-md-5 {
    margin-top: 2em !important; } }

#product_galery .categories_container a {
  margin: 1%;
  width: 31% !important; }

#product_galery .categories_container .categories_card .card_text p {
  width: 100%; }

#product_galery .categories_container .categories_card .card_text h2 {
  min-height: 40px; }

#product_galery .categories_container .categories_card .card_text h2 {
  min-height: 40px; }

header .nav_container .nav_links .nav_list li.header_border::after {
  right: 0;
  height: 56%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute; }

.product_size-bg .product_size_container .product_size img {
  width: 103%;
  margin-bottom: 1.4em;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 21px; }

@media screen and (min-width: 1024px) {
  .product_size-bg .product_size_container .product_size img {
    width: 100%;
    object-fit: contain;
    max-height: 9rem; } }

.product_size-bg .product_size_container .product_size .img-container_size {
  height: 180px;
  margin-bottom: 1.4em; }

.products .categories_section .categories_container .categories_card {
  background-color: transparent !important; }

#color_description .active_color {
  border: 1px solid #2671ba !important; }

.product_size-bg .product_size_container .product_size .product_active {
  border: 1px solid #2671ba !important; }

@media only screen and (max-width: 768px) {
  #product_galery .categories_container a {
    width: 100% !important; }
  /* SLIDER 1 */
  .home_banner .bg-1 .slider_text {
    font-size: 16px !important; }
  .home_banner .bg-1 .slider_text p {
    line-height: 24px !important; }
  .home_banner .banner_content .slider_button a {
    font-size: 16px; }
  .home .products_container .products .bullets_active {
    width: 100%; }
  .home .products_container .products .products_title {
    margin-top: 0px !important; }
  .home .products_container .products .products_right img,
  .products_container .products .products_left img {
    margin: auto; }
  /* .home .company_description .description_content.right .right_description .description_content__title{
        margin-bottom: 22px !important;
        font-size: 25px !important;
    } */
  .home .company_description .description_content.right .right_description .description_content__text.custom {
    margin: 0px !important; }
  .home .company_description .description_content.right .right_description .innovacion_button {
    margin-top: 40px !important; }
  .home .company_description .description_content.right .right_description .innovacion_button a {
    font-size: 16px;
    background: #5fb839 !important;
    width: 85% !important;
    justify-content: center; }
  .home .company_description .description_content.right .right_description .description_content__text {
    font-size: 16px; }
  /**/
  .company_description.sostenibilidad-bg .description_content__title {
    font-size: 25px !important;
    margin-bottom: 25px; }
  .company_description.sostenibilidad-bg .description_content__text p {
    font-size: 16px !important;
    line-height: 22px; }
  .innovation .product_category_banner .product_category_bg {
    padding-top: 0 !important; }
  .innovation .product_category_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: unset; }
  /* PRODUCT DETAIL */
  .product_size-bg .product_size_container .product_size {
    width: 63%;
    min-width: 63%; }
  .product_size-bg .product_size_container .product_size .rellax {
    height: 100%;
    white-space: normal; }
  .product_size-bg .product_size_container {
    width: 100%; }
  /* INNOVATION */
  .innovation .sustainability-swiper.sustainability-swiper.swiper-container .company_description {
    display: block; }
  .innovation .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.right {
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 300px !important;
    /* max-height: 300px; */
    overflow: hidden; }
  .innovation .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.left {
    justify-content: flex-start !important; }
  .innovation .swiper-container-vertical > .swiper-pagination-bullets {
    right: -10px !important;
    background-color: transparent !important; }
  .innovation .plastic_bg.green_bg .plastic_content .plastic_right .plastic_left img {
    object-fit: cover;
    max-height: 100%; }
  .innovation .map_container .map h2 {
    line-height: 30px; }
  .innovation .product_category_banner.innovation_banner .product_category_bg .product_category_content h1 {
    font-size: 28px !important;
    color: #5b5b5b;
    padding-top: 30px !important;
    margin-top: 0; }
  .innovation .product_category_banner.innovation_banner .product_category_bg .product_category_content .product_category_text p {
    font-size: 16px !important;
    color: #5b5b5b; }
  .innovation .sustainability-swiper .manufacturing_banner .description_content.left {
    height: 100%; }
  .innovation .plastic_bg.green_bg .plastic_content .plastic_right h2 {
    font-size: 21px !important;
    color: #2671ba; }
  .innovation .plastic_bg.green_bg .plastic_content .plastic_right {
    padding-top: 40px !important; }
  .innovation .plastic_bg.green_bg .plastic_content .plastic_right p {
    font-size: 16px;
    color: #4a4a49; }
  .innovation .culture .culture_image .culture_text h1 {
    line-height: 30px;
    font-size: 23px; }
  /* .innovation .culture .culture_image .culture_text{
        padding: 0 10px;
    } */
  .innovation .culture .culture_image .culture_text p {
    font-size: 16px; }
  /*sostenibilidad*/
  .sustainability .swiper-container-vertical > .swiper-pagination-bullets {
    right: -10px !important;
    background-color: transparent !important; }
  .sustainability .plastic_bg.green_bg .plastic_content .plastic_right .plastic_left img {
    object-fit: cover;
    max-height: 100%; }
  .sustainability .map_container .map h2 {
    line-height: 44px; }
  .sustainability .sustainability-swiper .manufacturing_banner .description_content.left {
    margin-top: 0px !important;
    height: 100% !important; }
  .sustainability .sustainability-swiper .manufacturing_banner .description_content.right img {
    height: 100% !important;
    margin-bottom: 0px !important; }
  .sustainability .company_description .description_content.right .right_description .description_content__title {
    font-size: 30px !important;
    color: #5b5b5b; }
  .sustainability .plastic_bg .resq_buttons .button a, .sustainability .right_description .button a, .sustainability .description_content-md .button a, .sustainability .plastic_right-md .button a {
    font-size: 17px !important;
    padding: 10px 35px !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important; }
  .sustainability .plastic_bg .resq_buttons .button,
  .sustainability .right_description .button,
  .sustainability .description_content-md .button,
  .sustainability .plastic_right-md .button {
    width: 100% !important; }
  .sustainability .product_category_banner .product_category_bg .product_category_content,
  .seek_bg .seek_content .seek_text h2 {
    font-size: 28px;
    color: #5b5b5b; }
  .product_category_banner .product_category_bg .product_category_content .product_category_text img {
    max-width: 100%;
    height: auto; }
  .sustainability .product_category_banner .product_category_bg .product_category_content .product_category_text p, .seek_bg .seek_content .seek_text ul li {
    font-size: 16px !important;
    color: #5b5b5b; }
  .seek_bg .seek_content .seek_text ul li {
    font-size: 16px !important;
    color: #5b5b5b;
    padding-left: 1em; }
  .sustainability .darnel_description_banner .vision-banner-2 .description_content img.darnel_logo {
    width: auto; }
  .sustainability .plastic_bg.white_bg .plastic_content .plastic_left img {
    /* max-width: 70%; */
    margin: 40px auto !important; }
  .sustainability .company_description .description_content.right .right_description {
    padding-bottom: 40px !important;
    padding-top: 4em; }
  .sustainability .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text p {
    font-size: 16px; }
  /* ABOUT US */
  /* .about_us .product_category_banner.us_banner.banner-innu{
        background-size: cover !important;
    } */
  /* .about_us .product_category_banner .product_category_bg.pt-5{
        width: 75% !important;
    } */
  .about_us .darnel_description_banner .through_time-bg .description_content.left {
    padding-bottom: 30px; }
  .about_us .darnel_description_banner .through_time-bg .description_content.left h1 {
    font-size: 23px; }
  .about_us .darnel_description_banner .through_time-bg .description_content.left {
    margin-top: 40%; }
  .about_us .believe h2,
  .about_us .believe p {
    padding: 0px 40px; }
  .about_us .manufacturing .manufacturing_content div {
    width: 80% !important;
    margin: 30px auto !important; }
  .about_us .manufacturing.gei_content .manufacturing_content div p {
    font-size: 16px; }
  .about_us .manufacturing.gei_content.us .manufacturing_content div {
    width: 55% !important; }
  .about_us .product_category_banner .product_category_bg .product_category_content .product_category_text {
    font-size: 16px; }
  .about_us .sustainability-swiper.sustainability-swiper.swiper-container .sustainability-pagination {
    background-color: transparent;
    right: -20px; }
  .about_us .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.right {
    height: 100%;
    max-height: 50%; }
  .about_us .sustainability-swiper .manufacturing_banner .description_content.right img {
    height: 100vh; }
  .about_us .sustainability-swiper .manufacturing_banner .description_content.left {
    padding-top: 10% !important;
    margin-top: 0px !important; }
  /* .about_us .sustainability-swiper.innovation_banners .manufacturing_banner .description_content.left img{
        margin: auto !important;
    } */
  .about_us .darnel_description_banner .through_time-bg .description_content .button a.global-button-blue {
    background-color: #2671ba !important;
    color: white !important; }
  .about_us .company_description .description_content {
    min-height: auto !important; }
  .about_us .company_description .description_content {
    margin-bottom: 0px !important; }
  .about_us .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.left .description_content__title {
    width: 100%;
    margin-bottom: 5%;
    margin-top: 5% !important;
    font-size: 23px; }
  .about_us .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text {
    width: 100%; }
  .about_us .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text p {
    font-size: 16px; }
  .about_us .sustainability-swiper.sustainability-swiper.swiper-container .sustainability-pagination {
    background-color: white;
    bottom: 0px;
    width: 100% !important;
    padding: 20px !important;
    z-index: 1; }
  .about_us .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.left {
    padding: 15px 8% !important; }
  .about_us .hidden-section-desktop .product_category_banner .pt-5 {
    background-color: #fff !important; }
  .about_us .product_category_banner.us_banner.banner-innu:before {
    display: block !important; }
  .sustainable_product .sustainable_content .sustainable_img .sustainable_button {
    margin-top: 25px !important; }
  .map_mobile .map_image {
    width: 100% !important; }
  .planet_banner.third_banner .description .button a {
    display: inline-block;
    width: auto; }
  .seek_bg.resq_description .seek_content .seek_text .button a {
    line-height: 1;
    padding: 16px 4em; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-container-pointer-events {
    background-color: transparent !important; }
  #product_galery .categories_container a {
    width: 48% !important; }
  .counter_banner .counter_section {
    padding: 20px 17% !important;
    text-align: center; }
  /* SLIDER HOME */
  .home_banner .swiper-slide .banner_content {
    width: 80%; }
  /* .home_banner .banner_content .slider_button a{
        position: initial;
        font-size: 16px;
        background-color: transparent !important;
        color: #5DB331;
        border: 1px solid #5DB331;
    } */
  .home_banner .banner_content .slider_button a:hover {
    position: initial;
    font-size: 16px;
    background-color: #5db331 !important;
    color: white; }
  .home_banner .image_bg {
    background-position: center; }
  .bannerfade {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7); }
  .home .products_container .products .products_right.change-order + div,
  .home .products_container .products .products_right {
    width: 56%; }
  .home .company_description .mobile-view,
  .home .mobile-view.first-banner-home {
    height: 500px;
    overflow: hidden; }
  .home .company_description .mobile-view img,
  .home .mobile-view.first-banner-home img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .home .company_description .description_content.right .right_description .innovacion_button {
    padding: 1em !important;
    margin-bottom: 0; }
  .home .company_description .description_content.right .right_description .description_content__text p {
    font-size: 16px !important; }
  .home .company_description .description_content.right .right_description .description_content__text.custom {
    width: 100%; }
  .home .company_description.sostenibilidad-bg .description_content.left {
    padding: 4em 40px; }
  /* SLIDER 1 */
  .home_banner .bg-1 .slider_text {
    font-size: 16px !important;
    line-height: 24px; }
  .home_banner .bg-1 .slider_text p {
    line-height: 24px !important; }
  /* SUSTAINABILITY */
  .sustainability .top-main-banner {
    height: 500px; }
  .sustainability .top-main-banner img {
    height: 100%;
    object-fit: cover; }
  .sustainability .top-main-banner + .sustainability_banner {
    height: auto; }
  .sustainability .seek_bg .seek_content .seek_image {
    height: 500px;
    margin: auto; }
  .sustainability .seek_bg .seek_content .seek_image img {
    height: 100%;
    object-fit: contain; }
  .sustainability .plastic_bg .plastic_content .plastic_right .plastic_image {
    margin-top: 0 !important; }
  .sustainability .plastic_bg .plastic_content.sustainability_resq + .resq_buttons .button {
    margin: 20px; }
  .sustainability .mobile-view.darnel-banner2 {
    height: 500px; }
  .sustainability .mobile-view.darnel-banner2 img {
    height: 100%;
    object-fit: cover; }
  /* NUMBER SECTION */
  .counter_banner {
    padding-top: 0px !important;
    min-height: auto !important;
    padding: 0px !important; }
  /**/
  .products_container .products .bullets_active#secondActive {
    margin-top: 50px !important; }
  /**/
  .company_description.sostenibilidad-bg {
    background-image: url(https://cdn.ajoverdarnel.com/storage/app/media/home-sostenibilidad_m.jpg) !important;
    background-size: 100%;
    background-position: top;
    height: auto !important; }
  .company_description.sostenibilidad-bg .description_content.left {
    padding-top: 37% !important;
    padding-left: 5em; }
  .company_description.sostenibilidad-bg .description_content__title {
    font-size: 25px !important;
    margin-bottom: 25px; }
  .company_description.sostenibilidad-bg .description_content__text p {
    font-size: 16px !important;
    line-height: 22px; }
  /**/
  .company_description.innovacion-bg {
    padding-top: 0px !important;
    background: none !important;
    min-height: initial !important;
    max-height: initial !important; }
  .company_description .description_content {
    min-height: initial !important; }
  .company_description .description_content.right .right_description {
    padding-bottom: 40px !important;
    padding-top: 4em; }
  .company_description .description_content.right .right_description .description_content__title {
    margin-bottom: 25px; }
  .company_description .description_content.right .right_description .description_content__text p {
    font-size: 14px !important;
    line-height: 16px;
    margin: 0px;
    width: 100% !important; }
  .news_mobile {
    margin-top: 0px !important; }
  .company_description .description_content.right .right_description .innovacion_button a {
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.4375em;
    padding: 13px 50px;
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff; }
  .company_description .description_content.right .right_description .innovacion_button {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 3.7em; }
  /**/
  .innovation .sustainability-swiper.sustainability-swiper.swiper-container .company_description {
    display: block; }
  .innovation .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.right {
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 40% !important; }
  .innovation .swiper-container-vertical > .swiper-pagination-bullets {
    right: -10px !important;
    background-color: transparent !important; }
  .innovation .plastic_bg.green_bg .plastic_content .plastic_right .plastic_left img {
    object-fit: cover;
    max-height: 100%; }
  .innovation .map_container .map h2 {
    line-height: 44px; }
  .innovation .product_category_banner.innovation_banner .product_category_bg .product_category_content {
    padding-bottom: 25px !important; }
  .innovation .product_category_banner.innovation_banner .product_category_bg {
    padding-top: 0px !important; }
  .innovation .map_container .map h2 {
    line-height: 34px;
    font-size: 23px; }
  .innovation .product_category_banner.innovation_banner .product_category_bg .product_category_content h1 {
    font-size: 50px !important;
    color: #5b5b5b;
    padding-top: 30px !important;
    padding-bottom: 3%; }
  .innovation .product_category_banner.innovation_banner .product_category_bg .product_category_content .product_category_text p {
    font-size: 16px !important;
    color: #5b5b5b; }
  .innovation .sustainability-swiper .manufacturing_banner .description_content.left {
    height: 100%; }
  .innovation .plastic_bg.green_bg .plastic_content .plastic_right h2 {
    font-size: 23px !important;
    color: #2671ba; }
  .innovation .plastic_bg.green_bg .plastic_content .plastic_right {
    padding-top: 40px !important; }
  .innovation .plastic_bg.green_bg .plastic_content .plastic_right p {
    font-size: 16px;
    color: #4a4a49; }
  .innovation .culture .culture_image .culture_text h1 {
    line-height: 30px;
    font-size: 23px; }
  /* .innovation .culture .culture_image .culture_text{
        padding: 0 10px;
    } */
  .innovation .culture .culture_image .culture_text p {
    font-size: 16px; }
  .innovation .green_bg .plastic_content .plastic_left {
    width: 100%; }
  .innovation .map_container .map {
    padding: 2% 9%; }
  /* PRODUCT DETAIL */
  .product_size-bg .product_size_container .product_size {
    width: 100%; }
  .product_size-bg .product_size_container {
    width: 100%; }
  /*sostenibilidad*/
  .sustainability .darnel_description_banner .vision-banner-2 .description_content img.darnel_logo {
    width: 50% !important; }
  .sustainability .swiper-container-vertical > .swiper-pagination-bullets {
    right: -10px !important;
    background-color: transparent !important; }
  .sustainability .plastic_bg.green_bg .plastic_content .plastic_right .plastic_left img {
    object-fit: cover;
    max-height: 100%; }
  .sustainability .map_container .map h2 {
    line-height: 44px; }
  .sustainability .sustainability-swiper .manufacturing_banner .description_content.left {
    margin-top: 0px !important;
    height: 100% !important; }
  .sustainability .sustainability-swiper .manufacturing_banner .description_content.right img {
    height: 100% !important;
    margin-bottom: 0px !important; }
  .sustainability .sustainability-swiper .manufacturing_banner .description_content.right {
    height: 100%; }
  .sustainability .plastic_bg .resq_buttons .button a, .sustainability .right_description .button a, .sustainability .description_content-md .button a, .sustainability .plastic_right-md .button a {
    font-size: 17px !important;
    padding: 10px 35px !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important; }
  .sustainability .plastic_bg .resq_buttons .button,
  .sustainability .right_description .button,
  .sustainability .description_content-md .button,
  .sustainability .plastic_right-md .button {
    width: 100% !important;
    margin: auto; }
  .sustainability .product_category_banner .product_category_bg .product_category_content,
  .seek_bg .seek_content .seek_text h2 {
    font-size: 28px;
    color: #5b5b5b; }
  .sustainability .product_category_banner .product_category_bg .product_category_content .product_category_text p, .seek_bg .seek_content .seek_text ul li {
    font-size: 16px !important;
    color: #5b5b5b; }
  .sustainability .plastic_bg .plastic_content .plastic_right .resq {
    margin: auto; }
  .sustainability .plastic_bg .plastic_content .sustainability-right-plastic.bottom-logo {
    text-align: center;
    padding-bottom: 2rem !important; }
  .sustainability .plastic_bg .plastic_content .plastic_right .plastic_image {
    margin: 0px; }
  .sustainability .manufacturing .manufacturing_content .manufacturing_border {
    border-top: solid 0px;
    border-bottom: solid 0px;
    margin: 0px 0;
    padding: 0px 20px; }
  .sustainability .product_category_banner .product_category_bg .product_category_content .product_category_text {
    margin: 5px 0px 0px 0px; }
  .sustainability .product_category_banner {
    padding-bottom: 15px; }
  .sustainability .seek_bg .seek_content .seek_text {
    margin: auto;
    padding-bottom: 5em; }
  .sustainability .seek_bg .seek_content .seek_text ul {
    margin-bottom: 0px !important; }
  .sustainability .plastic_bg.white_bg .plastic_content .plastic_right {
    margin-left: 30px; }
  .sustainability .sustainability-swiper .manufacturing_banner .description_content.right {
    /* height: 100%; */
    height: 500px !important; }
  .sustainability .plastic_bg.white_bg .plastic_content .plastic_left {
    width: 70% !important;
    margin: auto; }
  .sustainability .plastic_bg.white_bg .plastic_content .plastic_right .button {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important; }
  .sustainability .manufacturing .manufacturing_content {
    justify-content: space-around; }
  .sustainability .manufacturing .manufacturing_content div {
    width: 42% !important; }
  .sustainability .manufacturing .manufacturing_content div .hidden-section-mobile {
    display: block !important; }
  .sustainability .manufacturing .manufacturing_content div .hidden-section-desktop {
    display: none !important; }
  .sustainability .manufacturing.gei_content .manufacturing_content .mobile_icons {
    margin: auto; }
  .sustainability .community .community_text {
    padding-top: 0 !important; }
  .sustainability .Programs_bg {
    padding-top: 3em; }
  /* PRODUCT INNER */
  .product-category-section {
    display: none; }
  .products .categories_section {
    margin-top: 5em !important; }
  /* ABOUT US */
  .about_us .product_category_banner.us_banner.banner-innu {
    background-size: cover !important; }
  .about_us .product_category_banner .product_category_bg .product_category_content .product_category_text {
    font-size: 16px; }
  .about_us .sustainability-swiper.sustainability-swiper.swiper-container .sustainability-pagination {
    background-color: transparent;
    right: -20px; }
  .about_us .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.right {
    height: 100%; }
  .about_us .sustainability-swiper .manufacturing_banner .description_content.right img {
    height: 100vh; }
  .about_us .sustainability-swiper .manufacturing_banner .description_content.left {
    height: auto !important;
    padding-top: 10% !important;
    margin-top: 0px !important;
    padding-left: 20px !important; }
  .about_us .sustainability-swiper.innovation_banners .manufacturing_banner .description_content.left img {
    margin: auto !important; }
  /* .leaflet-container.leaflet-touch-drag.leaflet-touch-drag{
        display: none !important;
    } */
  .about_us .darnel_description_banner .through_time-bg .description_content .button a.global-button-blue {
    background-color: #2671ba !important;
    color: white !important;
    margin: 5% auto; }
  .about_us .darnel_description_banner .company_description.team .description_content.right .right_description {
    margin-bottom: 0px !important; }
  .sustainable_product .sustainable_content .sustainable_img .sustainable_button {
    margin-top: 25px !important; }
  .map_mobile .map_image {
    width: 100% !important; }
  /* RESQ SECTION */
  .resq_content .resq_banner .resq_text h1,
  .resq_content .resq_banner .resq_text h1 span,
  .seek_bg .seek_content .seek_text h2 {
    text-align: center; }
  .planet_banner .mobile-view {
    height: 500px; }
  .planet_banner .mobile-view img {
    height: 100%;
    object-fit: cover; } }

@media only screen and (min-width: 1024px) {
  .green_bg.reality .plastic_content .plastic_right .buttons .button_image {
    min-height: auto !important; } }

* {
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: auto;
  min-height: 100vh;
  max-width: 100vw; }

.pagination > * {
  font-size: 14px;
  color: #707070; }

.pagination-container {
  width: 100%; }

.pagination-row {
  display: block;
  width: 100%; }

.pagination-content {
  padding: 2rem 0; }

.pagination-navbar {
  display: block; }

.pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none; }

.pagination-item {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E4E3E3;
  margin: 0 5px;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 16px; }

.pagination-item_prev, .pagination-item_next {
  border: none; }

.pagination-link {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px; }

.pagination-link > * {
  color: #707070; }

.pagination-link.active {
  background-color: #2671BA; }

.pagination-link.active > * {
  color: #fff; }

.product_active {
  border: 1px solid #2671ba; }

.history-swiper.swiper-container {
  height: 100vh;
  overflow: hidden; }

@media screen and (min-width: 610px) and (max-height: 700px) {
  .history-swiper .swiper-slide.bg-1 .history_content {
    width: 63%;
    padding-top: 10em; } }

.swiper-pagination.history-slider {
  position: absolute;
  top: 45%;
  right: -5em;
  text-align: center;
  transition: 0.3s opacity;
  transform: rotate(90deg);
  z-index: 8; }

.swiper-pagination.history-slider .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #ffffff;
  opacity: 1;
  margin: 15px 10px; }

.swiper-pagination.history-slider .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #000000ce;
  border-radius: 100%;
  margin-left: -2.9px;
  margin-top: 3.5px; }

.swiper-pagination.history-slider .swiper-pagination-bullet-active {
  background-color: #0c61a8; }

.swiper-container.resq_slider .swiper-wrapper .swiper-slide .company_description.manufacturing_banner .description_content {
  min-height: unset; }

.resq_slider .company_description {
  min-height: unset; }

.container-history {
  width: 100%; }

.circular_economy {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }

.circular_economy .circular_economy_items {
  width: 47%; }

.circular_economy .circular_economy_items:nth-of-type(2n) {
  margin-left: 2rem; }

.circular_economy .circular_economy_items:nth-of-type(2n) p {
  border-left: 1px solid rgba(58, 58, 57, 0.5);
  padding-left: 2rem; }

.circular_economy .circular_economy_items:last-of-type p {
  border-left: none; }

section.seek_bg.resq_description {
  padding: 4rem 0; }

.planet_banner.third_banner .description .global-button-green {
  padding: 15px 50px;
  font-size: 1.2rem !important; }

.company_description.vision-banner-1 .description_content.right {
  position: absolute; }

.icon_left {
  position: absolute;
  top: 59px;
  right: -90%; }

.see_product .toggle_product {
  width: 100%;
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px; }

.see_product .toggle_product .content {
  width: 539px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 0 !important;
  pointer-events: auto; }

.see_product .toggle_product .content .close {
  position: absolute;
  top: 20px;
  right: 15px;
  background-color: #8d8d8d;
  padding: 7px;
  border-radius: 50%;
  cursor: pointer; }

.see_product .toggle_product .content .close img {
  width: 22px; }

.see_product .toggle_product .content .modal_img {
  height: 188px;
  width: 539px; }

.see_product .toggle_product .content .modal_img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
  object-fit: cover; }

.see_product .toggle_product .content .modal_text {
  padding: 2em 3em; }

.see_product .toggle_product .content .modal_text h1 {
  color: #2671ba;
  font-size: 30px;
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif;
  margin-bottom: 1em; }

.see_product .toggle_product .content .modal_text h2 {
  color: #2671ba;
  font-size: 30px;
  font-family: "helvetica-neue-lt-std-75-bold", sans-serif;
  margin-bottom: 1em; }

.see_product .toggle_product .content .modal_text p {
  color: #454543;
  font-size: 23px;
  line-height: 1.2; }

@media screen and (max-width: 1440px) {
  #layout-content .mobile-view.bottom-sec .molide-display-txt,
  #layout-content .mobile-view.bottom-sec2 {
    width: 75%; }
  .swiper-container.sustainability-swiper.innovation_banners.us_banner.swiper-container-initialized.swiper-container-vertical.swiper-container-pointer-events {
    height: 91vh !important; }
  .sustainability-swiper.swiper-container {
    height: 91vh !important; }
  .resq_slider.swiper-container {
    height: 91vh !important; }
  .footer_container {
    padding: 7px 0; } }

@media screen and (max-width: 1280px) {
  .nice-select {
    font-size: 12px !important; }
  .resq_content .resq_banner .resq_img img {
    max-width: 190px; }
  .resq_content .resq_banner .resq_img.second img {
    max-width: 350px; }
  #layout-content .mobile-view.bottom-sec .molide-display-txt h5 {
    font-size: 1.8rem; }
  #layout-content .mobile-view.bottom-sec .molide-display-txt p,
  #layout-content .mobile-view.bottom-sec2 .molide-display-txt p {
    font-size: 1.1rem; }
  #layout-content .mobile-view.bottom-sec2 .molide-display-txt h5 {
    font-size: 1.7rem; }
  #layout-content .mobile-view.bottom-sec2 .molide-display-txt img {
    max-width: 4rem; }
  .history-swiper .history_content .text p {
    font-size: 1.2em; } }

.see_product .toggle_product {
  width: 100%;
  margin: auto;
  height: 100%; }

@media screen and (max-width: 768px) {
  .home_banner .image_bg.bg-2 .banner_content {
    padding: 0 0.5rem;
    margin: 0;
    top: unset; }
  .home_banner .image_bg.bg-3 .banner_content {
    /* padding: 0 0.5rem; */
    margin: 0;
    top: unset; }
  .home_banner .image_bg.bg-4 .banner_content {
    /* padding: 0 0.5rem; */
    margin: 0;
    top: unset; }
  .products_container .products ul li {
    padding-left: 20px; }
  .products_container .products .products_left img {
    margin-bottom: 2rem; }
  .section_container.newsPost-main {
    margin: 0; }
  /*.news_bg .news_section .news_product.principal {
        width: 80%;
        padding: 0;
        margin: auto;
        margin-bottom: 1rem;
    }*/
  .third_column .categories_section {
    min-height: fit-content;
    margin: 0; }
  .third_column .categories_section .section_container {
    overflow: hidden;
    margin: 0;
    width: 100%; }
  .categories_section.related_products .categories_container {
    flex-wrap: nowrap;
    width: 200%; }
  .categories_section.related_products .categories_card {
    max-width: 100%;
    margin: 0 auto; }
  .darnel_description_banner .sustainability-swiper.innovation_banners.swiper-container {
    margin-top: 0; }
  .section_container.about-us {
    margin: 0; }
  .plastic_bg.green_bg .plastic_content .plastic_right h2,
  .plastic_bg.green_bg .plastic_content .plastic_right p {
    padding: 0 2.5rem; }
  .swiper-pagination.history-slider {
    position: absolute;
    top: 18rem;
    right: -25%; }
  .swiper-pagination.history-slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin: 5px 5px; }
  #layout-content .mobile-view.bottom-sec .molide-display-txt,
  #layout-content .mobile-view.bottom-sec2 {
    width: 80%; }
  #layout-content .mobile-view.bottom-sec2 {
    padding-bottom: 0; }
  #layout-content .mobile-view.bottom-sec .molide-display-txt h5 {
    font-size: 1.3rem;
    margin: 0;
    width: 100%;
    text-align: left; }
  #layout-content .mobile-view.bottom-sec .molide-display-txt p,
  #layout-content .mobile-view.bottom-sec2 .molide-display-txt p {
    font-size: 1rem; }
  .mobile-view.bottom-sec2 .molide-display-txt {
    padding: 0; }
  #layout-content .mobile-view.bottom-sec2 .molide-display-txt h5 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    display: block;
    color: #5b5b5b; }
  #layout-content .mobile-view.bottom-sec2 .molide-display-txt h5 img {
    width: 2.5rem;
    margin-right: 0.5rem; }
  .circular_economy .circular_economy_items {
    width: 100%; }
  .circular_economy .circular_economy_items:nth-of-type(2n) {
    margin-left: 0; }
  .circular_economy .circular_economy_items:nth-of-type(2n) p {
    padding-left: 0;
    border-left: none; }
  .circular_economy .circular_economy_items:last-of-type p {
    padding: 0; }
  .resq_content .resq_banner .resq_img img {
    max-width: 100%; }
  .planet_banner.second_banner {
    min-height: unset !important; }
  .planet_banner.third_banner .description .global-button-green {
    font-size: 16px !important; }
  .planet_banner.third_banner .description .global-button-green sup {
    margin-left: 0;
    font-size: 0.7em;
    display: inline-block;
    vertical-align: top; }
  /* .resq_slider.swiper-container.marg-top{
        margin-top: 19rem;
    } */
  .company_description.through_time-bg .description_content__text {
    width: 100%; }
  .darnel_description_banner .through_time-bg .description_content .button a {
    margin: auto; }
  .gray_bg .section_container .news_description .news_bg.news_mobile {
    /* width: 100%; */
    margin-top: 0 !important;
    position: relative;
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #f3f2f9; }
  /* .gray_bg .section_container .news_description .news_bg.news_mobile:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #f3f2f9;
        width: 100vw;
    } */
  .gray_bg .section_container .news_description .news_bg.news_mobile .news_section {
    padding-top: 0;
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .gray_bg .section_container .news_description .news_bg.news_mobile .news_img img {
    border-radius: 8px !important; }
  .gray_bg .section_container .news_description .news_bg.news_mobile .news_text p {
    font-size: 1em;
    opacity: 0.8; }
  .sustainability-swiper.sustainability-swiper.swiper-container.innovation_banners .manufacturing_banner .description_content.right {
    padding-bottom: 0;
    margin-bottom: 0;
    height: auto; }
  .company_description.vision-banner-1 .description_content.right {
    position: unset; }
  .mobile-view.darnel-banner2 {
    display: flex !important;
    flex-direction: column; }
  .icon_left {
    display: none; }
  #icon_left {
    width: 130px;
    align-self: flex-end;
    margin-right: 10%;
    margin-top: -25%; }
  .see_product .toggle_product .content {
    width: 100%; }
  .see_product .toggle_product .content .modal_img {
    width: 100%; }
  footer {
    display: flex;
    flex-direction: column-reverse;
    font-family: "Helvetica Neue", sans-serif; }
  .footer_container {
    padding: 10px 0;
    margin-bottom: 2rem; }
  .links_content.hidden-section-desktop {
    margin-top: 0; }
  .footer_container .third_content .footer_tel {
    margin-top: 0;
    text-align: center; }
  .see_product .toggle_product .content .modal_img {
    height: auto !important; }
  .see_product .toggle_product .content .modal_img img {
    object-fit: unset; } }

@media screen and (max-width: 1024px) {
  .about-swiper_map .swiper-container .map_content-mobile h1 {
    font-size: 22px;
    color: #5b5b5b;
    font-weight: bold; }
  .about-swiper_map .swiper-container .map_content-mobile p {
    font-size: 16px;
    color: #3a3a39;
    margin: 14px 0;
    line-height: 1.3; } }

@media screen and (max-width: 375px) {
  /* .home_banner .image_bg.bg-2 .banner_content .slider_button.mt-md-5 {
        margin: 2.3em !important;
    } */
  /* .home_banner .image_bg.bg-3 .banner_content,
    .home_banner .image_bg.bg-4 .banner_content {
        bottom: 6.3rem !important;
    } */
  .swiper-slide.banner-3-desc .banner_content .slider_button {
    margin-top: 0.5em !important; }
  .swiper-slide.banner-4-desc .banner_content .slider_button {
    margin-top: 4em !important; } }

@media screen and (max-width: 360px) {
  .products_container .products .bullets_active .hidden a {
    font-size: 1em; } }

.brand_container {
  padding: 2em 2rem 2rem 2rem;
  margin: 0 5px 0 5.5%; }
  @media screen and (max-width: 640px) {
    .brand_container {
      padding: 0 0 0 0; } }
  .brand_container .brands_featured .brands_title {
    color: #005185;
    font-weight: 700;
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 3rem; }
  .brand_container .brands {
    margin-bottom: 0.5vh; }
    .brand_container .brands::before, .brand_container .brands::after {
      height: 100%;
      width: 100px;
      content: "";
      pointer-events: none;
      position: absolute;
      z-index: 2; }
    .brand_container .brands .swiper-wrapper .swiper-slide {
      display: flex;
      justify-content: center; }
      .brand_container .brands .swiper-wrapper .swiper-slide .card-image-top {
        width: 185px !important; }
        @media screen and (max-width: 640px) {
          .brand_container .brands .swiper-wrapper .swiper-slide .card-image-top {
            width: 150px !important; } }
        .brand_container .brands .swiper-wrapper .swiper-slide .card-image-top img {
          width: 185px;
          height: auto; }
          @media screen and (max-width: 640px) {
            .brand_container .brands .swiper-wrapper .swiper-slide .card-image-top img {
              width: 100%; } }

body .company_description.sostenibilidad-bg {
  position: relative !important;
  background-image: unset !important; }

body .company_description.sostenibilidad-bg .bgProductsHome {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.innovation_container .innovation_content .innovation_text p span {
  font-family: "Helvetica Neue Bold", sans-serif; }

.overlay_products {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.3s all ease-out; }

.overlay_products.active_overlay {
  opacity: 1;
  z-index: 1; }

/* .text_color {
    opacity: 0;
    transition: .2s all ease-out;
    height: 0;
}

.box_color:hover .text_color {
    opacity: 1;
    height: auto;
} */
.modal_form_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.2s all ease-out; }

.modal_form_overlay.modal_form_overlay_active {
  z-index: 99999999999;
  opacity: 1;
  backdrop-filter: blur(20px); }

.pagination-item_next {
  background-color: transparent !important; }

.pagination-item_prev {
  background-color: transparent !important; }

.sustainability-slide .swiper-wrapper > .swiper-slide:last-child .description_content.right img {
  object-position: 5% center; }

.culture_image .overflow-hidden img {
  transform-origin: 0 0;
  transition: transform 1s, visibility 1s ease-in; }

.culture_image .overflow-hidden:hover img {
  transform: scale(1.15); }

.sustainability_blur {
  backdrop-filter: blur(1px); }

.zopim-blur {
  z-index: 1 !important; }

.flag-Toggle .pop:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  background-image: url(../img/arrowDown.svg);
  background-size: 100%;
  width: 14px;
  height: 8px;
  transform: translateY(-50%);
  display: none; }

#product_galery {
  position: relative; }

.btnFilter {
  position: fixed;
  bottom: 1%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  display: none;
  z-index: 9999;
  transition: 0.1s all ease-out; }

.btnFilter_hide {
  opacity: 0;
  z-index: -1; }

.btnFilter_box {
  display: inline-flex;
  width: auto;
  background-color: #2671ba;
  border-radius: 40px;
  padding: 11px 56px;
  justify-content: center; }

.btnFilter_box img {
  display: block;
  margin: 0 18px 0 0; }

.btnFilter_box p {
  font-weight: 500;
  font-size: 18px;
  color: #fff; }

.categories_section .categories_container .categories_card {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px !important; }

.categories_section .categories_container .categories_card .card_image img {
  border-radius: 0 !important; }

body .darnelBG {
  position: relative;
  background-image: unset !important; }

body .darnelBG .darnelBG_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: top; }

body .darnelBG .darnelBG_img_center {
  object-position: center; }

body .darnelBG.company_description.team {
  height: 700px; }

body .darnelBG.company_description.team .description_content {
  height: 100%;
  max-height: 100%;
  min-height: 100%; }

@media only screen and (min-width: 1280px) {
  body .company_description.through_time-bg .description_content h2 {
    font-size: 38px !important; } }

@media only screen and (max-width: 1279) {
  body .company_description.through_time-bg .description_content h2 {
    font-size: 28px !important; } }

body .company_description.through_time-bg .description_content__text {
  width: 100%; }
  @media only screen and (min-width: 1280px) {
    body .company_description.through_time-bg .description_content__text p {
      font-size: 21px !important; } }

@media only screen and (max-width: 1023px) {
  body .news_description .news_column table {
    display: block; } }

@media only screen and (max-width: 1023px) {
  body .news_description .news_column table tbody {
    display: block;
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  body .news_description .news_column iframe {
    width: 100%; } }

@media only screen and (max-width: 1023px) {
  body .planet_banner .description.resq_text h2 {
    padding: 0 35px; } }

@media only screen and (max-width: 1024px) {
  body .community .community_text p {
    font-size: 16px !important; } }

body .relatedProducts_container {
  justify-content: center !important; }

body .relatedProducts_container > a {
  margin: 0 13px !important; }

body .home_banner .banner_content .slider_button a:hover {
  background-color: transparent !important;
  color: #5db331 !important; }

body .global-button-blue {
  background-color: #2671ba !important;
  color: #ffffff !important;
  border: 1px solid #2671ba !important;
  display: inline-flex;
  font-size: 16px !important;
  padding: 10px 24px !important;
  width: auto !important; }

body .global-button-blue:hover {
  background-color: transparent !important;
  color: #2671ba !important;
  border: 1px solid #2671ba !important; }

body .global-button-green {
  background-color: #5fb839 !important;
  color: #fff !important;
  border: 0 !important;
  border: 1px solid #5fb839 !important;
  display: inline-flex;
  font-size: 16px !important;
  padding: 10px 24px !important;
  width: auto !important; }

body .global-button-green:hover {
  background-color: transparent !important;
  color: #5fb839 !important;
  border: 1px solid #5fb839 !important; }

body .global-button-black {
  display: inline-flex;
  font-size: 16px !important;
  padding: 10px 24px !important;
  width: auto !important; }

body .global-button-black:hover {
  background-color: transparent !important;
  color: #707070 !important;
  border: 1px solid #707070 !important; }

body .product_category_banner .product_category_bg {
  background-color: rgba(255, 255, 255, 0.7) !important; }

body .us_banner .product_category_bg h2 {
  color: #4a4a49 !important; }

body .us_banner .product_category_bg .product_category_text p {
  color: #4a4a49 !important; }

body .us_banner .product_category_bg .page_link a {
  color: #4a4a49 !important; }

body .us_banner .product_category_bg .page_link a span {
  color: #4a4a49 !important; }

body .swiper-container.sustainability-swiper.innovation_banners.us_banner.swiper-container-initialized.swiper-container-vertical.swiper-container-pointer-events {
  height: 100vh !important; }

body .sustainability-swiper .company_description.manufacturing_banner .description_content {
  /* height: 100%; */
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  /* padding-top: 0 !important; */
  padding-bottom: 0 !important;
  flex-direction: column;
  justify-content: center; }

body .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

body .swiper-pagination.history-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #DFF2FD !important;
  opacity: 1;
  margin: 15px 10px;
  border: 2px solid #ffffff; }

body .swiper-pagination.history-slider .swiper-pagination-bullet-active {
  background-color: #ffffff !important; }

body .swiper-pagination.history-slider .swiper-pagination-bullet::after {
  display: none !important; }

body .planet_banner.second_banner .description {
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 31px !important;
  position: absolute;
  left: 136px;
  top: 62px;
  padding-left: 26px;
  padding-right: 18px;
  background: linear-gradient(0deg, rgba(175, 219, 255, 0.6), rgba(175, 219, 255, 0.6)), linear-gradient(111.91deg, rgba(255, 255, 255, 0.3) -9.4%, rgba(255, 255, 255, 0.03) 103.91%);
  box-shadow: 0px 4px 4px -1px rgba(0, 95, 174, 0.06);
  backdrop-filter: blur(40px);
  border-radius: 4px;
  width: 100% !important;
  max-width: 527px;
  -webkit-backdrop-filter: blur(40px); }

body .planet_banner .description h2 {
  font-size: 38px !important;
  font-family: "Helvetica Neue Bold", sans-serif !important;
  line-height: 46px; }

body .planet_banner .description p {
  font-size: 16px !important;
  margin-top: 16px !important;
  margin-bottom: 0 !important; }

body .planet_banner.second_banner {
  position: relative; }

body .believe .believe_content .believe-swiper .believe-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
  background-color: #1072bb !important; }

body .believe .believe_content .believe-swiper .believe-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border: 2px solid #1072bb; }

body .home_banner .banner_content .slider_button a.global-button-blue:hover {
  color: #2671ba !important; }

body .white_bg .plastic_content .plastic_right .global-button-green {
  padding: 12px 55px !important; }

body .about_us .product_category_banner .product_category_bg {
  width: 50% !important; }

body .planet_banner.third_banner .description .button {
  margin: 30px 0 0 0; }

body .us_banner .product_category_bg {
  width: 50% !important; }

.dropdownMobile {
  width: 100%;
  display: none;
  position: relative;
  height: 350px; }

.dropdownMobile_box {
  width: 95%;
  border: 0.1em solid #2671ba;
  margin: 0 auto 30px;
  padding: 10px;
  position: relative;
  z-index: 1;
  background: #fff;
  display: block;
  font-family: "Helvetica Bold", sans-serif;
  color: #2671ba; }

.dropdownMobile_box .dropdownMobile_menu {
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  max-height: 0; }

.drophide {
  margin: 10px 0 0;
  max-height: 20em !important; }

.dropdownMobile_box .dropdownMobile_menu li {
  font-size: 14px;
  color: #4a4a49; }

.dropdownMobile_selected {
  position: relative;
  font-size: 15px !important;
  color: #2671ba;
  font-family: "Helvetica-Bold", sans-serif;
  padding-right: 1em; }

.dropdownMobile_selected:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url(../img/arrowDown.svg);
  background-size: 100%;
  width: 14px;
  height: 8px;
  transform: translateY(-50%); }

.dropdownMobile_selected.selectedActive::after {
  transform: translateY(-50%) rotateX(150deg); }

.dropdownMobile_images {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 70px; }

.dropdownMobile_images img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.dropdownImg {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0; }

.dropdownImg.dropdownImg_active {
  opacity: 1; }

.hideAll {
  display: none !important; }

body .product_category_banner_section .product_category_banner {
  min-height: 768px;
  height: auto; }

body .product_category_banner .product_category_bg .product_category_content .product_category_logos_box {
  width: calc(100% / 3) !important;
  max-width: 160px;
  height: auto;
  position: relative; }

body .product_category_banner .product_category_bg .product_category_content .product_category_logos img {
  width: 80% !important;
  height: 100% !important;
  margin: auto; }

body .product_category_banner .product_category_bg .product_category_content .product_category_logos {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start !important; }

body .product_category_banner .product_category_bg .product_category_content .product_category_logos_box:not(:nth-of-type(3n)):after {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

#results {
  margin: 0 0 20px; }

body .categories_section .categories_container .categories_card .card_text {
  min-height: auto !important;
  padding: 7px 25px 28px; }

body .categories_section.related_products .categories_card {
  width: 100% !important;
  max-width: 100% !important;
  min-height: inherit !important;
  height: 100% !important;
  margin: 0 0 !important; }

body .categories_section .categories_container .categories_card .card_text h1 .resq-brand {
  width: 50px !important; }

body .categories_section .categories_container .categories_card .card_image {
  height: 280px !important; }

body .categories_section.related_products .categories_container .categories_card .card_image {
  height: 153px !important;
  width: 255px !important; }

body .planet_banner.planet_needs .description p {
  font-size: 23px !important;
  line-height: 30px !important;
  color: #3a3a39 !important; }

body .planet_banner.planet_needs .description h2 {
  line-height: 44px !important;
  color: #3a3a39 !important; }

body .container-history .history_content {
  position: absolute;
  padding: 0;
  top: 15%; }

body .container-history .history_content .history_box {
  width: 100%;
  background: linear-gradient(0deg, rgba(46, 46, 46, 0.8), rgba(46, 46, 46, 0.8)), linear-gradient(111.91deg, rgba(255, 255, 255, 0.3) -9.4%, rgba(255, 255, 255, 0.03) 103.91%);
  box-shadow: 0px 4px 4px -1px rgba(0, 95, 174, 0.6);
  backdrop-filter: blur(40px);
  padding: 0px 39px 0px 55px;
  max-width: 527px;
  border-radius: 4px;
  min-height: 495px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }

body .container-history .history_content .history_box .text p {
  font-size: 16px !important;
  line-height: 22px; }

body .container-history .history_content .history_box .title h1 {
  font-size: 40px !important; }

body .container-history .history_content .history_box .history_date p {
  font-family: "GT Bold", sans-serif;
  color: #fff;
  font-size: 90.8px;
  opacity: 0.1; }

body .container-history .history_content .history_box .history_date {
  position: absolute;
  bottom: 5px;
  right: 5px; }

body .history-swiper .swiper-slide:nth-child(1) .history_content .history_box .history_date {
  display: none; }

body .swiper-pagination.history-slider {
  position: absolute;
  top: inherit !important;
  right: inherit !important;
  text-align: center;
  transition: 0.3s opacity;
  transform: rotate(0deg) translateX(-50%) !important;
  z-index: 8;
  bottom: 5%;
  left: 50%; }

.history {
  margin: 0 0 100px;
  position: relative; }

body .butonsNavs {
  position: absolute;
  right: 9%;
  bottom: 20%;
  width: 100px;
  height: 48px; }

body .butonsNavs .butonsNavs_box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between; }

body .butonsNavs .butonsNavs_box .swiper-button-next,
body .butonsNavs .butonsNavs_box .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
  background: rgba(255, 255, 255, 0.8) !important;
  opacity: 1 !important;
  transition: 0.1s all ease-out; }

body .butonsNavs .butonsNavs_box .swiper-button-next:after,
body .butonsNavs .butonsNavs_box .swiper-button-prev:after {
  font-size: 23px !important;
  color: #2e2e2e !important; }

body .butonsNavs .butonsNavs_box .swiper-button-next:hover,
body .butonsNavs .butonsNavs_box .swiper-button-prev:hover {
  background: rgba(46, 46, 46, 0.8) !important; }

body .butonsNavs .butonsNavs_box .swiper-button-next:hover:after,
body .butonsNavs .butonsNavs_box .swiper-button-prev:hover:after {
  color: #fff !important; }

body .through_time-bg.company_description .description_content.left h2 {
  font-family: "Helvetica Neue Bold", sans-serif !important;
  font-weight: bold !important; }
  @media only screen and (min-width: 1280px) {
    body .through_time-bg.company_description .description_content.left h2 {
      font-size: 38px !important; } }
  @media only screen and (max-width: 1279px) {
    body .through_time-bg.company_description .description_content.left h2 {
      font-size: 28px !important; } }

@media only screen and (max-width: 1024px) {
  body .home_banner .swiper-container .swiper-wrapper .swiper-slide .section_container .banner_content {
    height: auto; } }

@media only screen and (max-width: 1024px) {
  body .home_banner .swiper-container .swiper-wrapper .swiper-slide .section_container .banner_content .slider_button {
    margin-top: 4vh !important; } }

body .home_banner.hidden-section-mobile {
  overflow: hidden !important;
  position: relative; }

body .home_banner.hidden-section-desktop {
  position: relative; }

.button-flex {
  display: inline-flex;
  align-items: center; }

.resq_ic {
  font-size: 12px;
  color: #fff;
  display: block;
  margin-left: 2px; }

.global-button-green:hover .resq_ic {
  color: #5fb839 !important; }

body .home_banner .swiper-wrapper .swiper-slide.bg-4 .slider_button .banner1-btn {
  background-color: #2671ba !important;
  color: #ffffff !important;
  border: 1px solid #2671ba !important; }

body .home_banner .swiper-wrapper .swiper-slide.bg-4 .slider_button .banner1-btn:hover {
  background-color: transparent !important;
  color: #2671ba !important;
  border: 1px solid #2671ba !important; }

body .home_banner .swiper-wrapper .swiper-slide.bg-5 .slider_button .banner1-btn {
  background-color: #2671ba !important;
  color: #ffffff !important;
  border: 1px solid #2671ba !important; }

body .home_banner .swiper-wrapper .swiper-slide.bg-5 .slider_button .banner1-btn:hover {
  background-color: transparent !important;
  color: #2671ba !important;
  border: 1px solid #2671ba !important; }

body {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  body .first_bg.see_product .section_container {
    background-position: left 15px; }
  body input::-webkit-outer-spin-button,
  body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  body input[type="number"] {
    -moz-appearance: textfield; }
  body .about-swiper_map {
    overflow-x: hidden; }
    body .about-swiper_map.hidden-section-mobile {
      position: relative; }
      body .about-swiper_map.hidden-section-mobile .map-pagination {
        width: 50%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        position: relative; }
    body .about-swiper_map.hidden-section-desktop {
      position: relative; }
      body .about-swiper_map.hidden-section-desktop .map-pagination {
        width: 50%;
        left: 50%;
        transform: translateX(-50%); }
        @media only screen and (max-width: 1024px) {
          body .about-swiper_map.hidden-section-desktop .map-pagination {
            width: 100%; } }

body .cotizarBtn {
  width: 100%;
  margin: 1.4em 0;
  text-align: center; }
  body .cotizarBtn a {
    display: block; }
    @media only screen and (min-width: 768px) {
      body .cotizarBtn a {
        max-width: 170px; } }

body .btnFilter2 {
  display: none; }
  @media only screen and (min-width: 768px) {
    body .btnFilter2 {
      position: fixed;
      top: 18%;
      left: 50%;
      transform: translateX(-50%);
      display: block; } }

.counter_banner {
  position: relative;
  overflow: hidden;
  background-image: none; }
  .counter_banner_img {
    position: absolute;
    bottom: -20%;
    z-index: 1; }
    @media only screen and (max-width: 1023px) {
      .counter_banner_img {
        display: none;
        opacity: 0; } }

.counter_section {
  position: relative;
  z-index: 2; }

.contentBoxModal {
  cursor: initial; }

.titlesSection {
  font-family: helvetica-neue-lt-std-75-bold, sans-serif !important;
  font-size: 32px !important;
  margin-bottom: 30px;
  width: 95%; }
  @media only screen and (max-width: 1280px) {
    .titlesSection {
      font-size: 28px; } }
  @media only screen and (max-width: 1024px) {
    .titlesSection {
      color: #52a01e; } }

body .btnFilter2 {
  display: none; }
  @media only screen and (min-width: 768px) {
    body .btnFilter2 {
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      opacity: 0;
      transition: 0.3s all ease; } }

@media only screen and (max-width: 1024px) {
  body .home_banner .banner_content {
    width: 100%;
    padding: 0 3em !important;
    margin: 0; } }

@media only screen and (max-width: 768px) {
  body .home_banner .banner_content {
    width: 100% !important;
    position: absolute !important;
    margin: 7em 0 0 !important;
    padding: 0 3em !important;
    left: 0 !important; } }

@media only screen and (max-width: 768px) {
  body .home_banner .banner_content .slider_text p {
    font-size: 16px !important;
    line-height: 24px !important; } }

body .home_banner.home_banner_mobile .section_container .banner_content {
  margin: 0 0 0 !important; }

body .home_banner.home_banner_mobile .section_container__middle .banner_content {
  top: 100px; }

body .home_banner.home_banner_mobile .section_container__top .banner_content {
  top: 100px; }

body .home_banner.home_banner_mobile .section_container__bottom .banner_content {
  bottom: calc(5% + 23px) !important; }

body .swiper-pagination {
  z-index: 8 !important; }

body .swiper-button-next,
body .swiper-button-prev {
  z-index: 8 !important; }

body .section_container .news_description .news_column a:hover {
  text-decoration: underline; }

/* Media Queries */
@media only screen and (max-width: 1920px) {
  body .sustainability-swiper.sustainability-swiper.swiper-container {
    height: 652px !important; } }

@media only screen and (max-width: 1440px) {
  body .categories_section .categories_container .categories_card .card_image {
    height: 183px !important; } }

@media only screen and (max-width: 1279px) {
  body .company_description.sostenibilidad-bg {
    height: 600px !important; }
  body .company_description.sostenibilidad-bg .bgProductsHome {
    object-position: bottom; } }

@media only screen and (min-width: 1024px) {
  body .categories_section.related_products .categories_container img {
    object-fit: cover !important; } }

@media only screen and (max-width: 1024px) {
  body .planet_banner.second_banner .description h2 {
    font-size: 38px !important; }
  body .sustainability-swiper .manufacturing_banner .description_content.right img {
    height: 100% !important;
    margin-bottom: 0 !important; }
  body .sustainability-swiper .manufacturing_banner .description_content.right {
    height: 100% !important; }
  body .sustainability-swiper .manufacturing_banner .description_content.left .description_content__title {
    font-size: 23px; }
  body .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text p {
    font-size: 16px;
    line-height: 20px;
    /* min-height: 114px; */ }
  body .sustainability .swiper-container-vertical > .swiper-pagination-bullets {
    right: -10px !important;
    background-color: transparent !important; }
  body .sustainability-swiper.sustainability-swiper.swiper-container {
    height: 100% !important; }
  body .darnel_description_banner .through_time-bg .description_content.left {
    margin-top: 0 !important;
    width: 100% !important;
    min-height: auto !important;
    height: auto !important; }
  body .darnel_description_banner .through_time-bg {
    max-height: inherit !important; }
  .flag-Toggle .pop:after {
    display: block; }
  .btnFilter {
    display: flex; }
  body .company_description.sostenibilidad-bg .bgProductsHome {
    position: relative;
    z-index: 1;
    height: 500px; }
  body .company_description.sostenibilidad-bg .description_content.left {
    height: auto !important;
    min-height: auto !important;
    padding-top: 3% !important; }
  body .company_description.sostenibilidad-bg {
    height: auto !important; }
  body .darnelBG .darnelBG_img {
    height: 500px;
    position: relative;
    z-index: 1; }
  body .darnel_description_banner .vision-banner-2 {
    height: auto !important;
    max-height: inherit !important; }
  body .products_container .products {
    padding: 20px 28px 20px !important; } }
  @media only screen and (max-width: 1024px) and (max-width: 480px) {
    body .products_container .products {
      padding: 72px 0 72px 24px !important; } }

@media only screen and (max-width: 1024px) {
  body .products_container .products .products_title .resq-brand {
    width: 55px; } }

@media only screen and (max-width: 1023px) {
  body .teamMobile {
    background-image: unset !important; }
  .darnel_description_banner .company_description.team.teamMobile .description_content.right .right_description .description_content__title {
    margin-top: 0 !important; }
  body .innovation_container .innovation_content .innovation_text.first:after {
    left: 2px !important; }
  body .innovation_container .innovation_content .innovation_text.first p:after {
    left: -35px !important;
    right: unset !important; }
  body .innovation_container .innovation_content .innovation_text.second:before {
    height: 100% !important; }
  body header .nav_container.show_menu .head_footer .head_content a {
    width: calc(100% / 5);
    display: flex;
    justify-content: center; } }

@media only screen and (max-width: 768px) {
  body .product_category_banner_section .product_category_banner {
    min-height: auto; }
  body .product_category_banner .product_category_bg .product_category_content .product_category_logos_box {
    flex: 1; }
  body .product_category_banner .product_category_bg .product_category_content .product_category_logos_box:not(:nth-of-type(4n)):after {
    content: "";
    width: 2px;
    height: 21px;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .product_category_logos_box.last_logo:after {
    display: none !important; }
  body .product_category_banner .product_category_bg .product_category_content .product_category_logos img {
    width: 84% !important;
    height: auto !important;
    display: block;
    margin: 0 auto; }
  body .planet_banner .description h2 {
    font-size: 28px !important;
    font-family: "Helvetica Neue Bold", sans-serif !important;
    line-height: 30px !important; }
  .butonsNavs {
    display: none; }
  body .container-history .history_content .history_box .history_date {
    display: none !important; }
  body .history-swiper.swiper-container {
    height: calc(500px + 12rem) !important; }
    body .history-swiper.swiper-container .container-history {
      padding-top: 22rem;
      min-height: 500px; }
  body .swiper-pagination.history-slider {
    transform: rotate(-90deg) translateX(-50%) !important;
    bottom: inherit;
    top: 10% !important; }
  body .container-history .history_content .history_box {
    width: 100%;
    background: transparent;
    box-shadow: unset;
    backdrop-filter: unset;
    padding: 0;
    max-width: 100%;
    border-radius: 4px;
    min-height: auto; }
  body .container-history .history_content {
    position: relative;
    padding: 0;
    top: 0; }
  .images_aboutUs {
    display: none !important; }
  .btns_aboutUs {
    display: none !important; }
  .dropdownMobile {
    display: block; }
  body .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text {
    width: 100% !important;
    margin-top: 0.4em; }
  body .seek_bg.sustainability_section {
    padding: 11px 0 0px !important; }
  body .seek_bg .seek_content .seek_text {
    padding-bottom: 1em !important; }
  body .sustainability_section.eco-efficient .seek_content .seek_text h1 {
    margin-bottom: 24px !important;
    margin-top: 24px !important;
    font-size: 23px !important;
    color: rgba(91, 91, 91, 0.8) !important;
    font-family: "Helvetica Neue Bold", sans-serif !important; }
  body .plastic_bg.green_bg .plastic_content .plastic_right h2,
  body .plastic_bg.green_bg .plastic_content .plastic_right p {
    padding: 0 15px !important; }
  body .innovation_container .innovation_content .innovation_text.first:before {
    height: calc(100% - 45px) !important; }
  body .innovation_container .innovation_content .innovation_text.second p {
    font-size: 16px !important; }
  body .sustainability-swiper .manufacturing_banner .description_content-md > h1 {
    margin-top: 0 !important; }
  body .sustainability-swiper .company_description.manufacturing_banner .description_content {
    justify-content: flex-start !important; }
  body .sustainability .sustainability-swiper .manufacturing_banner .description_content.left {
    margin-top: 0px !important;
    height: 450px !important;
    width: 100%;
    padding-top: 30px !important; }
  body .planet_banner.second_banner {
    height: 541px; }
  body .planet_banner.second_banner .description {
    padding-top: 26px;
    left: 0;
    top: 50%;
    padding-right: 24px;
    max-width: calc(100% - 26px);
    bottom: unset;
    transform: translateY(-50%); }
  body .planet_banner.second_banner .description h2 {
    font-size: 23px !important;
    line-height: 30px !important; }
  body .planet_banner.second_banner .description p {
    line-height: 22px !important; }
  body .darnelBG.through_time-bg .darnelBG_img {
    display: block !important; }
  body .company_description {
    max-height: inherit !important; }
  body .darnelBG .darnelBG_img {
    display: none; }
  body .company_description.sostenibilidad-bg .bgProductsHome {
    display: none; }
  body .innovation_container .innovation_content .innovation_text.first p,
  body .innovation_container .innovation_content .innovation_text p span {
    font-size: 16px !important; }
  body .news_description .news_column {
    padding: 25px !important; }
  body .news_description .news_column h1 {
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 16px !important; }
  body .news_description .news_column p,
  body .news_description .news_column ul {
    font-size: 16px; }
  body .news_description .news_column img {
    max-width: 100%;
    height: auto; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-co:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-ar:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-cl:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-ec:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-py:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-pe:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-uy:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-co:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-ar:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-cl:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-ec:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-py:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-pe:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-uy:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-gl:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-en-us:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-pt-br:before {
    height: calc(100% - 60px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-pt-br .third-p:before {
    display: none; } }

@media only screen and (max-width: 540px) {
  .sustainability-swiper .manufacturing_banner .description_content.left .description_content__title .resq-brand {
    width: 55px; }
  .believe .believe_content {
    width: 100%; }
  .believe .believe_content .believe-swiper {
    width: 100%; }
  body .news_container {
    position: relative; }
  body .news_mobile .news_container .swiper-button-next,
  .news_mobile .news_container .swiper-button-prev {
    z-index: 1; }
  body .news_mobile .news_container .swiper-container {
    width: 100%;
    padding-top: 0px; }
  body .news_mobile .news_container .swiper-button-next {
    right: 0;
    display: none; }
  body .news_mobile .news_container .swiper-button-prev {
    left: 0;
    display: none; }
  body .news_bg .news_section .news_container .news_product {
    padding: 0 0 !important; }
  body .subscribe_button_container .sib-form-block {
    text-align: center !important; }
  body .swiper-pagination.history-slider {
    top: 23% !important; }
  body .swiper-pagination.history-slider .swiper-pagination-bullet {
    margin: 5px 0px !important; }
  body .manufacturing h2 {
    font-size: 20px !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-pt-br:before {
    height: calc(100% - 80px) !important; }
  body .sustainability-swiper.sustainability-swiper.swiper-container {
    height: auto !important;
    position: relative; }
  body .sustainability .sustainability-swiper .manufacturing_banner .description_content.left {
    padding-bottom: 40px !important;
    flex-direction: row;
    justify-content: flex-start !important;
    align-items: center !important;
    align-content: center !important; }
  body .sustainability .sustainability-swiper .manufacturing_banner .description_content.left .description_content__title {
    margin-bottom: 0 !important; }
  body .sustainability .sustainability-swiper .manufacturing_banner .description_content.left .description_content__text {
    margin-top: 0 !important; }
  /* body .sustainability-swiper .company_description.manufacturing_banner .description_content {
        justify-content: center !important;
    } */
  body .swiper-container.us_banner .swiper-slide .description_content {
    height: 440px !important;
    justify-content: flex-start !important; }
  body .manufacturing .manufacturing_content div {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.5; }
  body .gei_content fieldset {
    font-size: 16px !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-co:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-ar:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-cl:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-ec:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-py:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-pe:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-uy:before {
    height: calc(100% - 18px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-co:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-ar:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-cl:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-ec:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-py:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-pe:before {
    height: calc(100% - 40px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-uy:before {
    height: calc(100% - 40px) !important; } }

@media only screen and (max-width: 480px) {
  body .innovation_banners.swiper-innovation .company_description .description_content {
    min-height: 399px !important;
    justify-content: flex-start !important;
    height: auto !important; }
  body .innovation_banners.swiper-innovation .company_description .description_content.right {
    height: auto !important;
    max-height: unset !important;
    min-height: unset !important; }
  .filtersContainer {
    overflow: hidden !important; }
  .filtersContainer .nav_filter_mob {
    margin: 0 0 0 0 !important;
    height: 80vh !important;
    overflow-y: scroll; }
  header .filtersContainer .search_content {
    margin: 40px 0 0 0; }
  #product_id {
    margin: 10px 0 0; }
  .product_color_container .product_color .color_content {
    padding-top: 0 !important; }
  .product_color_container .product_color .color_content .color_description .description {
    padding: 8px 0 !important; }
  .products_container .products .products_title {
    align-items: flex-end !important; }
  .products_container .products ul {
    margin-bottom: 0 !important; }
  .products_container .products .bullets_active {
    margin-top: 0 !important; }
  .product_category_banner {
    margin: 0 0 0 !important;
    height: auto !important; }
  .top-main-banner {
    height: 306px; }
  .top-main-banner img {
    height: 100%;
    object-fit: cover; }
  .innovation_container .innovation_content .innovation_text p {
    width: 100% !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-gl:before {
    height: calc(100% - 90px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-en-us:before {
    height: calc(100% - 90px) !important; } }

@media only screen and (max-width: 446px) {
  body .swiper-pagination.history-slider {
    top: 17% !important; }
  body .innovation_container .innovation_content .innovation_text.first:before {
    height: calc(100% - 65px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-co:before {
    height: calc(100% - 20px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-co:before {
    height: calc(100% - 65px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-ar:before {
    height: calc(100% - 20px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-ar:before {
    height: calc(100% - 65px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-cl:before {
    height: calc(100% - 20px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-cl:before {
    height: calc(100% - 65px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-ec:before {
    height: calc(100% - 20px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-ec:before {
    height: calc(100% - 65px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-py:before {
    height: calc(100% - 20px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-py:before {
    height: calc(100% - 65px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-pe:before {
    height: calc(100% - 20px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-pe:before {
    height: calc(100% - 65px) !important; }
  body .innovation_container .innovation_content .innovation_text.first.box-es-uy:before {
    height: calc(100% - 20px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-uy:before {
    height: calc(100% - 65px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-pt-br:before {
    height: calc(100% - 100px) !important; } }

@media only screen and (max-width: 446px) {
  body .swiper-pagination.history-slider {
    top: 26% !important; } }

@media only screen and (max-width: 446px) and (min-height: 736px) and (max-height: 812px) {
  body .swiper-pagination.history-slider {
    top: 16% !important; } }

@media only screen and (max-width: 375px) {
  .dropdownMobile_box {
    font-size: 12px; } }

@media only screen and (max-width: 360px) {
  .dropdownMobile_box {
    font-size: 12px !important; }
  body .swiper-pagination.history-slider {
    top: 13% !important; } }

@media only screen and (max-width: 350px) {
  body .innovation_container .innovation_content .innovation_text.second.box-pt-br:before {
    height: calc(100% - 130px) !important; }
  body .innovation_container .innovation_content .innovation_text.first:before {
    height: calc(100% - 90px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-co:before {
    height: calc(100% - 90px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-ar:before {
    height: calc(100% - 90px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-cl:before {
    height: calc(100% - 90px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-ec:before {
    height: calc(100% - 90px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-py:before {
    height: calc(100% - 90px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-pe:before {
    height: calc(100% - 90px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-es-uy:before {
    height: calc(100% - 90px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-gl:before {
    height: calc(100% - 140px) !important; }
  body .innovation_container .innovation_content .innovation_text.second.box-en-us:before {
    height: calc(100% - 140px) !important; } }

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .home_banner .image_bg.bg-3 .banner_content .slider_button.mt-md-5 {
    margin-top: 2em !important; }
  .home_banner .image_bg.bg-4 .banner_content .slider_button.mt-md-5 {
    margin-top: 2em !important; } }

@media only screen and (max-width: 320px) {
  .dropdownMobile_box {
    font-size: 11px !important; } }

@supports (-webkit-touch-callout: none) {
  .dropdownMobile_box {
    -webkit-appearance: none;
    background-image: url(../img/arrowDown.svg);
    background-size: 14px 8px;
    background-repeat: no-repeat;
    background-position: 98% 55%; } }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important; }

.content-box {
  display: flex;
  flex-direction: column; }
  .content-box p {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px !important;
    padding-bottom: 2rem; }
    .content-box p:last-of-type {
      order: 0; }
    .content-box p:first-of-type {
      order: 1; }
  .content-box img {
    padding-top: 1rem; }

.hidden-img,
.hidden-img-mobile {
  display: none;
  margin: 0; }

.next:hover,
.prev:hover {
  fill: #005185;
  stroke: white;
  stroke-width: 1.4px; }

.next {
  margin-left: 20px !important; }

.slider-home {
  background-color: gray;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 104.06px; }
  @media only screen and (max-width: 1024px) {
    .slider-home {
      margin-top: 70.98px; } }
  @media only screen and (max-width: 820px) {
    .slider-home {
      align-items: flex-end; } }
  @media only screen and (max-width: 768px) {
    .slider-home {
      margin-top: 52.69px; } }
  .slider-home .wrapper {
    top: 20%;
    background-color: #ffffff;
    padding: 64px;
    border-radius: 0% 67px 16px 16px;
    margin: 0px 100px;
    align-items: center;
    width: 42vw;
    height: 36vw;
    max-height: 690px;
    max-width: 690px;
    z-index: 1;
    overflow: hidden; }
    @media only screen and (max-width: 820px) {
      .slider-home .wrapper {
        top: unset;
        margin: 0 auto;
        bottom: 0%;
        width: 100% !important;
        min-height: unset;
        border-radius: 0 40px 0 0;
        padding: 32px 40px;
        max-width: unset;
        height: unset; } }
    .slider-home .wrapper .swiper {
      height: 100%;
      position: relative;
      overflow: unset; }
      .slider-home .wrapper .swiper .swiper-wrapper {
        height: 100%;
        transition-delay: 600ms; }
        .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide {
          margin: 0;
          height: 100%;
          transform: translateX(3%);
          opacity: 0; }
          @media only screen and (max-width: 820px) {
            .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide {
              justify-content: flex-start; } }
          .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide .content-wrapper {
            display: grid;
            justify-items: center;
            width: 100%;
            height: 80%;
            opacity: 0; }
            @media only screen and (max-width: 820px) {
              .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide .content-wrapper {
                justify-items: start;
                height: 12rem;
                padding-bottom: 30px; } }
            .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide .content-wrapper .content {
              width: auto;
              transition-duration: 1.5s, 0.6s;
              transition-property: opacity, transform;
              position: relative; }
              .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide .content-wrapper .content :first-child {
                margin: 0; }
              .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide .content-wrapper .content .title-box {
                font-family: "Helvetica Neue Bold", sans-serif;
                font-size: 32px !important;
                line-height: 42px !important;
                color: #005185;
                margin-bottom: 24px; }
                @media only screen and (max-width: 1367px) {
                  .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide .content-wrapper .content .title-box {
                    font-family: "Helvetica Neue Medium", sans-serif;
                    font-size: 22px !important;
                    line-height: 28px !important;
                    margin-bottom: 16px; } }
              .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide .content-wrapper .content .content-box p {
                font-family: "Helvetica Neue", sans-serif;
                font-size: 20px !important;
                line-height: 30px !important;
                color: #2E2E2E;
                padding-bottom: 24px; }
                @media only screen and (max-width: 1367px) {
                  .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide .content-wrapper .content .content-box p {
                    font-family: "Helvetica Neue Medium", sans-serif;
                    font-size: 16px !important;
                    line-height: 24px !important; } }
              .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide .content-wrapper .content .button-box {
                background-color: #005185;
                color: #ffffff;
                padding: 10px 52px;
                border-radius: 40px;
                display: inline-block;
                position: absolute;
                bottom: 0;
                font-family: "Helvetica Neue Bold", sans-serif;
                font-size: 16px !important;
                line-height: 26px !important; }
                @media only screen and (max-width: 820px) {
                  .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide .content-wrapper .content .button-box {
                    padding: 10px 32px; } }
          .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
            opacity: 1; }
            .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .content-wrapper {
              opacity: 0;
              transform: translateX(3%);
              transition: all 600ms ease-in-out; }
          .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev {
            opacity: 1; }
            .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev .content-wrapper {
              opacity: 0;
              transform: translateX(3%);
              transition: all 600ms ease-in-out; }
          .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
            opacity: 1; }
            .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .content-wrapper {
              opacity: 1;
              transform: translateX(-3%);
              transition-delay: 600ms !important;
              transition: all 600ms ease-in-out; }
          .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
            opacity: 1; }
            .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .content-wrapper {
              opacity: 1;
              transform: translateX(-3%);
              transition-delay: 600ms !important;
              transition: all 600ms ease-in-out; }
          .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
            opacity: 1; }
            .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-next .content-wrapper {
              opacity: 0;
              transform: translateX(3%);
              transition: all 600ms ease-in-out; }
          .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-next {
            opacity: 1; }
            .slider-home .wrapper .swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-next .content-wrapper {
              opacity: 0;
              transform: translateX(3%);
              transition: all 600ms ease-in-out; }
      .slider-home .wrapper .swiper .swiper-nav-wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        z-index: 10; }
        @media only screen and (max-width: 820px) {
          .slider-home .wrapper .swiper .swiper-nav-wrapper {
            display: flex;
            justify-content: right;
            position: absolute;
            bottom: 0;
            right: 0; } }
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-next,
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-prev {
          top: 0;
          top: auto;
          left: auto;
          right: auto;
          position: relative !important; }
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-next:after,
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-prev:after {
          display: none; }
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-next,
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev,
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-prev,
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
          width: 40px;
          height: 40px;
          background-size: 20px 20px;
          background-repeat: no-repeat;
          margin: 0;
          padding: 0; }
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-next:before,
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-prev:before {
          content: "";
          background-size: cover;
          width: 100%;
          height: 100%;
          background-image: url(../../assets/img/white-arrow-small.svg); }
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-next:hover:before,
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-prev:hover:before {
          background-image: url(../../assets/img/blue-arrow-small.svg); }
        .slider-home .wrapper .swiper .swiper-nav-wrapper .swiper-button-prev:before {
          transform: rotate(180deg); }
      .slider-home .wrapper .swiper .swiper-pagination {
        display: flex;
        justify-content: flex-end; }
        @media only screen and (max-width: 820px) {
          .slider-home .wrapper .swiper .swiper-pagination {
            justify-content: center;
            bottom: unset;
            top: -24%; } }
        .slider-home .wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
          background: #005185; }
          @media only screen and (max-width: 820px) {
            .slider-home .wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
              background: #ffffff; } }
          .slider-home .wrapper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-horizontal {
            display: flex;
            flex-direction: row;
            bottom: 0;
            top: 0;
            bottom: 0;
            width: auto;
            padding: 0 1.5em; }
            @media only screen and (max-width: 820px) {
              .slider-home .wrapper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-horizontal {
                position: absolute;
                bottom: unset;
                top: -34%;
                left: 50%;
                transform: translateX(-50%); } }
  .slider-home .blue-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EAF7FF;
    transform: translateY(100%);
    transition: all 0.6s ease-in; }
    .slider-home .blue-background.animated {
      transform: translateY(0%);
      transition: all 0.6s ease-out; }

.products_container {
  margin-bottom: 80px; }
  @media only screen and (max-width: 1024px) {
    .products_container {
      margin-bottom: 0; } }
  .products_container .products {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5.4em;
    margin: 0 16px 0 5.5%; }
    @media only screen and (max-width: 1024px) {
      .products_container .products {
        flex-direction: column;
        margin: 0; } }
    .products_container .products .products_featured {
      max-width: 30%; }
      @media only screen and (max-width: 1024px) {
        .products_container .products .products_featured {
          max-width: unset;
          width: 100%; } }
      .products_container .products .products_featured .products_title {
        font-family: "Helvetica Neue Bold", sans-serif;
        font-size: 55px !important;
        line-height: 64px !important;
        color: #005185;
        margin-bottom: 24px; }
        @media only screen and (max-width: 1024px) {
          .products_container .products .products_featured .products_title {
            font-family: "Helvetica Neue Bold", sans-serif;
            font-size: 30px !important;
            line-height: 45px !important;
            margin-bottom: 32px; } }
      .products_container .products .products_featured ul {
        font-family: "Helvetica Neue Medium", sans-serif;
        font-size: 16px !important;
        line-height: 24px !important;
        color: #4A4A49;
        padding: 0 0 48px 0;
        margin: 0;
        width: 100%; }
        @media only screen and (max-width: 1024px) {
          .products_container .products .products_featured ul {
            padding: 0 0 24px 0; } }
      .products_container .products .products_featured .products_button {
        background-color: #005185;
        border-radius: 40px;
        display: inline-flex;
        margin: 0 0 24px 0 !important; }
        .products_container .products .products_featured .products_button a {
          font-family: "Helvetica Neue Bold", sans-serif;
          font-size: 16px !important;
          line-height: 26px !important;
          color: #ffffff;
          padding: 10px 52px;
          display: inline-block; }
          @media only screen and (max-width: 820px) {
            .products_container .products .products_featured .products_button a {
              padding: 10px 32px; } }
    .products_container .products .swiper {
      max-width: 65%;
      margin-right: 0;
      overflow: hidden;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .products_container .products .swiper {
          max-width: unset;
          width: 100%; } }
      @media only screen and (max-width: 480px) {
        .products_container .products .swiper {
          margin-top: 20px; } }
      .products_container .products .swiper .swiper-description .swiper-slide:hover .card-img {
        transform: scale(1.1); }
      .products_container .products .swiper .swiper-description .swiper-slide:hover .card .card-body .arrow {
        color: white;
        background-color: #005185; }
      .products_container .products .swiper .swiper-description .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media only screen and (max-width: 1024px) {
          .products_container .products .swiper .swiper-description .swiper-slide {
            align-items: center; } }
        .products_container .products .swiper .swiper-description .swiper-slide .card {
          border-radius: 16px;
          overflow: hidden;
          width: 100%;
          max-width: 550px;
          position: relative;
          -webkit-mask-image: -webkit-radial-gradient(white, black); }
          .products_container .products .swiper .swiper-description .swiper-slide .card .whole-anchor {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10; }
          .products_container .products .swiper .swiper-description .swiper-slide .card .card-bullet {
            position: absolute;
            top: -2px;
            left: 50%;
            transform: translateX(-50%);
            background-color: white;
            padding: 15px 58px;
            border-radius: 0px 0px 16px 16px;
            z-index: 1; }
            @media only screen and (max-width: 1024px) {
              .products_container .products .swiper .swiper-description .swiper-slide .card .card-bullet {
                padding: 10px 36px; } }
          .products_container .products .swiper .swiper-description .swiper-slide .card .card-image-top {
            background-color: rgba(228, 242, 251, 0.4);
            overflow: hidden; }
            .products_container .products .swiper .swiper-description .swiper-slide .card .card-image-top .card-img {
              transition: all 600ms ease-in-out;
              height: 25vw;
              max-height: 550px;
              width: 100%;
              object-fit: contain; }
              @media only screen and (max-width: 480px) {
                .products_container .products .swiper .swiper-description .swiper-slide .card .card-image-top .card-img {
                  height: 70vw; } }
          .products_container .products .swiper .swiper-description .swiper-slide .card .card-body {
            background-color: rgba(228, 242, 251, 0.4);
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            .products_container .products .swiper .swiper-description .swiper-slide .card .card-body .box-tittle-description {
              width: 100%;
              display: flex;
              align-items: flex-start;
              height: auto;
              min-height: 104px;
              max-height: 166px; }
              .products_container .products .swiper .swiper-description .swiper-slide .card .card-body .box-tittle-description .card-title {
                padding: 24px;
                font-family: "Helvetica Neue", sans-serif;
                font-size: 20px;
                line-height: 30px;
                font-weight: 400;
                color: #005185;
                width: 100%;
                word-wrap: break-word; }
                @media only screen and (max-width: 1280px) {
                  .products_container .products .swiper .swiper-description .swiper-slide .card .card-body .box-tittle-description .card-title {
                    font-family: "Helvetica Neue", sans-serif;
                    font-size: 14px !important;
                    line-height: 22px !important;
                    letter-spacing: 0.0025em; } }
            .products_container .products .swiper .swiper-description .swiper-slide .card .card-body .arrow {
              position: relative;
              display: flex;
              min-width: 35px;
              width: 35px;
              height: 35px;
              justify-content: center;
              align-items: center;
              gap: 45px;
              border-radius: 150px;
              background: rgba(143, 199, 236, 0.2);
              color: #005185;
              transition: all 0.4s ease;
              /* Animation */
              -webkit-transform: translateX(-50%) translateY(95%);
              -ms-transform: translateX(-50%) translateY(95%);
              transform: translateX(-50%) translateY(95%); }
      .products_container .products .swiper .swiper-description-wrapper .swiper-button-prev,
      .products_container .products .swiper .swiper-description-wrapper .swiper-button-next {
        display: flex;
        width: 80px;
        height: 80px; }
        .products_container .products .swiper .swiper-description-wrapper .swiper-button-prev::after,
        .products_container .products .swiper .swiper-description-wrapper .swiper-button-next::after {
          content: "";
          background-image: url(../../assets/img/blue-arrow.svg);
          background-size: cover;
          width: 100%;
          height: 100%; }
      .products_container .products .swiper .swiper-description-wrapper .swiper-button-prev {
        display: none; }
      @media only screen and (max-width: 1024px) {
        .products_container .products .swiper .swiper-description-wrapper .swiper-button-next {
          display: none; } }
      .products_container .products .swiper .swiper-pagination-description {
        display: none; }
        @media only screen and (max-width: 1024px) {
          .products_container .products .swiper .swiper-pagination-description {
            bottom: 10%;
            left: 0;
            top: unset;
            transform: unset;
            padding: 0;
            display: flex;
            margin-top: 30px;
            justify-content: center; } }
        .products_container .products .swiper .swiper-pagination-description .swiper-pagination-bullet {
          background: #005185 !important;
          opacity: 0.2; }
          .products_container .products .swiper .swiper-pagination-description .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1; }

.more_info .news-read-more {
  font-family: "Helvetica Neue Bold", sans-serif;
  font-size: 16px !important;
  line-height: 26px !important;
  color: #006DB2;
  display: inline-block; }
  .more_info .news-read-more:after {
    content: "+";
    margin-left: 5px; }

.news_section {
  padding: 3em 0; }
  .news_section .news_title {
    margin-bottom: 35px;
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 36px !important;
    line-height: 55px !important;
    color: #005185; }
    @media only screen and (max-width: 1024px) {
      .news_section .news_title {
        font-family: "Helvetica Neue Bold", sans-serif;
        font-size: 24px !important;
        line-height: 31px !important; } }
  .news_section .news_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 0 auto; }
    .news_section .news_container .wrapper-related {
      column-gap: 20px; }
    .news_section .news_container .news_related {
      width: 100%;
      display: flex;
      justify-content: center; }
      .news_section .news_container .news_related-title {
        max-width: 400px;
        width: 80.867vw; }
    .news_section .news_container .news_product {
      position: relative;
      overflow: hidden;
      background-color: #F2FAFE;
      cursor: pointer;
      border-radius: 16px;
      text-decoration: none;
      color: inherit;
      margin: 0;
      display: flex;
      flex-direction: column;
      width: 100%;
      transition: all 300ms ease-in-out; }
      @media only screen and (max-width: 820px) {
        .news_section .news_container .news_product {
          width: unset; } }
      .news_section .news_container .news_product .whole-anchor {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .news_section .news_container .news_product .news_img {
        height: 230px;
        overflow: hidden;
        -webkit-mask-image: -webkit-radial-gradient(white, black);
        mask-image: radial-gradient(white, black); }
        .news_section .news_container .news_product .news_img img {
          border-radius: unset;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: top;
          max-height: unset;
          transition: all 300ms ease-in-out; }
        .news_section .news_container .news_product .news_img .calendar_container {
          display: flex;
          vertical-align: middle;
          align-items: center;
          background-color: #fff;
          border-radius: 32px;
          width: 135px;
          height: 31px;
          position: absolute;
          z-index: 1;
          top: 10px;
          left: 10px;
          padding: 4px 7px; }
          .news_section .news_container .news_product .news_img .calendar_container .calendar_icon {
            width: 23px;
            height: 23px;
            padding-left: 5px; }
          .news_section .news_container .news_product .news_img .calendar_container .news_date {
            margin: 6px;
            font-family: Helvetica Neue;
            font-size: 14px;
            color: var(--Azul-Azul, #006DB2); }
      .news_section .news_container .news_product .more_info {
        width: 80.867vw; }
        .news_section .news_container .news_product .more_info h2 {
          color: #2E2E2E; }
      .news_section .news_container .news_product .news_text {
        width: 100%;
        flex: 1;
        padding: 0px 16px 16px 16px;
        background-color: #fff; }
        .news_section .news_container .news_product .news_text__title {
          font-family: "Helvetica Neue Medium", sans-serif;
          font-size: 18px !important;
          line-height: 28px !important;
          font-family: Helvetica Neue;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          color: #005185;
          margin-bottom: 8px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical; }
        .news_section .news_container .news_product .news_text__content,
        .news_section .news_container .news_product .news_text__content p {
          font-family: "Helvetica Neue Medium", sans-serif;
          font-size: 14px !important;
          line-height: 22px !important;
          letter-spacing: 0.0025em;
          color: #4A4A49;
          font-family: Helvetica Neue;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          -webkit-box-orient: vertical;
          margin-bottom: 35px; }
        .news_section .news_container .news_product .news_text__content p {
          margin-bottom: 0; }
      .news_section .news_container .news_product:hover .news_img img {
        transform: scaleX(1.05); }
      .news_section .news_container .news_product:hover .news_text .news-read-more {
        color: #005185; }
    .news_section .news_container .news_product:hover {
      border-radius: 16px;
      background-color: #EDF8FF;
      box-shadow: 0px 6px 10px -2px rgba(0, 112, 186, 0.1);
      transform: scaleY(1.05);
      transition: transform 0.3s ease-in-out; }
      .news_section .news_container .news_product:hover .news-read-more {
        opacity: 1; }
      .news_section .news_container .news_product:hover .news_text {
        background-color: #EDF8FF; }

.news_desktop {
  display: block; }
  @media only screen and (max-width: 820px) {
    .news_desktop {
      display: none; } }

.news_mobile {
  display: none;
  background-color: #F2FAFE; }
  .news_mobile .news_section {
    padding: 16px 24px;
    height: 636px;
    width: 100%;
    margin: 0; }
    .news_mobile .news_section .news_container {
      box-shadow: 0px 6px 10px -2px rgba(0, 112, 186, 0.1);
      border-radius: 16px; }
      .news_mobile .news_section .news_container .swiper-container {
        width: 100%;
        padding: 0; }
        .news_mobile .news_section .news_container .swiper-container .news_product .news_text__content {
          margin-bottom: 0px; }
        .news_mobile .news_section .news_container .swiper-container .news_product .news-read-more {
          padding: 0px 16px 16px 16px;
          opacity: 1; }
        .news_mobile .news_section .news_container .swiper-container .swiper-pagination {
          display: flex;
          position: relative;
          bottom: 0px;
          top: 15px; }
          .news_mobile .news_section .news_container .swiper-container .swiper-pagination .swiper-pagination-bullet {
            background-color: #005185;
            opacity: 0.2;
            margin-top: 20px; }
            .news_mobile .news_section .news_container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              opacity: 1; }
        .news_mobile .news_section .news_container .swiper-container .swiper-button-next,
        .news_mobile .news_section .news_container .swiper-container .swiper-button-prev {
          display: none; }
  @media only screen and (max-width: 820px) {
    .news_mobile {
      display: block; } }

body .home-pagination {
  position: absolute;
  padding-bottom: 0.5vh;
  width: 99px !important;
  left: 50% !important;
  border-radius: 48px;
  background-color: white;
  transform: translate(-50%, -50%); }
  body .home-pagination .swiper-pagination-bullet-active {
    background-color: #006DB2 !important;
    width: 20px;
    height: 8px;
    border-radius: 20px; }

.vision-section {
  background: rgba(223, 242, 253, 0.4);
  overflow: hidden;
  padding: 110px 5.5%;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1440px) {
    .vision-section {
      padding: 64px 5.5%; } }
  .vision-section .vision-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
    @media only screen and (max-width: 820px) {
      .vision-section .vision-container {
        flex-direction: column; } }
    .vision-section .vision-container .sustainability:hover .image-container img,
    .vision-section .vision-container .innovation:hover .image-container img {
      transform: scale(1.1); }
    .vision-section .vision-container .sustainability:hover .inner-container .text-container .title,
    .vision-section .vision-container .innovation:hover .inner-container .text-container .title {
      color: #006DB2;
      transition: color 1s; }
    .vision-section .vision-container .sustainability:hover .inner-container .button-container .arrow,
    .vision-section .vision-container .innovation:hover .inner-container .button-container .arrow {
      background-color: #006DB2;
      transition: background-color 1s; }
    .vision-section .vision-container .vision-card:hover {
      background-color: #F2FAFE;
      transition: background-color 1s; }
    .vision-section .vision-container .vision-card {
      flex: 50%;
      max-width: 48%;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 16px;
      border-radius: 10px;
      background: #ffff;
      box-shadow: 0px 10px 10px 0px #0051850f; }
      @media only screen and (max-width: 820px) {
        .vision-section .vision-container .vision-card {
          max-width: unset; }
          .vision-section .vision-container .vision-card.mobile-space {
            margin-bottom: 70px; } }
      .vision-section .vision-container .vision-card .image-container {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        overflow: hidden; }
        .vision-section .vision-container .vision-card .image-container img {
          transition: transform 1s;
          /* Animation */
          width: 100%;
          height: auto; }
      .vision-section .vision-container .vision-card .inner-container {
        position: relative;
        display: flex;
        align-items: center;
        margin: 0 16px 16px; }
        @media only screen and (max-width: 820px) {
          .vision-section .vision-container .vision-card .inner-container {
            align-items: flex-end;
            flex-direction: column; } }
        .vision-section .vision-container .vision-card .inner-container .text-container {
          width: 100%; }
          @media only screen and (max-width: 820px) {
            .vision-section .vision-container .vision-card .inner-container .text-container {
              margin-bottom: 16px; } }
          .vision-section .vision-container .vision-card .inner-container .text-container .title {
            font-family: "Helvetica Neue Bold", sans-serif;
            font-size: 32px !important;
            line-height: 42px !important;
            transition: transform 1s;
            /* Animation */
            color: #005185;
            margin-bottom: 16px; }
            @media only screen and (max-width: 1024px) {
              .vision-section .vision-container .vision-card .inner-container .text-container .title {
                font-family: "Helvetica Neue Medium", sans-serif;
                font-size: 22px !important;
                line-height: 28px !important;
                margin-bottom: 16px;
                height: 34px; } }
          .vision-section .vision-container .vision-card .inner-container .text-container .subtitle p {
            font-size: 14px;
            line-height: 22px;
            font-weight: 400;
            letter-spacing: 0.0025em;
            color: #4A4A49; }
        .vision-section .vision-container .vision-card .inner-container .button-container {
          display: flex;
          justify-content: center;
          width: 15%; }
          @media only screen and (max-width: 768px) {
            .vision-section .vision-container .vision-card .inner-container .button-container {
              position: absolute;
              top: 0;
              right: 0; } }
          .vision-section .vision-container .vision-card .inner-container .button-container .arrow {
            display: flex;
            background-color: #005185;
            width: 48px;
            height: 48px;
            transition: transform 1s;
            /* Animation */
            border-radius: 150px;
            justify-content: center;
            align-items: center; }
            @media only screen and (max-width: 768px) {
              .vision-section .vision-container .vision-card .inner-container .button-container .arrow {
                width: 34px;
                height: 34px; } }
          .vision-section .vision-container .vision-card .inner-container .button-container .arrow svg {
            color: white;
            width: 22px;
            height: 22px;
            padding-left: 3px; }

.darnelBottles {
  width: 100%;
  height: 50vw;
  max-height: 500px;
  position: relative;
  background-color: #EAF7FF;
  overflow: hidden; }
  @media only screen and (max-width: 820px) {
    .darnelBottles {
      min-height: unset;
      height: auto; } }
  .darnelBottles__bg {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    mix-blend-mode: luminosity; }
    .darnelBottles__bg img {
      width: 100%;
      object-fit: cover; }
    @media only screen and (max-width: 820px) {
      .darnelBottles__bg__img {
        width: 100%;
        position: absolute;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
        bottom: 0;
        left: 0; } }
  .darnelBottles__counter {
    background-color: #65B32E;
    display: inline-block;
    border-radius: 40px;
    margin: 0 auto 9px auto;
    padding: 22px 64px;
    width: 100%; }
    @media only screen and (max-width: 820px) {
      .darnelBottles__counter {
        padding: 12px 0;
        border-radius: 18px; } }
    .darnelBottles__counter p {
      font-family: "Helvetica Neue Bold", sans-serif;
      font-size: 72px;
      line-height: 80px;
      color: #ffffff;
      text-align: center; }
      @media only screen and (max-width: 820px) {
        .darnelBottles__counter p {
          font-size: 32px;
          line-height: 36px; } }
  .darnelBottles__information {
    border-radius: 3.567px;
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.79) -9.4%, rgba(255, 255, 255, 0.72) 103.91%);
    box-shadow: 2px 2px 10px -0.44583px rgba(0, 95, 174, 0.13);
    backdrop-filter: blur(1.5px);
    position: absolute;
    z-index: 2;
    box-shadow: 0px 4px 4px -1px rgba(0, 95, 174, 0.06);
    -webkit-backdrop-filter: blur(1.5px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 34px 54px;
    text-align: center; }
    @media only screen and (max-width: 820px) {
      .darnelBottles__information {
        position: relative;
        transform: unset;
        left: unset;
        top: 0;
        max-width: 100%;
        max-height: unset;
        margin: 24px;
        padding: 16px; } }
    .darnelBottles__information__text {
      margin: 0 0 9px 0; }
      .darnelBottles__information__text p {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 20px !important;
        line-height: 30px !important;
        text-align: center;
        color: #4A4A49; }
      .darnelBottles__information__text--green p {
        color: #65B32E;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 20px !important;
        line-height: 30px !important; }
        @media only screen and (max-width: 1024px) {
          .darnelBottles__information__text--green p {
            font-family: "Helvetica Neue Medium", sans-serif;
            font-size: 14px !important;
            line-height: 22px !important;
            letter-spacing: 0.0025em; } }
      .darnelBottles__information__text--small p {
        font-family: "Helvetica Neue Medium", sans-serif;
        font-size: 16px !important;
        line-height: 24px !important;
        font-size: 14px !important;
        line-height: 22px !important; }

.darnelBtn {
  font-weight: bold;
  padding: 16px 24px;
  border-radius: 40px;
  display: inline-flex;
  width: auto;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem; }
  .darnelBtn--green {
    background-color: #65B32E;
    border: 1px solid #65B32E; }
    .darnelBtn--green:hover {
      background-color: transparent;
      border: 1px solid #65B32E;
      color: #65B32E; }
  .darnelBtn--blue {
    background-color: #2671ba;
    border: 1px solid #2671ba; }
    .darnelBtn--blue:hover {
      background-color: transparent;
      border: 1px solid #2671ba;
      color: #2671ba; }

@media only screen and (max-width: 640px) {
  .sib-form .subscribe_container .subscribe_button_container button {
    width: 100% !important;
    justify-content: center;
    text-align: center; } }

@media only screen and (max-width: 640px) {
  .news_bg .news_section .news_product .news_text .news-read-more {
    width: 100% !important;
    justify-content: center; } }

.image, .image-cover, .image-contain {
  width: 100%;
  height: 100%; }
  .image-cover {
    object-fit: cover; }
  .image-contain {
    object-fit: contain; }

.resq_video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative; }

.resq_poster {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 4;
  cursor: pointer; }
  .resq_poster:hover .icon-play {
    opacity: 1; }
  .resq_poster .icon-play {
    position: absolute;
    inset: 0;
    width: 15%;
    height: auto;
    z-index: 3;
    margin: auto;
    opacity: 0.6;
    transition: all 0.3s ease; }

.container-80 {
  width: 100%;
  padding-right: 80px;
  padding-left: 80px; }
  @media only screen and (max-width: 768px) {
    .container-80 {
      padding-right: 0;
      padding-left: 0; } }

.gridBox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  width: 100%;
  gap: 1rem;
  align-items: center; }

.selected_color {
  pointer-events: none; }

.darnelFullSection {
  width: 100%;
  height: 100%;
  min-height: 620px;
  position: relative;
  overflow: hidden; }
  .darnelFullSection__right .darnelFullSection__information {
    right: 8%; }
    @media only screen and (max-width: 1440px) {
      .darnelFullSection__right .darnelFullSection__information {
        right: 6.3%; } }
    @media only screen and (max-width: 1367px) {
      .darnelFullSection__right .darnelFullSection__information {
        right: 4%; } }
    @media only screen and (max-width: 1280px) {
      .darnelFullSection__right .darnelFullSection__information {
        right: 0.8%; } }
    @media only screen and (max-width: 1199px) {
      .darnelFullSection__right .darnelFullSection__information {
        right: 0;
        max-width: 50% !important; } }
  .darnelFullSection__left .darnelFullSection__information {
    left: 8%; }
    @media only screen and (max-width: 1440px) {
      .darnelFullSection__left .darnelFullSection__information {
        left: 6.3%; } }
    @media only screen and (max-width: 1367px) {
      .darnelFullSection__left .darnelFullSection__information {
        left: 4%; } }
    @media only screen and (max-width: 1280px) {
      .darnelFullSection__left .darnelFullSection__information {
        left: 0.8%; } }
    @media only screen and (max-width: 1199px) {
      .darnelFullSection__left .darnelFullSection__information {
        max-width: 50% !important;
        left: 0; } }
  .darnelFullSection__minimunLine .darnelFullSection__information__title h2 {
    line-height: 1; }
  .darnelFullSection__editHeight {
    min-height: 800px; }
    .darnelFullSection__editHeight .darnelFullSection__content {
      min-height: 880px; }
  .darnelFullSection__withLogos .darnelFullSection__information__mainLogo {
    margin: 0 0 20px 0; }
  .darnelFullSection__textDark .darnelFullSection__information__title h2 {
    color: #454543; }
  .darnelFullSection__content {
    width: 100%;
    height: 100%;
    min-height: 620px;
    position: relative; }
  .darnelFullSection__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .darnelFullSection__bg {
        position: relative;
        z-index: 1;
        max-height: 500px; } }
    .darnelFullSection__bg__img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
      @media only screen and (max-width: 768px) {
        .darnelFullSection__bg__img {
          max-height: 500px; } }
  .darnelFullSection__logo {
    position: absolute;
    right: 8%;
    top: 20%; }
    @media only screen and (max-width: 768px) {
      .darnelFullSection__logo {
        display: none; } }
  .darnelFullSection__information {
    width: 100%;
    max-width: 630px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(0deg, rgba(245, 247, 244, 0.6), rgba(245, 247, 244, 0.6)), linear-gradient(111.91deg, rgba(255, 255, 255, 0.3) -9.4%, rgba(255, 255, 255, 0.03) 103.91%);
    box-shadow: 0px 4px 4px -1px rgba(0, 95, 174, 0.06);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 4px;
    padding: 70px 55px 69px; }
    @media only screen and (max-width: 768px) {
      .darnelFullSection__information {
        position: relative;
        top: unset;
        transform: unset;
        left: unset !important;
        right: unset !important;
        background-color: #ffffff;
        box-shadow: unset;
        backdrop-filter: unset;
        border-radius: 0;
        background: #ffffff;
        padding: 80px 27px;
        max-height: unset;
        max-width: 100%; } }
    .darnelFullSection__information__logoBottom {
      display: flex;
      flex-flow: row unset;
      justify-content: flex-end;
      align-items: unset;
      align-content: unset;
      position: relative;
      z-index: 2;
      margin: -140px 0 50px;
      display: none; }
      @media only screen and (max-width: 768px) {
        .darnelFullSection__information__logoBottom {
          display: flex; } }
    .darnelFullSection__information__title {
      margin: 0 0 16px 0; }
      .darnelFullSection__information__title h2 {
        font-family: GT Bold,sans-serif;
        font-size: 40px;
        line-height: 48px;
        color: #066904; }
    .darnelFullSection__information__text {
      margin: 0 0 48px 0; }
      .darnelFullSection__information__text p {
        font-size: 16px;
        line-height: 22px;
        color: #7D7D7D;
        margin: 0 0 20px 0; }

.darnelCarousel {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .darnelCarousel {
      min-height: 667px; } }
  .darnelCarousel__internal .darnelCarousel__information__box {
    justify-content: center !important; }
  .darnelCarousel__internal .darnelCarousel__information .page_link {
    margin: 0 0 30px 0; }
    @media only screen and (max-width: 768px) {
      .darnelCarousel__internal .darnelCarousel__information .page_link {
        display: block !important; } }
  .darnelCarousel__internal .darnelCarousel__information__title {
    margin: 0 0 15px 0; }
  .darnelCarousel__internal .darnelCarousel__information__logo {
    margin: 0 0 20px 0; }
    @media only screen and (max-width: 768px) {
      .darnelCarousel__internal .darnelCarousel__information__logo img {
        width: 100%; } }
  .darnelCarousel__internal .darnelCarousel__information__text {
    width: 100% !important; }
  .darnelCarousel__content {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .darnelCarousel__content {
        min-height: 667px; } }
  .darnelCarousel__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .darnelCarousel__bg__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: right; }
      @media only screen and (max-width: 1024px) {
        .darnelCarousel__bg__img {
          object-position: top right; } }
      @media only screen and (max-width: 768px) {
        .darnelCarousel__bg__img {
          object-position: right; } }
      @media only screen and (max-width: 480px) {
        .darnelCarousel__bg__img {
          object-position: center; } }
  .darnelCarousel__information {
    position: absolute;
    width: 100%;
    max-width: 527px;
    height: 100%;
    max-height: 576px;
    background-color: #ffffff;
    mix-blend-mode: normal;
    opacity: 0.8;
    border-radius: 4px;
    top: 56%;
    left: 9%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 768px) {
      .darnelCarousel__information {
        max-height: 85%;
        max-width: calc(100% - 52px);
        left: 26px;
        right: 26px;
        top: 11%;
        transform: unset; } }
    .darnelCarousel__information__box {
      width: 100%;
      height: 100%;
      padding: 40px;
      position: relative;
      display: flex;
      flex-flow: column wrap;
      justify-content: flex-end;
      align-items: flex-start;
      align-content: flex-start; }
      @media only screen and (max-width: 768px) {
        .darnelCarousel__information__box {
          padding: 25px 16px; } }
    .darnelCarousel__information__title {
      margin: 0 0 32px 0; }
      @media only screen and (max-width: 768px) {
        .darnelCarousel__information__title {
          margin: 0 0 16px 0;
          padding: 0 33px 0 0; } }
      @media only screen and (max-width: 375px) {
        .darnelCarousel__information__title {
          padding: 0 0 0 0; } }
      .darnelCarousel__information__title h1 {
        font-family: "GT Bold,sans-serif";
        font-size: 40px;
        line-height: 48px;
        color: #066904; }
        @media only screen and (max-width: 768px) {
          .darnelCarousel__information__title h1 {
            font-size: 30px;
            line-height: 40px; } }
    .darnelCarousel__information__text {
      width: calc(100% - 94px);
      margin: 0 0 18px 0; }
      @media only screen and (max-width: 768px) {
        .darnelCarousel__information__text {
          width: 100%;
          margin: 0 0 43px 0; } }
      .darnelCarousel__information__text p {
        font-size: 16px;
        line-height: 24px;
        color: #7D7D7D; }
    .darnelCarousel__information__footer {
      width: 100%;
      display: flex;
      flex-flow: unset unset;
      justify-content: space-between;
      align-items: unset;
      align-content: unset; }
      @media only screen and (max-width: 768px) {
        .darnelCarousel__information__footer {
          flex-wrap: wrap;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
    .darnelCarousel__information__nav {
      position: relative;
      display: flex;
      flex-flow: row unset;
      justify-content: unset;
      align-items: center;
      align-content: center; }
      @media only screen and (max-width: 768px) {
        .darnelCarousel__information__nav {
          margin: 23px 0 0 0; } }
      .darnelCarousel__information__nav .swiper-button-next,
      .darnelCarousel__information__nav .swiper-button-prev {
        position: relative;
        top: 0;
        margin-top: 0;
        color: #65B32E; }
      .darnelCarousel__information__nav .swiper-button-prev {
        left: unset;
        right: unset;
        margin: 0 23px 0 0; }
      .darnelCarousel__information__nav .swiper-button-next {
        left: unset;
        right: unset;
        margin: 0 0 0 23px; }
  .darnelCarousel__pagination {
    top: 40px; }
    @media only screen and (max-width: 768px) {
      .darnelCarousel__pagination {
        top: 25px;
        left: 25px; } }
    .darnelCarousel__pagination .swiper-pagination-bullet {
      background-color: #65B32E !important;
      opacity: 1;
      margin: 0 24px 0 0; }
    .darnelCarousel__pagination .swiper-pagination-bullet-active {
      background-color: #066904 !important; }

.darnelSectionProducts {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 54px 8% 59px; }
  @media only screen and (max-width: 1024px) {
    .darnelSectionProducts {
      padding: 54px 26px 59px; } }
  @media only screen and (max-width: 480px) {
    .darnelSectionProducts:nth-child(3) .darnelSectionProducts__information__title {
      padding: 0 16% 0 0; } }
  .darnelSectionProducts__right {
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
  .darnelSectionProducts__cyan {
    background-color: #E4F2FB; }
  .darnelSectionProducts__img, .darnelSectionProducts__information {
    width: calc(50% - 3%); }
    @media only screen and (max-width: 1024px) {
      .darnelSectionProducts__img, .darnelSectionProducts__information {
        width: 100%; } }
  .darnelSectionProducts__img {
    margin: 0 1.5% 0 0; }
    @media only screen and (max-width: 1024px) {
      .darnelSectionProducts__img {
        margin: 0 0 0 0; } }
    .darnelSectionProducts__img img {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 1024px) {
        .darnelSectionProducts__img img {
          max-width: 375px;
          margin: 0 auto;
          display: block; } }
  .darnelSectionProducts__information {
    margin: 0 0 0 1.5%; }
    @media only screen and (max-width: 1024px) {
      .darnelSectionProducts__information {
        margin: 0 0 0 0; } }
    .darnelSectionProducts__information__title {
      padding: 0 26% 0 0; }
      @media only screen and (max-width: 1024px) {
        .darnelSectionProducts__information__title {
          padding: 0 0 0 0; } }
      .darnelSectionProducts__information__title h2 {
        font-size: 2.5rem;
        line-height: 48px;
        color: #2671ba;
        width: 100%;
        margin: 0 0 8px 0; }
    .darnelSectionProducts__information__features {
      margin: 40px 0 20px 0;
      display: flex;
      flex-wrap: wrap; }
      .darnelSectionProducts__information__features__box {
        display: block;
        margin: 0 0 35px 0;
        width: 50%;
        padding: 0 8% 0 0; }
        @media only screen and (max-width: 1024px) {
          .darnelSectionProducts__information__features__box {
            width: 100%;
            margin: 0 0 12px 0;
            padding: 0 0 0 0; } }
        .darnelSectionProducts__information__features__box__content {
          display: flex;
          align-items: flex-start;
          width: 100%; }
      .darnelSectionProducts__information__features__number {
        margin: 0 16px 0 0;
        font-size: 2.25rem;
        line-height: 43px;
        color: #7D7D7D;
        opacity: 0.1; }
        @media only screen and (max-width: 1024px) {
          .darnelSectionProducts__information__features__number {
            font-size: 1.5rem;
            line-height: inherit; } }
      .darnelSectionProducts__information__features__text {
        font-size: 1rem;
        line-height: 24px;
        color: #7D7D7D; }

.videoModal {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16000004;
  background: rgba(46, 46, 46, 0.5);
  padding: 55px;
  align-items: center;
  justify-content: center;
  display: none;
  pointer-events: none; }
  .videoModal.active {
    display: flex;
    pointer-events: all; }
  @media only screen and (max-width: 1024px) {
    .videoModal {
      padding: 16px; } }
  .videoModal__content {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 50%; }
    @media only screen and (max-width: 1440px) {
      .videoModal__content {
        padding: 0;
        aspect-ratio: 16/9; } }
  .videoModal .closeVideo {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: unset;
    outline: unset;
    cursor: pointer; }

.media-responsive {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0; }

.carouselGen {
  position: relative;
  height: calc(100vh - 105px); }
  @media only screen and (max-width: 768px) {
    .carouselGen {
      height: auto;
      padding: 0 0 70px; } }
  .carouselGen__blue .carouselGen__right {
    background-color: #005fae; }
  @media only screen and (max-width: 768px) {
    .carouselGen__blue .carouselGen__pagination .swiper-pagination-bullet {
      border: 2px solid #005fae; } }
  @media only screen and (max-width: 768px) {
    .carouselGen__blue .carouselGen__pagination .swiper-pagination-bullet-active {
      background-color: #005fae; } }
  .carouselGen__container {
    display: flex;
    flex-wrap: nowrap;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .carouselGen__container {
        flex-wrap: wrap; } }
  .carouselGen__left, .carouselGen__right {
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .carouselGen__left, .carouselGen__right {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .carouselGen__left {
      height: 400px; } }
  .carouselGen__left img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .carouselGen__right {
    background-color: #5db331;
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .carouselGen__right {
        padding: 60px 35px;
        min-height: 325px;
        max-height: 325px; } }
    .carouselGen__right h2 {
      color: #fff;
      font-size: 2em;
      margin: 0 0 25px;
      width: 80%;
      font-family: "helvetica-neue-lt-std-75-bold", sans-serif; }
      @media only screen and (max-width: 768px) {
        .carouselGen__right h2 {
          width: 100%;
          font-size: 23px; } }
      .carouselGen__right h2 .resq-brand_lg {
        max-width: 55px !important; }
        @media only screen and (max-width: 768px) {
          .carouselGen__right h2 .resq-brand_lg {
            max-width: 43px !important; } }
  .carouselGen__icon {
    margin: 0 0 40px; }
  .carouselGen__text {
    width: 80%; }
    @media only screen and (max-width: 768px) {
      .carouselGen__text {
        width: 100%; } }
    .carouselGen__text p {
      color: #fff;
      font-size: 22px; }
      @media only screen and (max-width: 768px) {
        .carouselGen__text p {
          font-size: 16px; } }
  .carouselGen__pagination {
    right: 1% !important;
    top: 50% !important; }
    @media only screen and (max-width: 768px) {
      .carouselGen__pagination {
        right: unset !important;
        top: unset !important;
        bottom: 2% !important; } }
    .carouselGen__pagination .swiper-pagination-bullet {
      border: 2px solid #fff;
      background-color: transparent;
      width: 14px;
      height: 14px;
      opacity: 1; }
      @media only screen and (max-width: 768px) {
        .carouselGen__pagination .swiper-pagination-bullet {
          border: 2px solid #5db331; } }
    .carouselGen__pagination .swiper-pagination-bullet-active {
      background-color: #fff; }
      @media only screen and (max-width: 768px) {
        .carouselGen__pagination .swiper-pagination-bullet-active {
          background-color: #5db331; } }
  .carouselGen__subtitle p {
    margin: 25px 0 50px; }
    @media only screen and (max-width: 768px) {
      .carouselGen__subtitle p {
        margin: 0 0 25px; } }
    .carouselGen__subtitle p span {
      font-size: 23px;
      line-height: 25px;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .carouselGen__subtitle p span {
          font-size: 20px; } }

.swiper-pagination-bullets.swiper-custom {
  background: white;
  max-width: max-content;
  padding: 2px 5px;
  border-radius: 23px;
  bottom: unset;
  top: 5px;
  right: 0;
  position: absolute;
  left: unset;
  z-index: 3; }

.swiper-banner {
  position: relative;
  padding: 42px;
  width: 100%;
  height: 100%; }
  .swiper-banner-slide {
    display: flex;
    justify-content: center;
    align-items: center; }

.card__categories {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  flex: 1; }
  .card__categories .card_image {
    width: 100%;
    height: 200px; }
  .card__categories .card_text {
    padding: 32px; }
    .card__categories .card_text h2 {
      font-size: 1.4375em;
      color: #454543;
      opacity: .9;
      margin-bottom: 15px; }
    .card__categories .card_text p {
      color: #000;
      opacity: .8;
      font-size: 1.025em;
      line-height: 20px; }

@media only screen and (max-width: 1024px) {
  body .footer {
    background-color: #2671ba !important; } }

body .footer__full {
  background-color: #ffffff;
  order: 1; }

body .footer_logos.hidden-section-desktop {
  display: none !important; }

body .footer__top {
  padding: 60px 0;
  border-top: 0.5px solid #7d7d7d;
  margin: 0 12%; }
  @media only screen and (max-width: 640px) {
    body .footer__top {
      margin: 0 26px; } }
  body .footer__top h3 {
    font-weight: 500;
    color: #2671ba;
    line-height: 24px;
    margin: 0 0 38px;
    text-transform: capitalize;
    font-size: 1.17em !important; }
    body .footer__top h3:not(:last-child) {
      margin: 0 0 38px; }
  body .footer__top__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start; }
  body .footer__top__left {
    width: calc(80% - 25px);
    margin: 0 25px 0 0; }
    @media only screen and (max-width: 640px) {
      body .footer__top__left {
        width: 100%;
        margin: 0 0 46px 0; } }
    body .footer__top__left ul {
      column-count: 3;
      column-gap: 100px; }
      @media only screen and (max-width: 640px) {
        body .footer__top__left ul {
          column-count: 2;
          column-gap: 21px; } }
      body .footer__top__left ul li {
        margin: 0 0 2px; }
        body .footer__top__left ul li a {
          font-family: "Helvetica Neue", sans-serif;
          font-weight: 400;
          color: #2e2e2e; }
  body .footer__top__right {
    width: calc(20% - 25px);
    margin: 0 0 0 25px; }
    @media only screen and (max-width: 640px) {
      body .footer__top__right {
        width: 100%;
        margin: 0 0 0 0;
        display: flex;
        justify-content: space-between; } }
    body .footer__top__right ul li {
      margin: 0 0 2px; }
      body .footer__top__right ul li a {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.004em;
        color: #2e2e2e; }

@media only screen and (max-width: 640px) {
  body .footer_container {
    margin-bottom: 15px !important; } }

@media only screen and (max-width: 1024px) {
  body .footer_container .third_content {
    margin: 20px 0 0 !important; } }

@media only screen and (max-width: 1024px) {
  body .footer_container .third_content .footer_logos {
    display: flex !important; } }

@media only screen and (max-width: 640px) {
  body .footer_container .second_content {
    display: flex;
    justify-content: center;
    padding: 0 0 !important;
    margin: 20px 0 0 !important; } }

@media only screen and (max-width: 1024px) {
  body .footer_container .second_content p {
    color: #ffffff !important; } }

@media only screen and (max-width: 1024px) {
  body .footer__terms.first_content {
    width: 40% !important;
    margin: 0 auto !important;
    flex-wrap: nowrap !important;
    border-top: 0 !important; } }

@media only screen and (max-width: 768px) {
  body .footer__terms.first_content {
    width: 50% !important; } }

@media only screen and (max-width: 640px) {
  body .footer__terms.first_content {
    width: 80% !important; } }

@media only screen and (max-width: 480px) {
  body .footer__terms.first_content {
    width: 100% !important; } }

body .footer__terms a {
  margin-right: 30px; }
  @media only screen and (max-width: 1024px) {
    body .footer__terms a {
      color: #ffffff !important; } }
  @media only screen and (max-width: 640px) {
    body .footer__terms a {
      margin: 0 0 0 0 !important; } }

body .footer_banner {
  margin-top: 51px;
  display: inline-flex;
  align-items: flex-start;
  gap: 36px; }
  @media only screen and (max-width: 768px) {
    body .footer_banner {
      margin-top: 24px;
      gap: 10px;
      flex-shrink: 0;
      flex-wrap: wrap; } }

body .darnelNewsletter {
  display: none;
  margin: 56px 0 56px; }
  body .darnelNewsletter .form__lableIn {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 768px) {
      body .darnelNewsletter .form__lableIn {
        flex-wrap: wrap; } }
  body .darnelNewsletter .check {
    margin-left: 0;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    position: relative;
    color: #4a4a49;
    font-family: Helvetica Neue, sans-serif;
    line-height: 1;
    /* margin: 0; */
    padding: 0;
    flex-wrap: wrap; }
  @media only screen and (max-width: 640px) {
    body .darnelNewsletter__container {
      width: 100%; } }
  body .darnelNewsletter .sib-form #sib-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 12% 0;
    width: unset !important; }
    @media only screen and (max-width: 1024px) {
      body .darnelNewsletter .sib-form #sib-container {
        background-color: transparent !important; } }
    @media only screen and (max-width: 640px) {
      body .darnelNewsletter .sib-form #sib-container {
        margin: 0 26px 0; } }
  body .darnelNewsletter .sib-form .subscribe_container {
    max-width: min-content !important;
    margin: 0 0px 0 0 !important;
    padding: 0 0px 0 !important;
    justify-content: flex-start !important; }
    @media only screen and (max-width: 1024px) {
      body .darnelNewsletter .sib-form .subscribe_container {
        max-width: 100% !important;
        margin: 0 0 0 0 !important;
        background-color: transparent !important; } }
    body .darnelNewsletter .sib-form .subscribe_container .entry__label.subscribe_title {
      font-size: 16px !important;
      line-height: 24px !important;
      letter-spacing: 0.015em; }
    body .darnelNewsletter .sib-form .subscribe_container .subscribe_button_container button {
      padding: 7px 38px 12px !important;
      height: 40px !important; }
    body .darnelNewsletter .sib-form .subscribe_container .sib-input .form__entry .form__label-row {
      flex-wrap: wrap; }
    body .darnelNewsletter .sib-form .subscribe_container .sib-input .form__entry .entry__field {
      transition: 0.3s all ease-out; }
      @media only screen and (max-width: 1280px) {
        body .darnelNewsletter .sib-form .subscribe_container .sib-input .form__entry .entry__field {
          padding: 0px 10px 0px 10px; } }
      body .darnelNewsletter .sib-form .subscribe_container .sib-input .form__entry .entry__field input {
        height: 40px !important;
        width: 100%;
        max-width: 380px;
        min-width: 380px;
        transition: 0.3s all ease; }
        @media only screen and (max-width: 1280px) {
          body .darnelNewsletter .sib-form .subscribe_container .sib-input .form__entry .entry__field input {
            min-width: 300px; } }
        body .darnelNewsletter .sib-form .subscribe_container .sib-input .form__entry .entry__field input::-webkit-input-placeholder {
          font-size: 14px !important;
          letter-spacing: 0.0025em;
          color: #7d7d7d !important;
          opacity: 0.5; }
        body .darnelNewsletter .sib-form .subscribe_container .sib-input .form__entry .entry__field input:-moz-placeholder {
          font-size: 14px !important;
          letter-spacing: 0.0025em;
          color: #7d7d7d !important;
          opacity: 0.5; }
        body .darnelNewsletter .sib-form .subscribe_container .sib-input .form__entry .entry__field input::-moz-placeholder {
          font-size: 14px !important;
          letter-spacing: 0.0025em;
          color: #7d7d7d !important;
          opacity: 0.5; }
        body .darnelNewsletter .sib-form .subscribe_container .sib-input .form__entry .entry__field input:-ms-input-placeholder {
          font-size: 14px !important;
          letter-spacing: 0.0025em;
          color: #7d7d7d !important;
          opacity: 0.5; }
        @media only screen and (max-width: 640px) {
          body .darnelNewsletter .sib-form .subscribe_container .sib-input .form__entry .entry__field input {
            max-width: 100%;
            min-width: 100%; } }
  body .darnelNewsletter__call {
    width: max-content;
    margin: 0 0 0 0px; }
    @media only screen and (max-width: 1024px) {
      body .darnelNewsletter__call {
        width: 100%;
        margin: 40px 0 0 0; } }
    body .darnelNewsletter__call h3 {
      font-weight: 500;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0.015em;
      text-transform: uppercase;
      color: #2671ba;
      opacity: 0.75; }
    body .darnelNewsletter__call p {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      font-size: 24px;
      line-height: 32px;
      color: #2671ba;
      font-weight: bold; }
      body .darnelNewsletter__call p img {
        margin: 0 11px 0 0; }

.hidden {
  opacity: 0; }

.category-img {
  width: 40px;
  height: 40px; }

.category-list {
  display: flex;
  flex-direction: column; }
  @media (min-height: 900px) {
    .category-list {
      gap: 8px; } }

.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover; }

.img-contain {
  height: 100%;
  width: 100%;
  object-fit: contain; }

.filtrboxlist {
  padding: 0px 24px;
  top: 59px;
  right: 0px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }
  @media only screen and (max-width: 1023px) {
    .filtrboxlist {
      position: fixed !important;
      width: 100% !important;
      left: 0px;
      height: 100%; } }

.text_content ul {
  width: 100%; }

.img-container {
  border-radius: 9px;
  max-width: 131px;
  min-width: 131px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  height: 56px;
  overflow: hidden;
  padding: 2px; }
  .img-container :hover {
    opacity: 60%; }

.dropdown {
  color: #005185;
  background-color: #dff2fd;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 10px;
  min-width: 170px;
  min-height: 57px; }
  @media only screen and (max-width: 1024px) {
    .dropdown {
      border-radius: 0px; } }
  .dropdown a {
    font-weight: 700; }
  .dropdown_link {
    display: flex;
    align-items: center;
    column-gap: 0.5rem; }
  .dropdown a:after {
    content: "";
    border: solid #005185;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    transition: all 400ms ease;
    display: inline-block;
    column-gap: 8px; }
    @media only screen and (max-width: 1024px) {
      .dropdown a:after {
        right: 10px; } }
  .dropdown .rotate:after {
    transform: rotate(225deg); }

.list-category h2 {
  font-family: "Helvetica Neue", san-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  color: #006db2;
  padding-bottom: 16px; }

.list-category li {
  padding: 0px !important; }

.list-category ul li p :hover {
  color: #006db2 !important; }

header {
  background-color: #f9f9f9;
  position: fixed;
  top: 0;
  z-index: 2001;
  width: 100%; }
  header a {
    font-family: "Helvetica Neue" !important; }
  header .optioninfo {
    color: #006db2; }
    @media only screen and (max-width: 1024px) {
      header .optioninfo {
        color: #4a4a49; } }
  header nav {
    display: flex;
    justify-content: space-between;
    padding: 1em 0;
    margin: 0 2%;
    align-items: center; }
    header nav .darnel_logo {
      max-width: 96px; }
      header nav .darnel_logo img {
        width: 100%; }
  header .nav_container {
    display: flex;
    flex-wrap: wrap;
    width: 90%; }
    header .nav_container .nav_wrapper {
      width: 100%; }
      @media (min-width: 1224px) {
        header .nav_container .nav_wrapper {
          display: flex; } }
      header .nav_container .nav_wrapper .list-order li {
        margin: 14px; }
      header .nav_container .nav_wrapper .nav_list {
        display: flex;
        width: 100%;
        column-gap: 0.7rem;
        color: #4a4a49;
        align-items: center; }
        @media only screen and (max-width: 1420px) {
          header .nav_container .nav_wrapper .nav_list {
            justify-content: center;
            column-gap: 0.3rem; } }
        @media only screen and (max-width: 1024px) {
          header .nav_container .nav_wrapper .nav_list {
            flex-direction: column;
            align-items: inherit; } }
        header .nav_container .nav_wrapper .nav_list:nth-of-type(1) {
          margin-right: 20px; }
          header .nav_container .nav_wrapper .nav_list:nth-of-type(1)::after {
            content: "";
            border-right: solid 2px #7d7d7d;
            position: relative;
            height: 15px;
            top: 10%;
            transform: translateY(-50%); }
            @media only screen and (max-width: 1420px) {
              header .nav_container .nav_wrapper .nav_list:nth-of-type(1)::after {
                display: none; } }
        @media only screen and (max-width: 1024px) {
          header .nav_container .nav_wrapper .nav_list .border-bottom {
            border-bottom: 1px solid #c1c1c1; } }
        @media only screen and (max-width: 1024px) {
          header .nav_container .nav_wrapper .nav_list .options {
            padding: 14px 14px 14px 24px; } }
        header .nav_container .nav_wrapper .nav_list li {
          font-size: 1em;
          display: flex;
          align-items: center;
          flex: 1 1 auto; }
          @media only screen and (max-width: 1224px) {
            header .nav_container .nav_wrapper .nav_list li {
              gap: 9px; }
              header .nav_container .nav_wrapper .nav_list li.hidden-desktop {
                padding: 14px; }
              header .nav_container .nav_wrapper .nav_list li .products {
                padding: 0px !important; } }
          @media (min-width: 1024px) {
            header .nav_container .nav_wrapper .nav_list li {
              justify-content: center; } }
          header .nav_container .nav_wrapper .nav_list li:hover {
            text-decoration: none; }
            header .nav_container .nav_wrapper .nav_list li:hover a {
              opacity: 60%; }
            header .nav_container .nav_wrapper .nav_list li:hover:first-of-type a {
              opacity: 100%;
              text-decoration: none; }
          header .nav_container .nav_wrapper .nav_list li a {
            font-family: "Helvetica_Roman";
            font-family: "helvetica-55-roman", sans-serif; }
            @media (min-width: 1224px) and (max-width: 1420px) {
              header .nav_container .nav_wrapper .nav_list li a {
                font-size: 12px; } }
          header .nav_container .nav_wrapper .nav_list li.active {
            color: rgba(255, 255, 255, 0.6);
            border-bottom: solid 1px rgba(255, 255, 255, 0.6); }
          header .nav_container .nav_wrapper .nav_list li.shopping_icon {
            display: flex; }
            header .nav_container .nav_wrapper .nav_list li.shopping_icon img {
              width: 16px;
              margin-right: 5px; }
          header .nav_container .nav_wrapper .nav_list li.flag_container div {
            width: 25px;
            height: 25px; }
            header .nav_container .nav_wrapper .nav_list li.flag_container div li {
              border-bottom: none; }
          @media only screen and (max-width: 1024px) {
            header .nav_container .nav_wrapper .nav_list li.flag_container div {
              width: 100%; } }
          header .nav_container .nav_wrapper .nav_list li.flag_container:hover {
            border: none; }
            header .nav_container .nav_wrapper .nav_list li.flag_container:hover a {
              opacity: 100%; }
            header .nav_container .nav_wrapper .nav_list li.flag_container:hover ul li {
              border: 0; }
          header .nav_container .nav_wrapper .nav_list li.flag_container .filtr-box li a {
            color: #000;
            float: left;
            width: 21px;
            height: 21px;
            cursor: pointer;
            border-color: transparent; }
          header .nav_container .nav_wrapper .nav_list li.flag_container .filtr-box li ul {
            background: #f6f6f6;
            overflow: hidden;
            position: absolute;
            z-index: 99999;
            width: auto;
            min-width: 170px;
            border-radius: 20px; }
            @media only screen and (max-width: 1240px) {
              header .nav_container .nav_wrapper .nav_list li.flag_container .filtr-box li ul {
                top: 30px;
                right: 0; } }
          header .nav_container .nav_wrapper .nav_list li.flag_container .filtr-box li {
            position: relative;
            display: block; }
          header .nav_container .nav_wrapper .nav_list li.flag_container .container-img {
            border-radius: 50%;
            overflow: hidden;
            width: 25px;
            height: 25px;
            margin-right: 5px; }
          header .nav_container .nav_wrapper .nav_list li.flag_container .filtr-box li ul li a {
            width: 100%;
            height: auto;
            float: none;
            display: flex;
            align-items: center; }
            header .nav_container .nav_wrapper .nav_list li.flag_container .filtr-box li ul li a .filtrboxlist-list_item--img {
              margin: 10px 10px 10px 15px;
              overflow: hidden;
              width: auto; }
              header .nav_container .nav_wrapper .nav_list li.flag_container .filtr-box li ul li a .filtrboxlist-list_item--img img {
                margin: 0px !important;
                width: 100% !important;
                height: 100% !important;
                object-fit: cover;
                object-position: center; }
          header .nav_container .nav_wrapper .nav_list li.flag_container .filtr-box li ul li a span {
            font-size: 0.8em;
            padding-left: 10px; }
          header .nav_container .nav_wrapper .nav_list li.flag_container img {
            width: 100%;
            height: auto; }
    header .nav_container .nav_filter {
      width: 100%;
      background-color: unset;
      height: fit-content;
      padding-right: 2px;
      padding-left: 15px;
      border-radius: 20px; }
      header .nav_container .nav_filter .filter_content {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between; }
        header .nav_container .nav_filter .filter_content p {
          font-size: 0.875em;
          text-align: end;
          color: #484747;
          padding-right: 20px;
          font-family: inherit;
          font-weight: bold; }
        header .nav_container .nav_filter .filter_content .nice-select {
          border: 0;
          padding: 0;
          padding-right: 25px;
          margin: 0 10px;
          display: flex;
          align-items: center;
          height: 35px;
          background-color: #f8f7fe; }
          header .nav_container .nav_filter .filter_content .nice-select .list {
            background-color: #f8f7fe;
            overflow-y: scroll;
            max-height: 85vh;
            margin-top: 0;
            border-radius: 0 0 20px 20px;
            padding-bottom: 15px; }
            header .nav_container .nav_filter .filter_content .nice-select .list li {
              max-height: 30px;
              display: flex;
              align-items: center;
              color: #6d6d6d;
              min-height: initial; }
              header .nav_container .nav_filter .filter_content .nice-select .list li:first-child {
                display: none; }
              header .nav_container .nav_filter .filter_content .nice-select .list li:hover {
                font-weight: bold;
                background-color: transparent; }
            header .nav_container .nav_filter .filter_content .nice-select .list::-webkit-scrollbar {
              width: 5px; }
            header .nav_container .nav_filter .filter_content .nice-select .list::-webkit-scrollbar-thumb {
              background: #d8d7d7; }
          header .nav_container .nav_filter .filter_content .nice-select.open span {
            border-bottom: 1px solid #999; }
        header .nav_container .nav_filter .filter_content input {
          width: 18em;
          height: 30px;
          border-radius: 20px;
          border: 0;
          padding: 0;
          padding-left: 30px;
          background-color: #ffffff;
          background-image: url("/themes/demo/assets/img/megamenu/search.svg");
          background-size: 17px;
          background-repeat: no-repeat;
          background-position-y: center;
          background-position-x: 7px;
          font-size: 0.9em;
          color: #5c5c5c; }
          header .nav_container .nav_filter .filter_content input:focus {
            outline: none; }
          header .nav_container .nav_filter .filter_content input::placeholder {
            font-size: 0.9em;
            color: #6d6d6d; }
          header .nav_container .nav_filter .filter_content input#searchProducts {
            display: flex;
            align-items: center;
            margin: 0; }

.main-megamenu {
  width: 100%;
  height: calc(100% - 93px);
  position: fixed;
  transition: all 400ms ease;
  left: -100%;
  bottom: 0;
  z-index: 2000; }
  .main-megamenu.animation-megamenu {
    left: 0; }
  .main-megamenu-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }

.accordion-list {
  z-index: 10;
  transition: all 0.7s ease;
  overflow: hidden auto; }
  .accordion-list .btnMegamenu {
    border: 1px solid #005185;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 52px;
    gap: 10px;
    color: #005185;
    background-color: #fff;
    margin: auto;
    margin: 22px;
    justify-content: center; }
  .accordion-list .list-category {
    height: 100%; }
    @media only screen and (max-width: 1023px) {
      .accordion-list .list-category {
        margin-top: auto; } }
  .accordion-list.opened {
    max-height: 500px; }
  .accordion-list.close {
    opacity: 0;
    max-height: 0;
    padding: 0 !important;
    height: 0; }

.megamenu {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  padding: 9px 24px 20px 80px;
  gap: 1rem;
  background-color: #ffffff;
  max-width: 53vw;
  border-radius: 0px 0px 40px 0px;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.15));
  overflow: hidden auto; }
  @media (min-height: 900px) {
    .megamenu {
      padding: 20px 24px 20px 80px; } }
  .megamenu_section {
    margin-bottom: 10px; }
    @media only screen and (max-width: 1024px) {
      .megamenu_section .products_container .products .swiper .swiper-description .swiper-slide .card .card-image-top {
        height: 180px;
        margin: auto; }
        .megamenu_section .products_container .products .swiper .swiper-description .swiper-slide .card .card-image-top .card-img {
          width: 100%;
          height: 100%; }
      .megamenu_section .products_container .products .swiper .card-body {
        margin: auto; } }
    @media (min-height: 900px) {
      .megamenu_section {
        margin-top: 30px; } }
    .megamenu_section.pt-16 {
      padding-top: 4px; }
    .megamenu_section h3 {
      font-family: "Helvetica Neue";
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      color: #006db2;
      margin-bottom: 16px; }
    @media only screen and (max-width: 1024px) {
      .megamenu_section {
        min-width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px; } }
    .megamenu_section .filter_content {
      width: 100%;
      height: 100%;
      max-width: 50%; }
    .megamenu_section .products_container .products .swiper .swiper-description .swiper-slide .card .card-body {
      width: 100%;
      background-color: white; }
  .megamenu .category-description {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 12px; }
    .megamenu .category-description:hover {
      color: #006db2; }
  .megamenu .card-body {
    background-color: unset !important; }
  .megamenu h3 {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 9px;
    color: #006db2; }
  .megamenu .btnMegamenu {
    border: 1px solid #005185;
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 52px;
    gap: 10px;
    color: #005185;
    background-color: #fff;
    margin: auto;
    margin: 12px;
    justify-content: center; }
  .megamenu li {
    display: flex;
    align-items: center;
    border-bottom: none !important;
    column-gap: 10px; }
  .megamenu p {
    font-family: "Helvetica Neue";
    font-style: normal;
    font-weight: 400;
    font-size: 12px; }
  .megamenu .filter_content {
    width: 100%;
    height: 100%;
    max-width: 50%; }
  .megamenu_row {
    display: flex;
    align-items: center;
    column-gap: 23px;
    padding: 0px;
    margin: 6px 0px; }
    @media (min-height: 900px) {
      .megamenu_row {
        margin: 12px 0px; } }
  .megamenu_container {
    display: flex;
    gap: 16px; }
    .megamenu_container p {
      font-family: "Helvetica Neue";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.004em;
      color: #4a4a49; }
  .megamenu .swiper-custom .swiper-pagination-bullet {
    margin: 0px 8px;
    background: #DFF2FD;
    opacity: unset; }
  .megamenu .swiper-custom .swiper-pagination-bullet-active {
    background: #006DB2; }
  .megamenu .products_container {
    margin-bottom: 0px; }
    .megamenu .products_container .products {
      padding-top: 5px;
      margin: 0; }
      .megamenu .products_container .products .swiper {
        max-width: 100%;
        width: 100%; }
        .megamenu .products_container .products .swiper .swiper-description .swiper-slide .card .card-image-top .card-img {
          max-height: 180px; }
        .megamenu .products_container .products .swiper .swiper-description .swiper-slide .card .card-body {
          height: 92px; }
          .megamenu .products_container .products .swiper .swiper-description .swiper-slide .card .card-body .box-tittle-description {
            min-height: auto !important;
            max-height: auto !important; }
            .megamenu .products_container .products .swiper .swiper-description .swiper-slide .card .card-body .box-tittle-description .card-title {
              padding: 24px 0px; }
      .megamenu .products_container .products .swiper-pagination-description {
        display: flex;
        justify-content: flex-end; }

#headerForm .form_error {
  color: #ed0909;
  padding-left: 10px; }

#headerForm #checkError {
  display: none; }
  #headerForm #checkError.show_error {
    display: block;
    color: #ed0909;
    padding-left: 10px; }

@media only screen and (max-width: 700px) {
  header nav {
    padding: 7px 0; }
    header nav .darnel_logo img {
      width: 90%; } }

.movies__container {
  overflow-x: auto; }

.movies .tables,
.movies .selector {
  padding: 0 12%; }
  @media only screen and (max-width: 640px) {
    .movies .tables,
    .movies .selector {
      padding: 0 20px; } }

.movies__title {
  font-family: 'Helvetica Bold';
  text-align: center;
  margin: 40px 0 50px;
  padding: 15px 0;
  border-top: 0.5px solid #2671ba;
  border-bottom: 0.5px solid #2671ba;
  color: #2671ba; }

.movies__subtitle {
  font-family: 'Helvetica Bold';
  color: #2671ba;
  margin: 0 0 10px; }

.movies__tables {
  border-collapse: collapse; }
  .movies__tables tr th {
    font-family: 'Helvetica Bold';
    padding: 15px 0;
    color: #4A4A49; }
    .movies__tables tr th:nth-child(odd) {
      background-color: #DFF2FD; }
    .movies__tables tr th:nth-child(even) {
      background-color: #C9E8FB; }
  .movies__tables tr td {
    padding: 0 15px; }

.movies #caracteristicas2 {
  width: 100%;
  margin: 0 0 40px; }
  .movies #caracteristicas2 tbody tr:nth-child(2) {
    background-color: #F6F6F6; }
  .movies #caracteristicas2 tbody tr td {
    border: 1px solid #DFF2FD;
    text-align: center; }

.movies #termo2 {
  margin: -10px 0 40px;
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 50%; }
  @media only screen and (max-width: 640px) {
    .movies #termo2 {
      width: 100%; } }
  .movies #termo2 tr td {
    padding: 10px 15px; }
    .movies #termo2 tr td:nth-child(2) {
      border-right: 1px solid #DFF2FD; }

.movies #espesor2 {
  width: 50%;
  margin: 0 0 50px; }
  @media only screen and (max-width: 640px) {
    .movies #espesor2 {
      width: 100%; } }
  .movies #espesor2 tr:nth-child(odd) {
    background-color: #fff; }
  .movies #espesor2 tr:nth-child(even) {
    background-color: #EEEDED; }
  .movies #espesor2 tr td {
    padding: 8px 15px;
    text-align: center; }

.movies #ancho1 {
  width: 100%;
  margin: 0 0 50px; }
  .movies #ancho1 tr:nth-child(odd) {
    background-color: #fff; }
  .movies #ancho1 tr:nth-child(even) {
    background-color: #EEEDED; }
  .movies #ancho1 tr td {
    padding: 8px 15px;
    text-align: center; }

.movies #caracteristicas3 {
  width: 80%;
  margin: 0 0 43px;
  border-collapse: separate;
  border-spacing: 0 6px; }
  @media only screen and (max-width: 640px) {
    .movies #caracteristicas3 {
      width: 100%; } }
  .movies #caracteristicas3 tr td {
    padding: 10px 0 0;
    border-right: 1px solid #DFF2FD;
    text-align: center; }

.movies #espesor {
  width: 80%;
  margin: 0 0 50px;
  border-collapse: separate;
  border-spacing: 0 6px; }
  @media only screen and (max-width: 640px) {
    .movies #espesor {
      width: 100%; } }
  .movies #espesor tr td {
    text-align: center;
    padding: 5px 15px; }
    .movies #espesor tr td:nth-child(odd) {
      background-color: #F6F6F6; }
    .movies #espesor tr td:nth-child(even) {
      background-color: #EEEDED; }

.movies #codigos {
  width: 100%;
  margin: 0 0 50px;
  border-collapse: separate;
  border-spacing: 0 6px; }
  .movies #codigos tr td {
    text-align: center;
    padding: 5px 15px; }
    .movies #codigos tr td:nth-child(odd) {
      background-color: #F6F6F6; }
    .movies #codigos tr td:nth-child(even) {
      background-color: #EEEDED; }

.movies div.tabpanel .selector__content .tab {
  display: none; }

.movies div.tabpanel.tab1 .selector__content .tab1,
.movies div.tabpanel.tab2 .selector__content .tab2,
.movies div.tabpanel.tab3 .selector__content .tab3,
.movies div.tabpanel.tab4 .selector__content .tab4,
.movies div.tabpanel.tab5 .selector__content .tab5 {
  display: block; }

.movies .selector .tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  grid-gap: 100px;
  margin: 50px 0 0;
  align-items: center; }
  .movies .selector .tabs ul li {
    width: 100%;
    border: 1pt solid #4A4A49;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer; }
    @media only screen and (max-width: 640px) {
      .movies .selector .tabs ul li {
        font-size: 0.7rem; } }
    .movies .selector .tabs ul li:not(:last-child) {
      margin: 0 0 50px; }
      @media only screen and (max-width: 640px) {
        .movies .selector .tabs ul li:not(:last-child) {
          margin: 0 0 30px; } }

@media only screen and (max-width: 640px) {
  .movies .selector__content {
    margin: 30px 0 0; } }

.movies .selector__content .tab p {
  margin: 18px 0 0;
  font-size: 1rem;
  line-height: 2; }

.movies .selector__content .tab table {
  border-collapse: separate;
  border-spacing: 0 6px;
  margin: 20px 0 0; }
  .movies .selector__content .tab table tr:first-child {
    background-color: #DFF2FD; }
    .movies .selector__content .tab table tr:first-child td {
      text-align: center;
      font-family: 'Helvetica Bold';
      padding: 15px 0;
      color: #4A4A49; }
  .movies .selector__content .tab table tr:not(:first-child) td {
    text-align: center;
    border-right: 1px solid #DFF2FD; }

.movies div.tabpanel.tab1 .tabs li.tab1,
.movies div.tabpanel.tab2 .tabs li.tab2,
.movies div.tabpanel.tab3 .tabs li.tab3,
.movies div.tabpanel.tab4 .tabs li.tab4,
.movies div.tabpanel.tab5 .tabs li.tab5 {
  background-color: #2671ba;
  color: #ffffff;
  font-family: 'Helvetica Bold'; }

.movies .tables__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  grid-gap: 80px;
  margin: 0 0 50px; }
  .movies .tables__container__left #caracteristicas_extensible {
    width: 100%;
    margin: 0 0 43px;
    border-collapse: separate;
    border-spacing: 0 6px; }
    @media only screen and (max-width: 640px) {
      .movies .tables__container__left #caracteristicas_extensible {
        width: 100%; } }
    .movies .tables__container__left #caracteristicas_extensible tr td {
      padding: 10px 0 0;
      border-right: 1px solid #DFF2FD;
      text-align: center; }
  .movies .tables__container__left #espesor1 {
    width: 100%; }
    .movies .tables__container__left #espesor1 tr:nth-child(odd) {
      background-color: #fff; }
    .movies .tables__container__left #espesor1 tr:nth-child(even) {
      background-color: #EEEDED; }
    .movies .tables__container__left #espesor1 tr td {
      padding: 8px 15px;
      text-align: center; }
  .movies .tables__container__right #anchos1 {
    width: 100%;
    margin: 0 0 22px; }
    .movies .tables__container__right #anchos1 tr:nth-child(odd) {
      background-color: #fff; }
    .movies .tables__container__right #anchos1 tr:nth-child(even) {
      background-color: #EEEDED; }
    .movies .tables__container__right #anchos1 tr td {
      padding: 8px 15px;
      text-align: center; }

.product_category_logos_box.last_logo:after {
  display: none !important; }

.darnelPostDetail span, .darnelPostDetail a, .darnelPostDetail h3, .darnelPostDetail h2, .darnelPostDetail h1, .darnelPostDetail p {
  color: #fff; }

.darnelPostDetail .breadcrumb-news {
  margin-bottom: 40px; }

.darnelPostDetail__content {
  width: 100%;
  max-width: 75%;
  margin: 0 auto; }
  .darnelPostDetail__content .button-news a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 10px;
    width: 203px;
    height: 40px;
    background: #006DB2;
    border-radius: 40px;
    color: white;
    margin: 40px 0px;
    font-family: 'Helvetica Bold',sans-serif; }
  .darnelPostDetail__content .cards-container {
    column-gap: 32px;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 600px) {
      .darnelPostDetail__content .cards-container {
        flex-direction: column; } }
    .darnelPostDetail__content .cards-container .card-news {
      flex-basis: 47%; }
      @media only screen and (max-width: 600px) {
        .darnelPostDetail__content .cards-container .card-news {
          width: 100%; } }
      .darnelPostDetail__content .cards-container .card-news .card-description {
        display: flex;
        padding: 24px;
        background: #EAF7FF;
        border-radius: 0px 0px 4px 4px;
        margin-bottom: 80px;
        box-shadow: 0 4px 2px -2px gray;
        position: relative; }
        .darnelPostDetail__content .cards-container .card-news .card-description .description-content {
          margin-right: 53px; }
        .darnelPostDetail__content .cards-container .card-news .card-description .arrow {
          position: absolute;
          bottom: 22px;
          right: 26px; }
  .darnelPostDetail__content .section_container {
    margin: 0; }
    .darnelPostDetail__content .section_container .news_colum {
      margin: 0 9%; }
  @media only screen and (max-width: 1024px) {
    .darnelPostDetail__content {
      max-width: 100%; } }

.darnelPostDetail__left, .darnelPostDetail__right {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 6px 0px #000;
  width: 50px;
  height: 50px; }
  .darnelPostDetail__left::after, .darnelPostDetail__right::after {
    font-size: 22px; }
  .darnelPostDetail__left--ambiental, .darnelPostDetail__right--ambiental {
    color: #65B32E; }
  .darnelPostDetail__left--darnel, .darnelPostDetail__right--darnel {
    color: #2671ba; }
  .darnelPostDetail__left--corporativo, .darnelPostDetail__right--corporativo {
    color: #4A4A49; }
  .darnelPostDetail__left--Ambiental, .darnelPostDetail__right--Ambiental {
    color: #65B32E; }
  .darnelPostDetail__left--Darnel, .darnelPostDetail__right--Darnel {
    color: #2671ba; }
  .darnelPostDetail__left--Corporativo, .darnelPostDetail__right--Corporativo {
    color: #4A4A49; }

.darnelPostDetail__pagination--ambiental .swiper-pagination-bullet-active {
  background-color: #65B32E; }

.darnelPostDetail__pagination--darnel .swiper-pagination-bullet-active {
  background-color: #2671ba; }

.darnelPostDetail__pagination--corporativo .swiper-pagination-bullet-active {
  background-color: #4A4A49; }

.darnelPostDetail__pagination--Ambiental .swiper-pagination-bullet-active {
  background-color: #65B32E; }

.darnelPostDetail__pagination--Darnel .swiper-pagination-bullet-active {
  background-color: #2671ba; }

.darnelPostDetail__pagination--Corporativo .swiper-pagination-bullet-active {
  background-color: #4A4A49; }

.darnelPostDetail__container {
  flex-wrap: wrap;
  max-width: 733px;
  margin: auto; }
  @media only screen and (max-width: 1024px) {
    .darnelPostDetail__container {
      padding: 25px; } }

.darnelPostDetail__banner {
  width: 100%;
  padding: 48px 20% 33px;
  transition: .3s all ease-out; }
  @media only screen and (max-width: 1024px) {
    .darnelPostDetail__banner {
      padding: 48px 15px 33px; } }
  .darnelPostDetail__banner--darnel {
    background-color: #2671ba; }
  .darnelPostDetail__banner--corporativo {
    background-color: #4A4A49; }
  .darnelPostDetail__banner--ambiental {
    background-color: #65B32E; }
  .darnelPostDetail__banner--Darnel {
    background-color: #006DB2; }
  .darnelPostDetail__banner--Corporativo {
    background-color: #4A4A49; }
  .darnelPostDetail__banner--Ambiental {
    background-color: #65B32E; }
  .darnelPostDetail__banner__date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 20px; }
    .darnelPostDetail__banner__date img {
      width: 16px;
      height: 16px; }
    .darnelPostDetail__banner__date p {
      font-family: "Helvetica_Roman";
      color: #ffffff;
      margin: 0 0 0 11px; }
  .darnelPostDetail__banner__title {
    margin: 0 0 10px; }
    .darnelPostDetail__banner__title h3 {
      font-family: 'Helvetica Neue';
      font-style: normal;
      font-weight: 700;
      font-size: 36px;
      line-height: 55px; }
  .darnelPostDetail__banner__description a {
    background: #FFFFFF;
    border-radius: 40px;
    color: #006DB2;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    width: 203px;
    height: 40px;
    font-family: 'Helvetica Neue bold'; }
  .darnelPostDetail__banner__description p {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px; }

.darnelPostDetail__gallery {
  width: 100%;
  height: 445px;
  padding: 0 0 20px; }
  .darnelPostDetail__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .darnelPostDetail__gallery .swiper-pagination {
    bottom: -5px; }
    .darnelPostDetail__gallery .swiper-pagination--ambiental .swiper-pagination-bullet-active {
      background-color: #65B32E; }
    .darnelPostDetail__gallery .swiper-pagination--darnel .swiper-pagination-bullet-active {
      background-color: #2671ba; }
    .darnelPostDetail__gallery .swiper-pagination--corporativo .swiper-pagination-bullet-active {
      background-color: #4A4A49; }
    .darnelPostDetail__gallery .swiper-pagination--Ambiental .swiper-pagination-bullet-active {
      background-color: #65B32E; }
    .darnelPostDetail__gallery .swiper-pagination--Darnel .swiper-pagination-bullet-active {
      background-color: #2671ba; }
    .darnelPostDetail__gallery .swiper-pagination--Corporativo .swiper-pagination-bullet-active {
      background-color: #4A4A49; }

.darnelPostDetail__fancy {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 10px;
  margin: 100px 0; }
  .darnelPostDetail__fancy__item {
    width: 100%;
    max-width: calc(100% / 2 - 10px);
    height: 300px; }
    @media only screen and (max-width: 640px) {
      .darnelPostDetail__fancy__item {
        max-width: 100%; } }
  .darnelPostDetail__fancy a {
    display: block;
    width: 100%;
    height: 100%; }
    .darnelPostDetail__fancy a img {
      width: 100%;
      height: 100% !important;
      object-fit: cover; }

.darnelPostDetail__carousel {
  margin: 40px 0 40px;
  transition: .3s all ease-out;
  padding: 0 0 40px; }
  @media only screen and (max-width: 1440px) {
    .darnelPostDetail__carousel {
      margin: 40px 0 40px; } }
  @media only screen and (max-width: 1024px) {
    .darnelPostDetail__carousel {
      margin: 40px 0 40px; } }
  .darnelPostDetail__carousel .swiper-slide img {
    width: 100%;
    height: auto;
    display: block; }
  .darnelPostDetail__carousel .swiper-pagination-bullet-active {
    background-color: #2671ba; }
  .darnelPostDetail__carousel .swiper-button-prev,
  .darnelPostDetail__carousel .swiper-button-next {
    background-color: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px; }
    .darnelPostDetail__carousel .swiper-button-prev::after,
    .darnelPostDetail__carousel .swiper-button-next::after {
      font-size: 20px; }

.news .news_section .news_container {
  justify-content: flex-start;
  column-gap: 2%;
  row-gap: 2rem;
  background-color: #F2FAFE; }
  .news .news_section .news_container .news_product .news_img {
    height: 220px; }
  .news .news_section .news_container .news_product .news_text h1 {
    font-size: 1.4375em; }
  .news .news_section .news_container .news_product .news_text p {
    margin: 0;
    font-size: 1.125em;
    line-height: 20px;
    width: 78%; }
  .news .news_section .news_container .news_title {
    width: 100%;
    margin-bottom: 23px;
    color: #5c5c5c;
    font-size: 2.375em;
    font-family: "GT Bold"; }

.news .news_section .news_description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3em 0; }
  .news .news_section .news_description .news_column {
    width: 100% !important; }
    .news .news_section .news_description .news_column h1 {
      font-size: 1.4375em; }
    .news .news_section .news_description .news_column p {
      font-size: 1.125em;
      margin: 25px 0;
      line-height: 23px; }
    .news .news_section .news_description .news_column.third_column .categories_section {
      background: none;
      padding: 0; }
      .news .news_section .news_description .news_column.third_column .categories_section .section_container {
        width: 90%; }
      .news .news_section .news_description .news_column.third_column .categories_section a {
        width: 100%; }
      .news .news_section .news_description .news_column.third_column .categories_section .categories_card p {
        width: 100%; }

.newsBanner {
  padding-top: 91.48px; }
  @media screen and (max-width: 1223px) {
    .newsBanner {
      padding-top: 115px; } }
  @media screen and (max-width: 1024px) {
    .newsBanner {
      padding-top: 74.95px; } }
  @media screen and (max-width: 700px) {
    .newsBanner {
      padding-top: 56.26px; } }
  .newsBanner.half_structure {
    display: grid;
    grid-template-rows: 1fr 1fr;
    height: 100vh; }
  .newsBanner__container {
    padding: 24px 0 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .newsBanner__container.article {
      background-color: #DFF2FD; }
      .newsBanner__container.article .page_link a,
      .newsBanner__container.article .page_link span {
        color: #006DB2; }
      .newsBanner__container.article .newsBanner__container__wrapper--chip {
        color: #DFF2FD;
        border-left: 4px solid #005185;
        background-color: #006DB2; }
      .newsBanner__container.article .newsBanner__container__wrapper--title {
        color: #006DB2; }
      .newsBanner__container.article .newsBanner__container__wrapper--content {
        color: #005185; }
      .newsBanner__container.article .newsBanner__container__wrapper--button {
        color: #ffffff;
        background-color: #006DB2; }
        .newsBanner__container.article .newsBanner__container__wrapper--button:hover {
          color: #006DB2;
          background-color: #ffffff; }
    .newsBanner__container.news {
      background-color: #006DB2; }
      .newsBanner__container.news .page_link a,
      .newsBanner__container.news .page_link span {
        color: #ffffff; }
      .newsBanner__container.news .newsBanner__container__wrapper--chip {
        color: #005185;
        border-left: 4px solid #005185;
        background-color: #DFF2FD; }
      .newsBanner__container.news .newsBanner__container__wrapper--title {
        color: #ffffff; }
      .newsBanner__container.news .newsBanner__container__wrapper--content {
        color: #DFF2FD; }
      .newsBanner__container.news .newsBanner__container__wrapper--button {
        color: #006DB2;
        background-color: #ffffff; }
        .newsBanner__container.news .newsBanner__container__wrapper--button:hover {
          background-color: #DFF2FD; }
    .newsBanner__container .page_link {
      margin: 0 2% 16px; }
      @media only screen and (max-width: 768px) {
        .newsBanner__container .page_link {
          margin: 0 2% 40px; } }
    .newsBanner__container__wrapper {
      max-width: 730px;
      margin: 0 auto; }
      @media screen and (max-width: 760px) {
        .newsBanner__container__wrapper {
          margin: 0 15px; } }
      .newsBanner__container__wrapper--chip {
        display: inline-block;
        font-family: "Helvetica Neue Medium", sans-serif;
        font-size: 14px !important;
        line-height: 22px !important;
        letter-spacing: 0.0025em;
        padding: 0px 8px 0px 6px;
        margin-bottom: 8px; }
      .newsBanner__container__wrapper--title {
        font-family: "Helvetica Neue Bold", sans-serif;
        font-size: 32px !important;
        line-height: 42px !important;
        margin-bottom: 16px; }
        @media only screen and (max-width: 768px) {
          .newsBanner__container__wrapper--title {
            font-family: "Helvetica Neue Medium", sans-serif;
            font-size: 22px !important;
            line-height: 28px !important; } }
      .newsBanner__container__wrapper--content {
        font-family: "Helvetica Neue Medium", sans-serif;
        font-size: 18px !important;
        line-height: 28px !important; }
        .newsBanner__container__wrapper--content:not(:last-child) {
          margin-bottom: 32px; }
      .newsBanner__container__wrapper--button {
        display: inline-block;
        padding: 6px 24px;
        font-family: "Helvetica Neue Bold", sans-serif;
        font-size: 16px !important;
        line-height: 26px !important;
        border-radius: 40px; }
  .newsBanner__wrapper {
    overflow: hidden; }
    .newsBanner__wrapper__image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }

.darnelNews {
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    .darnelNews {
      padding-top: 64px; } }
  .darnelNews__container {
    max-width: 730px;
    margin: 0 auto;
    padding-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .darnelNews__container {
        padding-bottom: 64px; } }
    .darnelNews__container .margin_bottom {
      margin-bottom: 48px; }
    .darnelNews__container__title {
      font-family: "Helvetica Neue Bold", sans-serif;
      font-size: 24px !important;
      line-height: 31px !important;
      color: #006DB2;
      margin-bottom: 16px; }
      .darnelNews__container__title a:hover {
        text-decoration: underline; }
    .darnelNews__container__bigTitle {
      font-family: "Helvetica Neue Bold", sans-serif;
      font-size: 30px !important;
      line-height: 36px !important;
      color: #4A4A49;
      margin-bottom: 16px; }
      .darnelNews__container__bigTitle a:hover {
        text-decoration: underline; }
    .darnelNews__container__subtitle {
      font-family: "Helvetica Neue", sans-serif;
      font-size: 20px !important;
      line-height: 30px !important;
      color: #006DB2;
      margin-bottom: 16px; }
      .darnelNews__container__subtitle a:hover {
        text-decoration: underline; }
    .darnelNews__container__text {
      font-family: "Helvetica Neue Medium", sans-serif;
      font-size: 16px !important;
      line-height: 24px !important;
      color: #4A4A49;
      margin-bottom: 16px; }
      .darnelNews__container__text a:hover {
        text-decoration: underline; }
    .darnelNews__container__boldText {
      font-family: "Helvetica Neue Bold", sans-serif;
      font-size: 20px !important;
      line-height: 30px !important;
      color: #4A4A49;
      margin-bottom: 16px; }
      .darnelNews__container__boldText a:hover {
        text-decoration: underline; }
    .darnelNews__container__image {
      width: 100%;
      margin-bottom: 16px; }
    .darnelNews__container__embedContainer {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-top: 56.25%;
      margin-bottom: 16px; }
      .darnelNews__container__embedContainer--video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .darnelNews__container__list {
      list-style: disc;
      padding-left: 1em;
      margin-bottom: 16px; }
      .darnelNews__container__list li {
        font-family: "Helvetica Neue Medium", sans-serif;
        font-size: 16px !important;
        line-height: 24px !important;
        color: #4A4A49; }
        .darnelNews__container__list li a:hover {
          text-decoration: underline; }
    .darnelNews__container__cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
      margin-bottom: 16px; }
      @media only screen and (max-width: 768px) {
        .darnelNews__container__cards {
          grid-template-columns: 1fr; } }
      .darnelNews__container__cards .card {
        box-shadow: 0px 4px 4px 0px rgba(4, 58, 91, 0.16);
        border-radius: 4px;
        background-color: #DFF2FD; }
        .darnelNews__container__cards .card__container {
          display: flex;
          flex-direction: column;
          height: 100%; }
        .darnelNews__container__cards .card__image {
          width: 100%;
          height: auto; }
        .darnelNews__container__cards .card__wrapper {
          padding: 24px;
          display: grid;
          grid-template-columns: auto max-content;
          gap: 24px;
          align-items: end;
          height: 100%; }
          .darnelNews__container__cards .card__wrapper__text {
            font-family: "Helvetica Neue Medium", sans-serif;
            font-size: 14px !important;
            line-height: 22px !important;
            letter-spacing: 0.0025em;
            color: #4A4A49;
            align-self: start; }
    .darnelNews__container__button {
      display: inline-block;
      padding: 6px 24px;
      font-family: "Helvetica Neue Bold", sans-serif;
      font-size: 16px !important;
      line-height: 26px !important;
      border-radius: 40px;
      color: #ffffff;
      background-color: #006DB2;
      margin-bottom: 16px; }
      .darnelNews__container__button:hover {
        color: #006DB2;
        background-color: #DFF2FD; }

.machines__banner strong {
  font-family: "Helvetica Neue bold", sans-serif !important; }

.machines__banner-description {
  width: 100% !important; }

.machines__solutions {
  background-color: #e1f2fd; }
  .machines__solutions strong {
    font-family: "Helvetica Neue bold", sans-serif !important; }
  .machines__solutions-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    gap: 17%;
    padding: 60px 20px; }
    @media screen and (max-width: 768px) {
      .machines__solutions-box {
        flex-direction: column;
        width: 100%; } }
  .machines__solutions-image {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .machines__solutions-image {
        width: 100%; } }
    .machines__solutions-image img {
      width: 100%; }
  .machines__solutions-content {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .machines__solutions-content {
        width: 100%;
        margin-top: 30px; } }
  .machines__solutions-title {
    font-size: 38px;
    font-family: "Helvetica Neue bold", sans-serif;
    color: #006FB9;
    margin-bottom: 23px; }
  .machines__solutions-description {
    font-size: 24px; }

.machines__disclaimer strong {
  font-family: "Helvetica Neue bold", sans-serif !important; }

.machines__disclaimer p {
  color: #ffff;
  font-size: 2.375em; }

.machines__products strong {
  font-family: "Helvetica Neue bold", sans-serif !important; }

.machines__products__card {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .machines__products__card .machines__products-content:nth-child(4n-3), .machines__products__card .machines__products-content:nth-child(4n-2) {
    padding: 40px;
    background-color: #fff; }
  .machines__products__card .machines__products-content:nth-child(4n-1), .machines__products__card .machines__products-content:nth-child(4n) {
    padding: 40px;
    background-color: #e1f2fd; }
  @media screen and (max-width: 768px) {
    .machines__products__card {
      display: flex;
      flex-direction: column;
      padding: 2em 35px !important; } }

.machines__products-box {
  padding: 59px; }
  @media screen and (max-width: 768px) {
    .machines__products-box {
      padding: 0; } }

.machines__products-title {
  font-size: 38px;
  font-family: "Helvetica Neue bold", sans-serif;
  color: #006FB9;
  margin-bottom: 23px; }

.machines__products-text {
  font-size: 24px;
  padding: 20px 0; }

.machines__products-icon {
  max-width: 88px; }
  .machines__products-icon img {
    width: 100%; }

@media screen and (max-width: 768px) {
  .machines__products-img {
    display: none; } }

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

.machines__featured strong {
  font-family: "Helvetica Neue bold", sans-serif !important; }

.machines__featured-box {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .machines__featured-box {
      display: flex;
      flex-direction: column; } }

.machines__featured-content {
  padding: 45px; }

.machines__featured-title h2 {
  font-size: 38px;
  font-family: "Helvetica Neue bold", sans-serif;
  color: #006FB9;
  margin-bottom: 23px; }

.machines__featured-description {
  font-size: 24px;
  margin-bottom: 23px; }

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

.machines__width {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0; }
  .machines__width strong {
    font-family: "Helvetica Neue bold", sans-serif !important; }
  .machines__width-title {
    font-size: 38px;
    font-family: "Helvetica Neue bold", sans-serif;
    color: #006FB9;
    margin: 23px 0;
    text-align: center; }
  .machines__width p {
    font-size: 24px;
    text-align: center; }
  .machines__width-content {
    width: 30%;
    display: flex;
    gap: 8px;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      .machines__width-content {
        width: 100%; } }
  .machines__width-grid {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 80%; }
  .machines__width-img img {
    border-radius: 25px;
    width: 100%; }

.machines__machines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }
  .machines__machines strong {
    font-family: "Helvetica Neue bold", sans-serif !important; }
  @media screen and (max-width: 768px) {
    .machines__machines {
      display: flex;
      flex-direction: column; } }
  .machines__machines-content {
    padding: 5rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .machines__machines-title h2 {
    font-size: 38px;
    font-family: "Helvetica Neue bold", sans-serif;
    color: #006FB9;
    margin-bottom: 23px; }
  .machines__machines-description p {
    font-size: 24px; }
  .machines__machines-img img {
    width: 100%; }

.machines__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(286px, 1fr));
  gap: 5rem;
  padding: 5rem 4rem; }
  .machines__grid strong {
    font-family: "Helvetica Neue bold", sans-serif !important; }
  @media screen and (max-width: 768px) {
    .machines__grid {
      display: flex;
      flex-direction: column; } }
  .machines__grid-img {
    background-color: #BDBDBE;
    border-radius: 20px; }
    .machines__grid-img img {
      width: 100%; }
  .machines__grid-text {
    text-align: center;
    margin-top: 20px; }
    .machines__grid-text p {
      font-size: 24px; }

.machines__lateral {
  margin-bottom: 30px; }
  .machines__lateral strong {
    font-family: "Helvetica Neue bold", sans-serif !important; }
  .machines__lateral .description_content__text {
    font-size: 24px; }
  .machines__lateral-title {
    font-size: 38px;
    font-family: "Helvetica Neue bold", sans-serif;
    color: #006FB9 !important;
    margin-bottom: 23px; }
  .machines__lateral-background img {
    display: block !important; }
  .machines__lateral .company_description .description_content {
    padding: 6em 6% 10em !important; }

.machines__services {
  padding-top: 0 !important; }
  .machines__services .plastic_right {
    padding: 0 6% !important; }
  .machines__services strong {
    font-family: "Helvetica Neue bold", sans-serif !important; }
  @media (min-width: 768px) and (max-width: 900px) {
    .machines__services__title {
      margin-top: 38px  !important; } }
  .machines__services h2 {
    font-size: 38px !important;
    line-height: 42px !important;
    font-family: "Helvetica Neue bold", sans-serif;
    color: #006FB9 !important;
    margin-bottom: 23px; }
    @media screen and (max-width: 768px) {
      .machines__services h2 {
        padding: 6em 6% 10em !important; } }

