.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1208px;}.e-con{--container-max-width:1208px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */header#site-header {
    display: none;
}

a {
    color: #ffffff;
}

.wpcf7 form .wpcf7-response-output {
    margin: -20px 0 0 0;
    padding: 8px;
    border: 1px solid #ffffff !important;
    color: white;
    font-size: 12px;
    text-align: center;
}

.elementor-button-icon svg {
    height: auto;
    width: 8px;
}

.imagem-reveal{

    opacity: 0;

    transform:
        translateY(120px)
        scale(1.12);

    filter:
        blur(30px);

    will-change:
        transform,
        filter,
        opacity;
}


/* CONTAINER DAS LINHAS */
.grid-lines {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100%;
  max-width: 1340px; /* 🔥 limite máximo */

  height: 100%;
  pointer-events: none;
  z-index: 999;
}

.grid-lines::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, #d9d9d961 1px, transparent 1px) 5% 0 / 1px 100% no-repeat,
    linear-gradient(to right, #d9d9d961 1px, transparent 1px) 25% 0 / 1px 100% no-repeat,
    linear-gradient(to right, #d9d9d961 1px, transparent 1px) 52% 0 / 1px 100% no-repeat,
    linear-gradient(to right, #d9d9d961 1px, transparent 1px) 70% 0 / 1px 100% no-repeat,
    linear-gradient(to right, #d9d9d961 1px, transparent 1px) 95% 0 / 1px 100% no-repeat;
}




input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border-radius: 0;
    border: 0!important;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
    background-color: transparent;
    color: white !important;
    border-bottom: 1px solid #ffffff!important;
    margin-bottom: 10px;
}

.wpcf7-not-valid-tip {
    display: none;
}



span.wpcf7-list-item-label a {
    text-decoration: underline !important;
}
span.wpcf7-list-item-label {
    color: white;
    font-size: 14px;
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 300;
}


.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
    color:white;
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 300;
}




@media (max-width: 767px) {

.grid-lines {
    width: 720px;
}

}




/* BOTÃO */
.btn-outline-premium{
    position: relative;
background-color: #85858569;
    width: auto;
    min-width: 200px;
    max-width: 270px;
    height: 40px;
    z-index: 1001;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    text-decoration: none;

    color: #fff;
        font-family: "Manrope", Sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 20px;

    letter-spacing: .03em;

    transition:
        transform .35s ease,
        color .35s ease;
}

span.btn-icon {
    padding: 0 0 0 8px;
}

span.btn-icon svg {
    width: 8px;
}

/* CANTOS */
.btn-outline-premium::before{
    content: "";

    position: absolute;
    inset: 0;

    background:
    
    /* sup esq */
    linear-gradient(#fff,#fff) top left / 10px 2px no-repeat,
    linear-gradient(#fff,#fff) top left / 2px 10px no-repeat,

    /* sup dir */
    linear-gradient(#fff,#fff) top right / 10px 2px no-repeat,
    linear-gradient(#fff,#fff) top right / 2px 10px no-repeat,

    /* inf esq */
    linear-gradient(#fff,#fff) bottom left / 10px 2px no-repeat,
    linear-gradient(#fff,#fff) bottom left / 2px 10px no-repeat,

    /* inf dir */
    linear-gradient(#fff,#fff) bottom right / 10px 2px no-repeat,
    linear-gradient(#fff,#fff) bottom right / 2px 10px no-repeat;
}

/* LINHAS */
.btn-outline-premium .line{
    position: absolute;
    background: #fff;
}

/* TOPO */
.btn-outline-premium .top{
    top: 0;
    left: 10px;

    width: calc(100% - 20px);
    height: 2px;

    transform: scaleX(0);
    transform-origin: center;

    transition: transform .45s ease;
}

/* BASE */
.btn-outline-premium .bottom{
    bottom: 0;
    left: 10px;

    width: calc(100% - 20px);
    height: 2px;

    transform: scaleX(0);
    transform-origin: center;

    transition: transform .45s ease;
}

/* ESQUERDA */
.btn-outline-premium .left{
    top: 10px;
    left: 0;

    width: 2px;
    height: calc(100% - 20px);

    transform: scaleY(0);
    transform-origin: center;

    transition: transform .45s ease;
}

/* DIREITA */
.btn-outline-premium .right{
    top: 10px;
    right: 0;

    width: 2px;
    height: calc(100% - 20px);

    transform: scaleY(0);
    transform-origin: center;

    transition: transform .45s ease;
}

/* HOVER */
.btn-outline-premium:hover .top,
.btn-outline-premium:hover .bottom{
    transform: scaleX(1);
}

.btn-outline-premium:hover .left,
.btn-outline-premium:hover .right{
    transform: scaleY(1);
}

/* LEVE MOVIMENTO */
.btn-outline-premium:hover{
    transform: translateY(-2px);
color: white;
}

/* TEXTO */
.btn-outline-premium .btn-text{
    position: relative;
    z-index: 5;
}


.content  .btn-outline-premium{
      color: #7a7a7a;
      background-color: #f6f6f6;
  }
  
  /* CANTOS */
 .content .btn-outline-premium::before{
    background:
    
    /* sup esq */
    linear-gradient(#7a7a7a,#7a7a7a) top left / 10px 2px no-repeat,
    linear-gradient(#7a7a7a,#7a7a7a) top left / 2px 10px no-repeat,

    /* sup dir */
    linear-gradient(#7a7a7a,#7a7a7a) top right / 10px 2px no-repeat,
    linear-gradient(#7a7a7a,#7a7a7a) top right / 2px 10px no-repeat,

    /* inf esq */
    linear-gradient(#7a7a7a,#7a7a7a) bottom left / 10px 2px no-repeat,
    linear-gradient(#7a7a7a,#7a7a7a) bottom left / 2px 10px no-repeat,

    /* inf dir */
    linear-gradient(#7a7a7a,#7a7a7a) bottom right / 10px 2px no-repeat,
    linear-gradient(#7a7a7a,#7a7a7a) bottom right / 2px 10px no-repeat;
}


/* LINHAS */
 .content .btn-outline-premium .line{
    background: #7a7a7a;
}

/* MOBILE */
@media(max-width:767px){

    .btn-outline-premium{
        width: 220px;
        height: 76px;

        font-size: 18px;
    }

}




.projeto .btn-outline-premium{
      background: rgba(255, 255, 255, 0.08); /* transparência */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(12px);
}







input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: 30px auto 0;
    display: block;
    background: #D9D9D9;
    border-radius: 0;
    padding: 10px 20px;
    position: relative;
    background-color: #85858569;
    width: auto;
    min-width: 200px;
    height: 40px;
    color: #fff;
    font-family: "Manrope", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .03em;
    border: 1px solid white;
}/* End custom CSS */