#header {
  min-height: 165px;
  height: auto;
  background: #f8f8f8;
  padding-bottom: 1em;
}

#content {
  background: #f8f8f8;
}

#content #destaques {
  overflow: hidden;
}

#header #logo {
  max-width: 100%;
  height: auto;
}

#logo img {
  width: 100%;
  height: auto;
}

.wrap {
  width: 100%;
  max-width: 1000px;
}

#content:before,
#content:after,
#boxes:before,
#boxes:after,
#main-menu:before,
#main-menu:after,
#menu-principal:before,
#menu-principal:after {
  content: " ";
  display: table;
}

#content:after,
#boxes:after,
#main-menu:after,
#menu-principal:after {
  clear: both;
}

#boxes {
  margin-left: -8px;
  margin-right: -8px;
}

.box {
  margin: 0;
  position: relative;
  padding: 8px;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
  background-origin: content-box;
  background-clip: content-box;
  overflow: hidden;
}

.box:hover {
  -webkit-transform: scale(1.125);
      -ms-transform: scale(1.125);
          transform: scale(1.125);
  -webkit-transition: .2s transform;
  transition: .2s transform;
  z-index: 12;
}

.box a {
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.box a:before,
.box a:after {
  content: " ";
  display: table;
}

.box a:after {
  clear: both;
}

.box img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box img:only-child {
  width: 100%;
}

.box h3 {
  letter-spacing: -2px;
}

#content > img {
  max-width: 100%;
  height: 100%
}

.business img,
.show img {
  width: 100%;
}

.business h3 {
  margin-top: 9px;
  font-size: 18px;
  letter-spacing: -1px;
}

.flexbox .business h3 {
  margin-top: 0;
}

.photo h3 {
  margin: 28px 33px 0 0;
}

.flexbox .photo h3 {
  margin: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.globe h3 {
  margin: 40px auto 0;
}

.flexbox .globe h3 {
  margin: auto;
  padding-left: 8px;
  padding-right: 8px;
  background-origin: content-box;
}

.flexbox .people h3 {
  margin: auto;
  padding-left: 8px;
  padding-right: 8px;
  background-origin: content-box;
}

.show h3 {
  margin-top: 7px;
  letter-spacing: -1px;
}

.flexbox .show h3 {
  margin: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.logo h3 {
  margin: 18px 18px 0 0;
}

.flexbox .logo h3 {
  margin: auto;
  padding-left: 8px;
  padding-right: 8px;
}

#content #destaques,
#content #post-content,
#content .sidebar {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

#content #post-content {
  padding: 0 16px;
}

#content #noticias {
  padding: 8px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

#content #noticias ul {
  height: auto;
  padding: 8px;
  margin: 0;
}

.flexbox #content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.flexbox #noticias,
.flexbox #destaques {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flexbox #noticias {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
              -ms-grid-row-align: stretch;
          align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;

}

.flexbox #noticias > ul {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.width-small {
  width: 22.5%;
}

.width-medium {
  width: 33.75%;
}

.width-big {
  width: 43.75%;
}

.flexbox .height-big {
  height: auto;
  min-height: 200px;
}

.flexbox .height-small {
  height: auto;
  min-height: 155px;
}

.flexbox #boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.flexbox .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

.flexbox .box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 100%;
  height: 100%;
}

.flexbox .box h3 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flexbox .box-top-bottom {
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

.flexbox .box-top-bottom a {
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
    -webkit-box-align: start;
  -webkit-align-items: flex-start;
       -ms-flex-align: start;
   -ms-grid-row-align: flex-start;
          align-items: flex-start
}

.flexbox .box-top-bottom img {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.flexbox .box-top-bottom h3 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%
}

.flexbox .width-small {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  min-width: 120px;
}

.flexbox .width-medium {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  min-width: 200px;
}

.flexbox .width-big {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  min-width: 270px;
}

.icon-bar {
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
}

#menu-toggle {
  margin-top: 28px;
  margin-right: 8px;
  float: right;
  padding: 8px;
  border: 1px solid #cecece;
  border-radius: 4px;
  width: 22px;
  display: inline-block;
}

.icon-bar + .icon-bar {
  margin-top: 4px;
}

.menu--overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background .15s;
  transition: background .15s;
  background: rgba(0,0,0,0);
  z-index: -1;
}

.menu--active .menu--overlay {
  z-index: 19;
  background: rgba(0,0,0,.75);
}

@media (min-width: 768px) {

  #content #destaques {
    width: 75%;
    overflow: visible;
  }
  
  #content #noticias {
    width: 25%;
    margin-bottom: 0;
    -webkit-flex-basis: 23%;
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
  }

  #menu-toggle {
    display: none;
  }

  #content #post-content {
    width: 63.5593220339%;
  }

  #content .sidebar {
    width: 18.220338983%;
  }
}

