.elementor-599 .elementor-element.elementor-element-daee9b2{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--border-radius:0px 0px 0px 0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-599 .elementor-element.elementor-element-daee9b2:not(.elementor-motion-effects-element-type-background), .elementor-599 .elementor-element.elementor-element-daee9b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-599 .elementor-element.elementor-element-7ebf621{width:var( --container-widget-width, 41% );max-width:41%;--container-widget-width:41%;--container-widget-flex-grow:0;}.elementor-599 .elementor-element.elementor-element-7ebf621.elementor-element{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-599 .elementor-element.elementor-element-dc34915{width:var( --container-widget-width, 54% );max-width:54%;--container-widget-width:54%;--container-widget-flex-grow:0;text-align:center;}.elementor-599 .elementor-element.elementor-element-dc34915 > .elementor-widget-container{padding:0px 0px 40px 0px;}.elementor-599 .elementor-element.elementor-element-dc34915.elementor-element{--align-self:center;}.elementor-599 .elementor-element.elementor-element-dc34915 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:600;color:#2D2D2D;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-599 .elementor-element.elementor-element-419efbc .elementor-button{background-color:transparent;font-family:"Roboto", Sans-serif;font-size:1.3em;font-weight:500;fill:#FFFFFF;color:#FFFFFF;background-image:linear-gradient(-90deg, #5C79E1 0%, #7236D5 100%);padding:20px 50px 20px 50px;}.elementor-599 .elementor-element.elementor-element-ec733c2 .elementor-button{background-color:transparent;font-family:"Roboto", Sans-serif;font-size:1.3em;font-weight:500;fill:#FAD140;color:#FAD140;background-image:linear-gradient(-90deg, #373737 0%, #000000 100%);padding:20px 60px 20px 60px;}.elementor-599 .elementor-element.elementor-element-6aa6ace .elementor-button{background-color:transparent;font-family:"Roboto", Sans-serif;font-size:1.3em;font-weight:500;fill:#FFFFFF;color:#FFFFFF;background-image:linear-gradient(-90deg, #458DF8 0%, #01569F 100%);padding:20px 40px 20px 40px;}#elementor-popup-modal-599{background-color:#000000CC;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-599 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-599 .dialog-close-button{display:flex;}#elementor-popup-modal-599 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:1024px){.elementor-599 .elementor-element.elementor-element-daee9b2{--padding-top:80px;--padding-bottom:80px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-599 .elementor-element.elementor-element-7ebf621{--container-widget-width:70%;--container-widget-flex-grow:0;width:var( --container-widget-width, 70% );max-width:70%;}.elementor-599 .elementor-element.elementor-element-7ebf621 img{width:100%;}.elementor-599 .elementor-element.elementor-element-dc34915{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-599 .elementor-element.elementor-element-dc34915 .elementor-heading-title{font-size:1.7em;}}/* Start custom CSS for button, class: .elementor-element-419efbc */.abso{
        position: absolute;
        top: 0;
    }
    
    .codigos{
        position: fixed;
        bottom: 0;
        z-index: 12;
    }
    
    .botao-h1, .azul{
    border-radius: 30px 0 30px 0;
    animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite brilho2;
    background-image: linear-gradient(45deg, #0346A9, #011B6C, #0346A9, #011B6C) !important; /*troque as cores aqui, repetindo conforme indicado*/
    background-size: 400% 200%;
    transition: all .8s;
}

@keyframes brilho2{
    0% {
        background-position: 0 0;
    }  

    100% {
        background-position: 100% 0;
    }
}
    
    /* códigos botão */
    
.botao-h1{
    width: fit-content !important;
    overflow: hidden;
}

.botao-h1:hover::before {
  animation: brilho 0.8s linear;
}

.botao-h1::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 0 30px 20px #ffffffaa;
  transform: skewX(-30deg);
  mix-blend-mode: plus-lighter;
}

@keyframes brilho {
  0% {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
  }
}

.roxo{
    background: linear-gradient(to right, #5C79E1, #7236D5);
    -webkit-background: linear-gradient(to right, #5C79E1, #7236D5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding-bottom: 13px;
    padding-left:5px;
}

.degrade-borda-cards{
    border-top: solid 2px;
    border-image: linear-gradient(to right, purple, blue, transparent) 1;
    position: relative;
}

.degrade-borda-cards::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, purple, blue, transparent);
}

   .card-degrade-roxo{
    animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite brilho2;
    background-image: linear-gradient(-45deg, #7236D5, #5C79E1, #7236D5, #5C79E1); /*troque as cores aqui, repetindo conforme indicado*/
    background-size: 400% 200%;
    transition: all .8s;
}

@keyframes brilho2{
    0% {
        background-position: 0 0;
    }  

    100% {
        background-position: 100% 0;
    }
}

.italico2{
    color: #ffffff;
    font-style: italic;
    
}


botao, .roxo{
    border-radius: 30px 0 30px 0;
}

@keyframes brilho3{
    0% {
        background-position: 0 0;
    }  

    100% {
        background-position: 100% 0;
    }
}

.botao{
    width: fit-content !important;
    overflow: hidden;
}

.botao:hover::before {
  animation: brilho 0.8s linear;
}

.botao::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 0 30px 20px #ffffffaa;
  transform: skewX(-30deg);
  mix-blend-mode: plus-lighter;
}

@keyframes brilho {
  0% {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
  }
}

@media(min-width: 1024px){
    
    .torto{
    position: relative;
}

.torto:hover{
    transform: rotate(3deg) scale(1.1) !important;
    box-shadow: 10px 12px 40px rgba(2, 12, 26, 0.56)
    z-index: 999;
}
}

.mentoria-black{
    position: relative;
}

/* Luzes mentorias black */


    .mentoria-black:before{
    content: '';
    position: absolute;
    width: 270px;
    height: 270px;
    right: 0px;
    background: #6C6C6C;
    border-radius: 50%;
    filter: blur(200px);
    mix-blend-mode: screen;
}

.mentoria-black:after{
    content: '';
    position: absolute;
    width: 270px;
    height: 270px;
    right: 0px;
    bottom: 0px;
    background: #6C6C6C;
    border-radius: 50%;
    filter: blur(200px);
    mix-blend-mode: screen;
}



@media(max-width: 767px){

.mentoria-black:after, .mentoria-black:before{
    display: none;
}

}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-ec733c2 */.abso{
        position: absolute;
        top: 0;
    }
    
    .codigos{
        position: fixed;
        bottom: 0;
        z-index: 12;
    }
    
    .botao-h1, .azul{
    border-radius: 30px 0 30px 0;
    animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite brilho2;
    background-image: linear-gradient(45deg, #0346A9, #011B6C, #0346A9, #011B6C) !important; /*troque as cores aqui, repetindo conforme indicado*/
    background-size: 400% 200%;
    transition: all .8s;
}

@keyframes brilho2{
    0% {
        background-position: 0 0;
    }  

    100% {
        background-position: 100% 0;
    }
}
    
    /* códigos botão */
    
.botao-h1{
    width: fit-content !important;
    overflow: hidden;
}

.botao-h1:hover::before {
  animation: brilho 0.8s linear;
}

.botao-h1::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 0 30px 20px #ffffffaa;
  transform: skewX(-30deg);
  mix-blend-mode: plus-lighter;
}

@keyframes brilho {
  0% {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
  }
}

.roxo{
    background: linear-gradient(to right, #5C79E1, #7236D5);
    -webkit-background: linear-gradient(to right, #5C79E1, #7236D5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding-bottom: 13px;
    padding-left:5px;
}

.degrade-borda-cards{
    border-top: solid 2px;
    border-image: linear-gradient(to right, purple, blue, transparent) 1;
    position: relative;
}

.degrade-borda-cards::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, purple, blue, transparent);
}

   .card-degrade-roxo{
    animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite brilho2;
    background-image: linear-gradient(-45deg, #7236D5, #5C79E1, #7236D5, #5C79E1); /*troque as cores aqui, repetindo conforme indicado*/
    background-size: 400% 200%;
    transition: all .8s;
}

@keyframes brilho2{
    0% {
        background-position: 0 0;
    }  

    100% {
        background-position: 100% 0;
    }
}

.italico2{
    color: #ffffff;
    font-style: italic;
    
}


botao, .roxo{
    border-radius: 30px 0 30px 0;
}

@keyframes brilho3{
    0% {
        background-position: 0 0;
    }  

    100% {
        background-position: 100% 0;
    }
}

.botao{
    width: fit-content !important;
    overflow: hidden;
}

.botao:hover::before {
  animation: brilho 0.8s linear;
}

.botao::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 0 30px 20px #ffffffaa;
  transform: skewX(-30deg);
  mix-blend-mode: plus-lighter;
}

@keyframes brilho {
  0% {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
  }
}

@media(min-width: 1024px){
    
    .torto{
    position: relative;
}

.torto:hover{
    transform: rotate(3deg) scale(1.1) !important;
    box-shadow: 10px 12px 40px rgba(2, 12, 26, 0.56)
    z-index: 999;
}
}

.mentoria-black{
    position: relative;
}

/* Luzes mentorias black */


    .mentoria-black:before{
    content: '';
    position: absolute;
    width: 270px;
    height: 270px;
    right: 0px;
    background: #6C6C6C;
    border-radius: 50%;
    filter: blur(200px);
    mix-blend-mode: screen;
}

.mentoria-black:after{
    content: '';
    position: absolute;
    width: 270px;
    height: 270px;
    right: 0px;
    bottom: 0px;
    background: #6C6C6C;
    border-radius: 50%;
    filter: blur(200px);
    mix-blend-mode: screen;
}



@media(max-width: 767px){

.mentoria-black:after, .mentoria-black:before{
    display: none;
}

}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-6aa6ace */.abso{
        position: absolute;
        top: 0;
    }
    
    .codigos{
        position: fixed;
        bottom: 0;
        z-index: 12;
    }
    
    .botao-h1, .azul{
    border-radius: 30px 0 30px 0;
    animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite brilho2;
    background-image: linear-gradient(45deg, #0346A9, #011B6C, #0346A9, #011B6C) !important; /*troque as cores aqui, repetindo conforme indicado*/
    background-size: 400% 200%;
    transition: all .8s;
}

@keyframes brilho2{
    0% {
        background-position: 0 0;
    }  

    100% {
        background-position: 100% 0;
    }
}
    
    /* códigos botão */
    
.botao-h1{
    width: fit-content !important;
    overflow: hidden;
}

.botao-h1:hover::before {
  animation: brilho 0.8s linear;
}

.botao-h1::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 0 30px 20px #ffffffaa;
  transform: skewX(-30deg);
  mix-blend-mode: plus-lighter;
}

@keyframes brilho {
  0% {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
  }
}

.roxo{
    background: linear-gradient(to right, #5C79E1, #7236D5);
    -webkit-background: linear-gradient(to right, #5C79E1, #7236D5);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    padding-bottom: 13px;
    padding-left:5px;
}

.degrade-borda-cards{
    border-top: solid 2px;
    border-image: linear-gradient(to right, purple, blue, transparent) 1;
    position: relative;
}

.degrade-borda-cards::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, purple, blue, transparent);
}

   .card-degrade-roxo{
    animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite brilho2;
    background-image: linear-gradient(-45deg, #7236D5, #5C79E1, #7236D5, #5C79E1); /*troque as cores aqui, repetindo conforme indicado*/
    background-size: 400% 200%;
    transition: all .8s;
}

@keyframes brilho2{
    0% {
        background-position: 0 0;
    }  

    100% {
        background-position: 100% 0;
    }
}

.italico2{
    color: #ffffff;
    font-style: italic;
    
}


botao, .roxo{
    border-radius: 30px 0 30px 0;
}

@keyframes brilho3{
    0% {
        background-position: 0 0;
    }  

    100% {
        background-position: 100% 0;
    }
}

.botao{
    width: fit-content !important;
    overflow: hidden;
}

.botao:hover::before {
  animation: brilho 0.8s linear;
}

.botao::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 0 30px 20px #ffffffaa;
  transform: skewX(-30deg);
  mix-blend-mode: plus-lighter;
}

@keyframes brilho {
  0% {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 100%;
  }
}

@media(min-width: 1024px){
    
    .torto{
    position: relative;
}

.torto:hover{
    transform: rotate(3deg) scale(1.1) !important;
    box-shadow: 10px 12px 40px rgba(2, 12, 26, 0.56)
    z-index: 999;
}
}

.mentoria-black{
    position: relative;
}

/* Luzes mentorias black */


    .mentoria-black:before{
    content: '';
    position: absolute;
    width: 270px;
    height: 270px;
    right: 0px;
    background: #6C6C6C;
    border-radius: 50%;
    filter: blur(200px);
    mix-blend-mode: screen;
}

.mentoria-black:after{
    content: '';
    position: absolute;
    width: 270px;
    height: 270px;
    right: 0px;
    bottom: 0px;
    background: #6C6C6C;
    border-radius: 50%;
    filter: blur(200px);
    mix-blend-mode: screen;
}



@media(max-width: 767px){

.mentoria-black:after, .mentoria-black:before{
    display: none;
}

}/* End custom CSS */