.body-black {
    background: #000 !important;
}

.div_container {
    width: 100%;
}

.div_container1 {
    margin-left: 5%;
    margin-top: 2%;
}

.div_container2 {
    margin-left: 75%;
}

.button_div {
    width: 100% !important;
}

.btn-calendar {
    background-color: #000 !important;
    color: #FFF;
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: calc(0.767rem - 1px);
    padding-bottom: calc(0.767rem - 1px);
}

.btn-calendar:hover, .btn-calendar.hover {
    background-color: #494444 !important;
    color: #FFF !important;
}

.image_logo {
    width: 100%;
    height: 100%;
}

.image_isotipo {
    width: 100%;
    height: 90%;
}

.div_flex {
    display: flex;
}

.div_margin {
    margin-top: 10px; 
    margin-left: 20px;
}

.chat {
    position: fixed;
    padding: 5px 20px;
    bottom: 2%;
    right: 3%;
    background-color: #000;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
}

.audio {
    width: 75%;
    position: fixed;
    left: 2%;
    bottom: 1%;
    text-align: center;
}

.button_disconnect {
    background: #000;
    font-size: 16px;
    color: #FFF;
    border-radius: 20px;
    padding: 10px 30px;
}

.in-line {
    color: #FFF !important;
    margin-left: 10px; 
    font-size: 16px;
}


@media (max-width: 1200px) {
    .div_flex {
        display: block;
    }
    .div_margin {
       margin-top: 10px;
       margin-left: 0px;
    }
    .div_container2 {
        margin-left: 75%;
    }

}

@media (max-width: 600px) {
    .div_container1 {
        margin-left: 5%;
        margin-top: 2%;
    }
    
    .div_container2 {
        margin-left: 70%;
    }

    .audio {
        width: 90%;
        position: fixed;
        left: 2%;
        bottom: 41%;
        text-align: center;
    }

    .chat {
        position: fixed;
        padding: 5px 20px;
        bottom: 3%;
        right: 3%;
        background-color: #ff9706;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        z-index: 100;
    }

    .button_disconnect {
        background: #000;
        font-size: 12px;
        color: #FFF;
        border-radius: 20px;
        padding: 5px 20px;
    }
    
    .in-line {
        color: #FFF !important;
        margin-left: 10px; 
        font-size: 12px;
    }

    .image_logo {
        width: 100%;
        height: 50%;
    }

    .image_isotipo {
        width: 50%;
        height: 50%;
    }
    /* .div_flex {
        display: block;
    } */
}

@media (max-width: 500px) {
    .div_container2 {
        margin-left: 55%;
    }
}