.paragraph--type--section .paragraph:first-child {
  margin-top: 0;
}
.paragraph--type--section .paragraph:last-child {
  margin-bottom: 0;
}
.paragraph {
  margin: 1.5rem auto;
  text-align: justify;
}
.paragraph .paragraph-title {
  font-size: 2em;
  text-align: center;
}
.paragraph .paragraph-subtitle {
  font-size: 1.5em;
  text-align: center;
}
.paragraph--type--image-text .row {
  align-items: center;
}
.paragraph--type--image-text .paragraph-title {
  color: #000;
}
.paragraph--type--image-text .img-bordered {
  margin: 1.5rem auto;
}
.paragraph--type--icons svg {
  display: block;
  margin: 0.5rem auto 1rem;
}
.paragraph--type--section-title {
  text-align: center;
  margin: 4rem auto;
}
.paragraph--type--slider .description-wrapper {
  display: flex;
  align-items: center;
  padding: 64px;
}
.paragraph--type--jumbotron .jumbotron {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.paragraph--type--jumbotron .contentWrap {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.paragraph--type--jumbotron .contentWrap .content {
  padding: 30px;
  background: #fff;
}
.paragraph--type--collaborators .paragraph-title {
  font-size: 2em;
  text-align: center;
}
.paragraph--type--collaborators .nav.nav-pills {
  margin: 1rem 0;
  justify-content: center;
}
.paragraph--type--collaborators .nav.nav-pills .nav-link {
  background: none;
  text-transform: uppercase;
  color: #018ca7;
  opacity: 0.25;
}
.paragraph--type--collaborators .nav.nav-pills .nav-link.active {
  color: #e9c16b;
  opacity: 1;
}
.paragraph--type--collaborators .row-collaborators {
  justify-content: center;
}
.collaborator-item {
  text-align: center;
}
.collaborator-item .portrait {
  overflow: hidden;
  display: block;
  border-radius: 0.5rem;
  margin: 0 auto 1rem;
}
.collaborator-item .portrait img {
  transition: all ease 0.6s;
}
.collaborator-item ul {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
.collaborator-item ul li {
  display: block;
  margin-bottom: 0.25rem;
}
.collaborator-item ul li.name {
  color: #464646;
  font-size: 1em;
}
.collaborator-item ul li.function {
  font-size: 0.8em;
  min-height: 32px;
}
.collaborator-item ul li.service {
  text-transform: uppercase;
  font-size: 0.7em;
  margin-bottom: 0.5em;
}
.collaborator-item ul li.phone {
  margin-top: 0.5rem;
  color: #464646;
  font-size: 1.3em;
}
.collaborator-item ul li.mail {
  text-align: center;
}
.paragraph--type--key-figures {
  margin: 32px 0;
}
.paragraph--type--key-figures .row {
  justify-content: center;
}
.paragraph--type--key-figures .paragraph-title {
  text-transform: uppercase;
  margin-bottom: 32px;
}
.key-figure-wrap {
  text-align: center;
}
.key-figure-wrap .figure {
  font-size: 5rem;
  color: #333333;
  line-height: 1;
}
.key-figure-wrap .title {
  font-size: 1.25em;
  font-weight: 400;
}
.paragraph--type--cards .card.card-paragraph-item {
  height: 100%;
}
.paragraph--type--section {
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0;
}
.paragraph--type--section > .container.without_container {
  max-width: 100%;
}
.paragraph--type--section > .container.visible_container > .row > .col {
  background: #fff;
  padding: 32px;
  color: #018ca7;
}
.paragraph--type--section.paragraph.parallax-window {
  background-color: transparent;
  padding-top: 64px;
  padding-bottom: 64px;
}
.paragraph--type--section.paragraph.parallax-window .paragraph:first-child {
  margin-top: 0;
}
.paragraph--type--section.paragraph.parallax-window .paragraph:last-child {
  margin-bottom: 0;
}
.paragraph--type--section.neutral_theme {
  background-color: #F3F3F4;
}
.paragraph--type--section.dark_theme {
  background-color: #000;
  color: #fff;
}
.paragraph--type--section.dark_theme .icon-item svg {
  fill: #fff;
}
.paragraph--type--section.primary_theme {
  background-color: #018ca7;
  color: #fff;
}
.paragraph--type--section.primary_theme .icon-item svg {
  fill: #fff;
}
.paragraph--type--section.secondary_theme {
  background-color: #e9c16b;
  color: #fff;
}
@media all and (min-width: 768px) {
  .paragraph--type--image-text.txt_img .row {
    flex-direction: row-reverse;
  }
  .paragraph--type--slider .description-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .paragraph--type--slider .description-wrapper .description-wrap {
    padding: 32px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    width: 40%;
  }
  .paragraph--type--slider .description-wrapper .description-wrap .btn.btn-primary {
    margin-top: 16px;
  }
}
