@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700");
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent;
}

/* Header */
header {
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  z-index: 99;
}
header h1, header h4 {
  line-height: 0;
}
header h1 a, header h4 a {
  display: block;
  text-align: right;
}
header .right-align {
  text-align: right;
  padding-top: 13px;
  font-size: 0;
}
header .right-align ul {
  height: 50px;
  background: #fff;
  border: 1px solid #E5E8EA;
  border-right: 0;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  box-sizing: border-box;
}
header .right-align ul li {
  float: left;
}
header .right-align ul li a {
  height: 48px;
  padding: 0 20px;
  display: block;
  line-height: 50px;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  font-size: 14px;
  text-transform: uppercase;
}
header .right-align ul li a.active, header .right-align ul li a:hover {
  color: #ff0000;
}
header .right-align ul li a.search-btn {
  background: url(../images/icons/search-icon.svg) no-repeat;
  background-size: 15px 15px;
  background-position: center center;
  width: 65px;
  padding: 0;
}
header .right-align ul li a.menu-btn {
  padding: 0;
  width: 50px;
  height: 50px;
  margin-top: -1px;
  background: #ff0000;
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 17px;
  position: relative;
}
header .right-align ul li a.menu-btn span {
  top: 17px;
  left: 15px;
  right: 15px;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .right-align ul li a.menu-btn span + span {
  top: 23px;
}
header .right-align ul li a.menu-btn span + span + span {
  top: 29px;
}
header .right-align ul li a.menu-btn.animate span:nth-child(1n) {
  top: 25px;
  left: 11px;
  width: 27px;
  transform: rotate(45deg);
}
header .right-align ul li a.menu-btn.animate span:nth-child(2n) {
  opacity: 0;
}
header .right-align ul li a.menu-btn.animate span:nth-child(3n) {
  top: 25px;
  left: 11px;
  width: 27px;
  transform: rotate(-45deg);
}
header .right-align .pimenta-marques-btn {
  height: 50px;
  width: 50px;
  background: #4A4A4A;
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
}
header .right-align .pimenta-marques-btn span {
  background: url(../images/branding/pimenta-marques-icon.svg) no-repeat;
  display: block;
  height: 50px;
  width: 50px;
  background-size: 30px 30px;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .right-align .pimenta-marques-btn.animated span {
  background-size: 10px 10px;
}

.nav-inside,
.nav-inside-2 {
  position: fixed;
  left: 85px;
  top: 50%;
  margin-top: -82px;
  z-index: 2;
}
.nav-inside.big-products,
.nav-inside-2.big-products {
  margin-top: -192px;
}
.nav-inside.big-products .border-guide,
.nav-inside-2.big-products .border-guide {
  height: 385px;
}
.nav-inside .border-guide,
.nav-inside-2 .border-guide {
  height: 165px;
  width: 1px;
  background: #E5E8EA;
  display: block;
}
.nav-inside .ball,
.nav-inside-2 .ball {
  height: 5px;
  width: 5px;
  border-radius: 5px;
  display: block;
  background: #9B9B9B;
  position: absolute;
  left: -2px;
}
.nav-inside .ball.p1,
.nav-inside-2 .ball.p1 {
  top: 0;
}
.nav-inside .ball.p2,
.nav-inside-2 .ball.p2 {
  top: 55px;
}
.nav-inside .ball.p3,
.nav-inside-2 .ball.p3 {
  top: 110px;
}
.nav-inside .ball.p4,
.nav-inside-2 .ball.p4 {
  top: 165px;
}
.nav-inside .ball.p5,
.nav-inside-2 .ball.p5 {
  top: 220px;
}
.nav-inside .ball.p6,
.nav-inside-2 .ball.p6 {
  top: 275px;
}
.nav-inside .ball.p7,
.nav-inside-2 .ball.p7 {
  top: 330px;
}
.nav-inside .ball.p8,
.nav-inside-2 .ball.p8 {
  top: 385px;
}
.nav-inside .ball .page,
.nav-inside-2 .ball .page {
  display: none;
  height: auto;
  line-height: 12px;
  color: #ff0000;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  position: absolute;
  padding: 5px 10px;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  top: -8px;
  left: 25px;
  white-space: nowrap;
}
.nav-inside .ball .page .inside-menu-arrow,
.nav-inside-2 .ball .page .inside-menu-arrow {
  height: 6px;
  width: 4px;
  background: url(../images/icons/inside-menu-arrow.png) no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: -4px;
  top: 7px;
}
.nav-inside .ball:hover, .nav-inside .ball.active,
.nav-inside-2 .ball:hover,
.nav-inside-2 .ball.active {
  background: #ff0000;
}
.nav-inside .ball:hover .circle, .nav-inside .ball.active .circle,
.nav-inside-2 .ball:hover .circle,
.nav-inside-2 .ball.active .circle {
  border: 1px solid red;
  border-radius: 15px;
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
}
.nav-inside .ball:hover .page, .nav-inside .ball.active .page,
.nav-inside-2 .ball:hover .page,
.nav-inside-2 .ball.active .page {
  display: block;
}
.nav-inside .ball.next,
.nav-inside-2 .ball.next {
  background: #ff0000;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header {
    background: #fff;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .right-align {
    padding-top: 7px;
  }
  header .right-align ul {
    padding-left: 0;
    background: transparent;
    border: 0;
  }
  header .right-align ul li {
    display: none;
  }
  header .right-align ul li:last-child {
    display: block;
    float: none;
  }
  header .right-align ul li:last-child .menu-btn {
    margin: 0;
  }
  header .right-align .pimenta-marques-btn {
    margin-left: 25px;
  }
  header h1 a, header h4 a {
    text-align: left;
    padding-left: 20px;
  }
  header h1 a img, header h4 a img {
    width: 150px;
  }
  .nav-inside,
  .nav-inside-2 {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  header {
    top: 0;
    padding: 25px 0;
    background: #fff;
  }
  header h1, header h4 {
    display: inline-block;
    padding-left: 15px;
  }
  header h1 a img, header h4 a img {
    width: 160px;
  }
  header .right-align {
    position: absolute;
    top: 39px;
    right: 15px;
    padding-top: 0;
  }
  header .right-align ul {
    padding: 0;
    border: 0;
    height: 40px;
  }
  header .right-align ul li {
    display: none;
    padding: 0;
  }
  header .right-align ul li:last-child {
    display: block;
  }
  header .right-align ul li:last-child a.menu-btn {
    margin: 0;
    height: 40px;
    width: 40px;
    padding: 0;
  }
  header .right-align ul li:last-child a.menu-btn span {
    top: 13px;
    left: 10px;
  }
  header .right-align ul li:last-child a.menu-btn span + span {
    top: 19px;
  }
  header .right-align ul li:last-child a.menu-btn span + span + span {
    top: 25px;
  }
  header .right-align .pimenta-marques-btn {
    display: none;
  }
  .nav-inside-2 {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  header {
    top: 20px;
  }
}
/* Footer */
footer {
  background: #E5E8EA;
  z-index: 2;
}
footer .newsletter-wrapper {
  padding: 60px 0 0 0;
  margin-bottom: 60px;
}
footer .newsletter-wrapper a.logo-footer {
  float: left;
}
footer .newsletter-wrapper a.logo-footer img {
  width: 120px;
}
footer .newsletter-wrapper .newsletter {
  float: right;
  height: 50px;
  overflow: hidden;
}
footer .newsletter-wrapper .newsletter fieldset {
  border: 0;
  font-size: 0;
}
footer .newsletter-wrapper .newsletter fieldset .field {
  width: 295px;
  height: 50px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  overflow: hidden;
}
footer .newsletter-wrapper .newsletter fieldset .field input {
  background: #fff;
  height: 48px;
  width: 100%;
  color: #9B9B9B;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  border: 0;
  outline: none;
  box-shadow: none;
}
footer .newsletter-wrapper .newsletter fieldset .field ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9B9B9B;
}
footer .newsletter-wrapper .newsletter fieldset .field ::-moz-placeholder { /* Firefox 19+ */
  color: #9B9B9B;
}
footer .newsletter-wrapper .newsletter fieldset .field :-ms-input-placeholder { /* IE 10+ */
  color: #9B9B9B;
}
footer .newsletter-wrapper .newsletter fieldset .field :-moz-placeholder { /* Firefox 18- */
  color: #9B9B9B;
}
footer .newsletter-wrapper .newsletter fieldset .actions {
  display: inline-block;
  vertical-align: middle;
}
footer .newsletter-wrapper .newsletter fieldset .actions a {
  width: 120px;
  background: #ff0000;
  height: 50px;
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
}
footer .content-footer {
  padding: 0;
  position: relative;
  height: auto;
}
footer .content-footer .menu-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 55px;
  margin-bottom: 80px;
  position: relative;
}
footer .content-footer .menu-item:last-child {
  margin-right: 0;
}
footer .content-footer ul li h6 {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer .content-footer ul li h6 a {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer .content-footer ul li a,
footer .content-footer ul li h6 {
  font-size: 12px;
  line-height: 2.17em;
  font-family: "Raleway", sans-serif;
  color: #868A8D;
}
footer .content-footer .support-social {
  position: relative;
  height: 75px;
  margin-bottom: 50px;
}
footer .content-footer .social-media {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 5px;
}
footer .content-footer .social-media a {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 15px;
}
footer .content-footer .social-media .linkedin {
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/linkedin.svg);
}
footer .content-footer .social-media .linkedin:hover {
  background-image: url(../images/icons/linkedin-hover.svg);
}
footer .content-footer .social-media .tiktok {
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/tiktok.svg);
}
footer .content-footer .social-media .tiktok:hover {
  background-image: url(../images/icons/tiktok_hover.svg);
}
footer .content-footer .social-media .facebook {
  height: 14px;
  width: 8px;
  background-image: url(../images/icons/facebook.svg);
}
footer .content-footer .social-media .facebook:hover {
  background-image: url(../images/icons/facebook-hover.svg);
}
footer .content-footer .social-media .twitter {
  height: 12px;
  width: 14px;
  background-image: url(../images/icons/twitter.svg);
}
footer .content-footer .social-media .twitter:hover {
  background-image: url(../images/icons/twitter-hover.svg);
}
footer .content-footer .social-media .youtube {
  height: 12px;
  width: 16px;
  background-image: url(../images/icons/youtube.svg);
}
footer .content-footer .social-media .youtube:hover {
  background-image: url(../images/icons/youtube-hover.svg);
}
footer .content-footer .social-media .instagram {
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/instagram.svg);
}
footer .content-footer .social-media .instagram:hover {
  background-image: url(../images/icons/instagram-hover.svg);
}
footer .choose-language {
  border-top: 1px solid #C3C7C9;
  padding: 25px 0;
  text-align: right;
}
footer .choose-language a {
  font-size: 0;
}
footer .choose-language a .flag-holder {
  height: 14px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
footer .choose-language a .text {
  font-size: 12px;
  color: #868A8D;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  text-transform: uppercase;
}
footer .choose-language a .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 4px;
  background: url(../images/icons/arrow-flag-select.svg) no-repeat;
  background-size: cover;
}
footer .choose-language .menu-flags {
  display: block;
}
footer .choose-language .menu-flags .top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 68px;
  background: rgba(181, 187, 192, 0.8);
}
footer .choose-language .menu-flags .bottom {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  height: auto;
  background: #E5E8EA;
  padding: 30px 0;
}
footer .choose-language .menu-flags .bottom ul li a {
  display: block;
  margin-bottom: 20px;
}
footer .choose-language .menu-flags .bottom ul li:last-child a {
  margin-bottom: 0;
}
footer .bottom-logos {
  padding-bottom: 10px;
}
footer .bottom-logos p {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #868A8D;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .newsletter-wrapper {
    padding: 60px 0 0 0;
  }
  footer .content-footer > div {
    font-size: 0;
  }
  footer .content-footer {
    padding: 0;
  }
  footer .content-footer ul li {
    margin-bottom: 15px;
  }
  footer .content-footer ul li a,
  footer .content-footer ul li h6 {
    line-height: 1em;
  }
  footer .content-footer .menu-item {
    margin-right: 0;
    width: 25%;
    margin-bottom: 25px;
    padding: 0 10px 0 0;
  }
  footer .content-footer .support-social {
    margin-bottom: 20px;
  }
  footer .content-footer .support-social .social-media {
    right: 0;
    left: auto;
  }
  footer .content-footer .support-social .social-media a {
    margin-left: 0;
    margin-right: 15px;
  }
  footer .choose-language.opened .menu-flags .bottom {
    padding: 30px 20px;
  }
}
@media (max-width: 767.98px) {
  footer {
    padding: 0 15px;
  }
  footer .newsletter-wrapper {
    padding: 50px 0 0 0;
    margin-bottom: 50px;
  }
  footer .newsletter-wrapper .logo-footer {
    display: none;
  }
  footer .newsletter-wrapper .newsletter {
    float: none;
  }
  footer .newsletter-wrapper .newsletter p.error {
    color: #f00;
    font-size: 12px;
  }
  footer .newsletter-wrapper .newsletter fieldset .field {
    width: 65%;
  }
  footer .newsletter-wrapper .newsletter fieldset .actions {
    width: 35%;
  }
  footer .newsletter-wrapper .newsletter fieldset .actions a {
    width: 100%;
  }
  footer .content-footer {
    padding: 0;
  }
  footer .content-footer ul li {
    margin-bottom: 15px;
  }
  footer .content-footer ul li a,
  footer .content-footer ul li h6 {
    line-height: 1em;
  }
  footer .content-footer .menu-item {
    height: auto;
    width: 49.5%;
    margin: 0;
    margin-bottom: 25px;
  }
  footer .content-footer .social-media {
    position: absolute;
    right: 0;
    left: auto !important;
    top: 95px;
  }
  footer .content-footer .social-media a {
    margin-right: 15px;
  }
  footer .choose-language {
    padding: 25px 0;
  }
  footer .choose-language a {
    display: block;
  }
  footer .choose-language .menu-flags .bottom {
    padding: 25px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  footer .content-footer > div {
    font-size: 0;
  }
  footer .content-footer .menu-item {
    margin-right: 0;
    width: 25%;
    margin-bottom: 25px;
    padding: 0 10px 0 0;
  }
  footer .content-footer .support-social {
    margin-bottom: 20px;
  }
  footer .content-footer .support-social .social-media {
    right: 0;
    left: auto;
  }
}
/* Global styles */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 10px;
  font-family: "sans-serif";
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  margin: 0;
  cursor: default;
  font-weight: normal;
}

a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

input,
textarea {
  outline: none;
  box-shadow: none;
}

div {
  box-sizing: border-box;
}

.hide {
  display: none !important;
}

.modal-open {
  overflow: hidden;
}

.home-1 {
  height: 850px;
  background: #ff0000;
}

.home-2 {
  height: 820px;
  background: #E5E8EA;
}

.home-3 {
  height: 950px;
  background: #000;
}

.carregando {
  font-size: 35px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
}

.loading-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -53px;
}

#loading {
  padding-top: 65px;
  padding-bottom: 200px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
}

.lds-ring {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #4A4A4A;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #4A4A4A transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.i18n {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(../images/icons/i18n.png) no-repeat;
  background-size: cover;
  vertical-align: baseline;
  cursor: pointer;
}

.i18n-bar {
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 9999;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 6px 0 #4A4A4A;
  font-size: 14px;
  padding-top: 15px;
  padding-left: 25px;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
}
.i18n-bar a {
  color: #4A4A4A;
  text-decoration: underline;
}

.i18n-window {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 40px;
  max-width: 500px;
  margin: 100px auto 0;
  z-index: 9999;
  position: fixed;
  background: #fff;
  box-shadow: 0 0 6px 0 #4A4A4A;
}
.i18n-window .i18n-head {
  overflow: hidden;
  margin-bottom: 15px;
}
.i18n-window .title {
  float: left;
  font-size: 14px;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
}
.i18n-window select {
  float: right;
}
.i18n-window textarea {
  width: 100%;
  height: 100px;
  resize: none;
  border: 1px solid #c1c1c1;
}
.i18n-window #i18n-content {
  height: 150px;
  overflow-y: auto;
  margin-bottom: 15px;
  border: 1px solid #c1c1c1;
  outline: none;
}
.i18n-window .cancel {
  width: 100px;
  height: 28px;
  background: #ff0000;
  border: 1px solid #ff0000;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  margin-right: 20px;
}
.i18n-window .cancel:hover {
  color: #ff0000;
  background-color: #fff;
}
.i18n-window .save {
  width: 100px;
  height: 25px;
  background: #63be78;
  border: 1px solid #63be78;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  display: inline-block;
  line-height: 25px;
  text-align: center;
}
.i18n-window .save:hover {
  color: #63be78;
  background-color: #fff;
}
.i18n-window .ignore {
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(../images/icons/close-icon-black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  position: absolute;
  top: 15px;
  right: 15px;
}
.i18n-window #i18n-save-result {
  font-size: 14px;
  padding-left: 15px;
  display: inline-block;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
}

.search-empty {
  font-size: 20px;
  padding-top: 50px;
  margin-bottom: 200px;
  text-align: center;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
}

.no-products-info {
  font-size: 20px;
  padding-top: 120px;
  text-align: center;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
}

.capsula {
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
}

#grid, .grid {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#grid.grid-menu, .grid.grid-menu {
  opacity: 0.4;
}
#grid.grid-menu .line, .grid.grid-menu .line {
  background: #fff;
}
#grid .line, .grid .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #E5E8EA;
  left: 0;
}
#grid .line.l-1, .grid .line.l-1 {
  left: 16.6666666667%;
}
#grid .line.l-2, .grid .line.l-2 {
  left: 33.3333333333%;
}
#grid .line.l-3, .grid .line.l-3 {
  left: 50%;
}
#grid .line.l-4, .grid .line.l-4 {
  left: 66.6666666667%;
}
#grid .line.l-5, .grid .line.l-5 {
  left: 83.3333333333%;
}

#pages {
  position: relative;
  background: #fff;
}
#pages .menu-open {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer {
  position: relative;
}

.container {
  width: 66.6666666667%;
  position: relative;
  margin: 0 auto;
}
.container .col-1 {
  width: 25%;
}
.container .col-2 {
  width: 50%;
}
.container .col-3 {
  width: 75%;
}
.container .col-4 {
  width: 100%;
}
.container .col-33 {
  width: 33.3333333333%;
  float: left;
}
.container .col-offset-1 {
  margin-left: 25%;
}
.container .col-offset-2 {
  margin-left: 50%;
}
.container .col-offset-3 {
  margin-left: 75%;
}
.container .col-offset-4 {
  margin-left: 100%;
}

.container-fluid {
  width: 100%;
}
.container-fluid .col-1 {
  width: 16.6666666667%;
}
.container-fluid .col-2 {
  width: 33.3333333333%;
}
.container-fluid .col-3 {
  width: 50%;
}
.container-fluid .col-4 {
  width: 66.6666666667%;
}
.container-fluid .col-5 {
  width: 83.3333333333%;
}
.container-fluid .col-6 {
  width: 100%;
}
.container-fluid .col-offset-1 {
  margin-left: 16.6666666667%;
}
.container-fluid .col-offset-2 {
  margin-left: 33.3333333333%;
}
.container-fluid .col-offset-3 {
  margin-left: 50%;
}
.container-fluid .col-offset-4 {
  margin-left: 66.6666666667%;
}
.container-fluid .col-offset-5 {
  margin-left: 83.3333333333%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
  float: left;
}

.clearfix::after,
.container,
.container-fluid {
  content: "";
  clear: both;
  display: table;
}

.hidden-md {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-sm {
    display: none !important;
  }
  #grid,
  .grid {
    right: 20px;
    left: 20px;
  }
  .container,
  .container-fluid {
    width: 100%;
  }
  .container .col-sm-1,
  .container-fluid .col-sm-1 {
    width: 25% !important;
  }
  .container .col-sm-2,
  .container-fluid .col-sm-2 {
    width: 50% !important;
  }
  .container .col-sm-3,
  .container-fluid .col-sm-3 {
    width: 75% !important;
  }
  .container .col-sm-4,
  .container-fluid .col-sm-4 {
    width: 100% !important;
  }
  .container .col-offset-1,
  .container .col-offset-2,
  .container .col-offset-3,
  .container .col-offset-4,
  .container-fluid .col-offset-1,
  .container-fluid .col-offset-2,
  .container-fluid .col-offset-3,
  .container-fluid .col-offset-4 {
    margin-left: 0;
  }
  .container .col-sm-offset-1,
  .container-fluid .col-sm-offset-1 {
    margin-left: 25% !important;
  }
  .container .col-sm-offset-2,
  .container-fluid .col-sm-offset-2 {
    margin-left: 50% !important;
  }
  .container .col-sm-offset-3,
  .container-fluid .col-sm-offset-3 {
    margin-left: 75% !important;
  }
  .container .col-sm-offset-4,
  .container-fluid .col-sm-offset-4 {
    margin-left: 100% !important;
  }
  .container {
    padding: 0 20px;
  }
  #grid .line.l-1, .grid .line.l-1 {
    left: 25% !important;
  }
  #grid .line.l-2, .grid .line.l-2 {
    left: 50% !important;
  }
  #grid .line.l-3, .grid .line.l-3 {
    left: 75% !important;
  }
  #grid .line.l-4, .grid .line.l-4 {
    display: none !important;
  }
  #grid .line.l-5, .grid .line.l-5 {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  #grid,
  .grid-menu {
    display: none !important;
  }
  .container,
  .container-fluid {
    width: 100%;
  }
  .container .col-offset-1,
  .container .col-offset-2,
  .container .col-offset-3,
  .container .col-offset-4,
  .container-fluid .col-offset-1,
  .container-fluid .col-offset-2,
  .container-fluid .col-offset-3,
  .container-fluid .col-offset-4 {
    margin-left: 0;
  }
  .container .col-1,
  .container .col-2,
  .container .col-3,
  .container .col-4,
  .container .col-5,
  .container .col-6,
  .container .col-33,
  .container-fluid .col-1,
  .container-fluid .col-2,
  .container-fluid .col-3,
  .container-fluid .col-4,
  .container-fluid .col-5,
  .container-fluid .col-6,
  .container-fluid .col-33 {
    width: 100%;
  }
  .container .col-xs-1,
  .container-fluid .col-xs-1 {
    width: 50%;
  }
  .container .col-xs-2,
  .container-fluid .col-xs-2 {
    width: 100%;
  }
}
/* Main Nav */
#main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff0000;
}
#main-nav .bg-top {
  position: absolute;
  top: 0;
  background: rgba(255, 0, 0, 0.8);
  left: 0;
  right: 0;
  z-index: 1;
  display: none;
  opacity: 0;
}
#main-nav .bg-top.show {
  display: block;
}
#main-nav div.controls {
  padding-top: 55px;
  margin-bottom: 110px;
  position: relative;
  z-index: 1;
}
#main-nav div.controls h6 a {
  display: block;
  text-align: right;
}
#main-nav div.controls .right-align {
  text-align: right;
  padding-top: 13px;
  font-size: 0;
}
#main-nav div.controls .right-align a.menu-btn {
  padding: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 17px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#main-nav div.controls .right-align a.menu-btn span {
  width: 20px;
  height: 1px;
  background: #ff0000;
  display: block;
  margin-bottom: 6px;
  position: relative;
}
#main-nav div.controls .right-align a.menu-btn span:first-child {
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
}
#main-nav div.controls .right-align a.menu-btn span:last-child {
  transform: rotate(-45deg);
  position: absolute;
  top: 25px;
}
#main-nav div.controls .right-align .pimenta-marques-btn {
  height: 50px;
  width: 50px;
  background: #4A4A4A url(../images/branding/pimenta-marques-icon.svg) no-repeat;
  background-size: 30px 30px;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
}
#main-nav .menu-content {
  padding-bottom: 75px;
  position: relative;
}
#main-nav .menu-content ul li {
  margin-bottom: 35px;
  display: block;
}
#main-nav .menu-content ul li a {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
#main-nav .menu-content ul li:last-child {
  margin-bottom: 0;
}
#main-nav .menu-content .search-box {
  position: relative;
}
#main-nav .menu-content .search-box form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#main-nav .menu-content .search-box form fieldset .field {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  height: 46px;
  padding-right: 45px;
}
#main-nav .menu-content .search-box form fieldset .field input {
  height: 42px;
  border: 0;
  outline: none;
  width: 100%;
  background: transparent;
  color: #fff;
  padding-left: 15px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}
