@charset "UTF-8";
/* Tema do cliente */

/**  cor: #8D00D4;  **/
/**  cor-hover: #FF5555;  **/

/* Fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/open-sans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media(min-width: 1400px){
  .container{
    max-width: 1200px!important;
    padding: 0 15px 0 15px!important;
  }
}

h2{
  font-family: 'Poppins';

}





.mb-50{
  margin-bottom: 50px;
}



.modal-open {
    overflow: auto!important;
    padding-right: 0!important;
}

.aceitar_termos{
    position: fixed;
    bottom: 0;
    padding: 20px 20px;
    text-align: center;
    color: #FFF;
    background-color: rgba(33,33,33, 0.9);
    width: 100%;
    z-index: 999999;
}
.aceitar_termos a{
    color: #FFFC9E!important;
}
.aceitar_termos a:hover{
    color: #38A7EB!important;
}
a.ctacookies{
    display: inline-block;
    padding: 3px 15px 3px 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #8D00D4;
    color: #FFF;
    transition: all .2s linear;
    margin-left: 10px;
    cursor: pointer;
}
a.ctacookies:hover{
    filter: brightness(1.2);
}

.btnwhats{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}.btnwhats img{
  transition: all .2s linear;
}.btnwhats:hover img{
  filter: brightness(1.2);
}
@media (max-width: 900px) {
  .btnwhats{
    right: auto;
    left: 50%;      
    transform: translate(-50%,0);
  }
}
@media (max-width: 1555px) {
  .footer2{
    padding-bottom: 120px!important;
  }
}

.website{
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.postagemcompleta a{
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    position: relative;
    top: 7px;
}

/* novo css form */
  .wpcf7-not-valid{
    background-color: #FFD2D2!important;
  }

  .wpcf7-form-control-wrap{
    display: block;
  }

  .wpcf7-response-output{
    color: #FFF!important;
    border: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    text-align: center!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
  }
  .wpcf7 form.failed .wpcf7-response-output,
  .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #dc3232;
  } 
  .wpcf7 form.spam .wpcf7-response-output {
    background-color: #f56e28;
  }
  .wpcf7 form.invalid .wpcf7-response-output, 
  .wpcf7 form.unaccepted .wpcf7-response-output{
    background-color: #ffb900;
  }

  span.wpcf7-not-valid-tip{
    position: absolute;
    z-index: 1;
    right: 3px;
    font-size: 9px;
    top: 1px;
  }

/* noovo css form */

form iframe{
  width: 304px!important;
  height: 78px!important;
}
.g-recaptcha{
    margin-bottom: 20px;    
    display: block;
}

@media (max-width: 400px) {
  .g-recaptcha{
      transform: scale(0.7);
      transform-origin: 0 0;
  }
}

