* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100vw;
}

body {
  background: #29456e;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

/* Cabeçalho */
.conteiner-cabecalho {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cabecalho-header {
  display: flex;
  height: 10rem;
  justify-content: baseline;
  margin: 2rem 2rem;
  gap: 70rem;

  & .logo img {
    display: flex;
    padding: 0;
    margin-top: 2rem;
    width: 20rem;
    height: 20rem;
  }
}

& ul {
  position: relative;
  padding-right: 2rem;
  margin: 3rem;
  font-weight: 400;
  font-size: 1.6rem;
  list-style-type: none;
  display: flex;
  gap: 3rem;
}

#navCabecalho {
  color: white;
  cursor: pointer;
}

#navCabecalho:hover {
  color: burlywood;
  text-decoration: none;
}

/* SESSÂO APRESENTAÇÃO */

.quadrado-foto {
  margin-left: 1rem;
  display: flex;
}

.quadrados {
  display: flex;
}

.quadriculado {
  justify-content: space-around;
  margin: 0;
  padding: 0;
  width: 8rem;
  height: 8rem;
  border: 1px solid white;
}

section figure img {
  position: absolute;
  align-items: end;
  display: flex;
  height: 39rem;
  width: 32rem;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  transform: translatey(1rem);
  transform: translatex(-8rem);
  justify-content: stretch;
}

h1 {
  padding-left: 10rem;
  justify-content: center;
  align-self: center;
  font-size: 7.993rem;
  font-weight: 700;
  font-style: italic;
}

.home-apresentacao {
  width: 100%;
  margin: 0;
  display: flex;
  flex-flow: column;
  background-color: white;
  color: #3a5e87;

  align-items: center;
  justify-content: center;

  & h2 {
    font-size: 3.998rem;
    font-weight: 800;
    margin: 2rem;
  }

  & .home-texto {
    margin-top: 3rem;
    align-self: center;
    justify-items: center;
    padding: 4rem;
    font-style: italic;

    & p {
      font-size: 2.3rem;
      font-weight: 500;
      padding: 1.5rem;
    }

    & span {
      color: rgb(247, 215, 42);
    }
  }

  & a:link,
  & a:visited {
    border: none;
    padding: 1rem 5rem;
    color: #3a5e87;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 3rem;
    background-color: rgb(247, 215, 42);
    border-radius: 2rem;
    box-shadow: 0rem 0rem 1rem #006494;
    cursor: pointer;
    text-decoration: none;
  }

  & a:hover,
  a:visited {
    box-shadow: none;
  }
}

.botao-contato {
  display: flex;

  & p {
    margin: 0;
    padding: 1.5rem;
  }
}

/* Sessão IDENTIDADE */

.conteiner-identidade {
  & h2,
  & h3 {
    display: flex;
    background-color: white;
    color: #3a5e87;
    font-size: 5.653rem;
    font-weight: 600;
    padding: 2.5rem;
    justify-content: center;
    align-items: center;
  }

  & .fa-solid {
    width: 15rem;
    margin-inline: 0.5rem;
    color: rgb(247, 215, 42);
  }

  & .titulo-dirEstrategico {
    font-size: 8rem;
    color: rgb(247, 215, 42);
    margin: 2rem 0 5rem 0;
    font-style: italic;
    text-decoration: underline;
  }

  & #paragrafo-missao-visao {
    margin-top: 7rem;
    line-height: 7rem;
    font-style: italic;
    font-weight: 549;
  }

  & p {
    width: 80%;
    font-size: 3.998rem;
    justify-self: center;
    align-self: center;
    line-height: 5rem;
  }

  & #paragrafo-valores {
    width: 90%;
    font-size: 3.1rem;
    justify-self: center;
    align-self: center;
    line-height: 3rem;
    font-weight: 550;
    display: flex;
    flex-flow: row;

    & strong {
      font-weight: 550;
    }
  }

  & #paragrafo-valores-menor {
    width: 90%;
    font-weight: 300;
    font-size: 2.4rem;
    font-style: italic;
  }

  & .lista-valores {
    display: inline-flex;
  }
}