#main-nav .menu-content .search-box form fieldset .field ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#main-nav .menu-content .search-box form fieldset .field ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#main-nav .menu-content .search-box form fieldset .field :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#main-nav .menu-content .search-box form fieldset .field :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
#main-nav .menu-content .search-box form fieldset .actions .search-main-nav {
  position: absolute;
  top: 16px;
  right: 15px;
  display: block;
  height: 15px;
  width: 15px;
  background: url(../images/icons/search-main-nav.svg) no-repeat;
  background-size: cover;
}
#main-nav .menu-content .social-media {
  font-size: 0;
  position: absolute;
  right: 0;
}
#main-nav .menu-content .social-media a {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 15px;
  opacity: 0.7;
}
#main-nav .menu-content .social-media a:hover {
  opacity: 1;
}
#main-nav .menu-content .social-media .facebook {
  height: 14px;
  width: 8px;
  background-image: url(../images/icons/facebook-menu.svg);
}
#main-nav .menu-content .social-media .linkedin {
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/linkedin-menu.svg);
}
#main-nav .menu-content .social-media .tiktok {
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/tiktok-menu.svg);
}
#main-nav .menu-content .social-media .twitter {
  height: 12px;
  width: 14px;
  background-image: url(../images/icons/twitter-menu.svg);
}
#main-nav .menu-content .social-media .youtube {
  height: 12px;
  width: 16px;
  background-image: url(../images/icons/youtube-menu.svg);
}
#main-nav .menu-content .social-media .instagram {
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/instagram-menu.svg);
}
#main-nav .menu-content .language {
  position: absolute;
  bottom: -60px;
  padding-bottom: 25px;
  left: 0;
  right: 0;
}
#main-nav .menu-content .language.show {
  background: #ff0000;
}
#main-nav .menu-content .language .modal-languages {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  padding-top: 30px;
  background: #ff0000;
  opacity: 0;
}
#main-nav .menu-content .language .modal-languages a {
  display: block;
  margin-bottom: 15px;
}
#main-nav .menu-content .language .modal-languages.show {
  display: block;
}
#main-nav .menu-content .language a {
  font-size: 0;
}
#main-nav .menu-content .language a .flag-holder {
  height: 14px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
}
#main-nav .menu-content .language a .text {
  font-size: 12px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  text-transform: uppercase;
}
#main-nav .menu-content .language a .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 4px;
  background: url(../images/icons/arrow-flag-select-white.svg) no-repeat;
  background-size: cover;
}

@media (min-width: 992px) and (max-width: 1289.98px) {
  #main-nav div.controls {
    padding-top: 20px;
    margin-bottom: 35px;
  }
  #main-nav .menu-content ul li a {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #main-nav div.controls {
    padding-top: 10px;
  }
  #main-nav div.controls h6 a {
    text-align: left;
    padding-left: 20px;
  }
  #main-nav div.controls h6 a img {
    width: 150px;
  }
  #main-nav div.controls .right-align {
    padding-top: 7px;
  }
  #main-nav div.controls .right-align .pimenta-marques-btn {
    margin-left: 25px;
  }
  #main-nav .menu-content .social-media {
    right: 20px;
  }
  #main-nav .search-box {
    margin-right: -20px;
  }
}
@media (max-width: 767.98px) {
  #main-nav {
    overflow: auto;
    padding-bottom: 55px;
  }
  #main-nav div.controls {
    padding: 25px 0;
    margin-bottom: 0;
  }
  #main-nav div.controls h6 {
    display: inline-block;
    padding-left: 15px;
  }
  #main-nav div.controls h6 a img {
    width: 160px;
  }
  #main-nav div.controls .right-align {
    position: absolute;
    top: 39px;
    right: 15px;
    padding-top: 0;
  }
  #main-nav div.controls .right-align a.menu-btn {
    margin: 0;
    height: 40px;
    width: 40px;
    padding: 0;
    float: right;
  }
  #main-nav div.controls .right-align a.menu-btn span {
    top: 20px !important;
    left: 10px !important;
  }
  #main-nav div.controls .right-align .pimenta-marques-btn {
    height: 40px;
    width: 40px;
    margin-right: 15px;
  }
  #main-nav .menu-content {
    padding: 0 15px;
  }
  #main-nav .menu-content ul li {
    margin-bottom: 35px;
  }
  #main-nav .menu-content ul li:last-child {
    margin-bottom: 35px;
  }
  #main-nav .menu-content .language {
    padding-top: 45px;
    padding-bottom: 0;
    margin-bottom: 0;
    position: static;
  }
  #main-nav .menu-content .language a {
    display: block;
  }
  #main-nav .menu-content .language .modal-languages {
    padding: 0 15px;
    bottom: 20px;
    padding-top: 10px;
  }
  #main-nav .menu-content .search-box {
    margin-bottom: 35px;
  }
  #main-nav .menu-content .search-box form fieldset .field {
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
  #main-nav .menu-content .social-media {
    top: auto !important;
    bottom: -10px;
    left: 0;
    z-index: 0;
  }
  #main-nav .menu-content .social-media a {
    display: inline-block;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 0;
  }
  #pages.menu-open {
    opacity: 1;
  }
}
/* Companies */
#companies {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #4A4A4A;
  padding-bottom: 50px;
  overflow: auto;
}
#companies .tranform-swiper.swiper-container {
  padding-bottom: 45px;
}
#companies .swiper-pagination {
  bottom: 0;
}
#companies .swiper-pagination span {
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background: #fff;
  opacity: 0.5;
  display: inline-block;
  margin-right: 6px;
  cursor: pointer;
}
#companies .swiper-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  opacity: 1;
}
#companies .controls {
  padding-top: 55px;
  margin-bottom: 145px;
  position: relative;
  z-index: 1;
}
#companies .controls h6 a {
  display: block;
  text-align: right;
}
#companies .controls .right-align {
  text-align: right;
  padding-top: 13px;
}
#companies .controls .right-align .pimenta-marques-btn {
  height: 50px;
  width: 50px;
  background: #fff;
  background-size: 30px 30px;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
#companies .controls .right-align .pimenta-marques-btn span {
  width: 20px;
  height: 1px;
  background: #4A4A4A;
  display: block;
  margin-bottom: 6px;
  position: absolute;
}
#companies .controls .right-align .pimenta-marques-btn span:first-child {
  transform: rotate(45deg);
  top: 25px;
}
#companies .controls .right-align .pimenta-marques-btn span:last-child {
  transform: rotate(-45deg);
  top: 25px;
}
#companies .container-fluid {
  position: relative;
}
#companies .company {
  text-align: center;
  padding: 0 20px;
}
#companies .company .logo-wrapper {
  margin-bottom: 55px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
#companies .company .logo-wrapper.europesagem {
  padding-top: 15px;
}
#companies .company .logo-wrapper.lx-pack {
  padding-top: 15px;
}
#companies .company .logo-wrapper .languages-wrapper {
  height: 14px;
  margin-top: 15px;
  font-size: 0;
}
#companies .company .logo-wrapper .languages-wrapper .lt-border {
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  margin: 0 5px;
  background: #fff;
}
#companies .company .logo-wrapper .languages-wrapper .flag {
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family: "Raleway", sans-serif;
}
#companies .company .logo-wrapper .languages-wrapper .flag.pt {
  background-image: url(../images/icons/flags/pt.svg);
}
#companies .company .logo-wrapper .languages-wrapper .flag.uk {
  background-image: url(../images/icons/flags/uk.svg);
}
#companies .company .logo-wrapper .languages-wrapper .flag.es {
  background-image: url(../images/icons/flags/es.svg);
}
#companies .company .logo-wrapper .languages-wrapper .flag.fr {
  background-image: url(../images/icons/flags/fr.svg);
}
#companies .company p {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  line-height: 1.375em;
  color: #fff;
  margin-bottom: 30px;
}
#companies .company a.know-about {
  width: 160px;
  height: 50px;
  display: block;
  border: 1px solid #fff;
  line-height: 50px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#companies .company a.know-about:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #4A4A4A;
}

@media (min-width: 992px) and (max-width: 1289.98px) {
  #companies .controls {
    padding-top: 20px;
    margin-bottom: 35px;
  }
  #companies .company p {
    font-size: 12px;
  }
  #companies .company a.know-about {
    width: 100%;
  }
  #companies .company .logo-wrapper {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #companies {
    padding: 0;
  }
  #companies .company .logo-wrapper {
    margin-bottom: 25px;
  }
  #companies .company a.know-about {
    width: auto;
  }
  #companies .controls {
    margin-bottom: 45px;
    padding: 10px 0;
  }
  #companies .controls .col-1 {
    width: 25%;
  }
  #companies .controls .col-5 {
    width: 75%;
  }
  #companies .controls .right-align .pimenta-marques-btn {
    top: -6px;
  }
  #companies .controls h6 a {
    text-align: left;
    padding-left: 20px;
  }
  #companies .controls h6 a img {
    width: 150px;
  }
  #companies .tranform-swiper {
    padding: 0 25px;
  }
  #companies .swiper-slide {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  #companies .company .logo-wrapper {
    margin-bottom: 25px;
  }
  #companies .controls {
    padding: 25px 0;
    margin-bottom: 50px;
  }
  #companies .controls h6 {
    padding-left: 15px;
  }
  #companies .controls h6 a {
    width: 160px;
  }
  #companies .controls h6 a img {
    width: 160px;
  }
  #companies .controls .right-align .pimenta-marques-btn {
    height: 40px;
    width: 40px;
    padding: 0 10px;
    right: 15px;
  }
  #companies .controls .right-align .pimenta-marques-btn span:first-child,
  #companies .controls .right-align .pimenta-marques-btn span:last-child {
    top: 20px;
  }
  #companies .swiper-slide {
    width: 75%;
  }
}
/* Home */
#home .next-slide {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px 15px;
  background: #ff0000;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  box-sizing: border-box;
}
#home .next-slide span {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
#home .layer-1 .banner {
  position: relative;
  padding-bottom: 75px;
  margin-bottom: 200px;
}
#home .layer-1 .banner .social-media-banner {
  font-size: 0;
  position: absolute;
  right: 105px;
  top: 370px;
  text-align: center;
}
#home .layer-1 .banner .social-media-banner a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  opacity: 0.8;
}
#home .layer-1 .banner .social-media-banner a:hover {
  opacity: 1;
}
#home .layer-1 .banner .social-media-banner .linkedin {
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/linkedin-menu.svg);
}
#home .layer-1 .banner .social-media-banner .tiktok {
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/tiktok-menu.svg);
}
#home .layer-1 .banner .social-media-banner .facebook {
  height: 14px;
  width: 8px;
  background-image: url(../images/icons/facebook-menu.svg);
}
#home .layer-1 .banner .social-media-banner .twitter {
  height: 12px;
  width: 14px;
  background-image: url(../images/icons/twitter-menu.svg);
}
#home .layer-1 .banner .social-media-banner .youtube {
  height: 12px;
  width: 16px;
  background-image: url(../images/icons/youtube-menu.svg);
}
#home .layer-1 .banner .social-media-banner .instagram {
  height: 14px;
  width: 14px;
  background-image: url(../images/icons/instagram-menu.svg);
}
#home .layer-1 .banner .bg-white-big-1 {
  background: #fff;
  position: absolute;
  left: -18%;
  right: 100%;
  bottom: 75px;
  top: 0;
  z-index: 1;
}
#home .layer-1 .banner .bg-white-big-2 {
  background: #fff;
  position: absolute;
  left: 0;
  right: 90%;
  bottom: 0;
  top: 0;
  z-index: 1;
  border-left: 1px solid #E5E8EA;
}
#home .layer-1 .banner .bg-white-small {
  background: #fff;
  position: absolute;
  left: -20%;
  right: 118%;
  top: 0;
  z-index: 1;
  height: 450px;
}
#home .layer-1 .banner .bg-transparent-controls {
  background: transparent;
  position: absolute;
  left: 0;
  right: 83%;
  top: 0;
  z-index: 1;
  height: 88px;
  z-index: 999;
}
#home .layer-1 .banner .background-wrapper {
  position: relative;
  height: 750px;
  padding-left: 20%;
}
#home .layer-1 .banner .background-wrapper .bg-image {
  width: 90%;
  background-image: url(../images/photos/top-banner-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  height: 750px;
  position: absolute;
  left: 10%;
  top: 0;
}
#home .layer-1 .banner .background-wrapper .bg2 {
  background-image: url(../images/photos/top-banner-3.jpg);
}
#home .layer-1 .banner .background-wrapper .bg3 {
  background-image: url(../images/photos/top-banner-2.jpg);
}
#home .layer-1 .banner .background-wrapper .bg4 {
  background: blue;
}
#home .layer-1 .banner .background-wrapper .bg5 {
  background: yellow;
}
#home .layer-1 .banner .background-wrapper .away-backdrop {
  top: 0;
  left: 0;
  right: 0;
  bottom: 40%;
  background: #fff;
  position: absolute;
}
#home .layer-1 .banner .texts-wrapper .text-about {
  height: 400px;
  width: 50%;
  position: absolute;
  z-index: 2;
  top: 425px;
  left: 10%;
  padding: 0 50px 0 0;
  padding-top: 85px;
}
#home .layer-1 .banner .texts-wrapper .text-about h6 {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 14px;
  color: #fff;
  text-transform: uppercase;
}
#home .layer-1 .banner .texts-wrapper .text-about h5 {
  font-size: 37px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 0.95em;
  color: #fff;
}
#home .layer-1 .banner .texts-wrapper .text-about p {
  font-size: 16px;
  line-height: 1.625em;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#home .layer-1 .banner .controls {
  height: 400px;
  width: 60%;
  position: absolute;
  z-index: 1;
  top: 425px;
}
#home .layer-1 .banner .controls .border-bottom,
#home .layer-1 .banner .controls .bullets-wrapper,
#home .layer-1 .banner .controls .bg-transparent-controls {
  display: none !important;
}
#home .layer-1 .banner .controls .bg-controls {
  width: 16.5%;
  left: 0;
  top: 0;
  background: #ff0000;
  height: 400px;
  position: absolute;
}
#home .layer-1 .banner .controls .bg-text {
  background: rgba(255, 0, 0, 0.8);
  height: 400px;
  top: 0;
  left: 16.5%;
  right: 0;
  position: absolute;
}
#home .layer-1 .banner .controls .bullets-wrapper {
  position: absolute;
  top: 30px;
  left: 20px;
  height: 20px;
  right: 20px;
  font-size: 0;
}
#home .layer-1 .banner .controls .bullets-wrapper a {
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background: #fff;
  opacity: 0.5;
  display: inline-block;
  margin-right: 6px;
  cursor: pointer;
}
#home .layer-1 .banner .controls .bullets-wrapper a.active {
  width: 12px;
  opacity: 1;
}
#home .layer-1 .banner .controls .border-bottom {
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 88px;
  left: 0;
}
#home .layer-1 .about-numbers {
  text-align: center;
  margin-bottom: 160px;
}
#home .layer-1 .about-numbers h6 {
  font-size: 80px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  line-height: 0.475em;
  margin-bottom: 40px;
}
#home .layer-1 .about-numbers p {
  font-size: 14px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#home .layer-1 .featured-products {
  margin-bottom: 155px;
}
#home .layer-1 .featured-products .title p {
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#home .layer-1 .featured-products .title h5 {
  font-size: 40px;
  color: #4A4A4A;
  line-height: 1.125em;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
}
#home .layer-1 .featured-products .title h5 span {
  font-weight: 600;
}
#home .layer-1 .featured-products .product-featured {
  margin-left: 33.3333333333%;
  padding: 0 50px;
  position: relative;
}
#home .layer-1 .featured-products .product-featured .image-wrapper {
  height: 460px;
  margin-bottom: 45px;
  position: relative;
}
#home .layer-1 .featured-products .product-featured .image-wrapper .image-holder {
  position: relative;
  top: -160px;
  width: 72.3%;
  display: block;
  margin: 0 auto;
}
#home .layer-1 .featured-products .product-featured .image-wrapper .image-holder.top80 {
  top: 80px;
}
#home .layer-1 .featured-products .product-featured .image-wrapper .bg-blue {
  background: #90B0C8;
  background: #eeeced;
  display: block;
  position: absolute;
  left: -125px;
  right: -50px;
  bottom: 0;
  top: 0;
}
#home .layer-1 .featured-products .product-featured p {
  font-size: 18px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 8px;
}
#home .layer-1 .featured-products .product-featured h5 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #4A4A4A;
  margin-bottom: 105px;
}
#home .layer-1 .featured-products .product-featured a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #4A4A4A;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .layer-1 .featured-products .product-featured a:hover {
  border: 1px solid #4A4A4A;
  background: transparent;
  color: #4A4A4A;
}
#home .layer-1 .featured-products .product-detail {
  width: 50%;
  height: 620px;
  margin-top: -620px;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#home .layer-1 .featured-products .product-detail span {
  display: block;
  background-size: cover;
  height: 620px;
}
#home .layer-1 .product-featured-swiper {
  display: none;
}
#home .layer-1 .title-style h6 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  line-height: 1.35em;
  margin-bottom: 10px;
}
#home .layer-1 .title-style h6 span {
  font-weight: 600;
  display: block;
}
#home .layer-1 .proposal {
  margin-bottom: 175px;
}
#home .layer-1 .proposal p {
  font-size: 18px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  line-height: 1.45em;
  margin-bottom: 80px;
}
#home .layer-1 .proposal .items {
  text-align: center;
  display: block;
  padding-top: 45px;
}
#home .layer-1 .proposal .items#p1 {
  padding-top: 0;
}
#home .layer-1 .proposal .items#p2 {
  padding-top: 0;
}
#home .layer-1 .proposal .items .icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
  height: 60px;
  width: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}
