::-moz-selection {
  background: #CC9832!important;
  color: #184562;
}
::selection {
  background: #CC9832!important;
  color: #184562;
}

a:hover, a:active{
  color: #CC9832!important;
}

form p{
  margin-bottom: 0!important;
}
img{
  max-width: 100%!important;
  height: auto;
}

.btnwhats{    
  left: inherit;
  right: 10px;
  bottom: 10px;
}

header{
  width: 100%;
  height: 243px;
  position: absolute;
  background-image: url('../imagens/barra-topo.png');
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 70;

}

header .logo{
  margin-top: 12px;
}

header .col-md-8{
  position: relative;
}

header .segura-contato{
  display: flex;
  justify-content: space-between;
  height: 50px;
  background-color: #CC9832;
  align-items: center;
  padding-left: 60px;
  position: relative;
  &::before{
    width: 25px;
    height: 50px;
    content: '';
    background-image: url('../imagens/detalhe-topo.png');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -25px;
  }
}

header .segura-telefone{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #184562;
}

header .segura-menu{
  display: flex;
  justify-content: flex-end;
}

header .menu{
  display: flex;
  justify-content: space-between;
  color: white;
  list-style: none;
  width: 100%;
  margin-top: 22px;
  padding-left: 0!important;
}

header .menu a:hover{
  color: white;
}

header .menu .menu-item{
  font-family: 'Montserrat',sans-serif;
  font-size: 16px;
  transition: 0.6s linear all;
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-color: transparent;
  &:hover{
    text-decoration: underline;
    text-decoration-color: #CC9832
  }
}



footer{
  color: white;
  background-repeat: no-repeat;
  background-image: url('../imagens/bg-rodape.png');
  background-size: cover;
  background-position: center center;
  padding-top: 102px;
  padding-bottom: 31px;
}

.pg-sobre footer{
  background-color: #E4E4E4;
}

