#show-cursos .color-link-primary>* {
    color: #8b70ff !important;
}

.height-card {
    height: 10rem;
    border-color: #15cdf1 !important;
    box-shadow: 3px 4px 10px #15cdf1;
    background: linear-gradient(201deg, rgba(92,59,236,1) 0%, rgba(77,107,255,1) 54%, rgba(196,26,196,1) 94%);
    border-radius: 15px;
}

.height-card h1 {
    font-size: 3rem !important;
    font-weight: 900;
}

.height-contetn-card {
    height: 92px;
}

.btn-outline-mazzbio {
    background: linear-gradient(201deg, rgba(92,59,236,1) 0%, rgba(77,107,255,1) 54%, rgba(196,26,196,1) 94%);
}

.btn-outline-mazzbio.btn_buy:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #15cdf1;
}

.border-mazz {
    border-color: #15cdf1 !important;
    box-shadow: 3px 4px 10px #15cdf1;
    border-radius: 15px;
}

.backgroun-table {
    background-color: transparent !important;
}

.backgroun-table thead th {
    border-top: 0;
}

.backgroun-table th {
    color: #15cdf1;
}

.backgroun-table td {
    color: white;
}

#cart-derecho .text-danger {
    color: #15cdf1 !important;
}

#cart-derecho .text-success {
    color: #59ff59 !important;
}

.effect-color-text {
    font-weight: bold;
    background: linear-gradient(90deg, #15cdf1, #3ddcfb, #0389a3, #77d7e9);
    background-size: 300%;
    background-clip: text;
    -webkit-background-clip: text;

    /* Hace que solo el texto muestre el degradado */
    animation: moveGradient 3s linear infinite;
}

#effect-color-text {
    color: transparent !important;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.content-iframe {
    position: relative;
}

.content-iframe iframe {
    position: absolute;
    border: none;
    aspect-ratio: 16 / 9;
    max-height: auto;
}

.text-dangers {
    color: #15cdf1 !important;
}

#content-paginate .page-link {
    background-color: transparent;
    border-color: #f6ca64;
}

#content-paginate .page-item.active .page-link {
    background-color: #f6ca64;
    color: black;

}

#srch11 {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 0 !important;
    color: #fff !important;
    height: 4rem;
    font-size: 1.6rem;
    border-radius: 15px 0px 0px 15px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* Relaci��n de aspecto 16:9 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.border-warning {
    border-color: #15cdf1!important;
}

.text-danger {
    color: #15cdf1!important;
}

.btn-outline-danger {
    color: #15cdf1;
    border-color: #15cdf1;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem #15cdf1 !important;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #15cdf1 !important;
    border-color: #15cdf1 !important;
}

.alert-success {
    color: #ffffff;
    background: linear-gradient(201deg, rgba(92,59,236,1) 0%, rgba(77,107,255,1) 54%, rgba(196,26,196,1) 94%);
    border-color: #15cdf1;
}

.alert-info {
    color: #ffffff;
    background-color: #02a0bf;
    border-color: #15cdf1;
}

.btn-primary {
    color: #fff;
    background: linear-gradient(201deg, rgba(92,59,236,1) 0%, rgba(77,107,255,1) 54%, rgba(196,26,196,1) 94%);
    border-color: #15cdf1;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #000000 !important;
    background-color: #fbcf04;
    border-color: #fbcf04;
    box-shadow: 0 0 0 .2rem rgb(255 222 38 / 50%);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #000000 !important;
    background-color: #f6ca64;
    border-color: #f6ca64;
}

.btn-info:hover {
    color: #000000;
    background-color: #f6ca64;
    border-color: #f6ca64;
}

.input-url {
    border-color: #15cdf1 !important;
    color: #15cdf1 !important;
}

#page1 {
    color: #15cdf1 !important;
}

a {
    color: #15cdf1;
    text-decoration: none;
}

.w-100 {
    width: 100% !important;
}

/* Estilos específicos para dispositivos móviles (hasta 767px de ancho) */
@media (max-width: 767px) {
    .w-100 {
        width: 90% !important;
    }
}