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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding-top: var(--header-height-mobile);
}

@media (min-width: 850px) {
    body {
        padding-top: var(--header-height-desktop);
    }
}html,
body {
    font-family: 'Ubuntu', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 64px;
    padding-right: 64px;
}.banner-section {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: var(--header-height-mobile);
    overflow: hidden;
}

.banner-bg {
    z-index: 0;
    width: 100%;
    height: 580px;
    position: relative;
}

.banner-video-wrapper {
    width: 100%;
    margin-left: 0;
    height: 580px;
    background: none;
    overflow: hidden;
    position: relative;
}

.banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-text {
    display: flex;
    flex-direction: column;
    z-index: 4;
    position: relative;
    margin-top: 100px;
    margin-left: 1%;
    padding: 0 5px;
}

.banner-title {
    font-size: 36px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    color: #fff;
    line-height: 1.1;
    max-width: 70%;
    position: relative;
    margin: 0 0 0 5%;
}

.banner-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    max-width: 70%;
    margin: 20px 0 0 5%;
    position: relative;
}

.banner-button {
    transition: all 0.3s ease;
    margin-top: 50px;
    margin-left: 5%;
    text-decoration: none;
    border-radius: 40px;
    border: 2px solid #fff;
    width: 65%;
    background: none;
    z-index: 1;
    position: relative;
    display: inline-block;
}

.banner-button p {
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
}

.banner-button:hover {
    background: #fff;
    box-shadow: 0px 0px 1em #39b96f;
}

.banner-button:hover p {
    color: #39b96f;
}

.banner-bg-right,
.banner-bg-left {
    display: none;
}

@media (min-width: 601px) {
    .banner-section {
        margin-top: var(--header-height-desktop);
    }

    .banner-bg {
        height: 750px;
    }

    .banner-video-wrapper {
        width: 150%;
        margin-left: -25%;
        height: 750px;
        background: #22ce6b;
        border-bottom-left-radius: 50%;
        border-bottom-right-radius: 50%;
        overflow-y: hidden;
    }

    .banner-text {
        margin-top: 180px;
        margin-left: 20%;
        padding: 0;
    }

    .banner-title {
        font-size: 48px;
        max-width: 30%;
        margin-left: 0;
    }

    .banner-subtitle {
        font-size: 18px;
        max-width: 30%;
        margin-left: 0;
    }

    .banner-button {
        width: 300px;
        margin-left: 0;
    }

    .banner-button p {
        font-size: 18px;
    }

    .banner-bg-right {
        display: block;
        margin-top: 335px;
        position: absolute;
        width: 150%;
        margin-left: -25%;
        height: 400px;
        background: #39b96f;
        border-radius: 50%;
        z-index: -1;
    }

    .banner-bg-left {
        display: block;
        margin-top: 400px;
        position: absolute;
        width: 150%;
        margin-left: -75%;
        height: 400px;
        background: #22ce6b;
        border-radius: 50%;
        z-index: -1;
    }
}

@media (min-width: 1281px) {
    .banner-video-wrapper {
        height: 1080px;
    }

    .banner-text {
        margin-top: 300px;
        margin-left: 28%;
    }

    .banner-title {
        font-size: 60px;
    }

    .banner-subtitle {
        font-size: 20px;
    }

    .banner-button {
        width: 350px;
    }

    .banner-button p {
        font-size: 20px;
    }

    .banner-bg-right,
    .banner-bg-left {
        display: none;
    }
}

@media (min-width: 1290px) {
    .banner-bg {
        height: 1080px;
    }
}.servicos-section {
    padding-top: 0;
    width: 100%;
    padding-bottom: 50px;
    height: fit-content;
    position: relative;
    overflow: hidden;
}