footer .container .row .col-md-5{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .segura-media{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .media{
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  margin-top: 0!important;
}

footer .media .media-body{
  margin-left: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.8;
}

footer .copyright .segura-copyright{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
}

footer .copyright span{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}

footer .copyright .kryzalis{
  display: flex;
  align-items: flex-end;
}

footer .copyright .kryzalis img{
  margin-left: 22px;
}

/* Estilos da home */

.pg-home .faixa-topo{
  background-image: url('../imagens/banner-home.png');
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;

}

.pg-home .filtro-banner{
  background-image: url(../imagens/filtro-azul-banner.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pg-home .segura-topo{
  flex-direction: column;
    height: 100%;
    justify-content: center;
}

.pg-home .faixa-topo .segura-texto{
  padding-top: 80px;
}

.pg-home .faixa-topo h2{
  text-align: center;
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 56px;
  color: white;
  line-height: 1.3;
  margin: 0 auto 30px auto;
  max-width: 715px;
}

.pg-home .faixa-topo .botao-dourado{
  border: 0;
  position: relative;
  display: flex;
  width: 310px;
  height: 49px;
  justify-content: center;
  align-items: center;
  background-color: #CC9832;

  transition: 0.4s linear all;
  cursor: pointer;
  z-index: 12;
  margin-left: 30px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #184562;
  &:hover{
    color: #184562!important;
  }
  &:hover::after{
    right: -8px;
  }

  &:hover::before{
    left: -9px;
  }

  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;           /* mesma cor do botão */
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.4s linear all;
  }

  &::before {
    left: -28px;
    background-image: url('../imagens/botao-contato-before.fw.png');
  }

  &::after {
    right: -28px;
    background-image: url('../imagens/botao-contato-after.fw.png');
  }
}

.pg-home .faixa-topo .botao-dourado img{
  margin-right: 10px;
}

.pg-home .faixa-topo .segura-texto{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pg-home .faixa-1{
  background-image: url('../imagens/bg-faixa-1.png');
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 49px;
  padding-bottom: 35px;
}

.pg-home .faixa-1 .col-lg-6{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pg-home .faixa-1 h2{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 56px;
  color: #184562;
  margin-bottom: 19px;
  margin-top: 0;
}

.pg-home .faixa-1 p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: black;
  margin-bottom: 38px;
  margin-top: 0;
  line-height: 1.8;
  text-align: justify;
}

.pg-home .faixa-1 .botao-azul{
  border: 0;
  position: relative;
  display: flex;
  width: 200px;
  height: 49px;
  justify-content: center;
  align-items: center;
  background-color: #184562;

  transition: 0.4s linear all;
  cursor: pointer;
  z-index: 12;
  margin-left: 30px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: white;
  &:hover::after{
    right: -8px;
  }

  &:hover::before{
    left: -10x;
  }

  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;           /* mesma cor do botão */
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.4s linear all;
  }

  &::before {
    left: -28px;
    background-image: url('../imagens/botao-contato-before-azul.fw.png');
  }

  &::after {
    right: -28px;
    background-image: url('../imagens/botao-contato-after-azul.fw.png');
  }
}

.pg-home .faixa-1 .botao-azul img{
  margin-right: 10px!important;
}

.pg-home .faixa-2{
  background-image: url('../imagens/bg-faixa-2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top:134px;
  padding-bottom: 194px;
}

.pg-home .faixa-2 .row{
  align-items: center;
}

.pg-home .faixa-2 .col-md-3{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pg-home .faixa-2 .col-md-9{
  display: flex;
}

.pg-home .faixa-2 h2{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  color: white;
  margin-bottom: 30px;
  margin-top: 0;
}

.pg-home .faixa-2 p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: white;
  margin-top: 0;
  line-height: 1.4;
  margin-top: 10px;
}

.pg-home .faixa-2 .card-servico-home{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  padding: 0 15px;
  background-size: contain;      /* mostra a imagem inteira */
  background-repeat: no-repeat;  /* evita repetir a imagem */
  background-position: center;   /* centraliza a imagem */
  width: 100%;                   /* garante responsividade */
  aspect-ratio: 1 / 1;           /* quadrado (270x270) sem precisar de height fixa */
}

.pg-home .faixa-2 .card-servico-home img{
  margin-bottom: 14px;
}

.pg-home .faixa-2 .card-servico-home h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: white;
  margin-top: 0;
  margin-bottom: 8px;
}

.pg-home .faixa-2 .card-servico-home p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: white;
  margin-top: 0;
  line-height: 1.3;
  text-align: center;
}

.pg-home .faixa-3{
  padding-top: 27px;
  padding-bottom: 87px;
}

.pg-home .faixa-3 h2{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #184562;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 23px;
}

.pg-home .faixa-3 .card-servico{
  width: 370px;
  height: 370px;
  margin-bottom: 30px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  padding: 0 15px;
  background-size: cover;      /* mostra a imagem inteira */
  background-repeat: no-repeat;  /* evita repetir a imagem */
  background-position: center;   /* centraliza a imagem */
  width: 100%;                   /* garante responsividade */
  aspect-ratio: 1 / 1;           /* quadrado (270x270) sem precisar de height fixa */
  padding:inherit!important;
}


.pg-home .faixa-3 .card-servico .filtro{
  background-image: url('../imagens/efeito-card.png');
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px 17px;
  flex-direction: column;
  position: relative;
  transition: 0.4s linear all;
  &:hover{
    color: #CC9832;
    background-color: rgba(24,69,98,0.5);
  }

  &:hover h3{
    bottom: 20px;
  }

  &:hover span{
    opacity: 1;
  }
}

.pg-home .faixa-3 .card-servico .filtro h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: white;
  line-height: 1.3;
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
  transition: 0.4s linear all;
  
}

.pg-home .faixa-3 .card-servico .filtro span{
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  color: white;
  opacity: 0;
  transition: 0.4s linear all;
}

.pg-home .faixa-3 .tns-outer{
  position: relative;
}

.pg-home .faixa-3 .tns-controls{
  position: absolute;
  top: -50px;
  left: 15px;
}


.pg-home .faixa-4{
  padding-top: 80px;
  background-color: white;
  background-image: url('../imagens/bg-faixa-4.png');
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 184px;
}


.pg-home .faixa-4 h2{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 56px;
  color: #184562;
  margin-bottom: 19px;
  margin-top: 0;
  text-align: right;
}

.pg-home .faixa-4 p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: black;
  margin-bottom: 28px;
  margin-top: 0;
}

