*{
    -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	text-rendering: optimizeLegibility;

}
@font-face {
  font-display: swap;
  font-family: Gotham SSm A;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/GothamSSm-Light_Web.woff2) format("woff2"),url(../fonts/GothamSSm-Light_Web.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Gotham SSm A;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GothamSSm-Book_Web.woff2) format("woff2"),url(../fonts/GothamSSm-Book_Web.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Gotham SSm A;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/GothamSSm-Medium_Web.woff2) format("woff2"),url(../fonts/GothamSSm-Medium_Web.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Gotham SSm A;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/GothamSSm-Bold_Web.woff2) format("woff2"),url(../fonts/GothamSSm-Bold_Web.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Gotham Narrow;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/GothamNarrSSm-Light_Web.woff2) format("woff2"),url(../fonts/GothamNarrSSm-Light_Web.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Gotham Narrow;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GothamNarrSSm-Book_Web.woff2) format("woff2"),url(../fonts/GothamNarrSSm-Book_Web.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Gotham Narrow;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/GothamNarrSSm-Medium_Web.woff2) format("woff2"),url(../fonts/GothamNarrSSm-Medium_Web.woff) format("woff")
}

@font-face {
  font-display: swap;
  font-family: Gotham Narrow;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/GothamNarrSSm-Bold_Web.woff2) format("woff2"),url(../fonts/GothamNarrSSm-Bold_Web.woff) format("woff")
}
/* Hack Booostrap 5 Colunas */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
/*Espaços */

.m-2{
  margin: 2em;
}
.mt-1{
  margin-top: 1em;
}
.mt-2{
  margin-top: 2em;
}
.p-2{
  padding: 2em;
}
.p-4{
  padding: 4em;
}
.py-2{
  padding-top: 2em;
  padding-bottom: 2em;
}
.px-4{
  padding-left: 4em;
  padding-right: 4em;
}
/*Medias queries */

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}
.fa-xs{
  font-size: 9px !important;
  margin-left: 5px;
  line-height: 26px !important;
}
.thumb, .header-post, img{
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -moz-animation: fadein 0.5s; /* Firefox */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera */
    animation: fadein 0.5s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes up{
  from{
  transform: translateY(20px);
  opacity: 0;
  }
  to{
  transform: translateY(0);
  opacity: 1;
  }
}
/* BUTTONS */

.btn-primary, .btn-primary:visited{
  background-color: #1380B6 !important;
  color: #fff !important;
  font-weight: 300;
  line-height: 30px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background-color: #044F73 !important;
  color: #fff !important;
}

.entry-content img {
	margin: 0 0 1.5em 0;
  animation: up 1.3s 1;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/
body {
	 overflow-x: hidden;
   font-family:'Source Sans Pro',-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
   webkit-tap-highlight-color: #1380B6;
   color:#626366;
   font-size: 16px;
}
::-moz-selection {
text-shadow:none;
background:#1380B6;
color: #fff;
}
::selection {
	text-shadow: none;
	background: #1380B6;
  color: #fff;

}
img::selection {
	background: 0 0;
}
img::-moz-selection {
background:0 0;
}

.text-muted {
	color: #626366;
}
.text-primary {
	color: #1380B6;
}
h1{
  font-family:'Source Serif Pro', serif;
  font-size: 45px;
  font-weight: 900;
  padding: 20px 0 25px 0;
}
h3 {
  font-family:'Source Serif Pro', serif;
  font-size: 30px;
  font-weight: 900;

}
h2{
  color: #044F73;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: -0.01em;
  margin: 20px 0;
}
li{
  line-height: 160%;

}
@media (max-width: 768px) {
  h2{
    font-weight: 300;
    font-size: 25px;
    letter-spacing: -0.01em;
    margin: 20px 0;
  }
}
/* colors */
.blue-beraca{
  color: #1380B6;
}
.blue-second-beraca{
  color: #044F73;
}
.green-beraca{
  color: #206552;
}

p {
	font-size: 16px;
	line-height: 1.75;
}
p.large {
	font-size: 16px;
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0;
}
a {
	color: #1380B6;
}
a:hover, a:focus, a:active, a.active {
	color: #1380B6;
}

.img-centered {
	margin: 0 auto;
}
.bg-light-gray {
	background-color: #f7f7f7;;
}
.bg-darkest-gray {
	background-color: #222;
}
.btn-primary {
	color: #fff;
	background-color: #1380B6;
	border-color: #1380B6;
	font-weight: 700;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #1380B6;
	border-color: #1380B6;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #1380B6;
	border-color: #1380B6;
}
.btn-primary .badge {
	color: #1380B6;
	background-color: #fff;;
}
.btn-xl {
	color: #fff;
	background-color: #1380B6;
	border-color: #1380B6;
	font-weight: 500;
	border-radius: 3px;
	font-size: 18px;
	padding: 22px 40px 17px 40px;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	color: #fff;
	background-color: #868900;
	border-color: #868900;
}
.btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
	background-image: none;
}
.btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active {
	background-color: #1380B6;
	border-color: #1380B6;
}
.btn-xl .badge {
	color: #1380B6;
	background-color: #fff;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-brand {
	color: #1380B6;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #1380B6;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle {
	background-color: #1380B6;
	border-color: #1380B6;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #1380B6;
}
.navbar-default .nav li a {
	font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	color: #1380B6;
	outline: 0;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;

}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #1380B6;
}

