/**
 *
 *    Main.css
 *
 */
/*




/*----------  Colors  ----------*/
/*----------  Importing Mixins, Variables and Base  ----------*/
@font-face {
  font-family: 'AuroraCentos';
  src: url("../fonts/auroracentos-bolditalic_0-webfont.eot");
  src: url("../fonts/auroracentos-bolditalic_0-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/auroracentos-bolditalic_0-webfont.woff2") format('woff2'), url("../fonts/auroracentos-bolditalic_0-webfont.woff") format('woff'), url("../fonts/auroracentos-bolditalic_0-webfont.ttf") format('truetype'), url("../fonts/auroracentos-bolditalic_0-webfont.svg#auroracentosbold_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
/* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
/* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  -o-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: 0;
  font-family: 'Roboto', sans-serif;
}
.container {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}
body {
  overflow-x: hidden;
  background: #fff;
  overflow-y: scroll;
}
body.internas {
  background-image: url("../images/background-internas.jpg");
  background-position: center top;
  background-size: 100% auto;
}
.container-big {
  width: 1100px;
  margin: 0 auto;
}
.policy-box p {
  line-height: 1.4em;
  margin-bottom: 20px;
  text-align: justify;
}
.policy-box h2,
.policy-box h3,
.policy-box h4 {
  color: #1d2847;
  margin-bottom: 5px;
}
.policy-box ul {
  margin-bottom: 20px;
}
.policy-box ul li {
  line-height: 1.4em;
  list-style: inside;
  margin-bottom: 5px;
  text-align: justify;
}
.btn-link {
  padding: 10px 15px;
  border: 2px solid #fff;
  text-align: center;
  color: #1d2847;
  font-size: 14px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 180px;
  float: right;
  font-weight: bold;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #1d2847;
  border: 2px solid #1d2847;
}
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
#header {
  width: 100%;
  float: left;
  height: 769px;
  position: relative;
/*============================
	=            Menu            =
	============================*/
/* Icon 1 */
/*=====  End of Menu  ======*/
}
#header .container.top-logo {
  width: 94%;
  max-width: 1140px;
  height: 45px;
  padding: 0 30px;
}
#header .logo {
  background: url("../images/logo.png") center center no-repeat;
  background-size: 100%;
  width: 220px;
  height: 40px;
  position: relative;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #header .logo {
    background-image: url("../images/logo@2x.png");
  }
}
#header .logo.aminoacidos-ajinomoto {
  background: url("../images/logo-red.png") 100% 100% no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #header .logo.aminoacidos-ajinomoto {
    background-image: url("../images/logo@2x.png");
  }
}
#header .logo.o-que-sao-aminoacidos {
  background: url("../images/logo-blue.png") 100% 100% no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #header .logo.o-que-sao-aminoacidos {
    background-image: url("../images/logo@2x.png");
  }
}
#header .logo.beleza {
  background: url("../images/logo-pink.png") 100% 100% no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #header .logo.beleza {
    background-image: url("../images/logo@2x.png");
  }
}
#header .logo.saude {
  background: url("../images/logo.png") 100% 100% no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #header .logo.saude {
    background-image: url("../images/logo@2x.png");
  }
}
#header .logo.esportes {
  background: url("../images/logo-yellow.png") 100% 100% no-repeat;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #header .logo.esportes {
    background-image: url("../images/logo@2x.png");
  }
}
#header .logo h1 {
  margin: 0;
}
#header #banner {
  width: 100%;
  height: 769px;
  position: absolute;
  margin-left: 0%;
  z-index: 0;
}
#header #banner .bg {
  position: absolute;
  z-index: -1;
  width: 100%;
}
#header #banner-interna {
  width: 100%;
  height: 350px;
  position: absolute;
  margin-left: 0%;
  z-index: 0;
}
#header #banner-interna.aminoacidos-ajinomoto {
  background: url("../images/banners/aminoacidos.jpg") top center no-repeat;
}
#header #banner-interna.o-que-sao-aminoacidos {
  background: url("../images/banners/o-que-sao-aminoacidos.jpg") top center no-repeat;
}
#header #banner-interna.beleza {
  background: url("../images/banners/beleza.jpg") top center no-repeat;
}
#header #banner-interna.saude {
  background: url("../images/banners/saude.jpg") top center no-repeat;
}
#header #banner-interna.esportes {
  background: url("../images/banners/esportes.jpg") top center no-repeat;
}
#header .menu-hamburguer {
  float: right;
  padding: 6px;
  margin-top: 5px;
  background: #1d2847;
  width: 38px;
  height: 38px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#header #nav-icon1 {
  width: 30px;
  height: 5px;
  margin-right: 0px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  right: 10px;
  top: 10px;
}
#header #nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#header #nav-icon1 span:nth-child(1) {
  top: 10px;
}
#header #nav-icon1 span:nth-child(2) {
  top: 19px;
}
#header #nav-icon1 span:nth-child(3) {
  top: 28px;
}
#header #nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#header #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#header #nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#header .menu {
  width: 250px;
  margin: 0;
  position: absolute;
  float: none;
  top: -10px;
  right: 30px;
}
#header .menu ul {
  width: 220px;
  display: none;
  text-align: right;
  position: absolute;
  right: -1px;
  z-index: 1;
  top: 58px;
  background: #1d2847;
  padding: 15px;
}
#header .menu ul li {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style: none;
}
#header .menu ul li a {
  color: #fff;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border: 2px solid #1d2847;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#header .menu ul li a.active-menu {
  font-weight: bold;
}
#header .menu ul.home li a:hover {
  border-bottom: 2px solid #58eea5;
}
#header .menu ul.home li a.active-menu {
  border-bottom: 1px solid #58eea5;
}
#header .menu ul.aminoacidos-ajinomoto li a:hover {
  border-bottom: 2px solid #f00;
}
#header .menu ul.aminoacidos-ajinomoto li a.active-menu {
  border-bottom: 1px solid #f00;
}
#header .menu ul.o-que-sao-aminoacidos li a:hover {
  border-bottom: 2px solid #00aeef;
}
#header .menu ul.o-que-sao-aminoacidos li a.active-menu {
  border-bottom: 1px solid #00aeef;
}
#header .menu ul.beleza li a:hover {
  border-bottom: 2px solid #eea5c9;
}
#header .menu ul.beleza li a.active-menu {
  border-bottom: 1px solid #eea5c9;
}
#header .menu ul.saude li a:hover {
  border-bottom: 2px solid #58eea5;
}
#header .menu ul.saude li a.active-menu {
  border-bottom: 1px solid #58eea5;
}
#header .menu ul.esportes li a:hover {
  border-bottom: 2px solid #f7ec64;
}
#header .menu ul.esportes li a.active-menu {
  border-bottom: 1px solid #f7ec64;
}
#header.interna {
  height: 350px;
}
#header.interna .logo {
  margin-left: 550px !important;
}
#footer {
  width: 100%;
  padding: 17px 0;
  float: left;
}
#footer a.privacy {
  color: #000;
  text-transform: uppercase;
}
#footer p {
  font-weight: bold;
  color: #1d2847;
  text-align: center;
  font-size: 12px;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #58eea5;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -ms-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #75d9bc;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -webkit-animation: spin 3s linear infinite;
  -moz-animation: spin 3s linear infinite;
  -ms-animation: spin 3s linear infinite;
  -o-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #2ccda2;
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #1d2847;
  z-index: 1000;
  -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0); /* IE 9 */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%); /* IE 9 */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%); /* IE 9 */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%); /* IE 9 */
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  -webkit-transition: all 0.3s 1s ease-out;
  -moz-transition: all 0.3s 1s ease-out;
  -ms-transition: all 0.3s 1s ease-out;
  -o-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
