/* * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
} */

/* body {
    padding: 0;
    margin: 0;
    background-image: url(../img/basico_plan.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 200em;
} */

/* .container {
    width: 90vw;
    height: 100vh;
    margin: 0 auto;
    position: relative;
} */

.chatbox {
    z-index: 100000001;
    width: 20%;
    /*height: 250px;*/
    position: fixed;
    bottom: 32%;
    right: 0;
    transform: translate(-50%, 0);
    margin-top: 20px;
    background: rgb(138, 133, 132);
    border-radius: 5px;
}

#mostrar-div{
    display: none;
}

#boton_chat{
    z-index: 500;
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    position: fixed;
    bottom: 118px;
    right: 50px;
    cursor: pointer;
    border: 4px solid #17A589 ;
}

#boton_chat video{
    border-radius: 50%;
    width:100%;
    height: auto;
}
.chatbox .cabeza .row .imagen{
    padding: 10px;
}
.imagen img{
    
    width:80%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}

.cabeza {
    font-family: 'Catamaran';
    background: #2577ad ;
    padding: 5px;
    color: aliceblue;
    border: 1px solid #000000 ;
    /* font-size: 20px; */
}

/* .chatbox .cabeza div{
   align-items: center;
} */
.chatbox .cabeza .row .caja {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
    justify-content: center;
    align-items: center;
}
.chatbox .cabeza div h4{
    font-family: 'Catamaran';
    font-weight:700; 
    color:#eee;
}
.avail {
    font-size: 12px;
    padding: 0 20px;
    padding-right: 30px;
}

.avail::after {
    content: "";
    display: inline-block;
    background: rgb(4, 180, 4);
    width: 10px;
    height: 10px;
    margin: 0 3px;
    vertical-align: middle;
    border-radius: 50%;
}

.cuerpo {
    background: #eee;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    border: 1px solid #000 ;
}

.mensaje{
    font-family: 'Catamaran';
    font-size: 12px;
    border: 15px;
    color:black;
    background: #fff;/* padding-top: 8px; */
    border: 2px solid;
    height: 45px;
}

.input{
    background-image: url(public/chat/img/enviar_2.png);
    background-repeat: no-repeat;
    /* background-position: 4px center;
    background-size: 20px;
    display: flex;
    align-items: center; */
    /* width: 300px; */
    /* padding-left: 28px;
    height: 30px; */
    /* border: 1px solid rgba(9, 113, 163, 1); */
    /* border-radius: 3px; */
    font-family: 'Catamaran';
    height: 45px;
    background: #2577ad;
    border: 2px solid #000;
    /* border-radius: 50%; */
    padding: 4px;
}
.input:hover{
    background:#519cce;
    padding: 1px;
}

.input-icono input {
    width: 100%;
    font-size: 0.9em;
    border: none;
}
.input-icono input:focus {
    outline: none;
}


.visible-2 {
    display: block;
}

.none {
    display: none;
}

.me {
    font-family: 'Catamaran';
    color: #000;
    width: 55%;
    height: auto;
    padding: 10px;
    margin: 5px;
    background-color: #A9CCE3 ;
    border-radius: 10px;
    float: right;
    text-align: right;
    display: block;
}
.boton-rojo{
    width: 100%;
    /* border: 1px solid rgb(0, 0, 0); */
    /* border-right: 0;
    border-top: 0; */
    padding: 10px;
    background:#dc3545;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    color: rgb(0, 0, 0);
}

.boton-rojo:hover{
    background:#d4626d;
    border: 1px solid rgb(0, 0, 0);
}
.boton-azul{
    width: 100%;
    /* border: 1px solid rgb(0, 0, 0); */
    /* border-right: 0;
    border-top: 0; */
    padding: 10px;
    background:#007bff;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    color: rgb(0, 0, 0);
}

.boton-azul:hover{
    background:#8dbcee;
    border: 1px solid rgb(0, 0, 0);
}