.navbar-brand{
  height: 100px;
  display: inline-block;
  float:none !important;
  margin: 5px 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a.active{
    color: #1380B6;
    border-radius: 3px;
  }

.brand-mobile img{
    visibility: visible;
    width:35%;
    position: relative;
  }
.navbar-toggle {
    margin-top: -110px;
    margin-right: 25px;
  }
  .nav > li > a{
    padding-top: 15px;
  }
  .navbar-default {
    background-color: #ffffff;
    padding: 5px 0  5px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border-top: 1px solid #EFEFEF;
    margin: 0 auto;
    width: 1170px;
  }
  .navbar-nav{
    width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
@media (max-width:768px) {
.header-brand{
  height: auto;
  padding: 20px 0;
}
.navbar-brand img{
  width: 240px;
	margin-top: 0px;

	}
.navbar-default {
  width: auto;
  border: none;
  margin-top: -60px;
  background: none !important;

}
.navbar-default .navbar-nav > li > a:hover{
  border-radius: 0px;
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0px;

}
.navbar-default.navbar-shrink {
	background-color: #fff;
  padding: 15px 0 15px 0;
}
.navbar-default.navbar-shrink .navbar-brand {
	font-size: 1.5em;
}
.navbar-default.navbar-shrink .navbar-brand img{
	height: 80%;
  width: auto;
  margin-top: 5px;
}
}
.nav > li{
  margin: 0px 25px;
  padding: 10px 0 10px 0;
  width: auto;
  max-width: 250px;
  border-bottom: 2px solid #fff;
  text-align: center;
  height: 60px;
}
.nav > li:hover{
  color: #1380B6;
  border-bottom: 3px solid #1380B6;
  height: 60px;

}
.nav > li.menu-big{
  max-width: 240px !important;
  padding: 0px 0 5px 0;

}
.nav > li > a {
  padding: 10px 10px;
  height: auto;
}

#bar-top-nav{
  background-color:#1380B6;
  width: 100%;
  height: 25px;
  display: block;
}
#bar-top-nav{
  background-color:#1380B6;
  width: 100%;
  height: 25px;
  display: block;
  color: #fff;
  font-weight:;
}
#bar-top-nav .languages{
  color: #fff;
}
#bar-top-nav .languages a:link, #bar-top-nav .languages a:visited{
  color: #fff;
}
#bar-top-nav .languages a:hover, #bar-top-nav .languages a:active, #bar-top-nav .languages a.here{
  color: #69ACCD;
}
header {
	background-image: url(../img/banner_home.jpg);
	background-repeat: none;
	background-position: center center;
	text-align: center;
  background-size: cover;
	color: #fff;
  height: 540px;
}

header .intro-text {
	padding-top: 400px;
  height: 205px;
	padding-bottom: 50px;
  max-width: 1050px;
	margin: 0 auto;
  text-align: left;
  background: url(../img/text_quote.svg) no-repeat center center;

}
header .intro-text .intro-heading {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
  }

.disclaimer {
    background-image: url(../img/hero_disclaimer.webp);
    background-repeat: none;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
    height: 560px;
    text-align: left;
    font-family: Gotham SSm A, Arial, sans-serif;
    font-weight: 500;
  }
.hero_title{
  max-width: 20ch;
  font-size: 60px;
  font-family: Gotham SSm A, Arial, sans-serif;
  font-weight: 500;
}
.subtilte_hero{
  max-width: 40ch;
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
}
.hero---button{
  max-width: 180px;
  width: auto;
  border-radius: 5px;
  background-color: #d7a1e5;
  color: #000;
  font-weight: bold;
  padding: 10px 50px;
  text-align: center;
  margin-top: 20px;

}
.hero---button:hover{
  color: #000;
  background-color: #bc82cb;
}
@media (max-width:768px) {
  .disclaimer {
    background-image: url(../img/hero_disclaimer_mobile.webp);
    background-repeat: none;
    background-size: cover;
    background-position: center right;
    color: #fff;
    height: 650px;
  }
  .hero_title{
    max-width: 25ch;
    font-size: 40px;
  }
  .subtilte_hero{
    max-width: 20ch;
    font-size: 25px;
    line-height: 30px;
  }
  header .intro-text {
    padding-top: 250px;
    height: 150px;
    padding-bottom: 50px;  
  }

}
ul.header-social-buttons {
  margin: 35px 0 0 0;
  text-align: right;
  height: 40px;
}
ul.header-social-buttons li a {
	display: block;
	background-color: #1380B6;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	outline: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
ul.header-social-buttons li a:hover, ul.header-social-buttons li a:focus, ul.header-social-buttons li a:active {
	background-color: #044F73;
}

section {
	padding: 0 0 100px 0;
}
@media (max-width: 768px){
 ul.header-social-buttons {
  text-align: center;
}
  ul.header-social-buttons li a:hover, ul.header-social-buttons li a:focus, ul.header-social-buttons li a:active {
    background-color: #044F73;
  }
}
@media (max-width: 768px){
  section {
  padding: 0 0 30px 0;
  }
}
section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 15px;
}
section h3.section-subheading {
	font-size: 16px;
	text-transform: none;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 75px;
}
@media (min-width:768px) {
  section {
   padding: 50px 0;
  }
}
.service-heading {
	margin: 15px 0;
	text-transform: none;
}

/* GRID INGREDIENTS */

.ingredients_beraca_home{
  margin: -100px auto 0 auto !important;
}

#ingredients_beraca{
  margin: -200px auto 0 auto;
  max-width: 1170px !important;
  text-align: center;
  min-height: 300px;
  height: auto;
  overflow-x: hidden;
}
#ingredients_beraca .image, #ingredients_beraca .image:visited{
  height: 300px;
  padding: 0 10px !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	margin-top:0px;
}
#ingredients_beraca .image:hover, #ingredients_beraca .image:active{
  -webkit-transition: margin-top 0.2s linear;
  -moz-transition: margin-top 0.2s linear;
  -o-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
	margin-top: -10px;
}

#ingredients_beraca .text-image{
  position: absolute;
  font-weight: 700;
  font-size: 16px;
  margin-top: 230px;
  z-index: 10;
  display: block;
  text-align: left;
  padding: 0 20px;
  line-height: 20px;
  width: 205px;
}
#ingredients_beraca img{
  filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.1));
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 10px;
  
}
@media (max-width:768px) {
  .ingredients_beraca_home{
    margin: 50px auto 0 auto !important;
  }

  #ingredients_beraca .image{
    text-align: center !important;
    margin: 20px 0 0 70px;
  }
  #ingredients_beraca .text-image{
    text-align: center;
  }
}

.text-blog{
  font-size: 24px !important;

}
/*  Sustainability Home */

