:root {
  --text-red: #CE0E2D;
  --text-orange: #F18A00;
  --text-lightgreen: #B8BE14;
  --background-lightgreen: #B8BE14;
  --background-darkgrey: #222222;
  --background-red: #CE0E2D;
}
.tp-bullet:hover {
    background: #b8be14!important;
}
.tp-bullet.selected {
    background: #b8be14!important;
}
.notice-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--background-darkgrey);
  z-index: 1000;
  font-family: Axiforma-Regular, Open-Sans;
}

.notice-bottom-bar a {
  font-family: Axiforma-Regular, Open-Sans;
}
.notice-button:hover {
    background: #B8BE14!important;
    color: #fff!important;
}
.c-clock {
  filter: invert(20%) sepia(100%) saturate(22%) hue-rotate(86deg) brightness(181%) contrast(92%);
}
.notice-bottom-bar .notice-button {
  background: #FFF;
  color: #000000;
  border-radius: 0px;
  -webkit-transition: ease background 300ms;
  transition: ease background 300ms;
  text-decoration: none;
}

.notice-bottom-bar .notice-button:hover {
  background: var(--text-lightgreen);
  color: white;
}

.bg-dark-lingote {
  background: #222222;
}

.hamburguer span {
  display: block;
  width: 45px;
  height: 3px;
  margin-bottom: 7px;
  position: relative;
  background: #FFFFFF;
  border-radius: 0;
  z-index: 1;
}

.hamburguer span:nth-child(2) {
  float: right;
  width: 35px;
  height: 3px;
}

.hamburguer-close span {
  display: block;
  width: 45px;
  height: 3px;
  margin-bottom: 7px;
  position: relative;
  background: #FFFFFF;
  border-radius: 0;
  z-index: 1;
}

.menu-mobile-close span {
  width: 35px;
}

.mobile-lang {
  color: white;
  font-family: Axiforma-Black, Open-Sans;
  text-align: center;
  border-right: 2px solid white;
  line-height: 15px;
}

.mobile-lang:nth-child(5) {
  border-right: none;
}

/* BTN  */
.green-btn {
  color: var(--text-lightgreen)!important;
}
.green-btn:hover {
  color: #fff!important;
  background-color: var(--text-lightgreen)!important;
}

/* GALERIA  */

.gallery-menu {
    max-width: 93%;
    margin: auto;
}

.img-info h4 {
    color: var(--text-lightgreen) !important;
    position: absolute;
    bottom: 5%;
    left: 10%;
    font-family: Axiforma-Black, Open-Sans;
    font-size: inherit;
}

.xy-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.transition {
	transition: all 350ms ease-in-out;
}

.r-3-2 {
	width: 100%;
	padding-bottom: 66.667%;
	background-color: #ddd;
}