/*----------  Importing Layout Pages  ----------*/
#header nav {
  width: 100%;
  position: relative;
  top: 48px;
  left: 0;
  z-index: 1000;
}
#header #banner .bg.home {
  height: 970px;
  background: url("../images/banners/bg-home.jpg") no-repeat top center;
}
#header #banner .text {
  width: 400px;
  position: absolute;
  top: 477px;
  right: 30px;
  text-align: right;
}
#header #banner .text h2 {
  font-size: 20px;
  color: #1d2847;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#header #banner .text p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}
#header #banner .text .btn-link {
  float: right;
  color: #1d2847;
  border: 2px solid #fff;
}
#header #banner .text .btn-link:hover {
  color: #1d2847;
  border: 2px solid #1d2847;
}
#conteudo {
  width: 100%;
  float: left;
  background: url("../images/bg-home.jpg") no-repeat top 114px center;
/*====================================
	=            Box Home            =
	====================================*/
}
#conteudo .parallax {
  top: 170px;
  left: 50%;
  width: 2100px;
  position: absolute;
  z-index: 9999;
  margin-left: -1050px;
}
#conteudo .parallax img {
  position: absolute;
}
#conteudo .parallax .px1 {
  top: 425px;
  left: 1624px;
}
#conteudo .parallax .px2 {
  top: 1058px;
  left: 328px;
}
#conteudo .parallax .px3 {
  top: 1010px;
  right: 0px;
}
#conteudo .parallax .px4 {
  top: 1995px;
  left: 0px;
}
#conteudo .parallax .px5 {
  top: 1857px;
  left: 1511px;
}
#conteudo .box {
  -webkit-transform: skewY(-8.5deg);
  -moz-transform: skewY(-8.5deg);
  -ms-transform: skewY(-8.5deg);
  -o-transform: skewY(-8.5deg);
  -webkit-transform: skewY(-8.5deg);
  -moz-transform: skewY(-8.5deg);
  -ms-transform: skewY(-8.5deg);
  -o-transform: skewY(-8.5deg);
  transform: skewY(-8.5deg);
  width: 100%;
  float: left;
  margin-top: -40px;
  height: 390px;
  margin-bottom: 150px;
}
#conteudo .box .slide-fotos {
  width: 700px;
  overflow: hidden;
  float: left;
  height: 390px;
}
#conteudo .box .slide-fotos img {
  width: 952px;
  margin-top: -43px;
  -webkit-transform: skewY(8.5deg);
  -moz-transform: skewY(8.5deg);
  -ms-transform: skewY(8.5deg);
  -o-transform: skewY(8.5deg);
  -webkit-transform: skewY(8.5deg);
  -moz-transform: skewY(8.5deg);
  -ms-transform: skewY(8.5deg);
  -o-transform: skewY(8.5deg);
  transform: skewY(8.5deg);
}
#conteudo .box .text {
  float: right;
  width: 300px;
  height: 400px;
  position: relative;
  margin-right: 50px;
}
#conteudo .box .text p {
  font-size: 16px;
  margin-top: 45px;
  color: #1d2847;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