#sustainability_home{
  width: 100%;
  min-height: 430px;
  height: auto;
  background: url(../img/bg_sustainability.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#sustainability_home p.topics{
  font-weight: 700;
  line-height: 24px;
  font-size: 20px;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#sustainability_home p:hover{
  text-decoration: none;
}

/* DIFFERENCE AND MARKET */
#difference_and_market{
  margin: 30px auto 0 auto;
  padding-bottom: 0px !important;
  max-width: 1170px;
}

#difference_and_market .bnts{
  max-height: 430px;
  max-width: 600px;
  display: block;
  padding: 0;
}
#difference_and_market .bnts img{
  width: 100%;
  height: auto;
}
#difference_and_market .bnts h3, #difference_and_market .bnts h3:visited{
  position: absolute;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
#difference_and_market .bnts h3:hover, #difference_and_market .bnts h3:active{
  color: #1380B6;
}
/* PAGES */

/* about-us */
#about-us {
  background: url(../img/bg_header_about_us.jpg) no-repeat top center; 
  height: auto;
  width: 100%;
}
.header-about-us h1{
  color: #fff;
}
#about-us h5{
  color: #fff;
  font-weight: 200;
  font-size: 25px;
  line-height: 35px;
  max-width: 500px;  
}
#about-us .ingredients{
  padding-top: 250px;
}
#about-us .about-us-text{
  margin-top: 150px;
}
#about-us p{
  padding: 6px 0;
}
.visao_missao{
  background-color: #044F73;
  margin-top:20px;
  min-height: 347px;
  text-align: center;
}
.visao{
  padding: 0px 80px;
  text-align: center;
  margin:80px 0;
}

.missao{
  border-left: 1px solid #1380B6;
  margin:80px 0;
  padding: 0px 80px;
  text-align: center;
}
.visao_missao p{
  color: #fff;
}

.our-values h1{
  color: #044F73;
  margin-top: -20px;
  line-height: 20px;
}
.our-values h5{
  font-size: 25px;
  margin-top:25px;
  font-weight: 300;
  text-transform: uppercase;
}
.our-values p{
  line-height: 14px;
}
#newsletter {
	background-color: #1380B6;
}

/* Our Products */
#our-products{
  padding-top: 10px;

}
.header-products{
  height: 238px;
  background: url(../img/beraca_products.jpg) no-repeat center center;
}
.cumprises{
  background-color: #0F6539;
  height: 460px;
  color: #fff;
  max-width: 530px;
  margin-top:-80px;
  border-radius: 10px;
  padding: 70px;
  display: block;
  font-family:'Source Serif Pro', serif;
  font-size: 18px;
  line-height: 34px;
}
.cumprises h5{
  font-family:'Source Sans Pro',-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
  margin-bottom:20px;
  font-size: 24px;
  margin-left: -15px;
}
.cumprises li{
list-style-image: url(../img/icons/bullter_yellow.svg);
}

.product-line{
  margin: 50px auto;
}

.product-line .products{
  height: auto;
  display: block;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 0 30px 70px 30px;
  padding: 0px;
  min-height: 420px;  
}
.product-line .products p{
  padding: 25px 15px;
  line-height: 25px;
  font-size: 15px;
}
.product-line .products img{
  width: 100%;
}
.product-line .products span{
  position: absolute;
  margin: 215px 0 0 240px;
  color: #fff;
}

/* Brochure */
.down_brochure{
  background-color: #e0e0e0;
  padding: 20px 0;
  min-height: 300px;
  width: 100%;
  display: block;
}
.down_brochure .brochure{
  margin-top: -80px;
}
.down_brochure h3{
  background-color: #e0e0e0;
  font-size: 40px;
}
.down_brochure .form-brochure{
  margin:10px 0 10px -10px;
  max-width: 220px;

}
.down_brochure .btn-brochure{
  margin-top: 50px;
}
.down_brochure .btn-brochure:hover, .down_brochure .btn-brochure:active{
  background-color: #fff;
  color: #019bdb;
}

.certifies{
  margin: 30px 0 10px 50px;
}
.topics{
  margin: 20px auto 50px auto;
}
@media (max-width:768px) {
  .product-line .products{
    max-width: 350px;
    height: auto;
    min-height: 420px;  
  }
  .certifies{
    margin: 30px auto 10px auto;
    max-width: 220px;
  }
  .certifies img{
    margin: 10px auto;
  }
  .topics{
    margin: 20px auto 10px auto;
  }
}
/* Rain Forest */
#rain-forest{
  padding-top: 10px;
}
#rain-forest .header{
  min-height: 265px;
  background: url(../img/beraca_products.jpg) no-repeat center top;
  border-bottom: 30px solid #0F6539;
  color: #fff;
}

#rain-forest .header h1{
  margin-top: 130px;
}
#rain-forest .pos-header{
  height: auto;
  margin-bottom: 50px;
  display: block;
}
#rain-forest .intro{
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 35px;
}
#rain-forest .logo-product .logo{
  margin: -80px 0px 0px 270px;
  width: 50%;
} 
#rain-forest .products{
  display: block;
  height: 350px;
} 
@media (max-width:768px) {
  #rain-forest .header h1{
    margin-top: 80px;
    text-align: center;
  }
  
  #rain-forest .logo-product .logo{
    margin: -80px 0px 0px 60px;
    width: 60%;
  }
  #rain-forest .pos-header{
    height: 350px;
  } 
  #rain-forest .products{
    height: auto;
    text-align: center;
    max-width: 240px;
    margin: 0px auto;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
  } 
}
/* Active Performance System */
#active-performance-systems{
  padding-top: 10px;
  padding-bottom: 0px;
}
#active-performance-systems .header{
  min-height: 265px;
  background: url(../img/header_active_systems.jpg) no-repeat -400px top;
  border-bottom: 30px solid #5B9E3F;
  color: #fff;
}