.image-holder {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Main Styles */
.gallery-wrapper {
	position: relative;
	overflow: hidden;
}

.gallery {
	position: relative;
	white-space: nowrap;
	font-size: 0;
}

.item-wrapper {
	cursor: pointer;
	width: 23%; /* arbitrary value */
	display: inline-block;
	background-color: white;
}

.gallery-item { opacity: 0.5; }
.gallery-item.active { opacity: 1; }

.controls {
    font-size: 54px;
    border-top: none;
    font-family: Axiforma-Black, Open-Sans;
}
.move-btn {
	display: inline-block;
	width: 50%;
	border: none;
  color: #ccc;
	background-color: transparent;
	padding: 0.2em 1.5em;
}
.move-btn:first-child {border-right: none;}
.move-btn.left:hover {
    color: #b8be14;
    transition: .3s;
    padding-right: .2em;
}
.move-btn.right:hover {
    color: #b8be14;
    transition: .3s;
    padding-left: .2em;
}
.move-btn.left  {
    cursor: pointer;
    color: #222;
    transition: .3s;
    padding-right: 0em;
    font-family: Axiforma-Black, Open-Sans;
}
.move-btn.right {
    cursor: pointer;
    color: #222;
    transition: .3s;
    padding-left: 0;
    font-family: Axiforma-Black, Open-Sans;
}
.featured-item {
  max-height: 440px;
  height: 440px;
}
.a-voltar:hover {
  color: #222!important;
}

/* .img-info p {
    color: #fff!important;
    position: absolute;
    bottom: 5%;
    left: 10%;
    font-family: Axiforma-Black, Open-Sans;
    font-size: 14px;
} */
.img-responsive {
  padding: 1em;
}
.slide-down {
  clear:both;
  width:100%;
  height:0px;
  overflow: hidden;
  text-align: left;
  transition: height .4s ease;
}

.slide-down button {padding : 0px;}

#touch {position: absolute; opacity: 0; height: 0px;}

#touch:checked + .slide-down {height: 500px;}
.gallery-title{
    font-size: 36px;
    color: #b8be14;
    text-align: left;
    font-weight: 500;
    margin-bottom: 70px;
}
.filter-button:hover > .changecolors, .filter-button:active > .changecolors, .filter-button:focus > .changecolors {
  color: #b8be14!important;
}
.filter-button{
    font-size: 18px;
  	padding:5px 10px;
    text-align: left;
    color: #b8be14;
    border: 0;
    font-family: Axiforma-Black, Open-Sans;
    font-weight: 500;
    margin-bottom: 30px;
	background:transparent;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #222;
    font-weight: 600;
	outline:none;
    border-color: 0px solid transparent!important;
}
.gallery_product a img{
max-height: 350px;
  min-height: 350px;
  width: 100%;
}
.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;
}
.gallery_product .img-info{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 1em;
    right: 1em;
    bottom: 1em;
    padding: 20px;
	overflow:hidden;
	color:#fff;
	top: 1em;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}

/* INPUTS  */
.checkbox-label {
  margin-left: .7rem;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
}

input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  left: 0;
  border: 1px solid #FFF;
  border-radius: 0;
  background-color: #222222;
}

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

textarea {
  resize: none;
}

textarea::-webkit-input-placeholder {
  color: var(--text-lightgreen) !important;
  text-transform: uppercase;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--text-lightgreen) !important;
  text-transform: uppercase;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--text-lightgreen) !important;
  text-transform: uppercase;
}

textarea:-ms-input-placeholder {
  color: var(--text-lightgreen) !important;
  text-transform: uppercase;
}

textarea::placeholder {
  color: var(--text-lightgreen) !important;
  text-transform: uppercase;
}

/* GENERAL  */
.deslize {
  position: fixed;
  right: 2vw;
  top: 70vh;
  transform-origin: right center;
  transform: rotate(90deg);
  z-index: 99;
}

.deslize p {
  font-family: Axiforma-Black, Open-Sans;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  margin: 0;
}

.deslize p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  margin-right: -100%;
  margin-left: 20px;
  border-top: 2px solid #B8BE14;
}

.line-center {
  position: absolute;
  left: 50%;
  top: 100%;
}

.red-square {
  background: red;
}

.lingote-padding {
  padding: 3rem 16rem 0 6rem;
}

/* MENU  */
.menu-separator {
  margin: 0 !important;
  padding: 0 !important;
}

/* Linha 3919 default.css hover geral */
.menu-separator:hover {
  cursor: default;
}

.btn-menu {
  background: #262525;
  text-transform: uppercase;
  padding: .3rem 1rem;
}

.btn-menu:hover {
  color: white;
}

.menu-mobile {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #222222;
  z-index: 1031;
}

.menu-mobile-dropdown {
  margin-top: 25%;
}

.menu-mobile-dropdown p {
  color: white;
  text-transform: uppercase;
  font-family: Axiforma-Black, Open-Sans;
}

.menu-mobile-dropdown a:active {
  background: transparent;
}

