.widget-call-me {
	
}
.widget-call-me.absolute.show {
	right: -120px;
}
.widget-call-me.absolute {
	width: 195px;
    height: 65px;
    position: fixed;
    /*top: 46%;*/
    top: 36%;
    right: -130px;
    right: -195px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    zoom: 1;
    z-index: 100;
    /*background-color: red;*/
}
.widget-call-me.ca {
	background:url('../images/tellamamos-ca.png');
}
.widget-call-me.es {
	background:url('../images/tellamamos-es.png');
}
.widget-call-me.en {
	background:url('../images/tellamamos-en.png');
}
.widget-call-me.absolute:hover {
	right: -21px;
}

.call-me-form {
	/*min-width: 500px;*/
	padding:4rem 2rem 2rem 2rem;
}
.call-me-form input {
	min-height: unset;
}
.call-me-form input[type=checkbox] {
	position: static;
}








.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}
.form-group {
    margin-bottom: 15px
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /*border-radius: 4px;*/
    background-color:#802E4C;

    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    background: #802e4c;
    border: none;
    padding: 17px 20px 17px 20px;
    border-radius: 0;
    margin: 0
}