@media (max-width: 991px) {
  form .row>div{
    width: 100%;
  }
  form{
    border: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {.container{padding: 0px; } }


@media (max-width: 991px) {
  .fxsm{
    height: auto;
    min-height: 0;
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .fxsm{
    padding: 30px 0;
  }
}

a{
  transition: all .2s linear;
}
.editor a{
  color: #8D00D4!important;
}
.editor a:hover{
  text-decoration: underline!important;
}
a:link, a:visited{
  color: inherit;
}
a:hover, a:active{
  color: #8D00D4;
}
::-moz-selection{
  background: #8D00D4;
}
::selection{
  background: #8D00D4;
}
.pagination .active a,
.pagination .active a:hover{
  background-color: #8D00D4;
  border-color: #8D00D4;
}
.lds-ellipsis div{  
  background-color: #8D00D4;
}

.editor, .editor p, .editor li{
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.editor p{
  margin-bottom: 20px;
}



.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #DDD;
  margin:  0 5px;
}

.wp-pagenavi span.current{
  background-color: #8D00D4;
  color: #FFF;
}


/* start */



body{
  background-color: black!important;  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
}

header{
  position: absolute;
  display: flex;
  width: 100%;
  height: 90px;
  margin-bottom: 15px;
  align-items: center;
  background-image: url(../imagens/bg-header.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 100;
}

header .container{
}

header .segura-topo{
  display: flex;
  justify-content: space-between;
}

header .segura-logo{
  display: flex;
  align-items: flex-end;
}

header .segura-menu{
  margin-top: 25px;
}
header .menu{
  width: 572px;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
}

.hover-off{
  opacity: 0;
}

.hover-on{
  opacity: 1;
}

header .menu .menu-link{
  color: white;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  transition: 0.4s linear all;
  display: inline-block;

  &:hover{
    opacity: 0.5;
    animation: headShake;
    animation-duration: 1s;
  }
}

.card-servico .filtro .botao-servico:hover {
  filter: brightness(1.3);
}

.pg-home .faixa-topo{
  background-image: url('../imagens/bg-home-faixa-1.png');
  background-position: center bottom;
  max-height: 1589px;
}

.pg-home .faixa-1{
  
  background-position: center bottom;
  background-color: black;
  height: 650px;
  position: relative;
}

.pg-home .faixa-1 .container{
  height: 100%;
  position: relative;
}

.pg-home .faixa-1 .container .row{
  padding-top: 100px;
  height: 100%;
}
.pg-home .faixa-1 .banner-imagem{
  position: absolute;
  bottom: 0;
  width: 696px;
  right: 0;
}



.pg-home .faixa-1 h2{
  font-family: 'Poppins';
  font-weight: 100;
  font-size: 71px;
  color: white;
  margin-bottom: 0;
  letter-spacing: -2px;
  line-height: 1;
}
.pg-home .faixa-1 h3{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 71px;
  color: white;
  letter-spacing: -2px;
  line-height: 1;
  margin-bottom: 42px;
}

.pg-home .faixa-1 h4{
  position: absolute;
  bottom: 40px;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  color: white;
  font-size: 29px;
  width: 100%;
  text-align: center;
  letter-spacing: -2px;
  z-index: 70;
}

.pg-home .faixa-1 .filtro{
  background-image: url('../imagens/filtro-banner.png');
  background-repeat: no-repeat;
  position: absolute;
  height: 409px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-position: center bottom;
}

.pg-home .faixa-1 .botao-efeito{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  /*background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(141, 0, 212, 1) 100%);*/
  position: relative;
  color: white;
  margin-bottom: 190px;
  &:hover{
    color: white;
    background-color: #8D00D4;
    /*background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(28, 28, 86, 1) 100%);*/
  }

  &:hover::after{
    left: 0;
    right: inherit;
    /*background: #8D00D4;
    background: linear-gradient(90deg,rgba(141, 0, 212, 1) 0%, rgba(28, 28, 86, 1) 78%);*/
  }
  &::after{
    content: '';
    display: block;
    width: 94px;
    height: 45px;
    border-radius: 23px;
    background: #1C1C56;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
    position: absolute;
    right: 0;
    left: calc(100% - 94px);
    top: 0;
    transition: 0.3s;
  }
  &:hover span {
    transform: translateX(10px);
  }
}

.pg-home .faixa-1 .botao-efeito span{
  position: relative;
  z-index: 10;
  transition: 0.3s;
} 

.pg-home .faixa-2{
  background-image: url('../imagens/bg-faixa-2.png');
  height: 875px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.card-case .filtro{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../imagens/cases-filtro.png');
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.card-case{
  overflow: hidden;
  width: 370px;
  height: 469px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../imagens/case-1.png');
  position: relative;
  padding-bottom: 24px;
  transition: 0.5s;
  &:hover .botao-case{
    bottom: 100px;
    opacity: 1;
  }


  &:hover{
    transform: rotate(-5deg);
  }

  &:hover .filtro{
    background-color: rgba(0,0,0,0.2);
  }

  &:hover .filtro h3{
    transform: rotate(5deg);

  }
  &:hover .filtro .botao-servico{
    bottom: 100px;
    opacity: 1;
    transform: rotate(5deg);
   
  }

  &:hover .botao-efeito{
    opacity: 1;
  }

  &:hover a{
    color: black;
  }
}

.pg-cases .card-case .filtro{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../imagens/cases-filtro.png');
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.pg-cases .card-case{
  overflow: hidden;
  width: 270px;
  height: 299px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  position: relative;
  padding-bottom: 24px;
  transition: 0.5s;
  &:hover .botao-case{
    bottom: 100px;
    opacity: 1;
  }


  &:hover{
    transform: rotate(-5deg);
  }

  &:hover .filtro{
    background-color: rgba(0,0,0,0.2);
  }

  &:hover .filtro h3{
    transform: rotate(5deg);

  }
  &:hover .filtro .botao-servico{
    bottom: 100px;
    opacity: 1;
    transform: rotate(5deg);
   
  }

  &:hover .botao-efeito{
    opacity: 1;
  }

  &:hover a{
    color: black;
  }
}


.pg-home .faixa-2 .card-case h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 53px;
  color: white!important;
  position: absolute;
  bottom: 20px; /* posição inicial embaixo */
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}

.pg-home .faixa-2 .card-case:hover h3 {
  font-size: 30px;                 /* reduz a fonte */
  bottom: 50%;                     /* sobe até o meio */
  transform: translate(-50%, 50%); /* centraliza */
  transform: rotate(5deg);
  left: auto;
  right: auto;
}

.pg-home .faixa-2 .card-case:hover .botao-efeito {
  opacity: 1;
  bottom: calc(45% - 45px);                     /* sobe até o meio */
  transform: rotate(5deg);
  left: auto;
  right: auto;
}

.pg-home .faixa-2 .card-servico .botao-servico span{
  position: absolute;
  z-index: 100;
  transition: all 0.3s linear;
}



.pg-home .faixa-2 .botao-efeito-branco span {
  transition: all 0.3s linear;
}

.pg-home .faixa-2 .card-servico .botao-servico img{
  position: absolute;
  right: 35px;
  top: 15px;
  opacity: 0;
  transition: 0.3s linear all;
}

.pg-home .faixa-2 .card-servico .botao-servico:hover img {
  right: 30px;
  top: 13px;
  transform: rotate(8deg) scale(1.08);
}

.pg-home .faixa-2 .card-servico .botao-servico{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  /*background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(141, 0, 212, 1) 100%);*/
  position: relative;
  color: white;
  position: absolute;
  left: calc(50% - 135px);
  opacity: 0;
  bottom: 0;
  transition: 0.5s;

  left: auto;
  right: auto;

  &:hover{
    color: white;
    background-color: #8D00D4;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(28, 28, 86, 1) 100%);
  }

  &:hover img{
    opacity: 1;
  }

  &:hover::after{
    left: 0;
    right: inherit;
    background: #8D00D4;
    background: linear-gradient(90deg,rgba(141, 0, 212, 1) 0%, rgba(28, 28, 86, 1) 78%);
  }
  &::after{
    content: '';
    display: block;
    width: 60px;
    height: 45px;
    border-radius: 23px;
    background: #1C1C56;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
    position: absolute;
    right: 0;
    left: calc(100% - 60px);
    top: 0;
    transition: 0.3s;
  }
  &:hover span {
    transform: translateX(-5px);
  }
}

.pg-home .faixa-2 .card-case span{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
  transition: 0.5s;
}

.pg-home .faixa-2 .card-case h3{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 53px;
  color: white;
  transition: 0.5s;
  position: absolute;

  left: auto;
  right: auto;

}

.pg-home .faixa-2 .botao-case{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(141, 0, 212, 1) 100%);
  position: relative;
  color: white;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 85px); /* 85px = metade de 170px */
  opacity: 0;
  transition: 0.5s;
}

.pg-home .faixa-2 .card-case a{
  width: 100%;
  margin: 0 15px;
}

.pg-home .faixa-2 .botao-efeito-branco{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 45px;
  border-radius: 23px;
  background: white;
  position: relative;
  color: black;
  margin-right: auto;
    margin-left: auto;
  &:hover{
    color: white;
    background-color: black;
  }

  &:hover::after{
    left: 0;
    right: inherit;
    background: white;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(0, 0, 0, 1) 78%);
  }
  &::after{
    content: '';
    display: block;
    width: 94px;
    height: 45px;
    border-radius: 23px;

    background: #8D00D4;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(141, 0, 212, 1) 78% );
    
    position: absolute;
    right: 0;
    left: calc(100% - 94px);
    top: 0;
    transition: 0.3s;
  }
  &:hover span {
    transform: translateX(10px);
  }
}

.pg-home .faixa-2 .botao-efeito span{
  position: absolute;
  z-index: 100;
}

.pg-home .faixa-2 .segura-clientes h2{
  text-align: center;
  font-family: 'Poppins',sans-serif;
  font-weight: 100;
  font-size: 36px;
  margin-top: 33px;
  margin-bottom: 9px;
  color: white;
}

.pg-home .faixa-2 .segura-clientes strong{
  text-align: center;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 36px;
  margin-top: 53px;
  margin-bottom: 19px;
}

.pg-home .faixa-4{
  background-image: url('../imagens/bg-home-faixa-2.png');
  background-position: center top;
  min-height: 737px;
  background-color: black;
  padding-top: 94px;
  background-repeat: no-repeat;
}

.pg-home .faixa-4 h2{
  font-family: 'Poppins',sans-serif;
  font-weight: 100;
  font-size: 71px;
  color: black;
  letter-spacing: -7px;


  left: 0;
  bottom: 0;
  transition: 0.4s linear all;
}



.pg-home .faixa-4 p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: justify;
  margin-top: 60px;
}

.pg-home .faixa-4 p em{
  font-family: 'Sarina',cursive;
  font-size: 19;
  color: #8D00D4;
}

.pg-home .faixa-4 p strong{
  font-family: 'Poppins',sans-serif;
  font-weight: 900;
  font-size: 17;
}

.pg-home .faixa-4 .botao-efeito{
  margin-top: 48px;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  /*background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(141, 0, 212, 1) 100%);*/
  position: relative;
  color: white;
  &:hover{
    color: white;
    background-color: #8D00D4;
    /*background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(28, 28, 86, 1) 100%);*/
  }

  &:hover::after{
    left: 0;
    right: inherit;
    background: #8D00D4;
    background: linear-gradient(90deg,rgba(141, 0, 212, 1) 0%, rgba(28, 28, 86, 1) 78%);
  }
  &::after{
    content: '';
    display: block;
    width: 94px;
    height: 45px;
    border-radius: 23px;
    background: #1C1C56;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
    position: absolute;
    right: 0;
    left: calc(100% - 94px);
    top: 0;
    transition: 0.3s;
  }
  &:hover span {
    transform: translateX(10px);
  }
}

.pg-home .faixa-4 .botao-efeito span{
  position: absolute;
  z-index: 100;
  transition: all 0.3s linear;
}


.pg-interna .faixa-topo{
  background-image: url('../imagens/bg-topo-interna.png');
  background-color: #000;
  background-position: center bottom;
  min-height: 486px;

  background-repeat: no-repeat;
}

.pg-home .faixa-5{
  padding-bottom: 84px;
}

.pg-home .faixa-5 .segura-titulo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}

.pg-home .faixa-5 .botao-efeito{
  margin-top: 48px;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(141, 0, 212, 1) 100%);
  position: relative;
  color: white;
  &:hover{
    color: white;
    background-color: #8D00D4;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(28, 28, 86, 1) 100%);
  }

  &:hover::after{
    left: 0;
    right: inherit;
    background: #8D00D4;
    background: linear-gradient(90deg,rgba(141, 0, 212, 1) 0%, rgba(28, 28, 86, 1) 78%);
  }
  &::after{
    content: '';
    display: block;
    width: 94px;
    height: 45px;
    border-radius: 23px;
    background: #1C1C56;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
    position: absolute;
    right: 0;
    left: calc(100% - 94px);
    top: 0;
    transition: 0.3s;
  }
  &:hover span {
    transform: translateX(10px);
  }
}

