* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar {
  background-color: #000;
}

.navbar-toggler {
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #e3dede !important;
}

.img-nav {
  display: grid;
  place-items: center;
}

.img-nav img {
  width: 40vw;
  display: none;
}

.d-flex {
  color: #fff;
}

header .row {
  display: flex;
  justify-content: space-between;
}

header .row:last-child {
  border-bottom: 1px solid red;
  position: relative;
}

header .row .col-12 .logo {
  display: grid;
  place-items: center;
}

header .row .col-4 p {
  margin-bottom: 0rem !important;
}

header .row .col-4 p span {
  line-height: .4rem;
  font-size: .9rem;
}

header .row .col-4 .date p {
  text-align: start;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

header .row .col-4 .city {
  text-align: end;
}

header .row .col-4 .center {
  text-align: center;
}

.whats-new {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7b7676;
  align-items: center;
  flex-wrap: wrap;
}

.whats-new p {
  font-weight: 500;
  margin-bottom: 1px !important;
}

.whats-new p:first-child {
  color: red;
}

.main {
  padding-top: 23px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.main .aside-news .news-header h4 {
  font-weight: 16px;
}

.main .aside-news .writer {
  line-height: 10px;
}

.main .aside-news .row {
  padding-bottom: 15px;
  padding-top: 9px;
  border-bottom: 1px solid #adabab;
}

.main .aside-news .row .content {
  color: #676666;
  line-height: 25px;
}

.main .center {
  border-left: 1px solid #adabab;
  padding-left: 25px;
  border-right: 1px solid #adabab;
  padding-right: 25px;
}

.main .center .center-news {
  border-bottom: 1px solid #adabab;
}

.main .center .center-news:last-child {
  border-bottom: none;
}

.main .center .center-news img {
  margin-bottom: 15px;
}

.main .center .center-news .news-header h4 {
  font-size: 22px;
  font-weight: 600;
}

.main .center .center-news .writer p {
  line-height: 12px;
}

.main .center .center-news .content {
  color: #504f4f;
  line-height: 25px;
}

.main .aside-right .header {
  position: relative;
  margin-bottom: 25px;
}

.main .aside-right .header h4 {
  font-size: 20px;
  font-weight: 600;
  color: red;
}

.main .aside-right .header::after {
  content: '';
  width: 25px;
  height: 25px;
  border-bottom: 2px solid red;
  bottom: -5px;
  left: 0px;
  display: block;
  position: absolute;
}

.main .aside-right .images {
  margin: 20px 0;
}

.main .aside-right .images img {
  display: block;
}

.main .aside-right .aside-news {
  padding-bottom: 8px;
  border-right: none !important;
}

.main .aside-right .aside-news .news-header {
  margin-top: 9px;
}

.main .aside-right .aside-news .content {
  color: #676666;
}

.main .aside-right .aside-news .image img {
  border-radius: 50%;
}

.advertisement {
  margin: 15px 0;
  padding: 10px 0;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
}

.writer {
  color: #8e8b8b;
}

.visual .header {
  position: relative;
  margin-bottom: 25px;
}

.visual .header h4 {
  font-size: 20px;
  font-weight: 600;
  color: red;
}

.visual .header::after {
  content: '';
  width: 25px;
  height: 25px;
  border-bottom: 2px solid red;
  bottom: -3px;
  left: 0px;
  display: block;
  position: absolute;
}

.visual .row .col-3 .visual-item .images {
  margin-bottom: 7px;
}

.visual .row .col-3 .visual-item .images .img {
  display: block;
  max-width: 100%;
}

.visual .row .col-3 .visual-item .visual-title h5 {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.videos {
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid black;
  position: relative;
}

.videos::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0px;
  border-top: 1px solid black;
}

.videos .video-item .poster {
  position: relative;
}

.videos .video-item .poster img {
  display: block;
}

.videos .video-item .poster .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videos .video-item .poster .icon i {
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.videos .video-item .video-header h5 {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.videos .header {
  position: relative;
  margin-bottom: 10px;
}

.videos .header::after {
  content: '';
  width: 25px;
  height: 25px;
  border-bottom: 2px solid red;
  bottom: 0px;
  left: 0px;
  display: block;
  position: absolute;
}

.culture {
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid black;
  position: relative;
}

.culture::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0px;
  border-top: 1px solid black;
}

.culture .header {
  position: relative;
  margin-bottom: 10px;
}

.culture .header h4 {
  font-size: 20px;
  font-weight: 600;
  color: red;
}

.culture .header::after {
  content: '';
  width: 25px;
  height: 25px;
  border-bottom: 2px solid red;
  bottom: 0px;
  left: 0px;
  display: block;
  position: absolute;
}

.culture .title h2 {
  color: #303030;
  font-size: 30px;
  font-weight: 650;
}

.culture .center {
  border-left: 1px solid #adabab;
  border-right: 1px solid #adabab;
}

.culture .center .item {
  padding: 0 20px;
  border-bottom: 1px solid #adabab;
}

.culture .center .item:last-child {
  border-bottom: none;
}

.culture .center .item .image {
  height: 100px;
  width: 200px;
  overflow: hidden;
  object-fit: contain;
}

.culture .center .item .image img {
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.culture .center .item .image .content {
  color: #676666;
}

.right {
  padding-bottom: 10px;
}

.right .item {
  border-bottom: 1px solid #adabab;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.right .item:last-child {
  border-bottom: none;
}

.last-news {
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid black;
  position: relative;
}

.last-news::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0px;
  border-top: 1px solid black;
}

.last-news .header {
  position: relative;
  margin-bottom: 10px;
}

.last-news .header h4 {
  font-size: 20px;
  font-weight: 600;
  color: red;
}

.last-news .header::after {
  content: '';
  width: 25px;
  height: 25px;
  border-bottom: 2px solid red;
  bottom: -2px;
  left: 0px;
  display: block;
  position: absolute;
}

.last-news .items {
  min-height: max-content;
  border-right: 1px solid #adabab;
  border-left: 1px solid #adabab;
}

.last-news .items .images .img {
  margin-bottom: 4px;
}

p {
  color: #333;
}

.border-bottom {
  border-bottom: 1px solid #adabab;
}

.footer {
  background-color: #f5f5f5;
  padding-top: 25px;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  line-height: 25px;
  font-size: 15px;
  color: #333;
}

.footer ul li h4 {
  font-weight: 600;
}

.footer .row {
  padding-bottom: 20px;
  border-bottom: 1px solid #adabab;
}

.footer .footer-bottom {
  margin-top: 0px !important;
  padding-top: 0px !important;
  line-height: 19px;
  padding-bottom: 10px;
}

.footer .footer-bottom p span {
  color: #cbc9c9;
}

.shadow {
  box-shadow: '0px 0px 0px #888888';
}

@media (max-width: 992px) {
  .main .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main .col-5 {
    order: -1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  nav {
    height: max-content;
    color: #fff;
  }
  nav .img-nav {
    display: grid;
    place-items: center;
  }
  nav .img-nav img {
    width: 40vw;
    display: block;
  }
  nav .d-flex {
    display: block;
  }
  header {
    padding-top: 40px;
  }
  header .logo img {
    display: none;
  }
  .col-4 p span {
    line-height: 18px;
    font-size: 1rem;
  }
  .col-4 .center {
    display: none;
  }
  .visual .row,
  .videos .row,
  .last-news .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: none;
    border-right: none;
  }
  .visual .row .col-3,
  .videos .row .col-3,
  .last-news .row .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .culture .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .culture .row .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .culture .row .col-3 .center {
    border-left: none;
    border-right: none;
  }
  .culture .radio {
    order: -1;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .col-5 .center {
    border-left: none;
    border-right: none;
  }
}

@media (max-width: 768px) {
  .whats-new {
    display: none;
  }
  .footer .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer .row .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .aside-news,
  .center-news {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .main .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main .col-5 {
    order: -1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .visual .row,
  .videos .row,
  .last-news .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .visual .row .col-3,
  .videos .row .col-3,
  .last-news .row .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .culture .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .culture .row .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    place-items: center;
  }
  .footer {
    position: relative;
  }
  .footer .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    top: 50%;
    left: 50%;
    transition: transform(-50%, -50%);
  }
  .footer .row .col-3 {
    margin-bottom: 20px;
    display: flex;
  }
}
/*# sourceMappingURL=style.css.map */