.btn-menu-mobile {
  text-transform: uppercase;
  font-family: Axiforma-Black, Open-Sans;
  -webkit-box-shadow: 0px 0px 50px -19px #000000;
  box-shadow: 0px 0px 10px -5px #000000;
}

.text-orange {
  color: var(--text-orange);
}

.text-lightgreen {
  color: var(--text-lightgreen);
}

/* .FOOTER  */
.footer-link {
  margin: 0;
  color: #FFFFFF;
  font-family: Axiforma-Bold, Open-Sans;
}

.underline {
  border-bottom: 1px solid white;
  padding-bottom: 1px;
}

/* BOXES */
.box-missao {
  padding: 7rem;
  width: 45rem;
  position: absolute;
  background: white;
  z-index: 30;
  left: 15%;
  bottom: 35%;
}

.box-certificacoes {
  padding: 5rem 8rem 5rem 5rem;
  width: 60rem;
  position: relative;
  background: white;
  z-index: 30;
  left: 10%;
}

.box-certificacoes a:hover {
  text-decoration: none;
}
.hover-undergreen:hover {
  color: transparent!important;
}
.box-contacto {
  padding: 4rem 0rem 4rem 8rem;
}

.box-contacto-form {
  padding: 6rem 6rem 5rem 6rem;
  position: absolute;
  min-width: 63vw;
  right: 0;
  margin-top: 8rem;
  height: 58rem;
  -webkit-box-shadow: -5px -3px 27px 3px rgba(0, 0, 0, 0.44);
  box-shadow: -5px -3px 27px 3px rgba(0, 0, 0, 0.44);
}
textarea#message {
    font-size: 14px;
}
.underline-red {
  text-decoration: underline;
  text-decoration-color: #CE0E2D;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
input.form-control {
  font-size: 14px!important;
}
.box-shadow {
  -webkit-box-shadow: -7px 10px 53px -11px rgba(110, 110, 110, 0.55);
  -moz-box-shadow: -7px 10px 53px -11px rgba(110, 110, 110, 0.55);
  box-shadow: -7px 10px 53px -11px rgba(110, 110, 110, 0.55);
}
.underline-green {
    text-decoration: underline;
    text-decoration-color: #B8BE14;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

/* SLIDE  */
.slide-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  font-family: Axiforma-Black, Open-Sans;
  color: #FFF !important;
  text-align: center;
}

.slide-text-1 {
  font-family: Axiforma-Black, Open-Sans;
  color: #FFFFFF;
  font-size: 4rem;
}

.text-red {
  color: var(--text-lightgreen) !important;
}

.slide-text-2 {
  font-family: Axiforma-Bold, Open-Sans;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2em;
}


/* NEWS  */
/* MODAL */
.modal {
  height: 95vh !important;
}

.modal-dialog {
  max-width: 95vw;
  margin: 0 auto;
  margin-top: 5vh;
}

.modal-content {
  height: inherit;
  border-radius: 0;
}

.news-content {
  max-height: 35rem;
  overflow-y: auto;
  padding-right: 3rem;
}

.news-content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

.news-content::-webkit-scrollbar-thumb {
  background: linear-gradient(13deg, #000000 14%, #000000 64%);
  border-radius: 15px;
}

.news-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(13deg, #000000 14%, #000000 64%);
}

.news-content::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: inset 7px 0px 12px #f0f0f0;
}

.modal-button {
  background-color: transparent;
  outline: none;
  border: none;
  color: var(--text-lightgreen);
  font-family: Axiforma-Regular, Open-Sans;
}

.close {
  position: absolute;
  top: 20px;
  right: 45px;
  opacity: 1;
  font-size: 2.5rem;
  font-weight: normal;
  z-index: 1;
  text-shadow: none;
}

.close:focus {
  outline: none;
  border: none;
}

/* END MODAL */
.modal-button:focus {
  outline: none;
  border: none;
}

.post-content h2 {
  color: #222222;
  font-family: Axiforma-Black, Open-Sans;
  text-transform: uppercase;
}

.post-image {
  height: 25rem;
}

.post-image a {
  height: inherit;
}

.post-image img {
  height: inherit;
  object-fit: cover;
  width: 100%;
}

.date {
  color: #818181;
}

.fab:hover {
  color: #b8be14;
}
/* INPUT  */
input::placeholder {
  color: #b7bd14 !important;
  text-transform: uppercase;
}

.custom-file {
  border-bottom: 2px solid white !important;
}

.custom-file-input {
  width: 0px;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-file-input+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
  outline: none;
}

.custom-file-label-frutasclasse {
  font-family: Axiforma-Regular, Open Sans !important;
  color: #CE0E2D;
  text-transform: uppercase;
}

.checkbox-label {
  color: #FFFFFF;
  font-family: Axiforma-Regular, Open-Sans;
}

/* BACKGROUNDS  */
.bg-darkgrey {
  background: var(--background-darkgrey);
}
.bg-lightgreen {
  background: var(--background-lightgreen);
}
.bg-red {
  background: var(--background-red);
}

/* FONTS  */
.regular {
  font-family: Axiforma-Regular, Open-Sans;
}

.black {
  font-family: Axiforma-Black, Open-Sans;
}

.medium {
  font-family: Axiforma-Medium, Open-Sans;
}

.bold {
  font-family: Axiforma-Bold, Open-Sans;
}

.extrabold {
  font-family: Axiforma-ExtraBold, Open-Sans;
}

.italic {
  font-family: Axiforma-Italic, Open-Sans;
}

.light {
  color: #818181;
}
.bg-darkgrey .col-12.text-center {
    display: none;
}
/* MEDIA QUERIES  */
/* general  */
@media (max-width: 396px) {
  .checkbox-label {
    margin-left: 0;
  }
  #recruitmentForm > div.form-row > div:nth-child(6) > div > div.col-lg-8 > label {
    font-size: .65rem !important;
  }
}