.pg-home .faixa-5 .botao-efeito span{
  position: absolute;
  z-index: 100;
  transition: all 0.3s linear;
}



.pg-home .faixa-5 .card-servico:hover .filtro{
  background-color: rgba(0,0,0,0.6);
}

.pg-home .faixa-5 .card-servico h3{
  color: white;
}

.pg-home .faixa-5 .card-servico .filtro{
  background-image: url(../imagens/efeito-card-case.png);
}


.pg-home .faixa-5 .final-2{
  padding: 30px 0 68px;
  background-color: white;
  background-image: none;
}

.pg-home .faixa-5 .final h4{
  font-family: 'Montserrat',sans-serif;
  font-weight: 100;
  font-size: 71px;
  letter-spacing: -5px;
  color: white;
}

.pg-home .faixa-5 .final h5{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 71px;
  letter-spacing: -5px;
  color: white;
}

.pg-home .faixa-5 .final p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 30px;
  line-height: 1.8;
  color: white;
}

.pg-home .faixa-5 .final .botao-efeito{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(141, 0, 212, 1) 100%);
  position: relative;
  color: white;
  &:hover{
    color: white;
    background-color: #8D00D4;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(28, 28, 86, 1) 100%);
  }

  &:hover::after{
    left: 0;
    right: inherit;
    background: #8D00D4;
    background: linear-gradient(90deg,rgba(141, 0, 212, 1) 0%, rgba(28, 28, 86, 1) 78%);
  }
  &::after{
    content: '';
    display: block;
    width: 94px;
    height: 45px;
    border-radius: 23px;
    background: #1C1C56;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
    position: absolute;
    right: 0;
    left: calc(100% - 94px);
    top: 0;
    transition: 0.3s;
  }
  &:hover span {
    transform: translateX(10px);
  }
}

.pg-home .faixa-5 .final .botao-efeito span{
  position: relative;
  z-index: 10;
  transition: 0.3s;
} 

.pg-interna .faixa-topo .segura-titulo{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;

  margin-top: 110px;
  padding-bottom: 30px;
  min-height: 340px;
  font-size: 16px;
  text-align: center;
}

.pg-interna .faixa-topo .segura-titulo h1{
  font-weight: 500;
  font-size: 36px;
  color: white;
  letter-spacing: -2px;
}

.pg-interna .faixa-topo .segura-titulo span{
  font-weight: 100;
  font-size: 16px;
  color: white;
}

.pg-a-empresa .faixa-1{
  padding-top: 60px;
  background-color: white!important;
  
  width: 100%;
  background-image: url('../imagens/bg-faixa-preta.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 136px;
}

.pg-a-empresa .faixa-1 .row{
  display: flex;
  align-items: center;
}

.pg-a-empresa .faixa-1 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 100;
  font-size: 36px;
  color: black;
  margin-bottom: 30px;
}

.pg-a-empresa .faixa-1 p{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: black;
  margin-bottom: 30px;
  line-height: 1.7;
  text-align: justify;
}

.pg-a-empresa .faixa-1 p b, .pg-a-empresa .faixa-1 p strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: 900;
}

.pg-a-empresa .faixa-1 p em,.pg-a-empresa .faixa-1 p i{
  font-family: "Sarina", cursive;
  font-size: 19px;
  color: #8D00D4;
}

.pg-a-empresa .faixa-1 .row{
  display: flex;
  align-items: center;
}

.pg-a-empresa .faixa-2{
  background-image: url('../imagens/bg-a-empresa-faixa-2.png');
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  padding-top: 100px;
  padding-bottom: 140px;
}

.pg-a-empresa .faixa-2 h2{
  font-family: 'Poppins',sans-serif;
  font-weight: 100;
  font-size: 36px;
  margin-bottom: 54px;
}

.pg-a-empresa .faixa-2 p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 39px;
  text-align: justify;
}

.pg-a-empresa .faixa-3{
  padding-bottom: 103px;
}

.pg-a-empresa .faixa-3 .container{
  background-image: url('../imagens/borda.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 95px!important;
}

.pg-a-empresa .faixa-3 .card-missao{
  text-align: center;
  padding: 0 35px;
  &:hover img{
    filter: inherit;
    width: 105px;
    animation: bounceIn;
    animation-duration: 1s;
  }
  &:hover h3{
    color: white;
  }
}

.pg-a-empresa .faixa-3 .card-missao img{
  filter: brightness(0) invert(1);
  margin-right: auto;
  margin-left: auto;
  transition: all .5s linear;
  display: inline-block;
}

.pg-a-empresa .faixa-3 .card-missao h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #8D00D4;
  margin: 31px 0 13px 0;
  text-align: center;
  transition: 0.5s linear all;
}

.pg-a-empresa .faixa-3 .card-missao p{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: white;
  text-align: center;
}

.pg-servicos .faixa-1{
  padding-top: 58px;
  background-color: white;
  background-image: none;
}

.pg-servicos .faixa-1 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 100;
  font-size: 36px;
  color: black;
  margin-bottom: 22px;
  text-align: center;
}

.pg-servicos .faixa-1 h2 strong,.pg-servicos .faixa-1 h2 b{
  font-family: 'Montserrat',sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: #8D00D4;
}

.pg-servicos .faixa-1 p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: black;
  text-align: center;
  margin-bottom: 30px;
}