#home .layer-1 .proposal .items .icon.search {
  background-image: url(../images/home-icons/investigation.png);
}
#home .layer-1 .proposal .items .icon.terminal {
  background-image: url(../images/home-icons/technological-software-development.png);
}
#home .layer-1 .proposal .items .icon.capacity {
  background-image: url(../images/home-icons/manufacturing-capacity.png);
}
#home .layer-1 .proposal .items .icon.calibration {
  background-image: url(../images/home-icons/calibration.png);
}
#home .layer-1 .proposal .items .icon.distribution {
  background-image: url(../images/home-icons/distribution.png);
}
#home .layer-1 .proposal .items .icon.capacity {
  background-image: url(../images/home-icons/manufacturing-capacity.png);
}
#home .layer-1 .proposal .items .icon.assistence {
  background-image: url(../images/home-icons/technical-assistance.png);
}
#home .layer-1 .proposal .items .text {
  text-transform: uppercase;
  color: #4A4A4A;
  font-size: 14px;
  text-align: center;
  display: block;
  font-family: "Raleway", sans-serif;
}
#home .layer-1 .awards {
  margin-bottom: 185px;
}
#home .layer-1 .awards .title-style h6 {
  margin-bottom: 30px;
}
#home .layer-1 .awards .award-wrapper {
  height: 340px;
  position: relative;
}
#home .layer-1 .awards .award-wrapper .award {
  height: 340px;
  width: 340px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
}
#home .layer-1 .awards .award-wrapper .award .image-holder {
  width: 185px;
  height: 150px;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#home .layer-1 .awards .award-wrapper .award .image-holder .hover {
  display: none;
}
#home .layer-1 .awards .award-wrapper .award:hover .image-holder .no-hover {
  display: none;
}
#home .layer-1 .awards .award-wrapper .award:hover .image-holder .hover {
  display: block;
}
#home .layer-1 .awards .award {
  display: block;
  position: relative;
  height: 340px;
  width: 100%;
  margin-top: 70px;
}
#home .layer-1 .awards .award .image-holder {
  width: 185px;
  height: 150px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#home .layer-1 .awards .award .image-holder .hover {
  display: none;
}
#home .layer-1 .awards .award:hover .image-holder .no-hover {
  display: none;
}
#home .layer-1 .awards .award:hover .image-holder .hover {
  display: block;
}
#home .layer-1 .awards .bg-grey {
  background: #E5E8EA;
  height: 340px;
  position: absolute;
  left: 16%;
  right: 0;
  bottom: 0;
}
#home .layer-1 .news-wrapper .title-wrapper {
  margin-bottom: 95px;
}
#home .layer-1 .news-wrapper .title-wrapper h6 {
  font-size: 20px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#home .layer-1 .news-wrapper .title-wrapper h5 {
  font-size: 40px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 55px;
}
#home .layer-1 .news-wrapper .title-wrapper h5 span {
  font-weight: 600;
  display: block;
}
#home .layer-1 .news-wrapper .title-wrapper a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #4A4A4A;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .layer-1 .news-wrapper .title-wrapper a:hover {
  border: 1px solid #4A4A4A;
  background: transparent;
  color: #4A4A4A;
}
#home .layer-1 .news-wrapper .left-side {
  padding-right: 50px;
}
#home .layer-1 .news-wrapper .right-side {
  padding-left: 50px;
  margin-top: -380px;
}
#home .layer-1 .news-wrapper .news {
  margin-bottom: 135px;
}
#home .layer-1 .news-wrapper .news .image-holder {
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  max-width: 485px;
  background-size: cover;
  background-position: center center;
  margin-right: 50px;
  box-sizing: border-box;
}
#home .layer-1 .news-wrapper .news .image-holder .image-item {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}
#home .layer-1 .news-wrapper .news .image-holder:hover .see-more {
  display: block;
}
#home .layer-1 .news-wrapper .news .image-holder .see-more {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0.6);
  background-image: url(../images/icons/plus-signal-big.png);
  background-size: 46px 46px;
  background-position: center center;
  background-repeat: no-repeat;
}
#home .layer-1 .news-wrapper .news p {
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
}
#home .layer-1 .news-wrapper .news h5 {
  font-size: 30px;
  color: #4A4A4A;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}
#home .layer-1 .more-products .col-2:nth-child(2n-1) .product {
  padding-top: 0;
  margin-bottom: 135px;
}
#home .layer-1 .more-products .col-2:nth-child(2n) .product {
  padding-top: 90px;
  margin-bottom: 135px;
}
#home .layer-2 .banner {
  padding-top: 275px;
  height: 695px;
  box-sizing: border-box;
}
#home .layer-2 .banner .content-wrapper {
  position: relative;
}
#home .layer-2 .banner .image-banner {
  height: 695px;
  width: 60%;
  background: #ff0000 url(../images/photos/banner-home-2.jpg) no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  position: absolute;
  top: -275px;
  right: 0;
  margin-left: -75px;
}
#home .layer-2 .banner h6 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
#home .layer-2 .banner h5 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  line-height: 1.125em;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
#home .layer-2 .banner p {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  color: #4A4A4A;
}
#home .layer-2 .capacity {
  padding-top: 190px;
  margin-top: -105px;
  position: relative;
  z-index: 2;
}
#home .layer-2 .capacity .image-wrapper {
  height: 460px;
  position: relative;
  margin-top: -190px;
}
#home .layer-2 .capacity .image-wrapper .image-holder {
  left: 0;
  right: -75px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: url("../images/photos/montage-zone.jpg") no-repeat;
  background-size: cover;
}
#home .layer-2 .capacity p {
  position: relative;
  font-size: 22px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
}
#home .layer-2 .capacity h6 {
  position: relative;
  font-size: 80px;
  color: #ff0000;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1em;
  margin-top: -5px;
  margin-bottom: 10px;
}
#home .layer-2 .best-scale {
  padding-top: 145px;
  position: relative;
}
#home .layer-2 .best-scale h5 {
  font-size: 50px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.75px;
  margin-bottom: 15px;
  text-align: right;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
#home .layer-2 .best-scale p {
  font-size: 30px;
  color: #4A4A4A;
  line-height: 1.35em;
  font-family: "Raleway", sans-serif;
  text-align: right;
  position: relative;
  z-index: 2;
}
#home .layer-2 .best-scale .image-wrapper {
  padding-left: 50px;
  margin-top: -195px;
  position: relative;
  z-index: 1;
  text-align: right;
  overflow: hidden;
}
#home .layer-2 .best-scale .image-wrapper span.image-holder {
  display: inline-block;
  background-size: cover;
  height: 485px;
  width: 485px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/photos/bm5-home-detail.jpg);
}
#home .layer-2 .best-scale .award-wrapper {
  height: 160px;
  margin-top: -80px;
  margin-bottom: 125px;
}
#home .layer-2 .best-scale .award-wrapper .col-2 {
  position: relative;
}
#home .layer-2 .best-scale .award-wrapper .award-container {
  position: absolute;
  left: -65px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #E5E8EA;
  height: 160px;
  padding-top: 35px;
  padding-left: 55px;
}
#home .layer-2 .best-scale .award-wrapper .award-container .av-container {
  display: inline-block;
}
#home .layer-2 .best-scale .award-wrapper .award-container .award-holder {
  width: 105px;
  display: inline-block;
}
#home .layer-2 .best-scale .award-wrapper .award-container .award-holder:first-child {
  margin-right: 65px;
}
#home .layer-2 .mission-and-values {
  margin-bottom: 92px;
}
#home .layer-2 .bm5-apresentation {
  text-align: center;
}
#home .layer-2 .bm5-apresentation .market-image {
  height: 500px;
  background: url(../images/photos/market-image.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 185px;
}
#home .layer-2 .bm5-apresentation .scale-wrapper {
  width: 350px;
  height: 520px;
  position: absolute;
  left: 50%;
  margin-left: -175px;
  top: 110px;
  background: url(../images/garbage/bm5_xs-duplo-corpo.png) no-repeat;
  background-size: cover;
  z-index: 2;
}
#home .layer-2 .bm5-apresentation h5 {
  font-size: 50px;
  letter-spacing: 0.75px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 18px;
}
#home .layer-2 .bm5-apresentation p {
  font-size: 30px;
  line-height: 1.35em;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 50px;
}
#home .layer-2 .bm5-apresentation .btn-wrapper-bm5 {
  margin-bottom: 170px;
}
#home .layer-2 .bm5-apresentation .btn-wrapper-bm5 .av-container {
  display: inline-block !important;
}
#home .layer-2 .bm5-apresentation .btn-wrapper-bm5 a.btn-bm5 {
  display: inline-block !important;
}
#home .layer-2 .bm5-apresentation a.btn-bm5 {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #4A4A4A;
  color: #fff;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .layer-2 .bm5-apresentation a.btn-bm5:hover {
  border: 1px solid #4A4A4A;
  background: transparent;
  color: #4A4A4A;
}
#home .layer-3 .banner {
  padding-top: 275px;
  height: 695px;
  box-sizing: border-box;
  margin-bottom: 90px;
}
#home .layer-3 .banner .content-wrapper {
  position: relative;
}
#home .layer-3 .banner .image-banner {
  height: 695px;
  width: 43%;
  background: url(../images/photos/banner-home-3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#home .layer-3 .banner h6 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
#home .layer-3 .banner h5 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  line-height: 1.125em;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
#home .layer-3 .banner p {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  color: #4A4A4A;
}
#home .layer-3 .last-4-years {
  margin-bottom: 60px;
}
#home .layer-3 .last-4-years p {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 35px;
}
#home .layer-3 .last-4-years .logo-award {
  display: block;
  text-align: left;
}
#home .layer-3 .last-4-years .logo-award img {
  max-width: 170px;
  margin-left: 25px;
  margin-right: 25px;
}
#home .layer-3 .highlighted-product {
  margin-bottom: 135px;
}
#home .layer-3 .highlighted-product .image-holder {
  display: block;
  padding-right: 50px;
}
#home .layer-3 .highlighted-product .image-holder img {
  max-width: 100%;
  width: 485px;
}
#home .layer-3 .highlighted-product .text-holder {
  padding-top: 120px;
}
#home .layer-3 .highlighted-product .text-holder h6 {
  font-family: "Raleway", sans-serif;
  color: #ff0000;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-bottom: 10px;
}
#home .layer-3 .highlighted-product .text-holder p {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  line-height: 1.5em;
}
#home .layer-3 .title-phrase {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 75px;
  text-transform: uppercase;
}
#home .layer-3 .app-quilo {
  margin-bottom: 74px;
}
#home .layer-3 .app-quilo h5 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#home .layer-3 .app-quilo .image-wrapper {
  height: 340px;
  width: 380px;
  background-image: url(../images/photos/app-quilo.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-top: -56px;
  margin-bottom: 26px;
}
#home .layer-3 .app-quilo p,
#home .layer-3 .app-quilo ul li {
  font-size: 18px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 26px;
  padding-right: 50px;
}
#home .layer-3 .details-about {
  margin-bottom: 124px;
}
#home .layer-3 .details-about h5 {
  font-size: 30px;
  color: #4A4A4A;
  line-height: 1.33em;
  margin-bottom: 35px;
  font-family: "Raleway", sans-serif;
}
#home .layer-3 .details-about p {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  line-height: 1.45em;
  margin-bottom: 26px;
  padding-right: 50px;
}
#home .layer-3 .details-about .image-holder {
  padding-left: 50px;
  text-align: right;
  display: block;
  overflow: hidden;
}
#home .layer-3 .details-about .image-holder img {
  max-width: 485px;
}
#home .layer-3 .featured-product {
  position: relative;
}
#home .layer-3 .featured-product .featured-product-images {
  margin-bottom: 185px;
}
#home .layer-3 .featured-product .featured-text {
  text-align: center;
}
#home .layer-3 .featured-product .featured-text h4 {
  font-size: 50px;
  color: #4A4A4A;
  letter-spacing: 0.75px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}
#home .layer-3 .featured-product .featured-text p {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 50px;
}
#home .layer-3 .featured-product .featured-text .btn-wrapper-pcm {
  margin-bottom: 135px;
}
#home .layer-3 .featured-product .featured-text .btn-wrapper-pcm .av-container {
  display: inline-block !important;
}
#home .layer-3 .featured-product .featured-text .btn-wrapper-pcm a {
  display: inline-block !important;
}
#home .layer-3 .featured-product .featured-text a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #4A4A4A;
  color: #fff;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .layer-3 .featured-product .featured-text a:hover {
  border: 1px solid #4A4A4A;
  background: transparent;
  color: #4A4A4A;
}
#home .layer-3 .featured-product .instalation-image {
  height: 500px;
  background-image: url("../images/photos/instalation-image.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#home .layer-3 .featured-product .plataform {
  background-image: url("../images/photos/plataform.png");
  display: block;
  height: 205px;
  width: 743px;
  position: absolute;
  right: 165px;
  top: 415px;
  background-size: cover;
  background-repeat: no-repeat;
}
#home .layer-4 .banner {
  padding-top: 270px;
}
#home .layer-4 .banner h5 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#home .layer-4 .banner p {
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  letter-spacing: 5px;
  line-height: 1.125em;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 45px;
}
#home .layer-4 .banner .banner-image {
  display: block;
  height: 400px;
  background-image: url("../images/photos/software-banner-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
#home .layer-4 .banner-2 h6 {
  font-size: 30px;
  color: #4A4A4A;
  line-height: 1.34em;
  margin-bottom: 115px;
  font-family: "Raleway", sans-serif;
}
#home .layer-4 .banner-2 .banner-image {
  height: 666px;
  display: block;
  background-image: url("../images/photos/software-banner-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 115px;
}
#home .layer-4 .etpos-about {
  text-align: center;
  margin-bottom: 70px;
}
#home .layer-4 .etpos-about h5 {
  color: #ff0000;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1em;
}
#home .layer-4 .etpos-about p {
  font-size: 25px;
  color: #4A4A4A;
  line-height: 1.6em;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#home .layer-4 .mission-and-values {
  margin-bottom: 140px;
}
#home .layer-4 .etpos-apresentation .clients-photo {
  height: 500px;
  background-image: url("../images/photos/clients-photo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#home .layer-4 .etpos-apresentation .product-wrapper {
  width: 905px;
  height: 490px;
  display: block;
  background-image: url("../images/photos/pos.png");
  background-size: cover;
  background-position: center center;
  position: relative;
  margin: 0 auto;
  margin-top: 140px;
  margin-bottom: 50px;
}
#home .layer-4 .etpos-apresentation .featured-text {
  text-align: center;
}
#home .layer-4 .etpos-apresentation .featured-text h4 {
  font-size: 50px;
  color: #4A4A4A;
  letter-spacing: 0.75px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}
#home .layer-4 .etpos-apresentation .featured-text p {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 50px;
}
#home .layer-4 .etpos-apresentation .featured-text .btn-wrapper-pos {
  margin-bottom: 135px;
}
#home .layer-4 .etpos-apresentation .featured-text .btn-wrapper-pos .av-container {
  display: inline-block !important;
}
#home .layer-4 .etpos-apresentation .featured-text .btn-wrapper-pos a {
  display: inline-block !important;
}
#home .layer-4 .etpos-apresentation .featured-text a {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background: #4A4A4A;
  color: #fff;
  display: block;
  margin: 0 25px;
  text-align: center;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home .layer-4 .etpos-apresentation .featured-text a:hover {
  border: 1px solid #4A4A4A;
  background: transparent;
  color: #4A4A4A;
}
#home .op-0 {
  opacity: 0;
}
#home .op-1 {
  opacity: 1 !important;
}

