.elementor-1935 .elementor-element.elementor-element-5adfc9d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1935 .elementor-element.elementor-element-d982b7d{--display:flex;}body.elementor-page-1935:not(.elementor-motion-effects-element-type-background), body.elementor-page-1935 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){body.elementor-page-1935:not(.elementor-motion-effects-element-type-background), body.elementor-page-1935 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://liberagencia.com/wp-content/plugins/elementor/assets/images/placeholder.png");background-position:0px 0px;background-size:auto;}}/* Start custom CSS */::selection{
    background: #ffffff50;
}

html, body{
    width: 100%;
    overflow-x: hidden;
}

html, body{ overflow-x: hidden !important; }

p:last-child{
    margin-bottom:0px;
}

body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #000000;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(0deg, white, white);
  /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #000000;  /* creates padding around scroll thumb */
}





@media only screen and (min-width: 600px) {
.audio::before {
    content: "";
    background-image: url('https://andrezagirardelli.com/wp-content/uploads/2024/02/Camada-1-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: 0.5s;
    opacity: 0;
}}

@media only screen and (max-width: 600px) {
.audio::before {
    content: "";
    background-image: url('https://andrezagirardelli.com/wp-content/uploads/2024/02/Camada-1-1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: 0.5s;
    opacity: 0;
}}

.audio.active::before {
    opacity: 1;
}

@media only screen and (max-width: 600px) {
.audio.active {
    padding: 27px 13px 29px 13px !important; /* Manter o mesmo padding */
}}

@media only screen and (min-width: 600px) {
.audio.active {
    padding: 29px 13px 29px 13px !important; /* Manter o mesmo padding */
}}/* End custom CSS */