body {
    background-color: #fff;
    font-family: "Inter", sans-serif;
    color: #2c2c2c;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 22px;
    font-weight: 600;
}

p {
    font-size: 14px;
    font-weight: 400;
}

input {
    outline: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);

}

.modal input,
.modal select {
    height: 40px;
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid #2c2c2c;
}

.modal select {
    width: 100%;
}

.modal .campos {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.modal button {
    width: 100%;
    font-size: 20px;
    color: #dadada;
    font-weight: 500;
    border: none;
    background-image: linear-gradient(to bottom, #2c2c2c, #555555);
    margin-bottom: 5px;
    padding: 12px 16px 12px 16px;
    border-radius: 8px;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 50% auto;
    border-radius: 8px;
    padding: 40px 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border: 1px solid #df2726;
}

.modal-content h2 {
    margin-bottom: 50px;
    text-align: center;
}

.modal-content label {
    margin-bottom: 10px;
}

.modal-content button {
    padding: 10px;
}

.modal-content img {
    max-width: 40px;
    margin-bottom: 5px;
    background-image: linear-gradient(to right, #dadada, #6e6e6e);
    padding: 8px;
    border-radius: 8px;
}

#categoria_opcao {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Cria três colunas de igual largura */
    gap: 10px;
    /* Espaçamento entre os botões */
}

span.close {
    position: absolute;
    right: 20px;
    top: 20px;
}

#categoria_opcao button {
    width: 100px;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #2c2c2c;
}

#categoria_opcao button:hover {
    opacity: 0.8;
    transition: 0.2s;
    border: 1px solid #df2726;
}

#conteudo {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: -50px;
}

#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 400px;
    width: 100%;
}

.campos {
    margin-top: -30px;
}

.swiper-container {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}

.swiper-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
}

.servico {
    width: 70px;
    text-wrap: nowrap;
    word-wrap: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 60px;
}


.item_img {
    margin-bottom: 0px;
    height: 30px;
}

div#mini_carregadeira_campo {
    margin-right: 40px;
}

#primeiro {
    margin-left: 250px;
}

img#mini_carregadeira {
    height: 20px;
    width: 30px;
    margin-bottom: -10px;
}

.servico img {
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
}

.carousel-container {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: fit-content;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.carousel-item img {
    max-width: 100px;
    max-height: 100px;
}


.mapa {
    margin: auto;
    width: 100%;
    height: 60vh;
    border-radius: 8px;
    margin-bottom: 80px;
}

.mapa iframe {
    margin: auto;
    margin-top: -50px;
    margin-left: -4px;
    width: 100%;
    height: 62vh;
    border-radius: 8px;
    margin-bottom: 40px;
}