@media (max-width: 767px) {

  #boxes {
    margin-top: 1em;
  }

  #translate-bar {
    padding: 8px;
  }

  #content {
    padding-top: 0;
    padding-bottom: 0;
  }

  #header {
    margin-top: 0;
    position: static;
  }

  #header #logo {
    width: 66.67%;
    float: left;
  }

  #header #header-info-options {
    float: none;
    margin-top: .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    clear: both;
  }

  #header #header-info-options h2 {
    margin: 0;
    font-size: .9em;
    padding: 16px 8px 8px;
    margin: 0;
    border: 0;
  }

  #header #header-info-options h3 {
    letter-spacing: 0;
    text-transform: none;
    font-size: .75em;
  }

  #options-header {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
  }

  #header #header-info-options #redes {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 8px;
  }

  #header #header-info-options #search-form {
    width: auto;
    padding: 0 0 0 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    box-sizing: border-box;
  }

  #header #header-info-options #search-form #search {
    width: 100%;
    float: none;
    box-sizing: inherit;
    height: 22px;
  }

  #header #header-info-options #search-form #submit {
    right: 14px;
  }

  #header #main-menu {
    margin-top: 0;
    position: absolute;
    overflow: auto;
    top: 0;
    left: 0;
    width: calc(100% - 56px);
    height: 100%;
    z-index: 20;
    padding: 0;
    background: rgba(255,255,255,.85);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    -webkit-transition: box-shadow .2s, -webkit-transform .2s;
    transition: box-shadow .2s, -webkit-transform .2s;
    transition: box-shadow .2s, transform .2s;
    transition: box-shadow .2s, transform .2s, -webkit-transform .2s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .menu--active {
    overflow: hidden;
  }

  .menu--active body {
    overflow: hidden;
    position: fixed;
  }

  .menu--active #header #main-menu,
  #header #main-menu:target {
    box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.25);
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  #header #main-menu>ul>li {
    position: relative;
    margin: 0;
    padding: 0;
    float: none;
    background-position: calc(100% - 12px) 14px;
  }

  #header #main-menu>ul>li:first-child {
    margin-left: 0;
  }

  #header #main-menu>ul>li .sub-menu {
    position: static;
    padding: 0;
    background: rgba(200,200,200,.75);
    border-top: 3px solid #f26140;
  }

  #header #main-menu li.active .sub-menu,
  #header #main-menu>ul>li .sub-menu li.active .sub-menu {
    display: block;
  }

  #header #main-menu>ul>li .sub-menu li.active .sub-menu {
    border-bottom: 0;
  }

  #header #main-menu>ul>li .sub-menu li {
    padding: 0 0 0 8px;
  }

  #header #main-menu>ul>li .sub-menu li a {
    background: #fff;
    display: block;
  }

  #header #main-menu>ul a {
    display: block;
    padding: 8px;
  }

  .box {
    width: 100%;
  }
  .height-big {
    min-height: 155px;
  }

  #content #post-content {
    margin: 0 0 1em;
    padding: 0 8px;
  }

  #content .sidebar.left {
    order: 2;
    margin-bottom: 1em;
  }

  #content .sidebar.right {
    order: 3;
  }

  #content .sidebar.right,
  #content .sidebar.right #boxes {
    margin-bottom: 0;
    margin-top: 0;
  }

  #content .sidebar.left #facebook-side,
  #content .sidebar.left #twitter-side,
  #content .sidebar.left #instagram-side {
    width: 33.333%;
    float: left;
    margin-bottom: 0;
  }

  #content .sidebar.left #facebook-side img,
  #content .sidebar.left #twitter-side img,
  #content .sidebar.left #instagram-side img {
    object-fit: fill;
    width: 100%;
  }

  #content .sidebar.left #facebook-side a,
  #content .sidebar.left #twitter-side a,
  #content .sidebar.left #instagram-side a {
    display: block
  }

  #content > img {
    order: 4;
  }

  .flexbox .width-big {
    flex-basis: 100%;
  }

  .flexbox .width-medium,
  .flexbox .width-small {
    flex-basis: 50%;
  }

  #content #destaques {
    margin-bottom: 1em;
  }
}

iframe {
  max-width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.ie9 .box {
  text-align: center;
}

.ie9 .box a {
  display: inline-block;
  vertical-align: middle;
}

.ie9 .box.width-big.height-big.box-green,
.ie9 .box.width-big.height-small.box-red,
.ie9 .box.width-big.height-small.box-orange {
  text-align: left;
}

.ie9 .box.width-big.height-big.box-green h3,
.ie9 .box.width-big.height-small.box-red h3,
.ie9 .box.width-big.height-small.box-orange h3 {
  padding-left: 15px;
}

.ie9 .height-big img {
  max-height: 184px;
}

.ie9 .height-small img {
  max-height: 139px;
}

/**
 * Slick Carousel
 */

.main_carousel_block,
.main_carousel_figure,
.main_carousel_figure img {
  width: 100%;
  display: block;
  height: auto;
}

.object-fit .main_carousel_figure img {
  object-fit: cover;
  height: inherit;
}

.main_carousel_figure {
  position: relative;
  height: 400px;
  height: 40vw;
  max-height: 400px;
  overflow: hidden;
}

.main_carousel_caption {
  position: absolute;
  padding: 1em;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255, .75);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
}

.main_carousel_title {
  display: block;
  font-size: 24px;
  margin-bottom: 16px;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main_carousel_caption p {
  font-weight: 300;
}

.main_carousel_block + .main_carousel_block {
  height: 1px;
}

.slick-slider .main_carousel_block + .main_carousel_block {
  height: auto;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255, .75);
  border-radius: 50%;
  box-shadow: 1px 1px 1px 1px rgba(200,200,200, .25);
  z-index: 2;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -7px;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  width: 20px;
  height: 20px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #658a98;
  color: #658a98;
}

.slick-next:before {
  border-width: 0 0 1px 1px;
  transform: rotate(-135deg);
  margin-left: -14px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: rgba(255,255,255, .9);
}

@media all and (max-width: 1000px) {
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 10px;
  }
}

@media all and (max-width: 768px) {
  .main_carousel_caption p {
    display: none;
  }
  .main_carousel_title {
    margin-bottom: 0;
    font-size: 18px;
  }

  #content .content-box > h5 {
    position: relative;
    top: 0;
  }
  .slick-next,
  .slick-prev {
    top: 20px;
    width: 30px;
    height: 30px;
  }

  .slick-next:before,
  .slick-prev:before {
    width: 10px;
    height: 10px;
    margin-top: -6px;
  }

  .slick-prev:before {
    margin-left: -4px;
  }

  .slick-next:before {
    margin-left: -8px;
  }
}
