@media (max-width: 992px) {
    .vertical-line {
        display: none;
    }
}

.catalog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.catalog-card .card-img-top {
    object-fit: cover;
    height: 350px;
    width: 100%;
}

.catalog-card .card-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn-white-text {
    color: white !important;
}

.atendente-card {
    display: flex;
    flex-direction: column;
    height: 90%;
    width: 100%;
}

.atendente-card .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.atendente-card .img-thumbnail {
    max-width: 250px;
    max-height: 250px;
    object-fit: cover;
    border-style: hidden;
}

.navbar-nav .nav-link {
    color: white !important;
}

.navbar-light .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .nav-item .nav-link {
    color: white;
}

.clean-block.clean-hero {
    position: relative;
    padding: 20px;
    text-align: center;
}

.search-bar-container {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.search-bar {
    width: 600px;
    margin-right: 10px;
}

.search-btn {
    padding: 10px 10px;
}

@media (max-width: 767px) {
    .search-bar-container {
        top: 5%;
        bottom: 85%;
        flex-direction: row;
        width: 100%;
        align-items: center;
        padding: 10px 20px 10px 20px;
    }

    .search-bar {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-btn {
        width: 20%;
        margin-bottom: 10px;
    }

    .custom-h1 {
        font-size: 1.4em;
        /* Tamanho de h2 */
    }
}

@media (max-width: 768px) {
    .img-custom {
        max-width: 100%;
        height: auto;
    }
}

.img-custom {
    max-height: 90%;
    width: auto;
}