#site-footer {
    display: block;
}

.site-footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.copyright.show p,
.copyright.show p a{
    color: #FFF;
	font-size: 13px;
}
div.numero-icono-texto{
    display: flex;
}
div.numero-icono-texto > div{
	width: calc(100% - 70px);
}
div.numero-icono-texto > div > p:first-child {
    font-size: 25px;
    line-height: 50px;
    margin-bottom: 0;
}
div.numero-icono-texto > span {
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    display: block;
    text-align: center;
    background-color: #1f1f1f;
    color: #ffffff;
    margin-right: 20px;
}

@media screen and ( max-width: 576px ) {
			div.numero-icono-texto > div > p:first-child {
				font-size: 22px;
				line-height: 30px;
				margin-bottom: 0;
				font-weight: 600;
		}
}

.site-navigation ul.menu li.menu-item-has-children:after {
    position: absolute;
    right: 10px;
    top: 3px;
}

.boton-formulario [type=submit] {
    background-color: #000;
    border: 0;
    border-radius: 0;
    padding: 15px 40px;
    height: auto;
    min-height: auto;
}

.joinchat__button {
  bottom: 80px !important;
  right: 1px !important;
  z-index: 99999 !important;
}