#conteudo .box .text h3 {
  width: 100%;
  background: url("../images/titles/esportes.png") no-repeat;
  margin-top: -15px;
  float: left;
  height: 66px;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom: 20px;
}
#conteudo .box .text.esportes h3 {
  background: url("../images/titles/esportes.png") no-repeat;
}
#conteudo .box .text.esportes .btn-link {
  float: left;
}
#conteudo .box .text.saude h3 {
  background: url("../images/titles/saude.png") no-repeat;
  margin-top: -21px;
}
#conteudo .box .text.saude .btn-link {
  float: right;
}
#conteudo .box .text.beleza h3 {
  margin-top: -21px;
  background: url("../images/titles/beleza.png") no-repeat;
}
#conteudo .box .text.beleza .btn-link {
  float: left;
}
#conteudo .box .no-skew {
  -webkit-transform: skewY(8.5deg);
  -moz-transform: skewY(8.5deg);
  -ms-transform: skewY(8.5deg);
  -o-transform: skewY(8.5deg);
  -webkit-transform: skewY(8.5deg);
  -moz-transform: skewY(8.5deg);
  -ms-transform: skewY(8.5deg);
  -o-transform: skewY(8.5deg);
  transform: skewY(8.5deg);
}
#conteudo .box .btn-link {
  position: absolute;
  bottom: 35px;
  color: #1d2847;
  border: 2px solid #fff;
}
#conteudo .box .btn-link:hover {
  color: #1d2847;
  border: 2px solid #1d2847;
}
#conteudo .box.esportes {
  margin-top: 125px;
  background: #f7ec64;
}
#conteudo .box.saude {
  margin-top: 15px;
  margin-bottom: 220px;
  background: #58eea5;
}
#conteudo .box.saude .slide-fotos {
  float: right;
}
#conteudo .box.saude .slide-fotos img {
  float: right;
  margin-top: -73px;
  margin-left: -180px;
}
#conteudo .box.saude .text {
  float: left;
  margin-left: 50px;
}
#conteudo .box.beleza {
  background: #eea5c9;
  margin-bottom: 90px;
}
#conteudo.internas {
  background: none;
  margin-top: -110px;
}
#conteudo.internas h1 {
  text-align: right;
  color: #1d2847;
  font-size: 40px;
  padding-right: 30px;
  font-weight: normal;
  font-family: 'Lobster', cursive;
}
#conteudo.internas .acordion {
  width: 97%;
  padding: 0 3%;
  float: left;
}
#conteudo.internas .acordion h2 {
  width: 98%;
  font-size: 18px;
  padding: 20px 1%;
  float: left;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #1d2847 !important;
}
#conteudo.internas .acordion h2 i {
  float: right;
  width: 28px;
  margin-top: 2px;
  height: 16px;
  background: url("../images/arrow-acordion.png") left center;
}
#conteudo.internas .acordion h2.active i {
  background: url("../images/arrow-acordion.png") right center;
}
#conteudo.internas .acordion .content {
  display: none;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#conteudo.internas .acordion .content .image.left {
  float: left;
  margin: 0 15px 15px 0;
}
#conteudo.internas .acordion .content .image.right {
  float: right;
  margin: 0 0px 15px 15px;
}
#conteudo.internas .acordion .content .image.full {
  width: 100%;
  float: left;
  margin: 15px 0px 15px 0;
}
#conteudo.internas .acordion .content p {
  font-size: 15px;
  margin-bottom: 15px;
  color: #1d2847;
  line-height: 18px;
  text-align: justify;
}
#conteudo.internas .acordion .content p.destaque {
  background: #ebebeb;
  padding: 10px;
}
#conteudo.internas.beleza .prol {
  width: 100%;
  height: 360px;
  padding-top: 30px;
  background: url("../images/prol-beleza.jpg") center center no-repeat;
}
#conteudo.internas.beleza .prol p {
  width: 50%;
  margin-right: 100px;
  text-align: justify;
}
#conteudo.internas.o-que-sao-aminoacidos .destaque-areas {
  width: 100%;
  background: url("../images/bg-destaque-areas.jpg") center center no-repeat;
  height: 600px;
  float: left;
  position: relative;
  margin-left: -30px;
}
#conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque {
  position: absolute;
}
#conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
#conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque p {
  font-size: 14px;