.pg-home .faixa-4 .botao-dourado{
  border: 0;
  position: relative;
  display: flex;
  width: 310px;
  height: 49px;
  justify-content: center;
  align-items: center;
  background-color: #CC9832;

  transition: 0.4s linear all;
  cursor: pointer;
  z-index: 12;
  margin-left: 30px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #184562;
  &:hover{
    color: #184562!important;
  }
  &:hover::after{
    right: -8px;
  }

  &:hover::before{
    left: -9px;
  }

  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;           /* mesma cor do botão */
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.4s linear all;
  }

  &::before {
    left: -28px;
    background-image: url('../imagens/botao-contato-before.fw.png');
  }

  &::after {
    right: -28px;
    background-image: url('../imagens/botao-contato-after.fw.png');
  }
}

.pg-home .faixa-4 .botao-dourado img{
  margin-right: 10px;
}

.pg-home .faixa-5{
  padding-bottom: 62px;
  border-bottom: 1px solid #E4E4E4;
}

.pg-home .faixa-5 h2{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #184562;
  margin-bottom: 34px;
  margin-top: 0;
}

.pg-home .faixa-5 .carousel-projetos{
  margin-bottom: 42px;
}

.pg-home .faixa-5 .carousel-projetos .segura-legenda{
  display: flex;
  justify-content: center;
  text-align: center;
}

.pg-home .faixa-5 .carousel-projetos .segura-legenda span{
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #184562;
  margin-top: 17px;
}

.pg-home .faixa-5 .carousel-projetos .segura-legenda span strong{
  font-weight: bold;
  font-family: 'Montserrat',sans-serif;
}

.pg-home .faixa-5 .botao-azul{
  border: 0;
  position: relative;
  display: flex;
  width: 210px;
  height: 49px;
  justify-content: center;
  align-items: center;
  background-color: #184562;

  transition: 0.4s linear all;
  cursor: pointer;
  z-index: 12;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: white;
  &:hover::after{
    right: -8px;
  }

  &:hover::before{
    left: -8px;
  }

  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;           /* mesma cor do botão */
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.4s linear all;
  }

  &::before {
    left: -28px;
    background-image: url('../imagens/botao-contato-before-azul.fw.png');
  }

  &::after {
    right: -28px;
    background-image: url('../imagens/botao-contato-after-azul.fw.png');
  }
}

.pg-home .faixa-5 .segura-botao{
    display: flex;
    justify-content: center;
}

.pg-home .faixa-5 .botao-azul img{
  margin-right: 10px!important;
}

.pg-home .faixa-5 .tns-outer{
  position:relative;
}

.faixa-5 button[data-controls="prev"]{
  position: absolute;
  top: 50%;
  left: -50px;
}

.faixa-5 button[data-controls="next"]{
  position: absolute;
  top: 50%;
  right: -50px;
}



.segura-carousel-projetos{
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
}

.pg-home .faixa-6{
  padding-top: 56px;
  padding-bottom: 43px;
}

.pg-home .faixa-6 h2{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #184562;
  margin-top: 0;
  margin-bottom: 69px;
}

.pg-home .tns-controls button{
  border: 0;
  background-color: transparent;
}

.pg-home .faixa-6 .tns-controls{
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

/* Fim dos estilos da home */

/* Estilos da pg sobre */

.pg-sobre .faixa-topo{
  height: 415px;
  background-image: url('../imagens/bg-topo.png');
  background-position: center center;
  background-size: cover;
}

.pg-sobre .faixa-1{
  padding-top: 80px;
  padding-bottom: 84px;
}
.pg-sobre .faixa-1{
  padding-top: 59px;
  padding-bottom: 51px;
}

.pg-sobre .faixa-1 img{
  max-width: 100%;
}

.pg-sobre .faixa-1 .ajusta-centro{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pg-sobre .faixa-1 h2{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 56px;
  color: #184562;
  margin-bottom: 19px;
  margin-top: 0;
}

.pg-sobre .faixa-1 p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: black;
  margin-top: 0;
  line-height: 1.8;
  text-align: justify;
}

.pg-sobre .faixa-2{
  padding-top: 40px;
  padding-bottom: 73px;
}

.pg-sobre .faixa-2 .col-md-4{
  display: flex;
  justify-content: center;
}

.pg-sobre .faixa-2 .card-missao{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pg-sobre .faixa-2 .card-missao img{
  width: 127px;
}


.pg-sobre .faixa-2 .card-missao h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 9px;
  width: 200px;
  color: #184562;
}

.pg-sobre .faixa-2 .card-missao p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: black;
  margin-bottom: 38px;
  margin-top: 0;
  width: 200px;
}

