.elementor-kit-3546{--e-global-color-primary:#A7936C;--e-global-color-secondary:#846F45;--e-global-color-text:#7A7A7A;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:#FFFFFF;font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-kit-3546 button,.elementor-kit-3546 input[type="button"],.elementor-kit-3546 input[type="submit"],.elementor-kit-3546 .elementor-button{background-color:transparent;font-family:"Poppins", Sans-serif;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-primary ) 100%);box-shadow:0px 0px 4px 0px rgba(0,0,0,0.5);}.elementor-kit-3546 button:hover,.elementor-kit-3546 button:focus,.elementor-kit-3546 input[type="button"]:hover,.elementor-kit-3546 input[type="button"]:focus,.elementor-kit-3546 input[type="submit"]:hover,.elementor-kit-3546 input[type="submit"]:focus,.elementor-kit-3546 .elementor-button:hover,.elementor-kit-3546 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3546{font-size:1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}}/* Start custom CSS */.atendimento {
    background-color: #1b5e20; /* Cor de fundo */
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.atendimento h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    text-align: left;
}

.item img {
    width: 40px;
    height: 40px;
}

.item h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.item p {
    font-size: 14px;
    margin: 0;
}

.botao {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px;
}

.botao:hover {
    background-color: #45a049;
}/* End custom CSS */