    @media (max-width: 768px) {
        .col-cel {
            max-width: 25% !important;
        }
        .card {
            margin-top: 38px;
        }
        .cards {
            margin: 1rem 5vw !important;
        }
    }
    
    .clic {
        text-align: justify;
        font-size: 12px;
        background-color: #00ADA4;
        border-radius: 20px;
        color: white;
        padding: 5px 5px;
        width: min-content;
        white-space: nowrap;
    }
    
    .card__header {
        padding: 1.2em !important;
    }
    
    .nopad {
        margin: 0px 0px;
        padding: 0px 0px;
    }
    
    .centero {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    ul {
        padding-inline-start: 15px;
    }
    
    .scrolldown {
        position: fixed;
        top: 90%;
        left: 48%;
        z-index: 9999;
    }
    
    @media(max-width:460px) {
        .scrolldown {
            top: 80%;
        }
    }
    
    a.vb_dia-uno.active span {
        background: #007EFF !important;
    }
    
    a.vb_dia-dos.active span {
        background: #473EF7 !important;
    }
    
    a.vb_dia-tres.active span {
        background: #F55152 !important;
    }
    
    a.vb_dia-cuatro.active span {
        background: #fc7327 !important;
    }
    
    a.vb_dia-cinco.active span {
        background: #009999 !important;
    }
    
    a.vb_dia-seis.active span {
        background: #DDA62C !important;
    }
    
    a.vb_dia-siete.active span {
        background: #D111AD !important;
    }
    
    a.vb_dia-ocho.active span {
        background: #8b19bf !important;
    }
    
    a.vb_extra.active span {
        background: #FF4200 !important;
    }
    
    #bgVideo {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
    }
    
    #section_buttons .button {
        background-color: white;
        border-style: solid;
        border-width: 2px;
        border-color: #822A8B;
        color: #822A8B;
        padding: 8px 15px;
        border-radius: 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }
    
    @media screen and (max-width: 2000px) and (min-width: 1000px) {
        .patrocinios {
            margin-right: 80px !important;
            margin-left: 80px !important;
        }
    }
    
    @media screen and (max-width: 900px) {
        .patro {
            margin-top: 60px !important;
            padding-bottom: 20px !important;
        }
    }
    
    body {
        font-size: 1.15rem !important;
    }
    
    .cerebro {
        cursor: pointer;
        background-color: transparent !important;
        border: 0px solid transparent !important;
    }
    
    #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 19px;
        font-weight: 700;
        line-height: 13px;
        border: none;
        outline: none;
        background-color: #138883;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 100%;
    }
    
    #myBtn:hover {
        background-color: #5D2D77;
    }
    
    .pulse-button {
        cursor: pointer;
        box-shadow: 0 0 0 0 rgba(#138883, .5);
        -webkit-animation: pulse 0.5s infinite;
    }
    
    .pulse-button:hover {
        -webkit-animation: none;
    }
    
    @-webkit-keyframes pulse {
        0% {
            @include transform(scale(.9));
        }
        70% {
            @include transform(scale(1));
            box-shadow: 0 0 0 100px rgba(#5a99d4, 0);
        }
        100% {
            @include transform(scale(.9));
            box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
        }
    }
    
     ::-webkit-scrollbar {
        width: 0px !important;
        height: 0px !important;
    }
    
     ::-webkit-scrollbar-thumb {
        cursor: pointer !important;
        background: #138883 !important;
    }
    
    .menu .menu-list::-webkit-scrollbar {
        width: 5px !important;
        height: 5px !important;
    }
    
    @media (min-height: 600px) {
        .menu-footer {
            bottom: 2rem;
        }
    }