@-webkit-keyframes rotate-spin /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-spin {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate-spin {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.l-title-text.default .l-title-text__title {
  font-size: 2.5em;
}
@media (max-width: 767.98px) {
  .l-title-text.default .l-title-text__title {
    font-size: 1.5625em;
  }
}
.l-title-text__box {
  margin-bottom: 4rem;
}
.l-title-text__title {
  color: #4a4a4a;
  font-family: "avenirblack", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  margin: 3rem 0 1.75rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .l-title-text__title {
    font-size: 2.5rem;
  }
}
.l-title-text__description {
  color: #494949;
  font-family: "avenirbook", sans-serif;
  font-size: 1.2rem;
  margin-top: 2.5rem;
  padding: 0 3em;
  text-align: center;
}
@media (max-width: 991.98px) {
  .l-title-text__description {
    padding: 0 2em;
  }
}
@media (max-width: 767.98px) {
  .l-title-text__description {
    font-size: 1.1rem;
    padding: 0 1em;
  }
}
.l-title-text__separator_wrapper {
  display: flex;
  justify-content: center;
}
.l-title-text__row-container {
  margin-bottom: 1.5rem;
}
.l-title-text__separator {
  display: none;
  margin: auto;
  width: 20%;
  border: 2px solid #ffc500;
  opacity: 1;
}
.l-title-text__separator--show {
  display: block;
}

#without-margins .l-title-text__box {
  margin-bottom: 0 !important;
}
#without-margins .l-title-text__description {
  margin-top: 0 !important;
}
#without-margins .s-wysiwyg {
  margin: 0 !important;
}
#without-margins .s-wysiwyg img {
  margin: 0 !important;
}

.t-corporative .l-title-text__title,
.t-corporative .l-title-text__description {
  text-align: left;
  padding: 0;
}
.t-corporative .col-lg-9 .container {
  padding: 0;
}

.t-single-guide .l-title-text__title,
.t-single-guide .l-title-text__description {
  text-align: left;
  padding: 0;
}

/*# sourceMappingURL=layout_title_text.css.map */
