.elementor-kit-5{--e-global-color-primary:#03464A;--e-global-color-secondary:#0F767C;--e-global-color-text:#EBEBEB;--e-global-color-accent:#EFB041;--e-global-color-e7aa65d:#011A1C;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:700;font-family:"Sora", Sans-serif;font-size:16px;font-weight:400;line-height:1.5em;}.elementor-kit-5 a{font-family:"Sora", Sans-serif;font-size:16px;}.elementor-kit-5 a:hover{font-family:"Sora", Sans-serif;font-size:16px;}.elementor-kit-5 h1{font-family:"Sora", Sans-serif;font-weight:700;}.elementor-kit-5 h2{font-family:"Sora", Sans-serif;font-weight:700;}.elementor-kit-5 h3{font-family:"Sora", Sans-serif;}.elementor-kit-5 h4{font-family:"Sora", Sans-serif;}.elementor-kit-5 h5{font-family:"Sora", Sans-serif;}.elementor-kit-5 h6{font-family:"Sora", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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%;
    overflow-x: hidden;
}

p {
    margin-bottom: 0px;
}

::-webkit-scrollbar {
    width: 0.5vw;
}

::-webkit-scrollbar-track{
    background: #011a1c;
}

::-webkit-scrollbar-thumb {
    background: #044c51;
    border-radius: 10px;
    border: 0px solid;
}

*::selection {
    color: white;
    background-color: #137a80;
}


/*borda com Degrade*/
.border-bottom-gradient {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-image: linear-gradient(90deg, #062121, #10757b, #062121) 1;
}

/*borda com Degrade*/
.border-top-gradient {
    border-width: 2px 0 0 0;
    border-style: solid;
    border-image: linear-gradient(90deg, #062121, #10757b, #062121) 1;
}

/*Degrade texto*/
destaque {
    
    /* Primeiro passo: definir um degradê como fundo */
  background-image: linear-gradient(to right, #efb041, #e6a533);
  
  /* Segundo passo: apagar do fundo tudo que não estiver imediatamente atrás de texto */
  background-clip: text;
  -webkit-background-clip: text; /* Alguns navegadores precisam do prefixo */

  /* Terceiro passo: apagar o texto, deixando apenas o fundo atrás dele */
  -webkit-text-fill-color: transparent;

  /* Cor que contraste com o degradê, caso o navegador não suporte `background-clip: text` */
  color: #efb041;
    
}

.gold-button-html .wp-element-button , .gold-button .elementor-button {
    background: linear-gradient(230deg, #c59400, #f5d77e, #c59400);
    background-size: 600% 600%;

    -webkit-animation: gold-button 5s ease infinite;
    -moz-animation: gold-button 5s ease infinite;
    -o-animation: gold-button 5s ease infinite;
    animation: gold-button 5s ease infinite;
}

@-webkit-keyframes gold-button {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gold-button {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes gold-button {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gold-button {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.gold-button-html .wp-element-button {
    margin-top: 30px;
    border-bottom: 3px solid #816101;
    font-weight: 700;
}

/*Excerpt Line Count*/
.excerpt-lenght .elementor-post__excerpt, .listagem-de-posts .elementor-widget-container{ overflow: hidden; 
    width:100%; 
    display: -webkit-box; 
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
/*Title Line Count*/
.excerpt-lenght .elementor-post__title, .homepage-blog-posts .elementor-heading-title{ overflow: hidden; 
    width:100%;
    display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}/* End custom CSS */