.contacto-formulario {
    position: relative;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    border: 1px solid var(--border-color-dark);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-shadow: 0px 0px 0px 0px;
    background-color: #E8BE45;
}

.contacto-formulario::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gris-violaceo-palido);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contacto-formulario i {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contacto-formulario:hover {
    border-color: transparent;
}

.contacto-formulario:hover::before {
    width: 100%;
    height: 100%;
}



.contacto-formulario {
    position: relative;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    border: 1px solid var(--border-color-dark);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: linear-gradient(to bottom, #E8BE45, #E8BE45, #E8BE45, #E8BE45, #E8BE45);
    box-shadow: 0px 0px 0px 0px;
}

.contacto-formulario::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gris-violaceo-palido);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contacto-formulario i {
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contacto-formulario:hover {
    border-color: transparent;
}

.contacto-formulario:hover::before {
    width: 100%;
    height: 100%;
}


.contacto-formulario {
    position: relative;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    border: 1px solid var(--border-color-dark);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-shadow: 0px 0px 0px 0px;
}

.contacto-formulario::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--gris-violaceo-palido);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contacto-formulario i {
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contacto-formulario:hover {
    border-color: transparent;
}

.contacto-formulario:hover::before {
    width: 100%;
    height: 100%;
    background-color: rgb(39, 93, 108);
    ;
}