body {
  font-family: "Fira Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

.azul-escuro {
  color: #0a2d70;
}

.text-color {
  color: #777777;
}

/* HEADER */
.menuu .contacts a {
  color: #444444;
}

.menuu .header-pc ul {
  position: relative;
  display: inline-block;
  padding: 17px;
}

.menuu ul li {
  position: relative;
  display: inline-block;
  font-size: 18px !important;
  color: white;
  margin: 0 5px;
}

.menuu a {
  display: inline;
  font-size: 18px !important;
  text-decoration: none;
  color: white;
  margin: 0 5px;
  letter-spacing: 0.5px;
  padding: 0 5px;
  font-weight: bold;
}

.menuu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  padding: 10px 0;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  white-space: nowrap;
}

.menuu ul li:hover ul {
  display: block;
}

.menuu ul li ul li {
  display: block;
  padding: 5px 20px;
}

.menuu ul li ul li a {
  color: black;
  text-decoration: none;
  font-size: 1em;
}

.menuu .navbar-nav .menu-item a {
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease-in-out;
}

.menuu .navbar-nav .sub-menu .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.3s ease-in-out;
}

.menuu .navbar-nav .menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.3s ease-in-out;
}

.menuu .navbar-nav .menu-item a:hover::after {
  width: 100%;
}

.menuu .navbar-nav .menu-item.current-menu-item a {
  opacity: 0.7;
}

.menuu .navbar-nav .menu-item.current-menu-item a::after {
  width: 100%;
}

.menuu .menuCell ul li {
  position: relative;
  display: inline-block;
  font-size: 16px !important;
  color: #1b2727;
  margin: 0 5px;
}

.menuCell ul li {
  padding: 10px;
}

.menuu .menuCell a {
  display: inline;
  font-size: 16px !important;
  text-decoration: none;
  color: #1b2727;
  margin: 0 5px;
  letter-spacing: 0.5px;
  padding: 0 10px;
}

.wp-block-search__button.has-icon {
  background-color: transparent !important;
  color: black;
  border: transparent !important;
}

.wp-block-search__input {
  border: 1px solid #1b2727;
  border-radius: 50px;
  background-color: transparent !important;
}

/* /HEADER */

/* BUTTONS */
.btn-primary {
  background-color: #0a2d70 !important;
  border: #0a2d70 1px solid;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 50px;
  padding: 10px;
}

.btn-primary:hover {
  opacity: 0.98;
  transform: scale(1.01);
  transition: ease all 0.4s;
  border: #0a2d70 1px solid;
  background-color: white !important;
  color: #0a2d70;
}

.btn-dark {
  background-color: #0a2d70 !important;
  border: white 1px solid;
  font-weight: bold;
  border-radius: 50px;
}

.btn-dark span {
  font-size: 17px !important;
  padding: 10px;
}

.btn-dark:hover {
  opacity: 0.7;
  transform: scale(1.02);
  transition: ease all 0.4s;
  border: white 1px solid;
}

/* /BUTTONS */

/* FRONTPAGE */
.bg-section {
  position: relative;
  background: url("https://mirandacristiane.com.br/wp-content/uploads/2018/10/dotted-arrow-dark-1-4.png")
    center top no-repeat;
  background-size: auto;
  height: auto;
  /* transform: translate3d(0px, -224.35px, 0px); */
  background-color: #0a2d70;
  overflow: hidden;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
}

.bg-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(10, 46, 112, 0.938);
  z-index: 1;
}

.bg-section .container {
  position: relative;
  z-index: 2;
}

.bg-section-2 {
  position: relative;
  background: url("https://mirandacristiane.com.br/wp-content/uploads/2018/10/dotted-arrow-dark-1-4.png")
    center top no-repeat;
  background-size: auto;
  height: auto;
  /* transform: translate3d(0px, -224.35px, 0px); */
  /* background-color: #0a2d70; */
  overflow: hidden;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
}

