#return-to-top {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 90px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 500;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: red;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
  }
#whatsapp {
		    display: block;
		    /* Hidden by default */
		    position: fixed;
		    /* Fixed/sticky position */
		    bottom: 80px;
		    /* Place the button at the bottom of the page */
		    left: 2%;
		    /* Place the button 30px from the right */
		    z-index: 700;
		    /* Make sure it does not overlap */
		    border: none;
		    /* Remove borders */
		    outline: none;
		    /* Remove outline 
		    background-color: #5e9b4f;
		    /* Set a background color */
		    color: white;
		    /* Text color */
		    cursor: pointer;
		    /* Add a mouse pointer on hover */
		    padding: 15px;
		    /* Some padding */
		    border-radius: 10px;
		    /* Rounded corners */
		    font-size: 18px;
		    /* Increase font size */
		    background-color: transparent;
		  }
		  #numbers {
		  	width: 40%;
		    /* Hidden by default */
		    position:fixed;
		    /* Fixed/sticky position */
		    bottom: 200px;
		    /* Place the button at the bottom of the page */
		    left: 2%;
		    /* Place the button 30px from the right */
		    z-index: 700;
		    /* Make sure it does not overlap */
		    border: none;
		    /* Remove borders */
		    outline: none;
		    /* Remove outline */
		    background-color: #5e9b4f;
		    /* Set a background color */
		    color: white;
		    /* Text color */
		    cursor: pointer;
		    /* Add a mouse pointer on hover */
		    padding: 15px;
		    /* Some padding */
		    border-radius: 10px;
		    /* Rounded corners */
		    font-size: 18px;
		    /* Increase font size */

		  }
		  #numbers > h2 h3 p a{
		  	color: white;
		  	text-align: center;
		  }
		  .titulo{
		  	color: white;
		  	text-align: center;
		  }
		  @media only screen and (max-width: 600px){
		  	#numbers{
		  		width: 80%;
		  		bottom: 90px;
		  	}
		  	#whatsapp {
			    display: block;
			    /* Hidden by default */
			    position: fixed;
			    /* Fixed/sticky position */
			    bottom: 10px;
			    /* Place the button at the bottom of the page */
			    left: 2%;
			    /* Place the button 30px from the right */
			    z-index: 700;
			    /* Make sure it does not overlap */
			    border: none;
			    /* Remove borders */
			    outline: none;
			    /* Remove outline 
			    background-color: #5e9b4f;
			    /* Set a background color */
			    color: white;
			    /* Text color */
			    cursor: pointer;
			    /* Add a mouse pointer on hover */
			    padding: 15px;
			    /* Some padding */
			    border-radius: 10px;
			    /* Rounded corners */
			    font-size: 18px;
			    /* Increase font size */
			 }
			 .logo{
			 	width: 55px;
			 	height: 55px;
			 }
			 #return-to-top {
			 	bottom: 30px;
			 }

		  }