body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0px;  
    line-height: 1.6;  
}

.menu{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;    
    color: rgb(0, 0, 0);   
}
.menu-logo{
    width: 300px;
    justify-content: center;
}
.menu-itens{   
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
}
li{    
    list-style-type: none;
    font-size: larger;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}
a{
    color: #2c3e50;
    text-decoration: none;
}
a:hover{
    color: #3498db;
    text-decoration: underline;    
}
hr{
    align-items: center;
    width: 70%;
    color: rgb(99, 43, 17);
}



.corpo{
    display: flex;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
}
.corpo-titulo{
    margin-bottom: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(0, 0, 0);
    text-align: center;       
}

.corpo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.corpo-container-texto {
    width: 70%;
    font-size: larger;
    color: rgb(0, 0, 0);
    text-align: justify;
    margin: 5;
    padding: 10px;
}
.corpo-container-imagem {
    width: 350px;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}
.corpo-container-imagem-icone {
    width: 80%;
    border-radius: 10px;
}




.service-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    justify-items: center;
}

.service-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    min-height: 300px;
}
.service-box-full {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Mantém o botão sempre no fim */
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 100%;

    min-height: 300px; /* Define uma altura mínima para os boxes */
}
.service-title {
    background-color: #cacaca;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.service-description {
    padding: 15px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    flex-grow: 1;
    text-align: justify;
}
.service-obs {
    padding: 15px;
    font-size: 14px;
    color: #555;
    line-height: 1;
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
.service-value {
    font-size: 24px;
    color: #e67e22;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.subscribe-button {
    display: block;
    width: 85%;
    margin: 10px auto 15px;
    padding: 10px;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.subscribe-button:hover {
    color: #fff;
    background-color: #2980b9;
}
.subscribe-button-full {
    display: block;
    width: 95%;
    margin: 10px auto 15px;
    padding: 10px;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.subscribe-button-full:hover {
    color: #fff;
    background-color: #2980b9;
}




.testimonials-container {
    display: grid;    
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 100%;
    margin: 0 auto;
    justify-items: center;
}

.testimonial-box {
    background-color: #fff;
    padding: 20px;
    border-left: 5px solid #3498db;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: relative;
}

.testimonial-box::before {
    content: "“";
    font-size: 50px;
    color: #3498db;
    position: absolute;
    top: -10px;
    left: 10px;
    opacity: 0.2;
}

.testimonial-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
    padding: 0 0 10px 0;
}

.testimonial-author {
    font-weight: bold;
    color: #333;
    text-align: right;
}






footer {
    display: flex;
    flex-wrap: wrap;
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 30px;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-left {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-left img {
    max-width: 120px;
    margin-bottom: 20px;
}

.footer-left .social-links {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-left .social-links a {
    text-decoration: none;
    font-size: 18px;
    color: #ecf0f1;
    transition: color 0.3s;
}

.footer-left .social-links a:hover {
    color: #3498db;
}

.footer-left .contact p {
    font-size: 14px;
    margin: 5px 0;
}

.footer-right {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-right h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #ecf0f1;
    border-bottom: 2px solid #3498db;
    padding-bottom: 5px;
}

.footer-right nav {
    display: flex;
    gap: 20px;
}

.footer-right nav a {
    text-decoration: none;
    color: #ecf0f1;
    font-size: 16px;
    transition: color 0.3s;
}

.footer-right nav a:hover {
    color: #3498db;
}

@media (max-width: 768px) {
    .menu-logo{
        width: 300px;
        justify-content: center;
    }

    .corpo-container {
        flex-direction: column;
        align-items: center;
    }

    .corpo-container-imagem {
        order: 1;
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px;
    }

    .corpo-container-texto {
        order: 2;
        width: 100%;
        text-align: justify;
    }



    .corpo-container-imagem {
        justify-content: center;
    }


    .footer-left, .footer-right {
        width: 100%;
        text-align: center;
        align-items: center;
    }
    .footer-right nav {
        flex-direction: column;
        gap: 10px;
    }    
}
