.front-header {
  text-align: center;
  padding: 0 15px; }
  .front-header h1, .front-header h2, .front-header h3 {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold; }
  .front-header h1 {
    font-size: 36px; }
    @media only screen and (max-width: 992px) {
      .front-header h1 {
        font-size: 18px; } }
  .front-header h2 {
    font-size: 24px; }
    @media only screen and (max-width: 992px) {
      .front-header h2 {
        font-size: 14px; } }

.container-front {
  max-width: 1280px;
  margin: 0 auto; }
  .container-front .title {
    margin-bottom: 0; }
  .container-front .title-front {
    text-align: center;
    padding: 10px 0;
    font-size: 24px !important; }
    .container-front .title-front h1, .container-front .title-front h2, .container-front .title-front h3, .container-front .title-front i.icon {
      font-family: Helvetica, Roboto, Arial, sans-serif;
      font-weight: bold;
      margin: 0;
      padding: 0;
      font-size: 36px;
      line-height: 36px; }
      @media only screen and (max-width: 992px) {
        .container-front .title-front h1, .container-front .title-front h2, .container-front .title-front h3, .container-front .title-front i.icon {
          font-size: 24px;
          line-height: 24px; } }
    .container-front .title-front a.more-link {
      font-size: 14px;
      font-weight: bold;
      text-decoration: underline; }
  .container-front .box .content {
    padding: 10px;
    font-size: 16px; }
    .container-front .box .content ul.new-to li {
      padding: 4px 0;
      font-weight: initial; }
    .container-front .box .content p {
      margin: initial;
      padding: 1rem 0; }

.slider-siema {
  background: #000;
  height: 700px;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 992px) {
    .slider-siema {
      height: 450px; } }
  .slider-siema .slide {
    height: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
    @media only screen and (max-width: 992px) {
      .slider-siema .slide {
        height: 450px; } }
    .slider-siema .slide .avatar {
      background: rgba(0, 0, 0, 0.8);
      display: flex;
      flex-direction: row;
      position: absolute;
      top: 0;
      color: #333;
      margin-left: 35px;
      padding: 15px 25px; }
      @media only screen and (max-width: 992px) {
        .slider-siema .slide .avatar {
          width: 100%;
          margin: 0;
          text-align: center;
          align-items: center;
          justify-content: center;
          padding: 10px 0; } }
      .slider-siema .slide .avatar .pic {
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }
        @media only screen and (max-width: 992px) {
          .slider-siema .slide .avatar .pic {
            width: 35px;
            height: 35px; } }
        .slider-siema .slide .avatar .pic img {
          border-radius: 50%;
          border: 2px solid #fff;
          width: 100%;
          height: 100%; }
      .slider-siema .slide .avatar .details .name {
        line-height: 50px;
        font-size: 18px; }
        @media only screen and (max-width: 992px) {
          .slider-siema .slide .avatar .details .name {
            line-height: 35px; } }
    .slider-siema .slide .title-slide {
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: 0;
      padding: 15px 50px;
      margin-bottom: 50px;
      font-size: 18px;
      font-family: 'Oswald' ,sans-serif; }
      @media only screen and (max-width: 992px) {
        .slider-siema .slide .title-slide {
          margin: 0;
          width: 100%;
          padding: 10px 20px 20px 20px;
          font-size: 14px; } }
      .slider-siema .slide .title-slide .tag {
        font-size: 32px; }
        @media only screen and (max-width: 992px) {
          .slider-siema .slide .title-slide .tag {
            font-size: 24px; } }
      .slider-siema .slide .title-slide .date {
        color: #fff; }
  .slider-siema .nav-buttons a {
    position: absolute;
    top: 50%;
    left: -15px; }
    @media only screen and (max-width: 992px) {
      .slider-siema .nav-buttons a {
        left: -10px; } }
    .slider-siema .nav-buttons a.arrow-right {
      left: inherit;
      right: -15px; }
      @media only screen and (max-width: 992px) {
        .slider-siema .nav-buttons a.arrow-right {
          right: -10px; } }
