.contact-info {
    margin-top: 30px;
}
.contact-info__item__icon i {
    background: var(--button-bg);
}
.contact-info__item__icon i {
    width: 27px;
    height: 27px;
}
.contact-info a {
    border-bottom: 0 !important;
}
/*Iconos sociales*/
.social-icons.social-icons--square {
    margin-top: 15px;
}
.social-icons__icons a {
    color: #fff !important;
}
/*Botones*/
.button--style1 {
    background-color: var(--button-bg);
}
.button--style1:hover {
    background-color: var(--button-bg-hover);
}