.pg-servicos .faixa-1 p strong, .pg-servicos .faixa-1 p b{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  font-size: 17px;
  background: linear-gradient(to right, #1C1C56 0%, #8D00D4 47%);
  -webkit-background-clip: text;
  color: transparent;
}

.card-servico{
  background-size: cover;
  transition: 0.2s linear all;
  position: relative;
  width: 270px;
  height: 299px;
  border-radius: 15px;
  max-width: 100%;
  overflow: hidden;

    margin-right: auto;
    margin-left: auto;
  &:hover{
    transform: rotate(-5deg);
  }

  &:hover .filtro{
    background-color: rgba(255,255,255,0.2);
  }

  &:hover .filtro h3{
    bottom: 150px;
    transform: rotate(5deg);

    animation: bounceFixed .2s ease .2s;
  }
  &:hover .filtro .botao-servico{
    bottom: 100px;
    opacity: 1;
    transform: rotate(5deg);
    animation: bounceFixed .2s ease .2s; /* bounce começa depois do h3 */
  }

  &:hover a{
    color: black;
  }
}

.pg-home .faixa-2 .card-servico{
 

  &:hover .filtro h3{
    bottom: 250px;
    transform: rotate(5deg);
    font-size: 30px!important;
    animation: bounceFixed .2s ease .2s;
  }
  &:hover .filtro .botao-servico{
    bottom: 200px;
    opacity: 1;
    transform: rotate(5deg);
    animation: bounceFixed .2s ease .2s; /* bounce começa depois do h3 */
  }

  
}

/* bounce sempre mantendo o rotate(5deg) */
@keyframes bounceFixed {
  0%, 100% {
    transform: rotate(5deg) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateY(-20px);
  }
}

.card-servico .filtro{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../imagens/filtro.png');
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.card-servico:hover .filtro {
  background-position: 0 50%;
}

.pg-home .faixa-2 .card-servico .filtro{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../imagens/cases-filtro.png');
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.pg-home .faixa-2 .card-servico h3{
  font-family: 'Poppins',sans-serif!important;
  font-weight: 500!important;
  font-size: 40px!important;
  color: white;
  text-align: center;
}

.card-servico .filtro h3{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 20px;
  position: absolute;
  left: auto;
  right: auto;
  transition: .4s;
  bottom: 20px;
}

.card-servico .filtro .botao-servico{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: #1C1C56;
  background: linear-gradient(90deg, rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
  border-radius: 22px;
  height: 45px;
  width: 170px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  bottom: 0;
  transition: .4s;

}

.pg-servicos .faixa-2{
  padding: 30px 0 68px;
  background-color: white;
  background-image: none;
}

.pg-servicos .faixa-2 h4{
  font-family: 'Montserrat',sans-serif;
  font-weight: 100;
  font-size: 71px;
  letter-spacing: -5px;
}

.pg-servicos .faixa-2 h5{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 71px;
  letter-spacing: -5px;
}

.pg-servicos .faixa-2 p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 30px;
  line-height: 1.8;
}

.pg-servicos .faixa-2 .botao-efeito{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  position: relative;
  color: white;
  &:hover{
    color: white;
    background-color: #8D00D4;
  }

  &:hover::after{
    left: 0;
    right: inherit;
    background: #8D00D4;
    background: linear-gradient(90deg, rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 78%);
  }
  &::after{
    content: '';
    display: block;
    width: 94px;
    height: 45px;
    border-radius: 23px;
    background: #1C1C56;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
    position: absolute;
    right: 0;
    left: calc(100% - 94px);
    top: 0;
    transition: 0.3s;
  }
  &:hover span {
    transform: translateX(10px);
  }
}

.pg-servicos .faixa-2 .botao-efeito span{
  position: relative;
  z-index: 10;
  transition: 0.3s;
} 

.pg-servicos footer{
  background-color: white!important;
}

.pg-servico .faixa-1{
  background-color: white!important;
  background-image: url('../imagens/bg-servico-faixa-1.png');
  background-position: center center;
  height: 475px;
  padding-top: 119px;
}

.pg-servico .faixa-1 p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.8;
}

.pg-servico .faixa-1 h2{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.5;
  color: #8D00D4;
  text-align: right;
  margin-left: 30px;
  letter-spacing: -1px;

}

.pg-serco .faixa-1 .row{
  display: flex;
  align-items: center;
}

.pg-servico .faixa-preta{
  width: 100%;
  height: 51px;
  background-image: url('../imagens/bg-servico-faixa-preta.png');
  background-position: center bottom;
}

.pg-servico .faixa-2 .col-lg-8{
  padding-right: 15px;
}

.pg-servico .faixa-2 .col-lg-4{
  padding-left: 15px;
}

.pg-servico .faixa-2 h3{
  margin-top: 60px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 100;
  font-size: 36px;
  color: white;
  margin-bottom: 20px;
}

.pg-servico .faixa-2 h3 b, .pg-servico .faixa-2 h3 strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: white;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Proporção 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.pg-servico .faixa-2 p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: white;
  margin-bottom: 31px;
}

.pg-servico .faixa-2{
  padding: 60px 0 50px 0;
}


.pg-servico .faixa-2 .botao-efeito{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(141, 0, 212, 1) 100%);
  position: relative;
  color: white;
  &:hover{
    color: white;
    background-color: #8D00D4;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(28, 28, 86, 1) 100%);
  }

  &:hover::after{
    left: 0;
    right: inherit;
    background: #8D00D4;
    background: linear-gradient(90deg,rgba(141, 0, 212, 1) 0%, rgba(28, 28, 86, 1) 78%);
  }
  &::after{
    content: '';
    display: block;
    width: 94px;
    height: 45px;
    border-radius: 23px;
    background: #1C1C56;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
    position: absolute;
    right: 0;
    left: calc(100% - 94px);
    top: 0;
    transition: 0.3s;
  }
  &:hover span {
    transform: translateX(10px);
  }
}

.pg-servico .faixa-2 .botao-efeito span{
  position: relative;
  z-index: 10;
  transition: 0.3s;
} 

.pg-servico .faixa-3 .segura-servico{
  margin-bottom: 80px;
}

.pg-servico .faixa-3 .segura-servico h1,
.pg-servico .faixa-3 .segura-servico h2,
.pg-servico .faixa-3 .segura-servico h3,
.pg-servico .faixa-3 .segura-servico h4{
  font-family: 'Montserrat',sans-serif;
  font-weight: 100;
  font-size: 34px;
  color: white;
}

.pg-servico .faixa-3 .segura-servico h1{
  font-size: 44px;
}

.pg-servico .faixa-3 .segura-servico h2{
  font-size: 37px;
}

.pg-servico .faixa-3 .segura-servico h4{
  font-size: 27px;
}

.pg-servico .faixa-3 .segura-servico h3 strong, .pg-servico .faixa-3 .segura-servico h3 b{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: white;
}

.pg-servico .faixa-3 .segura-servico .col-lg-4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
}

.pg-servico .faixa-3 .segura-servico .botao-efeito{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(141, 0, 212, 1) 100%);
  position: relative;
  color: white;
  &:hover{
    color: white;
    background-color: #8D00D4;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(28, 28, 86, 1) 100%);
  }

  &:hover::after{
    left: 0;
    right: inherit;
    background: #8D00D4;
    background: linear-gradient(90deg,rgba(141, 0, 212, 1) 0%, rgba(28, 28, 86, 1) 78%);
  }
  &::after{
    content: '';
    display: block;
    width: 94px;
    height: 45px;
    border-radius: 23px;
    background: #1C1C56;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
    position: absolute;
    right: 0;
    left: calc(100% - 94px);
    top: 0;
    transition: 0.3s;
  }
  &:hover span {
    transform: translateX(10px);
  }
}

.pg-servico .faixa-3 .segura-servico .botao-efeito span{
  position: relative;
  z-index: 10;
  transition: 0.3s;
} 

.pg-servico .faixa-3 .segura-servico p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: white;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pg-servico .faixa-4{
  padding-bottom: 68px;
}

.pg-servico .faixa-4 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 100;
  font-size: 71px;
  color: white;
  letter-spacing: -5px;
  margin-top: 30px;
}

