.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:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */.amarelo {
    color: #ffcc00;
    
}

.linhas {
    position: absolute;
    mask: url('https://rdweb.io/wp-content/uploads/2025/11/LINHAS-2-1-1.png');
        -webkit-mask: url('https://rdweb.io/wp-content/uploads/2025/11/LINHAS-2-1-1.png');
        -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
     mask-size: contain;
    mask-repeat: no-repeat;
}

.linhas:before {
  content: "";
  position: absolute;
  left: -100%;
  width: 80px;
  height: 100%;
  top: 0%;
  z-index: 20;
  background: linear-gradient(to right, transparent 1%, #FFC000 40%,#FFC000 60% , transparent 100%);
  pointer-events: none;
  animation: luzlateralesquerda 5s linear infinite;
}
.linhas:after {
  content: "";
  position: absolute;
  right: 100%;
  width: 80px;
  height: 100%;
  top: 0%;
  z-index: 20;
  background: linear-gradient(to right, transparent 1%, #FFC000 40%,#FFC000 60% , transparent 100%);
  pointer-events: none;
  animation: luzlateraldireita 5s linear infinite;
}
@keyframes luzlateralesquerda{
   0%{
       left:-5%;
       opacity:0;
   }
   10%{
       left:2%;
       opacity:1;
   }
   90%{
       left: 45%;
   }
   100%{
       left: 47%;
       opacity:1;
   }
}
@keyframes luzlateraldireita{
   0%{
       right:-5%;
       opacity:0;
   }
   10%{
       right:2%;
       opacity:1;
   }
   90%{
       right: 45%;
   }
   100%{
       right: 47%;
       opacity:0;
   }
}

.sombralinhas {
    content: "";
    background-color: #017CFF;
    width: 500px;
    height: 500px;
    border-radius: 2000px;
    position: absolute;
    top: 0%;
    left: 0%;
    mix-blend-mode: screen;
    filter: blur(220px);
    opacity: 30%;
    z-index:        999922;
    pointer-events: none;            
}

.sombra1:after {
    content: '';
    position: absolute;
    left: 0;
    background-image: radial-gradient(transparent 0%, #000 42%);
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.sombra2:after {
    content: '';
    position: absolute;
    left: 0;
    background-image: radial-gradient(transparent 0%, #000 100%);
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}



.image{
    position: relative;
    transition: 0.5s ease all !important;
}

.image:hover{
    margin-top: -20px;
    transition: 0.5s ease all;
}

@media only screen and (max-width: 600px) {
.text-imagem{
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translatex(-50%);
    top: -15px;
    opacity: 0;
    transition: 0.5s ease all;
}
    .cont{
        transform: scale(1.3) !important;
    }
    
}

@media only screen and (min-width: 600px) {
.text-imagem{
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translatex(-50%);
    top: -50px;
    opacity: 0;
    transition: 0.5s ease all;
}}

.image:hover + .text-imagem {
    opacity: 1 !important;
}

.apps {
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}/* End custom CSS */