.welc h2 {
  color: #ff3e00;
}

.prods .flexib {
  display: flex;
  background-color: #f5f6f7;
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
}
.prods .flexib a {
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-size: 0.85em;
  padding-left: 19px;
}
.prods .flexib a:hover {
  color: initial;
}
.prods .flexib a:before {
  content: "+ ";
  left: 0;
  font-size: 1.5em;
  line-height: 0;
  position: absolute;
  top: 10px;
}
.prods h5 {
  font-weight: 600;
  font-size: 0.95em;
}
.prods b {
  font-size: 0.9em;
  color: #ff3e00;
}
.prods .secTreee {
  margin-top: 80px;
}

.partt {
  background-color: #f3f4fa;
}

/*config slide*/

.tp-bgimg.defaultimg{
  
  background-position:center center !important;
}
.bgimagem{
  background-position:center top !important;
}

.tp-banner.revslider-initialised.tp-simpleresponsive{
  max-height: 509px !important;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  height: 509px !important;
  background-size: cover;
  
}

/*menu  background-color: #fff;*/
.fixed-header.smallHeader.active #header{
  background-color: #fff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.fixed-header.smallHeader #header{
  background-color: #fff !important;
  
}

/*paises no menu*/

.country{
  display: flex !important;
  flex-direction: row !important;
}
.country a:hover{
  border-bottom: none !important;
}

.country a figure{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-top: 2.5rem;
  margin-right: .3rem;
  
}
.country a .pt{
  background-image: url('../img/icon/pt.png');
}
.country a .en{
  background-image: url('../img/icon/en.png');
}
.country a .fr{
  background-image: url('../img/icon/fr.png');
}
.country a figure.active{
  border-radius: 100%;
  border:4px solid #0051ff;
}

.fixed-header.smallHeader #header .main-nav .country a{
  margin-top: -2rem;
}

.fixed-header.smallHeader{
  background-color: #fff !important;
}