body,
html {
  background: #000;
  width: 100%;
  height: 100%;
  font-family: "Raleway", Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #008a5e;
}

.nopadding {
  padding: 0 !important;
}

/* Nav */
.navbar-default .navbar-header {
  text-align: center;
}
.navbar-default .navbar-brand {
  display: inline-block;
  float: none;
}

#main-page .mod-menu li {
  float: left;
  display: block;
  text-align: center;
}

.navbar-default {
  background: #000;
  font-size: 18px;
  min-height: 75px !important;
  font-family: "Raleway", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
  border: none;
}
.navbar-default > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  /* width: 100%; */
}

.navbar-default .navbar-nav {
  margin-top: 12px;
}

.navbar-default .navbar-nav li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Raleway", Helvetica, Arial, sans-serif !important;
  font-weight: bold;
  opacity: 1;
}
.navbar-default .navbar-nav li a:hover {
  color: #fff;
  text-decoration: underline;
}

.navbar-default .navbar-nav li a.active {
  /* color: #ffcc00; */
  color: #fff;
  text-decoration: none;
}

.nav-logo {
  height: 50px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-brand {
    float: left;
  }
}
/* 2024 */

.station img {width: 100%; margin-top: -150px;}
.station {max-height: 380px;}


/* Header */
header {
  width: 100%;
  height: 65vh;
  margin-top: 80px;
  padding-bottom: 80px;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  color: #f8f8f8;
  background: url(../assets/bg_header.jpg) #000 no-repeat center center;
  background-size: cover;
  z-index: 0;
}

.header-content {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.header-content > h2 {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 6px;
  border-top: 3px solid #cc3333;
  border-bottom: 3px solid #cc3333;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #fff;
}

.header-content > h4 {
  color: #fff;
  font-weight: bold;
}

.header-content > img {
  margin-top: 16px;
  width: 70%;
  max-width: 480px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  header {
    margin-top: 75px;
  }
  .header-content > img {
    margin-top: 30px;
    width: initial;
  }
  .header-content > h2 {
    margin: 0 30px;
    padding: 10px 40px;
    font-size: 2.8rem;
    line-height: 3.7rem;    max-width: 650px;
  }
  .header-content > h2 span {
    display: block;
  }

  .navbar-default > .container {
    display: block;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  header {
    height: 75vh;
    background-size: 100%;
  }
  .header-content > h2 {
    font-size: 4.3rem;
    line-height: 6rem;    max-width: 940px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.intro .title,
.intro .desc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro .title {
  margin: 0;
  padding: 20px 15px;
  background: white;

  color: #da0a20;
  font-family: Oswald, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
}
.intro .title h2 {
  font-size: 3.4rem;
  font-weight: 600;
  color: #da0a20;
}
.intro .desc {
  padding: 30px 15px;
  background: black;
  font-size: 1.4rem;
  color: white;
}
.intro .desc strong {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .intro {
    overflow: hidden;
    min-height: 428px;
  }
  .intro .title,
  .intro .desc {
    float: left;
    min-height: inherit;
  }
  .intro .title {
    width: 40%;
  }
  .intro .desc {
    width: 60%;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .intro .title {
    text-align: center;
  }
}

/* Slider */
.slider-wrapper {
  width: 100%;
  min-height: 160px;
  background: #cc3333;
  display: flex;
  justify-content: center;
  padding: 70px 0;
  position: relative;
}

.header::after,
.slider-wrapper::after,
.video-wrapper::after {
  width: 100%;
  height: 80px;
  background: url(../assets/deco_mosaic.png) transparent no-repeat;
  background-size: 100%;
  position: absolute;
  content: "";
  z-index: 1;
}

.header::after {
  background-position: bottom right;
  bottom: 0px;
  right: 0;
}
.slider-wrapper::after {
  background-position: bottom left;
  bottom: -80px;
  left: 0;
  transform: scale(-1);
}

.slider {
  /* max-width: 960px; */
  max-height: 500px;
  width: 90%;
}

.slider .slide {
  height: 400px;
  margin: 0 15px;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #000;
  color: #fff;
  -webkit-transform: skew(-4deg);
  -moz-transform: skew(-4deg);
  -ms-transform: skew(-4deg);
  -o-transform: skew(-4deg);
  transform: skew(-4deg);
}
.slide.slick-slide.slick-cloned {
  background: transparent;
}
.slider .slide * {
  -webkit-transform: skew(4deg);
  -moz-transform: skew(4deg);
  -ms-transform: skew(4deg);
  -o-transform: skew(4deg);
  transform: skew(4deg);
}

.slider .slide img {
  width: 48%;
  max-width: 110px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}

.slider .slide h3 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

.slider .slide p {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

.slick-prev,
.slick-next {
  width: 46px !important;
  height: 127px !important;
  z-index: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
  width: inherit;
  height: inherit;
  background-size: 100% !important;
  content: "";
  position: absolute;

  right: 0;
  bottom: 0;
  opacity: 1 !important;
}

.slick-prev:before {
  top: 0;
  left: 0;
  background: url(../assets/icon_prev.png) transparent no-repeat;
}

.slick-next:before {
  background: url(../assets/icon_next.png) transparent no-repeat;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li button {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: rgb(0 120 92);
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li button:before:hover {
  color: #eeedee;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 62px !important;
  }
  .slider .slide img {
    width: 20%;
  }
  .slider .slide h3 {
    font-size: 5rem;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .header::after,
  .slider-wrapper::after,
  .video-wrapper::after {
    width: 90%;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .slider {
    max-width: 960px;
    max-height: 500px;
    width: 60%;
  }
}

/* aditivos */
#aditivos {
  margin-top: 80px;
  background-color: white;
  padding: 120px 20px !important;
}
@media (min-width: 576px) {
  #aditivos {
    margin-top: 120px;
    padding: 4em 1.5em 4.5em;
  }
}
@media (min-width: 992px) {
  #aditivos {
    margin-top: 150px;
    padding: 4em 2.5em 4.5em;
  }
}

/* Video */
.video-wrapper {
  position: relative;
  margin: 0 0 60px 0;
  padding: 40px 0 10px 0;
  color: #fff;
  background: #000 no-repeat center center;
  background-size: cover;
  font-size: 18px;
  line-height: 26px;
}
.video-wrapper::after {
  background-position: bottom left;
  bottom: -60px;
  right: 0;
}

.video-wrapper h2 {
  padding: 0 0 30px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
}

.video-wrapper .lead {
  padding-top: 30px;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .video-wrapper h2 {
    font-size: 5rem;
  }
  .video-wrapper {
    margin: 0 0 100px 0;
    padding: 80px 0 10px 0;
  }
  .video-wrapper::after {
    bottom: -100px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .video-wrapper {
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Footer */
footer {
  min-height: 120px;
  display: flex;
  align-items: flex-end;
  padding: 10px 0;
  background: url(../assets/deco_triangleRed.png) #000 no-repeat left top;
  background-size: 100% 50px;
  color: #ffffff;
}

footer .row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

footer .copyright {
  font-size: 1.7rem;
  font-weight: 600;
}

.banner-social-buttons {
  text-align: left;
}

.banner-social-buttons > li > a img {
  width: auto;
  height: 30px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .banner-social-buttons {
    text-align: right;
  }
}
