.index_text {
    font-size: 1.2em;
}

.marcas {
    max-width: 25%;
    height: 10em;
    margin: 50px;
}

.marcas__container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .marcas {
        max-width: 50%;
        height: auto;
        margin: auto;
    }

    .marcas__container {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 100%;
    }
}

.blog-content {
    background-color: #1e1e1e;
}

div.wpb_text_column.wpb_content_element.content-title {
    display: flex;
    justify-content: center;
}

.bookly-form-group option,
.bookly-form-group input,
.bookly-form-group textarea {
    color: #1e1e1e;
}

.bookly-form-group select,
.bookly-form-group textarea {
    color: #fff;
}

#presscore-custom-menu-one-2 {
    width: 100%;
    max-width: 600px;
}

#presscore-custom-menu-one-2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    align-items: center;
    column-gap: 2rem;
}

#presscore-custom-menu-one-2 ul li {
    padding: 5px 0;
    margin: 0;
    border: 0;
}

#presscore-custom-menu-one-2 ul li:first-child,
#presscore-custom-menu-one-2 ul li:nth-child(2) {
    border-bottom: 1px solid rgb(81 81 81 / .15) !important;
}

.bookly-form-group select:disabled {
    background: #616161;
    color: #e8e8e8;
    opacity: 0.7;
    cursor: not-allowed;
}

@media (max-width: 425px) {
    #presscore-custom-menu-one-2 ul {
        padding: 0;
        column-gap: 1rem;
    }
}