.pg-sobre .faixa-3{
  padding-top: 110px;
  background-color: white;
  background-image: url('../imagens/bg-faixa-4.png');
  background-repeat: no-repeat;
  background-position: center top;
}

.pg-sobre .faixa-3 .segura-fundo{
  background-color: #E4E4E4;
  padding-bottom: 83px;
}

.pg-sobre .faixa-3 h2{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #184562;
  margin-bottom: 19px;
  margin-top: 0;
  text-align: right;
}

.pg-sobre .faixa-3 p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: black;
  margin-bottom: 38px;
  margin-top: 0;
}

.pg-sobre .faixa-3 .botao-dourado{
  border: 0;
  position: relative;
  display: flex;
  width: 310px;
  height: 49px;
  justify-content: center;
  align-items: center;
  background-color: #CC9832;

  transition: 0.4s linear all;
  cursor: pointer;
  z-index: 12;
  margin-left: 30px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #184562;
  &:hover{
    color: #184562!important;
  }
  &:hover::after{
    right: -8px;
  }

  &:hover::before{
    left: -8px;
  }

  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;           /* mesma cor do botão */
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.4s linear all;
  }

  &::before {
    left: -28px;
    background-image: url('../imagens/botao-contato-before.fw.png');
  }

  &::after {
    right: -28px;
    background-image: url('../imagens/botao-contato-after.fw.png');
  }
}

.pg-sobre .faixa-3 .botao-dourado img{
  margin-right: 10px;
}


/* Fim do estilo da pg sobre */

/* Estilos da pg clientes */
.pg-clientes .faixa-topo{
  height: 415px;
  background-image: url('../imagens/bg-topo.png');
  background-position: center center;
  background-size: cover;
}
.pg-clientes .faixa-1{
  padding-top: 59px;
  padding-bottom: 10px;
}

.pg-clientes .faixa-1 h2{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 56px;
  color: #184562;
  margin-bottom: 16px;
  margin-top: 0;
}

.pg-clientes .faixa-1 p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: black;
  margin-bottom: 38px;
  margin-top: 0;
}

.pg-clientes .faixa-1 .logo-cliente{
  margin-bottom:47px;
}

/*fim estilo pg clientes*/

/* estilos da pg servicos */
.pg-servicos .faixa-topo{
  height: 415px;
  background-image: url('../imagens/bg-topo.png');
  background-position: center center;
  background-size: cover;
}
.pg-servicos .faixa-1{
  padding-top:59px;
  padding-bottom: 66px;
}

.pg-servicos .faixa-1 h2{
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: bold;
  color: #184562;
  margin-bottom: 19px;
}

.pg-servicos .faixa-1 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 38px;
  color: black;
}

.pg-servicos .faixa-1 .card-servico{
  height: 270px;
  width: 270px; 
  margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 300px; */
    padding: 0 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* width: 100%; */
    aspect-ratio: 1 / 1;
    padding: 0 !important;         /* quadrado (270x270) sem precisar de height fixa */
}

.pg-servicos .faixa-1 .card-servico .filtro,.pg-home .faixa-3 .card-servico .filtro{
  background-image: url('../imagens/efeito-card.png');
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px 17px;
  flex-direction: column;
  position: relative;
  transition: 0.4s linear all;
  overflow: hidden;
  &:hover{
    color: #CC9832;
    background-color: rgba(24,69,98,0.5);
  }

  &:hover h3{
    bottom: 20px;
  }

  &:hover span{
    opacity: 1;
  }
}

.pg-servicos .faixa-1 .card-servico .filtro h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: white;
  line-height: 1.3;
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
  transition: 0.4s linear all;
  max-width: 79%;
  
}

