body {
    padding-top: 2rem;
    padding-bottom: 5px;
    font-color: #454545;
}

.starter-template {
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
}

h1 {
    font-weight: bold;
    font-family: Libre Franklin;
    color: #006aaf;
}

h2 {
    font-weight: bold;
    font-family: Libre Franklin;
    color: #d9b93a;
    margin-top: 50px;
}

h3 {
    font-weight: bold;
    font-family: Libre Franklin;
    color: #006aaf;
}

h4 {
    font-weight: bold;
    font-family: Libre Franklin;
    color: #893bb6;
}

#espacio.pub {
}

#id.publicidad {
    margin-top: 80px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #FFF;
  background-color:#1ab152;
    
    animation: shake 1s;

 
  animation-iteration-count: infinite;
}

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

.pulse {
	animation: pulse-animation 3s infinite;
}


@keyframes pulse-animation {
  	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1.2);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
