.blockHeight,
.listHeight,
.grayBoxHeight {
    max-height: 245px;
    min-height: 245px;
}

.blockWidth {
    min-width: 20rem;
}

.grayBoxWidth {
    max-width: 330px;
    min-width: 330px;
}

.iconBackground {
    background-color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-size: 24px;
    min-width: 40px;
    max-width: 40px;
}

.banner-icon {
    width: 20px;
}

.backgroundImg {
    transition: all 0.9s;
}

.backgroundImgHover:hover {
    background-position: right;
}

.viewIcon-container {
    color: #8fcff4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 0.5px solid #ecf7fe;
}

.viewSelected {
    background-color: #e6f4fe;
    color: #3c9de1;
}

.viewButtonContainer {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.titlePadding {
    padding: 50px
}

.serviceButton {
    background-color: #3c9de1;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    font-size: 18px;
    min-width: 216px;
}

.serviceButton:hover {
    background-color: #f6c526;
    color: white;
}

.solutionsButton {
    background-color: #96c12c;
    border: none;
    color: white;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    transition-duration: 0.4s;
    font-size: 18px;
    min-width: 216px;
}

.solutionsButton:hover {
    background-color: #f6c526;
    color: white;
    text-decoration: none;
}

.listButtom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.listButtom button {
    padding-left: 80px;
    padding-right: 80px;
}

.listContainer {
    justify-content: space-between;
    padding-bottom: 15px;
}

.menuTitle {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.5px;
    white-space: nowrap;  
    overflow: hidden;
    text-overflow: ellipsis;
}

.viewButtonText {
    font-size: 17px;
    font-weight: bold;
    margin-right: 15px;
}

.gray-box-container {
    /* background-color: #f8f8f8; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 245px;
    min-height: 245px;
    height: 245px;
}

.gray-box-texto {
    color: #d7d7d7;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
}


.banner-text {
    font-size: 15px !important;
    letter-spacing: 0.7px !important;
}

.customVisible {
    display: none !important;
}

.loader {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    backdrop-filter: blur(3px);
}

.c-pointer {
    cursor: pointer !important;
}

.resize-ads * {
    width: 100% !important;
    height: 100% !important;
}