/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

 
.marginbottom{
	padding-bottom: 1000px;
}

 .whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow: hidden; /* Evita que el contenido sobresalga */
}

.whatsapp-float img {
  width: 70%; /* Ajusta el tamaño dentro del botón */
  max-width: 100%; /* Asegura que no sobrepase el tamaño del contenedor */
  height: auto; /* Mantiene la proporción de la imagen */
}
