.icon-benefits-promotion {
    display: flex;
    gap: 5px;
    color: #212529;
    align-items: center;
}
.icon-benefits-promotion i {
    color: inherit;
    font-size: 0.95rem;
}
.container-items-success-benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 9px;
}
.promos-index img {
    mask-image: linear-gradient(#212529 90%, transparent);
}

.content-button-promotion {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    font-size: 1.55rem;
    margin: auto;
    background: #0aad6f;
    color: #ffff;
    border-radius: 50%;
    margin-bottom: 7px;
}
.content-button-promotion a {
    color: inherit;
}
.content-button-promotion a i {
    margin-left: 0 !important;
}
.container-title-promotion h4 {
    margin-bottom: .5rem;
    padding-top: .5rem;
}
.promotions-cards-list {
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.promos-index {
    width: 1260px;
}
.promos-index .owl-stage-outer, .promos-index .owl-stage {
    width: inherit;
}
.promos-index .owl-item {
    height: max-content;
    width: 296px !important;
}
.content-main-promotion-information {
    height: inherit;
    width: inherit;
    box-shadow: 0px 0px 4px 0px #a7a7a785;
    margin-bottom: 3px;
    margin-top: 3px;
    border-radius: var(--borderRadius);  
    overflow: hidden;
    margin-bottom: 20px;
}
.content-main-promotion-information .container-general-img {
    width: inherit;
    height: 380px;
    display: block;
}
.content-main-promotion-information .container-general-img img {
    height: inherit;
    width: inherit;
    transition: all 0.3s ease-in-out;
}
.content-main-promotion-information:hover .container-general-img img {
    transform: scale(1.05);
}
.card-content-items-promotion {
    background: #fff;
    height: 125px
}
@media (max-width: 1536px) {
    
}

@media (max-width: 1280px) {
    .promos-index {
        width: 930px;
    }
}

@media (max-width: 1024px) {
    .promos-index {
        width: 612px;
    }
}
@media (max-width: 768px) {
    .promos-index {
        width: 613px;
    }
}

@media (max-width: 640px) {
    .promos-index {
        width: 297px;
    }
}

.zommIcon {
    /* animation: zoomIcon-animation 2s infinite; */
    animation: zoomIcon-animation 2s infinite, pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px  rgba(45, 239, 126, 0.37);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}
@keyframes zoomIcon-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1);
    }
}

.content-principal-title {
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-principal-title .content-title-text-sections {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}
.content-principal-title .content-title-text-sections div {
    width: 500px;
}
.content-principal-title .content-title-text-sections div h2 {
    margin: 0;
    font-size: 1.57rem;
    font-weight: 600;
}
.content-principal-title .content-title-text-sections div p {
    margin: 0;
    font-size: 1.10rem;
    font-weight: 400;
    margin-top: 3px;
    margin-bottom: 10px;
    color: #0896cc;
}
.content-principal-title .content-title-text-sections div + div {
    width: 200px;
}

@media screen and (max-width: 1280px) {
    .content-principal-title {
        width: 100%;
        padding: 0 80px;
    }
}

@media screen and (max-width: 1024px) {
    .content-principal-title {
        width: 100%;
        padding: 30px 40px;
        gap: 10px;
    }
    .content-principal-title .content-title-text-sections div + div {
        width: auto;
    }
}

@media (max-width: 728px) {
    .content-principal-title {
        padding: 10px 20px;
    }
}
@media (max-width: 640px) {
    .content-principal-title .content-title-text-sections {
        justify-content: center;
    }
}