.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#707070;--e-global-color-text:#1E1E1E;--e-global-color-accent:#007FCA;--e-global-color-42e9d26:#003895;--e-global-color-81e04d2:#007FCA;--e-global-color-36905ee:#1D1D1D;--e-global-color-7a04438:#707070;--e-global-color-1a53af1:#F3F3F3;--e-global-color-c5ce641:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:37px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-letter-spacing:0.5px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:none;--e-global-typography-c8c1e9a-font-family:"Catamaran";--e-global-typography-c8c1e9a-font-size:20px;--e-global-typography-c8c1e9a-font-weight:700;--e-global-typography-c8c1e9a-text-transform:none;font-family:"Source Sans Pro", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h1{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-6 h6{font-family:"Montserrat", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-6{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:25px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:12px;--e-global-typography-accent-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*-- desfocar o que está atrás (efeito de vidro fosco) -- */
.blur-5{
    backdrop-filter: blur(5px);
}

.blur-10{
    backdrop-filter: blur(10px);
}

.blur-20{
    backdrop-filter: blur(20px);
}

.blur-30{
    backdrop-filter: blur(30px);
}

/* -- Ajustar posição do botão do joinchat -- */
.joinchat{
        --bottom: 64px!important;
}

.elementor-field-type-recaptcha_v3{
    display: none !important;
}

/* -- retirar borda de focus nos botões -- */

button, input, a:focus {
    outline: none !important;
}



/* -- setas-personalizadas -- */
.setas .eicon-chevron-left{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    
    padding: 6px 10px 6px 10px;
}

.setas .eicon-chevron-left:after{
    content: '';
    z-index: -1;
    background: var( --e-global-color-81e04d2 );
    position: absolute;
    top:0;
    left: 0;
    width: 50%;
    height: 100%;
    transition: .3s;
}

.setas .eicon-chevron-left:hover:after{
    width: 100%;
}

.setas .eicon-chevron-left:before{
    content: '\f30a';
}

.setas .eicon-chevron-right{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 6px 10px 6px 10px;
}

.setas .eicon-chevron-right:after{
    content: '';
    z-index: -1;
    background: var( --e-global-color-81e04d2 );
    position: absolute;
    top:0;
    right: 0;
    width: 50%;
    height: 100%;
    transition: .3s;
}

.setas .eicon-chevron-right:hover:after{
    width: 100%;
}

.setas .eicon-chevron-right:before{
    content: '\f30b';
}




/* arredondado */
/*
#site-header header a.elementor-button-link.elementor-button, .e-con-inner .elementor-widget-button a.elementor-button-link.elementor-button {
    border-radius: 50px ;
} 
 
 .elementor-shape-circle .elementor-icon {
     border-radius: 50%
 }
 
 
 .e-con-full.e-con {
    border-radius: 50px;
}


.e-con-full.e-con, .borda .elementor-slides-wrapper.elementor-main-swiper, .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before {
    border-radius: 10px;
}
 
.borda .swiper-slide-inner {
    border-radius: 30px;
}


.borda img{
   
    border-radius: 15px;
}
 

.elementor-widget-price-table .elementor-widget-container {
    border-radius: 30px ;
}



*/




/* Quadrado */

.elementor-button.elementor-size-md  {
     border-radius: 0vw ;
 }
 
 .elementor-shape-circle .elementor-icon {
     border-radius: 0%
 }
 
 
 .e-con-full.e-con {
    border-radius: 0px;
}


.e-con-full.e-con, .elementor-button {
    border-radius: 0vw;
}

.elementor-widget-price-table .elementor-widget-container {
    border-radius: 0vw ;
}

.elementor img, .elementor-button-link.elementor-button
{
   
    border-radius: 0vw ;
}

.banner .elementor-shape {
    display: none;
}



.servicos p.elementor-icon-box-description {
    min-height: 90px;
}


.frase .elementor-widget-container {
    align-content: center;
}/* End custom CSS */