#active-performance-systems .header h1{
  margin-top: 80px;
}
#active-performance-systems .pos-header{
  height: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  display: block;
}
#active-performance-systems .intro{
  margin-bottom: 60px;
  font-size: 25px;
  line-height: 35px;
}
#active-performance-systems .logo-product .logo{
  margin: 20px 0px 0px 270px;
  width: 50%;
} 
#active-performance-systems .products{
  display: block;
  height: 450px;
} 
#active-performance-systems .ras{
  margin-top: -80px;
} 
#active-performance-systems .woman{
  position: absolute;
  top: 0px;
  right: 0;
} 
#active-performance-systems .leaf{
  margin-top: -300px;
} 
#active-performance-systems .woman{
  position: absolute;
  top: 0px;
  right: 0;
  margin-top: -300px;
} 

@media (max-width:768px) {
  #active-performance-systems .header h1{
    margin-top: 30px;
    text-align: center;
  }
  
  #active-performance-systems .logo-product .logo{
    margin: -10px 0px 0px 60px;
    width: 60%;
  }
  #active-performance-systems .pos-header{
    height: auto;
  } 
  #active-performance-systems .products{
    height: auto;
    text-align: center;
    max-width: 240px;
    margin: 0px auto;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
  } 
  #active-performance-systems .ras{
    height: auto;
    text-align: center;
    margin-top: 0px;
    max-width: 240px;
    padding: 20px 0;
    margin: 0px auto;
  } 
  #active-performance-systems .leaf{
    margin-top: 0px;
  } 
  #active-performance-systems .woman{
    margin-top: 9px;
  } 
}
/* BeraScrubs */
#berascrubs{
  padding-top: 10px;
}
#berascrubs .header{
  min-height: 265px;
  background: url(../img/header_berascrubs.jpg) no-repeat right top;
  border-bottom: 30px solid #5EAC6C;
  color: #fff;
}
#berascrubs .header h1{
  margin-top: 130px;
}
#berascrubs .pos-header{
  height: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  display: block;
}
#berascrubs .intro{
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 35px;
}
#berascrubs .logo-product .logo{
  margin: 20px 0px 0px 10px;
  width: 100%;
}
#berascrubs .particle{
  color: #fff;
  font-family:'Source Serif Pro', serif;
  height: 45px;
  font-size: 23px;
  line-height: 45px;
  font-weight: 800;
  text-align: center;
  background-color: #5EAC6C;
  width: 100%;
}
#berascrubs .products{
  display: block;
  height: 450px;
  padding: 0px;
} 
@media (max-width:768px) {
  #berascrubs .header{
    background: url(../img/header_berascrubs.jpg) no-repeat -2000px top;
  }
  #aberascrubs .header h1{
    margin-top: 80px;
    text-align: center;
  }
  #berascrubs .logo-product .logo{
    margin: 0 auto;
    width: 100%;
  }
  #berascrubs .pos-header{
    height: auto;
  } 
  #berascrubs .products{
    height: auto;
    text-align: center;
    margin: 0px auto;
    padding:0;
  } 
}
/* Berafunctional Extracts  */
#berafunctional{
  padding-top: 10px;
}
#berafunctional .header{
  min-height: 265px;
  background: url(../img/header_berafunctionals.jpg) no-repeat center top;
  border-bottom: 30px solid #66032C;
  color: #fff;
}
#berafunctional .header h1{
  margin-top: 130px;
}
#berafunctional .pos-header{
  height: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  display: block;
}
#berafunctional .intro{
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 35px;
}
#berafunctional .logo-product .logo{
  margin: 10px 0px 0px 120px;
  width: 80%;
}
#berafunctional .particle{
  color: #fff;
  font-family:'Source Serif Pro', serif;
  height: 45px;
  font-size: 23px;
  line-height: 45px;
  font-weight: 800;
  text-align: center;
  background-color: #5EAC6C;
  width: 100%;
}
#berafunctional .picture{
  margin-right: -70px;
  margin-top: 50px;
  z-index: 99;
} 
#berafunctional .description{
  background-color: #66032C;
  margin-top: 6px;
  padding: 40px 40px 40px 80px ;
  color: #fff;
  display: block;
  height: auto;
  border-radius: 10px;
  max-width: 500px;
} 
#berafunctional .description p{
  font-size: 16px;
  line-height: 22px;
}
#berafunctional .acai{
  position: absolute;
  margin: -100px 0px 0 350px;
} 
#berafunctional .logoacai{
 margin-bottom: 30px;
} 
#berafunctional h4{
  font-weight: 700;
  font-size: 22px;
}
.text_berafuncional{
  color: #66032C ;
  line-height: 24px;
  max-width: 390px;
  margin-left: 0px ;
}
@media (max-width:768px) {
  
  #berafunctional .header h1{
    margin-top: 80px;
    text-align: center;
  }
  #berafunctional .logo-product .logo{
    margin: 0 auto;
    width: 100%;
  }
  #berafunctional .picture{
    margin-right: 0;
    z-index: 99;
  } 
  #berafunctional .pos-header{
    height: auto;
  } 
  #berafunctional .intro{
   text-align: center;
  }
  #berafunctional .acai{
    position: absolute;
    margin: -60px 0px 0 189px;
    width: 40%;
  } 
  .text_berafuncional{
    color: #66032C ;
    line-height: 24px;
    margin-left: 0px;
    margin-top: 20px;
  }
}
/* BeraMinerals */
#beraminerals{
  padding-top: 10px;
}
#beraminerals .header{
  min-height: 238px;
  background: url(../img/header_beramineral.jpg) no-repeat center top;
  color: #fff;
}
#beraminerals .border-header-bottom{
height: 30px;
background: linear-gradient(90.02deg, #D8B235 10.18%, #82B04D 92.39%);
width: 100%;
}
#beraminerals .header h1{
  margin-top: 130px;
}

