:root {
  --dim-grey: #5c5c5c;
  --mold-2: #e6f8e2;
  --light-green-botao: #7ae25b;
  --forest-green: #199400;
  --lime-green: #44e015;
  --lime-green-2: #35b80d;
  --forest-green-2: #2d9c0b;
  --dark-sea-green: #b1d8aa45;
  --light-green: #9df084;
  --grey: #757575;
  --cor-quadro1: #f2f8f4;
  --dark-sea-green-2: #93a39045;
  --aquamarine: #bff7d2;
  --honeydew: #d0ffe0;
  --mold: #d1f8ca;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_intro {
  background-color: #d6d1d1;
  background-image: url('../images/FRUPOR---Couve-Chinesa-70.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 700px;
  display: flex;
}

.home_msg {
  border: 1px #000;
  justify-content: center;
  width: 100%;
  height: 600px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
  top: 0;
}

.msg-wrapper {
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.msg50pc_esq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.img-msg {
  background-image: url('../images/FRUPOR---Couve-Chinesa-7intro.jpg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 650px;
  position: absolute;
  top: -80px;
  box-shadow: -10px 28px 30px #00000082;
}

.txt-msg1 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.topic-msg1 {
  align-items: center;
  margin-bottom: 6px;
  padding-left: 27px;
  display: flex;
}

.div-block {
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.paragraph {
  color: var(--dim-grey);
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-2 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.text-block {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.msg50pc_dir {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 83px;
  padding-left: 10px;
  display: flex;
}

.quadro-fundo1 {
  z-index: -1;
  border-style: none solid solid;
  border-width: 80px 60px 60px;
  border-color: #eff8ec var(--mold-2) var(--mold-2);
  width: 100%;
  max-width: 1200px;
  height: 650px;
  position: absolute;
  top: -105px;
}

.button {
  background-color: var(--light-green-botao);
  margin-top: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.section, .nav-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: #fff0;
  border-bottom: 1px #fff;
  display: flex;
}

.nav-link {
  color: #fff;
  border-bottom: 5px solid #fff0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: all .15s cubic-bezier(.55, .085, .68, .53);
}

.nav-link:hover {
  border-bottom: 5px solid #fff;
}

.nav-link.login {
  color: #fff;
}

.nav-link.login:hover {
  opacity: 1;
}

.div-block-3 {
  background-color: #fff;
  border-width: 1px;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  position: relative;
  top: -3px;
}

.div-block-4 {
  width: 100%;
  max-width: 1200px;
  margin-top: 119px;
  padding-left: 8px;
  padding-right: 8px;
}

.text-block-2 {
  color: #fff;
  padding-right: 583px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-3 {
  color: #fff;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.logo-wrapper {
  background-image: url('../images/logo-frupor-branco.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 140px;
  margin-right: 135px;
}

.div-block-5 {
  flex-direction: row;
  justify-content: flex-end;
  width: 80%;
  display: flex;
}

.espacadordir {
  width: 150px;
}

.espacadoresq {
  width: 20%;
}

.nav-wrap2 {
  background-color: #c7c7c752;
  justify-content: space-between;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 15px;
  display: flex;
}

.conteudo-nav {
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  display: flex;
}

.div-block-7 {
  width: 60px;
  height: 60px;
}

.div-block-8, .div-block-9 {
  width: 15%;
}

.nav {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 22px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.icon {
  color: #fff;
}

.dropdown-list {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.dropdown-link {
  color: var(--forest-green);
  justify-content: center;
  width: 100%;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: all .25s;
  display: flex;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #96d392;
}

.div-block-10 {
  background-color: #fff;
  width: 1px;
  height: 50px;
  margin-bottom: 3px;
  margin-left: 20px;
}

.div-block-11 {
  background-color: #fff0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  margin-bottom: 14px;
  display: flex;
}

.lang {
  opacity: 1;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.lang.en {
  opacity: .5;
}

.div-block-12 {
  background-color: #ffffffa3;
  width: 20px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.text-block-5 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-13 {
  color: #eb3d3d;
  background-color: #eb3535;
  background-image: url('../images/pt_flag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 15px;
}

.div-block-13.en {
  background-image: url('../images/UK_flag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-15 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.text-block-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.linken {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.scroll-fb-wrapper {
  object-fit: fill;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: 25px;
  height: 700px;
  margin-left: 20px;
  display: flex;
  position: absolute;
  top: 0;
}

.scroll-fb-wrapper.emp2 {
  height: 450px;
}

.scrollwrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 148px;
}

.div-block-16 {
  background-color: #fff;
  width: 3px;
  height: 80px;
}

.div-block-17 {
  background-color: var(--lime-green);
  width: 3px;
  height: 30px;
}

.text-block-7 {
  color: #54c232d1;
  letter-spacing: .5px;
  margin-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  position: relative;
  top: 47px;
  transform: rotate(-90deg);
}

.div-block-18 {
  background-image: url('../images/seta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  margin-top: 91px;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  width: 25px;
  display: flex;
}

.link-block-2 {
  background-color: var(--lime-green-2);
  align-items: center;
  margin-top: 30px;
  padding: 15px 24px;
  text-decoration: none;
  display: flex;
}

.link-block-2.b2 {
  width: 250px;
}

.text-block-8 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.div-block-20 {
  background-image: url('../images/seta_BRANCA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  margin-left: 10px;
}

.div-block-21 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: absolute;
}

.text-block-9 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
}

.div-block-22 {
  background-color: #ffffff21;
  border-radius: 20px;
  width: 4px;
  height: 4px;
  margin-left: 25px;
  margin-right: 25px;
}

.fb-link-topo {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.fb-link-topo:hover {
  opacity: 1;
}

.tel-link-topo {
  opacity: .5;
  flex-flow: row;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.tel-link-topo:hover {
  opacity: 1;
}

.tel {
  background-image: url('../images/tel-ic-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.fb {
  background-image: url('../images/fb-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.mail {
  background-image: url('../images/mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.bold-text {
  font-weight: 700;
}

.sec3-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 94px;
  display: flex;
}

.text-block-10 {
  text-align: center;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.paragraph-3 {
  color: var(--dim-grey);
  text-align: center;
  padding-left: 107px;
  padding-right: 107px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-23 {
  background-color: #9df084;
  width: 100%;
  height: 2px;
  margin-bottom: 130px;
}

.produtos {
  background-color: #7db86b;
  background-image: url('../images/FRUPOR---Couve-Chinesa-13_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: -75px;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.prod-wrapper {
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-24 {
  width: 45%;
}

.prodbox {
  flex-direction: column;
  align-items: center;
  width: 45%;
  margin-top: -50px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: visible;
}

.img-prod {
  background-image: url('../images/FRUPOR---Plantas-Ornamentais-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.text-block-11 {
  z-index: 2;
  color: #fff;
  letter-spacing: .3px;
  margin-top: 14px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  position: relative;
}

.prod-wrapper2 {
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  margin-top: 116px;
  display: flex;
}

.section-2 {
  background-color: var(--mold-2);
  width: 100%;
  height: 150px;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 265px;
  padding-bottom: 167px;
  display: flex;
}

.cont-fotos-intro {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.f1 {
  z-index: 5;
  flex-flow: column;
  align-items: center;
  width: 45%;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 19px 60px -10px #000000b3;
}

.f1:hover {
  transform: translate(0, -5px);
  box-shadow: 12px 33px 60px -10px #000000b3;
}

.heading {
  z-index: 2;
  color: #fff;
  margin-bottom: 37px;
  margin-left: 58px;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  position: relative;
}

.div-block-26 {
  background-image: linear-gradient(to top, #0006, #2d1e1e00 29%), url('../images/casa-da-palmeira2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 420px;
  position: absolute;
}

.f2 {
  z-index: 10;
  align-items: flex-end;
  width: 45%;
  height: 450px;
  text-decoration: none;
  transition: all .425s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 19px 60px -10px #000000b3;
}

.f2:hover {
  transform: translate(0, -3px);
  box-shadow: 12px 33px 60px -10px #000000b3;
}

.sepcasavinha {
  background-image: linear-gradient(to top, #0006 11%, #2d1e1e00 37%), url('../images/casa-da-vinha.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.produto-scale {
  z-index: 10;
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  height: 450px;
  margin-top: -50px;
  text-decoration: none;
  transition: all .425s, opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 19px 60px -10px #000000b3;
}

.produto-scale:hover {
  transform: translate(0, -3px);
  box-shadow: 12px 33px 60px -10px #000000b3;
}

.produto1 {
  background-image: linear-gradient(to top, #00000087 11%, #2d1e1e00 37%), url('../images/FRUPOR---Couve-Chinesa-50_.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.produto1._2 {
  background-image: linear-gradient(to top, #00000087 11%, #2d1e1e00 37%), url('../images/FRUPOR---Plantas-Ornamentais-9_.jpg');
}

.produto1._3 {
  background-image: linear-gradient(to top, #00000087 11%, #2d1e1e00 37%), url('../images/FRUPOR---Crispy-Carrots-78_.jpg');
  background-position: 0 0, 50% 100%;
}

.produto1._4 {
  background-image: linear-gradient(to top, #00000087 11%, #2d1e1e00 37%), url('../images/FRUPOR---Vinhas-16_.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-27 {
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.prod-box-wrap {
  width: 100%;
  transition: all .3s cubic-bezier(.55, .085, .68, .53);
  overflow: hidden;
  box-shadow: -10px 28px 30px #0000007a;
}

.prod-box-wrap:hover {
  transform: translate(0, -3px);
  box-shadow: -12px 33px 30px #0000007a;
}

.ornam {
  background-image: linear-gradient(to top, #00000087 11%, #2d1e1e00 37%), url('../images/FRUPOR---Plantas-Ornamentais-9.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.div-block-28 {
  width: 50%;
  padding-right: 72px;
  position: relative;
}

.text-block-12 {
  color: var(--forest-green-2);
  margin-bottom: 17px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-13 {
  color: var(--forest-green-2);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-4 {
  color: var(--dim-grey);
  margin-bottom: 28px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.link-block-3 {
  background-image: url('../images/herdades-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 50px;
}

.div-block-29 {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.div-block-30 {
  background-color: var(--forest-green-2);
  width: 50px;
  height: 2px;
  margin-right: 10px;
}

.quadro-fundo2 {
  z-index: -1;
  border: 45px solid var(--dark-sea-green);
  width: 1300px;
  max-width: 1300px;
  height: 680px;
  position: absolute;
  left: -100px;
}

.div-block-31 {
  width: 50%;
  position: static;
}

.div-block-32 {
  background-image: url('../images/img-herd.jpg');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 800px;
  height: 500px;
  position: static;
  box-shadow: -17px 29px 30px 1px #00000073;
}

.section-4 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 102px;
  padding-bottom: 120px;
  display: flex;
}

.div-block-33 {
  background-color: var(--light-green-botao);
  color: var(--light-green-botao);
  width: 100%;
  height: 1px;
}

.wrapper-logos {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.div-block-34 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.logo-cert {
  width: 14%;
  height: 150px;
}

.logo-cert._1 {
  background-image: url('../images/BRCGS_CERT_FOOD_LOGO_RGB.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 120px;
}

.logo-cert._2 {
  background-image: url('../images/sa_globalgap.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 35%;
}

.logo-cert._3 {
  background-image: url('../images/Tesco-Logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24%;
  display: none;
}

.logo-cert._4 {
  background-image: url('../images/leaf_.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  height: 120px;
}

.logo-cert._5 {
  background-image: url('../images/sedex2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24%;
  height: 130px;
}

.logo-cert._6 {
  background-image: url('../images/meS.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}

.div-block-23-copy {
  background-color: var(--light-green);
  width: 100%;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.text-block-14 {
  color: var(--lime-green-2);
  margin-bottom: 6px;
}

.div-block-35 {
  width: 100%;
}

.div-block-36 {
  align-items: center;
  width: 100%;
  margin-top: 13px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-37 {
  justify-content: space-around;
  align-items: center;
  width: 40%;
  display: flex;
}

.div-block-38 {
  justify-content: space-around;
  align-items: center;
  width: 60%;
  display: flex;
}

.div-block-39 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-40 {
  background-image: url('../images/pdf-ico.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 60px;
}

.div-block-41 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 12px;
  display: flex;
}

.text-block-15 {
  color: var(--lime-green-2);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-block-16 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
}

.link-pdf {
  align-items: center;
  margin-right: 79px;
  padding-left: 0;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.text-block-17 {
  color: #ffffff4d;
  letter-spacing: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 400;
}

.frupmorada {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
}

.div-block-42 {
  background-image: linear-gradient(#7d7d7d52, #7d7d7d52);
  width: 100%;
  height: 2px;
  display: none;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.footer-logo-2 {
  background-image: url('../images/logo-frupor-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 110px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-block-18 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.morfru {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding-left: 31px;
  padding-right: 15px;
  display: flex;
}

.div-block-137 {
  align-items: center;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.link-block-8 {
  opacity: .5;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-8:hover {
  opacity: 1;
}

.link-booking {
  background-image: url('../images/selo-booking.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 110px;
}

.telfs {
  opacity: .5;
  align-items: center;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.telfs:hover {
  opacity: 1;
}

.div-block-92 {
  background-image: linear-gradient(#d7cbe280, #d7cbe280);
  width: 2px;
  height: 25px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all .2s;
}

.div-block-139 {
  background-image: url('../images/fb-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-right: 7px;
}

.link-block-6-copy {
  opacity: .5;
  text-decoration: none;
  transition: all .2s;
}

.div-block-89 {
  opacity: .5;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-89:hover {
  opacity: 1;
}

.div-block-138 {
  width: 50%;
}

.link-block-9 {
  color: #7d7d7d;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-9:hover {
  transform: translate(5px);
}

.text-block-19 {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.sm-2.flex-stretch {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  padding-left: 25px;
}

.col.lg-3.sm-1.xs-1 {
  justify-content: center;
  width: 25%;
  padding-left: 31px;
}

.col.lg-3.md-4 {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  padding-top: 0;
}

.div-block-88 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.row {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.div-block-140 {
  background-image: url('../images/tel-ico-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.div-block-141 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.fruptexto {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.div-block-102 {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  margin: 30px 15px 12px;
}

.follow {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  margin-right: 13px;
  padding-left: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 15px;
}

.link-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.link-3:hover {
  transform: translate(5px);
}

.section-6 {
  background-image: linear-gradient(to bottom, var(--forest-green-2), var(--forest-green-2));
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 23px;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-142 {
  background-image: url('../images/mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.div-block-143 {
  display: flex;
}

.div-block-144 {
  align-items: center;
  display: flex;
}

.div-block-145 {
  display: flex;
}

.text-block-20 {
  color: #fff;
}

.div-block-146 {
  background-color: var(--lime-green-2);
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.intro-wrapper {
  align-self: auto;
  width: 100%;
  max-width: 1200px;
}

.empresa_intro {
  background-color: #d6d1d1;
  background-image: url('../images/_FRUPOR---Plantas-Ornamentais-13.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.empresa-txt-wrapp {
  width: 100%;
  max-width: 1200px;
  margin-top: 140px;
  padding-left: 8px;
  padding-right: 8px;
}

.empresa-txt {
  color: #fff;
  padding-right: 583px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.ant_tit-txt {
  color: #fff;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.section-7 {
  flex-direction: column;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 70px;
  display: flex;
}

.wrapper-emp {
  width: 100%;
  max-width: 1200px;
  padding-left: 8px;
  padding-right: 8px;
}

.text-block-21 {
  color: var(--forest-green-2);
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.txt-intro-bold {
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 33px;
}

.txt-normal {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.list-item {
  font-family: Montserrat, sans-serif;
}

.topic-msg2 {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 15px;
  display: flex;
}

.topic-msg2.fim {
  margin-bottom: 35px;
}

.txt-topico {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.txt-intro-bold-2 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.section-8 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 108px;
  padding-bottom: 131px;
  display: flex;
}

.wrapper-emp-copy {
  background-color: var(--dark-sea-green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  display: flex;
}

.div-block-147 {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  display: flex;
}

.grid {
  grid-template-columns: 5fr 20%;
}

.div-block-148 {
  background-color: #2c2121;
  background-image: url('../images/FRUPOR---Crispy-Carrots-74_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 69%;
  box-shadow: 15px 26px 30px #0006;
}

.div-block-149 {
  flex-direction: column;
  justify-content: space-between;
  width: 29%;
  display: flex;
}

.galeria-emp2 {
  background-color: #afa7a7;
  background-image: url('../images/FRUPOR---Couve-Chinesa-77_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48%;
  box-shadow: 15px 26px 30px #0006;
}

.galeria-emp2-copy {
  background-color: #afa7a7;
  height: 240px;
}

.galeria-emp2-copy._3 {
  background-image: url('../images/FRUPOR---Crispy-Carrots-44_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48%;
  box-shadow: 15px 26px 30px #0006;
}

.section-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 67px;
  padding-bottom: 67px;
  display: flex;
}

.quadro-fundo-centrado {
  z-index: -1;
  border: 45px solid var(--dark-sea-green);
  width: 1300px;
  max-width: 1200px;
  height: 100%;
  position: absolute;
}

.wrapper-resp-soc {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-top: 111px;
  padding-bottom: 111px;
  display: flex;
  position: relative;
}

.div-block-150 {
  width: 100%;
  max-width: 1000px;
  height: auto;
  position: relative;
}

.text-block-22 {
  color: var(--lime-green-2);
  text-align: center;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.check1 {
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  margin-right: 8px;
}

.text-span, .text-span-2 {
  color: var(--lime-green-2);
}

.topic-msg2-copy {
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.topic-msg2-copy.fim {
  margin-bottom: 35px;
}

.div-block-151 {
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.txt-normal-centr {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.grupo-frupor {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 127px;
  padding-bottom: 125px;
  display: flex;
}

.wrapper-grupo {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-152 {
  align-items: center;
  display: flex;
}

.div-block-153 {
  background-color: var(--lime-green-2);
  width: 50px;
  height: 2px;
}

.text-block-23 {
  color: var(--lime-green-2);
  flex: 0 auto;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: block;
}

.linha-2 {
  background-color: var(--lime-green-2);
  width: 100%;
  height: 2px;
}

.wrapper-grupo-2 {
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 90px;
  display: flex;
}

.logo-grupo {
  width: 35%;
  height: 225px;
  padding-top: 0;
}

.div-block-154 {
  flex-direction: column;
  width: 100%;
  padding-right: 15px;
  display: flex;
}

.div-block-155 {
  background-image: url('../images/logo-frupor-cores.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.div-block-156 {
  background-image: url('../images/quadro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 1200px;
  height: 450px;
  margin-top: 5px;
}

.links-grupo {
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.div-block-157 {
  justify-content: center;
  width: 50%;
  display: flex;
}

.link-website-grupo {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-24 {
  color: #646464;
}

.text-block-25 {
  color: var(--lime-green-2);
  margin-left: 10px;
  margin-right: 6px;
  font-size: 20px;
  font-weight: 600;
}

.div-block-158 {
  background-image: url('../images/seta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 20px;
  transform: rotate(-90deg);
}

.equipa_intro {
  background-color: #d6d1d1;
  background-image: url('../images/_Pic-59.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.section-10 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 91px;
  display: flex;
}

.wrapper-equipa {
  width: 100%;
  max-width: 1200px;
  padding-top: 93px;
}

.wrapper-equip2 {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-153-copy {
  background-color: var(--lime-green-2);
  width: 50px;
  height: 2px;
}

.linha-2-copy {
  background-color: var(--lime-green-2);
  width: 100%;
  height: 2px;
}

.text-block-23-copy {
  color: var(--lime-green-2);
  margin-left: 25px;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.director-img {
  background-image: linear-gradient(#00000080, #00000080);
  width: 80%;
  height: 200px;
  margin-bottom: 25px;
}

.director-img._2 {
  background-image: url('../images/carsten.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.director-img._3 {
  background-image: url('../images/fb7269163eb38d78466c3bd4d39450d3753b9f75_1fb7269163eb38d78466c3bd4d39450d3753b9f75.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.director-img._4 {
  background-image: url('../images/dominique.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.director-img._5 {
  background-image: url('../images/didier.jpg');
  background-position: 50% 10%;
}

.director-img._7 {
  background-image: url('../images/nuno.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.director-img._8, .director-img._8-copy, .director-img._8-copy, .director-img._8-copy-copy {
  background-image: linear-gradient(#00000080, #00000080);
}

.director-img._1dir {
  background-image: url('../images/9f7a98b5147f542b8037b7a102dc66c217b74cde.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.text-block-26 {
  color: var(--lime-green-2);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block-27 {
  color: #3d3d3d;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.paragraph-6 {
  color: var(--grey);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 20px;
}

.div-block-160 {
  flex-direction: row;
  width: 100%;
  margin-top: 52px;
  display: flex;
}

.div-block-161 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.div-block-162 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.grid-3 {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 63px;
}

.section-10-copy {
  background-color: var(--dark-sea-green);
  flex-direction: column;
  align-items: center;
  padding-bottom: 91px;
  display: flex;
}

.orgsocilinha {
  background-color: var(--lime-green-2);
  flex: 1;
  width: 100%;
  height: 2px;
  display: block;
}

.grelha-org-soc {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 63px;
}

.section-11 {
  background-image: linear-gradient(to bottom, var(--dark-sea-green), var(--dark-sea-green));
  flex-direction: column;
  align-items: center;
  padding-bottom: 90px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.html-embed {
  width: 100%;
  height: 100%;
  display: flex;
}

.cons-fisc-img {
  background-image: linear-gradient(#00000080, #00000080);
  width: 80%;
  height: 200px;
  margin-bottom: 25px;
}

.cons-fisc-img._2 {
  background-image: url('../images/carsten.jpg');
}

.cons-fisc-img._3 {
  background-image: url('../images/fb7269163eb38d78466c3bd4d39450d3753b9f75_1fb7269163eb38d78466c3bd4d39450d3753b9f75.jpg');
}

.cons-fisc-img._4 {
  background-image: url('../images/dominique.jpg');
}

.cons-fisc-img._5 {
  background-image: url('../images/didier.jpg');
  background-position: 50% 10%;
}

.cons-fisc-img._6 {
  background-image: url('../images/filipe.jpeg');
  background-position: 50% 0;
}

.cons-fisc-img._7 {
  background-image: url('../images/nuno.jpg');
  background-position: 50% 30%;
}

.cons-fisc-img.cf2 {
  background-image: url('../images/SiemOleConrad.jpg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.cons-fisc-img.cf3 {
  background-image: url('../images/antonio-monteiro.jpg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.section-12 {
  justify-content: center;
  padding-bottom: 108px;
  display: flex;
}

.org-soc-img {
  background-image: url('../images/9f7a98b5147f542b8037b7a102dc66c217b74cde.jpg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 80%;
  height: 200px;
  margin-bottom: 25px;
}

.org-soc-img._2 {
  background-image: url('../images/carsten.jpg');
}

.org-soc-img._3 {
  background-image: url('../images/fb7269163eb38d78466c3bd4d39450d3753b9f75_1fb7269163eb38d78466c3bd4d39450d3753b9f75.jpg');
}

.org-soc-img._4 {
  background-image: url('../images/dominique.jpg');
}

.org-soc-img._5 {
  background-image: url('../images/didier.jpg');
  background-position: 50% 10%;
}

.org-soc-img._6 {
  background-image: url('../images/filipe.jpeg');
  background-position: 50% 0;
}

.org-soc-img._7 {
  background-image: url('../images/nuno.jpg');
  background-position: 50% 30%;
}

.org-soc-img.orgs2 {
  background-image: url('../images/c0f070ce4927c4d4bee9bfe9e063a27f4b695849.jpg'), linear-gradient(#00000080, #00000080);
  background-position: 30% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 140%, auto;
}

.org-soc-img.orgs3 {
  background-image: url('../images/paulw.jpg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.org-soc-img.orgs4 {
  background-image: url('../images/HarryScrymgeour..jpeg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.div-block-163 {
  background-image: url('../images/moore-ste.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  margin-top: 63px;
  margin-bottom: 25px;
}

.text-block-28 {
  color: #727272;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.section-13 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 119px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.quadro-fundo1-couv {
  z-index: -1;
  border-style: none solid solid;
  border-width: 80px 60px 60px;
  border-color: #eff8ec var(--mold-2) var(--mold-2);
  width: 100%;
  max-width: 1200px;
  height: 90%;
  position: absolute;
  top: 0;
}

.wrapper-couvechin {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding-top: 90px;
  padding-bottom: 56px;
  display: flex;
}

.txt-normal-couv {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 57px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 35px;
}

.link-pdf-fich-prod {
  align-items: center;
  margin-bottom: 47px;
  margin-right: 79px;
  padding-left: 0;
  padding-right: 10px;
  text-decoration: none;
  display: none;
}

.text-block-16-link {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
}

.linha-under {
  background-color: var(--lime-green-2);
  align-self: auto;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.pdf-down {
  background-image: url('../images/pdf-ico.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 60px;
}

.linha-pdf-link2 {
  background-color: var(--lime-green-2);
  width: 100%;
  height: 1px;
}

.couvchin_intro {
  background-color: #d6d1d1;
  background-image: url('../images/FRUPO--Couve-Chinesa-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.cenoura_intro-copy {
  background-color: #d6d1d1;
  background-image: url('../images/FRUPO-Crispy-Carrots-71.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.ant-orn {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.cenoura_intro {
  background-color: #d6d1d1;
  background-image: url('../images/FRUPOR---Plantas-Ornamentais-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.grelha-org-soc-copy {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 63px;
}

.grelha-ornam {
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 63px;
  margin-bottom: 50px;
}

.ornam-img {
  background-image: url('../images/Artboard-2-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px -2px #00000036;
}

.ornam-img._2 {
  background-image: url('../images/carsten.jpg');
}

.ornam-img._3 {
  background-image: url('../images/fb7269163eb38d78466c3bd4d39450d3753b9f75_1fb7269163eb38d78466c3bd4d39450d3753b9f75.jpg');
}

.ornam-img._4 {
  background-image: url('../images/dominique.jpg');
}

.ornam-img._5 {
  background-image: url('../images/didier.jpg');
  background-position: 50% 10%;
}

.ornam-img._6 {
  background-image: url('../images/filipe.jpeg');
  background-position: 50% 0;
}

.ornam-img._7 {
  background-image: url('../images/nuno.jpg');
  background-position: 50% 30%;
}

.ornam-img.cf2 {
  background-image: url('../images/SiemOleConrad.jpg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.ornam-img.cf3 {
  background-image: url('../images/antonio-monteiro.jpg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.ornam-img.or2 {
  background-image: url('../images/Artboard-3-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ornam-img.or3 {
  background-image: url('../images/Artboard-4-100.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ornam-img.or4 {
  background-image: url('../images/Artboard-5-100.jpg');
}

.ornam-img.or5 {
  background-image: url('../images/Artboard-6-100.jpg');
}

.ornam-img.or6 {
  background-image: url('../images/Artboard-7-100.jpg');
}

.ornam-img.or7 {
  background-image: url('../images/Artboard-8-100.jpg');
}

.ornam-img.or8 {
  background-image: url('../images/Artboard-9-100.jpg');
}

.ornam-img.or9 {
  background-image: url('../images/Artboard-10-100.jpg');
}

.bloco-ornam {
  width: 100%;
  margin-bottom: 19px;
  margin-left: 0;
  margin-right: 0;
}

.parag-ornam {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.tit-ornam {
  color: var(--lime-green-2);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.quadro-fundo1-orn {
  z-index: -1;
  border-style: none solid solid;
  border-width: 80px 60px 60px;
  border-color: #eff8ec var(--mold-2) var(--mold-2);
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
}

.paragraph-7, ._2tit-orn {
  color: var(--lime-green-2);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.vicentino_intro {
  background-color: #d6d1d1;
  background-image: url('../images/FRUPOR---Vinhas-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.ant-vice {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.div-block-164 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 47px;
  display: flex;
}

.link-block-10 {
  background-image: url('../images/vicentino-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 100px;
}

.link-vicen {
  background-color: var(--lime-green-2);
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 15px 24px;
  text-decoration: none;
  display: flex;
}

.wrapper-info-vinho {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-top: 68px;
  display: flex;
}

.div-block-165 {
  color: var(--dim-grey);
  flex-direction: column;
  width: 58%;
  display: flex;
}

.paragraph-8 {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-9 {
  color: var(--dim-grey);
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
}

.div-block-166 {
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 325px;
  box-shadow: 5px 17px 15px -9px #0000007d;
}

.paragraph-9-copy {
  color: var(--dim-grey);
  margin-top: 36px;
  font-family: Montserrat, sans-serif;
}

.div-block-165-copy {
  color: var(--dim-grey);
  flex-direction: column;
  width: 40%;
  display: flex;
}

.section-1y {
  background-color: var(--dark-sea-green);
  flex-direction: column;
  align-items: center;
  padding-bottom: 91px;
  display: flex;
}

.sec4-wrapper {
  background-image: url('../images/mapa.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 100%;
  padding-top: 133px;
  padding-bottom: 117px;
  display: flex;
}

.div-block-23-copy-2 {
  align-items: center;
  display: flex;
  position: relative;
  left: -50px;
}

.text-block-29 {
  color: var(--lime-green-2);
  letter-spacing: 0;
  margin-right: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.div-block-94 {
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-93 {
  background-image: url('../images/seta-dir.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.div-block-95 {
  width: 50%;
}

.paragraph-10 {
  color: #8f8f8f;
  margin-top: 39px;
  margin-bottom: 86px;
  padding-left: 38px;
  padding-right: 139px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-white {
  color: #44a53f;
  letter-spacing: 0;
  width: 80%;
  margin-top: 38px;
  margin-bottom: 1px;
  font-size: 40px;
  line-height: 53px;
}

.text-block-30 {
  color: var(--lime-green-2);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-97 {
  flex-direction: column;
  width: 50%;
  padding: 0 5px 0 50px;
  display: flex;
}

.div-block-96 {
  background-image: linear-gradient(to bottom, var(--lime-green-2), var(--lime-green-2));
  align-items: center;
  width: 50px;
  height: 2px;
  margin-right: 11px;
  display: flex;
}

.text-block-31 {
  color: #8f8f8f;
  margin-bottom: 50px;
  padding-left: 18px;
  line-height: 16px;
}

.link-block-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 38px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-5:hover {
  padding-left: 30px;
}

.text-block-8-cont {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 16px;
}

.div-block-167 {
  padding-left: 38px;
  display: flex;
}

.contac_intro {
  background-color: #d6d1d1;
  background-image: url('../images/FRUPOy-Carrots-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.div-block-168 {
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 6px;
  display: flex;
}

.div-block-169 {
  flex-direction: column;
  width: 48%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.paragraph-11 {
  color: var(--dim-grey);
  margin-top: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.text-block-32 {
  color: #999;
  flex: 0 auto;
  margin-right: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-170 {
  align-items: center;
  display: flex;
}

.linha-cont {
  background-color: #35b80d2b;
  flex: 1;
  width: 100%;
  height: 2px;
}

.wrapper-cont {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  max-width: 1000px;
  padding-top: 105px;
  padding-bottom: 106px;
  display: flex;
}

.text-blopy-copy {
  color: var(--lime-green-2);
  flex: 0 auto;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 28px;
}

.linha-2-copy-copy {
  background-color: var(--lime-green-2);
  flex: 1;
  width: 100%;
  height: 2px;
}

.textopy {
  color: var(--lime-green-2);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.quadro-fcont {
  z-index: -1;
  border-style: none solid solid;
  border-width: 80px 60px 60px;
  border-color: #eff8ec var(--mold-2) var(--mold-2);
  width: 100%;
  max-width: 1200px;
  height: 99%;
  position: absolute;
  top: 0;
}

.link-4 {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.div-block-171 {
  flex-direction: column;
  margin-top: 13px;
  display: flex;
}

.textopy-copy {
  color: var(--lime-green-2);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.textopy-copy-copy {
  color: var(--lime-green-2);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.wrapper-equip2-copy {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 8px;
  display: flex;
}

.nav-bg {
  z-index: 98;
  background-color: #176300ad;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.nav-2 {
  z-index: 100;
  background-color: #44a53fa1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  display: none;
  position: fixed;
}

.text-block-33 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 37px;
  padding-top: 0;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.text-block-35 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-en {
  background-image: url('../images/flag_EN.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  margin-right: 6px;
}

.link-block-11 {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-11:hover {
  opacity: 1;
}

.link-pt {
  background-image: url('../images/flag_PT.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  margin-right: 6px;
}

.menu-icon {
  z-index: 110;
  cursor: pointer;
  background-color: #000;
  width: 50px;
  height: 55px;
  padding: 27px 10px 10px;
  position: fixed;
  top: 0;
  right: 3vw;
}

.text-block-40 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  padding-left: 3px;
  font-family: Lato, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 10px;
  transform: none;
}

.link-block-12 {
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-12:hover {
  opacity: .51;
}

.link-block-12.w--current {
  opacity: 1;
  transition: all .2s;
}

.link-block-12.w--current:hover {
  opacity: .51;
}

.div-block-130 {
  background-image: url('../images/logo-frupor-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 100px;
  margin-top: 22px;
  margin-bottom: 27px;
}

.div-block-133 {
  align-items: center;
  display: flex;
}

.text-block-34 {
  color: #000;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.menu-icon__line {
  background-color: #fff;
  width: 31px;
  height: 2px;
  margin-bottom: 4px;
}

.menu-icon__line.left {
  width: 16px;
}

.menu-icon__line.right {
  float: right;
  width: 15px;
}

.menuwrapper {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-content {
  background-image: url('../images/CP4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slide-content._3 {
  background-image: url('../images/_MG_770copy.jpg');
}

.slide-content._5 {
  background-image: url('../images/CasaV1.jpg');
}

.slide-content._2 {
  background-image: url('../images/CV3.jpg');
}

.slide-content._4 {
  background-image: url('../images/CV5.jpg');
}

.follow-2 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-right: 13px;
  padding-left: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 15px;
}

.slide-nav-4 {
  opacity: 1;
}

.div-block-88-copy {
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2px;
  display: flex;
}

.right-arrow-4 {
  display: none;
}

.div-block-131 {
  background-color: #fffefe5c;
  width: 350px;
  height: 1px;
}

.div-block-172 {
  object-fit: contain;
  background-color: #00000059;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 15px;
  display: flex;
  position: absolute;
  top: 55px;
  right: 0;
}

.left-arrow-4 {
  display: none;
}

.div-block-139-copy {
  background-image: url('../images/facebook-ico-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.div-block-134 {
  background-color: #ffffffb3;
  width: 1px;
  height: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-173 {
  z-index: -1;
  background-image: url('../images/Pic-174_fmenu_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider-4 {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: fixed;
}

.div-block-132 {
  flex-direction: column;
  margin-bottom: 44px;
  display: flex;
}

.div-block-174 {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
  position: relative;
}

.text-block-2-copy {
  color: #fff;
  padding-right: 583px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.link-block-12-prod {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 17px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-12-prod:hover {
  opacity: .51;
}

.link-block-12-prod.w--current {
  opacity: 1;
  transition: all .2s;
}

.link-block-12-prod.w--current:hover {
  opacity: .51;
}

.text-block-prod {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-175 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 17px;
  display: flex;
}

.div-block-176 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-13:hover {
  opacity: .52;
}

.text-block-41 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.empresa-txt-wrapp-conopy {
  width: 100%;
  max-width: 1200px;
  margin-top: 156px;
  padding-left: 8px;
  padding-right: 8px;
}

.check, .div-block-copy {
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.text-block-42 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.text-block-43 {
  color: #b8b8b8;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-4-copy {
  color: var(--dim-grey);
  margin-top: 14px;
  margin-bottom: 28px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.prel {
  z-index: 2000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-136 {
  background-image: url('../images/logo-frupor-cores.svg'), url('../images/PRE.gif');
  background-position: 50% 45%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 115px, contain;
  width: 200px;
  height: 200px;
}

.div-block-177 {
  z-index: 9999;
  display: flex;
}

.div-block-178 {
  transition: all .2s;
  display: flex;
}

.div-block-178:hover {
  transform: translate(5px);
}

.section-14 {
  background-color: var(--lime-green-2);
  width: 100%;
  height: 40px;
}

.gal1_1 {
  background-color: #2c2121;
  background-image: url('../images/FRUPOR---Couve-Chinesa-7_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 69%;
  box-shadow: 15px 26px 30px #0006;
}

.gal1_3 {
  background-color: #afa7a7;
  background-image: url('../images/FRUPOR---Couve-Chinesa-54_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48%;
  box-shadow: 15px 26px 30px #0006;
}

.gal1_2 {
  background-color: #afa7a7;
  background-image: url('../images/FRUPOR---Couve-Chinesa-82.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48%;
  box-shadow: 15px 26px 30px #0006;
}

.gal2_1 {
  background-color: #2c2121;
  background-image: url('../images/FRUPOR---Crispy-Carrots-44_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 69%;
  box-shadow: 15px 26px 30px #0006;
}

.gal2_2 {
  background-color: #afa7a7;
  background-image: url('../images/FRUPOR---Crispy-Carrots-86_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48%;
  box-shadow: 15px 26px 30px #0006;
}

.gal2_3 {
  background-color: #afa7a7;
  background-image: url('../images/FRUPOR---Crispy-Carrots-67_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48%;
  box-shadow: 15px 26px 30px #0006;
}

.galv_1 {
  background-color: #2c2121;
  background-image: url('../images/FRUPOR---Vinhas-20_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 69%;
  box-shadow: 15px 26px 30px #0006;
}

.galv_2 {
  background-color: #afa7a7;
  background-image: url('../images/_MG_7741-copy_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48%;
  box-shadow: 15px 26px 30px #0006;
}

.galv_3 {
  background-color: #afa7a7;
  background-image: url('../images/Pic-105_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 48%;
  box-shadow: 15px 26px 30px #0006;
}

.bloco-b {
  background-image: url('../images/tel-ico-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.bloco-b-copy {
  background-image: url('../images/mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.wrapper-accionistas {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding: 72px 15px 0;
  display: flex;
}

.txt-normal-accionistas {
  color: var(--dim-grey);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.accordion-pane-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 76px;
  display: flex;
}

.text-block-44 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.accordion-pane {
  border-top: 3px none var(--lime-green-2);
  border-bottom: 1px none var(--lime-green-2);
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.accordion-arrow {
  opacity: .8;
  color: var(--lime-green-2);
  width: 15px;
  margin-left: 16px;
}

.accordion-tab-button {
  border-bottom: 1px solid var(--lime-green-2);
  cursor: pointer;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 20px 15px;
  font-size: 18px;
  transition: background-color .2s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: var(--cor-quadro1);
}

.italic-text-2 {
  text-transform: uppercase;
  font-weight: 400;
}

.accordion-container {
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-top: 21px;
  display: flex;
  overflow: hidden;
}

.text-block-45 {
  font-size: 22px;
  font-weight: 400;
}

.text-block-46 {
  font-size: 22px;
}

.accio_intro-copy {
  background-color: #d6d1d1;
  background-image: linear-gradient(#00000026, #00000026), url('../images/FRUPOR---Couve-Chinesa-47_.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.b-accionistas {
  background-color: var(--lime-green-2);
  align-items: center;
  margin-top: 30px;
  padding: 15px 24px;
  text-decoration: none;
  display: flex;
}

.text-block-35-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.textopy-copy-copy-copy {
  color: var(--lime-green-2);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.accionistas-tit {
  color: var(--lime-green-2);
  text-transform: uppercase;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-180 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180.apos1, .div-block-180.apos2 {
  display: none;
}

.button-2 {
  border: 1px solid var(--lime-green);
  color: var(--lime-green-2);
  text-align: center;
  letter-spacing: 1px;
  background-color: #3898ec00;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.button-2.mes-dez {
  width: 250px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.text-block-47 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.linha-acc {
  background-color: var(--dark-sea-green-2);
  width: 100%;
  height: 1px;
}

.text-block-48 {
  color: var(--grey);
  margin-bottom: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.text-block-8-accionistas {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-49 {
  color: var(--lime-green-2);
  margin-left: 25px;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.topic-msg2-copy-2 {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.topic-msg2-copy-2.fim {
  margin-bottom: 35px;
}

.link-vicen-copy {
  background-color: var(--lime-green-2);
  align-items: center;
  width: 250px;
  margin-top: 0;
  padding: 15px 24px;
  text-decoration: none;
  display: flex;
}

.link-5, .link-6, .link-7 {
  color: var(--dim-grey);
  text-decoration: none;
}

.body {
  flex-direction: column;
  align-items: center;
}

.shareholders-news {
  color: #fff;
  padding-right: 431px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.dropdown-link-2 {
  color: #199400;
  justify-content: center;
  width: 100%;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  transition: all .25s;
  display: flex;
}

.dropdown-link-2:hover {
  color: #fff;
  background-color: #96d392;
}

.snack-c-txt {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.link-8, .link-9 {
  color: var(--lime-green-2);
  text-decoration: none;
}

.accordion-container-2 {
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.div-block-278 {
  width: 100%;
  max-width: 1000px;
  margin-top: 85px;
  margin-bottom: 110px;
  padding-bottom: 98px;
}

.shareholder-tit-wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 8px;
  display: flex;
}

.wrapper-share1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linha-2-copy-copy-copy {
  background-color: var(--lime-green-2);
  flex: 1;
  width: 100%;
  height: 2px;
}

.div-block-279 {
  background-color: var(--lime-green-2);
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.linha-int-acordeao {
  background-color: var(--lime-green-2);
  width: 100%;
  height: 1px;
  margin-top: 0;
}

.txt-normal-accionistas-accordeao {
  color: var(--grey);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.list-item-2, .list-item-3, .list-item-4 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.linha-shareholders {
  background-color: var(--lime-green-2);
  width: 100%;
  height: 2px;
  display: flex;
}

.div-block-281 {
  width: 100%;
}

.linha-shareholders-2 {
  background-color: var(--lime-green-2);
  width: 100%;
  height: 3px;
  display: flex;
}

.div-block-282 {
  flex-direction: column;
  display: flex;
}

.linha-shareholders-2-copy {
  background-color: var(--lime-green-2);
  width: 100%;
  height: 2px;
  margin-top: 0;
  display: flex;
}

.link-10 {
  color: var(--lime-green-2);
  text-decoration: none;
}

.grid-4 {
  grid-column-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr .75fr 1fr .75fr;
  width: 100%;
  margin-top: 23px;
}

.text-block-50 {
  color: var(--grey);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.texto-accio {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.texto-accio-nome {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.txt-normal-accionistas-copy {
  color: var(--grey);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.div-block-283 {
  z-index: 5;
  background-color: #44a53fc2;
  background-image: url('../images/Pic-174_fmenu_.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-wecome {
  background-image: url('../images/logo-frupor-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 180px;
  margin-top: 55px;
  margin-bottom: 56px;
}

.text-block-33-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 67px;
  padding-top: 0;
  padding-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  line-height: 16px;
}

.div-block-284 {
  background-color: #ffffffad;
  width: 600px;
  height: 1px;
  margin-bottom: 19px;
}

.div-block-133-copy {
  align-items: center;
  display: flex;
}

.div-block-285 {
  background-color: #ffffffad;
  width: 1px;
  height: 40px;
}

.text-block-39 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 44px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.italic-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 100;
}

.div-block-286 {
  background-color: #fff;
  border-radius: 999px;
  width: 6px;
  height: 6px;
}

.div-block-287 {
  align-items: center;
  margin-bottom: 3px;
  line-height: 20px;
  display: flex;
}

.text-block-38 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 80px;
  line-height: 60px;
}

.link-pt-copy {
  background-image: url('../images/flag_PT.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-left: 14px;
  margin-right: 14px;
  transition: all .2s;
}

.link-pt-copy:hover {
  transform: translate(0, -5px);
}

.link-en-copy {
  background-image: url('../images/flag_EN.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-left: 14px;
  margin-right: 14px;
  transition: all .2s;
}

.link-en-copy:hover {
  transform: translate(0, -5px);
}

.link-en-copy.w--current {
  width: 40px;
  height: 40px;
  margin-left: 14px;
  margin-right: 14px;
}

.intro-tit-f {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 24px;
  margin-right: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 60px;
}

.italic-text-4 {
  font-size: 10px;
}

.wrapper-accionistas-copy {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding: 0 15px 0 0;
  display: flex;
}

.text-block-48-copy {
  color: var(--grey);
  margin-bottom: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.tel2 {
  background-image: url('../images/tel-ic-branco.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.accordion-pane-content-centr {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2px 0;
  display: flex;
}

.div-block-288, .div-block-288-copy {
  width: 40px;
  height: 40px;
}

.ant_tit-txt-company {
  color: #fff;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: none;
}

.div-block-289 {
  justify-content: center;
  display: flex;
}

.txt-normal-centr-copy {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.text-block-43-copy {
  color: #b8b8b8;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.txt-normal-copy2 {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 28px;
  display: none;
}

.txt-intro-bold-2-copy {
  margin-top: 47px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-180-copy1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy1.apos1, .div-block-180-copy1.apos2 {
  display: none;
}

.div-block-180-copy2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy2.apos1, .div-block-180-copy2.apos2 {
  display: none;
}

.div-didier {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.bold-text-4 {
  font-weight: 400;
}

.div-block-180-copy_1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy_1.apos1, .div-block-180-copy_1.apos2 {
  display: none;
}

.div-block-180-copy_2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy_2.apos1, .div-block-180-copy_2.apos2 {
  display: none;
}

.div-block-180-copy_3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy_3.apos1, .div-block-180-copy_3.apos2 {
  display: none;
}

.div-block-180-copy_4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy_4.apos1, .div-block-180-copy_4.apos2 {
  display: none;
}

.div-block-180-copy_5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy_5.apos1, .div-block-180-copy_5.apos2 {
  display: none;
}

.div-block-180-copy_6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy_6.apos1, .div-block-180-copy_6.apos2 {
  display: none;
}

.div-block-180-copy_7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy_7.apos1, .div-block-180-copy_7.apos2 {
  display: none;
}

.div-block-180-copy_8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy_8.apos1, .div-block-180-copy_8.apos2 {
  display: none;
}

.div-block-180-copy_9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-180-copy_9.apos1, .div-block-180-copy_9.apos2 {
  display: none;
}

.text-block-36 {
  color: #fff;
  font-size: 8px;
}

.div-block-290 {
  flex-flow: column;
  display: flex;
}

.div-block-291 {
  display: flex;
}

.ent-ral-txt-tit {
  text-align: left;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 8px;
  display: flex;
}

.link-11, .link-12 {
  color: var(--forest-green);
}

.texto-entidades-ral {
  color: var(--lime-green-2);
  flex: 0 auto;
  margin-left: 0;
  margin-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.entid-ral {
  background-color: #d6d1d1;
  background-image: linear-gradient(#00000026, #00000026), url('../images/FRUPOR---Plantas-Ornamentais-6.jpg'), url('../images/FRUPOR---Couve-Chinesa-47_.jpg');
  background-position: 0 0, 50%, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.section-15 {
  background-color: #000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-rodape {
  justify-content: flex-start;
  width: 100%;
  max-width: 1230px;
  display: flex;
}

.entidade-ral {
  align-items: center;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 31px;
  display: flex;
}

.link-13 {
  color: #aaa;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.link-13.w--current {
  color: #aaa;
}

.livro-reclam {
  color: #fff;
  border-left: 1px solid #aaa;
  align-items: center;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.livro-rec {
  color: #aaa;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.text-block-51 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 6px;
  line-height: 6px;
}

.chamada-movel-nac {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
}

.text-block-52, .text-block-53 {
  font-size: 10px;
}

.text-block-54 {
  margin-bottom: 11px;
  font-size: 10px;
  line-height: 13px;
}

.link-14 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.link-14:hover {
  transform: translate(5px);
}

.div-block-292 {
  display: flex;
}

.div-block-293 {
  background-image: linear-gradient(#d7cbe280, #d7cbe280);
  width: 2px;
  height: 25px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all .2s;
}

.div-block-294 {
  background-image: url('../images/tel-ico-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.div-block-295 {
  flex-flow: column;
  display: flex;
}

.div-block-296 {
  background-image: url('../images/mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.div-block-297 {
  transition: all .2s;
  display: flex;
}

.div-block-297:hover {
  transform: translate(5px);
}

.text-block-55 {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.div-block-298 {
  opacity: .5;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-298:hover {
  opacity: 1;
}

.text-block-56 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.link-15 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.link-15:hover {
  transform: translate(5px);
}

.div-block-299 {
  display: flex;
}

.div-block-300 {
  background-image: linear-gradient(#d7cbe280, #d7cbe280);
  width: 2px;
  height: 25px;
  margin-left: 15px;
  margin-right: 15px;
  transition: all .2s;
}

.div-block-301 {
  background-image: url('../images/tel-ico-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.div-block-302 {
  flex-flow: column;
  display: flex;
}

.div-block-303 {
  background-image: url('../images/mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.div-block-304 {
  transition: all .2s;
  display: flex;
}

.div-block-304:hover {
  transform: translate(5px);
}

.text-block-57 {
  color: #fff;
  letter-spacing: 1px;
  margin-right: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.div-block-305 {
  opacity: .5;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-305:hover {
  opacity: 1;
}

.text-block-58 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.sep-linha-casas {
  color: #8dcf8a;
  background-color: #8dcf8a;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.tit-entidades-ral {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 15px;
  position: relative;
}

.cstit2 {
  color: #44a53f;
  margin-top: 9px;
  margin-bottom: 14px;
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
}

.bold-text-5 {
  color: #000;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

.link-16 {
  color: #adb435;
  text-decoration: none;
}

.paragraph-12 {
  margin-top: 27px;
  padding-bottom: 102px;
  font-size: 20px;
  line-height: 33px;
}

.section-14-copy {
  background-color: #fff;
  justify-content: center;
  width: 100%;
  padding-top: 57px;
  padding-bottom: 57px;
  display: flex;
}

.link-17 {
  color: #a6b435;
  text-decoration: none;
}

.ral-cont {
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  padding: 0 168px 32px;
  display: flex;
}

.entidades-ral {
  color: #44a53f;
  text-align: left;
  margin-top: 17px;
  padding-left: 0;
  padding-right: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-306 {
  color: #a6b435;
  background-color: #a6b435;
  width: 100%;
  height: 2px;
  margin-top: 30px;
}

.bold-text-6 {
  line-height: 20px;
}

.henr_foto {
  background-image: url('../images/9f7a98b5147f542b8037b7a102dc66c217b74cde.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80%;
  height: 200px;
  margin-bottom: 25px;
}

.henr_foto._2 {
  background-image: url('../images/carsten.jpg');
}

.henr_foto._3 {
  background-image: url('../images/fb7269163eb38d78466c3bd4d39450d3753b9f75_1fb7269163eb38d78466c3bd4d39450d3753b9f75.jpg');
}

.henr_foto._4 {
  background-image: url('../images/dominique.jpg');
}

.henr_foto._5 {
  background-image: url('../images/didier.jpg');
  background-position: 50% 10%;
}

.henr_foto._7 {
  background-image: url('../images/nuno.jpg');
  background-position: 50% 30%;
}

.henr_foto._8, .henr_foto._8-copy, .henr_foto._8-copy {
  background-image: linear-gradient(#00000080, #00000080);
}

html.w-mod-js [data-ix="menu-nav-hide"] {
  display: none;
  transform: translate(0, -125vh);
}

html.w-mod-js [data-ix="prel"] {
  display: flex;
}

@media screen and (max-width: 991px) {
  .home_intro {
    height: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home_msg {
    height: auto;
    margin-bottom: 160px;
  }

  .msg-wrapper {
    text-align: center;
    justify-content: center;
  }

  .msg50pc_esq {
    width: 40%;
    display: none;
  }

  .img-msg {
    width: 250px;
    height: 300px;
    top: -37px;
  }

  .txt-msg1 {
    align-items: center;
  }

  .topic-msg1 {
    width: 100%;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .msg50pc_dir {
    width: 65%;
    padding-top: 35px;
    padding-right: 10px;
  }

  .quadro-fundo1 {
    border-width: 40px;
    border-top-style: none;
    width: 80%;
    height: 550px;
    top: -80px;
  }

  .navbar {
    display: none;
  }

  .div-block-4 {
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-2 {
    padding-right: 200px;
    font-size: 40px;
    line-height: 45px;
  }

  .nav {
    justify-content: space-between;
    padding-top: 35px;
  }

  .nav-menu {
    position: relative;
  }

  .div-block-14 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .scroll-fb-wrapper {
    height: 650px;
    margin-left: 13px;
  }

  .scroll-fb-wrapper.emp2 {
    height: 350px;
  }

  .scrollwrapper.w--current {
    top: 0;
  }

  .link-block-2 {
    justify-content: center;
  }

  .text-block-10 {
    font-size: 30px;
  }

  .paragraph-3 {
    padding-left: 80px;
    padding-right: 80px;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-23 {
    width: 80%;
    margin-bottom: 82px;
  }

  .prod-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .text-block-11 {
    text-align: center;
  }

  .section-3 {
    padding-top: 184px;
  }

  .f1 {
    height: 400px;
  }

  .heading {
    margin-left: 21px;
  }

  .f2 {
    height: 400px;
  }

  .produto-scale {
    width: 45%;
    height: 300px;
  }

  .wrapper {
    flex-direction: column;
    width: 90%;
  }

  .div-block-28 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 49px;
    padding-right: 0;
    display: flex;
  }

  .text-block-12 {
    text-align: center;
    padding-left: 27px;
    padding-right: 27px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .div-block-30 {
    display: none;
  }

  .quadro-fundo2 {
    border-width: 35px;
    width: 100%;
    max-width: 100%;
    top: -89px;
    left: auto;
  }

  .div-block-31 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .div-block-32 {
    width: 90%;
    height: 350px;
  }

  .section-4 {
    padding: 41px 38px 84px;
  }

  .div-block-37 {
    width: 40%;
  }

  .div-block-38 {
    width: 60%;
  }

  .div-block-42 {
    background-color: #fff3;
    background-image: linear-gradient(#ffffff14, #ffffff14);
    height: 1px;
    margin-bottom: 29px;
    display: flex;
  }

  .wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo-2 {
    width: 40%;
    margin-bottom: 26px;
    display: flex;
  }

  .morfru {
    justify-content: flex-start;
    width: 40%;
    padding-left: 24px;
  }

  .link-booking {
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
  }

  .text-block-19 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3.sm-2.flex-stretch {
    width: 20%;
    padding-left: 20px;
  }

  .col.lg-3.sm-1.xs-1 {
    justify-content: flex-start;
    width: 40%;
    padding-left: 24px;
  }

  .col.lg-3.md-4 {
    align-items: center;
    width: 100%;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .fruptexto {
    padding-top: 0;
  }

  .div-block-102 {
    background-color: #fff3;
    margin-top: 25px;
  }

  .link-3 {
    font-size: 12px;
  }

  .section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .intro-wrapper {
    width: 90%;
  }

  .empresa_intro {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .empresa-txt-wrapp {
    width: 80%;
    margin-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .empresa-txt {
    padding-right: 200px;
    font-size: 40px;
    line-height: 45px;
  }

  .wrapper-emp {
    width: 80%;
  }

  .txt-intro-bold {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 25px;
  }

  .txt-normal {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .txt-topico {
    font-size: 15px;
  }

  .section-8 {
    padding-bottom: 172px;
  }

  .wrapper-emp-copy {
    height: 400px;
  }

  .div-block-147 {
    width: 100%;
    height: 400px;
  }

  .div-block-148 {
    width: 59%;
  }

  .div-block-149 {
    width: 38%;
  }

  .section-9 {
    padding-bottom: 10px;
  }

  .quadro-fundo-centrado {
    border-width: 35px;
    width: 100%;
    max-width: 100%;
    top: -89px;
    left: auto;
  }

  .wrapper-resp-soc {
    flex-direction: column;
    width: 90%;
    padding-top: 15px;
    padding-bottom: 123px;
  }

  .div-block-150 {
    padding: 22px 52px;
  }

  .txt-normal-centr {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
    line-height: 25px;
  }

  .grupo-frupor {
    padding-top: 46px;
  }

  .logo-grupo {
    height: 200px;
  }

  .div-block-156 {
    background-position: 50% 0;
  }

  .wrapp-grupo {
    width: 90%;
  }

  .equipa_intro {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-equipa {
    width: 85%;
  }

  .director-img {
    width: 80%;
    margin-bottom: 16px;
  }

  .director-img._2 {
    background-image: url('../images/carsten.jpg');
  }

  .paragraph-6 {
    font-size: 10px;
  }

  .div-block-160 {
    flex-direction: row;
    margin-top: 50px;
  }

  .div-block-161 {
    flex-direction: row;
    width: 100%;
    margin-bottom: 25px;
  }

  .div-block-162 {
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 35px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grelha-org-soc {
    grid-column-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cons-fisc-img {
    width: 80%;
    margin-bottom: 16px;
  }

  .cons-fisc-img._2 {
    background-image: url('../images/carsten.jpg');
  }

  .org-soc-img {
    width: 80%;
    margin-bottom: 16px;
  }

  .org-soc-img._2 {
    background-image: url('../images/carsten.jpg');
  }

  .section-13 {
    margin-bottom: 27px;
  }

  .quadro-fundo1-couv {
    border-width: 40px;
    border-top-style: none;
    width: 80%;
    height: 90%;
    top: 0;
  }

  .wrapper-couvechin {
    width: 65%;
    padding-top: 41px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .txt-normal-couv {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .couvchin_intro, .cenoura_intro-copy, .cenoura_intro {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grelha-org-soc-copy {
    grid-column-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grelha-ornam {
    grid-column-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
  }

  .ornam-img {
    width: 100%;
    margin-bottom: 16px;
  }

  .ornam-img._2 {
    background-image: url('../images/carsten.jpg');
  }

  .bloco-ornam {
    width: 100%;
  }

  .tit-ornam {
    font-size: 16px;
  }

  .quadro-fundo1-orn {
    border-width: 40px;
    border-top-style: none;
    width: 80%;
    height: 99%;
    top: 0;
  }

  .vicentino_intro {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-10 {
    width: 200px;
  }

  .link-vicen {
    justify-content: center;
  }

  .wrapper-info-vinho {
    width: 80%;
  }

  .div-block-165 {
    width: 48%;
  }

  .paragraph-8 {
    margin-bottom: 42px;
    font-size: 11px;
    line-height: 20px;
  }

  .paragraph-9 {
    font-size: 10px;
    line-height: 16px;
  }

  .div-block-166 {
    height: 350px;
  }

  .paragraph-9-copy {
    font-size: 12px;
  }

  .div-block-165-copy {
    width: 50%;
  }

  .sec4-wrapper {
    padding-top: 64px;
    padding-bottom: 71px;
    padding-left: 44px;
  }

  .text-block-29 {
    font-size: 20px;
  }

  .div-block-95 {
    width: 35%;
  }

  .paragraph-10 {
    margin-bottom: 51px;
    padding-right: 0;
  }

  .paragraph-white {
    width: 90%;
    font-size: 35px;
  }

  .div-block-97 {
    width: 65%;
  }

  .link-block-5:hover {
    padding-left: 0;
  }

  .contac_intro {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-168 {
    margin-top: 33px;
  }

  .paragraph-11, .text-block-32 {
    font-size: 16px;
  }

  .wrapper-cont {
    width: 70%;
    padding-top: 41px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .textopy {
    flex: 1;
  }

  .quadro-fcont {
    border-width: 40px;
    border-top-style: none;
    width: 80%;
    height: 90%;
    top: 0;
  }

  .link-4 {
    margin-bottom: -1px;
    font-size: 14px;
  }

  .textopy-copy {
    flex: 1;
  }

  .textopy-copy-copy {
    flex: 1;
    font-size: 20px;
  }

  .menu-icon {
    top: 0;
    left: auto;
  }

  .div-block-130 {
    width: 300px;
  }

  .text-block-2-copy {
    padding-right: 200px;
    font-size: 40px;
    line-height: 45px;
  }

  .text-block-prod {
    color: #000;
  }

  .empresa-txt-wrapp-conopy {
    width: 65%;
    margin-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-4-copy {
    text-align: center;
  }

  .gal1_1, .gal2_1, .galv_1 {
    width: 59%;
  }

  .wrapper-accionistas {
    width: 70%;
    padding-top: 41px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .txt-normal-accionistas {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .accordion-pane-content {
    padding-bottom: 61px;
  }

  .accordion-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-arrow {
    margin-left: 20px;
  }

  .accio_intro-copy {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-accionistas {
    justify-content: center;
    margin-bottom: 38px;
  }

  .textopy-copy-copy-copy, .accionistas-tit {
    flex: 1;
    font-size: 20px;
  }

  .text-block-47 {
    font-size: 12px;
  }

  .link-vicen-copy {
    justify-content: center;
  }

  .shareholders-news {
    padding-right: 200px;
    font-size: 40px;
    line-height: 45px;
  }

  .div-block-278 {
    width: 70%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper-share1 {
    padding-bottom: 105px;
  }

  .txt-normal-accionistas-accordeao {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .list-item-2 {
    color: var(--grey);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
  }

  .list-item-3 {
    color: var(--grey);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
    position: static;
  }

  .list-item-4 {
    color: var(--grey);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 20px;
  }

  .list {
    padding-left: 20px;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-template-columns: 3fr 1fr 1fr .75fr;
  }

  .text-block-50 {
    font-size: 8px;
  }

  .texto-accio, .texto-accio-nome {
    font-size: 12px;
  }

  .bold-text-3 {
    font-size: 11px;
  }

  .txt-normal-accionistas-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-wecome {
    width: 400px;
  }

  .div-block-284 {
    width: 500px;
  }

  .italic-text-3 {
    font-size: 35px;
  }

  .text-block-38 {
    font-size: 60px;
  }

  .intro-tit-f {
    font-size: 40px;
  }

  .wrapper-accionistas-copy {
    width: 100%;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-pane-content-centr {
    padding-bottom: 9px;
  }

  .txt-normal-centr-copy {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 15px;
    line-height: 25px;
  }

  .txt-normal-copy2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 22px;
  }

  .div-didier {
    width: 100%;
  }

  .text-block-36 {
    font-size: 7px;
    line-height: 12px;
  }

  .texto-entidades-ral {
    flex: 1;
    font-size: 20px;
  }

  .entid-ral {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-rodape {
    justify-content: center;
  }

  .chamada-movel-nac {
    font-size: 7px;
    line-height: 12px;
  }

  .link-14 {
    font-size: 12px;
  }

  .text-block-55 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .link-15 {
    font-size: 12px;
  }

  .text-block-57 {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .tit-entidades-ral {
    padding-left: 0;
    padding-right: 0;
  }

  .cstit2 {
    font-size: 60px;
    line-height: 65px;
  }

  .henr_foto {
    width: 80%;
    margin-bottom: 16px;
  }

  .henr_foto._2 {
    background-image: url('../images/carsten.jpg');
  }
}

@media screen and (max-width: 767px) {
  .home_intro {
    height: 500px;
  }

  .home_msg {
    margin-bottom: 136px;
  }

  .topic-msg1 {
    text-align: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .div-block {
    margin-right: 15px;
    display: flex;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .text-block {
    text-align: left;
    margin-bottom: 3px;
    font-weight: 500;
    line-height: 18px;
  }

  .quadro-fundo1 {
    height: 600px;
    top: -93px;
  }

  .navbar {
    display: none;
  }

  .div-block-4 {
    margin-top: 26px;
  }

  .text-block-2 {
    text-align: center;
    padding-right: 0;
  }

  .text-block-3 {
    text-align: center;
  }

  .logo-wrapper {
    background-position: 50%;
    margin-right: 0;
  }

  .nav {
    padding-top: 54px;
  }

  .div-block-14 {
    justify-content: center;
  }

  .scroll-fb-wrapper {
    height: 650px;
    margin-left: 5px;
  }

  .scroll-fb-wrapper.emp2 {
    height: 500px;
  }

  .scrollwrapper {
    top: -2px;
  }

  .div-block-21 {
    justify-content: center;
  }

  .paragraph-3 {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 14px;
  }

  .div-block-23 {
    margin-bottom: 72px;
  }

  .prod-wrapper {
    flex-direction: column;
    justify-content: space-around;
    width: 80%;
  }

  .text-block-11 {
    text-align: center;
    margin-bottom: 17px;
  }

  .prod-wrapper2 {
    flex-direction: column;
    width: 80%;
    margin-top: 4px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .section-3 {
    padding-top: 165px;
    padding-bottom: 81px;
  }

  .cont-fotos-intro {
    flex-direction: column;
    width: 80%;
  }

  .f1 {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
  }

  .heading {
    margin-bottom: 15px;
    margin-left: 28px;
    font-size: 25px;
  }

  .f2 {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
  }

  .produto-scale {
    width: 100%;
    height: 250px;
    margin-bottom: 102px;
  }

  .produto-scale._2 {
    margin-bottom: 0;
  }

  .produto1._2 {
    text-align: center;
  }

  .text-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    margin-top: 9px;
    line-height: 24px;
  }

  .quadro-fundo2 {
    height: 800px;
    top: -67px;
  }

  .section-4 {
    padding-bottom: 47px;
  }

  .div-block-34 {
    flex-direction: column;
  }

  .logo-cert._2 {
    width: 32%;
  }

  .text-block-14 {
    text-align: center;
    font-size: 10px;
  }

  .div-block-36 {
    flex-direction: column;
  }

  .div-block-37, .div-block-38 {
    width: 100%;
  }

  .link-pdf {
    margin-bottom: 33px;
    margin-right: 0;
  }

  .paragraph-5 {
    text-align: center;
  }

  .text-block-17 {
    margin-top: 14px;
    padding-left: 0;
  }

  .footer-logo-2 {
    width: 50%;
    padding-left: 0;
  }

  .morfru {
    text-align: center;
    align-items: center;
    width: 80%;
    margin-bottom: 21px;
    padding-left: 15px;
  }

  .div-block-137 {
    text-align: center;
    justify-content: center;
  }

  .link-block-8 {
    opacity: 1;
  }

  .telfs {
    opacity: .9;
  }

  .link-block-6-copy {
    opacity: 1;
  }

  .div-block-89 {
    opacity: .9;
  }

  .text-block-19 {
    letter-spacing: 1px;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-2.flex-stretch {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 25%;
    margin-top: 11px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-1.xs-1 {
    align-items: center;
    width: 80%;
    margin-top: 13px;
    margin-bottom: 32px;
    padding-left: 15px;
  }

  .row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }

  .div-block-140 {
    background-image: url('../images/tel-ic-branco.svg');
    background-size: contain;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-142 {
    background-image: url('../images/mail.svg');
  }

  .intro-wrapper {
    align-self: auto;
  }

  .empresa_intro {
    height: 350px;
  }

  .empresa-txt-wrapp {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 45px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
  }

  .empresa-txt {
    text-align: center;
    padding-right: 0;
  }

  .ant_tit-txt {
    text-align: center;
  }

  .section-7 {
    padding-top: 33px;
  }

  .text-block-21 {
    font-size: 50px;
    line-height: 55px;
  }

  .txt-normal {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .txt-topico {
    font-size: 14px;
  }

  .div-block-147 {
    height: 350px;
  }

  .galeria-emp2 {
    height: 49%;
  }

  .galeria-emp2-copy._3 {
    height: 48%;
  }

  .quadro-fundo-centrado {
    height: 100%;
    top: -67px;
  }

  .txt-normal-centr {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .wrapper-grupo-2 {
    margin-top: 44px;
  }

  .logo-grupo {
    width: 40%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .div-block-156 {
    height: 300px;
  }

  .text-block-24 {
    font-size: 10px;
  }

  .text-block-25 {
    font-size: 15px;
  }

  .equipa_intro {
    height: 350px;
  }

  .wrapper-equipa {
    width: 80%;
    padding-top: 38px;
  }

  .text-block-23-copy {
    text-align: center;
    margin-left: 19px;
    margin-right: 19px;
    font-size: 20px;
    line-height: 30px;
  }

  .director-img {
    width: 100%;
  }

  .grid-3, .grelha-org-soc {
    margin-top: 49px;
  }

  .cons-fisc-img, .org-soc-img {
    width: 100%;
  }

  .quadro-fundo1-couv {
    top: 0;
  }

  .txt-normal-couv {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .link-pdf-fich-prod {
    margin-bottom: 33px;
    margin-right: 0;
  }

  .couvchin_intro, .cenoura_intro-copy {
    height: 350px;
  }

  .ant-orn {
    text-align: center;
    font-size: 30px;
  }

  .cenoura_intro {
    height: 350px;
  }

  .grelha-org-soc-copy {
    margin-top: 49px;
  }

  .grelha-ornam {
    grid-template-columns: 1fr;
    margin-top: 49px;
  }

  .ornam-img {
    width: 100%;
    height: 180px;
  }

  .bloco-ornam {
    margin-bottom: 5px;
  }

  .parag-ornam {
    font-size: 11px;
    line-height: 22px;
  }

  .quadro-fundo1-orn {
    height: 99%;
    top: 0;
  }

  .vicentino_intro {
    height: 350px;
  }

  .ant-vice {
    text-align: center;
  }

  .div-block-164 {
    flex-direction: column;
  }

  .wrapper-info-vinho {
    flex-direction: column;
    margin-top: 38px;
  }

  .div-block-165 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .paragraph-8 {
    margin-bottom: 28px;
  }

  .div-block-166 {
    margin-top: 44px;
  }

  .div-block-165-copy {
    width: 100%;
  }

  .sec4-wrapper {
    background-position: 66%;
    padding-top: 65px;
    padding-bottom: 40px;
  }

  .text-block-29 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-95 {
    width: 20%;
    display: none;
  }

  .div-block-97 {
    width: 80%;
    padding-bottom: 35px;
    padding-left: 14px;
    padding-right: 137px;
  }

  .contac_intro {
    height: 350px;
  }

  .div-block-168 {
    flex-direction: column;
    margin-top: 24px;
  }

  .div-block-168._2 {
    margin-top: 1px;
  }

  .div-block-169 {
    width: 100%;
    margin-bottom: 16px;
  }

  .paragraph-11 {
    margin-top: 4px;
  }

  .text-block-32 {
    margin-right: 16px;
  }

  .wrapper-cont {
    width: 60%;
    padding-bottom: 128px;
  }

  .text-blopy-copy {
    text-align: center;
    margin-left: 19px;
    margin-right: 19px;
    font-size: 20px;
    line-height: 30px;
  }

  .textopy {
    text-align: center;
    flex: 0 auto;
    margin-left: 19px;
    margin-right: 19px;
    font-size: 20px;
    line-height: 30px;
  }

  .quadro-fcont {
    top: 0;
  }

  .link-4 {
    margin-bottom: 1px;
    font-size: 15px;
  }

  .div-block-171 {
    margin-top: 14px;
  }

  .textopy-copy, .textopy-copy-copy {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 19px;
    font-size: 20px;
    line-height: 30px;
  }

  .nav-2 {
    display: none;
  }

  .text-block-35 {
    font-size: 23px;
  }

  .menu-icon {
    top: 0;
    left: auto;
  }

  .link-block-12 {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .text-block-2-copy {
    text-align: center;
    padding-right: 0;
  }

  .text-block-prod {
    color: #000;
  }

  .div-block-175 {
    padding-top: 11px;
  }

  .link-block-13 {
    font-size: 12px;
  }

  .text-block-41 {
    font-size: 16px;
  }

  .empresa-txt-wrapp-conopy {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 67px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .check {
    display: none;
  }

  .div-block-copy {
    display: flex;
  }

  .paragraph-4-copy {
    margin-top: 9px;
    line-height: 24px;
  }

  .gal1_3, .gal1_2, .gal2_2, .gal2_3, .galv_2, .galv_3 {
    height: 49%;
  }

  .div-block-179 {
    background-color: #fff;
    width: 20px;
    height: 20px;
  }

  .bloco-b, .bloco-b-copy {
    width: 20px;
    height: 20px;
  }

  .wrapper-accionistas {
    align-items: center;
    width: 63%;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
  }

  .txt-normal-accionistas {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 20px;
  }

  .accordion-pane-content {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 36px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-block-44 {
    font-size: 14px;
  }

  .accordion-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-arrow {
    margin-left: 15px;
  }

  .accordion-tab-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accio_intro-copy {
    height: 350px;
  }

  .b-accionistas {
    margin-bottom: 29px;
  }

  .text-block-35-copy {
    font-size: 15px;
  }

  .textopy-copy-copy-copy {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 19px;
    font-size: 23px;
    line-height: 30px;
  }

  .accionistas-tit {
    text-align: center;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 19px;
    font-size: 20px;
    line-height: 30px;
  }

  .button-2 {
    font-size: 10px;
  }

  .text-block-47 {
    padding-right: 10px;
    font-size: 10px;
  }

  .text-block-48 {
    text-align: center;
    font-size: 15px;
  }

  .shareholders-news {
    text-align: center;
    padding-right: 0;
    font-size: 30px;
  }

  .snack-c-txt {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-278 {
    width: 63%;
    margin-top: 44px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-share1 {
    padding-bottom: 104px;
  }

  .txt-normal-accionistas-accordeao {
    text-align: left;
    padding-left: 0;
    padding-right: 10px;
    font-size: 10px;
    line-height: 20px;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    font-size: 10px;
  }

  .list {
    padding-left: 20px;
    padding-right: 10px;
  }

  .div-block-280 {
    margin-bottom: 15px;
  }

  .linha-shareholders-2, .linha-shareholders-2-copy {
    margin-top: 42px;
  }

  .grid-4 {
    grid-column-gap: 5px;
    grid-template-columns: 2.25fr 1fr 1fr .75fr;
  }

  .texto-accio {
    padding-right: 10px;
    font-size: 8px;
  }

  .texto-accio-nome {
    padding-right: 10px;
    font-size: 10px;
  }

  .txt-normal-accionistas-copy {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .div-block-284 {
    width: 400px;
  }

  .text-block-39 {
    font-size: 12px;
  }

  .italic-text-3 {
    line-height: 35px;
  }

  .div-block-286 {
    display: none;
  }

  .div-block-287 {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .text-block-38 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 60px;
    font-style: normal;
  }

  .intro-tit-f {
    text-align: center;
    margin-bottom: 3px;
    font-size: 40px;
    font-style: normal;
    line-height: 40px;
  }

  .wrapper-accionistas-copy {
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
  }

  .text-block-48-copy {
    text-align: center;
    font-size: 15px;
  }

  .accordion-pane-content-centr {
    flex-direction: column;
    align-items: center;
    padding-bottom: 4px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .ant_tit-txt-company {
    text-align: center;
  }

  .txt-normal-centr-copy {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .txt-normal-copy2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .texto-entidades-ral {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 19px;
    font-size: 23px;
    line-height: 30px;
  }

  .entid-ral {
    height: 350px;
  }

  .link-13, .livro-rec {
    font-size: 10px;
  }

  .div-block-294 {
    background-image: url('../images/tel-ic-branco.svg');
    background-size: contain;
  }

  .div-block-296 {
    background-image: url('../images/mail.svg');
  }

  .text-block-55 {
    letter-spacing: 1px;
  }

  .div-block-298 {
    opacity: .9;
  }

  .div-block-301 {
    background-image: url('../images/tel-ic-branco.svg');
    background-size: contain;
  }

  .div-block-303 {
    background-image: url('../images/mail.svg');
  }

  .text-block-57 {
    letter-spacing: 1px;
  }

  .div-block-305 {
    opacity: .9;
  }

  .tit-entidades-ral {
    margin-top: 48px;
  }

  .cstit2 {
    margin-bottom: 20px;
    line-height: 37px;
  }

  .paragraph-12 {
    font-size: 16px;
  }

  .ral-cont {
    padding-left: 68px;
    padding-right: 68px;
  }

  .entidades-ral {
    padding-right: 0;
    font-size: 30px;
  }

  .henr_foto {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .home_intro {
    height: 450px;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .home_msg {
    margin-bottom: 59px;
  }

  .txt-msg1 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .topic-msg1 {
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .div-block {
    margin-right: 8px;
    display: flex;
  }

  .paragraph {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
    font-weight: 600;
    line-height: 15px;
  }

  .msg50pc_dir {
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quadro-fundo1 {
    border-bottom-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
    width: 83%;
    height: 450px;
    top: -50px;
  }

  .navbar {
    display: none;
  }

  .div-block-4 {
    margin-top: 27px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    font-size: 33px;
    line-height: 40px;
  }

  .logo-wrapper {
    background-position: 50%;
    height: 100px;
    margin-right: 0;
  }

  .nav {
    padding-top: 27px;
  }

  .div-block-14 {
    justify-content: center;
    margin-bottom: 14px;
  }

  .scroll-fb-wrapper {
    z-index: 10;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 610px;
    margin-left: 3px;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .scroll-fb-wrapper.emp2 {
    justify-content: flex-end;
    height: 460px;
  }

  .scrollwrapper {
    top: -12px;
  }

  .scrollwrapper.w--current {
    top: 0;
  }

  .div-block-19 {
    flex-direction: column;
    display: flex;
  }

  .link-block-2 {
    width: 100%;
    margin-top: 21px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2.b2 {
    width: 90%;
  }

  .text-block-8 {
    font-size: 13px;
  }

  .div-block-21 {
    justify-content: flex-start;
    padding-left: 27px;
    display: flex;
  }

  .div-block-22, .tel-link-topo {
    display: none;
  }

  .sec3-wrapper {
    padding-bottom: 55px;
  }

  .text-block-10 {
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph-3 {
    padding-left: 19px;
    padding-right: 19px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-23 {
    margin-bottom: 45px;
  }

  .prod-wrapper, .prod-wrapper2 {
    width: 95%;
  }

  .section-2 {
    height: 125px;
  }

  .section-3 {
    padding-top: 134px;
    padding-bottom: 49px;
  }

  .cont-fotos-intro {
    width: 85%;
  }

  .f1 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    margin-left: 18px;
  }

  .f2 {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-28 {
    width: 90%;
  }

  .text-block-12 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-29 {
    margin-bottom: 14px;
  }

  .div-block-30 {
    display: none;
  }

  .quadro-fundo2 {
    border-width: 20px;
    height: 700px;
  }

  .div-block-32 {
    height: 250px;
  }

  .section-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-cert._1 {
    height: 70px;
  }

  .logo-cert._2, .logo-cert._3, .logo-cert._4, .logo-cert._5, .logo-cert._6 {
    height: 80px;
  }

  .div-block-36 {
    margin-top: 29px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-17 {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 20px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .frupmorada {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo-2 {
    width: 80%;
    margin-bottom: 21px;
  }

  .morfru {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-137 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-8, .telfs {
    opacity: 1;
  }

  .link-block-6-copy {
    opacity: 1;
    text-align: center;
    margin-bottom: 14px;
  }

  .div-block-89 {
    opacity: 1;
  }

  .text-block-19 {
    letter-spacing: 1px;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3.sm-2.flex-stretch {
    flex-direction: column;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .col.lg-3.sm-1.xs-1 {
    align-items: center;
    width: 100%;
    margin-bottom: 35px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-88 {
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
    display: flex;
  }

  .row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-140 {
    background-image: url('../images/tel-ico-01.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .footer-links-container {
    text-align: center;
    align-items: center;
    margin-bottom: 4px;
  }

  .div-block-102 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-3 {
    font-size: 11px;
  }

  .section-6 {
    padding-top: 34px;
    padding-bottom: 10px;
  }

  .div-block-142 {
    background-image: url('../images/mail.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .intro-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .empresa_intro {
    height: 300px;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }

  .empresa-txt-wrapp {
    width: 100%;
    margin-top: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .empresa-txt {
    font-size: 30px;
    line-height: 40px;
  }

  .ant_tit-txt {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .section-7 {
    padding-top: 32px;
    padding-bottom: 29px;
  }

  .wrapper-emp {
    width: 80%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .text-block-21 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .txt-intro-bold {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

  .txt-normal {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 20px;
  }

  .topic-msg2 {
    padding-left: 0;
  }

  .txt-topico {
    font-size: 11px;
    line-height: 15px;
  }

  .txt-intro-bold-2 {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-147 {
    flex-direction: column;
    height: 600px;
  }

  .div-block-148 {
    width: 100%;
    height: 50%;
  }

  .div-block-149 {
    flex-direction: column;
    width: 100%;
    height: 48%;
  }

  .galeria-emp2 {
    width: 100%;
    height: 47%;
  }

  .galeria-emp2-copy._3 {
    width: 100%;
    height: 50%;
  }

  .section-9 {
    padding-top: 15px;
  }

  .quadro-fundo-centrado {
    border-width: 20px;
    height: 100%;
    top: -41px;
  }

  .wrapper-resp-soc {
    padding-bottom: 64px;
  }

  .div-block-150 {
    padding-top: 7px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .text-block-22 {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 20px;
  }

  .check1 {
    width: 16px;
  }

  .topic-msg2-copy {
    padding-left: 0;
  }

  .div-block-151 {
    margin-left: 4px;
    margin-right: 6px;
  }

  .txt-normal-centr {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
    line-height: 22px;
  }

  .grupo-frupor {
    padding-bottom: 70px;
  }

  .wrapper-grupo {
    justify-content: space-between;
  }

  .div-block-153, .linha-2 {
    width: 25px;
  }

  .wrapper-grupo-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }

  .logo-grupo {
    width: 50%;
    height: 80px;
  }

  .div-block-154 {
    text-align: center;
    width: 90%;
    padding-right: 0;
  }

  .div-block-156 {
    height: 200px;
    margin-top: 2px;
  }

  .links-grupo {
    flex-direction: column;
  }

  .div-block-157 {
    width: 100%;
    margin-bottom: 10px;
  }

  .equipa_intro {
    height: 300px;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-10 {
    padding-top: 18px;
  }

  .wrapper-equip2 {
    justify-content: space-between;
  }

  .div-block-153-copy, .linha-2-copy {
    width: 25px;
  }

  .text-block-23-copy {
    text-align: left;
    flex: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .director-img {
    height: 180px;
  }

  .director-img._2 {
    background-position: 50% 30%;
  }

  .paragraph-6 {
    font-size: 10px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-10-copy {
    padding-bottom: 6px;
  }

  .orgsocilinha {
    width: 25px;
  }

  .grelha-org-soc {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-11 {
    padding-bottom: 44px;
  }

  .cons-fisc-img {
    height: 180px;
  }

  .cons-fisc-img._2 {
    background-position: 50% 30%;
  }

  .section-12 {
    padding-bottom: 107px;
  }

  .org-soc-img {
    height: 180px;
  }

  .org-soc-img._2 {
    background-position: 50% 30%;
  }

  .div-block-163 {
    background-position: 50%;
    background-size: contain;
    margin-top: 31px;
  }

  .text-block-28 {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
  }

  .quadro-fundo1-couv {
    border-bottom-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
    width: 82%;
    height: 93%;
    top: 0;
  }

  .wrapper-couvechin {
    width: 66%;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .txt-normal-couv {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 18px;
  }

  .couvchin_intro, .cenoura_intro-copy {
    height: 300px;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .ant-orn {
    font-size: 20px;
    line-height: 30px;
  }

  .cenoura_intro {
    height: 300px;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .grelha-org-soc-copy {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grelha-ornam {
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .ornam-img {
    height: 150px;
  }

  .ornam-img._2 {
    background-position: 50% 30%;
  }

  .parag-ornam {
    font-size: 11px;
    line-height: 16px;
  }

  .tit-ornam {
    font-size: 16px;
  }

  .quadro-fundo1-orn {
    border-bottom-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
    width: 82%;
    height: 99%;
    top: 0;
  }

  .vicentino_intro {
    height: 300px;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .ant-vice {
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-164 {
    margin-bottom: 55px;
  }

  .link-block-10 {
    height: 80px;
    margin-bottom: 23px;
  }

  .wrapper-info-vinho {
    width: 75%;
    margin-top: 21px;
  }

  .paragraph-9 {
    font-size: 11px;
  }

  .div-block-166 {
    height: 200px;
    margin-top: 5px;
  }

  .div-block-165-copy {
    margin-top: 30px;
  }

  .section-1y {
    padding-bottom: 76px;
  }

  .bold-text-2 {
    font-size: 10px;
  }

  .sec4-wrapper {
    padding-top: 58px;
    padding-bottom: 35px;
    padding-left: 0;
  }

  .text-block-29 {
    width: auto;
    margin-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-93 {
    width: 30px;
  }

  .paragraph-10 {
    color: var(--dim-grey);
    margin-bottom: 37px;
    padding-left: 0;
    padding-right: 71px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-white {
    margin-top: 27px;
    margin-bottom: 9px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-97 {
    width: 80%;
    padding-bottom: 0;
    padding-left: 42px;
    padding-right: 0;
  }

  .text-block-31, .link-block-5:hover {
    padding-left: 0;
  }

  .text-block-8-cont {
    font-size: 12px;
    font-weight: 500;
  }

  .div-block-167 {
    padding-left: 0;
  }

  .contac_intro {
    height: 300px;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-168 {
    margin-top: 22px;
    margin-bottom: 0;
  }

  .paragraph-11 {
    font-size: 12px;
    line-height: 20px;
  }

  .text-block-32 {
    font-size: 14px;
  }

  .linha-cont {
    width: 25px;
  }

  .wrapper-cont {
    width: 65%;
    padding-bottom: 80px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .text-blopy-copy {
    text-align: left;
    flex: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .linha-2-copy-copy {
    width: 25px;
  }

  .textopy {
    text-align: left;
    flex: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .quadro-fcont {
    border-bottom-width: 20px;
    border-left-width: 20px;
    border-right-width: 20px;
    width: 82%;
    height: 93%;
    top: 0;
  }

  .link-4 {
    font-size: 12px;
  }

  .textopy-copy {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .textopy-copy-copy {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .wrapper-equip2-copy {
    justify-content: space-between;
  }

  .nav-2 {
    justify-content: flex-start;
  }

  .text-block-33 {
    margin-top: 3px;
  }

  .text-block-35 {
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }

  .menu-icon {
    top: 0;
    left: auto;
  }

  .link-block-12 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .link-block-12.w--current {
    width: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .div-block-130 {
    width: 200px;
    height: 70px;
    margin-top: 23px;
    margin-bottom: 26px;
  }

  .div-block-133 {
    flex-direction: column;
  }

  .text-block-34 {
    margin-right: 0;
  }

  .div-block-88-copy {
    align-items: center;
    margin-top: 10px;
    margin-bottom: 13px;
    padding-bottom: 16px;
    display: flex;
  }

  .div-block-131 {
    width: 95%;
  }

  .div-block-139-copy {
    width: 20px;
    height: 20px;
  }

  .div-block-134 {
    height: 60px;
    margin-left: 13px;
    margin-right: 13px;
    display: none;
    transform: rotate(90deg);
  }

  .div-block-132 {
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-bottom: 18px;
  }

  .div-block-174 {
    justify-content: center;
  }

  .text-block-2-copy {
    font-size: 33px;
    line-height: 40px;
  }

  .link-block-12-prod.w--current {
    width: auto;
  }

  .text-block-prod {
    color: #181818;
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 15px;
  }

  .div-block-175 {
    padding-top: 18px;
  }

  .text-block-41 {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px;
  }

  .empresa-txt-wrapp-conopy {
    width: 100%;
    margin-top: 58px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .check {
    display: none;
  }

  .div-block-copy {
    display: flex;
  }

  .text-block-43 {
    font-size: 10px;
  }

  .paragraph-4-copy {
    font-size: 12px;
    line-height: 18px;
  }

  .prel {
    display: none;
  }

  .gal1_1 {
    width: 100%;
    height: 50%;
  }

  .gal1_3, .gal1_2 {
    width: 100%;
    height: 47%;
  }

  .gal2_1 {
    width: 100%;
    height: 50%;
  }

  .gal2_2, .gal2_3 {
    width: 100%;
    height: 47%;
  }

  .galv_1 {
    width: 100%;
    height: 50%;
  }

  .galv_2, .galv_3 {
    width: 100%;
    height: 47%;
  }

  .bloco-b {
    background-image: url('../images/tel-ico-01.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .bloco-b-copy {
    background-image: url('../images/mail.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .wrapper-accionistas {
    width: 68%;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .txt-normal-accionistas {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 20px;
  }

  .accordion-pane-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-44 {
    font-size: 12px;
    line-height: 16px;
  }

  .accordion-pane {
    padding-left: 5px;
    padding-right: 5px;
  }

  .accordion-tab-button {
    padding-left: 6px;
    padding-right: 6px;
  }

  .accio_intro-copy {
    height: 300px;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .b-accionistas {
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .text-block-35-copy {
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
  }

  .textopy-copy-copy-copy {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .accionistas-tit {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }

  .div-block-180 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .button-2 {
    margin-top: 9px;
    line-height: 15px;
  }

  .button-2.mes-dez {
    width: auto;
  }

  .text-block-47 {
    padding-right: 0;
    font-size: 10px;
  }

  .text-block-48 {
    text-align: left;
    margin-bottom: 29px;
  }

  .div-block-181 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .text-block-49 {
    text-align: center;
    font-size: 18px;
  }

  .topic-msg2-copy-2 {
    padding-left: 0;
  }

  .shareholders-news {
    font-size: 25px;
    line-height: 30px;
  }

  .snack-c-txt {
    font-size: 20px;
    line-height: 30px;
  }

  .div-block-278 {
    width: 68%;
    margin-top: 48px;
    margin-bottom: 21px;
    padding-bottom: 90px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .shareholder-tit-wrapper {
    text-align: center;
    justify-content: flex-start;
  }

  .wrapper-share1 {
    padding-bottom: 124px;
  }

  .linha-2-copy-copy-copy {
    width: 25px;
    display: none;
  }

  .txt-normal-accionistas-accordeao {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 20px;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    font-size: 10px;
  }

  .list {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 10px;
  }

  .div-block-280 {
    margin-bottom: 3px;
  }

  .linha-shareholders, .linha-shareholders-2, .linha-shareholders-2-copy {
    width: 100%;
  }

  .texto-accio, .texto-accio-nome {
    font-size: 11px;
  }

  .txt-normal-accionistas-copy {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 20px;
  }

  .div-block-283 {
    justify-content: flex-start;
    height: 100vh;
    padding-top: 58px;
  }

  .div-block-wecome {
    width: 225px;
    height: 120px;
    margin-top: 4px;
    margin-bottom: 26px;
  }

  .text-block-33-copy {
    margin-top: 28px;
    font-size: 6px;
    line-height: 12px;
  }

  .div-block-284 {
    width: 250px;
  }

  .div-block-133-copy {
    flex-direction: column;
  }

  .text-block-39 {
    margin-bottom: 29px;
    margin-left: 49px;
    margin-right: 49px;
    font-size: 12px;
    line-height: 22px;
  }

  .italic-text-3 {
    font-size: 25px;
    line-height: 30px;
    display: block;
  }

  .div-block-287 {
    margin-bottom: 17px;
  }

  .text-block-38 {
    margin-bottom: -7px;
    font-size: 40px;
    line-height: 50px;
  }

  .link-pt-copy, .link-en-copy {
    width: 30px;
    height: 30px;
  }

  .intro-tit-f {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 35px;
  }

  .wrapper-accionistas-copy {
    width: 100%;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .text-block-48-copy {
    text-align: left;
    margin-bottom: 29px;
    font-size: 12px;
    line-height: 18px;
  }

  .accordion-pane-content-centr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-288 {
    height: 5px;
  }

  .div-block-288-copy {
    height: 25px;
  }

  .ant_tit-txt-company {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .txt-normal-centr-copy {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
    line-height: 22px;
  }

  .text-block-43-copy {
    font-size: 10px;
  }

  .txt-normal-copy2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 20px;
  }

  .txt-intro-bold-2-copy {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-180-copy1, .div-block-180-copy2 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .div-block-180-copy_1 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .div-block-180-copy_2, .div-block-180-copy_3, .div-block-180-copy_4, .div-block-180-copy_5, .div-block-180-copy_6, .div-block-180-copy_7, .div-block-180-copy_8, .div-block-180-copy_9 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .ent-ral-txt-tit {
    justify-content: space-between;
  }

  .texto-entidades-ral {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .entid-ral {
    height: 300px;
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .entidade-ral {
    padding-right: 12px;
  }

  .link-13 {
    font-size: 9px;
  }

  .livro-reclam {
    padding-left: 12px;
    padding-right: 12px;
  }

  .livro-rec {
    font-size: 9px;
  }

  .link-14 {
    font-size: 11px;
  }

  .div-block-294 {
    background-image: url('../images/tel-ico-01.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-296 {
    background-image: url('../images/mail.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .text-block-55 {
    letter-spacing: 1px;
  }

  .div-block-298 {
    opacity: 1;
  }

  .link-15 {
    font-size: 11px;
  }

  .div-block-301 {
    background-image: url('../images/tel-ico-01.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-303 {
    background-image: url('../images/mail.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .text-block-57 {
    letter-spacing: 1px;
  }

  .div-block-305 {
    opacity: 1;
  }

  .tit-entidades-ral {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .cstit2 {
    color: #44a53f;
    margin-top: 3px;
    margin-bottom: 12px;
    font-size: 35px;
  }

  .bold-text-5 {
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-12 {
    line-height: 22px;
  }

  .section-14-copy.ral {
    padding-top: 23px;
  }

  .ral-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .henr_foto {
    height: 180px;
  }

  .henr_foto._2 {
    background-position: 50% 30%;
  }
}

#w-node-_68f0acb8-d41a-0ac0-40bf-371b01aa8894-7c4922fc, #w-node-b3c8cc8c-968b-9fe1-8592-0e9b4b733c40-8d492306 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