@media screen and (max-width: 1023px) {
  .header-pc {
    display: none;
  }

  .menuCell {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .bg-section {
    height: 100vh;
  }
}

@media screen and (min-width: 1024px) {
  .menuCell {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .front-page-contact {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .front-page-contact {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    text-align: center;
  }

  .CTA-front {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 15px;
  }

  .CTA-front .col-12 {
    position: relative;
    margin-top: -90px;
    z-index: 3;
  }

  .especializacao .formacoes {
    padding-right: 130px;
  }
}

.card-custom {
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-height: 180px;
  margin: 5px;
  text-align: center;
  background-color: white;
  border-radius: 5px;
}

.especializacao h6,
.especializacao h5 {
  color: #0a2d70;
  font-weight: bold;
}

.especializacao p,
.especializacao span {
  color: #777777;
}
@media screen and (max-width: 768px) {
  .areas-atuacao {
    flex-direction: column;
  }
}

ul.custom-list {
  list-style: none;
  padding-left: 0;
}

ul.custom-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

ul.custom-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: #0a2d70;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-oque-fazemos .header,
.content-blog .header {
  background-color: #0e3d97;
}

.content-oque-fazemos .header-link p,
.content-blog .header-link p {
  color: rgb(171, 171, 171);
}

.content-oque-fazemos .header-link a,
.content-blog .header-link a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.content-blog .card {
  border: transparent !important;
  box-shadow: 0 3px 10px 0 rgb(38 59 94 / 35%);
}

.content-oque-fazemos .card:hover {
  transform: scale(1.01);
  transition: ease-in all 0.2s;
}

.content-oque-fazemos .card img {
  transition: filter 0.3s ease;
}

.content-oque-fazemos .card:hover img {
  filter: grayscale(100%);
}

.content-blog .card {
  position: relative;
  overflow: hidden;
}

.content-blog .card img {
  display: block;
  width: 100%;
  transition: filter 0.3s linear;
}

.content-blog .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
  mix-blend-mode: saturation;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.content-blog .card:hover::after {
  opacity: 1;
}

.page-numbers {
  font-size: 1.4rem;
  padding: 5px;
  color: #0a2d70;
}

.content-contact .como-chegar {
  color: white;
}

.content-contact .como-chegar:hover {
  color: #0a2d70;
}

.content-contact a {
  text-decoration: none;
  color: #2a6496;
}

.content-contact a:hover {
  text-decoration: underline;
}

.card-index {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.articles-div:hover {
  transform: scale(1.01);
  transition: ease all 0.4s;
}

.articles-div h5 {
  color: #0e3d97;
}

.articles-div p {
  color: #777777;
}

/* /FRONTPAGE */

/* FOOTER */
.footer a {
  text-decoration: none;
  color: white;
  font-size: 18px;
}

.footer .about-box {
  background-color: #0a2d70;
  padding: 60px 40px;
  margin-top: -10px;
  margin-bottom: 70px;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.footer .about-box img {
  max-width: 180px;
  margin-bottom: 20px;
}

.footer .about-box p {
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.footer .social .bi-linkedin {
  display: inline-block;
  padding: 10px;
  background: linear-gradient(to bottom, #2a6496 0%, #2a6496 100%);
  background-repeat: no-repeat;
  background-size: 100% 0%;
  background-position: top;
  transition: background-size 0.4s ease-in-out;
  background-color: #0a2d70;
  cursor: pointer;
}

.footer .social .bi-youtube {
  display: inline-block;
  padding: 10px;
  background: linear-gradient(to bottom, red 0%, red 100%);
  background-repeat: no-repeat;
  background-size: 100% 0%;
  background-position: top;
  transition: background-size 0.4s ease-in-out;
  background-color: #0a2d70;
  cursor: pointer;
}

.footer .social .bi-instagram {
  display: inline-block;
  padding: 10px;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  background-repeat: no-repeat;
  background-size: 100% 0%; /* começa sem preencher */
  background-position: top;
  transition: background-size 0.4s ease-in-out;
  background-color: #0a2d70; /* cor inicial (base) */
  cursor: pointer;
}

.footer .social:hover i {
  background-size: 100% 100%;
}

.nav-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-footer ul li {
  position: relative;
  margin: 5px 0;
}

.nav-footer ul li a {
  font-size: 16px !important;
  display: block;
  padding: 8px 0 8px 20px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: color 0.3s ease;
}

.nav-footer ul li a::before {
  content: "➔";
  position: absolute;
  left: 0;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  color: #ffffff;
}

.nav-footer ul li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.footer .contact a:hover {
  text-decoration: underline;
}

/* /FOOTER */
