@font-face {
    font-family: DCC;
    src: url("./assets/fonts/DCC - Ash.otf");
}

@font-face {
    font-family: Giane;
    src: url("./assets/fonts/GianeGothicsans Bold.otf");
}

@font-face {
    font-family: Sunny;
    src: url("./assets/fonts/Sunny Spells.ttf");
}


a {
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
    .banner {
        height: 720px !important;
    }

    .vedacao {
        left: 0px !important;
    }

    .titulo_banner {
        font-size: 41px !important;
    }

    .texto_empresa p {
        font-size: 12px !important;
        font-weight: 500;
    }

    .img_empresa {
        height: 290px !important;
        width: 357px !important;
    }


    .texto_meio {
        font-size: 11px !important;
    }


    .recado_manutencao {
        height: 838px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: #dddddd;

    }

    .texto-img p {
        font-size: 11px;
    }
}

.lugar h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    max-height: 38px;
    font-family: 'Mulish', sans-serif !important;
}

.lugar {
    padding-bottom: 65px;
}

.button_quantidade {
    margin-right: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 28px;
    border-radius: 50%;
    height: 28px;
    background: none;
    border: 1px solid #c5c5c5;
}

.button_quantidade p {
    margin: 0px !important;
    font-size: 11px;
}

.posicao {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.imagem_site {
    height: 65%;
    width: 100%;
    margin-bottom: 45px;
}

.recado_manutencao {
    display: none;
}

.campo_filtro input::placeholder {
    font-size: 13px;
}

.nome_descomplica h2 {
    /* font-family: 'Giane', serif !important; */
    font-family: 'Roboto', sans-serif !important;
    font-size: 96px;
    letter-spacing: 0px;
    color: #1c85bd;
    margin: 0px;
}

.nome_descomplica {
    border-bottom: solid 5px #f58d49;
    height: 100px;
    width: 100%;
}

.caixa {
    position: absolute;
    width: 570px;
    bottom: -106px;
    left: 31%;
    right: 69%;
}

.caixa img {
    width: 100%;
}

label {
    color: #000 !important;
    font-family: 'Mulish', sans-serif !important;
    font-size: 14px;
}

.selectize-input {
    padding: 8px 8px !important;
    min-height: 35px !important;
}

.radioinputs {
    display: none !important;
}

.radioinputs:checked+.button_quantidade {
    background-color: #000 !important;
    color: white !important;
}