@media (min-width: 1290px) and (max-width: 1865px) {
  #home .layer-2 .best-scale .award-wrapper .award-container {
    padding-left: 30px;
  }
  #home .layer-2 .best-scale .award-wrapper .award-container .award-holder:first-child {
    margin-right: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1649px) {
  #home .layer-2 .best-scale p {
    font-size: 25px;
  }
  #home .layer-2 .best-scale .award-wrapper .award-container {
    left: -175px;
  }
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  #home .layer-1 .banner {
    margin-bottom: 0;
  }
  #home .layer-1 .banner .controls {
    top: 260px;
    height: 275px;
  }
  #home .layer-1 .banner .controls .bullets-wrapper {
    left: 10px;
    right: 5px;
  }
  #home .layer-1 .banner .controls .bg-text,
  #home .layer-1 .banner .controls .bg-controls {
    height: 275px;
  }
  #home .layer-1 .banner .texts-wrapper .text-about {
    top: 260px;
    padding-top: 35px;
    height: 275px;
  }
  #home .layer-1 .banner .background-wrapper {
    height: 500px;
  }
  #home .layer-1 .banner .background-wrapper .bg-image {
    height: 500px !important;
  }
  #home .layer-1 .banner .social-media-banner {
    top: 210px;
  }
  #home .layer-1 .about-numbers {
    margin-bottom: 75px;
  }
  #home .layer-1 .about-numbers h6 {
    font-size: 55px;
  }
  #home .layer-1 .featured-products {
    margin-bottom: 75px;
  }
  #home .layer-1 .featured-products .product-featured {
    padding: 0 30px;
  }
  #home .layer-1 .featured-products .product-featured h5 {
    margin-bottom: 40px;
  }
  #home .layer-1 .featured-products .product-featured .image-wrapper {
    height: auto;
  }
  #home .layer-1 .featured-products .product-featured .image-wrapper .bg-blue {
    right: -30px;
  }
  #home .layer-1 .featured-products .product-featured .image-wrapper .image-holder {
    top: -60px;
  }
  #home .layer-1 .featured-products .product-featured .image-wrapper .image-holder.top80 {
    top: 20px;
  }
  #home .layer-1 .featured-products .product-detail {
    height: 450px;
    margin-top: -450px;
  }
  #home .layer-1 .featured-products .product-detail span {
    height: 450px;
  }
  #home .layer-1 .featured-products .title h5 {
    font-size: 35px;
  }
  #home .layer-1 .proposal {
    margin-bottom: 100px;
  }
  #home .layer-1 .awards {
    margin-bottom: 75px;
  }
  #home .layer-1 .awards .bg-grey {
    height: 240px;
  }
  #home .layer-1 .awards .award {
    margin-top: 100px;
    height: 240px;
  }
  #home .layer-1 .awards .award .image-holder {
    width: 170px;
    height: 135px;
  }
  #home .layer-1 .awards .award-wrapper .award {
    width: 240px;
    height: 240px;
  }
  #home .layer-1 .awards .award-wrapper .award .image-holder {
    width: 170px;
    height: 135px;
  }
  #home .layer-1 .news-wrapper .right-side {
    margin-top: -170px;
    padding-left: 30px;
  }
  #home .layer-1 .news-wrapper .left-side {
    padding-right: 30px;
  }
  #home .layer-1 .news-wrapper .news {
    margin-bottom: 70px;
  }
  #home .layer-1 .news-wrapper .news h5 {
    font-size: 25px;
  }
  #home .layer-1 .news-wrapper .title-wrapper h5 {
    font-size: 30px;
  }
  #home .layer-2 .best-scale p {
    font-size: 24px;
  }
  #home .layer-2 .best-scale p br {
    display: none;
  }
  #home .layer-2 .best-scale .image-wrapper {
    padding-left: 50px;
  }
  #home .layer-2 .best-scale .image-wrapper span.image-holder {
    width: 100%;
  }
  #home .layer-2 .best-scale .award-wrapper .award-container .award-holder:first-child {
    margin-right: 15px;
  }
  #home .layer-2 .banner {
    height: 535px;
    padding-top: 135px;
  }
  #home .layer-2 .banner .image-banner {
    height: 495px;
    top: -135px;
  }
  #home .layer-2 .bm5-apresentation .market-image {
    height: 400px;
    margin-bottom: 100px;
  }
  #home .layer-2 .bm5-apresentation .scale-wrapper {
    width: 230px;
    height: 340px;
    margin-left: -115px;
  }
  #home .layer-2 .bm5-apresentation h5 {
    font-size: 35px;
  }
  #home .layer-2 .bm5-apresentation p {
    font-size: 25px;
  }
  #home .layer-3 .details-about {
    margin-bottom: 75px;
  }
  #home .layer-3 .featured-product .instalation-image {
    height: 400px;
  }
  #home .layer-3 .featured-product .plataform {
    height: 135px;
    width: 495px;
    top: 315px;
  }
  #home .layer-3 .featured-product .featured-product-images {
    margin-bottom: 105px;
  }
  #home .layer-3 .featured-product .featured-text h4 {
    font-size: 35px;
  }
  #home .layer-3 .featured-product .featured-text p {
    font-size: 25px;
  }
  #home .layer-3 .banner {
    padding-top: 155px;
    height: 515px;
    margin-bottom: 50px;
  }
  #home .layer-3 .banner .image-banner {
    width: 40%;
    height: 515px;
  }
  #home .layer-3 .banner h5 {
    font-size: 30px;
  }
  #home .layer-3 .highlighted-product {
    margin-bottom: 50px;
  }
  #home .layer-3 .title-phrase {
    font-size: 25px;
  }
  #home .layer-3 .last-4-years p {
    font-size: 28px;
  }
  #home .layer-3 .app-quilo h5 {
    font-size: 25px;
  }
  #home .layer-4 .banner {
    padding-top: 150px;
  }
  #home .layer-4 .banner p {
    font-size: 30px;
  }
  #home .layer-4 .banner-2 h6 {
    font-size: 25px;
  }
  #home .layer-4 .banner-2 h6 br {
    display: none;
  }
  #home .layer-4 .mission-and-values {
    margin-bottom: 30px;
  }
  #home .layer-4 .etpos-apresentation .product-wrapper {
    width: 555px;
    height: 320px;
  }
  #home .layer-4 .etpos-apresentation .clients-photo {
    height: 400px;
  }
  #home .layer-4 .etpos-apresentation .featured-text h4 {
    font-size: 35px;
  }
  #home .layer-4 .etpos-apresentation .featured-text p {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #home .next-slide {
    display: block;
  }
  #home .layer-1 .banner {
    padding-bottom: 55px;
    margin-bottom: 25px;
    overflow: hidden;
  }
  #home .layer-1 .banner .social-media-banner {
    right: 25px;
    top: 160px;
  }
  #home .layer-1 .banner .controls {
    height: 300px;
    top: 325px;
    width: 100%;
  }
  #home .layer-1 .banner .controls .border-bottom {
    width: 50px;
  }
  #home .layer-1 .banner .controls .bg-controls {
    width: 10%;
    height: 300px;
  }
  #home .layer-1 .banner .controls .bg-text {
    width: 90%;
    left: 10%;
    height: 300px;
  }
  #home .layer-1 .banner .controls .bullets-wrapper {
    left: 10px;
    right: 10px;
  }
  #home .layer-1 .banner .controls .bullets-wrapper a {
    margin-right: 4px;
  }
  #home .layer-1 .banner .texts-wrapper .text-about {
    width: 90%;
    height: 300px;
    padding-top: 50px;
    top: 325px;
  }
  #home .layer-1 .banner .background-wrapper {
    height: 625px;
  }
  #home .layer-1 .banner .background-wrapper .bg-image {
    height: 540px !important;
    background-position: center center;
  }
  #home .layer-1 .about-numbers {
    margin-bottom: 75px;
  }
  #home .layer-1 .about-numbers h6 {
    font-size: 55px;
    margin-bottom: 25px;
  }
  #home .layer-1 .featured-products {
    overflow: hidden;
    margin-bottom: 75px;
  }
  #home .layer-1 .featured-products .title h5 {
    font-size: 35px;
  }
  #home .layer-1 .featured-products .product-featured {
    margin-left: 0;
    padding: 0 30px;
  }
  #home .layer-1 .featured-products .product-featured .image-wrapper .bg-blue {
    right: -30px;
  }
  #home .layer-1 .featured-products .product-featured .image-wrapper .image-holder {
    width: 100%;
  }
  #home .layer-1 .proposal {
    margin-bottom: 75px;
  }
  #home .layer-1 .awards {
    overflow: hidden;
  }
  #home .layer-1 .awards .bg-grey {
    height: 240px;
    right: 20px;
  }
  #home .layer-1 .awards .award {
    height: 240px;
    margin-top: 100px;
  }
  #home .layer-1 .awards .award-wrapper .award {
    height: 240px;
    width: 240px;
  }
  #home .layer-1 .news-wrapper {
    overflow: hidden;
  }
  #home .layer-1 .news-wrapper .title-wrapper h5 {
    font-size: 35px;
  }
  #home .layer-1 .news-wrapper .right-side {
    padding-left: 30px;
  }
  #home .layer-1 .news-wrapper .left-side {
    padding-right: 30px;
  }
  #home .layer-1 .news-wrapper .news {
    margin-bottom: 80px;
  }
  #home .layer-1 .news-wrapper .news h5 {
    font-size: 24px;
  }
  #home .layer-2 .best-scale p {
    font-size: 24px;
  }
  #home .layer-2 .best-scale p br {
    display: none;
  }
  #home .layer-2 .best-scale .award-wrapper .award-container {
    padding-left: 35px;
    left: -180px;
  }
  #home .layer-2 .best-scale .award-wrapper .award-container .award-holder:first-child {
    margin-right: 25px;
  }
  #home .layer-2 .capacity {
    margin-bottom: 50px;
  }
  #home .layer-2 .capacity,
  #home .layer-2 .best-scale,
  #home .layer-2 .mission-and-values,
  #home .layer-2 .bm5-apresentation {
    overflow: hidden;
  }
  #home .layer-2 .bm5-apresentation .btn-wrapper-bm5 {
    margin-bottom: 80px;
  }
  #home .layer-3 .banner {
    padding-top: 85px;
    height: 400px;
  }
  #home .layer-3 .banner h6 {
    font-size: 18px;
  }
  #home .layer-3 .banner h5 {
    font-size: 22px;
  }
  #home .layer-3 .banner p {
    font-size: 20px;
  }
  #home .layer-3 .banner .image-banner {
    top: 0;
    height: 400px;
    width: 45%;
  }
  #home .layer-3 .last-4-years p {
    font-size: 23px;
  }
  #home .layer-3 .last-4-years p br {
    display: none;
  }
  #home .layer-3 .highlighted-product {
    margin-bottom: 90px;
  }
  #home .layer-3 .highlighted-product .image-holder img {
    max-width: 100%;
  }
  #home .layer-3 .title-phrase {
    font-size: 23px;
  }
  #home .layer-3 .app-quilo h5 {
    font-size: 23px;
  }
  #home .layer-3 .app-quilo .image-wrapper {
    height: 285px;
    width: 320px;
  }
  #home .layer-3 .details-about {
    margin-bottom: 40px;
  }
  #home .layer-3 .details-about h5 {
    font-size: 23px;
  }
  #home .layer-3 .details-about .image-holder img {
    max-width: 100%;
  }
  #home .layer-3 .featured-product .instalation-image {
    height: 400px;
  }
  #home .layer-3 .featured-product .plataform {
    width: 545px;
    height: 150px;
    top: 345px;
    right: 45px;
  }
  #home .layer-3 .featured-product .featured-text h4 {
    font-size: 35px;
  }
  #home .layer-3 .featured-product .featured-text p {
    font-size: 20px;
  }
  #home .layer-3 .featured-product .featured-text p br {
    display: none;
  }
  #home .layer-3 .featured-product .featured-text .btn-wrapper-pcm {
    margin-bottom: 80px;
  }
  #home .layer-3 .last-4-years,
  #home .layer-3 .highlighted-product,
  #home .layer-3 .quillo-wrapper,
  #home .layer-3 .details-about {
    overflow: hidden;
  }
  #home .layer-4 .banner {
    padding-top: 0;
  }
  #home .layer-4 .banner p {
    font-size: 25px;
  }
  #home .layer-4 .banner p br {
    display: none;
  }
  #home .layer-4 .banner-2 h6 {
    font-size: 20px;
  }
  #home .layer-4 .banner-2 h6 br {
    display: none;
  }
  #home .layer-4 .etpos-about h5 {
    font-size: 25px;
  }
  #home .layer-4 .etpos-about p {
    font-size: 20px;
  }
  #home .layer-4 .mission-and-values p {
    font-size: 18px;
  }
  #home .layer-4 .etpos-apresentation .clients-photo {
    height: 400px;
  }
  #home .layer-4 .etpos-apresentation .product-wrapper {
    width: 700px;
    height: 380px;
  }
  #home .layer-4 .etpos-apresentation .featured-text .btn-wrapper-pos {
    margin-bottom: 80px;
  }
  #home .layer-4 .etpos-apresentation .featured-text h4 {
    font-size: 35px;
  }
  #home .layer-4 .etpos-apresentation .featured-text p {
    font-size: 20px;
  }
  #home .layer-4 .etpos-apresentation .featured-text p br {
    display: none !important;
  }
  #home .layer-4 .banner-2,
  #home .layer-4 .mission-and-values {
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  #pages.menu-open {
    overflow: hidden;
  }
  .nav-inside {
    display: none !important;
  }
  #home .next-slide {
    display: block;
  }
  #home .layer-1 .banner {
    margin-top: 120px;
    padding: 0;
    margin-bottom: 75px;
    height: auto;
  }
  #home .layer-1 .banner .social-media-banner {
    display: none;
  }
  #home .layer-1 .banner .background-wrapper {
    padding: 0;
    height: 475px;
    padding: 0;
  }
  #home .layer-1 .banner .background-wrapper .bg-image {
    height: 235px !important;
    width: 100%;
    left: 0;
    z-index: 2;
    background-position: 15px;
  }
  #home .layer-1 .banner .bg-white-big-1 {
    display: none;
  }
  #home .layer-1 .banner .bg-white-big-2 {
    display: none;
  }
  #home .layer-1 .banner .controls {
    top: 100px;
    width: 100%;
    height: 375px;
  }
  #home .layer-1 .banner .controls .bg-controls,
  #home .layer-1 .banner .controls .border-bottom,
  #home .layer-1 .banner .controls .bullets-wrapper,
  #home .layer-1 .banner .controls .bg-transparent-controls {
    display: none;
  }
  #home .layer-1 .banner .controls .bg-text {
    width: 100%;
    left: 0;
    height: 375px;
  }
  #home .layer-1 .banner .texts-wrapper .text-about {
    padding: 0;
    width: 100%;
    top: 260px;
    left: 0;
    padding: 0 15px;
    height: auto;
  }
  #home .layer-1 .banner .texts-wrapper .text-about h5 {
    font-size: 30px;
  }
  #home .layer-1 .banner .texts-wrapper .text-about p {
    font-size: 14px;
  }
  #home .layer-1 .about-numbers {
    margin-bottom: 5px;
  }
  #home .layer-1 .about-numbers h6 {
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 15px;
  }
  #home .layer-1 .about-numbers p {
    font-size: 12px;
    margin-bottom: 70px;
  }
  #home .layer-1 .featured-products {
    overflow: hidden;
    margin-bottom: 90px;
  }
  #home .layer-1 .featured-products .swiper-slide {
    width: auto !important;
  }
  #home .layer-1 .featured-products .swiper-slide .image-holder.detail-product {
    display: block;
  }
  #home .layer-1 .featured-products .swiper-slide .image-holder.detail-product img {
    height: 375px;
  }
  #home .layer-1 .featured-products .swiper-slide:first-child {
    width: 100% !important;
  }
  #home .layer-1 .featured-products .swiper-slide:last-child {
    margin-left: -30px;
    padding-right: 15px;
  }
  #home .layer-1 .featured-products .title {
    padding: 0 15px;
  }
  #home .layer-1 .featured-products .title p {
    font-size: 16px;
  }
  #home .layer-1 .featured-products .title h5 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #home .layer-1 .featured-products .title h5 br {
    display: none;
  }
  #home .layer-1 .featured-products .title h5 span {
    display: block;
  }
  #home .layer-1 .featured-products .product-featured-wrapper {
    display: none;
  }
  #home .layer-1 .featured-products .product-featured {
    padding: 0 50px 0 0;
    margin: 0 0 0 15px;
  }
  #home .layer-1 .featured-products .product-featured p {
    font-size: 16px;
  }
  #home .layer-1 .featured-products .product-featured h5 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  #home .layer-1 .featured-products .product-featured .image-wrapper {
    height: 375px;
    margin-bottom: 85px;
  }
  #home .layer-1 .featured-products .product-featured .image-wrapper .image-holder {
    top: auto;
    padding: 0 35px;
    width: auto;
    left: 0;
    right: 0;
    bottom: -75px;
    position: absolute;
  }
  #home .layer-1 .featured-products .product-featured .image-wrapper .image-holder img {
    max-height: 375px;
  }
  #home .layer-1 .featured-products .product-featured .image-wrapper .bg-blue {
    bottom: auto;
    left: 0;
    right: 0;
    height: 375px;
  }
  #home .layer-1 .featured-products .product-featured a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  #home .layer-1 .product-featured-swiper {
    display: block;
  }
  #home .layer-1 .proposal {
    padding: 0 15px;
    margin-bottom: 0;
  }
  #home .layer-1 .proposal p {
    font-size: 16px;
    margin-bottom: 55px;
  }
  #home .layer-1 .proposal .items {
    padding-top: 0;
    height: 155px;
  }
  #home .layer-1 .proposal .items .text {
    margin-bottom: 40px;
  }
  #home .layer-1 .proposal .items .icon {
    height: 45px;
    width: 45px;
  }
  #home .layer-1 .awards {
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 65px;
  }
  #home .layer-1 .awards .award-wrapper {
    height: auto;
  }
  #home .layer-1 .awards .award-wrapper .award {
    width: 50%;
    max-width: 180px;
    height: 180px;
    position: relative;
  }
  #home .layer-1 .awards .award-wrapper .award .image-holder {
    width: 100px;
    height: 80px;
  }
  #home .layer-1 .awards .bg-grey {
    height: 180px;
    bottom: 105px;
  }
  #home .layer-1 .awards .award {
    height: 180px;
    width: 50%;
    max-width: 180px;
    background: #E5E8EA;
    margin-top: 0;
  }
  #home .layer-1 .awards .award .image-holder {
    width: 100px;
    height: 80px;
  }
  #home .layer-1 .awards .award.mobile-right {
    float: right;
    margin-top: -105px;
  }
  #home .layer-1 .awards .award.mobile-left {
    margin-top: -75px;
  }
  #home .layer-1 .news-wrapper {
    overflow: hidden;
    padding: 0 15px;
  }
  #home .layer-1 .news-wrapper .title-wrapper {
    margin-bottom: 55px;
  }
  #home .layer-1 .news-wrapper .title-wrapper h6 {
    font-size: 16px;
  }
  #home .layer-1 .news-wrapper .title-wrapper h5 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #home .layer-1 .news-wrapper .title-wrapper a {
    font-size: 12px;
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
  #home .layer-1 .news-wrapper .news {
    margin-bottom: 55px;
  }
  #home .layer-1 .news-wrapper .news p {
    font-size: 18px;
  }
  #home .layer-1 .news-wrapper .news h5 {
    font-size: 25px;
  }
  #home .layer-1 .news-wrapper .right-side {
    margin-top: 0;
    padding: 0;
  }
  #home .layer-1 .news-wrapper .right-side .news:nth-child(2n-1) {
    padding-right: 40px;
  }
  #home .layer-1 .news-wrapper .right-side .news:nth-child(2n) {
    padding-left: 40px;
  }
  #home .layer-1 .news-wrapper .right-side .news:last-child {
    margin-bottom: 95px;
  }
  #home .layer-1 .news-wrapper .left-side {
    padding: 0;
  }
  #home .layer-1 .news-wrapper .left-side .news:nth-child(2n-1) {
    padding-left: 40px;
  }
  #home .layer-1 .news-wrapper .left-side .news:nth-child(2n) {
    padding-left: 40px;
  }
  #home .layer-1 .more-products .col-2:nth-child(2n) .product {
    padding-top: 0;
  }
  #home .layer-1 .title-style h6 span {
    display: inline-block;
  }
  #home .layer-2 .banner {
    padding: 0 15px;
    height: auto;
  }
  #home .layer-2 .banner .image-banner {
    display: none;
  }
  #home .layer-2 .banner h6 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #home .layer-2 .banner h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #home .layer-2 .banner h5 br {
    display: none;
  }
  #home .layer-2 .banner p {
    font-size: 22px;
    margin-bottom: 35px;
  }
  #home .layer-2 .capacity {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 135px;
  }
  #home .layer-2 .capacity .image-wrapper {
    margin-top: 0;
    height: 225px;
  }
  #home .layer-2 .capacity .image-wrapper .image-holder {
    right: 75px;
    background-position: center center;
  }
  #home .layer-2 .capacity .text-wrapper {
    position: absolute;
    top: 165px;
    left: 75px;
  }
  #home .layer-2 .best-scale {
    padding: 0;
    padding-top: 380px;
    position: relative;
  }
  #home .layer-2 .best-scale h5 {
    text-align: left;
    font-size: 40px;
    padding: 0 15px;
    padding-top: 20px;
  }
  #home .layer-2 .best-scale p {
    text-align: left;
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 75px;
  }
  #home .layer-2 .best-scale .image-wrapper {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -380px;
    height: 380px;
    width: 100%;
  }
  #home .layer-2 .best-scale .image-wrapper span.image-holder {
    width: 65%;
    height: 380px;
  }
  #home .layer-2 .best-scale .award-wrapper {
    height: 380px;
    width: 35%;
    background: #E4E8EB;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home .layer-2 .best-scale .award-wrapper .award-container {
    background: transparent;
    left: 0;
    padding: 0;
  }
  #home .layer-2 .best-scale .award-wrapper .award-container .award-holder {
    padding: 25px 27px;
    width: 100%;
    box-sizing: border-box;
  }
  #home .layer-2 .best-scale .award-wrapper .award-container .award-holder:first-child {
    margin-right: 0;
  }
  #home .layer-2 .mission-and-values {
    margin-bottom: 40px;
  }
  #home .layer-2 .bm5-apresentation .btn-wrapper-bm5 {
    margin-bottom: 85px;
  }
  #home .layer-2 .bm5-apresentation a.btn-bm5 {
    margin-bottom: 25px;
  }
  #home .layer-2 .bm5-apresentation a.btn-bm5:last-child {
    margin-bottom: 0;
  }
  #home .layer-2 .bm5-apresentation h5 {
    font-size: 40px;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  #home .layer-2 .bm5-apresentation p {
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 35px;
  }
  #home .layer-2 .bm5-apresentation p br {
    display: none;
  }
  #home .layer-2 .bm5-apresentation .scale-wrapper {
    width: 200px;
    height: 300px;
    position: static;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #home .layer-2 .bm5-apresentation .market-image {
    display: none;
  }
  #home .layer-2 .capacity,
  #home .layer-2 .best-scale,
  #home .layer-2 .mission-and-values {
    overflow: hidden;
  }
  #home .layer-3 .banner {
    height: auto;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  #home .layer-3 .banner .image-banner {
    display: none;
  }
  #home .layer-3 .banner h6 {
    font-size: 30px;
  }
  #home .layer-3 .banner h5 {
    font-size: 24px;
  }
  #home .layer-3 .banner h5 br {
    display: none;
  }
  #home .layer-3 .banner p {
    font-size: 23px;
  }
  #home .layer-3 .banner p br {
    display: none;
  }
  #home .layer-3 .last-4-years {
    padding: 0 15px;
  }
  #home .layer-3 .last-4-years p {
    font-size: 20px;
  }
  #home .layer-3 .last-4-years .logo-award {
    text-align: center;
    padding: 25px 0 0 0;
  }
  #home .layer-3 .last-4-years .logo-award img {
    margin-bottom: 25px;
  }
  #home .layer-3 .highlighted-product {
    margin-bottom: 40px;
  }
  #home .layer-3 .highlighted-product .image-holder {
    padding: 0;
  }
  #home .layer-3 .highlighted-product .image-holder img {
    max-width: 100%;
  }
  #home .layer-3 .highlighted-product .text-holder {
    padding: 20px 15px 0 15px;
  }
  #home .layer-3 .title-phrase {
    font-size: 25px;
    padding: 0 15px;
  }
  #home .layer-3 .featured-product .instalation-image {
    height: 380px;
  }
  #home .layer-3 .featured-product .plataform {
    width: 320px;
    height: 88px;
    top: 355px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #home .layer-3 .app-quilo {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  #home .layer-3 .app-quilo h5 {
    font-size: 25px;
  }
  #home .layer-3 .app-quilo .image-wrapper {
    margin-left: -15px;
    width: 307px;
    height: 275px;
  }
  #home .layer-3 .app-quilo p,
  #home .layer-3 .app-quilo ul li {
    padding: 0;
  }
  #home .layer-3 .details-about {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  #home .layer-3 .details-about h5 {
    font-size: 25px;
  }
  #home .layer-3 .details-about .image-holder {
    padding: 0;
    display: none;
  }
  #home .layer-3 .details-about .image-holder img {
    max-width: 100%;
  }
  #home .layer-3 .details-about p {
    padding: 0;
  }
  #home .layer-3 .featured-product .featured-product-images {
    margin-bottom: 100px;
  }
  #home .layer-3 .featured-product .featured-text {
    padding: 0 15px;
  }
  #home .layer-3 .featured-product .featured-text h4 {
    font-size: 25px;
  }
  #home .layer-3 .featured-product .featured-text p {
    font-size: 20px;
  }
  #home .layer-3 .featured-product .featured-text .btn-wrapper-pcm {
    margin-bottom: 85px;
  }
  #home .layer-3 .featured-product .featured-text a {
    margin-bottom: 25px;
  }
  #home .layer-3 .featured-product .featured-text a:last-child {
    margin-bottom: 0;
  }
  #home .layer-3 .last-4-years,
  #home .layer-3 .highlighted-product,
  #home .layer-3 .quillo-wrapper,
  #home .layer-3 .details-about {
    overflow: hidden;
  }
  #home .layer-4 .banner-2,
  #home .layer-4 .mission-and-values {
    overflow: hidden;
  }
  #home .layer-4 .banner {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  #home .layer-4 .banner h5 {
    font-size: 30px;
  }
  #home .layer-4 .banner p {
    font-size: 24px;
  }
  #home .layer-4 .banner p br {
    display: none;
  }
  #home .layer-4 .banner .banner-image {
    margin: 0 -15px;
    height: 250px;
  }
  #home .layer-4 .banner-2 {
    padding: 0 15px;
  }
  #home .layer-4 .banner-2 h6 {
    font-size: 22px;
    margin-bottom: 45px;
  }
  #home .layer-4 .banner-2 h6 br {
    display: none;
  }
  #home .layer-4 .banner-2 .banner-image {
    margin: 0 -15px;
    margin-bottom: 45px;
  }
  #home .layer-4 .etpos-about {
    margin-bottom: 45px;
  }
  #home .layer-4 .mission-and-values {
    margin-bottom: 5px;
  }
  #home .layer-4 .etpos-apresentation .clients-photo {
    height: 320px;
  }
  #home .layer-4 .etpos-apresentation .product-wrapper {
    width: 320px;
    height: 260px;
  }
  #home .layer-4 .etpos-apresentation .featured-text {
    padding: 0 15px;
  }
  #home .layer-4 .etpos-apresentation .featured-text h4 {
    font-size: 25px;
  }
  #home .layer-4 .etpos-apresentation .featured-text p {
    font-size: 20px;
  }
  #home .layer-4 .etpos-apresentation .featured-text .btn-wrapper-pos {
    margin-bottom: 85px;
  }
  #home .layer-4 .etpos-apresentation .featured-text a {
    margin-bottom: 25px;
  }
  #home .layer-4 .etpos-apresentation .featured-text a:last-child {
    margin-bottom: 0;
  }
  .mission-and-values .item {
    padding: 0 15px;
    margin-bottom: 40px !important;
  }
  .mission-and-values .item h5 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .mission-and-values .item p {
    font-size: 20px;
  }
}
/* Product List */
#list-products .back-wrapper {
  position: relative;
  margin-bottom: 15px;
}
#list-products .back-wrapper a {
  position: relative;
  left: -20px;
  z-index: 2;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: block;
  background: #fff url(../images/icons/go-back.svg) no-repeat;
  background-size: 17px 11px;
  background-position: center center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#list-products .back-wrapper a.fixed-arrow {
  position: fixed;
  right: auto;
  bottom: 100px;
  transform: rotate(180deg);
  z-index: 2;
}
#list-products .menu-product {
  padding-top: 200px;
  margin-bottom: 90px;
}
#list-products .menu-product .page-title h6 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #4A4A4A;
  text-transform: uppercase;
}
#list-products .menu-product .page-title h1 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
}
#list-products .menu-product .push-top {
  margin-top: -20px;
}
#list-products .menu-product .categories-menu-wrapper {
  padding-top: 125px;
}
#list-products .menu-product .categories-menu {
  width: 100%;
}
#list-products .menu-product .categories-menu ul {
  border-top: 1px solid #E5E8EA;
}
#list-products .menu-product .categories-menu ul li a {
  display: block;
  padding-top: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid #E5E8EA;
  font-size: 14px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#list-products .menu-product .categories-menu ul li a:hover,