/*text-align: left;*/
}
#conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-1 {
  left: 80px;
  top: 110px;
  width: 337px;
}
#conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-2 {
  left: 680px;
  top: 33px;
  width: 397px;
}
#conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-3 {
  left: 80px;
  top: 470px;
  width: 347px;
}
#conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-4 {
  left: 720px;
  top: 417px;
  width: 367px;
}
#conteudo.internas.o-que-sao-aminoacidos .proteinas h3 {
  font-size: 14px;
}
#conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas {
  width: 100%;
  background: #f3f3f3;
  border: 1px solid #7ad1f1;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  float: left;
  padding: 15px 0;
  margin-top: 25px;
}
#conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas h4 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
#conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas ul {
  width: 100%;
}
#conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas ul li {
  float: left;
  list-style: none;
  font-size: 12px;
  margin-bottom: 8px;
}
#conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas ul li:before {
  content: "• ";
  color: #7ad1f1;
}
#conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas.box-1 {
  width: 39%;
  margin-right: 5%;
}
#conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas.box-1 ul li {
  width: 30%;
  margin-left: 3%;
}
#conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas.box-2 {
  width: 55%;
}
#conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas.box-2 ul li {
  width: 22%;
  margin-left: 3%;
}
#conteudo.internas.o-que-sao-aminoacidos .fonte {
  min-height: 681px;
}
#conteudo.internas.o-que-sao-aminoacidos .fonte .bg {
  width: 2100px;
  background: url("../images/bg-fonte.jpg") center center no-repeat;
  background-size: 85%;
  height: 728px;
  position: absolute;
  z-index: -1;
  margin-left: -1150px;
  left: 50%;
  top: 100px;
}
#conteudo.internas.o-que-sao-aminoacidos .fonte .align-top {
  width: 625px;
  float: left;
  text-align: justify;
  margin-top: 25px;
  margin-left: 5px;
}
#conteudo.internas.o-que-sao-aminoacidos .fonte .align-bottom {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 520px;
}
/*----------  Importing Responsive Layout Pages  ----------*/
@media screen and (max-width: 1160px) {
  body.internas {
    background-image: none;
  }
  #header {
    height: auto;
  }
  #header nav {
    position: absolute;
    top: 0;
    left: 0;
  }
  #header #banner {
    height: auto;
    position: relative;
  }
  #header #banner .bg.home {
    background-size: auto 200px !important;
    height: 140px !important;
    position: relative !important;
    margin-top: 60px !important;
    top: 0 !important;
    left: 0 !important;
    bottom: inherit !important;
    right: inherit !important;
    background-position: 0 0 !important;
    background-position-x: 0 !important;
    background-position-y: 0 !important;
  }
  #header #banner .container {
    width: 100%;
    float: left;
  }
  #header #banner .container .text {
    background-color: #3ed6ad;
    text-align: left;
    width: auto;
    padding: 15px 15px 30px 15px;
    position: relative;
    float: left;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    display: block;
  }
  #header #banner .container .text .btn-link {
    width: 97%;
    float: none;
    margin: 0 auto;
    padding-left: 1.5%;
    padding-right: 1.5%;
    text-transform: inherit;
    display: block;
    border-color: #3d4650;
  }
  #header #banner .container .text p {
    text-align: left;
    margin-bottom: 15px;
  }
  #header #banner .container .text h2 {
    text-transform: inherit;
  }
  #header #banner-interna {
    background-size: 100% !important;
    height: 100px !important;
    position: relative !important;
    margin-top: 60px !important;
    top: 0 !important;
    left: 0 !important;
    bottom: inherit !important;
    right: inherit !important;
    background-position: 0 0 !important;
    background-position-x: 0 !important;
    background-position-y: 0 !important;
  }
  #conteudo {
    background-image: none;
  }
  #conteudo .parallax {
    display: none;
  }
  #conteudo .box {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #conteudo .box .text {
    background-color: #3ed6ad;
    text-align: left;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    display: block;
  }
  #conteudo .box .text .btn-link {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    text-transform: inherit;
    display: block;
    border-color: #3d4650;
  }
  #conteudo .box .text p {
    text-align: left;
    margin-bottom: 15px;
  }
  #conteudo .box .text h2 {
    text-transform: inherit;
  }
  #conteudo .box.esportes,
  #conteudo .box.saude,
  #conteudo .box.beleza {
    height: auto;
    margin: 10px 0 0 0;
  }
  #conteudo .box.esportes .text,
  #conteudo .box.saude .text,
  #conteudo .box.beleza .text {
    background-image: none !important;
    text-align: left;
    width: auto;
    height: auto;
    padding: 15px 15px 30px 15px;
    margin-left: 0;
    position: relative;
    float: left;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    display: block;
    overflow: hidden;
  }
  #conteudo .box.esportes .text:before,
  #conteudo .box.saude .text:before,
  #conteudo .box.beleza .text:before {
    content: none !important;
  }
  #conteudo .box.esportes .text h3,
  #conteudo .box.saude .text h3,
  #conteudo .box.beleza .text h3 {
    background: none;
    text-indent: inherit;
    text-transform: uppercase;
    height: auto;
    margin: 0;
    padding: 0 0 14px 0;
    float: none;
  }
  #conteudo .box.esportes .text .btn-link,
  #conteudo .box.saude .text .btn-link,
  #conteudo .box.beleza .text .btn-link {
    width: 97%;
    float: none;
    margin: 0 auto;
    padding-left: 1.5%;
    padding-right: 1.5%;
    text-transform: inherit;
    display: block;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    border-color: #3d4650;
  }
  #conteudo .box.esportes .text p,
  #conteudo .box.saude .text p,
  #conteudo .box.beleza .text p {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
  }
  #conteudo .box.esportes .text h2,
  #conteudo .box.saude .text h2,
  #conteudo .box.beleza .text h2 {
    text-transform: inherit;
  }
  #conteudo .box.esportes .text h3,
  #conteudo .box.saude .text h3,
  #conteudo .box.beleza .text h3,
  #conteudo .box.esportes .text p,
  #conteudo .box.saude .text p,
  #conteudo .box.beleza .text p {
    color: #3d4650;
  }
  #conteudo .box.esportes .text:before,
  #conteudo .box.saude .text:before,
  #conteudo .box.beleza .text:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #3d4650;
    border-left: 3px solid #3d4650;
    -ms-transform: rotate(-138deg); /* IE 9 */
    -webkit-transform: rotate(-138deg); /* Safari */
    -webkit-transform: rotate(-138deg);
    -moz-transform: rotate(-138deg);
    -ms-transform: rotate(-138deg);
    -o-transform: rotate(-138deg);
    transform: rotate(-138deg);
  }
  #conteudo .box.esportes .slide-fotos img,
  #conteudo .box.saude .slide-fotos img,
  #conteudo .box.beleza .slide-fotos img {
    width: auto !important;
    height: 250px !important;
    float: left;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  #conteudo .box.esportes .text {
    background-color: #f7ec64;
  }
  #conteudo .box.saude .text {
    border-color: #3d4650;
  }
  #conteudo .box.saude .slide-fotos img {
    right: 0 !important;
    left: inherit !important;
  }
  #conteudo .box.beleza .text {
    background-color: #eea5c9;
  }
  #conteudo .box .slide-fotos {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    height: 250px;
  }
  #conteudo .box .slide-fotos img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #conteudo .box .no-skew {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  #conteudo .container {
    width: 100%;
  }
  #conteudo.internas {
    margin-top: 0 !important;
  }
  #conteudo.internas h1 {
    display: none;
  }
  #conteudo.internas .acordion {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #conteudo.internas .acordion .content {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  #conteudo.internas .acordion .content p {
    width: 94%;
    padding: 0 3%;
  }
  #conteudo.internas .acordion .image {
    width: 100%;
  }
  #conteudo.internas .acordion .image img {
    width: 100%;
  }
  #conteudo.internas.aminoacidos-ajinomoto h2,
  #conteudo.internas.o-que-sao-aminoacidos h2,
  #conteudo.internas.esportes h2,
  #conteudo.internas.saude h2,
  #conteudo.internas.beleza h2 {
    background-image: none;
    border-left: 0 none;
    border-right: 0 none;
    width: 95%;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 4%;
    color: #1d2847 !important;
  }
  #conteudo.internas.aminoacidos-ajinomoto .prol,
  #conteudo.internas.o-que-sao-aminoacidos .prol,
  #conteudo.internas.esportes .prol,
  #conteudo.internas.saude .prol,
  #conteudo.internas.beleza .prol {
    background: none;
    height: auto;
    padding-top: 0;
    margin-top: 15px;
  }
  #conteudo.internas.aminoacidos-ajinomoto h2 {
    background-color: #f00;
  }
  #conteudo.internas.aminoacidos-ajinomoto h2.active {
    background-color: #f00;
  }
  #conteudo.internas.esportes h2 {
    background-color: #f7ec64;
  }
  #conteudo.internas.esportes h2.active {
    background-color: #f7ec64;
  }
  #conteudo.internas.saude h2 {
    background-color: #58eea5;
  }
  #conteudo.internas.saude h2.active {
    background-color: #58eea5;
  }
  #conteudo.internas.beleza h2 {
    background-color: #eea5c9;
  }
  #conteudo.internas.beleza h2.active {
    background-color: #eea5c9;
  }
  #conteudo.internas.o-que-sao-aminoacidos h2 {
    background-color: #00aeef;
  }
  #conteudo.internas.o-que-sao-aminoacidos h2.active {
    background-color: #00aeef;
  }
  #conteudo.internas.o-que-sao-aminoacidos p {
    width: 94% !important;
    margin: 0 !important;
    padding: 0 3% !important;
  }
  #conteudo.internas.o-que-sao-aminoacidos .proteinas h3 {
    width: 94%;
    margin: 10px auto;
    padding: 0 3%;
  }
  #conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas.box-1,
  #conteudo.internas.o-que-sao-aminoacidos .proteinas .box-proteinas.box-2 {
    -webkit-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  #conteudo.internas.o-que-sao-aminoacidos .destaque-areas {
    background: none;
    height: auto;
    margin: 0 !important;
  }
  #conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-1,
  #conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-2,
  #conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-3,
  #conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-4 {
    width: 94%;
    height: auto;
    margin: 10px auto;
    padding: 0 3%;
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: inherit;
  }
  #conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-1 p,
  #conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-2 p,
  #conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-3 p,
  #conteudo.internas.o-que-sao-aminoacidos .destaque-areas .box-destaque.box-4 p {
    width: 100% !important;
    padding: 0 !important;
  }
  #conteudo.internas.o-que-sao-aminoacidos .fonte {
    min-height: inherit;
  }
  #conteudo.internas.o-que-sao-aminoacidos .fonte .bg {
    display: none;
    position: relative;
    width: 100%;
    height: 350px;
    margin: 30px 0 !important;
    left: inherit;
    top: inherit;
  }
}
@media screen and (max-width: 1160px) {
  #header nav {
    border: 0 none;
    top: 0;
  }
  #header .container.top-logo {
    width: 100%;
    max-width: inherit;
    margin-left: 0;
    margin-right: 0;
    border: 0 none;
    background-color: #1d2847;
    margin-top: 0;
    padding: 10px 0 5px;
  }
  #header .logo {
    border: 0 none;
    float: none;
    display: block;
    margin: 0 auto;
  }
  #header .logo {
    background: url("../images/logo-white.png") center center no-repeat;
  }
  #header .logo.aminoacidos-ajinomoto,
  #header .logo.o-que-sao-aminoacidos,
  #header .logo.beleza,
  #header .logo.saude,
  #header .logo.esportes {
    background: url("../images/logo-white.png") center center no-repeat;
  }
  #header .menu {
    width: 100%;
    margin: 0;
    float: none;
    top: 0;
    right: 0;
  }
  #header .menu ul {
    width: 100%;
  }
  #header .menu ul li a {
    background-image: none;
  }
  #header .menu ul li a:before {
    content: '';
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 4px;
    height: 4px;
    margin: 0 10px 2px 0;
    position: relative;
    display: inline-block;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .menu ul li a.active-menu:before {
    content: none;
  }
  #header.interna {
    height: auto;
  }
  #header.interna .logo {
    background-size: 100%;
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1161px) {
  #header .menu ul {
    margin: 0;
    top: 76px;
  }
  body.internas {
    background-image: none;
  }
  body.internas.saude #header .logo,
  body.internas.esportes #header .logo,
  body.internas.aminoacidos-ajinomoto #header .logo,
  body.internas.beleza #header .logo,
  body.internas.o-que-sao-aminoacidos #header .logo {
    background-size: 100%;
    margin: 0;
    float: right;
  }
  body.internas.saude #header .menu,
  body.internas.esportes #header .menu,
  body.internas.aminoacidos-ajinomoto #header .menu,
  body.internas.beleza #header .menu,
  body.internas.o-que-sao-aminoacidos #header .menu {
    bottom: -210px;
    top: inherit;
    left: inherit;
    right: 26px;
  }
  body.internas.saude #header .interna .logo,
  body.internas.esportes #header .interna .logo,
  body.internas.aminoacidos-ajinomoto #header .interna .logo,
  body.internas.beleza #header .interna .logo,
  body.internas.o-que-sao-aminoacidos #header .interna .logo {
    margin: 0 !important;
  }
  body #conteudo .acordion h2 {
    background-color: #58eea6;
  }
  body #conteudo.internas h1 {
    font-size: 3.5em;
    margin: 0 0 20px 0;
    padding-right: 100px;
  }
  body #conteudo.internas.saude h1 {
    color: #58eea6;
  }
  body #conteudo.internas.esportes h1 {
    color: #f7ec64;
  }
  body #conteudo.internas.aminoacidos-ajinomoto h1 {
    color: #f00;
  }
  body #conteudo.internas.beleza h1 {
    color: #eea5c9;
  }
  body #conteudo.internas.o-que-sao-aminoacidos h1 {
    color: #00aeef;
  }
  body.beleza #conteudo .acordion h2 {
    background-color: #eea5c9;
  }
  body.beleza #conteudo .acordion h2 {
    background-color: #eea5c9;
  }
  body.esportes #conteudo .acordion h2 {
    background-color: #f7ec64;
  }
  body.o-que-sao-aminoacidos #conteudo .acordion h2 {
    background-color: #00aeef;
  }
  body.o-que-sao-aminoacidos #conteudo .acordion h2 {
    background-color: #00aeef;
  }
  body.aminoacidos-ajinomoto #conteudo .acordion h2 {
    background-color: #f00;
  }
}
@media only screen and (max-width: 1160px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 1160px) and (-o-min-device-pixel-ratio: 3/2), only screen and (max-width: 1160px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1160px) and (min-devicepixel-ratio: 1.5), only screen and (max-width: 1160px) and (min-resolution: 1.5dppx) {
  .logo {
    background-image: url("../images/logo-white@2x.png");
  }
}
@media only screen and (max-width: 1160px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 1160px) and (-o-min-device-pixel-ratio: 3/2), only screen and (max-width: 1160px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1160px) and (min-devicepixel-ratio: 1.5), only screen and (max-width: 1160px) and (min-resolution: 1.5dppx) {
  .aminoacidos-ajinomoto,
  .o-que-sao-aminoacidos,
  .beleza,
  .saude,
  .esportes {
    background-image: url("../images/logo-white@2x.png");
  }
}
.table{width:100%;border:1px solid}.table td,.table th{border:1px solid;padding:10px}