/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.whatsapp {
    position: fixed;
    padding: 0px 9px 5px 10px;
    width: 55px;
    height: 55px;
    bottom: 260px;
    right: 30px;
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
  margin-top: 13px;
}

.justificado {
  text-align: justify!important;
}

.button {
    white-space: normal; 
    word-wrap: break-word; 
    overflow-wrap: break-word;
    text-align: center; 
    max-width: 100%;
}

.ajuste-icono {
  width: 70px !important;
  height: auto !important;
}

@media only screen and (max-width: 600px) {
  .footer-widgets-wrap p{
    text-align: justify!important;
  }

  .justificado {
    text-align: justify!important;
  }

  .whatsapp {
    bottom: 140px;
    right: 20px;
  }

}