.pg-servicos .faixa-1 .card-servico .filtro span{
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  color: white;
  opacity: 0;
  transition: 0.4s linear all;
}
/* fim estilos pg servicos */

/* estilos pg servico */
.pg-servico .faixa-topo{
  height: 415px;
  background-image: url('../imagens/bg-topo.png');
  background-position: center center;
  background-size: cover;
}
.pg-servico .faixa-1{
  padding-top: 59px;
  padding-bottom: 35px;
}

.pg-servico .faixa-1 h1{
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #184562;
  margin-bottom: 19px;
}

.pg-servico p{
  font-family: 'Montserrat',sans-serif;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 38px;
  color: black;
  text-align: justify;
}

/* fim estilos pg servico */

/* estilos pg projetos */
.pg-projetos .faixa-topo{
  height: 415px;
  background-image: url('../imagens/bg-topo.png');
  background-position: center center;
  background-size: cover;
}
.pg-projetos .faixa-1{
  padding-top: 59px;
  padding-bottom: 32px;
}

.pg-projetos .faixa-1 h2{
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: bold;
  color: #184562;
  margin-bottom: 19px;
}

.pg-projetos .faixa-1 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 38px;
  color: black;
}

.pg-projetos .col-md-4{
  padding: 0 15px;
}

.pg-projetos .card-projeto{
  width: 370px;
  height: 370px;
  margin-bottom: 30px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.pg-projetos .faixa-1 .card-projeto .filtro{
  background-image: url('../imagens/efeito-card.png');
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px 30px;
  flex-direction: column;
  position: relative;
  transition: 0.4s linear all;
  &:hover{
    color: #CC9832;
    background-color: rgba(24,69,98,0.5);
  }

  &:hover h3{
    bottom: 20px;
  }

  &:hover span{
    opacity: 1;
  }
}

.pg-projetos .faixa-1 .card-projeto .filtro h3{
  font-family: 'Montserrat',sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: white;
  line-height: 1.3;
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
  transition: 0.4s linear all;
  letter-spacing: 1px;
}

.pg-projetos .faixa-1 .card-projeto .filtro span{
  font-family: 'Montserrat',sans-serif;
  font-size: 14px;
  color: white;
  opacity: 0;
  transition: 0.4s linear all;
}
/* fim estilos pg projetos */

/* estilo pg projeto */
.pg-projeto .faixa-topo{
  height: 415px;
  background-image: url('../imagens/bg-topo.png');
  background-position: center center;
  background-size: cover;
}
.pg-projeto .faixa-1{
  padding-top: 59px;
  padding-bottom: 62px;
}

.pg-projeto h1{
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: bold;
  color: #184562;
  margin-bottom: 64px;
}

.pg-projeto .faixa-1 .container .row .col-md-3{
  padding: 0 15px;
  margin-bottom: 30px;
}

.pg-projeto .card-galeria{
  width: 270px;
  height: 270px;
  max-width: 100%;
  margin-bottom: 30px;
}

.pg-projeto .faixa-1 .segura-botao{
  display: flex;
  justify-content: center;
  margin-top: 25px;
  padding-right: 30px;
  align-items: center;
}

.pg-projeto .faixa-1 .botao-azul{
  border: 0;
  position: relative;
  display: flex;
  width: 200px;
  height: 49px;
  justify-content: center;
  align-items: center;
  background-color: #184562;

  transition: 0.4s linear all;
  cursor: pointer;
  z-index: 12;
  margin-left: 30px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: white;
  &:hover::after{
    right: -8px;
  }

  &:hover::before{
    left: -8px;
  }

  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;           /* mesma cor do botão */
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.4s linear all;
  }

  &::before {
    left: -28px;
    background-image: url('../imagens/botao-contato-before-azul.fw.png');
  }

  &::after {
    right: -28px;
    background-image: url('../imagens/botao-contato-after-azul.fw.png');
  }
}

.pg-projeto .faixa-1 .botao-azul img{
  margin-right: 10px;
}

/* fim estilo pg projeto */

