.elementor-kit-12{--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;background-color:#000505;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.titulo{
    background: linear-gradient(90deg, #FFFFFF 0%, #414444 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.destaque{
    background: linear-gradient(94deg, #042D2C -7.82%, #0AB5B2 31.93%, #2FE6E3 77.41%, #0B6664 118.15%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}


.botao{
    border-radius: 8px;
    border-top: 2px solid #636363;
    background: linear-gradient(95deg, #012B2A -12.43%, #086B69 25.7%, #0B6664 69.31%, #072726 108.38%);
    box-shadow: 0px 4px 0px 0px #141414;
   position: relative;
    z-index: 4;
    height: 62;
    display: flex;
    align-items: center;
    justify-content: center;
}


.botao .elementor-button-text{
    position: relative;
    z-index: 5;
    transition: 0.5s
}

.botao:hover .elementor-button-text{
    color: #0B101B;
}

.botao::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border-top: 2px solid #ABB0B7;
    background: linear-gradient(95deg, #D7E7FF -12.43%, #E6F0FF 25.7%, #F4F8FE 69.31%, #D7E7FF 108.38%);
    box-shadow: 0px 4px 0px 0px #ABCCF2;
    z-index: 4;
    opacity: 0;
    transition: 0.5s;
}

.botao:hover::after{
    opacity: 1;
}

.botao:hover{
    transition: 0.5s;
    transform: scale(1.05);
}/* End custom CSS */