#botAyuda {
    display: none;
}

#botAyuda {
    border-radius: 10px;
    width: 26%;
    height: 70%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

#BotAyudaContainer {
    width: 100%;
    height: 30%;
    background-color: white;
    border-radius: 10px;
}

#Banner_Bot {
    height: 100%;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#texto_bot {
    position: absolute;
    right: 50px;
    top: 18px;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    color: rgb(255, 255, 255);
}

#en_linea2 {
    font-size: 22px;
    position: absolute;
    left: 70px;
    top: 22%;
    color: white;
}

#status-circle2 {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #00FF00;
    border-radius: 50%;
    margin-left: 36px;
    top: 24%;
    box-shadow: 0 0 8px 2px #00FF00;
}

#Cerrar-bot2 {
    position: absolute;
    top: 8px;
    right: 10px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#equis2 {
    margin-top: -5px;
}

#botParte1 button {
    background-color: rgb(0, 81, 255);
    color: whitesmoke;
    font-weight: bold;
    border-radius: 30px;
    width: 80%;
    font-size: 30px;
    border: 0;
}

/* Teléfonos móviles pequeños */
@media (max-width: 320px) {
    #botAyuda {
        border-radius: 10px;
        width: 100%;
        height: 70%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    #texto_bot {
        position: absolute;
        right: 50px;
        top: 18px;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
    }

}

/*Teléfonos móviles medianos*/
@media (min-width: 321px) and (max-width: 375px) {
    #botAyuda {
        border-radius: 10px;
        width: 100%;
        height: 70%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    #texto_bot {
        position: absolute;
        right: 50px;
        top: 18px;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
    }

}

/*Teléfonos móviles grnandes*/
@media (min-width: 376px) and (max-width: 425px) {
    #botAyuda {
        border-radius: 10px;
        width: 80%;
        height: 70%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    #texto_bot {
        position: absolute;
        right: 50px;
        top: 18px;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
    }

}

/* Tabletas en modo retrato */
@media (min-width: 426px) and (max-width: 768px) {
    #botAyuda {
        border-radius: 10px;
        width: 70%;
        height: 70%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    #texto_bot {
        position: absolute;
        right: 50px;
        top: 18px;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
    }

}

/* Tabletas en modo paisaje */
@media (min-width: 769px) and (max-width: 1024px) {
    #botAyuda {
        border-radius: 10px;
        width: 50%;
        height: 70%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    #texto_bot {
        position: absolute;
        right: 50px;
        top: 18px;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
    }
}

/* Ordenadores portátiles pequeños */
@media (min-width: 1025px) and (max-width: 1280px) {
    #botAyuda {
        border-radius: 10px;
        width: 40%;
        height: 70%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    #texto_bot {
        position: absolute;
        right: 50px;
        top: 18px;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
    }
}

/* Monitores de PC de escritorio */
@media (min-width: 1281px) and (max-width: 1600px) {
    #botAyuda {
        border-radius: 10px;
        width: 30%;
        height: 70%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    #texto_bot {
        position: absolute;
        right: 50px;
        top: 18px;
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
    }
}

/* Monitores de PC de escritorio grandes */
@media (min-width: 1601px) and (max-width: 1920px) {
    #botAyuda {
        border-radius: 10px;
        width: 26%;
        height: 70%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    #texto_bot {
        position: absolute;
        right: 50px;
        top: 18px;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
    }
}

/* Televisores y proyectores HD */
@media (min-width: 1921px) and (max-width: 2560px) {
    #botAyuda {
        border-radius: 10px;
        width: 26%;
        height: 70%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    #texto_bot {
        position: absolute;
        right: 50px;
        top: 18px;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
    }
}

/* Televisores y proyectores 4K */
@media (min-width: 2561px) {
    #botAyuda {
        border-radius: 10px;
        width: 26%;
        height: 70%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 100;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    }

    #texto_bot {
        position: absolute;
        right: 50px;
        top: 18px;
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
        color: rgb(255, 255, 255);
    }
}