.pg-servico .faixa-4 h2.strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 71px;
  color: #8D00D4;
  margin-bottom: 63px;
  text-align: right;
  margin-top: 0;
}

.pg-servico .faixa-4 .card-servico{
  margin-bottom: 40px;
}

footer{
  background-image: url('../imagens/bg-footer.png');
  background-position: top center;
  background-size: cover;
  background-color: black;
  padding-top: 92px;
  color: white;
}

footer h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 11px;
}

footer p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
}

footer .menu-link{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 11px;
  display: inline-block;
}

footer .segura-logo-footer{
  background-image: url('../imagens/bg-borda-dupla.png');
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  width: 100%;
  height: 311px;
  justify-content: center;
  align-items: center;
  margin: 65px 0 75px 0;
}

footer .segura-redes{
  margin-top: 30px;
}

.mr-37{
  margin-right: 17px;
}

.copyright{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  margin-bottom: 40px;
}

.copyright .kryzalis{
  display: flex;
  align-items: flex-end;

}

.copyright .kryzalis img{
  margin-left: 10px;
}

.flex-column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tns-controls{
  text-align: center;
}

.tns-controls button{
  border: 0;
  background-color: transparent;
  margin-right: 10px;
}

.pg-cases .faixa-1{
  padding-top: 60px;
  background-color: white!important;
  
  width: 100%;
  background-image: url('../imagens/bg-faixa-preta.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 136px;
}

.pg-cases .faixa-1 .row{
  display: flex;
  align-items: center;
}

.pg-cases .faixa-1 .col-lg-5{
  padding-right: 15px;
}

.pg-cases .faixa-1 .col-lg-7{
  padding-left: 15px;
}

.pg-cases .faixa-1 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 61px;
  color: black;
  margin-bottom: 30px;
  letter-spacing: -3px;
}

.pg-cases .faixa-1 p{
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: black;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.pg-cases .faixa-1 p b, .pg-cases .faixa-1 p strong{
  font-family: 'Montserrat',sans-serif;
  font-weight: 900;
}

.pg-cases .faixa-1 p em,.pg-cases .faixa-1 p i{
  font-family: "Sarina", cursive;
  font-size: 19px;
  color: #8D00D4;
}

.pg-cases .faixa-1 .row{
  display: flex;
  align-items: center;
}

.pg-cases .faixa-2{
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  padding-top: 33px;
  padding-bottom: 110px;
}

.pg-cases .faixa-2 h2{
  font-family: 'Poppins',sans-serif;
  font-weight: 100;
  font-size: 36px;
  margin-bottom: 54px;
  letter-spacing: -2px;
}

.pg-cases .faixa-2 h2 strong{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 54px;
}

.pg-cases .faixa-2 h4{
  font-family: 'Montserrat',sans-serif;
  font-weight: 100;
  font-size: 71px;
  margin-top: 86px;
  text-align: center;
  color: white;
  letter-spacing: -3px;
}

.pg-cases .faixa-2 h5{
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 71px;
  text-align: center;
  color: #8D00D4;
  letter-spacing: -4px;
}

.pg-cases .faixa-2 p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 39px;
  text-align: justify;
}

.pg-cases .card-case{
  width: 270px;
  height: 299px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: url('../imagens/case-1.png');
  position: relative;
  padding-bottom: 24px;
  &:hover .botao-case{
    bottom: 100px;
    opacity: 1;
    animation: bounceFixed .2s ease .2s; /* bounce começa depois do h3 */
  }

  &:hover span, &:hover h3{
    opacity: 0;
  }
}

.pg-cases .card-case span{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
  transition: 0.5s;
}

.pg-cases .card-case h3{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: white;
  transition: 0.5s;
}

.pg-cases .botao-case{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(141, 0, 212, 1) 100%);
  position: relative;
  color: white;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 85px); /* 85px = metade de 170px */
  opacity: 0;
  transition: 0.5s;
}

.pg-cases .card-case a{
  width: 100%;
  margin: 0 15px;
}

.pg-cases .faixa-2 .tns-controls{
  text-align: left;
  margin-top: 40px;
}

.pg-contato .faixa-1{
    padding-top: 60px;
    background-color: white !important;
    width: 100%;
    background-image: url(../imagens/bg-faixa-preta.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 186px;
}

.pg-contato .faixa-1 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 61px;
  color: black;
  margin-bottom: 19px;
}

.pg-contato .faixa-1 p{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
}

.pg-contato .faixa-1 span{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 22px;
  display: block;
}

.pg-contato .faixa-1 .segura-redes{
  margin-bottom: 20px;
}

.pg-contato .faixa-1 .segura-redes a{
  margin-right: 16px;
}

.pg-contato .faixa-2{
  padding-top: 40px;
  padding-bottom: 80px;
}

.pg-contato .faixa-2 .contato-form{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: white;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid white;
  padding: 8px 0px;
  margin-bottom: 30px;
}

.pg-contato .faixa-2 .contato-form::placeholder {
  color: white;   /* cor cinza */
  opacity: 1;    /* garante que não fique apagado */
}

.pg-contato .faixa-2 .botao-efeito{
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  border-radius: 23px;
  background: #1C1C56;
  background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(141, 0, 212, 1) 100%);
  position: relative;
  color: white;
  border: 0;
  &:hover{
    color: white;
    background-color: #8D00D4;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 78%, rgba(28, 28, 86, 1) 100%);
  }

  &:hover::after{
    left: 0;
    right: inherit;
    background: #8D00D4;
    background: linear-gradient(90deg,rgba(141, 0, 212, 1) 0%, rgba(28, 28, 86, 1) 78%);
  }
  &::after{
    content: '';
    display: block;
    width: 94px;
    height: 45px;
    border-radius: 23px;
    background: #1C1C56;
    background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
    position: absolute;
    right: 0;
    left: calc(100% - 94px);
    top: 0;
    transition: 0.3s;
  }
  &:hover span {
    transform: translateX(10px);
  }
}

.pg-contato .faixa-2 .botao-efeito span{
  position: relative;
  z-index: 10;
  transition: 0.3s;
} 

