.title {
  color: #808080;
}

.title::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 8px;
  background-color: #0091a2;
}

.button-primary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 45px;
  padding: 8px;
  background-color: #0091a2;
  font-size: 14px;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.086);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.button-primary:hover {
  background-color: #8f8f91;
  color: #fff;
}

.button-secondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 113px;
  min-height: 27px;
  padding: 3.2px;
  background-color: #fff;
  font-size: 14px;
  color: #0091a2;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.086);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.button-secondary:hover {
  background-color: #8f8f91;
  color: #fff;
}

.tooltip {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  float: right;
  background-color: #0091a2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1;
}

.tooltip__text {
  visibility: hidden;
  width: 120px;
  background-color: #0091a2;
  font-size: inherit;
  color: inherit;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 3.2px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tooltip__text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0091a2 transparent transparent transparent;
}

.tooltip:hover .tooltip__text {
  visibility: visible;
  opacity: 1;
}

.breadcrumbs {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background-color: #f8f8f8;
}

.breadcrumbs__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.breadcrumbs__item {
  color: #808080;
}

.breadcrumbs__item::after {
  content: ">";
  font-size: 14px;
  color: inherit;
  margin-right: 8px;
}

.breadcrumbs__item:last-of-type:after {
  display: none;
}

.breadcrumbs__link:hover {
  color: #0091a2;
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 122px;
  background-image: url(/images/banner-pages-background.png?ada0f9c5c96250c5bf84d124f730ab82);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner__figure {
  margin-bottom: 8px;
}

.banner__image {
  width: 50px;
}

.banner__title {
  margin-bottom: unset;
}

.banner__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #0091a2;
  margin: 0px auto;
}

.company a {
  text-decoration: none;
  color: #ff6f26;
}

.company a:hover {
  color: #ffb553;
}

.company .content-company {
  display: flex;
}

.company img {
  width: 507px;
  height: 451px;
}

.company strong {
  width: 100%;
  background-color: #ff5600;
  color: #ffffff;
  font-family: "Bebas Neue";
  font-weight: 400;
  padding: 0.5rem;
  font-size: 53px;
  padding-left: 6rem;
}

.company P {
  color: #636363;
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: justify;
  font-size: 20px;
  padding: 2rem;
}

@media only screen and (min-width: 1024px) {
  .company p {
    padding: 2rem 0 0 6rem;
  }
}

.company {
  display: flex;
  justify-content: center;
}

.company p img {
  float: left;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-right: 5rem;
  margin-bottom: 2rem;
}

.company b {
  display: inline-block;
  font-size: 1.6rem;
  margin: 1rem 0;
}

.company i {
  margin-top: 1rem;
  margin-right: 0.5rem;
  color: #ff5600;
}

.company strong {
  display: block;
  margin: 1rem 0 3rem;
}

.company p + p {
  padding: 0;
}

.company button {
  margin: 2rem;
  width: 208px;
  height: 61px;
  border-radius: 8px;
  background-color: #ff5600;
}

.company button a {
  text-decoration: none;
  color: #ffffff;
  font-family: Bebas Neue;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 11.8px;
}

.company button a:hover {
  color: #ffffff;
}

.company button:hover {
  background-color: #c74605;
}

#secondary-slider {
  margin: 90px;
}

@media (max-width: 768px) {
  .company p img {
    float: unset;
    clear: both;
    margin: 0;
    width: 100%;
  }
}