#list-products .menu-product .categories-menu ul li a.active {
  background: #E5E8EA;
  font-weight: 700;
}
#list-products .menu-product .categories-menu .sub-menu {
  display: none;
}
#list-products .menu-product .categories-menu .sub-menu.open {
  display: block;
}
#list-products .menu-product .categories-menu .sub-menu ul {
  border-top: 0;
  margin: 0;
}
#list-products .menu-product .categories-menu .sub-menu ul li a {
  padding-left: 10px;
}
#list-products .menu-product .featured-product .image-wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 115px;
}
#list-products .menu-product .featured-product .image-wrapper .background {
  position: absolute;
  top: 125px;
  left: 50px;
  right: 0;
  bottom: -70px;
}
#list-products .menu-product .featured-product .image-wrapper .background.bg-blue {
  background: #90B0C8;
  background: #eeeced;
}
#list-products .menu-product .featured-product .image-wrapper .image-holder {
  margin-left: 33.3333333333%;
  display: block;
  text-align: center;
  position: relative;
}
#list-products .menu-product .featured-product .image-wrapper .image-holder img {
  max-width: 350px;
}
#list-products .menu-product .featured-product .text-wrapper {
  padding-left: 50px;
  position: relative;
}
#list-products .menu-product .featured-product .text-wrapper a {
  color: #fff;
  color: #A4A4A4;
}
#list-products .menu-product .featured-product .text-wrapper a p {
  color: #fff;
  color: #A4A4A4;
}
#list-products .menu-product .featured-product .text-wrapper a p span {
  color: #fff;
  color: #A4A4A4;
}
#list-products .menu-product .featured-product .text-wrapper a:hover {
  color: #4A4A4A;
}
#list-products .menu-product .featured-product .text-wrapper a:hover p {
  color: #4A4A4A;
}
#list-products .menu-product .featured-product .text-wrapper a:hover p span {
  color: #4A4A4A;
}
#list-products .menu-product .featured-product .text-wrapper p {
  font-size: 14px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}
#list-products .menu-product .featured-product .text-wrapper p a {
  color: #4A4A4A;
}
#list-products .menu-product .featured-product .text-wrapper h6 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#list-products .menu-product .featured-product .text-wrapper h6 a {
  color: #4A4A4A;
}
#list-products .menu-product .featured-product .text-wrapper > a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #4A4A4A;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#list-products .menu-product .featured-product .text-wrapper > a:hover {
  border: 1px solid #4A4A4A;
  background: transparent;
  color: #4A4A4A;
}
#list-products .more-products {
  margin-bottom: 195px;
}

.more-products .col-2:nth-child(2n) .product {
  padding-left: 50px;
  margin-bottom: 230px;
}
.more-products .col-2:nth-child(2n-1) .product {
  padding-right: 50px;
  margin-bottom: 120px;
  padding-top: 110px;
}
.more-products .product .bg-color {
  display: block;
  position: relative;
  height: 580px;
  margin-bottom: 75px;
  background-color: #eeeced !important;
}
.more-products .product .bg-color.orange {
  background: #F06427;
}
.more-products .product .bg-color.yellow {
  background: #FFB915;
}
.more-products .product .bg-color.dark-blue {
  background: #19375F;
}
.more-products .product .bg-color.light-blue {
  background: #90B0C8;
}
.more-products .product .bg-color.green {
  background: #4AAFAB;
}
.more-products .product .bg-color.grey {
  background: #B9B7AC;
}
.more-products .product .bg-color.pink {
  background: #C9344C;
}
.more-products .product .bg-color.red-wine {
  background: #9D2C50;
}
.more-products .product .bg-color.purple {
  background: #3C3F63;
}
.more-products .product p {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.more-products .product p a {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.more-products .product h3 {
  font-size: 30px;
  color: #4A4A4A;
  margin-bottom: 40px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.more-products .product h3 a {
  font-size: 30px;
  color: #4A4A4A;
  margin-bottom: 40px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.more-products .product .image-holder {
  padding: 0 50px;
  display: block;
  margin: 0 auto;
  max-height: 580px;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  text-align: center;
}
.more-products .product .image-holder img {
  max-height: 580px;
}

@media (min-width: 992px) and (max-width: 1289.98px) {
  #list-products .menu-product {
    margin-bottom: 50px;
  }
  #list-products .menu-product .page-title h1 {
    font-size: 35px;
  }
  #list-products .menu-product .featured-product .text-wrapper h6 {
    margin-bottom: 20px;
  }
  #list-products .menu-product .featured-product .text-wrapper a {
    position: static;
    display: block;
  }
  #list-products .menu-product .featured-product .image-wrapper {
    margin-bottom: 80px;
  }
  #list-products .menu-product .featured-product .image-wrapper .image-holder img {
    max-width: 275px;
  }
  .more-products .col-2:nth-child(2n-1) .product {
    padding-top: 50px;
    margin-bottom: 100px;
  }
  .more-products .col-2:nth-child(2n) .product {
    margin-bottom: 150px;
  }
  .more-products .product .bg-color {
    height: 400px;
  }
  .more-products .product .image-holder {
    padding: 0 35px;
    width: auto;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 400px;
  }
  .more-products .product .image-holder img {
    max-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .more-products .col-2:nth-child(2n-1) .product {
    padding-top: 50px;
    margin-bottom: 80px;
  }
  .more-products .col-2:nth-child(2n) .product {
    margin-bottom: 140px;
  }
  .more-products .product .bg-color {
    height: 425px;
  }
  .more-products .product.product-left-side {
    padding-right: 30px;
  }
  .more-products .product.product-right-side {
    padding-left: 30px;
  }
  .more-products .product .image-holder {
    width: auto;
    padding: 0 35px;
  }
  #list-products .back-wrapper a {
    left: 0;
  }
  #list-products .categories-menu-wrapper {
    margin-left: -20px;
  }
  #list-products .menu-product {
    padding-top: 100px;
    margin-bottom: 55px;
  }
  #list-products .menu-product .categories-menu ul li a {
    padding-left: 10px;
  }
  #list-products .menu-product .categories-menu .sub-menu ul li a {
    padding-left: 20px;
  }
  #list-products .menu-product .featured-product .text-wrapper h6 {
    margin-bottom: 20px;
  }
  #list-products .menu-product .featured-product .text-wrapper a {
    position: static;
    display: block;
  }
  #list-products .menu-product .featured-product .image-wrapper {
    margin-bottom: 80px;
  }
  #list-products .menu-product .featured-product .image-wrapper .image-holder img {
    max-width: 275px;
  }
  #list-products .more-products {
    margin-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  #list-products .back-wrapper a {
    left: 15px;
    top: 5px;
  }
  #list-products .categories-menu {
    display: none;
  }
  #list-products .menu-product {
    padding-top: 120px;
    margin-bottom: 0;
  }
  #list-products .menu-product .page-title {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  #list-products .menu-product .page-title h6 {
    font-size: 20px;
  }
  #list-products .menu-product .page-title h1 {
    font-size: 25px;
  }
  #list-products .menu-product .push-top {
    margin-top: 0;
  }
  #list-products .menu-product .featured-product {
    margin-bottom: 45px;
  }
  #list-products .menu-product .featured-product .image-wrapper {
    margin-bottom: 30px;
  }
  #list-products .menu-product .featured-product .image-wrapper .background {
    left: 0;
    bottom: 0;
  }
  #list-products .menu-product .featured-product .image-wrapper .image-holder {
    margin-left: 0;
    padding: 0 80px;
    padding-bottom: 25px;
  }
  #list-products .menu-product .featured-product .image-wrapper .image-holder img {
    max-width: 100%;
  }
  #list-products .menu-product .featured-product .text-wrapper {
    padding: 0 15px;
  }
  #list-products .menu-product .featured-product .text-wrapper a {
    display: block;
    position: static;
  }
  #list-products .menu-product .featured-product .text-wrapper h6 {
    margin-bottom: 20px;
  }
  #list-products .more-products {
    margin-bottom: 0;
  }
  .more-products .col-2:nth-child(2n-1) .product {
    padding: 0 50px 0 15px !important;
  }
  .more-products .col-2:nth-child(2n) .product {
    padding: 0 15px 0 50px !important;
  }
  .more-products .product {
    margin-bottom: 130px !important;
  }
  .more-products .product .bg-color {
    height: 375px;
  }
  .more-products .product .image-holder {
    max-height: 375px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 35px;
  }
  .more-products .product .image-holder img {
    max-height: 375px;
  }
}
/* Product Detail */
#product-detail .banner-product {
  padding-top: 200px;
  position: relative;
  height: 700px;
  margin-bottom: 170px;
}
#product-detail .banner-product .back-wrapper {
  position: relative;
}
#product-detail .banner-product .back-wrapper a {
  position: absolute;
  bottom: -70px;
  left: -20px;
  z-index: 2;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: block;
  background: #fff url(../images/icons/go-back.svg) no-repeat;
  background-size: 17px 11px;
  background-position: center center;
  position: absolute;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#product-detail .banner-product .back-wrapper a.fixed-arrow {
  position: fixed;
  right: auto;
  bottom: 100px;
  transform: rotate(180deg);
  z-index: 2;
}
#product-detail .banner-product.banner-2 .text-wrapper {
  padding-top: 175px;
}
#product-detail .banner-product.banner-2 .image-wrapper .image-holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  top: auto;
}
#product-detail .banner-product.banner-2 .image-wrapper .image-holder img {
  max-width: 400px;
}
#product-detail .banner-product .col-2 {
  position: relative;
}
#product-detail .banner-product .bg-color {
  position: absolute;
  top: 0;
  right: -25%;
  left: 0;
  bottom: 0;
  height: 500px;
  background-color: #eeeced !important;
}
#product-detail .banner-product .bg-color.orange {
  background: #F06427;
}
#product-detail .banner-product .bg-color.yellow {
  background: #FFB915;
}
#product-detail .banner-product .bg-color.dark-blue {
  background: #19375F;
}
#product-detail .banner-product .bg-color.light-blue {
  background: #90B0C8;
}
#product-detail .banner-product .bg-color.green {
  background: #4AAFAB;
}
#product-detail .banner-product .bg-color.grey {
  background: #B9B7AC;
}
#product-detail .banner-product .bg-color.pink {
  background: #C9344C;
}
#product-detail .banner-product .bg-color.red-wine {
  background: #9D2C50;
}
#product-detail .banner-product .bg-color.purple {
  background: #3C3F63;
}
#product-detail .banner-product .downloads {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 50%;
}
#product-detail .banner-product .downloads a {
  width: 50%;
  display: block;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
#product-detail .banner-product .downloads a.red {
  background: #ff0000;
}
#product-detail .banner-product .downloads a.black {
  background: #4A4A4A;
}
#product-detail .banner-product .text-wrapper {
  padding-top: 200px;
  padding-left: 100px;
  text-align: left;
}
#product-detail .banner-product .text-wrapper p {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #fff;
  color: #4A4A4A;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#product-detail .banner-product .text-wrapper h1 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
}
#product-detail .banner-product .image-wrapper {
  height: 500px;
}
#product-detail .banner-product .image-wrapper .image-holder {
  padding: 0 70px;
  display: block;
  text-align: center;
  position: relative;
  top: 115px;
}
#product-detail .banner-product .image-wrapper .image-holder img {
  width: 100%;
  max-width: 350px;
}
#product-detail .banner-product .arrow-down {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  display: block;
  background: #4A4A4A url(../images/icons/go-down.svg) no-repeat;
  background-size: 17px 24px;
  background-position: center center;
  position: absolute;
  right: -29px;
  bottom: -30px;
}
#product-detail .banner-product .arrow-down.fixed-arrow {
  position: fixed;
  right: auto;
  bottom: 100px;
  transform: rotate(180deg);
  z-index: 2;
}
#product-detail .details-product.details-product-2 p {
  margin-bottom: 18px;
  line-height: 1.45em;
}
#product-detail .details-product.details-product-2 .product-basic-info {
  margin-bottom: 10px;
}
#product-detail .details-product.details-product-2 .detailed-info:last-child {
  margin-bottom: 105px;
}
#product-detail .details-product .product-basic-info {
  margin-bottom: 125px;
}
#product-detail .details-product .product-basic-info .title-product h6 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #4A4A4A;
  line-height: 1.35em;
}
#product-detail .details-product .product-basic-info .title-product h5 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #4A4A4A;
  line-height: 1.35em;
  font-weight: 600;
  margin-bottom: 10px;
}
#product-detail .details-product p {
  font-size: 18px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  line-height: 1.6em;
  padding-right: 50px;
}
#product-detail .details-product .detailed-info {
  margin-bottom: 80px;
}
#product-detail .details-product .detailed-info h6 {
  font-size: 30px;
  line-height: 1.34em;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #4A4A4A;
  margin-bottom: 15px;
}
#product-detail .details-product .detailed-info .detail-image-wrapper {
  padding-right: 50px;
  max-width: 535px;
}
#product-detail .details-product .detailed-info .detail-image-wrapper span.image-holder {
  display: block;
  background-size: 100% auto;
  height: 485px;
  background-repeat: no-repeat;
  background-position: center center;
}
#product-detail .details-product .detailed-info .detail-image-wrapper.show-mobile {
  display: none;
}
#product-detail .details-product .detailed-info .texts-wrapper {
  padding-top: 140px;
}
#product-detail .details-product .detailed-info:last-child {
  margin-bottom: 160px;
}
#product-detail .see-more {
  margin-bottom: 25px;
}
#product-detail .see-more-btn {
  display: block;
  font-size: 18px;
  color: #ff0000;
  font-family: "Raleway", sans-serif;
}
#product-detail .options-versions {
  margin-bottom: 190px;
}
#product-detail .options-versions h6 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #4A4A4A;
  line-height: 1.35em;
  margin-bottom: 15px;
}
#product-detail .options-versions h6.versions {
  padding-top: 40px;
}
#product-detail .options-versions h5 {
  font-size: 18px;
  color: #4A4A4A;
  line-height: 1.45em;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
#product-detail .form-wrapper h6 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  line-height: 1.35em;
  margin-bottom: 40px;
}
#product-detail .form-wrapper fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#product-detail .form-wrapper fieldset .field {
  padding-right: 50px;
  margin-bottom: 30px;
}
#product-detail .form-wrapper fieldset .field input {
  width: 100%;
  font-size: 14px;
  color: #868A8D;
  font-weight: 600;
  letter-spacing: 2px;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #E5E8EA;
  text-transform: uppercase;
  box-sizing: border-box;
}
#product-detail .form-wrapper fieldset .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868A8D;
}
#product-detail .form-wrapper fieldset .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #868A8D;
}
#product-detail .form-wrapper fieldset .field :-ms-input-placeholder {
  /* IE 10+ */
  color: #868A8D;
}
#product-detail .form-wrapper fieldset .field :-moz-placeholder {
  /* Firefox 18- */
  color: #868A8D;
}
#product-detail .form-wrapper fieldset .textarea-wrapper {
  margin-bottom: 30px;
  padding-right: 50px;
}
#product-detail .form-wrapper fieldset .textarea-wrapper textarea {
  width: 100%;
  height: 160px;
  resize: none;
  padding: 0;
  margin: 0;
  border: 1px solid #E5E8EA;
  box-sizing: border-box;
  font-size: 14px;
  color: #868A8D;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 25px;
}
#product-detail .form-wrapper fieldset .textarea-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868A8D;
}
#product-detail .form-wrapper fieldset .textarea-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #868A8D;
}
#product-detail .form-wrapper fieldset .textarea-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #868A8D;
}
#product-detail .form-wrapper fieldset .textarea-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #868A8D;
}
#product-detail .form-wrapper fieldset .actions {
  margin-bottom: 115px;
}
#product-detail .form-wrapper fieldset .actions a {
  height: 50px;
  line-height: 50px;
  width: 160px;
  background: #4A4A4A;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #4A4A4A;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#product-detail .form-wrapper fieldset .actions a:hover {
  border: 1px solid #4A4A4A;
  background: transparent;
  color: #4A4A4A;
}
#product-detail .form-wrapper .rgpd {
  margin-bottom: 45px;
  padding-right: 50px;
  /* checkbox */
}
#product-detail .form-wrapper .rgpd label a {
  color: #4A4A4A;
  text-decoration: underline;
}
#product-detail .form-wrapper .rgpd .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  line-height: 2.16em;
}
#product-detail .form-wrapper .rgpd .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#product-detail .form-wrapper .rgpd .control input:checked ~ .control__indicator {
  background: #ff0000;
}
#product-detail .form-wrapper .rgpd .control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 1;
  pointer-events: none;
}
#product-detail .form-wrapper .rgpd .control input:checked ~ .control__indicator:after {
  display: block;
}
#product-detail .form-wrapper .rgpd .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border: 1px solid #E5E8EA;
}
#product-detail .form-wrapper .rgpd .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
#product-detail .form-wrapper .rgpd .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#product-detail .form-wrapper .error {
  color: #ff0000;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  margin-top: 5px;
}
#product-detail .next-product {
  position: relative;
  height: 300px;
}
#product-detail .next-product .col-2 {
  position: relative;
}
#product-detail .next-product .bg-color {
  position: absolute;
  top: 0;
  right: -25%;
  left: 0;
  bottom: 0;
  height: 300px;
  background-color: #eeeced !important;
}
#product-detail .next-product .bg-color.orange {
  background: #F06427;
}
#product-detail .next-product .bg-color.yellow {
  background: #FFB915;
}
#product-detail .next-product .bg-color.dark-blue {
  background: #19375F;
}
#product-detail .next-product .bg-color.light-blue {
  background: #90B0C8;
}
#product-detail .next-product .bg-color.green {
  background: #4AAFAB;
}
#product-detail .next-product .bg-color.grey {
  background: #B9B7AC;
}
#product-detail .next-product .bg-color.pink {
  background: #C9344C;
}
#product-detail .next-product .bg-color.red-wine {
  background: #9D2C50;
}
#product-detail .next-product .bg-color.purple {
  background: #3C3F63;
}
#product-detail .next-product .text-wrapper {
  padding-top: 55px;
  padding-left: 100px;
}
#product-detail .next-product .text-wrapper p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#product-detail .next-product .text-wrapper p a {
  color: #fff;
  color: #4A4A4A;
}
#product-detail .next-product .text-wrapper p.bottom-margin {
  margin-bottom: 40px;
}
#product-detail .next-product .text-wrapper h6 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
}
#product-detail .next-product .text-wrapper h6 a {
  color: #fff;
  color: #4A4A4A;
}
#product-detail .next-product .image-wrapper .image-holder {
  padding: 0 25px;
  display: block;
  text-align: center;
  position: relative;
  top: -90px;
}
#product-detail .next-product .image-wrapper .image-holder img {
  max-width: 215px;
  width: 100%;
}