#beraminerals .pos-header{
  height: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  display: block;
}
#beraminerals .logo-product .logo{
  margin: 10px 0px 20px 10px;
  width: 80%;
}
#beraminerals .intro{
  margin: 40px 30px 10px 0;
  font-size: 18px;
  line-height: 25px;
}
#beraminerals .pos-header p{
  line-height: 24px;
}
#beraminerals .amazonian{
  padding: 0px;
}
#beraminerals .clays, #beraminerals .quartz{
  margin: 70px 0;
}
#beraminerals h4{
  font-weight: 700;
  font-size: 22px;
}
.discovery-berashades{
  border: 6px solid #17476A;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 2rem 4rem 2rem 4rem;
}
.discovery-berashades h4{
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  font-size: 35px !important;
  margin-bottom: 2rem;
  color: #17476A;
}
.discovery-berashades p{
  margin: 2rem 0;
}
.discovery-berashades .btn:link, .discovery-berashades .btn:visited{
  background-color: #17476A;
  text-transform: uppercase;
  width: 100%;
  padding: 1rem 1rem 1.2rem 1rem;
}
.discovery-berashades .btn:hover, .discovery-berashades .btn:active{
  background-color: #1380B6;
  text-transform: uppercase;
  width: 100%;
  padding: 1rem 1rem 1.2rem 1rem;
}
.discovery-berashades a.btn{
  color: #ffffff;
}
@media (max-width:768px) {
  #beraminerals .header h1{
    margin-top: 80px;
    text-align: center;
  }
  #beraminerals .logo-product .logo{
    margin: 0 auto;
    width: 100%;
  }
  #beraminerals .pos-header{
    height: auto;
  } 
  #beraminerals .intro{
   text-align: left;
   margin: 30px 25px 30px 0;
  }
  .discovery-berashades .btn:link{
    height: auto;
    white-space: normal;
  }
}
/* farmaceutico */

#farmaceutico{
  padding-top: 10px;
}
#farmaceutico .header{
  min-height: 265px;
  background: url(../img/header_farmaceutico.jpg) no-repeat center top;
  border-bottom: 30px solid #45B5D5;
  color: #fff;
}
#farmaceutico .header h1{
  margin-top: 130px;
}
#farmaceutico .icon-famaceutico{
  margin: 20px 0;
  margin-bottom: 20px;
  height: 50px;
  text-align: left;
}
#farmaceutico .pos-header{
  height: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  display: block;
}
.form-farmaceutico{
  margin: 10px 0 10px -10px;
}
.btn-farmaceutico{
  margin-top: 40px;
}
.btn-farmaceutico:hover, .btn-farmaceutico:active{
  background-color: #fff;
  color: #45B5D5;
}
/* Specialties */

#specialties{
  padding-top: 10px;
}
#specialties .header{
  min-height: 265px;
  background: url(../img/header_specialties.jpg) no-repeat center top;
  border-bottom: 30px solid #2F499E;
  color: #fff;
}
#specialties .header h1{
  margin-top: 130px;
}

#specialties .pos-header{
  height: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  display: block;
}
#specialties .logo-product .logo{
  margin: 10px 0px 0px 120px;
  width: 50%;
}
#specialties .intro{
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 35px;
}
#specialties h2{
  color: #044F73;
  line-height: 40px;
  font-size: 40px;
  margin: 20px auto 50px auto;
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  text-align: center;
}
#specialties h5{
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
#specialties h4{
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.topics-specialties{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  background-color: #2F499E;
  border-radius: 10px;
  padding: 10px;
  max-width: 1150px;
  height: 120px;
  margin: 50px auto 50px auto;
}
.topics-specialties li{
  padding: 20px 0;
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
}
.topics-specialties li.div{
  border-right: 1px solid #4f67b5;
  height: 60px;
  width: 1%;
  padding: 0;
  margin: 0px;

}
.topics-specialties li a{
  color: #fff;
}
#emolientes-naturais, #especialidades-vegetais{
  margin: 30px auto;

}
@media (max-width:768px) {
  .topics-specialties{
    display: grid;
    height: auto;
  }
  .topics-specialties li.div{
    border-bottom: 1px solid #4f67b5;
    height: 1px;
    width: 100%;
    padding: 0;
    margin: 0px;
  
  }
  #specialties .header h1{
    margin-top: 80px;
    text-align: center;
  }
  #specialties .logo-product .logo{
    margin: 0 auto;
    width: 80%;
  }
  #specialties .pos-header{
    height: auto;
  } 
  #specialties .intro{
   text-align: center;
  }
}

/* Sustainability */
#sustainability{
  padding: 0px;

}
#sustainability h4{  
  font-weight: 700;
  font-size: 25px;
}
#sustainability .communities{
  margin-left: 5%;
  margin-top: 8%;
}
#sustainability .topics-sustainability{
  height: auto;
  width: 100%;
  background: url(../img/bg_sustainability.png) center center;
  background-size: cover;
  color: #fff;
  margin-top: -70px;
}
#sustainability .topics_one{
  height: 200px;
  display: block;
}
#sustainability .icon{
  text-align: center;
  margin: -40px auto 40px auto;
  height: 80px;
}
#sustainability .icon-text{
  line-height: 22px;
  color: #fff;
}
.tree-sustainability .tree-text{
  padding-top: 100px;

}
.tree-sustainability h2{  
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 45px;
}

.we-bridge-concept{
  background-color: #206552;
  min-height: 900px;
  height: auto;
  text-align: center;
}
.we-bridge-concept .header-image{
  max-width: 100%;
  margin: 0 auto;

}
.we-bridge-concept h2{
  color: #fff;
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  margin: -10px 0 30px 0;
} 
.we-bridge-concept .logo{
  margin-top: -50px;
  z-index: 99;
} 
.we-bridge-concept h3{
  text-align: left;
  margin-top: 50px;
  max-width: 400px;
  line-height: 40px;
  color: #fff;
}
.we-bridge-concept p{
  color: #fff;
  text-align: left;
}
.we-bridge-concept .text-entry{
 margin-top: 40px;

}
.integrated-service{
  padding-bottom: 0px;

}
.integrated-service h2{  
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 45px;
  color: #206552;
}
.integrated-service h4{
  font-weight: 700;
  margin-bottom: 50px;
  font-size: 25px;
}
.integrated-service .steps{  
  margin: 40px auto;
}
.steps p{
  line-height: 25px;
  font-size: 14px;
}
.steps .box{
  background-color: #347EB2 !important;
  height: 200px;
  width: 500px;
  margin: 20px 40px 20px 0px;
  padding: 20px 20px 10px 110px;
  color: #fff;
}
.steps .step-1{
  background: url('../img/sustainability/integrated-step1_bg.jpg')  no-repeat;
  background-size: 110px;
}
.steps .step-2{
  background: url('../img/sustainability/integrated-step2_bg.jpg')  no-repeat;
  background-size: 110px;
}
.steps .step-3{
  background: url('../img/sustainability/integrated-step3_bg.jpg')  no-repeat;
  background-size: 110px;
}
.steps .step-4{
  background: url('../img/sustainability/integrated-step4_bg.jpg')  no-repeat;
  background-size: 110px;
}