.carousel-inner {
  color: #006494;
  background-color: white;
  margin: 10rem;
  align-self: center;
  justify-self: center;
  width: 100rem;
  height: 70rem;
  border-radius: 0px 50px 0px 50px;

  & img {
    transform: translateY(-1rem);
    align-self: center;
    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    opacity: 0.7;
  }
}

.img-titulo {
  gap: 5rem;
  align-self: center;
  justify-self: center;
  display: flex;
}

/* SESSÃO FIQUE POR DENTRO */

.conteiner-fique-por-dentro {
  margin-top: 3rem;
  padding-top: 3rem;
}

.fique-por-dentro-h2 {
  justify-self: center;
  height: 7rem;
  font-size: 5.653rem;
  font-weight: 900;

  & span {
    color: rgb(247, 215, 42);
  }
}

#traco-paragrafo {
  align-self: center;
  justify-self: center;
  font-size: 3.998rem;
  font-style: italic;
  line-height: 2rem;
}

.carousel-inner-identidade {
  display: flex;
  align-self: center;
  justify-self: center;
  height: 70rem;
  gap: 5rem;

  & iframe {
    width: 70rem;
    height: 60rem;
  }
}

.carousel-paused .carousel-inner > .carousel-item {
  transition: none !important;
  animation: none !important;
}

.traco {
  margin: 3rem 0rem 3rem 4rem;
  border: solid 0.3rem;
  border-radius: 5rem 0em 5rem 0rem;
  justify-self: center;
  border-color: rgb(247, 215, 42);
  width: 120rem;
}

/* Sessão CONSULTORIA */

.sessao-consultoria {
  display: flex;

  & h3 {
    margin: 7rem;
    font-size: 5.653rem;
    font-weight: 900;
    justify-content: space-around;
  }

  & p {
    font-style: italic;
    margin: 2rem 5rem;
    line-height: 4.3rem;
    font-size: 2.797rem;
  }

  & img {
    margin-top: 8rem;
    width: 40%;
    border-radius: 0.5rem;
  }
}

/* Sessão DEPOIMENTOS */

.depoimento-titulo {
  & h2 {
    color: rgb(247, 215, 42);
    margin: 3rem;
    font-size: 5.653rem;
    font-weight: 900;
    justify-self: center;
    align-items: center;
  }

  & img {
    border-radius: 1rem;
    width: 10rem;
  }
}

.depoimento-titulo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.conteiner-cards {
  display: flex;
  gap: 2.1rem;
  margin: 2rem;
  justify-content: center;
}

/* From Uiverse.io by joe-watson-sbf */
.flip-card {
  background-color: transparent;
  width: 45rem;
  height: 50rem;
  perspective: 100rem;
  font-family: sans-serif;
}

.title {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 0;

  & img {
    width: 25rem;
    border-radius: 100rem;
    border: 0.5rem solid rgb(247, 215, 42);
  }
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(247, 215, 42);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgb(247, 215, 42);
  border-radius: 1rem;
  font-weight: 900;
}

.flip-card-front {
  background: linear-gradient(
    120deg,
    #006494 60%,
    #227398 88%,
    #2fa1d6 40%,
    rgb(247, 215, 42) 48%
  );
  color: rgb(247, 215, 42);
}

.flip-card-back {
  background: linear-gradient(
    120deg,
    #fff 30%,
    #fff 88%,
    #fff 40%,
    RGB(247, 215, 42) 78%
  );
  color: #006494;
  transform: rotateY(180deg);
}

.traco-depoimentos {
  margin: 5rem;

  & p {
    color: #fff;
    font-size: 3.998rem;
    font-weight: 600;
    font-style: italic;
    justify-self: center;
    line-height: 5rem;
  }
}

/*Sessâo CONTATOS */

