.elementor-kit-6{--e-global-color-primary:#1C1F29;--e-global-color-secondary:#1C1F29;--e-global-color-text:#1C1F29;--e-global-color-accent:#1C1F29;--e-global-color-42e9d26:#0D335D;--e-global-color-81e04d2:#0A53A3;--e-global-color-36905ee:#E4E4E4;--e-global-color-e69b259:#FAFAFA;--e-global-color-c79aed9:#FFFFFF;--e-global-typography-primary-font-family:"Syncopate";--e-global-typography-primary-font-size:31px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:300;--e-global-typography-f4d55c2-font-family:"Poppins";--e-global-typography-f4d55c2-font-size:12px;--e-global-typography-f4d55c2-font-weight:400;--e-global-typography-fafc6c9-font-family:"Poppins";--e-global-typography-fafc6c9-font-size:40px;--e-global-typography-fafc6c9-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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:16px;--e-global-typography-text-font-size:13px;--e-global-typography-accent-font-size:15px;--e-global-typography-fafc6c9-font-size:35px;}.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:21px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:12px;--e-global-typography-accent-font-size:14px;--e-global-typography-fafc6c9-font-size:30px;}.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;
}

/* -- retirar borda de focus nos botões -- */

button, input, a:focus {
    outline: none !important;
}



/* -- Hover cor -- */
.hover-color:hover span, .hover-color:hover i, .hover-color:hover p{
    color: #fff !important;
    transition: .3s;
}


/* -- Notícias -- */
.item-noticia{
    margin: 50px !important;
    background: #fff;
    box-shadow: 0 0 50px -10px rgba(0,0,0,.1) !important;
    border-radius: 20px;
    overflow: hidden;
}

.item-noticia .elementor-post__text{
    padding: 0 20px 20px;
}

.item-noticia .ler-mais-noticia{
    color: var(--e-global-color-42e9d26);
}

.item-noticia .titulo-noticia{
    font-size: var(--e-global-typography-secondary-font-size) !important;
}

.item-noticia .resumo-noticia{
    display: none;
}

.item-noticia .data-noticia{
    font-size: 12px;
    font-weight: 500;
    color: #999;
}

.item-noticia .elementor-post__meta-data{
    margin-bottom: 10px;
    margin-top: 10px;
}

.item-noticia  .elementor-post__thumbnail__link{
    margin-bottom: 10px !important;
}


@media(max-width:767px){
.item-noticia .titulo-noticia{
    font-size: 16px !important;
}
}


@media(max-width:400px){
.item-noticia{
    margin: 10px !important;
}
}


/* -- Notícias -- */

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: var(--e-global-color-42e9d26) !important;
    text-transform: none !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn, .cli-modal-content, #cookie_action_close_header_reject, #wt-cli-accept-all-btn {
    border-radius: 10px !important;
}


/* -- recaptcha -- */
.recaptcha_v3-bottomright {
    display: none !important;
}


.servicos .elementor-widget .elementor-icon-box-wrapper {
    min-height: 125px;
}




.icones-pulse a.elementor-social-icon {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.icones-pulse a.elementor-social-icon {

  -webkit-animation: pulse 1s ease infinite;
  -moz-animation: pulse 1s ease infinite;
  -ms-animation: pulse 1s ease infinite;
  -o-animation: pulse 1s ease infinite;
  animation: pulse 0.9s ease infinite;
}
.icones-pulse a.elementor-social-icon:hover {
  color: #fff;

}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.15);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(1.1);
  }
  50% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }
  25% {
    -ms-transform: scale(1.1);
  }
  50% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-o-keyframes pulse {
  
  0% { -o-transform: scale(1); }
  25% { -o-transform: scale(1.1); }
  50% { -o-transform: scale(1); }
  100% { -o-transform: scale(1); } 
}
@keyframes pulse { 
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}

.links .elementor-button-icon {
    align-items: center;
    display: flex
;
}


.links-menu i {
    background: #fff;
    color: var(--e-global-color-81e04d2) !important;
    padding: 12px;
    width: 100% !important;
    min-width: 50px;
    text-align: center;
    border-radius: 7px;
}


.links .elementor-button-icon {
    align-items: center;
    display: flex;
    justify-content: center;
}


@media (max-width: 900px) {
 span.e-n-menu-title-text {
    font-size: 11px !important;
}

ul.e-n-menu-heading {
    background: #fff;
}

}


div#gallery-1 {
    text-align-last: center;
}


div#gallery-1 img {
width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 9px 9px 9px 9px;
    
}/* End custom CSS */