body {
  font: 400 15px Lato, sans-serif;
  line-height: 1.8;
  color: #818181; }

h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px; }

@media (min-width: 1024px) {
  h2 {
    font-size: 24px; } }

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px; }

.jumbotron {
  background-color: #f4511e;
  color: #fff;
  padding: 100px 25px;
  font-family: Montserrat, sans-serif; }

@media screen and (min-width: 1024px) {
  .container-fluid {
    padding: 60px 50px; } }

.bg-grey {
  background-color: #f6f6f6; }

.logo-small {
  font-size: 50px !important;
  border: 5px solid #eeecec;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: inline-block;
  color: #eeecec;
  line-height: 81px;
  padding-left: 0; }

@media screen and (min-width: 750px) and (max-width: 1023px) {
  .logo-small {
    font-size: 100px;
    width: 180px;
    height: 180px;
    line-height: 162px; } }

.logo {
  color: #bc010f;
  font-size: 200px; }

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0; }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px; }

.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #bc010f; }

.carousel-indicators li {
  border-color: #bc010f; }
  .carousel-indicators li.active {
    background-color: #bc010f; }

.carousel-inner > .item > img {
  object-fit: cover; }

@media (min-width: 1024px) {
  .carousel-inner {
    max-height: 500px; } }

@media (min-width: 1200px) {
  .carousel-inner {
    max-height: 600px; } }

@media (min-width: 1400px) {
  .carousel-inner {
    max-height: 700px; } }

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0; }

.item span {
  font-style: normal; }

.panel {
  border: 1px solid #bc010f;
  border-radius: 0 !important;
  transition: box-shadow 0.5s; }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2); }

.panel-footer {
  background-color: white !important; }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #bc010f;
    color: #fff; }
    .panel-footer .btn:hover {
      border: 1px solid #bc010f;
      background-color: #fff !important;
      color: #bc010f; }
  .panel-footer h3 {
    font-size: 32px; }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px; }

.panel-heading {
  color: #fff !important;
  background-color: #bc010f !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.navbar {
  margin-bottom: 0;
  background-color: #fff;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
  padding: 20px 15px 5px 15px;
  border-bottom: 1px solid #c3c2c2; }
  @media screen and (min-width: 1024px) {
    .navbar {
      padding-bottom: 20px; } }

.navbar li a {
  color: #333 !important;
  font-size: 12px; }

.navbar .navbar-brand {
  color: #333 !important;
  font-size: 12px;
  display: table;
  position: absolute;
  padding-left: 0px; }

.navbar .navbar-brand .logo {
  display: table-cell;
  vertical-align: top; }

.navbar .navbar-brand .name {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px; }

.navbar-brand span {
  color: #bc010f;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  display: block; }

.navbar .navbar-brand {
  padding-top: 0px; }

.navbar-brand > img {
  margin-top: -12px; }

.navbar-default .navbar-nav > li > a {
  color: #333 !important;
  font-size: 10px; }

.navbar-nav {
  color: #333; }

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #bc010f !important;
  background-color: #fff !important; }

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
  margin-right: 0px; }

@media screen and (max-width: 749px) {
  .navbar-header {
    color: #777;
    padding-bottom: 20px; }
    .navbar-header img {
      margin-top: -5px;
      width: 100px;
      float: left;
      margin-right: 5px; } }

@media screen and (max-width: 1023px) {
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #777; }
  .navbar-nav {
    margin-top: 0px; } }

footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #bc010f; }

.slideanim {
  visibility: hidden; }

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible; }

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }

@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0; }
  .btn-lg {
    width: 100%;
    margin-bottom: 35px; } }

@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px; } }

.wrapper {
  max-width: 270px;
  margin: auto; }

@media screen and (min-width: 750px) and (max-width: 1023px) {
  .wrapper {
    max-width: 740px;
    margin: auto; } }

@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: 740px;
    margin: auto; } }

@media screen and (min-width: 1100px) {
  .wrapper {
    max-width: 900px;
    margin: auto; } }