.conteiner-contato {
  justify-self: center;
  border: solid 1rem white;
  border-radius: 0.5rem;
  position: relative;
  width: 150rem;
  height: 80rem;
  margin: 10rem 3rem;

  & .fale {
    margin-left: 5rem;
    line-height: 2.8rem;
    font-size: 1.999rem;

    & h2 {
      font-size: 5.5653rem;
      margin-top: 10rem;
      margin-bottom: 2.3rem;
      color: rgb(247, 215, 42);
    }
  }
}

.conteiner-redes {
  margin-top: 5.3rem;
  margin-left: 5rem;
  display: flex;
  flex-flow: column;
  gap: 5.5rem;

  & h2 {
    font-size: 5.5653rem;
    color: rgb(247, 215, 42);
  }

  & .redes {
    display: flex;
    gap: 3rem;
    align-items: center;

    & svg {
      width: 3rem;
      fill: aliceblue;
    }

    & a:link,
    a:visited {
      fill: rgb(247, 215, 42);
    }
  }
}

.formulario {
  position: absolute;
  right: 12rem;
  transform: translateY(-60rem);
  border: solid 0.5rem white;
  border-radius: 1rem;
  width: 60rem;
  height: 60rem;
  padding: 3rem;
  font-size: 2.1rem;

  & h2 {
    justify-self: center;
    font-size: 5.5653rem;
    margin: 1.3rem;
    color: rgb(247, 215, 42);
  }

  & .formulario_conteudo {
    line-height: 4rem;
  }

  & label {
    font-size: 2.3rem;
  }

  & .input {
    display: flex;
    color: white;
    border: 0.2rem solid rgb(247, 215, 42);
    border-radius: 1rem;
    padding: 1rem 2.5rem;
    background: transparent;
    max-width: 100rem;
    justify-self: stretch;
  }

  & .input:active,
  .input:hover {
    cursor: pointer;
    box-shadow: 0.2rem 0.2rem 1.5rem #8707ff inset;
  }

  /* From Uiverse.io by felipesntr */
  & button {
    display: flex;
    justify-self: center;
    align-self: center;
    font-size: 1.5rem;
    margin: 5rem;
    padding: 1rem 5rem;
    background-color: transparent;
    border: 3px solid rgb(247, 215, 42);
    border-radius: 1rem;
    color: #fff;
    font-weight: bolder;
    transition: cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
    box-shadow: 0.2rem 0.1rem 0.5rem yellow;
    font-size: 2rem;
    cursor: pointer;
  }

  & button:hover {
    transform: translate(-0.2rem, 0.2rem);
    color: rgb(247, 215, 42);
  }

  & .paragrafo-botao {
    margin: 0;
  }
}

.logo-wpp {
  position: fixed;
  bottom: 1rem;
  right: 4rem;
  width: 8.5rem;
  border-radius: 50%;
}

/* RESPONSIVIDADE */

@media screen and (width <= 1810px) {
  .cabecalho-header {
    gap: 50rem;
  }

  section figure img {
    height: 35rem;
    width: 30rem;
  }

  h1 {
    font-size: 5.653rem;
  }
}

.flip-card {
  width: 40rem;
}

@media screen and (width <= 1496px) {
  .conteiner-contato {
    width: 90%;
  }

  .cabecalho-header {
    gap: 40rem;
  }

  & section figure img {
    height: 26rem;
    width: 25rem;
  }

  h1 {
    font-size: 4.998rem;
  }

  .quadriculado {
    width: 6rem;
    height: 5.5rem;
  }

  #traco-paragrafo {
    font-size: 3.4rem;
  }
}

@media screen and (width <= 1460px) {
  .cabecalho-header {
    gap: 40rem;
  }

  & section figure img {
    height: 26rem;
    width: 25rem;
  }

  h1 {
    font-size: 4.998rem;
  }

  .quadriculado {
    width: 6rem;
    height: 5.5rem;
  }
}

