.bg-black{
    background-color: #E91E63 !important;
}

.pricing-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
    background: linear-gradient(to bottom, #f4f4f4, #ffffff);
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.card-header h3 {
    margin: 0;
    color: #333;
}

.card-header p {
    margin: 5px 0 0;
    color: #666;
    font-size: 18px;
}

.card-body {
    padding: 20px;
}

.card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-body ul li {
    padding: 5px 0;
}

.card-footer {
    padding: 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

.card-footer button {
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.list-contact{
font-size: 1rem;    
}

.list-contact ul {list-style: none;}

.list-contact ul li a {
    text-decoration: none;
    color: #fff !important;
}

.list-contact ul li a:hover {
    text-decoration: underline;
}

.btn-login{
    text-decoration: none;
    color: #fff;
}

.btn-primary{
    background-color: #E91E63 !important;
    border-color: #E91E63;
}

.btn-primary:hover{
    color: #fff;
    /* background-color: #333; */
    background-color:  #b42555 !important;
    border-color:  #b42555 !important;
}

.card {
    padding-top: 1.5rem; padding-bottom: 1.5rem;
    border: .1rem solid #c7c7c7;
    border-radius: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}
.card:hover {
    transform: scale(1.05);
}
.card-icon {
    font-size: 2rem;
    /* color: #007bff; */
    color: #E91E63 !important;
}
.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.benefits-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}
.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
/* .benefit-item:nth-child(even) {
    flex-direction: row-reverse;
} */
.benefit-icon {
    font-size: 4rem;
    color: #007bff;
    margin: 0 20px;
}
.benefit-content {
    flex: 1;
    text-align: left;
}
.benefit-title {
    font-size: 2rem;
    margin-bottom: 10px;
}
.benefit-text {
    font-size: 1.5rem;
    color: #555;
}

.btn-outline-primary{
    border: .2rem solid #fff;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
}

.btn-outline-primary:hover{
    /* font-weight: bold;     */
    border: .2rem solid #2d3033;
    background-color: #2d3033;
    color:#fff;
}

.cirlce{border-radius: 100%;}

.img-use{border-radius: 30px;}
.img-use {
    width: 100%; 
    height: 300px; 
    object-fit: cover;
}


.accordion-button{
    background-color: #b42555;
    color: #fff;
}

/* También para el botón activo */
.accordion-button:not(.collapsed) {
    background-color: #E91E63; 
    color: #fff;
}

/* Opcional: mantener texto blanco al hacer hover */
.accordion-button:not(.collapsed):hover {
    background-color: #b42555;
    color: #fff;
}

.btn-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
}