/* customizacao setas carousel */
.estilo-sombra {
  /* box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2), 1px 6px 20px 1px rgba(0, 0, 0, 0.19); */
  background-color: #6DB7CC;
  opacity: 0.2;
}

.estilo-sombra:hover {
  /* box-shadow: 1px 4px 8px 1px rgba(0, 0, 0, 0.2), 1px 6px 20px 1px rgba(0, 0, 0, 0.19); */
  background-color: #6DB7CC;
  opacity: 0.75;
}

.posicao-seta-next{
  position: absolute;
  right: 50px;
}

.posicao-seta-prev{
  position: absolute;
  left: 50px;
}

/* carousel citacao */
.comportameto-imagem-citacao-mobile{
  max-width: 100%;
  max-height: 100%;
}

.dep1{
  text-align: justify;
  line-height: 1.5;
  margin: 3%;
  margin-left: 0;
  font-size: max(1vw, 16px);
}

.dep1-mobile{
  text-align: justify;
  line-height: 1.5;
  margin: 3%;
  margin-left: 0;
  font-size: 2vw;
}

  .montserrat{
	font-family: 'Montserrat', sans-serif;
  font-style: normal;
}

/* customização de textos */
.texto-servicos-index{
  font-size: calc(1.2rem + .6vw)!important;
  text-align: center;
}

@media (min-width: 1200px){
  .texto-servicos-index{
    font-size: 1.50rem!important;
    text-align: center;
  }
}

.texto-carousel-home{
  font-size: 1.46vw;
}

@media (max-width: 820px) {
  .texto-carousel-home{
    font-size: 2vw;
  }
}
/* numeros subindo */
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}


.div-numeros-subindo {
  transition: --num 5s;
  counter-set: num var(--num);
  font: 800 40px system-ui;
  margin-top: -230px;
}
.div-numeros-subindo::after {
  content: counter(num);
}
.div-numeros-subindo:read-only {
  --num: 20;
}





/* INICIO DO BANNER PRINCIPAL */
@media (min-width: 1200px) {
  .titulo3-banner{
    margin-top: 2vw;
    padding-top: 0.5vw;
  }
  /* .banners p{
    margin-top: 2vw;
  } */
  .btn-banner{
    margin-top: 2vw;
  }
 }