/* estilos pg contato */
.pg-contato .faixa-topo{
  height: 415px;
  background-image: url('../imagens/bg-topo.png');
  background-position: center center;
  background-size: cover;
}
.pg-contato .faixa-1{
  padding-top: 59px;
  padding-bottom: 62px;
  position: relative;
}

.pg-contato .container .row .col-md-6{
  overflow: hidden;
}

.pg-contato h2{
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: bold;
  color: #184562;
  margin-bottom: 19px;
}

.pg-contato .faixa-1 p{
  font-family: 'Montserrat',sans-serif;
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 52px;
  color: black;
}

.pg-contato .faixa-1 input.form-control{
  height: 50px!important;
  font-size: 14px;
}

.pg-contato .faixa-1 textarea{
  font-size: 14px;
}

.pg-contato .faixa-1 .segura-botao p{
  display: flex;
  justify-content: flex-end;
  margin-top: 19px;
  padding-right: 30px;
  align-items: center;
}

.pg-contato .faixa-1 .segura-botao span{
  font-family: 'Montserrat',sans-serif;
  font-size: 13px;
  margin-right: 26px;
}

.pg-contato .faixa-1 .segura-botao .botao-dourado{
  border: 0;
  position: relative;
  display: flex;
  width: 133px;
  height: 49px;
  justify-content: center;
  align-items: center;
  background-color: #CC9832;

  transition: 0.4s linear all;
  cursor: pointer;
  z-index: 12;
  margin-left: 45px;
  font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #184562;
  &:hover{
    color: #184562!important;
  }
  &:hover::after{
    right: -8px;
  }

  &:hover::before{
    left: -8px;
  }

  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;           /* mesma cor do botão */
    z-index: 0;
    background-repeat: no-repeat;
    transition: 0.4s linear all;
  }

  &::before {
    left: -28px;
    background-image: url('../imagens/botao-contato-before.fw.png');
  }

  &::after {
    right: -28px;
    background-image: url('../imagens/botao-contato-after.fw.png');
  }
}

.pg-contato iframe{
    width: 48vw;
    height: 640px;
    position: absolute;
    right: 0;
    bottom: 65px;
}

.pg-contato .recaptcha iframe{
  position: static;
  margin: 15px auto 0 auto;
  display: block;
}
.desktop{
  display: block;
}

.mobile{
  display: none;
}

.col-xl-9.mobile-flex.mobile-column.mobile-align-center{
  display: flex!important;
}