.servicos-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.servicos-box-white {
    border-radius: 20px;
    width: 90%;
    height: fit-content;
    background: #fef9ff;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}

.servicos-top-section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.servicos-first-column {
    width: 90%;
    margin: 0 auto;
    display: none;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.servicos-banner {
    height: 250px;
    width: 100%;
    max-width: 250px;
}

.servicos-avatar {
    width: 100%;
    height: 100%;
}

.servicos-avatar img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.servicos-second-column {
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
}

.servicos-label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
}

.servicos-line {
    width: 50px;
    height: 3px;
    padding: 3px;
    border-radius: 16px;
    background: #22ce6b;
    margin: 10px 0;
}

.servicos-title {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin-bottom: 15px;
}

.servicos-content {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin-bottom: 30px;
}

.servicos-grid {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 5%;
    grid-row-gap: 20px;
    justify-content: space-evenly;
    width: 100%;
}

.servico-item {
    min-height: 220px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.servico-box-green {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    border: 2px solid #21cd6a;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.servico-icon {
    width: auto;
    height: 50px;
    object-fit: contain;
}

.servico-title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.servico-subtitle {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.servico-subline {
    width: 50px;
    height: 3px;
    border-radius: 16px;
    background: #e8d437;
    flex-shrink: 0;
}

.servicos-big-divider {
    width: calc(100% - 40px);
    height: 2px;
    background: #21cd6a;
    margin: 40px 20px 30px 20px;
}

.servicos-bottom-section {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding: 40px 0;
}

.valores-column {
    width: 90%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.valor-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.valor-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.valor-line {
    width: 50px;
    height: 3px;
    border-radius: 16px;
    background: #e8d437;
    margin-right: 15px;
}

.valor-title p {
    font-size: 22px;
    font-weight: bold;
    color: #262626;
    margin: 0;
}

.valor-content {
    width: 100%;
}

.valor-text {
    font-size: 16px;
    font-weight: 300;
    color: #262626;
    line-height: 26px;
    margin: 0;
}

.valor-lista ol {
    margin: 0;
    padding-left: 20px;
}

.valor-lista li {
    font-size: 16px;
    font-weight: 300;
    color: #262626;
    line-height: 26px;
}

.valor-lista li::marker {
    color: #22ce6b;
    font-weight: bold;
}

.valores-image-column {
    width: 90%;
    padding: 0 5%;
    margin-bottom: 20px;
    display: none;
}

.valores-banner {
    width: 100%;
    max-width: 450px;
    height: 400px;
    margin: 0 auto;
}

.valores-banner img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.servicos-final-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 5%;
    width: 100%;
}

.servicos-text-final {
    font-size: 16px;
    font-weight: 300;
    color: #262626;
    line-height: 26px;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
}

.servicos-button-final {
    text-decoration: none;
    border-radius: 40px;
    border: 2px solid #22ce6b;
    width: 90%;
    max-width: 350px;
    transition: 0.3s;
    background: none;
    margin: 0 auto;
}

.servicos-button-final:hover {
    background: #22ce6b;
}

.servicos-button-final:hover p {
    color: #fff;
}

.servicos-button-final p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    transition: 0.3s;
    margin: 0;
}

.servicos-bg-escuro {
    position: absolute;
    width: 100%;
    margin-left: -25%;
    height: 400px;
    background: #39b96f;
    border-radius: 50%;
    z-index: -2;
    margin-top: 50px;
}

@media (min-width: 501px) {
    .servicos-grid {
        grid-template-columns: 30% 30% 30%;
        grid-row-gap: 20px;
    }
    
    .servico-item {
        gap: 8px;
    }
}

@media (min-width: 901px) {
    .servicos-section {
        padding-top: 0;
        padding-bottom: 50px;
        margin-top: -150px;
    }
    
    .servicos-box-white {
        width: 80%;
    }
    
    .servicos-top-section {
        flex-direction: row;
        align-items: center;
    }
    
    .servicos-first-column {
        width: 30%;
        margin-left: 5%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 3%;
    }
    
    .servicos-banner {
        height: 480px;
        max-width: 380px;
    }
    
    .servicos-second-column {
        width: 60%;
        margin-left: 10px;
    }
    
    .servicos-grid {
        grid-template-columns: 22.5% 22.5% 22.5% 22.5%;
        grid-column-gap: 2%;
        grid-row-gap: 20px;
    }
    
    .servico-item {
        min-height: 200px;
        gap: 8px;
    }
    
    .servico-title {
        min-height: 20px;
    }
    
    .servico-subtitle {
        min-height: 20px;
    }
    
    .servicos-big-divider {
        width: calc(100% - 80px);
        margin: 60px 40px 40px 40px;
    }
    
    .servicos-bottom-section {
        flex-direction: row;
    }
    
    .valores-column {
        width: 50%;
        margin-top: 0;
    }
    
    .valores-image-column {
        width: 45%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-right: 5%;
        margin-bottom: 0;
    }
    
    .valores-banner {
        height: 500px;
    }
    
    .servicos-final-section {
        padding: 60px 10%;
    }
    
    .servicos-text-final {
        font-size: 18px;
    }
    
    .servicos-button-final p {
        font-size: 22px;
    }
    
    .servicos-bg-escuro {
        margin-top: 150px;
    }
}

@media (min-width: 1221px) {
    .servicos-banner {
        height: 550px;
        max-width: 400px;
    }
}.noticias-section {
    width: 100%;
    height: fit-content;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.noticias-header {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 0 5%;
    margin-bottom: 60px;
}

.noticias-label {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0;
}

.noticias-line {
    width: 50px;
    height: 3px;
    padding: 3px;
    border-radius: 16px;
    background: #22ce6b;
    margin: 10px 0;
}

.noticias-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0 0 25px;
    max-width: 90%;
}

.noticias-content {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0;
    max-width: 75%;
}

.noticias-content a {
    text-decoration: none;
    font-weight: bold;
    color: #22ce6b;
    transition: 0.3s;
}

.noticias-content a:hover {
    color: #39b96f;
}

.noticias-grid {
    display: grid;
    grid-template-columns: 80%;
    row-gap: 50px;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0 5%;
}

.noticia-box {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.noticia-header {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.noticia-avatar {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 20px;
}

.noticia-imagem {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.noticia-header:hover .noticia-imagem {
    transform: scale(1.05);
}

.noticia-titulo {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0 0 15px;
}

.noticia-excerpt {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin-bottom: 25px;
}

.noticia-button {
    width: 100%;
    z-index: 1;
    text-decoration: none;
    border-radius: 40px;
    border: 2px solid #22ce6b;
    transition: 0.3s;
    background: none;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
}

.noticia-button span {
    font-weight: bold;
}

.noticia-button:hover {
    background: #22ce6b;
    color: #fff;
}

.noticias-vazio {
    text-align: center;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}

.noticias-vazio p {
    font-size: 18px;
    color: #262626;
    opacity: 0.7;
}

.noticias-bg-grey {
    margin-top: -300px;
    position: absolute;
    width: 200%;
    margin-left: -50%;
    height: 1200px;
    background: #FFFFFF;
    border-radius: 50%;
    z-index: -3;
}

.noticias-ver-todas {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding: 0 5%;
    position: relative;
    z-index: 1;
}

.ver-todas-button {
    display: inline-block;
    text-decoration: none;
    border-radius: 40px;
    border: 2px solid #22ce6b;
    background: #22ce6b;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
}

.ver-todas-button:hover {
    background: none;
    color: #22ce6b;
}

@media (min-width: 768px) {
    .ver-todas-button {
        font-size: 18px;
        padding: 18px 50px;
    }
}

@media (min-width: 501px) {
    .noticias-title {
        font-size: 32px;
        text-align: left;
    }
    
    .noticias-content {
        text-align: left;
    }
    
    .noticias-label {
        text-align: left;
    }
    
    .noticias-grid {
        grid-template-columns: repeat(3, 20%);
        grid-column-gap: 5%;
        row-gap: 0;
    }
}
.contato-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
    background: #39b96f;
    overflow: hidden;
}

.contato-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.contato-box-white {
    width: 90%;
    padding: 50px 25px;
    background: #fff;
    border-radius: 20px;
    z-index: 1;
}

.contato-form-title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #262626;
    margin: 0 0 30px;
}

.contato-form {
    display: flex;
    flex-direction: column;
}

.contato-form input,
.contato-form textarea {
    font-size: 14px;
    font-weight: 300;
    font-family: "Ubuntu", sans-serif;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    border: none;
    border-bottom: 1px solid #707070;
    margin: 25px 0 5px;
    padding: 10px;
    background: transparent;
}

.contato-form textarea {
    resize: none;
    height: 200px;
}

.contato-form input:focus,
.contato-form textarea:focus {
    outline: none;
    border-bottom-color: #22ce6b;
}

.contato-erro {
    color: red;
    font-size: 14px;
    display: none;
    margin-bottom: 10px;
}

.contato-erro.show {
    display: block;
}

.contato-btn {
    width: 100%;
    margin: 30px auto 0;
}

.contato-btn button {
    z-index: 1;
    text-decoration: none;
    border-radius: 40px;
    border: 2px solid #22ce6b;
    width: 100%;
    transition: 0.3s;
    background: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
}

.contato-btn button:hover {
    background: #22ce6b;
    color: #fff;
    font-weight: bold;
}

.contato-btn button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.contato-info {
    margin-top: 50px;
    position: relative;
    width: 90%;
}

.contato-header {
    display: flex;
    flex-direction: column;
}

.contato-label {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0;
}

.contato-line {
    width: 50px;
    height: 3px;
    padding: 3px;
    border-radius: 16px;
    background: #fff;
    margin: 10px 0;
}

.contato-title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    margin: 0 0 25px;
}

.contato-content {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0 0 50px;
}

.contato-tel {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    text-decoration: none;
    margin: 0 0 10px;
}

.contato-tel span {
    font-weight: bold;
}

.contato-mail {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    text-decoration: none;
    margin: 0 0 50px;
    display: block;
}

.contato-mail span {
    font-weight: bold;
}

.contato-redes-sociais {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.contato-redes-sociais a {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: #e8d437;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.contato-redes-sociais a:hover {
    background: #fff;
    transform: scale(1.1);
}

.contato-redes-sociais a:hover svg path {
    fill: #e8d437;
}

.contato-bg {
    position: absolute;
    width: 200%;
    height: 1050px;
    background: #22ce6b;
    border-radius: 50%;
    margin-top: -100px;
    z-index: -1;
    display: none;
}

.contato-bg-escuro {
    position: absolute;
    width: 100%;
    margin-right: -50%;
    height: 300px;
    background: #39b96f;
    border-radius: 50%;
    z-index: -2;
    margin-top: -100px;
    display: none;
}

@media (min-width: 501px) {
    .contato-section {
        padding-top: 250px;
        padding-bottom: 150px;
        background: transparent;
    }
    
    .contato-container {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }
    
    .contato-box-white {
        width: 40%;
        padding: 50px 35px;
    }
    
    .contato-btn {
        width: 50%;
    }
    
    .contato-info {
        margin-left: 5%;
        width: 40%;
        margin-top: 100px;
    }
    
    .contato-redes-sociais {
        justify-content: flex-start;
    }
    
    .contato-bg {
        display: block;
    }
    
    .contato-bg-escuro {
        display: block;
    }
}

@media (max-width: 500px) {
    .contato-mail {
        font-size: 14px;
    }
}.error-404-section {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 100px 5%;
    background: #fff;
}

.error-404-container {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.error-404-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.error-404-number {
    font-size: 120px;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
    color: #22ce6b;
    margin: 0 0 20px;
    line-height: 1;
}

.error-404-line {
    width: 80px;
    height: 4px;
    background: #e8d437;
    border-radius: 16px;
    margin: 0 0 30px;
}

.error-404-title {
    font-size: 32px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    color: #262626;
    margin: 0 0 20px;
}

.error-404-text {
    font-size: 16px;
    font-weight: 300;
    color: #262626;
    margin: 0 0 40px;
    max-width: 500px;
    line-height: 1.6;
}

.error-404-button {
    display: inline-block;
    text-decoration: none;
    border-radius: 40px;
    border: 2px solid #22ce6b;
    background: none;
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    transition: 0.3s;
    margin-bottom: 60px;
}

.error-404-button:hover {
    background: #22ce6b;
    color: #fff;
}

.error-404-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #e3e3e3;
}

.error-404-links-title {
    font-size: 14px;
    font-weight: 300;
    color: #262626;
    margin: 0 0 20px;
}

.error-404-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.error-404-nav a {
    font-size: 16px;
    font-weight: 400;
    color: #22ce6b;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}

.error-404-nav a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #e8d437;
    transition: 0.3s;
}

.error-404-nav a:hover {
    color: #39b96f;
}

.error-404-nav a:hover::after {
    width: 100%;
}

.error-404-bg-circle {
    position: absolute;
    width: 600px;
    height: 600px;
    background: #fef9ff;
    border-radius: 50%;
    top: -200px;
    right: -200px;
    z-index: 0;
}

@media (min-width: 501px) {
    .error-404-number {
        font-size: 180px;
    }
    
    .error-404-title {
        font-size: 42px;
    }
    
    .error-404-text {
        font-size: 18px;
    }
    
    .error-404-button {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .error-404-section {
        min-height: 90vh;
    }
    
    .error-404-number {
        font-size: 220px;
    }
    
    .error-404-bg-circle {
        width: 800px;
        height: 800px;
        top: -300px;
        right: -300px;
    }
}.blog .site-main {
    min-height: calc(100vh - var(--header-height-mobile));
}

@media (min-width: 850px) {
    .blog .site-main {
        min-height: calc(100vh - var(--header-height-desktop));
    }
}

.blog-archive-section {
    padding: 150px 0;
    background-color: #fff;
}

.blog-archive-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.archive-header {
    text-align: center;
    margin-bottom: 60px;
}

.archive-label {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0 0 10px;
}

.archive-line {
    width: 50px;
    height: 3px;
    padding: 3px;
    border-radius: 16px;
    background: #22ce6b;
    margin: 10px auto 20px;
}

.archive-title {
    font-size: 32px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0 0 15px;
}

.archive-description {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0;
}

.posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.post-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.post-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.post-card-thumbnail {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.post-card-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card-thumbnail img {
    transform: scale(1.05);
}

.post-card-content {
    padding: 25px;
}

.post-card-category {
    margin-bottom: 15px;
}

.post-card-category span {
    display: inline-block;
    background-color: #22ce6b;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-card-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 10px;
    line-height: 1.4;
    color: #262626;
}

.post-card-meta {
    margin-bottom: 15px;
}

.post-card-date {
    font-size: 14px;
    font-weight: 300;
    color: #707070;
}

.post-card-excerpt p {
    font-size: 15px;
    color: #262626;
    line-height: 1.6;
    margin: 0;
}

.posts-empty {
    text-align: center;
    padding: 60px 20px;
}

.posts-empty p {
    font-size: 18px;
    color: #262626;
    opacity: 0.7;
}

.pagination {
    margin-top: 60px;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    border: 2px solid #e3e3e3;
    border-radius: 8px;
    text-decoration: none;
    color: #262626;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background-color: #22ce6b;
    color: #fff;
    border-color: #22ce6b;
}

.pagination .page-numbers.dots {
    border: none;
}

@media (min-width: 768px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .archive-title {
        font-size: 42px;
    }
}

@media (min-width: 992px) {
    .posts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .blog-archive-section {
        padding: 150px 0;
    }
}.single-post-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.single-post-layout .site-main {
    padding: 0;
    flex: 1;
}

.single-post-hero {
    background-color: #22ce6b;
    color: #fff;
    padding: 200px 0 150px;
    text-align: center;
}

.single-hero-container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.single-post-hero .entry-header {
    max-width: 800px;
    margin: 0 auto;
}

.single-post-hero .entry-title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 20px;
    line-height: 1.3;
}

.single-post-hero .entry-meta {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 300;
}

.single-post-hero .entry-meta a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.single-post-hero .entry-meta a:hover {
    text-decoration: underline;
}

.post-content-area {
    background: #fff;
}

.post-content-container {
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.post-thumbnail {
    margin-top: -100px;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.post-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    margin: 30px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.share-label {
    font-weight: 500;
    font-size: 16px;
    color: #262626;
}

.social-share-icons {
    display: flex;
    gap: 12px;
}

.social-share-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f0f3f5;
    border-radius: 50%;
    color: #707070;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-share-icons a:hover {
    background-color: #22ce6b;
    color: #fff;
    transform: scale(1.1);
}

.entry-content {
    line-height: 1.8;
    font-size: 16px;
    color: #262626;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #262626;
    margin-top: 30px;
    margin-bottom: 15px;
}

.entry-content h2 {
    font-size: 28px;
}

.entry-content h3 {
    font-size: 24px;
}

.entry-content h4 {
    font-size: 20px;
}

.entry-content ul,
.entry-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.entry-content li {
    margin-bottom: 10px;
}

.entry-content a {
    color: #22ce6b;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.entry-content a:hover {
    color: #39b96f;
    text-decoration: underline;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 30px 0;
}

.entry-footer {
    margin-top: 40px;
}

.post-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.post-tags span {
    font-weight: 600;
    color: #262626;
}

.post-tags a {
    display: inline-block;
    background-color: #f1f3f5;
    color: #262626;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

.post-tags a:hover {
    background-color: #22ce6b;
    color: #fff;
}

.post-navigation {
    margin: 60px 0 0;
    padding-top: 40px;
    border-top: 1px solid #e3e3e3;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 50%;
}

.post-navigation a {
    display: block;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.post-navigation a:hover {
    background-color: #fef9ff;
    border-color: #e3e3e3;
}

.post-navigation .nav-title {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #707070;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.post-navigation .nav-link {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #22ce6b;
    line-height: 1.4;
}

.post-navigation .nav-previous {
    text-align: left;
}

.post-navigation .nav-next {
    text-align: right;
}

@media (min-width: 768px) {
    .single-post-hero {
        padding: 250px 0 180px;
    }
    
    .single-post-hero .entry-title {
        font-size: 42px;
    }
    
    .post-thumbnail {
        margin-top: -120px;
    }
    
    .entry-content {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .post-navigation .nav-links {
        gap: 15px;
    }
    
    .post-navigation a {
        padding: 15px;
    }
    
    .post-navigation .nav-title {
        font-size: 10px;
    }
    
    .post-navigation .nav-link {
        font-size: 14px;
    }
    
    .post-share {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}:root {
    --header-height-mobile: 120px;
    --header-height-desktop: 125px;
    --header-bg: #ffffff;
    --header-text: #262626;
    --header-accent: #22ce6b;
    --header-z-index: 10;
    --mobile-menu-z: 99;
    --mobile-overlay-z: 98;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-height-mobile);
    background: var(--header-bg);
    border-bottom: 1px solid #e3e3e3;
    z-index: var(--header-z-index);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 20px 10%;
}

.header-logo {
    display: flex;
    align-items: center;
    flex: 1;
}

.header-logo a {
    display: flex;
}

.logo-img {
    width: 115px;
    height: 60px;
    object-fit: cover;
}

.header-nav,
.header-divider,
.header-info {
    display: none;
}

.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: calc(var(--mobile-menu-z) + 1);
    position: relative;
    margin-right: 10px;
}

.mobile-menu-toggle .line {
    width: 26px;
    height: 3px;
    display: block;
    background: var(--header-accent);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu {
    position: fixed;
    top: var(--header-height-mobile);
    left: 0;
    width: 100%;
    height: 0;
    background: var(--header-bg);
    overflow: hidden;
    z-index: var(--mobile-menu-z);
    transition: height 0.7s ease;
    padding-bottom: 0;
}

.mobile-menu.is-open {
    height: auto;
    padding-bottom: 25px;
}

.mobile-menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-menu__list li {
    display: flex;
    flex-direction: column;
}

.mobile-menu__list a {
    font-size: 20px;
    font-weight: bold;
    padding: 25px;
    color: #707070;
    text-decoration: none;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    transition: color 0.2s ease;
    font-family: 'Ubuntu', sans-serif;
}

.mobile-menu__list a::after {
    content: "";
    display: flex;
    height: 5px;
    border-radius: 50px;
    left: 50%;
    position: absolute;
    background: #eb5454;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.mobile-menu__list a:hover::after,
.mobile-menu__list a.active::after {
    width: 100%;
    left: 0;
}

.mobile-menu-overlay {
    display: none;
}

body.mobile-menu-open {
    overflow: hidden;
}

body.mobile-menu-open .mobile-menu-toggle .line-1 {
    transform: translateY(8px) rotate(45deg);
}

body.mobile-menu-open .mobile-menu-toggle .line-2 {
    opacity: 0;
}

body.mobile-menu-open .mobile-menu-toggle .line-3 {
    transform: translateY(-8px) rotate(-45deg);
}

@media (min-width: 850px) {
    .site-header {
        height: var(--header-height-desktop);
        border-bottom: none;
    }

    .header-container {
        padding: 0;
    }

    .header-logo {
        width: 35%;
        height: var(--header-height-desktop);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-img {
        width: 190px;
        height: 125px;
        object-fit: contain;
    }

    .header-nav {
        display: flex;
        width: 40%;
        height: var(--header-height-desktop);
    }

    .header-menu {
        margin-left: 15%;
        margin-right: 5%;
        width: 80%;
        align-items: center;
        display: flex;
        list-style: none;
        padding: 0;
        justify-content: space-between;
    }

    .header-menu li {
        list-style: none;
    }

    .header-menu a {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 0;
        color: var(--header-text);
        opacity: 1;
        text-decoration: none;
        padding: 3px 5px;
        position: relative;
        transition: color 0.2s ease;
        font-family: 'Ubuntu', sans-serif;
    }

    .header-menu a::after {
        content: "";
        display: flex;
        height: 3px;
        border-radius: 15px;
        left: 50%;
        position: absolute;
        background: var(--header-accent);
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .header-menu a:hover::after,
    .header-menu .current-menu-item > a::after,
    .header-menu .current-menu-ancestor > a::after,
    .header-menu a.active::after {
        width: 100%;
        left: 0;
    }

    .header-divider {
        display: block;
        margin: 0 2% 0 2%;
        height: 75px;
        width: 5px;
        border-radius: 16px;
        background: var(--header-accent);
    }

    .header-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 20%;
        height: var(--header-height-desktop);
    }

    .info-tel {
        text-decoration: none;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        align-items: center;
    }

    .icon-phone {
        margin-right: 10px;
        width: 16px;
        height: 16px;
    }

    .info-tel p {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 0;
        color: var(--header-text);
        opacity: 1;
        margin: 0;
        font-family: 'Ubuntu', sans-serif;
    }

    .info-tel p span {
        font-weight: bold;
    }

    .info-loc {
        display: flex;
        flex-direction: row;
        text-decoration: none;
        align-items: flex-start;
    }

    .icon-location {
        margin-right: 10px;
        width: 16px;
        height: 20px;
        flex-shrink: 0;
    }

    .info-text {
        display: flex;
        flex-direction: column;
    }

    .info-text p {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 0;
        color: var(--header-text);
        opacity: 1;
        margin: 0;
        line-height: 1.4;
        font-family: 'Ubuntu', sans-serif;
    }

    .info-text p span {
        font-weight: bold;
    }

    .mobile-menu-toggle,
    .mobile-menu,
    .mobile-menu-overlay {
        display: none;
    }
}

@media (min-width: 850px) and (max-width: 1024px) {
    .header-nav {
        width: 60%;
    }
}

@media (min-width: 850px) and (max-width: 805px) {
    .header-logo {
        width: 25%;
    }
}.site-footer {
    width: 100%;
    background: #fff;
}

.footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 25px 5% 50px;
}

.footer-logo {
    width: 80%;
    margin: 0 auto 50px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-logo img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    transition: transform 0.7s ease;
}

.footer-logo:hover img {
    transform: scale(1.1);
}

.footer-horario {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.footer-horario-title {
    font-size: 18px;
    font-weight: bold !important;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0;
}

.footer-line {
    width: 50px;
    height: 3px;
    padding: 3px;
    border-radius: 16px;
    background: #22ce6b;
    margin: 20px 0;
}

.footer-horario p {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0 0 5px;
}

.footer-horario p span {
    font-weight: bold;
}

.footer-line-vertical {
    width: 50px;
    height: 3px;
    padding: 3px;
    border-radius: 16px;
    background: #22ce6b;
    margin: 20px 5%;
}

.footer-infos {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.footer-tel {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    align-items: center;
}

.footer-icon-phone {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.footer-tel p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0;
}

.footer-tel p span {
    font-weight: bold;
}

.footer-loc {
    display: flex;
    flex-direction: row;
    text-decoration: none;
    margin-bottom: 10px;
    align-items: flex-start;
}

.footer-icon-location {
    margin-right: 10px;
    width: 16px;
    height: 20px;
    flex-shrink: 0;
}

.footer-loc p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0;
}

.footer-loc p span {
    font-weight: bold;
}

.footer-maps {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 45px;
    border: 3px solid #22ce6b;
    transition: 0.3s;
    margin-top: 25px;
    padding: 10px 0;
}

.footer-maps-icon {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-maps-icon img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.footer-maps p {
    text-transform: uppercase;
    width: 70%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    margin: 0;
}

.footer-maps p span {
    font-weight: bold;
}

.footer-maps:hover {
    background: #22ce6b;
}

.footer-maps:hover p {
    color: #fff;
}

.footer-info {
    padding: 20px;
    background-color: #fff;
    width: 100%;
}

.footer-info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.footer-info p,
.footer-info a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    margin: 0 0 5px;
    font-family: "Ubuntu", sans-serif;
    text-align: center;
}

.footer-heart {
    margin: 0 8px;
    height: 15px;
    position: relative;
    animation: heartBeat 2s infinite;
}

@keyframes heartBeat {
    0%, 100%, 40%, 60% {
        transform: scale(1);
    }
    20%, 80% {
        transform: scale(1.3);
    }
}

@media (min-width: 501px) {
    .footer-content {
        flex-direction: row;
        height: 250px;
        padding: 0;
    }
    
    .footer-logo {
        width: 30%;
        margin: 0;
    }
    
    .footer-horario {
        width: 30%;
        margin: 0;
        justify-content: center;
    }
    
    .footer-line-vertical {
        margin: 65px 2% 0 2%;
        height: 120px;
        width: 2px;
        background: #262626;
    }
    
    .footer-infos {
        width: 40%;
        margin: 0;
        justify-content: center;
    }
    
    .footer-icon-location {
        font-size: 16px;
    }
    
    .footer-maps {
        width: 60%;
        margin-top: 0;
    }
    
    .footer-info {
        padding: 20px 20px 30px;
    }
    
    .footer-info-content {
        flex-direction: row;
        justify-content: space-between;
        width: 60%;
        margin: auto;
    }
    
    .footer-info p,
    .footer-info a {
        font-size: 14px;
        margin: 0;
    }
}

@media (min-width: 701px) and (max-width: 980px) {
    .footer-info-content {
        flex-direction: column;
    }
    
    .footer-info p {
        margin-bottom: 5px;
    }
}

@media (min-width: 751px) {
    .footer-info p,
    .footer-info a {
        font-size: 14px;
    }
}

@media (min-width: 981px) and (max-width: 1150px) {
    .footer-info-content {
        width: 100%;
    }
}

@media (min-width: 1151px) and (max-width: 1440px) {
    .footer-info-content {
        width: 80%;
    }
}.floating-whatsapp {
    position: fixed;
    bottom: 25px;
    left: 50px;
    z-index: 1000;
}

.floating-whatsapp a {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: #22ce6b;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    border: none;
    box-shadow: 0px 0px 1em #39b96f;
}

.floating-whatsapp a:hover {
    background: #fff;
    transform: scale(1.1);
}

.floating-whatsapp a:hover svg path {
    fill: #e8d437;
}

.floating-popup {
    position: fixed;
    width: 70%;
    max-width: 400px;
    height: fit-content;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
}

.popup-button {
    width: 100%;
    background: #22ce6b;
    z-index: 11;
    display: flex;
    height: 50px;
    border-radius: 14px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 0px 1em #39b96f;
    padding: 0;
}

.popup-button p {
    width: 80%;
    height: 50px;
    z-index: 12;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    padding: 3px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.popup-icon {
    width: 20%;
    height: 50px;
    z-index: 12;
    border: none;
    background: #39b96f;
    border-radius: 0 14px 14px 0;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.3s;
}

.icon-closed,
.icon-open {
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-closed path {
    fill: #fff;
    transition: 0.3s;
}

.icon-open path {
    fill: #fff;
    transition: 0.3s;
}

.popup-button:hover .popup-icon path {
    fill: #e8d437;
}

.popup-content {
    background: #fff;
    border-radius: 14px;
    margin-top: 10px;
    width: 100%;
    height: fit-content;
}

.popup-title {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.popup-first,
.popup-second {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0;
    color: #22ce6b;
    opacity: 1;
    padding: 3px 5px;
    margin: 0;
}

.popup-body {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.popup-row {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 10px;
    margin-bottom: 5px;
}

.popup-row:nth-child(2n) {
    background: #e3e3e3;
    border-radius: 14px;
}

.popup-label,
.popup-value {
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    color: #262626;
    opacity: 1;
    padding: 3px 5px;
    margin: 0;
}

.popup-footer {
    padding: 10px 15px;
    border-top: 1px solid #e3e3e3;
    background: #f9f9f9;
    border-radius: 0 0 14px 14px;
}

.popup-timestamp {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    color: #707070;
    opacity: 1;
    margin: 0;
}

@media (max-width: 400px) {
    .floating-whatsapp {
        display: none;
    }
}

@media (min-width: 401px) and (max-width: 850px) {
    .floating-whatsapp {
        bottom: 25px;
        left: 50px;
    }
    
    .floating-popup {
        width: 50%;
        right: 50px;
    }
}

@media (min-width: 851px) {
    .floating-whatsapp {
        bottom: 50px;
        left: 50px;
    }
    
    .floating-popup {
        width: 25%;
        bottom: 50px;
        right: 50px;
    }
}