@media screen and (width <= 1410px) {
  .logo img {
    max-width: 15rem;
    max-height: 15rem;
  }

  section figure img {
    height: 24rem;
    width: 20rem;
  }

  .quadriculado {
    width: 4rem;
    height: 3.5rem;
  }

  .home-texto {
    & h2 {
      margin-top: 3.5rem;
    }
  }

  .carousel-inner {
    width: 80rem;
    height: 50rem;

    & img {
      width: 8rem;
      height: 8rem;
    }

    .titulo-dirEstrategico {
      font-size: 5.3rem;
      margin-bottom: 1rem;
    }

    #paragrafo-missao-visao {
      margin: 0;
      font-size: 3rem;
    }

    & strong {
      font-size: 2.5rem;
    }

    #paragrafo-valores-menor {
      line-height: 2.3rem;
      font-size: 2rem;
    }
  }

  .conteiner-redes {
    margin-left: 4rem;
  }

  .formulario {
    right: 8rem;
    transform: translateY(-60rem);
  }
}

@media screen and (width <= 1280px) {
  .cabecalho-header {
    gap: 30rem;
  }

  .conteiner-identidade {
    & h2 {
      font-size: 4.3rem;
    }
  }

  .fique-por-dentro-h2 {
    font-size: 4.3rem;
  }

  #traco-paragrafo {
    font-size: 2.827rem;
  }

  .formulario {
    right: 10rem;
    width: 50rem;
  }

  .flip-card {
    width: 25rem;
    height: 40rem;

    & img {
      width: 15rem;
    }
  }
}

@media screen and (width <= 1200px) {
  .cabecalho-header {
    gap: 15rem;
  }

  section figure img {
    margin-left: 4rem;
    height: 20rem;
    width: 15rem;
  }

  .quadrado-foto {
    margin-left: 16rem;
  }

  .quadriculado {
    width: 4rem;
    height: 3.5rem;
  }

  .home-apresentacao {
    width: 105vw;
  }

  .home-texto {
    & h2 {
      font-size: 2.827rem;
    }
    & p {
      font-size: 1.4rem;
    }
  }

  .conteiner-identidade {
    & h2 {
      font-size: 3.398rem;
    }
  }

  .texto-consultoria {
    & h3 {
      font-size: 3.998rem;
    }
    & p {
      font-size: 2.327rem;
    }
  }
  .depoimento-titulo {
    & h2 {
      font-size: 3.998rem;
    }
  }

  .traco-depoimentos {
    & p {
      font-size: 2.827rem;
    }
  }

  .conteiner-contato {
    & .fale h2 {
      font-size: 3.998rem;
    }
    & h2 {
      font-size: 3.998rem;
    }

    & .dados p {
      font-size: 1.514rem;
    }

    & .formulario_conteudo {
      & p {
        font-size: 1.514rem;
      }

      & label {
        font-size: 1.514rem;
      }

      & input {
        padding: 5px 15px;
      }

      & button {
        padding: 8px 35px;
      }
    }
  }

  .formulario {
    right: 8rem;
    transform: translateY(-55rem);

    .conteiner-redes {
      & h2 {
        font-size: 3.998rem;
      }
    }
  }

  .logo-wpp {
    transform: translateY(-3.5rem);
    right: 8.5rem;
  }
}