@media (min-width: 820px) {
  .banners {
    position: relative;
    display: flex;
    height: 35vw;
    width: 100%;
  }
  .img-banner{
    height: 100%;
    object-fit: cover;
    position: relative;

  }
  .img-banner2{
    height: 100%;
    object-fit: cover;
    position: relative;

  }

  .textos-banner{
    position: relative;
    width: 40%;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .textos-banner2{
    margin-left: 30px;
    position: relative;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  .titulo-banner{
    color: #193262;

    font-size: max(3.125vw,45px);
    font-style: normal;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .titulo2-banner{
    color: #0086B9;
    font-size: max(3.125vw,45px);
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0;
  }
  .titulo3-banner{
    color: white;
    font-size: max(2vw,31px);
    font-style: normal;
    background-color: #193262;
    margin-left: 30px;
    padding-top: 0.5vw;
  }
  .banners a{
    color: #fff;
    background-color: #193262;
    border-color: #193262;
    font-style: normal;
    font-size: max(1.5vw, 20px);
  }

  .banners a:hover{
    color: #fff;
    background-color: #6DB7CC;
    border-color: #193262;
    font-style: normal;
    font-size: max(1.5vw, 20px);
  }
}

@media (max-width: 820px) {
  .banners {
    display: flex;
    position: relative;
    height: 55vw;
    width: 100%;

  }
  .img-banner{
    height: 55vw;
    object-fit: fill;
    -webkit-transform: translate(-40%,0%);
    -ms-transform: translate(-40%,0%);
    transform: translate(-40%,0%);

  }
  .img-banner2{
    height: 55vw;
    object-fit: fill;
    -webkit-transform: translate(35%,0%);
    -ms-transform: translate(35%,0%);
    transform: translate(35%,0%);

  }
  .textos-banner2{
    height: 100%;
    width: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    margin-top: 16vw;
    margin-bottom: auto;
  }
  .textos-banner{
    height: 100%;
    width: 50%;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 120px;
  }
  .titulo-banner{
    color: #193262;
    font-style: normal;
    margin: 0;
    font-size: 2vw;
  }
  .titulo2-banner{
    color: #0086B9;
    font-style: normal;
    font-size: 2vw;

  }
  .titulo3-banner{
    background-color: #193262;
    color: white;
    font-style: normal;
    font-size: 2.16vw;
    padding-top: 0.5vw;
  }
  /* .banners p{
    color: #193262;
    font-size: 2.5vw;
    margin-bottom: 8px;
  } */
  .banners a{
    color: #fff;
    background-color: #193262;
    border-color: #193262;
    font-style: normal;
    font-size: 2.5vw;
  }
  .margem-botao{

  }
}

@media (max-width: 720px) {
  .textos-banner{
    height: 100%;
    width: 50%;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 110px;
  }
}

@media (max-width: 670px) {
  .textos-banner{
    height: 100%;
    width: 50%;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 90px;
  }
}

@media (max-width: 560px) {
  .textos-banner{
    height: 100%;
    width: 50%;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 70px;
  }
}

@media (max-width: 480px) {
  .textos-banner{
    height: 100%;
    width: 50%;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 60px;
  }
}

@media (max-width: 425px) {
  .textos-banner{
    height: 100%;
    width: 50%;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 50px;
  }
}

@media (max-width: 355px) {
  .textos-banner{
    height: 100%;
    width: 50%;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 40px;
  }
}

/* função */
.arruma{
  width: 107px;
  height: 84px;
  margin-top: 8px
}
.arruma1{
  width: 115px;
  height: 77px;
  margin-top: 16px;
}
.arruma2{
  width: 115px;
  height: 77px;
  margin-top: 16px;
}

.tituloprincipal1{
  margin-left: 3%;
  margin-top: 15px;
  font-size: 370%;
  margin-bottom: auto;
}

.titulo-secundario{
  font-size: 32px;
  color: #193262;
  margin-left: 31px;
}

.titulo-secundario-menor{
  font-size: 32px;
  color: #193262;
  margin-left: 31px;
}

@media (max-width: 576px){
  .titulo-secundario{
    margin-left: 7px;
  }

  .titulo-secundario-menor{
    font-size: 30px;
    margin-left: 7px;
  }
}

.texto-solucao{
  font-size: 20px;
  text-align: justify;
  color: #212529;
  padding-right: 3rem;
  margin-left: 31px;
}

@media (max-width: 406px){
  .texto-solucao{
    font-size: 19px;
    padding-right: 0rem;
    margin-left: 7px;
  }
}

.padding-texto-padrao{
  padding-left: 3rem!important;
  padding-right: 3rem!important;
}

@media (max-width: 364px){
  .padding-texto-padrao{
    padding-left: 0rem!important;
    padding-right: 2rem!important;
  }
}

.texto-solucao1 {
  padding-right: 2.5rem;
  /* font-weight: bold; */
}

.p-env-manag {
  font-size: 1.2rem;
  margin-top: -0.5rem
}

.p-work-manag {
  font-size: 1.2rem;
  margin-top: -0.5rem;
}

.texto-solucao2 {
  padding-right: 0.4rem;
}

.texto-solucao3 {
  padding-right: 0rem;
}

.texto-solucao4 {
  padding-right: 1.5rem;
}
.fw-light {
  font-weight: 400 !important;
}

@media (min-width: 1800px) {
.texto-solucao1 {
  padding-right: 3.1rem;
}
.texto-solucao3 {
  padding-right: 0rem;
}
.texto-solucao4 {
  padding-right: 3rem;
}
.serviço-home {
  font-size: 2rem;
}
}

/*botão saiba mais home*/
.bot-saibamais-home {
  height: 3rem;
  width: 18rem;
  background-color: #193262;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 12rem;
  box-shadow: 8px 8px 10px -9px;
}

.letra-bot-pqjrfei {
  margin-bottom: 0;
  text-align: center;
  padding-top: 0.4rem;
  font-size: 1.5rem;
  color: #FFFFFF;
}



.centralizar-d-flex {
  justify-content: center;
}
/* ajuste imagens solucoes */
.solucao-cortada{
  max-width: 33vw;
  max-height: 370px;
}

@media (min-width:1200px) {
  .ajuste-posicao{
    margin-left: -2.3vw;
  }
}

@media (max-width:1400px) {
  .ajuste-posicao{
    margin-left: -2.3vw;
  }
}

/* nicho */
a:hover{
  color: #6DB7CC;
}
.text-a-color{
  color: #67696b;
}

.imagem-nicho{
  float: left!important;
  width: 110px;
  height: 110px;
  margin-left: 2.85rem;
  margin-top: 4.5rem!important;
}

.imagem-nicho-especial{
  float: left!important;
  width: 110px;
  height: 110px;
  margin-left: 2.85rem;
  margin-top: 4.5rem!important;
}

.imagem-nicho-especial1{
  float: left!important;
  width: 90px;
  height: 90px;
  margin-left: 4.85rem;
  margin-top: 4rem;
}
.imagem-nicho-especial2{
  float: left!important;
  width: 150px;
  height:150px;
  margin-left: 4.85rem;
  margin-top: 4rem;
  margin-bottom:85px;
}
@media (max-width: 991px) {
  .imagem-nicho-especial1{
    float: left!important;
    width: 90px;
    height: 90px;
    margin-left: 4.85rem;
    margin-top: 4rem;
  }
}

.ajuste-card-especial{
  margin-top: -3rem;
  margin-bottom: 1rem;
}

.ajuste-card-especial1{
  margin-bottom: 4rem!important;
}

.margem-card-esquerda{
  margin-left: 4rem!important;
}

.margem-card-direita{
  margin-right: 4rem!important;
  margin-left: 2.5rem!important;
}

.card{
  border-width: 0;
  max-width: 700px;
}

.distancia-card-nicho{
  max-width: 436px;
  float: right;
}

.texto-nicho{
  font-size: 100%;
  text-align: justify;
  margin-left: 3rem!important;
  margin-right: 3rem!important;
}

.espacamento-titulo-nicho{
  margin-left: 3rem!important;
  margin-right: 3rem!important;
}

.margem-alinhamento{
  margin-top: 3.5rem;
}

.margem-alinhamento-especial{
  margin-top: 3.5rem!important;
}

.margem-alinhamento-analise{
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .margem-alinhamento-analise{
    margin-top: -8px;
  }
}
@media (max-width: 680px) {
  .margem-alinhamento-analise{
    margin-top: -8px;
  }
}
@media (max-width: 539px) {
  .margem-alinhamento-analise{
    margin-top: 22px;
  }
}

.sublinhado-titulo-card{
  width: 20vw;
  height: 1.4px;
  border-radius: 3px;
  background-color: #0955A1;
  margin-left: 11.5%;
}

.espaco-teceinovacao{
  margin-top: 6%;
}

.redecao-ultimo-branco{
  margin-top: -6vw;
}

@media (max-width: 1400px) {
  .distancia-card-nicho{
    max-width: 346px;
    float: right;
  }

  .ajuste-card-especial{
    margin-top: -3rem;
    margin-bottom: -4rem;
  }

  .detalhe-alinhamento{
    margin-top: -1.5rem;
 }

 .detalhe-alinhamento1{
   margin-top: -3rem;
}

.redecao-ultimo-branco{
  margin-top: -4vw;
}
}

@media (max-width: 1199px) {
  .distancia-card-nicho{
    max-width: 246px;
    float: right;
  }

  .sublinhado-titulo-card{
    width: 250px;
    height: 1.4px;
    border-radius: 3px;
    background-color: #0955A1;
    margin-left: 11.5%;
  }

  /* .sublinhado-titulo-card2{
    width: 250px;
    height: 1.2px;
    border-radius: 3px;
    background-color: #0955A1;
    margin-left: 11.5%;
  } */

  .ajuste-card-especial{
    margin-top: -3rem;
    margin-bottom: -0.5rem;
  }
  .redecao-ultimo-branco{
    margin-top: -1vw;
  }
}

@media (max-width: 992px) {
  .card{
    border-width: 0;
    max-width: 800px;
  }

  .ajuste-card-especial {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .detalhe-alinhamento{
    margin-top: 2.5rem;
 }

 .detalhe-alinhamento1{
   margin-top: 0.5rem;
}
}

@media (max-width: 991px) {
  .distancia-card-nicho{
    max-width: 342px;
    float: right;
  }

  .margem-alinhamento{
    margin-top: -5.4rem!important;
  }

  .margem-alinhamento-especial{
    margin-top: -0.6rem!important;
  }

  .reducao-espaco-branco{
    margin-top: -5rem!important;
  }
}

@media (max-width: 736px){
  .margem-alinhamento{
    margin-top: -13rem!important;
    margin-bottom: 10px;
  }

  .margem-alinhamento-especial{
    margin-top: -9rem!important;
    margin-bottom: 10px;
  }
}


@media (max-width: 667px){
  .margem-alinhamento{
    margin-top: -12rem!important;
  }

  .margem-alinhamento-especial{
    margin-top: -9rem!important;
  }
}

@media (max-width: 570px) {
  .margem-alinhamento-especial{
    margin-top: -0.6rem!important;
    margin-bottom: 4.5rem;
  }

  .margem-alinhamento{
    margin-top: -1rem!important;
  }

  .margem-alinhamento-especial2{
    margin-top: 0.3rem!important;
  }

  .ajuste-card-especial2{
    margin-top: 1.5rem;
  }
}

@media (max-width: 539px) {
  .distancia-card-nicho{
    max-width: 540px;
    float: right;
  }
}

@media (max-width:540px){
  .margem-alinhamento{
    margin-top: -13rem!important;
  }

  .margem-alinhamento-especial{
    margin-top: -8.7rem!important;
  }
}

@media (max-width:539px){
  .margem-alinhamento{
    margin-top: -5rem!important;
  }

  .margem-alinhamento-especial{
    margin-top: -1rem!important;
  }
}

@media (max-width:414px) {
  .centralizacao-mobile{
    margin-right: 3rem!important;
    margin-left: 3rem!important;
  }

  .centralizacao-mobile-texto{
    text-align: center!important;
  }

  .margem-alinhamento{
    margin-top: -5rem!important;
  }

  .espaco-teceinovacao{
    margin-top: -5rem;
  }
}

@media (max-width:400px){
  .margem-alinhamento-especial{
    margin-top: 0.3rem!important;
  }
}

@media (max-width:375px){
  .margem-alinhamento{
    margin-top: -5rem!important;
  }
}

@media (max-width:320px){
  .texto-nicho {
    font-size: 90%;
    text-align: justify;
    margin-left: 1.3rem!important;
    margin-right: 1.3rem!important;
  }
}

@media (max-width:280px){
  .margem-alinhamento-especial{
    margin-top: 3rem!important;
  }
}

/* cards */
.ajuste-card{
  border-radius: 15px;
  border-width: 0;
}

.tamanho-card-blog {
  width: 23rem;
}

@media (max-width: 356px){
  .tamanho-card-blog {
    width: 20rem;
  }
}

/* redirecionamentos */
.redirecionamento1{
  font-size: 13px;
  margin-left: 80.5vw;
  margin-top: 10px
}

@media (max-width: 610px){
  .redirecionamento1{
    margin-left: 76.5vw;
    font-size: 14px;
  }
}

@media (max-width: 576px){
  .redirecionamento1{
    margin-left: 9px;
    font-size: 14px;
  }
}

.redirecionamento-tecnologia-inovacao{
  font-size: 13px;
  margin-left: 81.7vw;
  margin-top: 10px
}

@media (max-width: 590px){
  .redirecionamento-tecnologia-inovacao{
    margin-left: 79.7vw;;
    font-size: 14px;
  }
}

@media (max-width: 576px){
  .redirecionamento-tecnologia-inovacao{
    margin-left: 9px;
    font-size: 14px;
  }
}

.redirecionamento-gestao-criaçao{
  font-size: 13px;
  margin-left: 78.3vw;
  margin-top: 10px
}

@media (max-width: 750px){
  .redirecionamento-gestao-criaçao{
    margin-left: 74.3vw;
    font-size: 14px;
  }
}

@media (max-width: 576px){
  .redirecionamento-gestao-criaçao{
    margin-left: 9px;
    font-size: 14px;
  }
}

/* call to action */
.tamanho-titulo-call1 {
  font-size: 32px;
}

/* soluções */
/* @media (max-width: 820px){
  .posicao-titulo-index{
    justify-content: center;
    margin-left: 0 !important;
  }
}

@media (min-width: 820px){
  .posicao-titulo-index{
    justify-content: center;
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px){
  .posicao-titulo-index{
    justify-content: center;
    margin-left: 0 !important;
  }
} */

.centro-linha-home {
  justify-content: center;
  margin-top: 3%;
}
.linha-serviços-home {
  width: 86px;
  border-bottom: 3px solid #4682B4;
  border-radius: 10px;
  margin-bottom: 5px;
}
/* @media (min-width: 1700px) {
  .linha-serviços-home {
    width: 6rem;
  }
} */

.ms-md-5 {
  margin-left: 0!important;
}

.titulo-serviços-home {
  justify-content: center;
  margin-left: 0!important;
  /* margin-right: 3rem; */
  margin-bottom: 0 !important;
  margin-top: 0.4rem!important;
}
.p-servicos-home {
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.titulo-pqjrfei-home {
  margin-top: 5rem;
}

.ajuste-margem-servico-home{
  margin-top: -70px;
}

@media (max-width: 767px){
  .ajuste-margem-servico-home{
    margin-top: -7px;
  }
}

.ajuste-margem-servico-texto-home{
  margin-top: -70px;
}

@media (max-width: 767px){
  .ajuste-margem-servico-texto-home{
    margin-top: -25px;
  }
}

.tamanho-icones-serviços-home {
  width: 8rem;
  margin-bottom: 5rem;
}

.row-serviços-home {
  margin-top: 9rem;
  margin-bottom: 12rem;
}


.div-clientes {
  display: inline-block;
  justify-content: center;
}

.div-clientes2 {
  margin-top: -1rem;
  margin-bottom: 9rem;
}

.div-img-clientes {
  display: inline-block;
}

.img-clientes {
  width: 220px;
}

.img-clientes:hover {
  transform: scale(1.1);
  transition-duration: .7s;
  /* border: 0.5px solid rgba(0, 0, 0, .3); */
}

@media (min-width: 1700px) {
  .img-clientes {
    width: 250px;
  }
}
@media (max-width:1100px) {
  .img-clientes {
    width: 200px;
  }
}
/*DEPOIMENTOS HOME*/
.fundo-depoimentos {
  background-image: url("https://lh3.googleusercontent.com/pw/AL9nZEWPFNb3DwtRFc42xB8HDNGuQuFw7BdEHBjJMgNZUuekFxzyUSQKMnTKjypZkj4zZ_k_a7dA7d3NIqnCNt822vPpibms6iEv23oj4hc8FRkaNka6ZBf9VK_SKI15Ur9gCCFoQkKWnLo3fKeeZHcWm7dakg=w1400-h662-no?authuser=0");
  background-size: cover;
  background-repeat: no-repeat;
}

.linha-depoimentos {
  padding-top: 4rem;
}

.titulo-depoimentos-home {
  margin-top: 0.4rem;
  margin-bottom: 3rem !important;
}

.cards-carousel-depoimentos {
  display: flex;
}

.card {
  margin: 0.5rem;
  box-shadow: 10px 10px 12px -9px;
}




  .carousel-inner-depoimentos {
    padding: 0 12rem 4rem 12em;
  }

  @media (max-width: 1300px ) {
    .carousel-inner-depoimentos {
      padding: 0 9rem 4rem 9rem;
    }
  }

  @media (min-width: 1700px ) {
    .carousel-inner-depoimentos {
      padding: 0 16rem 4rem 16rem;
    }
  }


.botao-prev-depoimentos, .botao-next-depoimentos {
  width: 7%;
  border: none;
  background-color: transparent;
}

/* parcerias */
.comportamento-ampliar-index{
  overflow: hidden;
}

.largura-parceria-home{
  width: 79%;
}

.alinhamento-parceria-carousel{
  margin-top: 12px;
}

.limite{
  width: 350px;
}

.tuta{
  background-size: contain;
}

.tamanho-carrosel{
  height: 164px;
}

@media (max-width:540px) {
  .tamanho-carrosel{
    height: 130px;
  }
}

/* customização de botão */
.border-call-to-action{
  border-radius: .25rem;
}

/* carousel citação */
@media (min-width: 992px) {
  .posicao-tela-grande{
    vertical-align: top!important;
    margin-bottom: 1.5rem!important;
  }
}


.tamanho-carousel-citacao{
  height: 419px
}

@media (max-width: 992px) {
  .tamanho-carousel-citacao{
    height: 570px
  }
}

@media (max-width: 576px) {
  .tamanho-carousel-citacao{
    height: 670px
  }
}

@media (max-width: 360px) {
  .tamanho-carousel-citacao{
    height: 700px
  }
}

/* agradecimento */
.fundo-agradecimento{
  background-image: url("imagens/fundos/capa_agradecimento2.jpeg");
  /* background-repeat: repeat-x; */
  background-position: bottom;
  background-size: cover;
  height: 80%;
}

.fundo-redes-sociais-agradecimento{
  background-image: url("imagens/fundos/granulado.png");
  /* background-size: contain; */
  height: 60%;
  /* background-attachment: fixed; */
}

.titulo-secundario2{
  font-size: 280%;
  color: #193262;
}

.titulo-agradecimento{
  color: white;
  font-size: 430%;
}

.texto-agradecimento{
  color: white;
  font-size: 130%;
}

.img-agradecimento{
  height: 90px;
  /* width: 70px; */
}

.tamanho-redessociais-agradecimento{
  height: 60%;
  width: 65%;
  text-shadow: 10px 10px 10px 10px;
}

.tamanho-redessociais-agradecimento1{
  height: 60%;
  width: 65%;
}

@media (max-width: 992px) {
  .fundo-redes-sociais-agradecimento{
    background-image: url("imagens/fundos/granulado.png");
    height: 70%;
  }

  .tamanho-redessociais-agradecimento1{
    height: 60%;
    width: 35%;
  }
}

@media (max-width: 760px) {
  .fundo-agradecimento{
    background-image: url("imagens/fundos/capa_agradecimento2.jpeg");
    background-repeat: no-repeat;
    /* background-position: bottom; */
    background-size: contain;
    background-position: top;
    /* width: 100%; */
    height: 365px;
  }

  .fundo-redes-sociais-agradecimento{
    background-image: url("imagens/fundos/granulado.png");
    height: 108%;
  }

  .titulo-agradecimento{
    color: white;
    font-size: 330%;
  }

  .texto-agradecimento{
    color: white;
    font-size: 80%;
  }

  .tamanho-redessociais-agradecimento{
    height: 70%;
    width: 45%;
  }

  .tamanho-redessociais-agradecimento1{
    height: 70%;
    width: 45%;
  }
}

@media (max-width: 662px) {
  .fundo-agradecimento{
    background-image: url("imagens/fundos/capa_agradecimento2.jpeg");
    background-repeat: no-repeat;
    /* background-position: bottom; */
    background-size: contain;
    background-position: top;
    /* width: 100%; */
    height: 321px;
  }
}

@media (max-width: 653px) {
  .fundo-agradecimento{
    background-image: url("imagens/fundos/capa_agradecimento2.jpeg");
    background-repeat: no-repeat;
    /* background-position: bottom; */
    background-size: contain;
    background-position: top;
    /* width: 100%; */
    height: 320px;
  }
}

@media (max-width: 576px){
  .titulo-secundario2{
    font-size: 187%;
  }

  .titulo-agradecimento{
    color: white;
    font-size: 230%;
  }

  .texto-agradecimento{
    color: white;
    font-size: 70%;
  }

  .fundo-agradecimento{
    background-image: url("imagens/fundos/capa_agradecimento2.jpeg");
    background-repeat: no-repeat;
    /* background-position: bottom; */
    background-size: contain;
    background-position: top;
    /* width: 100%; */
    height: 277px;
  }
}

/* Inicio do css da pagina de redirecionamento */
.titulo-redirecionamento{
  color: white;
  font-family: 'Bebas Neue', cursive;
  font-size:400%;
  text-align: center;
}
.texto-redirecionamento{
  font-family:helvetica, arial;
  font-size:220%;
  color: white;
  opacity: 0.85;
  margin-left: 60px;
  margin-right: 60px;
  text-align: center;
}
.texto-redirec2-site{
  font-family:helvetica, arial;
  font-size:180%;
}
.lista-redirecionamento {
  list-style: none;
}
.botao-redirec-site{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  margin: 1rem;
  border: 2px solid transparent;
  border-radius: 3rem;
  padding: 1.5rem 2rem;
  color: black;
  background-color: white;
  border-color: white;
  min-width: 40rem;
}
.foto-fundo-redirecionamento{
  background-image:url('imagens/fundos/redirecionamento.jpeg');
  background-size: cover;
  background-position: top;
  object-fit: cover;
}
.imagem-redirecionamento{
  height: 250px;
  margin: 0 auto;
}
/* fim do css da página de redirecionamento */