.pg-contato .faixa-2 .segura-botao{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pg-contato .faixa-2 textarea{
  margin-bottom: 40px;
}


.pg-contato .segura-footer{
  padding-bottom: 109px;
}

.pg-contato .copyright{
  margin-top: 65px;
}

.pg-blog .faixa-1{
  background: white;
  padding-top: 30px;
  padding-bottom: 145px;
}

.pg-blog .faixa-1 .article-blog{
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 30px;
  padding-bottom: 23px;
}

.pg-blog .faixa-1 .article-blog a:hover{
  color: inherit!important;
}

.pg-blog .faixa-1 .article-blog .tags a:hover,.pg-materia .tags a:hover{
  color:white;
}

.pg-blog .faixa-1 .article-blog .tags, .pg-materia .tags{
  display: flex;
  padding-bottom: 16px;
}

.pg-blog .faixa-1 .article-blog .tags .tag, .pg-materia .tag{
  display: flex;
  height: 35px;
  padding: 8px 45px;
  border-radius: 17px;
  background: background: #1C1C56;
  background: linear-gradient(90deg,rgba(28, 28, 86, 1) 0%, rgba(141, 0, 212, 1) 100%);
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: white;
  margin-right: 10px;
}

.pg-blog .faixa-1 .article-blog h2{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: black;
  margin-bottom: 15px;
}

.pg-blog .faixa-1 .article-blog .media{
  display: flex;
  align-items: flex-start;

}

.pg-blog .faixa-1 .article-blog .media img{
  border-radius: 15px;
}

.pg-blog .faixa-1 .article-blog .media .media-body{
  margin-left: 30px;
}

.pg-blog .faixa-1 .article-blog .media .media-body small, .pg-materia small{
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: black;
  display: inline-block;
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 15px;
  width: 100%;
}

.pg-blog .faixa-1 .article-blog .media .media-body p{
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.pg-blog .faixa-1 ul,.pg-materia .faixa-1 ul{
  list-style: none;
  padding-left: 0;
  margin-top: 78px;
}

ul.segura-categorias  li{
  width: 644px;
  height: 69px;
  background-image: url('../imagens/bg-categoria.png');
  background-position: left top;
  display: flex;
  align-items: center;
  color: white;
  padding-left: 10px;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 17px;
  &:hover a{
    color: white;
  }

}

.pg-blog .faixa-1 ul li img,.pg-materia .faixa-1 ul li img{
  margin-bottom: 0;
}

.pg-blog .col-lg-9,.pg-materia .col-lg-9{
  padding-right: 15px;
}
.pg-blog .col-lg-3,.pg-materia .col-lg-3{
  padding-left: 15px;
}

.search{
  width: 223px;
  height: 34px;
  border: 1px solid #CBCBCB;
  border-radius: 3px;
  margin-right: 5px;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: black;
  padding: 9px;
  background-color: white!important;
}

.pg-blog form,.pg-materia form{
  display: flex;
  align-items: center;
}

.pg-blog .botao-search,.pg-materia .botao-search{
  background: transparent;
  border: none;
}

.pg-blog .botao-search img,.pg-materia .botao-search img{
  margin-bottom: 0!important;
}

.pg-blog footer{
  background-color: white;
}

.pg-materia .faixa-1{
  background-color: white;
  background-image: url(../imagens/bg-faixa-preta.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 110px;
  padding-top: 40px;
}

.pg-materia .faixa-1 h1{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: black;
  margin-bottom: 14px;
}

.pg-materia .faixa-1 p{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: black;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 1.5;
}

.pg-materia .faixa-1 p strong{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.pg-materia .faixa-1 ul{
  list-style: inherit;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pg-materia .faixa-1 img{
  margin-bottom: 40px;
}

.pg-materia .faixa-1 h2{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 23px;
  color: black;
}

.pg-materia .faixa-2 h3 strong{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
}

.pg-materia .faixa-1 h3{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 23px;
  color: black;
}

.pg-materia .faixa-1 h3 strong{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
}

.pg-materia .faixa-1 h4{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 23px;
  color: black;
}

.pg-materia .faixa-1 h4 strong{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
}

.pg-materia .faixa-1 h5{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 23px;
  color: black;
}

.pg-materia .faixa-1 h5 strong{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
}

.pg-materia .faixa-2{
  padding-top: 40px;
  padding-bottom: 86px;
}

.pg-materia .faixa-2 h2{
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 23px;
  color: white;
}

.desktop{
    display: flex!important;
  }

  .mobile{
    display: none!important;
  }

.pg-materia .faixa-2 h3{
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
  margin-top: 15px;

  
}
img{
  max-width: 100%;
}

.pg-home .faixa-5 .final h4 strong{
    font-family: 'Poppins';
    font-weight: 500;
  }

@media (max-width: 1024px){
  .pg-servicos .faixa-2 h5,.pg-servicos .faixa-2 h4{
    font-size: 51px;
  }
}

@media(max-width: 991px){
.pg-cases .faixa-1 p{
  text-align: center;
}

.pg-cases .faixa-1 iframe{
  margin-left: auto;
  margin-right: auto;
}

  .pg-home .faixa-1 h2, .pg-home .faixa-1 h3{
    text-align: center;
    font-size: 40px;
  }

  .botao-efeito{
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
  .pg-home .faixa-4 h2.comum,.pg-home .faixa-4 h2.destaque{
    font-size: 40px;
    letter-spacing: 1px;
  }

  .pg-home .faixa-4 .segura-titulo{
    max-width: 100%;
    max-height: 85px;
  }

  .pg-home .faixa-2 .botao-efeito-branco{
    width: 340px;
    margin-top: 00px;
  }

  .pg-home .faixa-topo{
    max-height: 1689px!important;
  }

  .pg-home .faixa-2{
    height: 935px;

        background-size: cover;
  }

  .pg-home .faixa-1 .botao-efeito{
    margin-right: auto;
    margin-left: auto;
  }

  .pg-home .faixa-1 h4{
    font-size: 18px;
    letter-spacing: 0;
  }

  .pg-home .card-servico{
    margin-bottom: 15px;
        width: 270px;
    height: 420px;
  }

  .pg-home .card-clientes img{
    display: flex;
    justify-content: center;
  }

  .pg-home .faixa-2 .segura-clientes h2, .pg-home .faixa-2 .segura-clientes h2 strong{
    font-size: 24px
  }
  .pg-home .faixa-5 .final h4, .pg-home .faixa-5 .final h4 strong{
    font-size: 40px;
    text-align: center;
    letter-spacing: 1px;
  }

  .pg-home .faixa-5 .final h4 strong{
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
  }
  .pg-home .faixa-5 .final h5{
    font-size: 40px;
    text-align: center;
  }

  .pg-home .faixa-5 .final p{
    text-align: center;
  }

  .pg-home .faixa-5 .final .botao-efeito{
    margin-left: auto;
    margin-right: auto;
  }

  .pg-home .faixa-5 .segura-titulo{
    flex-direction: column;
  }

  .pg-home .faixa-5 h2{
    font-size: 40px;
    text-align: center;
  }

  .pg-contato .segura-footer{
    text-align: center;
  }
  .pg-contato .segura-footer{
    padding-bottom: 0;
  }

  .pg-contato .faixa-1 span{
    font-size: 17px;
  }

  .pg-contato .faixa-2 .botao-efeito{
    margin-top: 30px;
  }

  .pg-contato .faixa-1{
    padding-bottom: 116px;
    text-align: center;
  }

  .pg-contato .faixa-1 h2{
    font-size: 35px;
  }

  .pg-contato .faixa-2 .segura-botao{
    flex-direction: column;
  }

  .mobile{
    display: flex!important;
  }
  .desktop{
    display: none!important;
  }
  header .segura-topo{
    flex-direction: column;
    background-color: rgba(141, 0, 212, 1);
    width: 250px;
    height: 100vh;
    position: fixed;
    left: -250px;
    top: 0;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 100;
    transition: 0.7s;
  }

  .fundo-preto.mobile{
    width: 0vw;
    height: 0vh;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.7s;
    border-radius: 50%;
  }

  .fundo-preto.mobile.active{
    width: 100vw;
    height: 100vh;
    border-radius: 0;
  }

  .botao-menu.mobile{
    position: fixed;
    top: 25px;
    right: 35px;
    z-index: 100;
    transition: 0.4s;
  }

  header .segura-topo .segura-logo{
    width: 250px;
    padding: 30px 0;
    justify-content: center;
  }

  header .segura-topo img{
    max-width: 150px;
    margin-bottom: 30px auto 30px auto;
  }

  header .menu{
    display: flex;
    flex-direction: column;
    width: 250px;
  }

  header .menu li{
    padding:6px 15px 6px 15px;
    border-bottom: 1px solid white;
    width: 100%;
  }

  header .mobile-logo{
    display: flex;
    justify-content: center;
  }

  .pg-a-empresa .faixa-1{
    padding-top: 20px;
    padding-bottom: 96px;
  }

  .pg-a-empresa .faixa-1 .row{
    flex-direction: column-reverse;
    text-align: center;
  }

  .pg-a-empresa .faixa-1 .row h2,.pg-a-empresa .faixa-1 .row p{
    text-align: center;
  }

  .pg-a-empresa .faixa-2{
    padding-top: 0;
    padding-bottom: 20px;
    text-align: center;
    background-image: none;
  }

  .pg-a-empresa .faixa-2 p,.pg-a-empresa .faixa-2 h2{
    text-align: center;
  }

  .pg-a-empresa .faixa-3 .card-missao{
    margin-bottom: 50px;

        width: 370px;
        margin-left: auto;
        margin-right: auto;
  }

  .pg-a-empresa .faixa-3 .card-missao h3{
    margin-top: 15px;
  }

  .pg-servicos .faixa-2 h5, .pg-servicos .faixa-2 h4{
    font-size: 35px;
    letter-spacing: 1px;
    text-align: center;
  }

  .pg-servicos .faixa-2 p{
    text-align: center;
    margin-top: 30px;
  }

  .pg-servicos .faixa-2 .botao-efeito{
    margin-left: auto;
    margin-right: auto;
  }

  .pg-servico .faixa-1{
    background-image: none;
    padding-top: 50px;
    height: inherit;
    padding-bottom: 50px;
  }

  .pg-servico .faixa-1 p{
    text-align: center;
  }

  .pg-servico .faixa-1 h2{
    font-size: 20px;
    text-align: center;
    margin-left: 0;
  }

  .pg-servico .faixa-2 h2,.pg-servico .faixa-2 h2 strong,.pg-servico .faixa-3 .segura-servico h3,.pg-servico .faixa-3 .segura-servico h3 strong{
    font-size: 24px;
    text-align: center;
  }

  .pg-servico .faixa-2 .botao-efeito,.pg-servico .faixa-3 .botao-efeito{
    margin-left: auto;
    margin-right: auto;
  }

  .pg-servico .faixa-2 p{
    text-align: center;
  }

  .pg-servico .faixa-3 .segura-servico{
    margin-top: 70px
  }

  .pg-servico .faixa-3 .segura-servico p{
    text-align: center;
  }

  .flex-reverse{
    display: flex;
    flex-direction: column-reverse;
  }

  .pg-servico .faixa-3 .segura-servico .botao-efeito{
    margin-top: 30px;
  }

  .segura-servico img{
    margin-bottom: 30px;
  }

  .pg-servico .faixa-4 h2.strong,.pg-servico .faixa-4 h2{
    font-size: 35px;
  }

  .segura-servico img{
    width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

  .pg-cases .faixa-1 h2{
    font-size: 38px;
    text-align: center;
  }

  .pg-cases .faixa-2{
    padding-top: 0;
    padding-bottom: 40px;
  }

  .pg-cases .faixa-2 h2 strong,.pg-cases .faixa-2 h2{
    font-size: 26px;
    text-align: center;
  }

  .pg-cases .faixa-2 h4{
    font-size: 27px;
  }

  .pg-cases .faixa-2 h5{
    font-size: 35px;
  }

  .pg-cases .card-case{
    margin-left: auto;
    margin-right: auto;
  }

  .pg-cases .faixa-2 .tns-controls{
    text-align: center;
  }

  .pg-blog .faixa-1 .article-blog .tags, .pg-materia .tags{
    flex-wrap: wrap;
    justify-content: center;
  }

  .pg-blog .faixa-1 .article-blog .tags .tag, .pg-materia .tags .tag{
    word-wrap: nowrap;
    margin-bottom: 15px;
  }

  .pg-blog .faixa-1 .article-blog .media{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pg-blog .faixa-1 .article-blog h2{
    text-align: center;
  }

  .pg-blog .faixa-1 .article-blog p{
    text-align: center!important;
  }

  .pg-blog .faixa-1 .article-blog .media .media-body{
    margin-left: 0;
  }

  .search{
    flex-grow: 1;
  }

  .pg-materia .faixa-2 h2{
    text-align: center;
  }

  .card-blog{
    text-align: center;
    margin-bottom: 45px;
  }

  footer{
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  }

  footer .contato{
    text-align: center;
  }

  footer .contato .mobile{
    justify-content: center;
  }

  footer .contato .mobile img{
    width: 350px;
    margin: 20px auto 30px auto;
  }

  footer .contato-item{
    margin-bottom: 30px;
  }

  footer .segura-redes{
    margin-bottom: 30px;
  }

  footer h3{
    font-size: 24px;
  }

  footer p{
    font-size: 15px;
  }

  footer .segura-logo-footer{
    margin-bottom: 30px;
  }

  .copyright{
    margin-top: 50px;
    flex-direction: column;
    text-align: center;
  }
  header .segura-topo.active{
    left:  0;
  }

}

.segura-topo{
  
}




```css
/* COMMENTS */

  .comments__container{
    margin-top: 25px;
  }

  .comments__container h3{
    font-family: 'Noto Sans';
    font-size: 30px;
    font-weight: 700;
    color: var(--kry-color-1);

    margin-bottom: 15px;
  }

  .comments__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    gap: 25px;

    margin-bottom: 20px;
  }

  .comments__wrapper .comment__item{
    position: relative;
    z-index: 10;

    width: 100%;

    display: flex;
    align-items: flex-start;
    column-gap: 20px;

    background-color: var(--kry-color-3);
    border-radius: 10px;

    padding: 10px 18px;
  }

  .comments__wrapper .comment__reply{
    width: calc(100% - 40px);

    background-color: var(--kry-color-3);

    margin-left: 40px;
  }

  .comments__wrapper .comment__reply::before{
    content: '';
    position: absolute;
    top: -25px;
    left: 30px;
    z-index: 15;

    height: 25px;
    width: 4px;

    background-color: var(--kry-color-2);
  }

  .comment__item .comment__author__letter{
    position: relative;

    flex-shrink: 0;

    width: 70px;
    height: 70px;
    text-align: center;

    font-size: 40px;
    font-weight: 600;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .comment__item .comment__author__letter span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #FFF;
  }

  .comment__item .comment__name p{
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 500;

    color: var(--kry-color-1);

    margin-bottom: 10px;
  }

  .comment__item .comment__content{
    font-family: 'Open Sans';
    font-size: 17px;
    font-weight: 400;

    color: var(--kry-color-1);
  }

  .comments__wrapper .comment__null{
    font-family: 'Open Sans';
    font-size: 23px;
    font-weight: 400;

    color: var(--kry-color-1);
  }

  .comments__form .comment-notes{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;

    color: var(--kry-color-1);
  }

  .comments__form .comment-form-comment,
  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 500;

    color: var(--kry-color-1);

    margin-bottom: 1rem;
  }

  .comments__form .comment-form-comment textarea,
  .comments__form .comment-form-author input,
  .comments__form .comment-form-email input{
    border: 1px solid #CBCBCB;
    border-radius: 8px;

    padding: 10px 15px;
  }

  .comments__form .comment-form-comment textarea{
    width: 100%;
    height: 100px;
    resize: none;
  }

  .comments__form .form-submit .submit{
    background-color: var(--kry-color-1);
    border-radius: 100px;
    border: none;

    font-size: 18px;
    font-weight: 600;

    color: #FFF;

    transition: all .3s ease;

    padding: 15px 20px;
  }

  .comments__form .form-submit .submit:hover{
    filter: brightness(1.4);
  }

  .comments__form .comment-form-author,
  .comments__form .comment-form-email{
    width: 49.8%;
    display: inline-flex;
    flex-direction: column;
  }

  .comments__form .comment-form-cookies-consent{
    display: none;
  }

/* /COMMENTS */



/* carlos efeitos css */

/* Keyframes para efeito bounce */
@keyframes bounceIn {
  0% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-10px);
  }
  55% {
    transform: translateX(7px);
  }
  75% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes bounceFade {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  40% {
    opacity: 1;
    transform: translateX(7px);
  }
  70% {
    opacity: 1;
    transform: translateX(-4px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

h3.fase-1 {
  position: relative;
  height: 90px;
  margin-bottom: 30px;
}

h3.fase-1 img {
  position: absolute;
  top: 22px;
  left: 382px;
  transition: left 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faixa-topo:hover h3.fase-1 img {
  left: 0px;
  animation: bounceIn 0.6s ease-out;
}

#palavra-tecnologia {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-out;
  z-index: 1;
  opacity: 1;
}

#palavra-inovacao {
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 2;
  opacity: 0;
}

.faixa-topo:hover #palavra-inovacao {
  opacity: 1;
  left: 60px;
  animation: bounceFade 0.5s ease-out;
}
.faixa-topo:hover #palavra-tecnologia {
  opacity: 0;
}

#banner-1 {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

#banner-2 {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.faixa-topo:hover #banner-1 {
  opacity: 0;
}
.faixa-topo:hover #banner-2 {
  opacity: 1;
}

/** titulos efeitos **/

@keyframes bounceUp {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-25px);
  }
  65% {
    transform: translateY(15px);
  }
  80% {
    transform: translateY(-8px);
  }
  90% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes bounceDown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(25px);
  }
  65% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}

.pg-home .faixa-4 .segura-titulo {
  position: relative;
  height: 168px;
  &:hover {
    h2.destaque {
      bottom: 80px;
      top: 0;
      animation: bounceUp 0.6s ease-out;
    }
    h2.comum {
      top: 80px;
      animation: bounceDown 0.6s ease-out;
    }
  }
}

.pg-home .faixa-4 h2.comum {
  position: absolute;
  top: 0;
  bottom: 50%;
  transition: top 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.pg-home .faixa-4 h2.destaque {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 71px;
  letter-spacing: -7px;
  background: linear-gradient(90deg, #1c1c56, #8d00d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* fallback */
  color: transparent;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 50%;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/** card serviço **/

.faixa-2 .tns-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

#tns1-ow button {
  display: none !important;
}

/** home geral **/

.faixa-5 .col-lg-3 {
  margin-bottom: 30px;
}

.faixa-5 h2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 71px;
  background: linear-gradient(90deg, #1c1c56, #8d00d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-right: 0px;
  position: relative;
}

.faixa-5 h2::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1em;
  background-color: #fff;
  margin-left: 6px;
  vertical-align: -0.1em;
  animation: blink-cursor 1s steps(1) infinite;
}

@keyframes blink-cursor {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

.segura-redes img {
  transition: all 0.2s linear;
}

.segura-redes img:hover {
  transform: rotate(-10deg);
}

/** interna **/

.pg-servicos .col-lg-3 {
  margin-bottom: 30px;
}

@media (max-width: 667px) {
  .pg-home .faixa-2 .card-servico h3 {
    font-size: 24px !important;
  }
}


.segura-servico img{
  border-radius: 10px;
}

.pg-servico .faixa-2 h3{
  margin-top: 0;
}

.pg-servico .faixa-2 img{
  border-radius: 10px;
}

.placeholder{
  cursor: inherit!important;
}

.card-servico .filtro h3 {
  text-align: center;
}

.svmcontainer{
  max-width: 100%;
  overflow-x: hidden;
}

.svmcontainer .row{
  flex-wrap: nowrap!important;
}

.svmcontainer video{
  width: 365px;
  height: 462px;
  border-radius: 10px;
  background-color: #111;
    border: 3px solid #222;
}

.srv-principal  video{
  width: 100%;
  height: 430px;
  border-radius: 10px;
  background-color: #111;
    border: 3px solid #222;
}

.svmcontainer iframe{
  width: 100%;
  height: 462px;
  border-radius: 10px;
}

.videohome{
  position: absolute;
  width: 100%!important;
  max-width: 686px!important;
  border-radius: 20px;
  right: 20px;
  top: 130px;
  z-index: 10;
}

.segura-servico .row{
  justify-content: center;
}

/* responsivo */  
  @media (max-width: 991px)/* mobiles */ { 
    
    .videohome{
      position: static!important;
    }

    h3.fase-1 img{
      margin-left: 10px;
      position: static;
    }

    .pg-home .faixa-1 h2, .pg-home .faixa-1 h3{
      text-align: center;
    }

    .pg-home .faixa-1 .botao-efeito{
      margin-bottom: 40px;
    }

    .pg-home .faixa-1{
      height: auto;
    }

    .pg-home .faixa-1 h4{
      width: auto;      
      position: relative;
      z-index: 10;
      top: 0;
      padding-top: 30px;
    }

    .pg-home .faixa-1 h3{
      margin-bottom: 30px;
      height: auto;
    }

    #palavra-inovacao,
    #palavra-tecnologia{
      display: block;
      position: static;
      opacity: 1;
    }

    .pg-home .faixa-4{
      padding-top: 27px;
      padding-bottom: 70px;
      min-height: inherit;
    }

    .pg-home .faixa-4 h2.comum{
      position: static;
    }

    .pg-home .faixa-4 h2.destaque{
      position: static;
    }

    .copyright{
      padding-bottom: 80px;
    }

    .pg-servicos .faixa-1 h2 strong, .pg-servicos .faixa-1 h2 b{
      display: inline-block;
    }

    .pg-servico .faixa-3 .segura-servico h2 {
        text-align: center;
    }

    .pg-servico .faixa-2 h3 {
        margin-top: 20px;
        text-align: center;
    }

    .pg-cases .faixa-1{
      padding-bottom: 30px;
    }
    .pg-cases .faixa-2{
      padding-top: 30px;
    }

    ul.segura-categorias li{
      width: auto;
    }
    

  }
/* /responsivo */

.botao-efeito-verde img{
  width: 20px;
  color: #FFF;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -1px;
  border-radius: 0!important;
  margin-bottom: 0!important;
}

.faixa-topo{
  color: #FFF;
}

.pg-interna .faixa-topo .segura-titulo .botao-efeito-verde{
  margin-top: 30px;
}

.pg-interna .faixa-topo .segura-titulo .segura-botao-servico{
  display: flex ;
      justify-content: center;

}

@media (max-width: 991px) {
  .pg-servico .faixa-3 .segura-servico .botao-efeito-verde{      
      margin-right: auto!important;
      margin-left: auto!important;
  }
}