.caja-form-footer-sticky{
	display: flex;
    flex-direction: row;
	align-items: center;
    justify-content: center;
    z-index: 99999!important;
 -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;}
.caja-form-footer-sticky{    
    background-image: url(../images/default-sticky-form.jpg);
    background-image: url(../images/sticky-vodafone.jpg);
    
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: -100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: linear-gradient(45deg, #820000 0%, #E60000 100%);*/
}
.caja-form-footer-sticky .mensaje{color:#FFF; text-align:center; margin: 0;}
.caja-form-footer-sticky .sticky_submit {
    text-align: center;
    font-size: 19px;
    padding: 10px 16px;
    border-radius: 12px;
    width: auto;
    background: #0a0a0a;/*#dc0000;*/
    color: #fff;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    border: none;
}
.caja-form-footer-sticky .mensaje .titmensaje{font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;}
.caja-form-footer-sticky .mensaje .subtitmensaje{font-size: 16px;
    font-weight: 200;}
.caja-form-footer-sticky .form-check label, .caja-form-footer-sticky .form-check label a {
    color: #FFF;
    font-size: 14px;
    line-height: initial;
    text-decoration: underline;
    cursor: pointer;
}
.caja-form-footer-sticky .close-form-sticky i{
    cursor: pointer;
    color: #FFF;
}

.caja-form-footer-sticky.is-hidden {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -webkit-transition: -webkit-transform .4s,opacity .2s;
}
.caja-form-footer-sticky.is-visible {
  opacity: 1;
  -webkit-transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s,background .3s,color .3s,opacity .2s;
}
.caja-form-footer-sticky .stycky_response_ok, .caja-form-footer-sticky .stycky_response_ko{
    display: none;
}
.caja-form-footer-sticky .stycky_response_ok .sms, .caja-form-footer-sticky .stycky_response_ko .sms {
    text-align: center;
    color: #FFF;
    font-size: 24px;
    padding: 30px 0;
    margin: 0;
    font-weight: 400;
}
.verde-turquesa{
    background-color: #009900 !important
}