#pages.menu-open .arrow-down {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #product-detail .banner-product {
    padding-top: 120px;
    margin-bottom: 125px;
    height: 475px;
  }
  #product-detail .banner-product .back-wrapper a {
    bottom: -50px !important;
    left: 10px !important;
  }
  #product-detail .banner-product .downloads {
    padding-left: 20px;
  }
  #product-detail .banner-product .downloads a {
    padding-top: 16px;
    font-size: 14px;
    height: 60px;
    box-sizing: border-box;
    line-height: normal;
  }
  #product-detail .banner-product .arrow-down {
    right: 5px;
  }
  #product-detail .banner-product .bg-color {
    right: 0;
    height: 350px;
  }
  #product-detail .banner-product .text-wrapper {
    padding-top: 50px;
    padding-left: 25px;
  }
  #product-detail .banner-product .image-wrapper {
    height: 350px;
  }
  #product-detail .banner-product .image-wrapper .image-holder {
    padding: 0 60px;
    top: 75px;
  }
  #product-detail .banner-product .image-wrapper .image-holder img {
    max-width: 100%;
  }
  #product-detail .next-product .bg-color {
    right: 0;
  }
  #product-detail .next-product .text-wrapper {
    padding-top: 50px;
    padding-left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  #product-detail .banner-product {
    padding-top: 150px;
    margin-bottom: 125px;
    height: 500px;
  }
  #product-detail .banner-product .downloads a {
    padding-top: 16px;
    font-size: 13px;
    height: 60px;
    box-sizing: border-box;
    line-height: normal;
    padding: 0 20px;
    padding-top: 15px;
  }
  #product-detail .banner-product .bg-color {
    height: 350px;
  }
  #product-detail .banner-product .text-wrapper {
    padding-top: 50px !important;
    padding-left: 25px;
  }
  #product-detail .banner-product .text-wrapper h1 {
    font-size: 35px;
  }
  #product-detail .banner-product .image-wrapper {
    height: 350px;
  }
  #product-detail .banner-product .image-wrapper .image-holder {
    padding: 0 60px;
    top: 75px;
  }
  #product-detail .banner-product .image-wrapper .image-holder img {
    max-width: 100%;
  }
  #product-detail .details-product .detailed-info .texts-wrapper {
    padding-top: 60px;
  }
  #product-detail .details-product .detailed-info .detail-image-wrapper {
    max-width: 410px;
    height: 360px;
  }
  #product-detail .details-product .detailed-info .detail-image-wrapper span.image-holder {
    height: 360px;
  }
  #product-detail .next-product .text-wrapper {
    padding-top: 50px;
    padding-left: 25px;
  }
  #product-detail .next-product .text-wrapper h6 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1289.98px) {
  #product-detail .details-product .detailed-info .detail-image-wrapper {
    max-width: 390px;
  }
  #product-detail .details-product .detailed-info .detail-image-wrapper span.image-holder {
    height: 340px;
  }
  #product-detail .details-product .detailed-info .texts-wrapper {
    padding-top: 40px;
  }
  #product-detail .details-product .detailed-info:last-child {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  #product-detail .banner-product,
  #product-detail .banner-product.banner-2 {
    padding-top: 120px;
    margin-bottom: 110px;
    height: auto;
  }
  #product-detail .banner-product .back-wrapper a,
  #product-detail .banner-product.banner-2 .back-wrapper a {
    bottom: -60px;
    left: 15px;
  }
  #product-detail .banner-product .bg-color,
  #product-detail .banner-product.banner-2 .bg-color {
    right: 0;
    height: auto;
  }
  #product-detail .banner-product .arrow-down,
  #product-detail .banner-product.banner-2 .arrow-down {
    display: none !important;
  }
  #product-detail .banner-product .downloads,
  #product-detail .banner-product.banner-2 .downloads {
    width: 100%;
    bottom: -60px;
  }
  #product-detail .banner-product .downloads a,
  #product-detail .banner-product.banner-2 .downloads a {
    font-size: 12px;
  }
  #product-detail .banner-product .image-wrapper,
  #product-detail .banner-product.banner-2 .image-wrapper {
    height: auto;
    padding-bottom: 30px;
  }
  #product-detail .banner-product .image-wrapper .image-holder,
  #product-detail .banner-product.banner-2 .image-wrapper .image-holder {
    top: 0;
    position: static;
  }
  #product-detail .banner-product .image-wrapper .image-holder img,
  #product-detail .banner-product.banner-2 .image-wrapper .image-holder img {
    max-width: 245px;
    height: auto;
  }
  #product-detail .banner-product .text-wrapper,
  #product-detail .banner-product.banner-2 .text-wrapper {
    padding: 75px 15px 0 15px;
  }
  #product-detail .banner-product .text-wrapper p,
  #product-detail .banner-product.banner-2 .text-wrapper p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #product-detail .banner-product .text-wrapper h1,
  #product-detail .banner-product.banner-2 .text-wrapper h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  #product-detail .details-product {
    padding: 0 15px;
  }
  #product-detail .details-product .product-basic-info .title-product h6 {
    font-size: 24px;
  }
  #product-detail .details-product .product-basic-info .title-product h5 {
    font-size: 28px;
    margin-bottom: 35px;
  }
  #product-detail .details-product p {
    padding: 0;
    margin-bottom: 15px;
  }
  #product-detail .details-product .product-basic-info {
    margin-bottom: 35px;
  }
  #product-detail .details-product .detailed-info {
    margin-bottom: 35px;
  }
  #product-detail .details-product .detailed-info .texts-wrapper {
    padding-top: 50px;
  }
  #product-detail .details-product .detailed-info .texts-wrapper h6 {
    font-size: 24px;
  }
  #product-detail .details-product .detailed-info .texts-wrapper h6 br {
    display: none;
  }
  #product-detail .details-product .detailed-info .detail-image-wrapper {
    padding: 0;
  }
  #product-detail .details-product .detailed-info .detail-image-wrapper.remove-mobile {
    display: none;
  }
  #product-detail .details-product .detailed-info .detail-image-wrapper.show-mobile {
    display: block;
  }
  #product-detail .details-product .detailed-info .detail-image-wrapper span.image-holder {
    height: 325px;
    width: 325px;
  }
  #product-detail .details-product .detailed-info.img-left .detail-image-wrapper {
    margin-left: -15px;
    text-align: left;
  }
  #product-detail .details-product .detailed-info.img-left .detail-image-wrapper .image-holder {
    display: inline-block;
  }
  #product-detail .details-product .detailed-info.img-right .detail-image-wrapper {
    margin-right: -15px;
    text-align: right;
  }
  #product-detail .details-product .detailed-info.img-right .detail-image-wrapper .image-holder {
    display: inline-block;
  }
  #product-detail .details-product .detailed-info:last-child {
    margin-bottom: 50px;
  }
  #product-detail .form-wrapper {
    padding: 0 15px;
  }
  #product-detail .form-wrapper h6 {
    font-size: 24px;
  }
  #product-detail .form-wrapper fieldset .field,
  #product-detail .form-wrapper fieldset .textarea-wrapper,
  #product-detail .form-wrapper fieldset .rgpd {
    padding: 0;
  }
  #product-detail .form-wrapper fieldset .actions {
    margin-bottom: 50px;
  }
  #product-detail .next-product {
    height: auto;
  }
  #product-detail .next-product .bg-color {
    right: 0;
    height: auto;
  }
  #product-detail .next-product .image-wrapper {
    display: none;
  }
  #product-detail .next-product .text-wrapper {
    padding: 50px 15px;
  }
  #product-detail .next-product .text-wrapper p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #product-detail .next-product .text-wrapper h6 {
    font-size: 25px;
    margin-bottom: 0;
  }
  #product-detail .options-versions {
    margin-bottom: 32px;
  }
  #product-detail .options-versions h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #product-detail .options-versions h6.versions {
    padding-top: 25px;
  }
}
/* History */
#history .title-about {
  padding-top: 200px;
}
#history .title-about .title-wrapper h1 {
  font-size: 24px;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
}
#history .title-about .title-wrapper h6 {
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  margin-bottom: 60px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#history .title-about .text-wrapper p {
  font-size: 22px;
  color: #4A4A4A;
  line-height: 1.45em;
  font-family: "Raleway", sans-serif;
  margin-bottom: 60px;
}
#history .featured-image {
  height: 500px;
  margin-bottom: 70px;
  position: relative;
}
#history .featured-image .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25%;
  left: 0;
  background: url("../images/photos/history.jpg") no-repeat;
  background-size: cover;
}
#history .history-texts .history-introduce {
  margin-bottom: 35px;
}
#history .history-texts .history-introduce h6 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#history .history-texts .history-introduce p {
  padding-right: 50px;
  font-size: 22px;
  line-height: 1.45em;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
}
#history .history-texts .timeline {
  margin-bottom: 75px;
}
#history .history-texts .timeline .mobile-timeline {
  display: none;
}
#history .history-texts .timeline .year {
  padding: 30px 20px 35px 20px;
  position: relative;
}
#history .history-texts .timeline .year#y1 {
  margin-top: 110px;
  padding-bottom: 0;
}
#history .history-texts .timeline .year#y2 {
  margin-top: 170px;
}
#history .history-texts .timeline .year#y3 {
  margin-top: 70px;
}
#history .history-texts .timeline .year.grey {
  background: #E5E8EA;
}
#history .history-texts .timeline .year.border {
  border-top: 1px solid #E5E8EA;
  border-bottom: 1px solid #E5E8EA;
}
#history .history-texts .timeline .year h5 {
  font-size: 50px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
#history .history-texts .timeline .year p {
  font-size: 16px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
}
#history .history-texts .timeline .year .image-holder {
  margin: 25px -20px;
  margin-bottom: 0;
  display: block;
}
#history .history-texts .owners-message {
  text-align: center;
  margin-bottom: 65px;
}
#history .history-texts .owners-message p {
  font-size: 22px;
  color: #4A4A4A;
  line-height: 1.8em;
  font-family: "Raleway", sans-serif;
}
#history .where-we-are {
  margin-bottom: 105px;
}
#history .benefits h5,
#history .benefits-2 h5 {
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 55px;
}
#history .benefits p,
#history .benefits-2 p {
  padding-right: 50px;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 1.44em;
  font-family: "Raleway", sans-serif;
  margin-bottom: 26px;
}
#history .benefits p:last-child,
#history .benefits-2 p:last-child {
  margin-bottom: 0;
}
#history .benefits {
  margin-bottom: 145px;
}
#history .benefits-2 {
  margin-bottom: 130px;
}
#history .responsability {
  margin-bottom: 90px;
}
#history .responsability .text-wrapper {
  padding-right: 25.9%;
  padding-top: 60px;
}
#history .responsability .text-wrapper h6 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.33em;
}
#history .responsability .text-wrapper p {
  font-size: 22px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  line-height: 1.54em;
}
#history .responsability .image-holder {
  display: block;
  height: 375px;
  position: relative;
}
#history .responsability .image-wrapper {
  height: 375px;
  position: absolute;
  top: 0;
  left: -25.9%;
  right: 0;
  bottom: 0;
  background-image: url(../images/photos/responsabilidade-social.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#history .what-we-do {
  margin-bottom: 80px;
}
#history .what-we-do .logo-holder {
  display: block;
  text-align: center;
  height: 105px;
  margin-bottom: 30px;
  position: relative;
}
#history .what-we-do .logo-holder .hover-image {
  display: none;
}
#history .what-we-do .logo-holder:hover .hover-hide {
  display: none;
}
#history .what-we-do .logo-holder:hover .hover-image {
  display: block;
}
#history .what-we-do .logo-holder:hover .legend-hover {
  display: block;
}
#history .what-we-do .logo-holder .legend-hover {
  display: none;
  width: 355px;
  min-height: 105px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 80%;
  z-index: 2;
  padding: 15px 20px 0 20px;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #E5E8EA;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#history .what-we-do .logo-holder .legend-hover .arrow-left {
  height: 8px;
  width: 5px;
  background-image: url(../images/icons/award_box_left_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -5px;
  top: 10px;
}
#history .what-we-do .logo-holder .legend-hover h6 {
  font-size: 18px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}
#history .what-we-do .logo-holder .legend-hover p {
  font-size: 16px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
}
#history .what-we-do .legend {
  font-size: 14px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 55px;
}

.mission-and-values {
  margin-bottom: 122px;
}
.mission-and-values .item {
  margin-bottom: 38px;
}
.mission-and-values .align-right {
  text-align: right;
}
.mission-and-values .align-left {
  text-align: left;
}
.mission-and-values h5 {
  font-size: 40px;
  letter-spacing: 0.6px;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  margin-bottom: 15px;
}
.mission-and-values p {
  font-size: 22px;
  line-height: 1.45em;
  font-family: "Raleway", sans-serif;
  margin-bottom: 1.45em;
}

@media (min-width: 992px) and (max-width: 1289.98px) {
  #history .responsability .text-wrapper {
    padding-right: 0;
  }
  #history .responsability .image-holder .image-wrapper {
    left: 0;
  }
  #history .benefits h5 br,
  #history .benefits-2 h5 br {
    display: none;
  }
  #history .title-about .title-wrapper h6 {
    font-size: 35px;
  }
  .mission-and-values h5 {
    font-size: 30px;
  }
  .mission-and-values p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #history .featured-image {
    height: 500px;
    margin-bottom: 75px;
    position: relative;
  }
  #history .featured-image .image {
    right: -20px;
    left: -20px;
    background-position: center center;
  }
  #history .history-texts .history-introduce {
    margin-bottom: 25px;
  }
  #history .history-texts .timeline {
    margin-bottom: 75px;
  }
  #history .history-texts .timeline .year#y1 {
    margin-left: -20px;
  }
  #history .history-texts .timeline .year#y3 {
    margin-right: -20px;
  }
  #history .history-texts .timeline .year p {
    font-size: 14px;
  }
  #history .history-texts .timeline .year h5 {
    font-size: 35px;
  }
  #history .responsability .text-wrapper {
    padding-right: 0;
  }
  #history .responsability .image-holder .image-wrapper {
    left: 0;
  }
  .mission-and-values {
    margin-bottom: 75px;
  }
}
@media (max-width: 767.98px) {
  #history .title-about {
    padding: 0 15px;
    padding-top: 120px;
  }
  #history .title-about .title-wrapper h6 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  #history .title-about .text-wrapper p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  #history .featured-image {
    height: 250px;
    position: relative;
    margin-bottom: 50px;
  }
  #history .featured-image .image {
    right: 15px;
    left: 15px;
  }
  #history .history-texts .history-introduce {
    margin-bottom: 35px;
  }
  #history .history-texts .history-introduce h6 {
    padding: 0 15px;
    font-size: 28px;
  }
  #history .history-texts .history-introduce p {
    padding: 0 15px;
    font-size: 18px;
  }
  #history .history-texts .owners-message {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  #history .history-texts .owners-message p {
    font-size: 18px;
  }
  #history .history-texts .timeline .desktop-timeline {
    display: none;
  }
  #history .history-texts .timeline .mobile-timeline {
    display: block;
  }
  #history .history-texts .timeline .mobile-timeline .swiper-slide {
    width: 75%;
  }
  #history .history-texts .timeline .year.border {
    border: 1px solid #E5E8EA;
  }
  #history .history-texts .timeline .year#y1, #history .history-texts .timeline .year#y2, #history .history-texts .timeline .year#y3 {
    margin-top: 0;
  }
  #history .what-we-do .col-1 {
    width: 50% !important;
  }
  #history .where-we-are {
    margin-bottom: 45px;
  }
  #history .benefits,
  #history .benefits-2 {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  #history .benefits h5,
  #history .benefits-2 h5 {
    margin-bottom: 35px;
  }
  #history .benefits h5 br,
  #history .benefits-2 h5 br {
    display: none;
  }
  #history .benefits p,
  #history .benefits-2 p {
    padding: 0;
  }
  #history .responsability .text-wrapper {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  #history .responsability .image-wrapper {
    left: 0;
  }
  .mission-and-values {
    margin-bottom: 10px;
  }
}
/* Lab I&D */
#lab_id .title-wrapper,
#marques_academy .title-wrapper {
  padding-top: 200px;
}
#lab_id .title-wrapper p,
#marques_academy .title-wrapper p {
  font-size: 24px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#lab_id .title-wrapper h1,
#marques_academy .title-wrapper h1 {
  font-size: 40px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#lab_id .text-about-page,
#marques_academy .text-about-page {
  padding-top: 75px;
  margin-bottom: 105px;
}
#lab_id .text-about-page p,
#marques_academy .text-about-page p {
  font-size: 22px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  padding-right: 35px;
  line-height: 1.45em;
}
#lab_id .text-about-page p span,
#marques_academy .text-about-page p span {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
  line-height: 1.33em;
}
#lab_id .text-about-page .image-wrapper,
#marques_academy .text-about-page .image-wrapper {
  height: 325px;
  position: relative;
}
#lab_id .text-about-page .gif-holder,
#marques_academy .text-about-page .gif-holder {
  position: absolute;
  top: -75px;
  bottom: 0;
  left: 0;
  right: -50%;
  background-image: url("../images/garbage/gif.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#lab_id .teams,
#marques_academy .teams {
  margin-bottom: 60px;
}
#lab_id .teams .phrase-wrapper,
#marques_academy .teams .phrase-wrapper {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  color: #4A4A4A;
  line-height: 1.46em;
  margin-bottom: 100px;
}
#lab_id .teams .image-holder,
#marques_academy .teams .image-holder {
  display: block;
  margin-bottom: 30px;
  max-width: 485px;
  max-height: 485px;
}
#lab_id .teams .image-holder img,
#marques_academy .teams .image-holder img {
  width: 100%;
}
#lab_id .teams .team,
#marques_academy .teams .team {
  max-width: 485px;
}
#lab_id .teams .team p,
#marques_academy .teams .team p {
  padding-right: 55px;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  color: #4A4A4A;
  line-height: 1.3em;
}
#lab_id .teams .team-hardware,
#marques_academy .teams .team-hardware {
  float: right;
  padding-top: 100px;
}
#lab_id .inovations.inovations-product,
#marques_academy .inovations.inovations-product {
  margin-bottom: 145px;
}
#lab_id .inovations.inovations-product .image-wrapper,
#marques_academy .inovations.inovations-product .image-wrapper {
  margin-top: 50px;
  float: right;
  padding-left: 50px;
}
#lab_id .inovations.inovations-product p,
#marques_academy .inovations.inovations-product p {
  padding-right: 50px;
}
#lab_id .inovations.inovations-product h6,
#marques_academy .inovations.inovations-product h6 {
  padding-right: 50px;
}
#lab_id .inovations.inovations-operations-production,
#marques_academy .inovations.inovations-operations-production {
  margin-bottom: 225px;
}
#lab_id .inovations.inovations-operations-production .image-wrapper,
#marques_academy .inovations.inovations-operations-production .image-wrapper {
  margin-top: 125px;
  padding-right: 50px;
}
#lab_id .inovations.inovations-operations-production p,
#marques_academy .inovations.inovations-operations-production p {
  padding-left: 50px;
}
#lab_id .inovations.inovations-operations-production h6,
#marques_academy .inovations.inovations-operations-production h6 {
  padding-left: 50px;
}
#lab_id .inovations .image-wrapper,
#marques_academy .inovations .image-wrapper {
  display: block;
  max-width: 485px;
}
#lab_id .inovations .image-wrapper img,
#marques_academy .inovations .image-wrapper img {
  width: auto;
}
#lab_id .inovations .image-wrapper .no-image,
#marques_academy .inovations .image-wrapper .no-image {
  display: block;
  background: #F2F2F2;
  height: 485px;
  width: 485px;
  max-width: 100%;
}
#lab_id .inovations h6,
#marques_academy .inovations h6 {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  color: #4A4A4A;
  line-height: 40px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#lab_id .inovations p,
#marques_academy .inovations p {
  font-size: 18px;
  color: #4A4A4A;
  line-height: 2.23em;
  font-family: "Raleway", sans-serif;
}
#lab_id .desktop-hide,
#marques_academy .desktop-hide {
  display: none;
}

@media (min-width: 992px) and (max-width: 1289.98px) {
  #lab_id .text-about-page,
  #marques_academy .text-about-page {
    padding-top: 25px;
  }
  #lab_id .text-about-page .gif-holder,
  #marques_academy .text-about-page .gif-holder {
    top: -25px;
  }
  #lab_id .text-about-page p,
  #marques_academy .text-about-page p {
    padding-right: 0;
  }
  #lab_id .teams .team-software .image-holder,
  #marques_academy .teams .team-software .image-holder {
    padding-right: 50px;
  }
  #lab_id .teams .team-software p,
  #marques_academy .teams .team-software p {
    padding-left: 0;
    padding-right: 50px;
  }
  #lab_id .teams .team-hardware .image-holder,
  #marques_academy .teams .team-hardware .image-holder {
    padding-left: 50px;
  }
  #lab_id .teams .team-hardware p,
  #marques_academy .teams .team-hardware p {
    padding-left: 50px;
    padding-right: 0;
  }
  #lab_id .teams .phrase-wrapper,
  #marques_academy .teams .phrase-wrapper {
    font-size: 26px;
  }
  #lab_id .teams .team p,
  #marques_academy .teams .team p {
    font-size: 22px;
  }
  #lab_id .inovations h6,
  #marques_academy .inovations h6 {
    font-size: 25px;
  }
  #lab_id .inovations p,
  #marques_academy .inovations p {
    font-size: 16px;
  }
  #lab_id .inovations.inovations-operations-production .image-wrapper,
  #marques_academy .inovations.inovations-operations-production .image-wrapper {
    padding-right: 50px;
  }
  #lab_id .inovations .image-wrapper,
  #marques_academy .inovations .image-wrapper {
    width: auto;
    background: transparent;
  }
  #lab_id .inovations .no-image,
  #marques_academy .inovations .no-image {
    height: 290px;
    width: 290px;
    display: block;
    background: #F2F2F2;
  }
  #lab_id .title-wrapper h1,
  #marques_academy .title-wrapper h1 {
    font-size: 35px;
  }
  #lab_id .text-about-page p,
  #marques_academy .text-about-page p {
    font-size: 18px;
    padding-right: 15px;
  }
  #lab_id .text-about-page p span,
  #marques_academy .text-about-page p span {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #lab_id .title-wrapper,
  #marques_academy .title-wrapper {
    padding-top: 120px;
  }
  #lab_id .title-wrapper h1,
  #marques_academy .title-wrapper h1 {
    margin-bottom: 45px;
  }
  #lab_id .text-about-page,
  #marques_academy .text-about-page {
    margin-bottom: 45px;
    padding-top: 0;
  }
  #lab_id .text-about-page p span,
  #marques_academy .text-about-page p span {
    margin-bottom: 45px;
  }
  #lab_id .text-about-page .image-wrapper,
  #marques_academy .text-about-page .image-wrapper {
    height: auto;
    position: relative;
  }
  #lab_id .text-about-page .gif-holder,
  #marques_academy .text-about-page .gif-holder {
    position: static;
    display: block;
    height: 310px !important;
    background-image: url("../images/garbage/gif.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #lab_id .teams .team,
  #marques_academy .teams .team {
    max-width: 340px;
  }
  #lab_id .inovations .image-wrapper,
  #marques_academy .inovations .image-wrapper {
    max-width: 340px;
    background: transparent;
  }
  #lab_id .inovations .image-wrapper .no-image,
  #marques_academy .inovations .image-wrapper .no-image {
    width: 340px;
    height: 340px;
    background: #F2F2F2;
    display: block;
  }
}
@media (max-width: 767.98px) {
  #lab_id .mobile-hide,
  #marques_academy .mobile-hide {
    display: none;
  }
  #lab_id .desktop-hide,
  #marques_academy .desktop-hide {
    display: block;
  }
  #lab_id .title-wrapper,
  #marques_academy .title-wrapper {
    padding: 0 15px;
    padding-top: 120px;
  }
  #lab_id .title-wrapper h1,
  #marques_academy .title-wrapper h1 {
    margin-bottom: 0;
    font-size: 28px;
  }
  #lab_id .text-about-page,
  #marques_academy .text-about-page {
    padding: 25px 15px 0 15px;
    margin-bottom: 50px;
  }
  #lab_id .text-about-page p,
  #marques_academy .text-about-page p {
    padding-right: 0;
    font-size: 18px;
  }
  #lab_id .text-about-page p span,
  #marques_academy .text-about-page p span {
    margin-bottom: 50px;
    margin-top: 20px;
    font-size: 25px;
  }
  #lab_id .text-about-page .image-wrapper,
  #marques_academy .text-about-page .image-wrapper {
    height: auto !important;
  }
  #lab_id .text-about-page .gif-holder,
  #marques_academy .text-about-page .gif-holder {
    width: 100%;
    height: 190px !important;
    position: static;
    display: block;
  }
  #lab_id .teams .phrase-wrapper,
  #marques_academy .teams .phrase-wrapper {
    padding: 0 15px;
    margin-bottom: 50px;
    font-size: 20px;
  }
  #lab_id .teams .team.team-software,
  #marques_academy .teams .team.team-software {
    padding-right: 40px;
  }
  #lab_id .teams .team.team-software p,
  #marques_academy .teams .team.team-software p {
    padding: 0 0 0 15px;
  }
  #lab_id .teams .team.team-hardware,
  #marques_academy .teams .team.team-hardware {
    padding-left: 40px;
    padding-top: 50px;
  }
  #lab_id .teams .team.team-hardware p,
  #marques_academy .teams .team.team-hardware p {
    padding: 0 15px 0 0;
  }
  #lab_id .teams .team p,
  #marques_academy .teams .team p {
    font-size: 18px;
  }
  #lab_id .inovations h6,
  #marques_academy .inovations h6 {
    padding: 0 15px;
  }
  #lab_id .inovations h6 br,
  #marques_academy .inovations h6 br {
    display: none;
  }
  #lab_id .inovations p,
  #marques_academy .inovations p {
    padding: 0 15px;
  }
  #lab_id .inovations.inovations-product,
  #marques_academy .inovations.inovations-product {
    margin-bottom: 45px;
  }
  #lab_id .inovations.inovations-product .image-wrapper,
  #marques_academy .inovations.inovations-product .image-wrapper {
    margin-top: 0;
    margin-bottom: 45px;
    float: left;
    padding-left: 0;
    padding-right: 50px;
  }
  #lab_id .inovations.inovations-product .image-wrapper .no-image,
  #marques_academy .inovations.inovations-product .image-wrapper .no-image {
    width: 320px;
    height: 320px;
  }
  #lab_id .inovations.inovations-product h6,
  #lab_id .inovations.inovations-product p,
  #marques_academy .inovations.inovations-product h6,
  #marques_academy .inovations.inovations-product p {
    padding-right: 50px;
  }
  #lab_id .inovations.inovations-operations-production,
  #marques_academy .inovations.inovations-operations-production {
    margin-bottom: 45px;
  }
  #lab_id .inovations.inovations-operations-production .image-wrapper,
  #marques_academy .inovations.inovations-operations-production .image-wrapper {
    margin-top: 0;
    margin-bottom: 45px;
    padding-right: 0;
    padding-left: 50px;
  }
  #lab_id .inovations.inovations-operations-production h6,
  #marques_academy .inovations.inovations-operations-production h6 {
    padding-left: 50px;
  }
  #lab_id .inovations.inovations-operations-production h6 br,
  #marques_academy .inovations.inovations-operations-production h6 br {
    display: block;
  }
  #lab_id .inovations.inovations-operations-production p,
  #marques_academy .inovations.inovations-operations-production p {
    padding-left: 50px;
  }
}
/* Certification */
#certification .page-title {
  padding-top: 200px;
  margin-bottom: 60px;
}
#certification .page-title h6 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #4A4A4A;
  text-transform: uppercase;
}
#certification .page-title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
}
#certification .text-holder {
  margin-bottom: 80px;
}
#certification .text-holder p {
  font-size: 22px;
  color: #4A4A4A;
  line-height: 1.45em;
  font-family: "Raleway", sans-serif;
  margin-bottom: 32px;
}
#certification .text-holder p:last-child {
  margin-bottom: 0;
}
#certification .certifications-wrapper {
  margin-bottom: 125px;
}
#certification .certifications-wrapper .logo-wrapper {
  text-align: center;
  display: block;
}
#certification .certifications-wrapper .logo-wrapper .image-wrapper {
  display: block;
  height: 145px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
