    /* Estilos específicos para la sección de contacto */
    /* movetop styling */
    #movetop {
        position: fixed;
        bottom: 90px;
        right: 15px;
        z-index: 9;
        font-size: 16px;
        border: none;
        outline: none;
        cursor: pointer;
        color: #fff;
        width: 40px;
        height: 40px;
        background: var(--primary-color);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        padding: 0;
    }

    #movetop:hover {
        opacity: .8;
    }
