@font-face {
    font-family: didotItalic;
    src: url(fonts/Didot-Bold-Italic/Didot\ Bold\ Italic.ttf);
}
.custom-button {
    display: inline-block;
    position: relative;
    padding: 20px 40px; /* Espaciado interno */
    background-color: #f4b6b3; /* Color de fondo similar al de la imagen */
    border: 2px solid #000; /* Borde negro */
    font-family: 'Times New Roman', serif; /* Fuente serif similar */
    font-style: italic; /* Estilo cursivo */
    font-size: 24px; /* Tamaño de fuente */
    color: #000; /* Color de texto */
}

.button-container-flex{
    display: flex;
}

.custom-button::before {
    content: '';
    position: absolute;
    bottom: -20px; /* Ajusta la posición vertical */
    left: 20px; /* Ajusta la posición horizontal */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 10px; /* Ajusta para dar forma al bocadillo */
    border-color: #000 transparent transparent transparent; /* Solo muestra el borde superior */
}

.custom-button .plus-icon {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #f4b6b3; /* Mismo color de fondo que el botón */
    padding: 0 5px;
    font-size: 24px;
    line-height: 1;
}

.button-container {
    position: relative;
    display: inline-block;
}

.button-text {
    position: absolute;
    top: 43%;
    left: 45%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: 'didotItalic';
}

.button-comerce-local{
    width: 100%;
    color: black;
    font-size: 55px;
}

.button-comerce-market {
    top: 24%;
    left: 75.9%;
    font-size: 45px;
    color: black;
}

.button-comerce-flex {
    top: 73.5%;
    left: 75.9%;
    font-size: 45px;
    color: black;
}

.button-neighbor-flex {
    top: 43.5%;
    left: 48.9%;
    font-size: 85px;
    color: black;
}

.button-comerce-welcome{
    left: 49%;
    width: 100%;
    color: black;
    font-size: 65px;
    top: 31%;
}

.select-current{
    color: #e74649;
}

.select-current.mercado{
    color: #eaa554;
}

.button-market {
    left: 51%;
    width: 100%;
    color: black;
    font-size: 85px;
    top: 43%;
}

a.link-block-6.vecino.w-inline-block.select-vecino{
    color: #e6cc38;
}