.boton-amarillo{
    width: 100%;
    /* border: 1px solid rgb(0, 0, 0); */
    /* border-right: 0;
    border-top: 0; */
    padding: 10px;
    background: #ffc107;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    color: rgb(0, 0, 0);
}
.boton-amarillo:hover{
    background:#e9cb72;
    border: 1px solid rgb(0, 0, 0);
}

.administrador{
    font-family: 'Catamaran';
    color:#000;
    font-size: 15px;
    /* font-family: cursive; */
    width: 95%;
    height: auto;
    padding: 10px;
    margin: 5px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    float: left;
    text-align: left;
    /* display: block; */
}
.alicia-2 {
    font-family: 'Catamaran';
    color:#000;
    font-size: 13px;
    /* font-family: cursive; */
    width: 60%;
    height: auto;
    padding: 10px;
    margin: 5px;
    background-color: #76D7C4;
    border-radius: 10px;
    float: left;
    text-align: left;
    }
.alicia {
    font-family: 'Catamaran';
    color:#000;
    font-size: 13px;
    /* font-family: cursive; */
    width: 60%;
    height: auto;
    padding: 10px;
    margin: 5px;
    background-color: #76D7C4;
    border-radius: 10px;
    float: left;
    text-align: left;
    display: block;
}
.formulario{
    font-family: 'Catamaran';
    margin: 2px 6px;
}

.respuestas {
    color: black;
    font-size: 13px;
    /* font-family: cursive; */
    width: 93%;
    height: auto;
    padding: 10px;
    background-color:#fff;
    border-radius: 10px;
    float: left;
    text-align: left;
    display: block;
}

/* .imgRedonda {
    width: 40px;
    height: 40px;
    border-radius: 150px;
} */

.creador {
    background-color: crimson;
    color: aliceblue;
    font-size: 16px;
    height: 20px;
    width: 80px
}

@media all and (max-width: 1500px){
    .chatbox {
        z-index: 500;
        width: 20%;
        height: 250px;
        position: fixed;
        bottom: 32%;
        right: -2%;
        transform: translate(-50%, 0);
        margin-top: 20px;
        background: rgb(138, 133, 132);
        border-radius: 5px;
    }
}

@media all and (max-width: 1100px){
    .chatbox {
    z-index: 500;
    width: 26%;
    height: 250px;
    position: fixed;
    bottom: 28%;
    right: -3%;
    transform: translate(-50%, 0);
    /* margin-top: 20px; */
    background: rgb(138, 133, 132);  
    }
}

@media all and (max-width: 800px){
    .chatbox {
        width: 40%;
        height: 250px;
        position: fixed;
        bottom: 37%;
        /* padding: auto; */
        right: -3%;
        transform: translate(-50%, 0);
        /* margin-top: 20px; */
        background: rgb(138, 133, 132);
        border-radius: 5px;
    }
}
@media all and (max-width: 500px){
    .chatbox {
        width: 70%;
        height: 250px;
        position: fixed;
        bottom: 38%;
        /* padding: auto; */
        right: -21%;
        transform: translate(-50%, 0);
        /* margin-top: 20px; */
        background: rgb(138, 133, 132);
        border-radius: 5px;
    }
    #boton_chat{
        z-index: 500;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        border-radius: 50%;
        font-size: 20px;
        position: fixed;
        bottom: 11px;
        right: 77px;
        cursor: pointer;
        border: 4px solid;
        border: 4px solid #17A589 ;
    }
    .imagen img{
    
        width:60%;
        height: auto;
        display: flex;
        justify-content: center;
        margin: auto;
    }
}

.dot {
  height: 35px;
  width: 35px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  text-align:center !important;
  color: #fff !important;
  margin:auto !important;
  padding:5px !important;
  font-weight:600 !important;
  position: absolute;
  top: -10px;
  right: -12px;
  cursor: pointer;
}

.no_rotaras{
    cursor:pointer;
}