.integrated-service .image-integrated{
  max-width: 200%;
}
.organic-trade-certification{
  padding: 100px 0px;
}
.organic-trade-certification .btn{
  margin-top: 15px;
}
.organic-trade-certification h2{  
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 45px;
  color: #206552;
}
.sustainability-report{
  padding: 50px 0;
  margin: 20px 0 0 0;
}
@media (max-width:768px) {
  .integrated-service .image-integrated{
    max-width: 100%;
  }
}
/* The Beraca Difference */


#the-beraca-difference{
  background: url(../img/the-beraca-difference/header.jpg) no-repeat top center; 
  height: auto;
  width: 100%;
}
.header-the-beraca-difference {
  margin: 300px 0 100px 0;
}
.header-the-beraca-difference h1{
  color: #fff;
}
.header-the-beraca-difference h5{
  color: #fff;
  font-weight: 200;
  font-size: 25px;
  line-height: 35px;
  max-width: 500px;
}




/* Global Market Trends, News & Events */
#global-market-trends-news-events{
  background: url(../img/global-market/header.jpg) no-repeat top center; 
  height: auto;
  width: 100%;
}
.header-global-market h1{
  color: #fff;
  max-width: 480px;
}
#global-market-trends-news-events p{
  color: #fff;
  max-width: 500px;  
}
#global-market-trends-news-events .form{
  height: 200px;
  max-width: 600px;
  background-color: #1380B6;
  border-radius: 10px;
  padding: 40px;
  margin-top: 250px;
}
#global-market-trends-news-events .form p{
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 30px;
}
#global-market-trends-news-events .about-us-text{
  margin-top: 150px;
}
.formulations-concepts {
  display: flex;
  justify-content: center;
  align-items: center;

}
.formulations-concepts h2{
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
}

.news{
    background-color: #044F73;
}
.news h2{
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.news h5{
  font-family:'Source Sans Pro',-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
  color: #fff;
  text-align: center;
}
.news .btn-news{
  margin: 40px 0;
}
.novidades{
  background: #FFFFFF;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 20px 50px 20px 0;
  padding: 0px;
  max-width: 340px;
  min-height: 450px;
}
.novidades h3 > a{
  color: #626366;
  font-size: 20px;
}
.novidades .thumb img{
  border-radius: 10px 10px 0px 0px;

}
.novidades .text{
  padding: 10px 20px;

}


.next-events h2{
  max-width: 100px;
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  border-bottom: 2px solid #1380B6;
  padding-bottom: 30px;
  margin-right: 50px;
}
.next-events h3{
  font-family:'Source Sans Pro',-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 30px;
  color: #626366;
}


/* Corporate Commitments */
#corporate-commitments{
  background-color: #044F73;
  height: auto;
  width: 100%;
  color: #fff;
  margin-bottom: 100px;
  padding-top: 30px;
}
#corporate-commitments .commitments{
  margin-top: 50px;
}
.topics-corporate{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  background-color: #1380B6;
  border-radius: 10px;
  padding: 10px;
  width: 1150px;
  height: 120px;
  margin: 50px auto 0px auto;
  
}
.topics-corporate li{
  width: 20%;
  padding: 20px 0;
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
}
.topics-corporate li.div{
  border-right: 1px solid #57ACD6;
  height: 60px;
  width: 1%;
  padding: 0;
  margin: 0px;

}
.topics-corporate li a{
  color: #fff;
}

.sustainable-development-partnerships h2{
  color: #044F73;
  line-height: 40px;
  font-size: 40px;
  margin: 20px auto 50px auto;
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  text-align: center;
}

.sustainable-development-partnerships .card{
  max-width: 330px;
  height: 540px;
  display: block;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 0 30px 70px 30px;
  padding: 0px;
  }
.sustainable-development-partnerships .card p{
  padding: 25px 15px;
  line-height: 20px;
  font-size: 14px;
}

.sustainable-development-partnerships .endorser{
  background-color: #0E2F4F;
  height: 205px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sustainable-development-partnerships .endorser img{
  margin: 0px auto;
}
.sustainable-development-partnerships .iberaca{
  background-color: #EFA43D;
  height: 205px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.sustainable-development-partnerships .iberaca img{
  margin: 0px auto;
}
.sustainable-development-partnerships .ppa{
  background-color: #829B4E;
  height: 205px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sustainable-development-partnerships .ppa img{
  margin: 0px auto;
}
.sustainable-development-partnerships .origens{
  background-color: #009D6E;
  height: 205px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sustainable-development-partnerships .origens img{
  margin: 0px auto;
}
.sustainable-development-partnerships .conexsus{
  background-color: #0E312C;
  height: 205px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sustainable-development-partnerships .conexsus img{
  margin: 0px auto;
}
.sustainable-development-partnerships .sustainable{
  background-color: #009DDA;
  height: 205px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sustainable-development-partnerships .sustainable img{
  margin: 0px auto;
}

#certifications{
  padding: 30px 0;
  background-color: #1380B6;
  height: auto;
}
#certifications h2{
  margin: 20px auto 50px auto;
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#certifications .card{
  max-width: 550px;
  height: auto;
  min-height: 450px;
  background-color: #fff;
  display: block;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 0 10px 70px 10px;
  padding: 30px;
  }
#certifications .card h3{
  font-size: 20px;
  line-height: 20px;
  font-family:'Source Sans Pro',-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
}
#awards-recognitions {
  padding: 0px;
}

#awards-recognitions .srUlisses{
  background-color: #006F3B;
  padding: 50px;
}
#awards-recognitions .srUlisses .entry-text{
  font-family:'Source Serif Pro', serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  max-width: 270px;
  float: left;
}
#awards-recognitions .srUlisses .btn-award{
  background-color: #fff !important;
  color: #006F3B;
  margin: 5px 0px 0px 20px;
  line-height: 14px;
}
#awards-recognitions .awards h3{
  color: #006F3B;
  margin: 40px 0 0 40px;
  font-size: 40px;
}
#awards-recognitions .awards-qualif{
  width: 22%;
  float: right;
  position: absolute;
  display: inline;
  margin: -68px 0px 0px 17px;
}
.owl-carousel-awards .owl-stage-outer{
  padding: 30px;
}
.owl-carousel-awards .owl-item{
  height: 290px;
  width: 280px;
  border: 1px solid #F2F2F2;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display:block;
  margin-right: 10px !important; 
}
.owl-carousel-awards .year{
  background-color: #006F3B;
  font-weight: 700;
  position: absolute;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  width: 43px;
  height: 43px;
  border-radius: 90px;
  margin: 10px 0px 0px 25px;
}
.owl-carousel-awards .premios h4{
  color: #626366;
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  padding: 70px 33px 40px 25px;
  font-size: 20px;
  line-height: 24px;
  height: 200px;
}
.owl-carousel-awards a:hover.premios {
  color: #006F3B;
}
.owl-carousel-awards .btn-more{
  margin-left: 180px;
  color: #006F3B;
}

