/*chat*/
.chat-btn {
    /*position: absolute;*/
    right: 14px;
    bottom: 30px;
    cursor: pointer
}

.chat-btn .close {
    display: none
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}

#check:checked~.chat-btn .text-chatea {
    display: none
}

.chat-btn i {
    font-size: 22px;
    color: #fff !important
}

.chat-btn {
    padding: 10px 15px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    border-radius: 30px;
    background-color: #3BF44E!important;
    color: #fff;
    font-size: 18px;
    border: none
}
.btn-whats{
  background: #25d366!important;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  border-radius: 25px;
  color: white;
}
input, textarea {
    background-color: #fff!important;
    border: none!important;
    border-bottom: 1px solid #ededed!important;
    transition: border-bottom-color 300ms!important;
    margin-bottom: 6px!important;
    padding: 0!important;
    font-size: 14px!important;
    color: #515151!important;
}
.wrapper {
    position: absolute;
    right: 20px;
    bottom: 65px;
    width: 300px;
    background: url(../img/bg-whats.jpg);
    background-size: contain;
    border-radius: 5px;
    opacity: 0;
    color: black!important;
    transition: all 0.4s
}

#check:checked~.wrapper {
    opacity: 1;
    display: inline!important;
}
.text-chatea{
    font-weight: 500;
}
.header {
    padding: 8px;
    background-color: #3BF44E!important;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 8px;
    color: #fff
}

.chat-form {
    padding: 15px;
    font-family: 'Ubuntu';
    margin-bottom: 10%;
}
.chat-footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 10px;
    background-color: white;
}
.chat-form input,
textarea,
button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none
}

.chat-form label {
    font-weight: 500;
}

.form-control:focus,
.btn:focus {
    box-shadow: none
}

.btn,
.btn:focus,
.btn:hover {
    background-color: blue;
    border: blue
}

#check {
    display: none !important
}
/*chat*/

.bolsa{
        position: fixed;
        background: red;
        z-index: 9999999;
        top: 11%;
        right: 5%;
        padding: 5px 10px;
        background-color: #00c0ef !important;
        text-align: center;
       
        width: 150px;
        font-size: 14px;
            -webkit-box-shadow: 1px 1px 20px 0 #000000;
    -moz-box-shadow: 1px 1px 20px 0 #000000;
    box-shadow: 1px 1px 20px 0 #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #00c0ef  1px;
      }


@media (max-width: 600px) {
    #admision-btn {
        bottom: 0%!important;
    }
    .bolsa {
        top: unset!important;
        bottom: 10%;
        width: 200px!important;
        z-index: 9!important;
    }
    .text-chatea{
        display: none!important;
    }
}