/* Your custom styles */
audio {
  width: 100%;
}

body{
  font-family: 'Roboto', serif;

}

img{
  width: 100%;
}

.bg-dark{
  background-color: #000!important;
}

.navbar-brand{
  font-size: 21px;
  font-weight: bold;
}
.navbar-brand:hover{
  text-decoration: underline;
}

.left{
  float: left!important;
}

.mt-20{
  margin-top: 20px;
}
.w-50{
  width: 50%!important;
}
.carousel-item{
  text-align: center;
}
.card.card-cascade.wider {
  border: 10px solid #fabe09;
}

.card.card-cascade.wider .card-body {
  margin-left: 0%;
  margin-right: 0%;
}

.text-header{
  font-size: 34px;
  /*text-transform: uppercase;*/
  text-align: left!important;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 0px;
  color: #fabe09;
  border-bottom: 10px solid #fabe09;
  background-color: #000!important;
}

.box-lateral{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  background-color: #fabe09;
  padding: 15px;
}

.box-lateral strong{
  font-weight: 600;
}

.place-card .place-card-medium{
  display: none;
}

.sponsor{
  box-sizing: border-box;
  /*border-bottom: 1px solid #cecece;*/
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255,255,255,.6);
    background-color:#fff;
    text-align: center;
    font-size: .9rem;
}

.blue-grey.lighten-5{
  background-color: #fff!important;
}

.footer-copyright {
    background-color: #243a51!important;
    padding-top: 0px;
}

b, strong {
    font-weight: bold;
}
.zigzag {
    margin: 7.5% 0;
    background: #ffffff;
    position: relative;
    height: 20px;
    z-index: 1;
}
.zigzag:before, .zigzag:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}
.zigzag:before {
    height: 16px;
    top: 105%;
    background: linear-gradient(-135deg, #777 10px, transparent 0) 0 10px, linear-gradient(135deg, #777 10px, transparent 0) 0 10px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 20px 20px;
}
.zigzag:after {
    height: 20px;
    top: 100%;
    background: linear-gradient(-135deg, #ffffff 10px, transparent 0) 0 10px, linear-gradient(135deg, #ffffff 10px, transparent 0) 0 10px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 20px 20px;
}

#navbarSupportedContent-3 .nav-flex-icons a {
    font-size: 22px;
    padding: .2rem .4rem;
}

.sponsor .slick-arrow {
    display: none !important;
}

.single-news .slick-slide .slide-image {
    background-size: 100% 100% !important;
}
}