.history {
  background-image: url("../assets/images/history/background@small.jpg");
  background-size: cover;
  border-top: 1px solid #ccc; }
  .history__title {
    border-bottom: 2px solid #cc3f4a;
    width: initial;
    display: inline-block;
    line-height: 1.3;
    padding: 5px;
    text-align: center;
    font-size: 20px; }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .history {
      padding: 60px;
      background-image: url("../assets/images/history/background@medium.jpg"); }
      .history__title {
        font-size: 40px; } }
  @media screen and (min-width: 1024px) {
    .history {
      background-image: url("../assets/images/history/background.jpg"); }
      .history__content {
        position: relative;
        border-right: 3px solid #bc010f;
        padding-right: 0; } }
  .history__item {
    position: relative;
    text-align: justify;
    font-size: 15px;
    color: #555; }
    .history__item img {
      display: block;
      margin: 0 auto 10px auto;
      max-width: 265px; }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .history__item {
        font-size: 32px; }
        .history__item img {
          margin: 0 auto 20px auto;
          max-width: none;
          min-width: 500px; } }
    @media screen and (min-width: 1024px) {
      .history__item {
        padding-right: 15%; }
        .history__item img {
          float: left;
          margin-right: 20px; }
        .history__item::before {
          content: "1900";
          position: absolute;
          right: -65px;
          top: 50%;
          margin-top: -13px; }
        .history__item::after {
          content: "";
          position: absolute;
          right: -12px;
          width: 20px;
          background-color: #ddd;
          height: 20px;
          border-radius: 50%;
          top: 50%;
          border: 3px solid #bc010f;
          margin-top: -10px; } }
    @media screen and (min-width: 1024px) {
      .history__item--1999::before {
        content: "1999"; }
      .history__item--2006::before {
        content: "2006"; }
      .history__item--2011::before {
        content: "2011"; }
      .history__item--2014::before {
        content: "2014"; } }

.mision-and-vision {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .mision-and-vision__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px; }
  .mision-and-vision__subtitle {
    margin: auto;
    text-align: center;
    padding-bottom: 10px;
    font-size: 22px; }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .mision-and-vision__subtitle {
        padding-bottom: 20px;
        font-size: 44px; } }
    .mision-and-vision__subtitle::before {
      content: '*';
      background-color: #bc010f;
      border-radius: 50%;
      display: block;
      width: 80px;
      height: 80px;
      margin: auto;
      color: #fff;
      line-height: 80px;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 30px;
      line-height: 80px;
      text-shadow: 9px 9px 5px #8e121b;
      margin-bottom: 10px; }
      @media screen and (min-width: 750px) and (max-width: 1023px) {
        .mision-and-vision__subtitle::before {
          width: 160px;
          height: 160px;
          line-height: 160px;
          font-size: 60px;
          line-height: 160px;
          text-shadow: 18px 18px 10px #8e121b;
          margin-bottom: 20px; } }
    .mision-and-vision__subtitle--mission::before {
      content: "\f135"; }
    .mision-and-vision__subtitle--vision::before {
      content: "\f1e5"; }
  .mision-and-vision__subtitle-image {
    display: none;
    margin: auto; }
  .mision-and-vision__text {
    text-align: justify;
    font-size: 15px;
    color: #555; }
  .mision-and-vision__logo-container {
    text-align: center; }
  @media screen and (max-width: 749px) {
    .mision-and-vision img {
      max-width: 200px; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .mision-and-vision {
      padding: 60px; }
      .mision-and-vision__title {
        font-size: 44px; }
      .mision-and-vision__subtitle {
        padding-bottom: 20px; }
      .mision-and-vision__subtitle-image {
        min-width: 70px; }
      .mision-and-vision__text {
        font-size: 32px; } }
  @media screen and (min-width: 1024px) {
    .mision-and-vision img {
      max-width: 200px; }
    .mision-and-vision__logo-container {
      position: absolute;
      height: 100%;
      top: 0;
      bottom: 0;
      background-color: #dedddd;
      left: 0;
      border-right: 1px solid #ccc; }
      .mision-and-vision__logo-container img {
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%); }
    .mision-and-vision__subtitle {
      display: block; }
    .mision-and-vision__title {
      text-align: center;
      font-size: 24px; }
    .mision-and-vision__text {
      text-align: justify; }
    .mision-and-vision__subtitle-image {
      display: inline-block; } }

.values {
  background-image: url("../assets/images/values/industria_1@small.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px; }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .values {
      padding: 100px 30px 40px 30px; } }
  .values i.fa {
    background-color: #555;
    text-shadow: 9px 9px 5px #494747;
    padding-top: 13px; }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .values i.fa {
        text-shadow: 18px 18px 10px #494747;
        padding-top: 26px; }
        .values i.fa::before {
          font-size: 100px; } }
  .values__title {
    color: #fff;
    z-index: 2;
    position: relative;
    margin-top: 0;
    font-size: 22px; }
  .values h4 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px; }
  .values p {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px; }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .values p {
        font-size: 30px;
        margin-bottom: 60px; } }
  .values::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(180, 31, 28, 0.9);
    display: block;
    content: ""; }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .values {
      background-image: url("../assets/images/values/industria_1@medium.jpg"); }
      .values__title {
        font-size: 44px; }
      .values h4 {
        font-size: 36px; } }
  @media screen and (min-width: 1024px) {
    .values {
      background-image: url("../assets/images/values/industria_1.jpg"); } }

