body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: url('../img/background.jpeg') no-repeat center center fixed;
    background-size: contain;
    background-color: #ffcb06;
}

.container {
    text-align: center;
    padding: 20px;
}

.icon img {
    margin-top: -25px;
    width: 200px;
    height: 200px;
}

.box {
    margin-top: -50px;
    background: white;
    display: inline-block;
    border-radius: 80px 80px 80px 0;
    padding: 30px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.button {
    position: relative;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    overflow: hidden; 
    text-decoration: none; 
}

.button img {
    width: 70px;
    height: 70px;
    margin-right: -30px;
    z-index: 999;
}

.button span {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffcb06;
    background-color: #d30c23;
    padding: 10px 20px;
    padding-left: 40px; 
    border-radius: 20px 10px;
    display: inline-block;
    width: 200px;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer {
    margin-top: 80px;
    font-size: 22px;
    color: #d30c23;
    font-weight: 1000; 
}

.footer sup {
    font-size: 0.7em;
    position: relative;
    top: -0.0em; 
}

.box form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
}

.box form label {
    margin: 10px 0 5px;
    font-weight: bold;
}

.box form input[type="text"],
.box form input[type="tel"],
.box form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    background-color: #ececec;
}

.box form input[type="submit"] {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background-color: #d30c23;
    color: #ffcb06;
    font-size: 16px;
    cursor: pointer;
}

.box form input[type="submit"]:hover {
    background-color: #c11b1b;
}

.loja {
    margin-bottom: 30px; 
}

.loja img {
    width: 100%; 
    max-width: 400px; 
    border-radius: 10px; 
}

.loja h3 {
    margin: 10px 0; 
}

.loja p {
    margin: 10px 0; 
}

.button-endereco {
    display: inline-block;
    background-color: #d30c23;
    color: #ffcb06;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 10px; 
}

.button-endereco:hover {
    background-color: #c11b1b;
}

.back-button {
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 1000; 
    font-size: 45px; 
    color: #d30c23; 
    text-decoration: none; 
}

.back-button i {
    display: block;
}

.servico {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.servico img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    border-radius: 50%;
}

.servico-conteudo {
    max-width: 600px;
}

.servico-conteudo h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #d30c23;
}

.servico-conteudo p {
    margin: 0;
    font-size: 20px;
    color: #333;
}

.servico-conteudo a {
    display: block;
    align-items: center;
    text-decoration: none;
    color: #25D366;
    font-size: 1.2em;
    margin-top: 5px;
}

.servico-conteudo i {
    margin-right: 5px;
}

.hidden {
    display: none;
}