@media screen and (width <= 1052px) {
  .cabecalho-header {
    gap: 1.5rem;

    & #navCabecalho {
      font-size: 1.4rem;
    }
  }

  .quadrado-foto {
    margin-left: 18rem;
  }

  .texto-titulo h1 {
    font-size: 3.598rem;
    padding: 5rem;
  }

  .home-texto {
    padding: 0.5rem;
    & h2 {
      font-size: 2.827rem;
    }
    & p {
      font-size: 1.999rem !important;
    }
  }

  .botao-contato {
    & a {
      padding: 1rem 2rem;
    }
  }

  .conteiner-identidade {
    & h2 {
      font-size: 2.827rem;
    }
  }

  .carousel-inner {
    width: 70rem;
    height: 40rem;

    & img {
      margin-top: 3rem;
      width: 6rem;
      height: 6rem;
    }

    .titulo-dirEstrategico {
      font-size: 3.598rem;
      margin-bottom: 0.3rem;
    }

    #paragrafo-missao-visao {
      margin: 0;
      font-size: 2.327rem;
    }

    & strong {
      font-size: 2.1rem;
    }

    #paragrafo-valores-menor {
      line-height: 2.3rem;
      font-size: 1.814rem;
    }
  }

  .fique-por-dentro-h2 {
    font-size: 2.827rem;
  }

  #traco-paragrafo {
    font-size: 2.1rem;
  }

  .carousel-inner-identidade {
    height: 60rem;
    & iframe {
      width: 50rem;
      height: 40rem;
    }
  }

  .texto-consultoria {
    & h3 {
      font-size: 2.827rem;
    }
    & p {
      font-size: 1.814rem;
    }
  }
  .depoimento-titulo {
    & h2 {
      font-size: 2.827rem;
    }
  }

  .traco-depoimentos {
    & p {
      font-size: 1.814rem;
    }
  }

  .flip-card {
    width: 17rem;
    height: 25rem;
  }

  .title {
    & img {
      width: 10rem;
    }
  }

  .flip-card-back {
    & p {
      font-size: 1.2rem;
      font-weight: 900;
    }
  }

  .conteiner-contato {
    & .fale h2 {
      font-size: 2.827rem;
    }
    & h2 {
      font-size: 2.827rem;
    }

    & .dados p {
      font-size: 1.514rem;
    }

    & .formulario_conteudo {
      & p {
        font-size: 1.514rem;
      }

      & label {
        font-size: 1.514rem;
      }

      & input {
        padding: 2px 8px;
      }

      & button {
        padding: 5px 35px;
      }
    }
  }

  .formulario {
    right: 3rem;
    width: 40rem;
  }

  .logo-wpp {
    transform: translateY(-9.5rem);
    right: 16.5rem;
  }
}