#certification .certifications-wrapper .logo-wrapper .image-wrapper.pd-top {
  padding-top: 30px;
}
#certification .certifications-wrapper .logo-wrapper .text-wrapper {
  font-size: 14px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #certification .page-title {
    padding-top: 120px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  #certification .page-title {
    padding: 0 15px;
    padding-top: 120px;
    margin-bottom: 25px;
  }
  #certification .page-title h6 {
    font-size: 20px;
  }
  #certification .page-title h4 {
    font-size: 25px;
  }
  #certification .text-holder {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  #certification .text-holder p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #certification .certifications-wrapper {
    margin-bottom: 0;
  }
  #certification .certifications-wrapper .logo-wrapper {
    margin-bottom: 45px;
  }
  #certification .certifications-wrapper .logo-wrapper .image-wrapper {
    height: auto;
  }
  #certification .certifications-wrapper .logo-wrapper .image-wrapper.logo-width img {
    width: 160px;
  }
  #certification .certifications-wrapper .logo-wrapper .image-wrapper.pd-top {
    padding: 0;
  }
}
/* Markets */
#markets .page-title {
  padding-top: 200px;
  margin-bottom: 60px;
}
#markets .page-title h1 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #4A4A4A;
  text-transform: uppercase;
}
#markets .page-title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
}
#markets .text-holder {
  margin-bottom: 70px;
  padding-right: 35px;
}
#markets .text-holder p {
  font-size: 22px;
  color: #4A4A4A;
  line-height: 1.45em;
  font-family: "Raleway", sans-serif;
  margin-bottom: 32px;
}
#markets .text-holder p:last-child {
  margin-bottom: 0;
}
#markets .banner-wrapper {
  height: 300px;
  padding: 25px 30px;
  margin-top: -40px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-color: #F2F2F2;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#markets .banner-wrapper h6 {
  font-size: 24px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#markets .banner-wrapper.no-image {
  background: #f2f2f2;
}
#markets .banner-wrapper.first-banner {
  margin-top: 0;
}
#markets .banner-wrapper .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#markets .banner-wrapper .image {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
#markets .banner-wrapper:hover {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  position: relative;
  z-index: 2;
}
#markets .banner-wrapper:hover h6 {
  color: #fff;
}
#markets .banner-wrapper:hover .mask {
  opacity: 1;
}
#markets .banner-wrapper:hover .image {
  opacity: 1;
}
#markets .banner-wrapper.agricola .image {
  background-image: url("../images/markets/agricola-banner-hover.jpg");
}
#markets .banner-wrapper.alimentar .image {
  background-image: url("../images/markets/alimentar-banner-hover.jpg");
}
#markets .banner-wrapper.industria .image {
  background-image: url("../images/markets/industria-banner.jpg");
}
#markets .banner-wrapper.logistica .image {
  background-image: url("../images/markets/logistica-banner-hover.jpg");
}
#markets .banner-wrapper.retalho .image {
  background-image: url("../images/markets/retalho-banner-hover.jpg");
}
#markets .banners-container {
  margin-bottom: 200px;
}
#markets .banners-container .container:first-child .banner-wrapper {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #markets .page-title {
    padding-top: 120px;
    margin-bottom: 40px;
  }
  #markets .banners-container {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  #markets .page-title {
    padding: 0 15px;
    padding-top: 120px;
    margin-bottom: 25px;
  }
  #markets .page-title h1 {
    font-size: 20px;
  }
  #markets .page-title h4 {
    font-size: 25px;
  }
  #markets .text-holder {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  #markets .text-holder p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #markets .banner-wrapper {
    height: 230px;
    padding: 20px 15px;
  }
  #markets .banner-wrapper h6 {
    font-size: 20px;
  }
  #markets .banners-container {
    margin-bottom: 75px;
  }
  #markets .banners-container .col-3 {
    width: 75%;
  }
  #markets .banners-container .col-offset-1 {
    margin-left: 25%;
  }
}
/* Quality Policy */
#quality-policy .policy-privacy-title .page-title,
#privacy-policy-page .policy-privacy-title .page-title {
  padding-top: 0;
}
#quality-policy .page-title,
#privacy-policy-page .page-title {
  padding-top: 200px;
  margin-bottom: 60px;
}
#quality-policy .page-title h6,
#privacy-policy-page .page-title h6 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #4A4A4A;
  text-transform: uppercase;
}
#quality-policy .page-title h4,
#privacy-policy-page .page-title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
}
#quality-policy .text-holder,
#privacy-policy-page .text-holder {
  margin-bottom: 120px;
  padding-right: 35px;
}
#quality-policy .text-holder p,
#privacy-policy-page .text-holder p {
  font-size: 18px;
  color: #4A4A4A;
  line-height: 1.45em;
  font-family: "Raleway", sans-serif;
  margin-bottom: 32px;
}
#quality-policy .text-holder p:last-child,
#privacy-policy-page .text-holder p:last-child {
  margin-bottom: 0;
}
#quality-policy .logos-wrapper,
#privacy-policy-page .logos-wrapper {
  margin-bottom: 125px;
}
#quality-policy .logos-wrapper .logo-holder,
#privacy-policy-page .logos-wrapper .logo-holder {
  display: block;
  text-align: center;
  height: 130px;
  margin-bottom: 30px;
  position: relative;
}
#quality-policy .logos-wrapper .logo-holder .hover-image,
#privacy-policy-page .logos-wrapper .logo-holder .hover-image {
  display: none;
}
#quality-policy .logos-wrapper .logo-holder:hover .hover-hide,
#privacy-policy-page .logos-wrapper .logo-holder:hover .hover-hide {
  display: none;
}
#quality-policy .logos-wrapper .logo-holder:hover .hover-image,
#privacy-policy-page .logos-wrapper .logo-holder:hover .hover-image {
  display: block;
}
#quality-policy .logos-wrapper .logo-holder:hover .legend-hover,
#privacy-policy-page .logos-wrapper .logo-holder:hover .legend-hover {
  display: block;
}
#quality-policy .logos-wrapper .logo-holder .legend-hover,
#privacy-policy-page .logos-wrapper .logo-holder .legend-hover {
  display: none;
  width: 355px;
  min-height: 105px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 80%;
  z-index: 2;
  padding: 15px 20px 0 20px;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid #E5E8EA;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
#quality-policy .logos-wrapper .logo-holder .legend-hover .arrow-left,
#privacy-policy-page .logos-wrapper .logo-holder .legend-hover .arrow-left {
  height: 8px;
  width: 5px;
  background-image: url(../images/icons/award_box_left_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -5px;
  top: 10px;
}
#quality-policy .logos-wrapper .logo-holder .legend-hover h6,
#privacy-policy-page .logos-wrapper .logo-holder .legend-hover h6 {
  font-size: 18px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}
#quality-policy .logos-wrapper .logo-holder .legend-hover p,
#privacy-policy-page .logos-wrapper .logo-holder .legend-hover p {
  font-size: 16px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
}
#quality-policy .logos-wrapper .legend,
#privacy-policy-page .logos-wrapper .legend {
  font-size: 14px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 75px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #quality-policy .page-title,
  #privacy-policy-page .page-title {
    padding-top: 120px;
    margin-bottom: 40px;
  }
  #privacy-policy-page .policy-privacy-title .page-title {
    padding-top: 85px;
  }
  #privacy-policy-page .policy-privacy-title .text-holder {
    margin-bottom: 120px !important;
  }
  #privacy-policy-page .text-holder {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  #quality-policy .text-holder {
    margin-bottom: 75px !important;
  }
  #quality-policy .policy-privacy-title .page-title,
  #privacy-policy-page .policy-privacy-title .page-title {
    padding-top: 0px;
  }
  #quality-policy .page-title,
  #privacy-policy-page .page-title {
    padding: 0 15px;
    padding-top: 120px;
    margin-bottom: 25px;
  }
  #quality-policy .page-title h6,
  #privacy-policy-page .page-title h6 {
    font-size: 20px;
  }
  #quality-policy .page-title h4,
  #privacy-policy-page .page-title h4 {
    font-size: 25px;
  }
  #quality-policy .text-holder,
  #privacy-policy-page .text-holder {
    padding: 0 15px;
    margin-bottom: 0;
  }
  #quality-policy .text-holder p,
  #privacy-policy-page .text-holder p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #quality-policy .policy-privacy-title,
  #privacy-policy-page .policy-privacy-title {
    padding-top: 120px;
  }
  #quality-policy .policy-privacy-title .text-holder,
  #privacy-policy-page .policy-privacy-title .text-holder {
    margin-bottom: 45px;
  }
  #quality-policy .logos-wrapper,
  #privacy-policy-page .logos-wrapper {
    margin-bottom: 0;
  }
  #quality-policy .logos-wrapper .logo-holder,
  #privacy-policy-page .logos-wrapper .logo-holder {
    margin-bottom: 20px;
    height: 125px;
  }
  #quality-policy .logos-wrapper .logo-holder:hover .legend-hover,
  #privacy-policy-page .logos-wrapper .logo-holder:hover .legend-hover {
    display: none;
  }
  #quality-policy .logos-wrapper .legend,
  #privacy-policy-page .logos-wrapper .legend {
    margin-bottom: 60px;
  }
}
/* Categories Products */
#products-categories .page-wrapper {
  padding-top: 200px;
  position: relative;
}
#products-categories .banner {
  height: 400px;
  margin-bottom: 70px;
  background-size: cover;
  position: relative;
  display: block;
}
#products-categories .banner h2 {
  font-size: 40px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
}
#products-categories .banner.green {
  background: #4AAFAB;
}
#products-categories .banner.red-wine {
  background: #9D2C50;
}
#products-categories .banner.blue {
  background: #90B0C8;
}
#products-categories .category a.see-all {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #4A4A4A;
  color: #fff;
  display: block;
  margin-bottom: 105px;
  text-align: center;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#products-categories .category a.see-all:hover {
  border: 1px solid #4A4A4A;
  background: transparent;
  color: #4A4A4A;
}
#products-categories .alg-r h2 {
  left: 90px;
}
#products-categories .alg-r .more-products .col-2:nth-child(2n-1) .product {
  padding-top: 0;
  margin-bottom: 0;
}
#products-categories .alg-r .more-products .col-2:nth-child(2n) .product {
  padding-top: 115px;
  margin-bottom: 15px;
}
#products-categories .alg-r .more-products .col-2:nth-child(2n) .product .bg-color {
  margin-bottom: 15px;
}
#products-categories .alg-l .more-products .col-2:nth-child(2n-1) .product {
  padding-top: 110px;
  margin-bottom: 150px;
}
#products-categories .alg-l .more-products .col-2:nth-child(2n) .product {
  padding-top: 0;
  margin-bottom: 0;
}
#products-categories .more-products .product.product-left-side {
  margin-bottom: 135px;
}
#products-categories .more-products .product.product-right-side {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #products-categories .banner {
    height: 230px;
  }
  #products-categories .banner h2 {
    left: 90px !important;
  }
}
@media (max-width: 767.98px) {
  #products-categories .banner {
    height: 230px;
  }
  #products-categories .banner h2 {
    left: 25px !important;
    font-size: 30px;
  }
  #products-categories .category a.see-all {
    margin-left: 15px;
  }
}
/* Recruitment */
#recruitment .sem-vagas h5 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}
#recruitment .recruitment-wrapper {
  margin-top: -120px;
}
#recruitment .recruitment-wrapper .col-2:nth-child(2n) {
  padding-top: 120px;
}
#recruitment .page-title {
  padding-top: 200px;
  margin-bottom: 45px;
}
#recruitment .page-title h1 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #4A4A4A;
  text-transform: uppercase;
}
#recruitment .page-title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
}
#recruitment .text-holder {
  margin-bottom: 75px;
  padding-right: 35px;
}
#recruitment .text-holder h6 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}
#recruitment .text-holder p {
  font-size: 22px;
  color: #4A4A4A;
  line-height: 1.45em;
  font-family: "Raleway", sans-serif;
  margin-bottom: 32px;
}
#recruitment .text-holder p:last-child {
  margin-bottom: 0;
}
#recruitment .text-holder p a {
  color: #4A4A4A;
  font-weight: 600;
}
#recruitment .cards-holder {
  padding-top: 120px;
  margin-bottom: 90px;
}
#recruitment .cards-holder .card-wrapper {
  padding-right: 50px;
}
#recruitment .cards-holder .card {
  padding: 30px;
  display: block;
  height: auto;
  padding-right: 80px;
  position: relative;
  margin-bottom: 60px;
}
#recruitment .cards-holder .card.red {
  background: #ff0000;
}
#recruitment .cards-holder .card.orange {
  background: #F78300;
}
#recruitment .cards-holder .card p.job {
  font-size: 30px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
#recruitment .cards-holder .card p.country {
  font-size: 24px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}
#recruitment .cards-holder .card p.local {
  font-size: 18px;
  color: #fff;
  font-family: "Raleway", sans-serif;
}
#recruitment .cards-holder .card .plus {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  background-size: 21px 21px;
  background-image: url("../images/icons/plus-signal.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#recruitment .cards-holder .right-cards {
  padding-top: 120px;
}
#recruitment .about-job.open {
  display: block;
}
#recruitment .about-job .page-title h1,
#recruitment .about-job .page-title h4 {
  color: #000;
}
#recruitment .about-job .page-title h4 {
  font-weight: 700;
  font-size: 40px;
}
#recruitment .about-job .close-btn {
  padding: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 17px;
  border-radius: 4px;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 999;
}
#recruitment .about-job .close-btn span {
  width: 20px;
  height: 1px;
  background: #ff0000;
  display: block;
  margin-bottom: 6px;
  position: relative;
}
#recruitment .about-job .close-btn span:first-child {
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
}
#recruitment .about-job .close-btn span:last-child {
  transform: rotate(-45deg);
  position: absolute;
  top: 25px;
}
#recruitment .about-job .text-wrapper h5 {
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #4A4A4A;
}
#recruitment .about-job .text-wrapper p {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 26px;
  line-height: 1.44em;
  color: #4A4A4A;
}
#recruitment .about-job .text-wrapper p b {
  color: #ff0000;
}
#recruitment .about-job a.invite-btn {
  height: 50px;
  line-height: 50px;
  width: 250px;
  background: #4A4A4A;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #4A4A4A;
  margin-bottom: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#recruitment .about-job a.invite-btn:hover {
  border: 1px solid #4A4A4A;
  background: #fff;
  color: #4A4A4A;
}
#recruitment .detail-holder {
  background: #f2eeee;
  padding-bottom: 100px;
}
#recruitment .job-local {
  padding-bottom: 80px;
}
#recruitment .job-local .box {
  padding: 20px;
  border: 2px solid #000;
}
#recruitment .job-local .box p {
  font-family: "Raleway", sans-serif;
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}
#recruitment .job-local .box p span {
  font-size: 13px;
  font-weight: 700;
  padding-right: 5px;
  color: #9B9B9B;
}
#recruitment .job-local .box p:last-child {
  margin-bottom: 0;
}
#recruitment .job-local .box div > p:first-child {
  margin-top: 30px;
}
#recruitment .job-local .social {
  font-size: 0;
  margin-top: 30px;
}
#recruitment .job-local .social a {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-color: #ff0000;
  width: 20px;
  height: 20px;
}
#recruitment .job-local .social a:first-child {
  margin: 0;
}
#recruitment .job-local .social .linkedin {
  background-image: url(../images/icons/linkedin_white.svg);
  background-size: 20px;
  background-position: center;
  background-color: #fff;
}
#recruitment .job-local .social .linkedin:hover {
  background-image: url(../images/icons/linkedin.svg);
}
#recruitment .job-local .social .facebook {
  background-image: url(../images/icons/facebook_white.svg);
  background-size: 8px 14px;
  background-position: center;
}
#recruitment .job-local .social .facebook:hover {
  background-color: rgba(134, 138, 141, 0.5);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #recruitment .page-title {
    padding-top: 120px;
    margin-bottom: 40px;
  }
  #recruitment .cards-holder {
    margin-bottom: 0;
  }
  #recruitment .cards-holder .right-cards {
    padding-top: 60px;
  }
  #recruitment .cards-holder .card {
    height: auto;
    padding: 20px;
    padding-bottom: 75px;
    margin-bottom: 45px;
    height: 145px;
  }
  #recruitment .cards-holder .card p.job {
    font-size: 25px;
  }
  #recruitment .cards-holder .card p.job br {
    display: none;
  }
  #recruitment .recruitment-wrapper {
    margin-top: -65px;
  }
}
@media (max-width: 767.98px) {
  #recruitment .page-title {
    padding: 0 15px;
    padding-top: 120px;
    margin-bottom: 25px;
  }
  #recruitment .page-title h1 {
    font-size: 20px !important;
  }
  #recruitment .page-title h4 {
    font-size: 25px !important;
  }
  #recruitment .text-holder {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  #recruitment .text-holder p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #recruitment .cards-holder {
    margin-bottom: 0;
  }
  #recruitment .cards-holder .card-wrapper {
    padding-right: 0;
  }
  #recruitment .cards-holder .right-cards {
    padding-top: 0;
  }
  #recruitment .cards-holder .card {
    height: auto;
    padding-bottom: 75px;
    margin-bottom: 45px;
  }
  #recruitment .cards-holder .card p.job {
    font-size: 25px;
  }
  #recruitment .cards-holder .card p.job br {
    display: none;
  }
  #recruitment .about-job {
    padding: 0 15px;
  }
  #recruitment .recruitment-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  #recruitment .page-title h4 {
    font-size: 35px !important;
  }
}
.scale-up {
  padding-top: 50px;
  font-size: 35px;
  color: #000;
  font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 992px) {
  #recruitment .recruitment-wrapper .col-2:nth-child(2n) {
    padding-top: 0;
  }
  #recruitment .cards-holder {
    padding-top: 60px;
  }
  .scale-up {
    font-size: 25px;
    padding: 0 20px;
    padding-bottom: 60px;
  }
  #recruitment .recruitment-form {
    padding-top: 50px !important;
  }
  #recruitment .about-job .page-title {
    padding-left: 0;
    padding-right: 0;
  }
  #recruitment .job-local {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  #recruitment img {
    max-width: 200px;
  }
  #recruitment .box {
    margin-top: 40px;
  }
}
/* News */
#news .news-wrapper {
  padding-top: 200px;
}
#news .news-wrapper .title-wrapper {
  margin-bottom: 60px;
}
#news .news-wrapper .title-wrapper h6,
#news .news-wrapper .title-wrapper h1 {
  font-size: 20px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#news .news-wrapper .title-wrapper h5,
#news .news-wrapper .title-wrapper h2 {
  font-size: 40px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#news .news-wrapper .title-wrapper h5 span,
#news .news-wrapper .title-wrapper h2 span {
  font-weight: 600;
  display: block;
}
#news .news-wrapper .title-wrapper a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #4A4A4A;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#news .news-wrapper .title-wrapper a:hover {
  border: 1px solid #4A4A4A;
  background: transparent;
  color: #4A4A4A;
}
#news .news-wrapper .col-2:nth-child(2n-1) .side {
  padding-right: 50px;
}
#news .news-wrapper .col-2:nth-child(2n) .side {
  padding-left: 50px;
  margin-top: -183px;
}
#news .news-wrapper .news {
  margin-bottom: 135px;
}
#news .news-wrapper .news .image-holder {
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  max-width: 485px;
  background-size: cover;
  background-position: center center;
  margin-right: 50px;
  box-sizing: border-box;
}
#news .news-wrapper .news .image-holder .image-item {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}
#news .news-wrapper .news .image-holder:hover .see-more {
  display: block;
}
#news .news-wrapper .news .image-holder .see-more {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0.6);
  background-image: url(../images/icons/plus-signal-big.png);
  background-size: 46px 46px;
  background-position: center center;
  background-repeat: no-repeat;
}
#news .news-wrapper .news p,
#news .news-wrapper .news h3 {
  font-size: 18px;
  color: #4A4A4A;
  margin-bottom: 8px;
  font-family: "Raleway", sans-serif;
}
#news .news-wrapper .news h5 {
  font-size: 30px;
  color: #4A4A4A;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

