* {
  font-family: 'Roboto', sans-serif !important;
}

html,
body {
  max-width: 100vw !important;
  overflow-x: hidden;
}

.vita-colored {
  color: #5d2684;
}

.vita-title {
  letter-spacing: 0px;
  line-height: 1.2;
  font-size: 32px !important;
  font-weight: 500;
}

.vita-paragraph {
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  color: #717171;
}

.vita-paragraph-small {
  font-style: normal;
  font-weight: 100;
  font-size: 14px !important;
  color: #717171;
}

body .vita-btn {
  color: white;
  background-color: #c72b68;
  font-style: normal;
  font-weight: 400;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  border-radius: 1rem;
}

body .vita-btn:hover {
  color: white;
  background-color: #f73680 !important;
  background: #f73680 !important;
}

.nav-active {
  color: #5d2684;
  font-weight: bold !important;
}

.float-button {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 2%;
  bottom: 5vh;
  z-index: 999;
}

.float-button img {
  width: 100%;
}

.float-button .fb-details {
  background: #5d2684;
  border-radius: 50px;
  z-index: -1;
  height: 50px;
  max-height: 50px;
  width: 50px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.float-button .fb-details span {
  padding-right: 50px;
  padding-left: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.float-button:hover .fb-details {
  width: 250px !important;
}

.pojo-a11y-toolbar-toggle {
  border-radius: 100px;
  overflow: hidden;
  margin-left: 2%;
  border: solid #ccc 2px;
}

@media (max-width: 426px) {
  .vita-title {
    font-size: 26px !important;
  }
}

[data-img-zoom] img {
  transition: transform 0.5s;
}

[data-img-zoom]:hover img {
  transform: scale(1.1);
}

[data-card-certification],
[data-card-certification] * {
  transition: all 300ms ease-in-out;
  cursor: default;
}

[data-card-certification]:hover img {
  transform: scale(1.1);
}

[data-hidden-link]:hover .card {
  background-color: #fbfbfb;
}

[data-more-solution] .card {
  transition: all 200ms ease-in-out;
}

[data-more-solution] .card:hover {
  background: #f8f8f8;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.flip-card .inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 900ms;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .inner {
  transform: rotateY(180deg);
}

.flip-card .front,
.flip-card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card .front {
  background-color: #bbb;
}

.flip-card .front .vita-paragraph {
  font-weight: 400;
}

.flip-card .back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

.flip-card .front img,
.vita-different img,
.vita-card img {
  filter: brightness(0.55);
}

.vita-different .vita-paragraph {
  font-weight: 400;
}

#secondary-navbar-container {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}

#secondary-navbar-container ul li {
  width: 215px;
}

#secondary-navbar-container a:hover {
  color: #9052bb !important;
}

.vita-header-hover {
  color: #9052bb !important;
  transition: all 300ms ease-in-out;
  border-bottom-width: 5px;
}

.vita-header-hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 30%;
  height: 2px;
  background-color: #9052bb;
  transform: translateX(-50%);
  transition: all 300ms ease-in-out;
  opacity: 0.7;
}

.vita-section {
  display: flow-root;
}

.vita-section h1,
.vita-section-inverted h1 {
  margin-right: 1rem;
}

.vita-section h1,
.vita-section-inverted h1 {
  float: left;
  max-width: 40%;
  margin-bottom: 1rem;
}

.vita-section-inverted h1 {
  float: right;
  text-align: end;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .vita-section h1,
  .vita-section-inverted h1 {
    float: unset !important;
    right: unset !important;
    max-width: unset !important;
  }
}

#opinions_container ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

#opinions_container .border {
  border-color: #acacac;
}

@media screen and (max-width: 992px) {
  #opinions_container ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 576px) {
  #opinions_container ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.alliance_container ul.row li img {
  max-width: 128px;
  max-height: 128px;
}

.client_container ul li img {
  max-width: 98px;
  max-height: 98px;
}

[data-type='article-content'] h1,
[data-type='article-content'] h2,
[data-type='article-content'] h3,
[data-type='article-content'] h4,
[data-type='article-content'] h5,
[data-type='article-content'] h6 {
  color: #5d2684;
}