@media screen and (width <= 838px) {
  .logo img {
    max-width: 8rem;
    max-height: 8rem;
  }
  section figure img {
    margin-left: 6rem;
    height: 14rem;
    width: 12rem;
  }
  .cabecalho-header {
    gap: 2rem;

    & #navCabecalho {
      font-size: 0.833rem;
    }
  }

  .quadrado-foto {
    margin-left: 5rem;
  }

  .texto-titulo h1 {
    font-size: 2.827rem;
  }

  .home-texto {
    padding: 0.5rem;
    & h2 {
      font-size: 1.999rem;
    }
    & p {
      font-size: 1.414rem !important;
    }
  }

  .botao-contato {
    & p {
      font-size: 1.599rem;
      padding: 0.5rem;
    }

    & a {
      padding: 0.7rem 1.5rem;
    }
  }

  .conteiner-identidade {
    & h2 {
      font-size: 1.999rem;
    }
  }

  .carousel-inner {
    width: 40rem;
    height: 40rem;

    & img {
      margin-top: 3rem;
      width: 3rem;
      height: 3rem;
    }

    .titulo-dirEstrategico {
      font-size: 2.827rem;
      margin-bottom: 2rem;
    }

    #paragrafo-missao-visao {
      margin: 0;
      font-size: 1.999rem;
      line-height: 3.5rem;
    }

    & strong {
      font-size: 1.414rem;
    }

    #paragrafo-valores-menor {
      line-height: 1.3rem;
      font-size: 1.414rem;
    }
  }

  .fique-por-dentro-h2 {
    font-size: 1.999rem;
  }

  #traco-paragrafo {
    font-size: 1.514rem;
  }

  .carousel-inner-identidade {
    height: 40rem;

    & iframe {
      width: 25rem;
      height: 30rem;
    }
  }

  .texto-consultoria {
    & h3 {
      font-size: 1.999rem;
    }
    & p {
      margin: 2rem 2rem;
      font-size: 1.314rem;
    }
  }
  .depoimento-titulo {
    & img {
      width: 5rem;
    }

    & h2 {
      font-size: 1.999rem;
    }
  }

  .traco-depoimentos {
    & p {
      font-size: 1.814rem;
    }
  }

  .flip-card {
    width: 12rem;
    height: 20rem;
  }

  .title {
    & img {
      width: 7rem;
    }
  }

  .flip-card-back {
    & p {
      font-size: 0.833rem;
      font-weight: 900;
    }
  }

  .conteiner-contato {
    width: 50rem;
    height: 60rem;

    & .fale {
      margin: 0.7rem;

      & h2 {
        margin: 5rem;
        font-size: 1.414rem;
      }
    }

    & h2 {
      font-size: 1.414rem;
    }

    & .dados p {
      font-size: 1rem;
    }

    & .formulario_conteudo {
      & p {
        font-size: 1rem;
      }

      & label {
        font-size: 1rem;
      }

      & input {
        width: 22rem;
        height: 3rem;
        padding: 0.5rem 2rem;
      }

      & input::placeholder {
        font-size: 1rem;
      }

      & button {
        padding: 2px 15px;
      }
    }

    & .conteiner-redes {
      margin: 0.7rem;
      gap: 3rem;

      & svg {
        width: 1.5rem;
        gap: 0.5rem;
      }
    }
  }

  .formulario {
    transform: translateY(-45rem);
    right: 1rem;
    width: 25rem;
    height: 45rem;
    padding: 0.7rem 1rem;
  }

  .logo-wpp {
    width: 5.5rem;
    transform: translateY(-18.5rem);
    right: 23.5rem;
  }
}

@media screen and (width <= 712px) {
  .logo-wpp {
    transform: translateY(-22.5rem);
    right: 28.5rem;
  }
}

@media screen and (width <= 632px) {
  section figure img {
    margin-left: 7rem;
    height: 16rem;
  }
  .cabecalho-header {
    gap: 1rem;

    & #navCabecalho {
      font-size: 0.833rem;
    }
  }
  .texto-titulo h1 {
    font-size: 2.327rem;
  }

  .home-texto {
    padding: 0.5rem;
    & h2 {
      font-size: 1.499rem;
    }
    & p {
      font-size: 1rem !important;
    }
  }

  .botao-contato {
    & p {
      font-size: 1.499rem;
      padding: 0.5rem;
    }
    & a {
      padding: 0.7rem 1.5rem;
      font-size: 1.4rem;
    }

    .conteiner-identidade {
      & h2 {
        font-size: 1.499rem;
      }
    }

    .carousel-inner {
      width: 20rem;
      height: 30rem;

      & img {
        margin-top: 3rem;
        width: 3rem;
        height: 3rem;
      }

      .titulo-dirEstrategico {
        font-size: 2.327rem;
        margin-bottom: 2rem;
      }

      #paragrafo-missao-visao {
        margin: 0;
        font-size: 1.499rem;
        line-height: 3.5rem;
      }

      & strong {
        font-size: 1.14rem;
      }
    }

    #traco-paragrafo {
      font-size: 1.14rem;
    }

    .carousel-inner-identidade {
      height: 30rem;

      & iframe {
        width: 20rem;
        height: 30rem;
      }
    }

    .texto-consultoria {
      & h3 {
        font-size: 1.499rem;
      }
    }

    .depoimento-titulo {
      & h2 {
        font-size: 1.499rem;
      }
    }

    .traco-depoimentos {
      & p {
        font-size: 1.314rem;
      }
    }

    .flip-card {
      width: 10rem;
    }
  }

  .logo-wpp {
    transform: translateY(-40.5rem);
    right: 34.5rem;
  }
}
