hr.o_landing_hr1 {
    width:20%;
    height: 0.5rem;
    background-color: #633188;
    border: none;
}
form.o_landing_form input {
    border-radius: 0.8em !important;
    border: 5px solid #199688 !important;
    font-size: large;
    width: 100%;
    padding: 25px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
#subscribe-form h4{
    color: #fff;
}
#subscribe-form.row{
    background-color: #783fa8;
}
#subscribe-form > form .invalid-tooltip{
    position: relative !important;
}
#subscribe-form button[type=button] {
    border-radius: 0.5em !important;
    border: none;
    padding: 15px 40px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: x-large;
}
#o_landing_whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}

.float-ws-contacto{
    width: 60px;
    height: 60px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    display: inline-block;
    float: right;
}

.my-float{
	margin-top:15px;
}

.btn-xlarge {
    padding: 15px 28px;
    font-size: 32px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}