.flotante {
	z-index: 8;
	display: scroll;
	position: fixed;
	bottom: 150px;
    left: 0px;
}

.wa-button{
    padding: 10px 15px 10px 20px;
    background-color: #25d366;
    color: white;
    border-radius: 0 50px 50px 0;
    font-size: 45px;
    position: fixed;
    bottom: 40px;
    left: 0px;
    z-index:10000;
    opacity: 1;
    width: 40px;
}

.wa-button:hover{
	opacity: .75;
}

.fb-button{
    padding: 10px 15px 10px 20px;
    background-color: #3b5998;
    color: white;
    border-radius: 0 50px 50px 0;
    font-size: 45px;
    position: fixed;
    bottom: 110px;
    left: 0px;
    z-index:10000;
    opacity: 1;
    width: 40px;

}

.fb-button:hover{
	opacity: .75;
}

.tw-button{
    padding: 10px 15px 10px 20px;
    background-color: #00acee;
    color: white;
    border-radius: 0 50px 50px 0;
    font-size: 45px;
    position: fixed;
    bottom: 180px;
    left: 0px;
    z-index:10000;
    opacity: 1;
    width: 40px;

}

.tw-button:hover{
	opacity: .75;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }

  textarea {
    width: 100%;
    height: 100px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
  }
  
  .center {
    margin: auto;
    width: 50%;
    padding: 10px;
  }