#detail-news .back-wrapper {
  position: relative;
}
#detail-news .back-wrapper a {
  position: absolute;
  bottom: 10px;
  left: -20px;
  z-index: 2;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: block;
  background: #fff url(../images/icons/go-back.svg) no-repeat;
  background-size: 17px 11px;
  background-position: center center;
  position: absolute;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#detail-news .back-wrapper a.fixed-arrow {
  position: fixed;
  right: auto;
  bottom: 100px;
  transform: rotate(180deg);
  z-index: 2;
}
#detail-news .content-wrapper {
  padding-top: 200px;
}
#detail-news .title-about .title-wrapper p {
  font-size: 24px;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
}
#detail-news .title-about .title-wrapper h6,
#detail-news .title-about .title-wrapper h1 {
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  margin-bottom: 60px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#detail-news .title-about .text-wrapper p {
  font-size: 22px;
  color: #4A4A4A;
  line-height: 1.45em;
  font-family: "Raleway", sans-serif;
  margin-bottom: 60px;
}
#detail-news .featured-image {
  height: 500px;
  margin-bottom: 70px;
  position: relative;
}
#detail-news .featured-image .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url("../images/photos/history.jpg") no-repeat;
  background-size: cover;
}

@media (min-width: 992px) and (max-width: 1289.98px) {
  #news .news-wrapper .col-2:nth-child(2n) .side {
    padding-left: 30px;
  }
  #news .news-wrapper .col-2:nth-child(2n-1) .side {
    padding-right: 30px;
  }
  #news .news-wrapper .news {
    margin-bottom: 70px;
  }
  #news .news-wrapper .news h5 {
    font-size: 25px;
  }
  #news .news-wrapper .title-wrapper h5,
  #news .news-wrapper .title-wrapper h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #news .news-wrapper {
    padding-top: 120px;
  }
  #news .news-wrapper .title-wrapper h5,
  #news .news-wrapper .title-wrapper h2 {
    font-size: 35px;
  }
  #news .news-wrapper .col-2:nth-child(2n) .side {
    padding-left: 30px;
    margin-top: -170px;
  }
  #news .news-wrapper .col-2:nth-child(2n-1) .side {
    padding-right: 30px;
  }
  #news .news-wrapper .news h5 {
    font-size: 24px;
  }
  #detail-news .back-wrapper a {
    bottom: 20px !important;
    left: 10px !important;
  }
}
@media (max-width: 767.98px) {
  #news .news-wrapper {
    padding: 0 15px;
    padding-top: 150px;
  }
  #news .news-wrapper .title-wrapper {
    margin-bottom: 55px;
  }
  #news .news-wrapper .title-wrapper h6,
  #news .news-wrapper .title-wrapper h1 {
    font-size: 16px;
  }
  #news .news-wrapper .title-wrapper h5,
  #news .news-wrapper .title-wrapper h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #news .news-wrapper .title-wrapper a {
    font-size: 12px;
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
  #news .news-wrapper .news {
    margin-bottom: 55px;
  }
  #news .news-wrapper .news p {
    font-size: 18px;
  }
  #news .news-wrapper .news h5 {
    font-size: 25px;
  }
  #news .news-wrapper .col-2:nth-child(2n) .side {
    margin-top: 0;
    padding: 0;
    padding-left: 30px;
  }
  #news .news-wrapper .col-2:nth-child(2n-1) .side {
    padding-right: 30px;
  }
  #detail-news .back-wrapper a {
    bottom: 10px !important;
    left: 10px !important;
  }
  #detail-news .content-wrapper {
    padding-top: 180px;
  }
  #detail-news .title-about {
    padding: 0 15px;
  }
  #detail-news .title-about .title-wrapper h6,
  #detail-news .title-about .title-wrapper h1 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  #detail-news .title-about .text-wrapper p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  #detail-news .featured-image {
    height: 250px;
    position: relative;
    margin-bottom: 50px;
  }
  #detail-news .featured-image .image {
    right: 15px;
    left: 15px;
  }
}
/* Contacts */
#contacts .page-title {
  padding-top: 200px;
  margin-bottom: 70px;
}
#contacts .page-title h1 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #4A4A4A;
  text-transform: uppercase;
}
#contacts .page-title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
}
#contacts .contacts-wrapper {
  margin-bottom: 130px;
}
#contacts .contacts-wrapper h5 {
  font-size: 25px;
  line-height: 1.77em;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
#contacts .contacts-wrapper h6 {
  font-size: 18px;
  line-height: 1.77em;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
#contacts .contacts-wrapper p {
  font-size: 22px;
  color: #4A4A4A;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#contacts .contacts-wrapper .country-holder {
  margin-bottom: 25px;
}
#contacts .form-wrapper h6 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  line-height: 1.35em;
  margin-bottom: 40px;
}
#contacts .form-wrapper fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#contacts .form-wrapper fieldset .field {
  padding-right: 50px;
  margin-bottom: 30px;
}
#contacts .form-wrapper fieldset .field input {
  width: 100%;
  font-size: 14px;
  color: #868A8D;
  font-weight: 600;
  letter-spacing: 2px;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  border: 1px solid #E5E8EA;
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}
#contacts .form-wrapper fieldset .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868A8D;
}
#contacts .form-wrapper fieldset .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #868A8D;
}
#contacts .form-wrapper fieldset .field :-ms-input-placeholder {
  /* IE 10+ */
  color: #868A8D;
}
#contacts .form-wrapper fieldset .field :-moz-placeholder {
  /* Firefox 18- */
  color: #868A8D;
}
#contacts .form-wrapper fieldset .textarea-wrapper {
  margin-bottom: 30px;
  padding-right: 50px;
}
#contacts .form-wrapper fieldset .textarea-wrapper textarea {
  width: 100%;
  height: 160px;
  resize: none;
  padding: 0;
  margin: 0;
  border: 1px solid #E5E8EA;
  box-sizing: border-box;
  font-size: 14px;
  color: #868A8D;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 25px;
  font-family: "Raleway", sans-serif;
}
#contacts .form-wrapper fieldset .textarea-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868A8D;
}
#contacts .form-wrapper fieldset .textarea-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #868A8D;
}
#contacts .form-wrapper fieldset .textarea-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #868A8D;
}
#contacts .form-wrapper fieldset .textarea-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #868A8D;
}
#contacts .form-wrapper fieldset .actions {
  margin-bottom: 115px;
}
#contacts .form-wrapper fieldset .actions a {
  height: 50px;
  line-height: 50px;
  width: 160px;
  background: #4A4A4A;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#contacts .form-wrapper .rgpd {
  margin-bottom: 45px;
  padding-right: 50px;
  /* checkbox */
}
#contacts .form-wrapper .rgpd label a {
  color: #4A4A4A;
  text-decoration: underline;
}
#contacts .form-wrapper .rgpd .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  line-height: 2.16em;
}
#contacts .form-wrapper .rgpd .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#contacts .form-wrapper .rgpd .control input:checked ~ .control__indicator {
  background: #ff0000;
}
#contacts .form-wrapper .rgpd .control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 1;
  pointer-events: none;
}
#contacts .form-wrapper .rgpd .control input:checked ~ .control__indicator:after {
  display: block;
}
#contacts .form-wrapper .rgpd .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border: 1px solid #E5E8EA;
}
#contacts .form-wrapper .rgpd .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
#contacts .form-wrapper .rgpd .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#contacts .form-wrapper .error {
  color: #ff0000;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  margin-top: 5px;
}
#contacts .recruitment-form {
  padding-top: 50px;
}

@media (max-width: 767.98px) {
  #contacts .page-title {
    padding: 0 15px;
    padding-top: 120px;
    margin-bottom: 25px;
  }
  #contacts .page-title h1 {
    font-size: 20px;
  }
  #contacts .page-title h4 {
    font-size: 25px;
  }
  #contacts .form-wrapper {
    padding: 0 15px;
  }
  #contacts .form-wrapper h6 {
    font-size: 24px;
  }
  #contacts .form-wrapper fieldset .field,
  #contacts .form-wrapper fieldset .textarea-wrapper,
  #contacts .form-wrapper fieldset .rgpd {
    padding: 0;
  }
  #contacts .form-wrapper fieldset .actions {
    margin-bottom: 50px;
  }
  #contacts .contacts-wrapper {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1289.98px) {
  #contacts .page-title {
    padding-top: 150px;
  }
  #contacts .page-title h4 {
    font-size: 35px;
  }
}
/* Support */
#support .page-title {
  padding-top: 200px;
  margin-bottom: 30px;
}
#support .page-title h1 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  color: #4A4A4A;
  text-transform: uppercase;
}
#support .page-title h4 {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
}
#support .text-holder {
  margin-bottom: 95px;
}
#support .text-holder p {
  font-size: 22px;
  color: #4A4A4A;
  line-height: 1.45em;
  font-family: "Raleway", sans-serif;
  margin-bottom: 32px;
}
#support .text-holder p:last-child {
  margin-bottom: 0;
}
#support .text-holder p a {
  color: #4A4A4A;
  font-weight: 600;
}
#support .contacts-wrapper {
  margin-bottom: 60px;
}
#support .contacts-wrapper h5 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 1.34em;
}
#support .contacts-wrapper h6 {
  font-size: 18px;
  line-height: 1.77em;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
}
#support .contacts-wrapper p {
  font-size: 22px;
  color: #4A4A4A;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#support .contacts-wrapper p.email {
  text-transform: lowercase;
}
#support .contacts-wrapper .contact-wrapper p {
  font-size: 16px;
}
#support .contacts-wrapper .contact-wrapper p b,
#support .contacts-wrapper .contact-wrapper p a,
#support .contacts-wrapper .contact-wrapper p a strong,
#support .contacts-wrapper .contact-wrapper p strong {
  font-size: 18px;
  font-weight: 400;
  color: inherit;
  color: #4A4A4A;
}
#support .login {
  margin-bottom: 115px;
}
#support .login h5 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1.34em;
}
#support .login .button-wrapper {
  padding-right: 10px;
}
#support .login a {
  max-width: 240px;
  height: 70px;
  line-height: 70px;
  background: #4A4A4A;
  text-align: center;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#support .login a:hover {
  border: 1px solid #4A4A4A;
  background: transparent;
  color: #4A4A4A;
}

@media (min-width: 992px) and (max-width: 1289.98px) {
  #support .login a.btn-different {
    line-height: 1em;
    padding-top: 20px;
  }
  #support .contacts-wrapper p {
    font-size: 20px;
  }
  #support .page-title h4 {
    font-size: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #support .page-title {
    padding-top: 120px;
    margin-bottom: 40px;
  }
  #support .page-title h4 br {
    display: none;
  }
  #support .login a.btn-different {
    line-height: 1em;
    padding: 0 25px;
    padding-top: 20px;
  }
  #support .contacts-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #support .page-title {
    padding: 0 15px;
    padding-top: 120px;
    margin-bottom: 25px;
  }
  #support .page-title h1 {
    font-size: 20px;
  }
  #support .page-title h4 {
    font-size: 25px;
  }
  #support .page-title h4 br {
    display: none;
  }
  #support .text-holder {
    padding: 0 15px;
    margin-bottom: 45px;
  }
  #support .text-holder p {
    font-size: 18px;
  }
  #support .contacts-wrapper {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  #support .contacts-wrapper h5 {
    font-size: 25px;
  }
  #support .login {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  #support .login h5 {
    font-size: 25px;
  }
  #support .login .button-wrapper {
    padding: 0;
  }
  #support .login a {
    margin-bottom: 15px;
    max-width: 100%;
  }
}
/* Partners */
#partners .title-wrapper {
  padding-top: 200px;
  margin-bottom: 50px;
}
#partners .title-wrapper p,
#partners .title-wrapper h1 {
  font-size: 24px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#partners .title-wrapper p.sub-title,
#partners .title-wrapper h1.sub-title {
  font-size: 30px;
  line-height: 1.34em;
}
#partners .title-wrapper h5 {
  font-size: 40px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
}
#partners .distribution {
  margin-bottom: 115px;
}
#partners .distribution .right-content {
  max-width: 480px;
  float: right;
}
#partners .distribution .right-content p {
  padding-left: 50px;
}
#partners .distribution .right-content .image-wrapper {
  padding-left: 50px;
  float: right;
}
#partners .distribution .left-content {
  max-width: 480px;
  margin-bottom: 35px;
}
#partners .distribution .left-content p {
  padding-right: 50px;
}
#partners .distribution .left-content .image-wrapper {
  padding-right: 50px;
}
#partners .distribution .image-wrapper {
  display: block;
  margin-bottom: 35px;
}
#partners .distribution .image-wrapper img {
  max-width: 100%;
}
#partners .distribution p {
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  color: #4A4A4A;
  text-transform: uppercase;
}
#partners .distribution .distribution-contries {
  font-size: 0;
}
#partners .distribution .distribution-contries .country {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}
#partners .distribution .distribution-contries .country h5 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}
#partners .distribution .distribution-contries .country p {
  font-size: 26px;
  text-transform: capitalize;
}
#partners .text-generic {
  margin-bottom: 80px;
}
#partners .text-generic h6 {
  font-size: 30px;
  color: #4A4A4A;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  margin-bottom: 15px;
}
#partners .text-generic h5 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
  line-height: 1.34em;
}
#partners .text-generic p {
  padding-right: 50px;
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  color: #4A4A4A;
  line-height: 1.45em;
}
#partners .text-generic p.list {
  font-size: 18px;
  line-height: 2.22em;
  margin-bottom: 20px;
}
#partners .paulo_marques {
  position: relative;
}
#partners .paulo_marques .image-wrapper {
  width: 330px;
  position: absolute;
  left: 0;
  top: 0;
}
#partners .paulo_marques .text-wrapper {
  padding-left: 365px;
  min-height: 400px;
  margin-bottom: 115px;
}
#partners .paulo_marques .text-wrapper h5 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  line-height: 1.3em;
  text-transform: uppercase;
}
#partners .paulo_marques .text-wrapper h6 {
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  line-height: 1.77em;
  font-size: 18px;
  margin-bottom: 20px;
}
#partners .paulo_marques .text-wrapper p {
  font-size: 18px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  line-height: 1.33em;
}
#partners .form-wrapper h6 {
  font-size: 30px;
  color: #4A4A4A;
  font-family: "Raleway", sans-serif;
  line-height: 1.35em;
  margin-bottom: 40px;
}
#partners .form-wrapper fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
#partners .form-wrapper fieldset .field {
  padding-right: 50px;
  margin-bottom: 30px;
}
#partners .form-wrapper fieldset .field input {
  width: 100%;
  font-size: 14px;
  color: #868A8D;
  font-weight: 600;
  letter-spacing: 2px;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #E5E8EA;
  text-transform: uppercase;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}
#partners .form-wrapper fieldset .field ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868A8D;
}
#partners .form-wrapper fieldset .field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #868A8D;
}
#partners .form-wrapper fieldset .field :-ms-input-placeholder {
  /* IE 10+ */
  color: #868A8D;
}
#partners .form-wrapper fieldset .field :-moz-placeholder {
  /* Firefox 18- */
  color: #868A8D;
}
#partners .form-wrapper fieldset .textarea-wrapper {
  margin-bottom: 30px;
  padding-right: 50px;
}
#partners .form-wrapper fieldset .textarea-wrapper textarea {
  width: 100%;
  height: 160px;
  resize: none;
  padding: 0;
  margin: 0;
  border: 1px solid #E5E8EA;
  box-sizing: border-box;
  font-size: 14px;
  color: #868A8D;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 25px;
  font-family: "Raleway", sans-serif;
}
#partners .form-wrapper fieldset .textarea-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868A8D;
}
#partners .form-wrapper fieldset .textarea-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #868A8D;
}
#partners .form-wrapper fieldset .textarea-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #868A8D;
}
#partners .form-wrapper fieldset .textarea-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #868A8D;
}
#partners .form-wrapper fieldset .actions {
  margin-bottom: 115px;
}
#partners .form-wrapper fieldset .actions a {
  height: 50px;
  line-height: 50px;
  width: 160px;
  background: #4A4A4A;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#partners .form-wrapper .rgpd {
  margin-bottom: 45px;
  padding-right: 50px;
  /* checkbox */
}
#partners .form-wrapper .rgpd label a {
  color: #4A4A4A;
  text-decoration: underline;
}
#partners .form-wrapper .rgpd .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  line-height: 2.16em;
}
#partners .form-wrapper .rgpd .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#partners .form-wrapper .rgpd .control input:checked ~ .control__indicator {
  background: #ff0000;
}
#partners .form-wrapper .rgpd .control input:disabled ~ .control__indicator {
  background: #fff;
  opacity: 1;
  pointer-events: none;
}
#partners .form-wrapper .rgpd .control input:checked ~ .control__indicator:after {
  display: block;
}
#partners .form-wrapper .rgpd .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border: 1px solid #E5E8EA;
}
#partners .form-wrapper .rgpd .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
#partners .form-wrapper .rgpd .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#partners .form-wrapper .error {
  color: #ff0000;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  margin-top: 5px;
}

@media (min-width: 992px) and (max-width: 1289.98px) {
  #partners .text-about-page {
    padding-top: 25px;
  }
  #partners .text-about-page .gif-holder {
    top: -25px;
  }
  #partners .text-about-page p {
    padding-right: 0;
  }
  #partners .teams .team-software .image-holder {
    padding-right: 50px;
  }
  #partners .teams .team-software p {
    padding-left: 0;
    padding-right: 50px;
  }
  #partners .teams .team-hardware .image-holder {
    padding-left: 50px;
  }
  #partners .teams .team-hardware p {
    padding-left: 50px;
    padding-right: 0;
  }
  #partners .inovations.inovations-operations-production .image-wrapper {
    padding-right: 50px;
  }
  #partners .inovations .image-wrapper {
    width: auto;
    background: transparent;
  }
  #partners .inovations .no-image {
    height: 290px;
    width: 290px;
    display: block;
    background: #F2F2F2;
  }
  #partners .title-wrapper h5 {
    font-size: 35px;
  }
  #partners .text-generic h5 {
    font-size: 25px;
  }
  #partners .distribution p {
    font-size: 25px;
  }
  #partners .distribution .distribution-contries .country h5 {
    font-size: 22px;
  }
  #partners .distribution .distribution-contries .country p {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #partners .title-wrapper {
    padding-top: 120px;
  }
  #partners .title-wrapper h5 {
    margin-bottom: 45px;
  }
}
@media (max-width: 767.98px) {
  #partners .title-wrapper {
    padding-top: 120px;
    margin-bottom: 30px;
  }
  #partners .title-wrapper p,
  #partners .title-wrapper h1 {
    padding: 0 15px;
  }
  #partners .title-wrapper h5 {
    margin-bottom: 25px;
    padding: 0 15px;
  }
  #partners .form-wrapper {
    padding: 0 15px;
  }
  #partners .form-wrapper h6 {
    font-size: 24px;
  }
  #partners .form-wrapper fieldset .field,
  #partners .form-wrapper fieldset .textarea-wrapper,
  #partners .form-wrapper fieldset .rgpd {
    padding: 0;
  }
  #partners .form-wrapper fieldset .actions {
    margin-bottom: 50px;
  }
  #partners .distribution {
    margin-bottom: 50px;
  }
  #partners .distribution p {
    font-size: 25px;
  }
  #partners .distribution .image-wrapper {
    max-width: 100%;
  }
  #partners .distribution .right-content .image-wrapper {
    padding-left: 35px;
  }
  #partners .distribution .distribution-contries {
    margin-bottom: 25px;
  }
  #partners .distribution .distribution-contries .country {
    width: 100%;
    padding: 0 15px;
  }
  #partners .distribution .left-content p {
    padding-right: 0;
    padding: 0 15px;
  }
  #partners .distribution .left-content .image-wrapper {
    padding-right: 35px;
  }
  #partners .text-generic {
    margin-bottom: 50px;
    padding: 0 15px;
  }
  #partners .text-generic p {
    padding: 0;
  }
  #partners .text-generic h5 {
    font-size: 26px;
  }
  #partners .paulo_marques .image-wrapper {
    display: none;
  }
  #partners .paulo_marques .text-wrapper {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
.modal-open .norte2020 {
  display: none !important;
}

.norte2020 {
  background: #fff;
}
.norte2020 .livro_reclamacoes {
  width: 100px !important;
  display: inline-block;
  text-align: right;
  margin-top: 15px;
}
.norte2020 .right {
  text-align: right;
}

.norte2020 .logos-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.norte2020 .logos-wrapper img {
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .norte2020 .logos-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .norte2020 .logos-wrapper.right {
    text-align: left;
    padding-top: 0;
  }
  .norte2020 .logos-wrapper.right .livro_reclamacoes {
    margin-top: 0;
  }
}
.floating-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  z-index: 999;
  max-width: 260px;
  font-size: 0;
}
.floating-btn a {
  display: inline-block;
  vertical-align: middle;
}
.floating-btn.norte2020 {
  padding: 15px 5px;
}
.floating-btn .logos-wrapper {
  padding: 0;
}

@media (max-width: 769px) {
  .floating-btn {
    max-width: 250px;
    left: 20px;
  }
}
.popup-feira {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
}
.popup-feira .content {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  object-fit: contain;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .popup-feira .content img {
    max-width: 80%;
  }
}
.popup-feira .close-pop-btn {
  height: 50px;
  width: 50px;
  background: #fff;
  background-size: 30px 30px;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 55px;
  position: absolute;
  padding: 0 15px;
  box-sizing: border-box;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.popup-feira .close-pop-btn span {
  width: 20px;
  height: 1px;
  background: #4A4A4A;
  display: block;
  margin-bottom: 6px;
  position: absolute;
}
.popup-feira .close-pop-btn span:first-child {
  transform: rotate(45deg);
  top: 25px;
}
.popup-feira .close-pop-btn span:last-child {
  transform: rotate(-45deg);
  top: 25px;
}

.sweet-alert .sa-confirm-button-container .confirm {
  background: #ff0000 !important;
}