.elementor-kit-59{--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;}.elementor-kit-59 e-page-transition{background-color:#FFBC7D;}.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);}.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 {
   max-width: 100%;
   overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #F4F6F8;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: linear-gradient(180deg, #0CD175, #02B662);
    border: 0px solid #F7FBFF;
}

::-webkit-scrollbar-thumb:hover {
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: linear-gradient(0deg, #0CD175, #02B662);
    border: 0px solid #F7FBFF;
}



 /* Estilização das imagens das postagens do blog */
.imagens-post {
    border-radius: 13px !important;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1) !important; 
}


/* Estilização das imagens principal das postagens do blog */
.imagem-principal {
    border-radius: 13px !important;
    margin-bottom: 10px !important; 
}

blockquote {
  border-left: 5px solid #0CD175;
  padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
	padding-bottom: 15px;
  margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 0px;
	background: linear-gradient(90deg, #E8FFF3, #F3FFFD, #E8FFF3)
}

::selection {
    background: #0CD175; /* Cor de fundo da seleção */
    color: white; /* Cor do texto da seleção */
}

::-moz-selection {
    background: #0CD175; /* Cor de fundo da seleção para Firefox */
    color: white; /* Cor do texto da seleção para Firefox */
}

table tr:nth-child(odd) {
  background: linear-gradient(90deg, #E8FFF3, #F3FFFD, #E8FFF3);
}

table tr:nth-child(even) {
  background-color: white;
}/* End custom CSS */