﻿

.container_chat_bot1 {
    position: fixed;
    right: 30px;
    bottom: 110px;
    z-index: 20;
}

.container_chat_bot2 {
    transition: 300ms ease-in opacity;
    opacity: 1;
    visibility: visible;
}



.et_pb_scroll_top {
    text-align: center;
    background: #cecece;
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
    visibility: visible;
}

.direct-chat-img {
    /*border-radius: 50%;*/
    float: left;
    width: 80px;
    height: 80px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}


.letras-maya-h6 {
    color: black;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .direct-chat-img {
        /*border-radius: 50%;*/
        float: left;
        width: 50px;
        height: 50px;
        margin-left: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    

    .et_pb_scroll_top {
        bottom: 44px;
    }
}

.floating-btn {
    position: fixed;
    right: 20px; /* Ajusta la posición horizontal */
    bottom: 90px; /* Ajusta la posición vertical */
    background-color: #68232D; /* Color de fondo */
    color: white; /* Color del texto */
    padding: 15px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    transform: rotate(180deg); /* Rota el texto de forma vertical */
    writing-mode: vertical-rl; /* Coloca el texto de manera vertical */
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para hacerlo más visible */
    transition: background-color 0.3s;
    font-family: 'Ink Free', sans-serif !important;
    font-weight: bold;
}

.floating-btn:hover {
    background-color: #45a049; /* Cambio de color al pasar el ratón */
}

.floating-whats {
    position: fixed;
    right: 20px; /* Ajusta la posición horizontal */
    bottom: 20px; /* Ajusta la posición vertical */
    color: white; /* Color del texto */
    font-size: 18px;
    border: none;
    border-radius: 25px;
    writing-mode: vertical-rl; /* Coloca el texto de manera vertical */
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para hacerlo más visible */
    transition: background-color 0.3s;
    font-family: 'Ink Free', sans-serif !important;
    font-weight: bold;
    height: 50px;
}

.floating-whats:hover {
    background-color: #45a049; /* Cambio de color al pasar el ratón */
}