@media (max-width: 575.98px) {
  .slide-text-1 {
    font-size: 2.8rem;
    padding: 0 2.5rem;
    line-height: 4rem;
  }

  .slide-text-2 {
    font-size: 1.33rem;
    padding: 0 2.5rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .slide-text-1 {
    font-size: 2.2rem;
  }

  .slide-text-2 {
    width: 100%;
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide-text-1 {
    font-size: 2.2rem;
  }

  .slide-text-2 {
    width: 100%;
    font-size: 1rem;
  }

  .news-detail-img {
    height: 50vh;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .slide-text-1 {
    font-size: 2.2rem;
  }

  .slide-text-2 {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .slide-text-2 {
    padding: 0 10rem;
  }
}

@media (max-width: 575.98px) {
  .box-contacto {
    padding: 4rem 2rem;
  }

  .modal {
    height: 100vh !important;
  }

  .modal-dialog {
    max-width: none;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .slide-center {
    width: 100%;
  }
}

@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {
  ...
}

/* custom media queries */
@media (min-width: 0px) and (max-width: 1024px) {
.slide-center .row.my-5.py-lg-5 {
    display: none;
  }

}
@media (min-width: 0px) and (max-width: 991px) {
.mb-produtos {
    margin: .5rem;
  }
.mb-parceiros img {
    width: 130px;
}
.box-contacto {
    padding: 4rem!important;
}
.mb-contacte {
    margin-top: 1em!important;
    margin-bottom: 0em!important;
}
.col-12.bg-darkgrey.box-contacto-form-mobile.px-4.pb-5 p {
    margin: 1rem;
    padding-top: 4rem;
}
.col-12.bg-darkgrey.box-contacto-form-mobile.px-4.pb-5 form {
    margin: 1rem;
}
.portfolio img {
    margin: 0!important;
    margin-bottom: 6rem!important;
}
.portfolio h2 {
  margin-top: 8rem!important;
    margin-bottom: 3rem!important;
    font-size: 30px!important;
}
.gallery-menu{
  margin-top: 4em;
}
.gallery-menu img {
    width: 140px;
}
.gallery-menu .row div {
    margin-top: 8em!important;
}
p.slide-text-1 {
    font-size: 36px;
    margin-top: 8rem;
}
.certificado-slide {
      width: 140vw!important;
}
.gallery-menu h2 {
    margin-top: 2em!important;
}
.gallery-menu h2.mb-certi-h2 {
  margin-top: 4em!important;
}
.contact-img-mb {
  margin-top: -8em!important;
}
.gallery-menu p {
    margin-bottom: 4em!important;
}
div .d_flex img {
    padding: 1em;
}
h2.text-uppercase.text-white.text-9.text-lg-11.black.text-dark {
    margin-top: 1em!important;
}
h2.text-uppercase.text-white.text-9.text-lg-11.black {
    text-align: left!important;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
#portfolio .servicos-mb-img img {
  margin-bottom: 4em!important;
}
.servicos-mb-logo {
  margin-bottom: -8em!important;
  padding: 0!important;
}
.espaco-bot-mb {
  margin-bottom: 0em!important;
}
.row.text-center.p-espaco-bot-mb {
    margin-top: -8em!important;
}
.d_flex .col-12.list.list-icons {
    left: 3%!important;
}
h6.text-uppercase.text-white.text-3.text-lg-4.black {
    margin-top: 6rem!important;
}
button.btn.header-btn-collapse-nav.open-menu-mobile {
    margin-top: .93rem!important;
}
a.lang {
    color: #fff;
}
.owl-item h2 {
    font-size: 20px!important;
}
#footer div .footer-link {
    margin-left: 3%!important;
}
.politica-mb {
  margin-left: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.newsletter-mb-footer {
    font-size: 16px;
}
#footer div .row .col-lg-3 input {
    padding: 1rem!important;
}
.footer-copyright img {
    width: 18%;
    height: 6vh;
}
.apoios-mb {
    width: 28%!important;
}
.footer-copyright .col-md-5 p {
    margin-top: 3em!important;
    margin-bottom: 2em!important;
}
.col-md-5.d-flex.align-items-center.justify-content-start.mb-2.mb-lg-0 {
    height: 80px!important;
}
}

@media (min-width: 0px) and (max-width: 426px) {
  .portfolio img {
      margin-bottom: 4em!important;
  }
}
@media (min-width: 427px) and (max-width: 767px) {
  .portfolio img {
      width: 100%;
      margin-bottom: -1em!important;
  }
}

@media (min-width: 1024px) and (max-width: 1299px) {
  .box-missao {
    width: 40rem;
    left: 10%;
    bottom: -6%;
  }

  .box-certificacoes {
    width: 35rem;
  }

  .box-contacto {
    padding: 4rem 3rem 1rem 3rem;
  }
}

@media (min-width: 1300px) and (max-width: 1500px) {
  .box-certificacoes {
    width: 42rem;
  }
}

@media (min-width: 1501px) and (max-width: 1650px) {
  .box-certificacoes {
    width: 50rem;
  }
}

@media (min-width: 1651px) and (max-width: 1830px) {
  .box-certificacoes {
    width: 53rem;
  }
}

@media (max-width: 1310px) {
  #header .header-nav-main nav>ul>li {
    margin-left: 0 !important;
  }
}

@media (max-width: 1150px) {
  #header .header-nav.header-nav-links nav>ul>li>a, #header .header-nav.header-nav-links nav>ul>li:hover>a, #header .header-nav.header-nav-line nav>ul>li>a, #header .header-nav.header-nav-line nav>ul>li:hover>a {
    padding: 0 .3rem !important;
  }
}