/* Ethics & Transparency Channel */
#ethics-transparency-channel{
  background: url(../img/ethics-transparency-channel/header.jpg) no-repeat top center; 
  height: auto;
  width: 100%;
}
#ethics-transparency-channel .header-title {
  margin: 300px 0 60px 0;
}
#ethics-transparency-channel .header-title h1{
  color: #fff;
}
#ethics-transparency-channel h4{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #1380B6;
}
#ethics-transparency-channel .form-etchis{
  margin: 20px 0;

} 
/* Contact */

#contact{
  background: url(../img/contact/header.jpg) no-repeat top center; 
  height: auto;
  width: 100%;
}
#contact .header-title {
  margin: 300px 0 80px 0;
}
#contact .header-title h1{
  color: #fff;
}
#contact h4{
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #1380B6;
  width: 270px;
}
#contact .mail{
  font-size: 24px;
  line-height: 25px;
  font-family:'Source Serif Pro', serif;
  font-weight: 700;
  color:#1380B6;
}
#contact .form-contact{
  margin: 18px 0;
} 
#contact .text-message{
  margin: 18px 0;
  height: 330px;
} 
#contact .address{
  margin: 20px 0;
  height: auto;
} 
#contact .address h5{
  font-family:'Source Serif Pro', serif;
  color:#1380B6;
  font-weight: 700;
  margin-top: 30px;
  line-height: 22px;

} 
#contact .address p{
  line-height: 12px;
  font-size: 13px;
} 
#contact .address p{
  line-height: 12px;
  font-size: 13px;
} 


#newsletter .form-control:focus, .primeiros-passos .form-control:focus{
	border-color: #1380B6;
	box-shadow: none;
}
#newsletter .form-control::-webkit-input-placeholder, #newsletter .form-control :-moz-placeholder, #newsletter .form-control ::-moz-placeholder, #newsletter .form-control :-ms-input-placeholder, .primeiros-passos .form-control::-webkit-input-placeholder, .primeiros-passos .form-control :-moz-placeholder, .primeiros-passos .form-control ::-moz-placeholder, .primeiros-passos .form-control :-ms-input-placeholder{
font-weight: 500;
color: #545353;
font-size: 17px;
}

#newsletter .wpcf7-validation-errors, #newsletter .wpcf7-acceptance-missing, .primeiros-passos .wpcf7-validation-errors, .primeiros-passos .wpcf7-acceptance-missing {
    border: none;
    color: #fff;
    font-size: 10px;
}
#newsletter .wpcf7-not-valid-tip, .primeiros-passos .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 14px;
    background: #fb0000;
    margin-top: -25px;
    line-height: 14px;
    font-weight: 500;
    padding:5px 0;
}

#videos-youtube .item img{
  opacity:0.30;
  -moz-opacity: 0.30;
  filter: alpha(opacity=30);
}
#videos-youtube .item img:hover{
  opacity:1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
    border-radius: 10px;

  }
.modal-content {
  border-radius: 20px;
}
.modal-body {
  position:relative;
  padding: 50px;
  background-color: #1380B6;
  color:#fff;
  border-radius: 10px;
}
.embed-responsive {
  overflow: visible;
  height: auto;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/* --PAGES --*/
.pages{
	margin: 30px auto 50px auto;
  font-family: Gotham SSm A, Arial, sans-serif;
  font-weight: 500;
}
.pages h1{
  font-size: 32px;
  color: #4c5059;
  font-weight: 500;
  font-family: Gotham SSm A, Arial, sans-serif;
}
.pages h2{
  font-size: 50px;
  font-weight: 300;
  color: #1380B6;
}
.pages p, .post p{
  line-height: 20px;
  color: #4c5059;
  --x-height-multiplier: 0.35;
  --baseline-multiplier: 0.179;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -.20px;
}
.content-text{
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 500px){
  .pages h1{
    font-size: 50px;
  }
  .pages h2{
    font-size: 40px;
  }
}



/* --- artigos ---*/

.categoria{
  margin-top: 60px;
}
.categoria article{
  min-height: 520px;
  display: block;
}
.categoria .text h3{
  min-height: 50px;
  display: block;
}
.categoria .date{
  width: 40px;
  background: #212121;
  height: 50px;
  padding: 8px 0;
  display: block;
  position: absolute;
  margin: 190px 0 0 295px;
  color: #fff;
  text-align: center;
}
.categoria .date .day{
  font-size: 21px;
  text-align: center;
}
.categoria .date .mes{
  font-size: 15px;
  clear: both;
  display: block;
  line-height: 4px;
  text-transform: uppercase;
}
/* ---posts ---*/


/* buttons post */
.rrssb-buttons{box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;height:36px;margin:0;padding:0;width:100%; }.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:13px;list-style:none;margin:0;padding:0 2px}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#125688}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#0c3a5b}.rrssb-buttons li.rrssb-delicious a{background-color:#0b79e5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li.rrssb-whatsapp a{background-color:#43d854}.rrssb-buttons li.rrssb-whatsapp a:hover{background-color:#28c039}.rrssb-buttons li.rrssb-print a{background-color:#8d98a2}.rrssb-buttons li.rrssb-print a:hover{background-color:#717f8b}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;box-sizing:border-box;display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:17px;width:17px}.rrssb-buttons li a .rrssb-icon svg path{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li a{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:.2em;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path{fill:#0a88ff}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path{fill:#125688}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path{fill:#061d2e}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path{fill:#0b79e5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path{fill:#993d00}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path{fill:#43d854}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path{fill:#1f962d}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path{fill:#8d98a2}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path{fill:#5a656f}.rrssb-buttons li.rrssb-print a .rrssb-icon svg path:nth-child(2){fill:none}