@media(max-width: 1199px){
  .menu li.mobile{
    display: flex;
    width: 100%;
  }

  .menu li.mobile a{
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .menu li.mobile a img{
    width: 90px;
  }

  .segura-redes{
    display: none;
  }
  .pg-home h2.desktop{
    display: block;
  }
  .pg-home h2.mobile{
    display: none;
  }
  

  .pg-home .faixa-topo{
    height: 400px!important;
  }

  .faixa-topo h2{
    font-size: 40px!important;
  }

  .pg-home .faixa-topo h2{
    font-size: 40px!important;
  }

  .pg-home .faixa-2{
    text-align: center;
  }

  .pg-home .faixa-2 .card-servico-home{
    margin-top: 30px;
  }

  .pg-home .faixa-4 h2{
    font-size: 40px;
  }

  p{
    line-height: 1.5!important;
  }
  .faixa-1 h2{
    font-size: 40px!important;
  }
  header{
    background: #CC9832;
    background-image: none;
    height: 60px;
    position: static;
  }

  header .logo-mobile{
    margin-top: 10px;
  }

  header .segura-contato{
    background: inherit;
    padding-left: 0;
    margin-left: 0;
    justify-content: center;
    &::before{
      display: none;
    }
  }

  header .logo{
    display: none;
  }

  header .segura-menu .menu{
    display: flex;
    flex-direction: column;
    background-color: #184562;
    width: 250px;
    height: 100vh;
    position: fixed;
    overflow-y: auto;
    left: -250px;
    top: 0;
    transition: 0.4s linear all;
    z-index: 100;
    margin-top: 0;
    padding: 15px!important;
    justify-content: flex-start;
    align-items: flex-start;
    &.active{
      left: 0;
    }
  }

  header .segura-menu .menu .mobile-logo{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: 100%;
  }

  header .segura-menu .menu .mobile-logo img{
    max-width: 100px!important;
  }

  header .segura-menu .menu .segura-redes-mobile{
    display: flex;
    flex-grow: 1;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
  }

  header .segura-menu .menu .segura-redes-mobile .redes{
    display: flex;
    width: 100%;
    justify-content: center;
  }

  header .segura-menu .menu .menu-item.active{
    color: #cc9832;
  }  

  header .segura-telefone{
    display: none;
  }

  .faixa-topo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px!important;
  }

  .faixa-topo h2.mobile{
    color: white!important;
    font-size: 40px!important;
  }

  .botao-menu{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    top: 10px;
    background-color: #184562;
    display: flex!important;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .botao-menu img{
    width: 20px;
  }

  .mobile{
    display: block;
  }

  .pg-servicos .faixa-1 .card-servico{
    max-width: 100%;
  }

  .pg-servicos .faixa-1 .card-servico .filtro h3{
    font-size: 14px!important;
  }

  header .segura-contato{
    height: 60px;
  }
}

@media(max-width: 1024px){
  
  .alinha-lg{
    margin-left: 0 !important;
    width: 100%;
  }
  .mobile-flex{
    display: flex;
  } 

  .mobile-column{
    flex-direction: column;
  }

  .mobile-align-center{
    align-items: center;
  }
  footer{
    padding-top: 30px;
    background-image: url('../imagens/bg-rodape-mobile.png');
    background-position: center center;
    background-size: cover;
  }

  footer .logo{
    display: none;
  }

  footer .media{
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }

  footer .media img{
    width: 40px;
    margin-bottom: 5px;
  }

  footer .media .media-body{
    margin-left: 0;
    font-size: 13px;
  }

  footer .copyright .segura-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px!important;
    flex-direction: column;
    text-align: center;
    border-top: 1px solid #bbb;
  }

  footer .copyright .segura-copyright span{
    margin-bottom: 5px;
  }

  footer .copyright .kryzalis {
    display: flex;
    align-items: flex-end;
  }

  footer .copyright .kryzalis span{
    margin-bottom: 0;
  }
}
@media(max-width: 991px){
  .offset-md-1.col-md-5.logo{
    display: none;
  }
  .card-servico{
    margin: 0 auto 30px auto;
  }
  .faixa-1 h2 {
      font-size: 24px !important;
  }

  h2,h1{
    text-align: center;
  }
  p{
    text-align: center;
  }

  .faixa-1 img{
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .card-projeto, .card-galeria{
    margin: 0 auto 30px auto;
  }

  .botao-azul img{
    margin:inherit!important;
    margin-left: 0!important;

  }
}

@media(max-width: 767px){
  .btnwhats{    
    left: inherit;
    right: -20px;
    bottom: 10px;
  }

  .desktop{
    display: none;
  }

  .pg-home .faixa-1 .col-lg-6{
    justify-content: center;
  }

  
  .faixa-5 button[data-controls="next"] {
    position: absolute;
    top: 91%;
    right: calc(50% - 35px);
  }

  .pg-home .faixa-5 .carousel-projetos{
    margin-bottom: 80px;
  }

  
  .faixa-5 button[data-controls="prev"] {
    position: absolute;
    top: 91%;
    left: calc(50% - 35px);
  }


  .pg-servico h1,.pg-servicos h2,.pg-contato h2,.pg-projetos h2,.pg-projeto h1,.pg-sobre h2,.pg-clientes h2,.pg-home h2{
    font-family: "Montserrat", sans-serif;
    font-size: 22px!important;
    font-weight: bold!important;
    color: #184562!important;
    margin-top: 0!important;
    margin-bottom: 15px!important;
    text-align: center!important;
    margin-top: 20px!important;
  }

  .pg-servico p,.pg-servicos p,.pg-contato p,.pg-projetos p,.pg-projeto p,.pg-sobre p,.pg-clientes p,.pg-home p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px!important;
    color: black;
    text-align: center!important;
  }
  .pg-contato .faixa-1 .segura-contato{
    display: flex;
    flex-direction: column-reverse;
  }
  iframe {
    width: 100% !important;
    height: auto!important;
    position: static!important;
  }

  form{
    margin-bottom: 30px;
  }

  

  .pg-home .faixa-topo{
    display: block;
    height: inherit;
  }

  .pg-home .faixa-topo .segura-texto{
    display: block;
    padding-top: 0;
  }

  .pg-home .faixa-topo h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 26px!important;
    color: white;
    line-height: 1.3;
    margin-bottom: 30px;
    color: white!important;
  }

  .pg-home .faixa-topo .botao-dourado {
    border: 0;
    position: relative;
    display: flex;
    width: 250px;
    height: 49px;
    justify-content: center;
    align-items: center;
    background-color: #CC9832;
    transition: 0.4s linear all;
    cursor: pointer;
    z-index: 12;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #184562;
    &:hover{
        color: #184562!important;
      }
  }

  .pg-home .faixa-1{
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .pg-home .faixa-1 .botao-azul {
    border: 0;
    position: relative;
    display: flex;
    width: 200px;
    height: 49px;
    justify-content: center;
    align-items: center;
    background-color: #184562;
    transition: 0.4s linear all;
    cursor: pointer;
    z-index: 12;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: white;
  }

  .pg-home .faixa-1 .logo{
    display: none;
  }

  .pg-home .faixa-2{
    background-image: url('../imagens/bg-faixa-2-mobile.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .pg-home .faixa-2 h2{
    color: white!important;
  }

  .pg-home .faixa-2 .col-md-9{
    flex-direction: column;
  }

  .pg-home .faixa-2 .card-servico-home{
    margin: 0 auto 30px auto;
    aspect-ratio: inherit;
  }

  .pg-home .faixa-3{
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .pg-home .faixa-3 h2{
    margin-bottom: 60px!important;
  }

  .pg-home .faixa-3 .tns-controls {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .pg-home .faixa-3 .card-servico{
    width: 270px;
    height: 270px;
    margin: 0 auto;
  }

  .pg-home .faixa-4 {
    padding-top: 30px;
    background-color: white;
    background: #e4e4e4;
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 40px;
  }

  .pg-home .faixa-4 .botao-dourado {
    border: 0;
    position: relative;
    display: flex;
    width: 270px;
    height: 49px;
    justify-content: center;
    align-items: center;
    background-color: #CC9832;
    transition: 0.4s linear all;
    cursor: pointer;
    z-index: 12;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #184562;
    &:hover{
      color: #184562!important;
    }
  }

  .pg-home .faixa-5 {
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E4E4E4;
  }

  .pg-home .faixa-5 h2{
    margin-bottom: 40px!important;
  }

  .pg-home .faixa-6 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .pg-home .faixa-6 .logo-cliente{
    margin: 0 auto;
    display: block;
  }

  .pg-sobre .faixa-1 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .pg-sobre .faixa-2 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .pg-sobre .faixa-3 {
    padding-top: 40px;
    padding-bottom: 30px;
    background-image: none;
    background-color: #e4e4e4;
  }

  .pg-sobre .faixa-3 .segura-fundo{
    padding-bottom: 0;
  }

  .pg-sobre .faixa-3 .botao-dourado {
    border: 0;
    position: relative;
    display: flex;
    width: 285px;
    height: 49px;
    justify-content: center;
    align-items: center;
    background-color: #CC9832;
    transition: 0.4s linear all;
    cursor: pointer;
    z-index: 12;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #184562;
    &:hover{
    color: #184562!important;
  }
  }

  .pg-contato .faixa-1 {
    padding-top: 24px;
    padding-bottom: 5px;
    position: relative;
  }

  .pg-servicos .faixa-1 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .pg-servicos .faixa-1 .card-servico {
    height: 270px;
    width: 270px;
    margin: 0 auto 30px auto;
    max-width: 100%;
  }

  .pg-servico .faixa-1 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .pg-clientes .faixa-1 .logo-cliente{
    width: 173px;
    margin: 0 auto 30px auto;
    display: block;
  }

  .pg-projetos .faixa-1{
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .pg-projeto .faixa-1 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .pg-projeto .card-galeria {
    width: 270px;
    height: 270px;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }

  
}
.segura-telefone a:hover{
  color: #184562!important;
}
/* fim estilos pg contato */