.video {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd; }
  .video__title {
    color: #333;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #ea2e31;
    width: 216px;
    margin: auto; }
  .video__wrapper {
    width: 80%;
    max-width: 800px;
    margin: auto; }
  .video .video-container {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    margin-bottom: 1rem; }
    .video .video-container video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.products {
  padding-top: 50px;
  padding-bottom: 20px; }
  .products__title {
    margin-bottom: 0px;
    border-bottom: 2px solid #ea2e31;
    line-height: 1.6;
    width: 216px;
    margin: auto; }
  .products__subtitle {
    font-size: 15px; }
  .products__item {
    position: relative; }
    .products__item::before {
      content: "";
      background-color: #fcf167;
      border-radius: 50%;
      width: 160px;
      height: 160px;
      margin: 10px auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      border: 10px solid #ea2e31; }
      @media screen and (min-width: 750px) and (max-width: 1023px) {
        .products__item::before {
          width: 320px;
          height: 320px;
          margin: 20px auto;
          border: 20px solid #ea2e31; } }
    .products__item.meat img {
      transform: rotate(60deg);
      border-radius: 20px;
      margin-top: 25px; }
      .products__item.meat img.straight {
        transform: rotate(0);
        margin-top: 14px; }
      @media screen and (min-width: 750px) and (max-width: 1023px) {
        .products__item.meat img {
          border-radius: 40px;
          margin-top: 50px;
          width: 200px;
          height: 260px; }
          .products__item.meat img.straight {
            margin-top: 28px; } }
  .products__text {
    margin-bottom: 0px;
    line-height: 36px;
    margin-top: 34px;
    background: transparent;
    border: 0;
    font-weight: bold; }
  .products__description {
    font-size: 15px;
    line-height: 1.4;
    text-align: justify;
    width: 80%;
    margin: auto;
    padding-bottom: 20px; }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .products__description {
        padding-bottom: 40px;
        text-align: center;
        font-size: 30px; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .products {
      padding-right: 60px;
      padding-left: 60px; }
      .products__item {
        margin: 20px auto; }
      .products__title {
        font-size: 44px;
        width: 432px; }
      .products__subtitle {
        font-size: 32px; }
      .products__text {
        font-size: 32px;
        line-height: 72px; } }
  @media screen and (min-width: 1024px) {
    .products__item {
      display: inline-block;
      vertical-align: top;
      width: 23%;
      margin: 0 1% 2% 1%; } }

.flex {
  display: flex;
  flex-direction: column; }

.item1-direc,
.item3-reg {
  color: #fff;
  font-weight: 500; }

.footer {
  background-color: #555555;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer .glyphicon {
    color: #c7c4c4; }
  @media screen and (min-width: 1024px) {
    .footer .map-container {
      width: 30%;
      vertical-align: top;
      display: inline-block; } }
  .footer .map {
    width: 80%;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 280px; }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .footer .map {
        max-width: 560px; } }
    @media screen and (min-width: 1024px) {
      .footer .map {
        margin-top: 0; } }
  .footer__text {
    text-align: center; }
  .footer__wrapper {
    max-width: 280px;
    margin: auto; }
  .footer__item {
    display: table;
    padding-bottom: 10px;
    color: #fff; }
  .footer__item-icon {
    display: table-cell; }
  .footer__item-description {
    display: table-cell;
    padding-left: 10px; }
  .footer__social-icon {
    line-height: 30px !important;
    width: 30px;
    background-color: #ea2e31;
    text-align: center;
    border-radius: 50%;
    color: #fff; }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .footer {
      padding-top: 60px;
      padding-bottom: 60px;
      font-size: 28px; }
      .footer__wrapper {
        max-width: 560px; }
      .footer__item-icon {
        font-size: 32px !important; }
      .footer__social-icon {
        line-height: 60px !important;
        width: 60px; } }
  @media screen and (min-width: 1024px) {
    .footer__wrapper {
      width: 100%;
      max-width: 924px; } }

.pl {
  padding-left: 10%;
  padding-right: 10%; }

.margin-redes {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10%; }

.margin-p {
  margin: 0; }

@media screen and (min-width: 1024px) {
  .flex {
    flex-direction: row; }
  .item1-direc {
    width: 70%;
    display: inline-block;
    vertical-align: top; }
  .item2-redes {
    order: 2;
    width: 80%;
    padding: 0;
    align-self: center;
    display: block;
    margin: auto;
    padding-bottom: 20px;
    max-width: 280px; }
  .item3-reg {
    order: 1;
    width: 100%;
    align-self: center; } }