.formContato .wpcf7-form label{
  margin: 10px 0;
  color: #999;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.formContato .wpcf7-text{
  height: 45px;
  padding: 10px;
  margin-bottom: 20px;
}
.formContato .wpcf7-textarea{
  height: 100px !important;

}
.formContato .wpcf7-recaptcha{
  margin: 25px 0;
}
.formContato .wpcf7-submit{
  line-height: 60px;
  border-radius: 10px;
  border: 1px solid #1380B6;
  letter-spacing: 0.2em;
  font-size: 18px;
  margin: 20px auto 0 auto;
  color: #1380B6;
  width: 100%;
  display: block;
  background: none;
}
.formContato .wpcf7-submit:hover{
  padding-right: 10px;
  background-color: #1380B6;
  color: #fff;

}
/* -- SIDE PRODUTOS --*/
#side {
  background-color: #1380B6;
  position: relative;
	padding: 40px;
	text-align: left;
  display: block;
  list-style: none;
  color: #FFFFFF;
}
#side h4{
font-family: 'Source Serif Pro', serif;
font-size: 18px;
line-height: 25px;
font-weight: 900;
} 
.formSidePage .subtittleForm{
  margin: 10px 0px;
  display: block;

}
#side .field-product{
  background-color: #1380B6 !important;
  max-width: 200px;
  margin: 10px 0 10px -15px ;
  padding: 8px;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff !important;
}
#side .field-product::placeholder{
  color: #fff !important;
}
#side .btn-call-product, #side .btn-call-product:visited{
  background-color: #fff !important;
  color: #1380B6 !important;
  margin: 10px 0px 0px -15px;
  width: 80px !important;
}
#side .btn-call-product:hover, #side .btn-call-product:active, #side .btn-call-product:focus{
  background-color: #6AACCD !important;
  color: #fff !important;
}

/* --footer--*/

footer {
  background-color: #1380B6;
	padding-top: 50px;
	text-align: center;
  display: block;
  list-style: none;
}
footer li a, footer li a:visited {
  color:#fff;
  padding: 4px 0;
  display: block;
}
footer li a:hover, footer li a:active, footer li a:focus{
  color:#6AACCD;
  text-decoration: none;
}

footer .beramedia{
  padding: 30px 0;

}
footer h4{
  font-weight: 700;
  padding: 10px 0;
  color: #fff;

}
footer ul.social-buttons {
	margin-bottom: 0;
  margin-left: 0px;
}
footer ul.social-buttons li a, footer ul.social-buttons li a:visited {
	display: block;
	background-color: #fff;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	font-size: 17px;
	line-height: 22px;
	color: #1380B6;
	outline: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
footer ul.social-buttons li a:hover,footer ul.social-buttons li a:focus, footer ul.social-buttons li a:focus {
	background-color: #6AACCD !important;
}

footer .newsletter{
  border-left: 1px solid #4299C5;
  padding-left:30px;
  max-width: 340px;
}
footer h3{
  font-family:'Source Serif Pro', serif;
  margin: 0px;
  font-size: 25px;
  padding-bottom: 12px;
  font-weight: 900;
  color: #fff;
}
footer .form-news{
  background-color: #1380B6 !important;
  text-align: center;
  margin: 10px 0 10px 0;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff !important;
}
footer .form-control::placeholder{
  color: #5FA7CA !important;
}
footer .btn-news, footer .btn-news:visited{
  background-color: #fff !important;
  color: #1380B6 !important;
    width: 100% !important;
    margin-top: 0.9rem;
}
footer .btn-news:hover, footer .btn-news:active, footer .btn-news:focus{
  background-color: #5FA7CA !important;
  color: #fff !important;
}
.pos-footer{
  background-color: #044F73;
  margin-top:40px;
  padding: 11px 0;
  min-height: 60px;
  width: 100%;

}
.pos-footer p.copyright {
	line-height: 40px;
  text-align: left;
  text-transform: uppercase;
	text-transform: none;
  color: #fff;
  font-size: 12px;
}
.pos-footer span a{
  line-height: 40px;
  display: block;
  color: #fff;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
	outline: 0;
}
@media (max-width: 768px){
  footer .newsletter{
    border-top: 1px solid #4299C5;

  }
}

/* CLAIMS BANNER */

.claims{
  background-color: #D9D9D9;
  width: 100%;
}
.claims---container{
  max-width: 1168px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.claims--logo-clariant{
  max-width: 120px;
  width: auto;
}
.claims--logo-clariant img{
 width: 140px;
}
.claims--text{
  max-width: 700px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  width: auto;
  color: #000;
  line-height: 1.30 !important;
}
.claims---button{
  max-width: 180px;
  width: auto;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 10px 50px;
  text-align: center;
  background: none;
}
.claims---button:hover{
  color: #fff;
  background-color: #000;
}
@media (max-width: 768px){
  .claims---container{
    flex-direction: column;
  }
  .claims--text{
    padding: 0 30px;
  }
  .claims--logo-clariant, .claims--text, .claims---button{
    margin: 10px 0;
  }
}