.conducta-empresarial-ec {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.g-conducta-empresarial-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.conducta-empresarial-container {
    width: 80%;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-slide {
    display: none;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}

.card-slide.active {
    display: flex;
}

.card-carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.card {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.card-content {
    display: flex;
    align-items: stretch;
}

.card .indicator {
    width: 8px;
    margin-bottom: 15px;
    margin-right: 16px;
    border-radius: 50px;
}

.text-content {
    flex: 1;
}

.text-content p {
    font-size: 14px;
    color: rgba(64, 64, 64, 1);
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.carousel-controls button {
    background: none;
    border: 1px solid rgba(6, 79, 113, 1);
    color: rgba(6, 79, 113, 1);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.carousel-controls button:hover {
    background: rgba(6, 79, 113, 1);
    color: rgba(255, 255, 255, 1);
}

.titulo-conducta-empresarial {
    padding-bottom: 20px;
    font-weight: bold;
    color: rgba(35, 94, 173, 1);
}

.texto-card {
    padding: 0 10px 0 10px;
    vertical-align: middle;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.carousel-controls button {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(34, 74, 162, 1);
    color: rgba(34, 74, 162, 1);
    border-radius: 100px;
    width: 52px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.carousel-controls button:hover {
    background-color: rgba(5, 158, 219, 0.1);
    color: rgba(34, 74, 162, 1);
}

.carousel-controls button:active {
    background: linear-gradient(to right, rgba(8, 159, 228, 1), rgba(34, 74, 162, 1));
    color: rgba(255, 255, 255, 1);
}

.carousel-controls button:disabled {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(34, 74, 162, 1);
    opacity: 50%;
    cursor: not-allowed;
}

.carousel-controls i {
    font-size: 24px;
}

.btn-primary-conducta {
    background: linear-gradient(to right, rgba(8, 159, 228, 1), rgba(34, 74, 162, 1));
    border: none;
    padding: 17px;
    width: 270px;
    height: 56px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    margin-top: 10px;
}

.btn-primary-conducta:hover {
    background: linear-gradient(to right, rgba(8, 159, 228, 0.7), rgba(34, 74, 162, 0.7));
    color: rgba(255, 255, 255, 1);
}

@media (min-width: 1239px) {
    .conducta-empresarial-ec {
        margin-top: 60px
    }
}

@media (max-width: 1239px) {
    .conducta-empresarial-container .col-md-6 {
        width: 100%;
    }

    .gota-conducta-empresarial-container {
        background-position: left 0 top 50%;
    }

    .btn-primary-conducta {
        margin-bottom: 65px;
    }
}